.elementor-63770 .elementor-element.elementor-element-d1c21c5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-63770 .elementor-element.elementor-element-750c7ed{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-63770 .elementor-element.elementor-element-879a02b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-63770 .elementor-element.elementor-element-1525e86{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-63770 .elementor-element.elementor-element-8db1175{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-63770 .elementor-element.elementor-element-247f662{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-63770 .elementor-element.elementor-element-4b35061{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-63770 .elementor-element.elementor-element-e4bba72{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS *//* ================================================================
   MSM Unify | Future Skills Report 2026
   Design Direction: Premium editorial / think-tank publication
   Anti-AI-template: asymmetric, high typographic contrast, raw texture
   ================================================================ */

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --red:        #E8001D;
  --red-dark:   #B30016;
  --ink:        #0E0E0E;
  --ink2:       #1C1C1C;
  --charcoal:   #2E2E2E;
  --mid:        #666;
  --light:      #F2F0ED;
  --rule:       #D8D4CE;
  --white:      #FFFFFF;
  --cream:      #FAF9F6;

  --f-sans:     'DM Sans', system-ui, sans-serif;
  --f-serif:    'DM Serif Display', Georgia, serif;

  --max:        1230px;
  --pad:        clamp(24px, 4vw, 64px);
}

html { scroll-behavior: smooth; }
body {
  font-family: var(--f-sans);
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }

/* ── Reusable ── */
.container { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad); }

.section-eyebrow {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 14px;
}

/* ================================================================
   HEADER
   ================================================================ */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(16px) saturate(160%);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.site-header.scrolled {
  border-bottom-color: var(--rule);
  box-shadow: 0 1px 24px rgba(0,0,0,0.06);
}

.nav-inner {
  max-width: var(--max); margin: 0 auto;
  padding: 0 var(--pad);
  height: 64px;
  display: flex; align-items: center; justify-content: space-between;
}

.nav-logo img { height: 34px; width: auto; }

.nav-right { display: flex; align-items: center; gap: 28px; }

.nav-report-label {
  font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.05em; color: var(--mid);
  display: none;
}
@media (min-width: 768px) { .nav-report-label { display: block; }
.dp-trend-chart:300px!important}

.nav-cta {
  font-size: 0.82rem; font-weight: 600;
  background: var(--ink); color: var(--white);
  padding: 9px 22px; border-radius: 2px;
  letter-spacing: 0.02em;
  transition: background 0.2s;
}
.nav-cta:hover { background: var(--red); }

/* ================================================================
   HERO
   ================================================================ */
.hero {
  min-height: 100svh;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 64px;
  overflow: hidden;
  background: var(--ink2);
}

/* Cinematic photo background */
.hero-photo {
  position: absolute; inset: 0; z-index: 0;
}
.hero-photo img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 40%;
}
.hero-photo-veil {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(12,12,12,0.94) 0%, rgba(12,12,12,0.75) 50%, rgba(12,12,12,0.40) 100%),
    linear-gradient(to top, rgba(12,12,12,0.6) 0%, transparent 60%);
}

/* Main layout inside hero */
.hero-layout {
  position: relative; z-index: 2;
  flex: 1;
  max-width: var(--max); margin: 0 auto; width: 100%;
  padding: 72px var(--pad) 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

/* Left copy */
.hero-kicker {
  font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-bottom: 20px;
}

.hero-title {
  font-family: var(--f-serif);
  font-size: clamp(2.8rem, 5.5vw, 5rem);
  line-height: 1.0;
  color: var(--white);
  letter-spacing: -0.02em;
  margin-bottom: 0;
}
.hero-title em {
  font-style: italic;
  color: var(--red);
}

.hero-rule {
  width: 48px; height: 3px;
  background: var(--red);
  margin: 24px 0;
}

.hero-sub {
  font-family: var(--f-serif);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-style: italic;
  color: rgba(255,255,255,0.65);
  margin-bottom: 20px;
  font-weight: 400;
}

.hero-body {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.75;
  max-width: 440px;
  margin-bottom: 36px;
}

.hero-data-row {
  display: flex; align-items: center; gap: 0;
  margin-bottom: 40px;
}
.hdr-item { text-align: center; padding: 0 24px; }
.hdr-item:first-child { padding-left: 0; }
.hdr-num {
  display: block;
  font-size: 1.8rem; font-weight: 700;
  color: var(--white); line-height: 1;
}
.hdr-lbl {
  font-size: 0.68rem; font-weight: 500; letter-spacing: 0.08em;
  text-transform: uppercase; color: rgba(255,255,255,0.35);
  margin-top: 3px; display: block;
}
.hdr-sep {
  width: 1px; height: 36px;
  background: rgba(255,255,255,0.15);
  flex-shrink: 0;
}

.hero-btn {
  display: inline-flex; align-items: center; gap: 12px;
  background: var(--red); color: var(--white)!important;
  font-size: 0.88rem; font-weight: 600; letter-spacing: 0.04em;
  padding: 14px 28px;
  border-radius: 2px;
  transition: background 0.2s, transform 0.2s;
}
.hero-btn:hover { background: var(--red-dark); transform: translateX(3px); }
.btn-arrow { font-size: 1rem; transition: transform 0.2s; }
.hero-btn:hover .btn-arrow { transform: translateX(4px); }

/* ── Report cover scene (right column) ── */
.hero-right {
  display: flex; justify-content: center; align-items: center;
  position: relative;
}

/* ── Cover Scene: raw image, no overlays ── */
.cover-scene {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 60px 40px 40px;
}

/* Spine strip beside the image */
.cover-spine-strip {
  position: absolute;
  left: calc(50% - 148px);
  top: 20px; bottom: 40px;
  width: 16px;
  background: linear-gradient(to right, #5a0007, #8B0011);
  border-radius: 2px 0 0 2px;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  box-shadow: -3px 0 10px rgba(0,0,0,0.4);
}
.cover-spine-strip span {
  writing-mode: vertical-rl;
  font-size: 0.38rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: rgba(255,255,255,0.45);
  transform: rotate(180deg); white-space: nowrap;
}

/* The actual image wrapper */
.cover-image-wrap {
  position: relative;
  animation: coverFloat 7s ease-in-out infinite;
  /* 3D tilt — like a report angled on a desk */
  transform: perspective(900px) rotateY(-8deg) rotateX(2deg);
  transform-origin: center center;
  filter: drop-shadow(18px 28px 40px rgba(0,0,0,0.65));
  border-radius: 0 3px 3px 0;
  overflow: hidden;
  line-height: 0;
}

.cover-raw-img {
  display: block;
  /* Tall and large — show full portrait cover */
  width: 260px;
  height: auto;
  border-radius: 0 3px 3px 0;
  /* Edge highlight to simulate paper thickness */
  box-shadow:
    inset -2px 0 6px rgba(0,0,0,0.15),
    2px 0 0 rgba(255,255,255,0.06);
}

@keyframes coverFloat {
  0%, 100% {
    transform: perspective(900px) rotateY(-8deg) rotateX(2deg) translateY(0);
  }
  50% {
    transform: perspective(900px) rotateY(-8deg) rotateX(2deg) translateY(-10px);
  }
}

/* Ground shadow under the book */
.cover-ground-shadow {
  position: absolute;
  bottom: 12px; left: 50%;
  transform: translateX(-34%);
  width: 220px; height: 18px;
  background: radial-gradient(ellipse, rgba(0,0,0,0.5) 0%, transparent 70%);
  filter: blur(10px);
  animation: shadowPulse 7s ease-in-out infinite;
}
@keyframes shadowPulse {
  0%,100%{ opacity:0.65; transform:translateX(-34%) scaleX(1); }
  50%{ opacity:0.35; transform:translateX(-34%) scaleX(0.88); }
}

.pp-inner { }
.pp-label {
  font-size: 0.5rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--red);
  margin-bottom: 8px;
}
.page-peek-2 .pp-label { color: rgba(255,255,255,0.4); }

.pp-chart-bars {
  display: flex; align-items: flex-end; gap: 4px;
  height: 40px; margin-bottom: 8px;
}
.pp-bar {
  flex: 1; height: var(--h);
  background: var(--c);
  border-radius: 1px;
}

.pp-stat { font-size: 0.68rem; color: var(--charcoal); }
.pp-stat strong { font-size: 1.1rem; color: var(--red); }

.pp-big-stat {
  font-size: 2.2rem; font-weight: 800; color: var(--red);
  line-height: 1; margin: 6px 0;
}
.pp-big-stat span { font-size: 1.2rem; }
.page-peek-2 .pp-big-stat { color: var(--red); }
.pp-desc { font-size: 0.6rem; color: rgba(255,255,255,0.5); line-height: 1.4; }

/* Hero ticker */
.hero-ticker {
  position: relative; z-index: 3;
  background: var(--red);
  overflow: hidden;
  white-space: nowrap;
  padding: 12px 0;
}
.ticker-track {
  display: inline-flex; align-items: center; gap: 24px;
  animation: ticker 30s linear infinite;
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; color: rgba(255,255,255,0.9);
}
.ticker-dot { opacity: 0.4; }
@keyframes ticker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ================================================================
   ARGUMENT SECTION
   ================================================================ */
.argument-section {
  background: var(--cream);
  border-bottom: 1px solid var(--rule);
}
.arg-layout {
  max-width: var(--max); margin: 0 auto;
  padding: 80px var(--pad);
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 64px;
  align-items: start;
}

.arg-left { padding-top: 6px; }
.arg-headline {
  font-family: var(--f-serif);
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  line-height: 1.25;
  color: var(--ink);
  font-weight: 400;
}

.arg-right p {
  font-size: 0.95rem; color: var(--mid);
  line-height: 1.8; margin-bottom: 16px;
}

.arg-stats {
  display: flex; flex-direction: column; gap: 0;
  margin-top: 36px;
  border-top: 1px solid var(--rule);
}
.as-item {
  padding: 20px 0;
  border-bottom: 1px solid var(--rule);
  display: flex; align-items: baseline; gap: 12px;
  flex-wrap: wrap;
}
.as-num {
  font-family: var(--f-serif);
  font-size: 2.4rem; font-weight: 400;
  color: var(--red); line-height: 1;
  min-width: 56px; text-align: right;
}
.as-pct { font-size: 1.4rem; color: var(--red); font-weight: 400; }
.as-lbl {
  font-size: 0.82rem; color: var(--charcoal);
  line-height: 1.5; flex: 1; min-width: 200px;
}

/* ================================================================
   INSIDE THE REPORT
   ================================================================ */
.inside-section {
  background: var(--white);
  padding: 88px 0;
  border-bottom: 1px solid var(--rule);
}

.inside-header {
  max-width: var(--max); margin: 0 auto;
  padding: 0 var(--pad); margin-bottom: 56px;
}
.inside-headline {
  font-family: var(--f-serif);
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  font-weight: 400; color: var(--ink);
  max-width: 540px;
}

.chapters-layout {
  max-width: var(--max); margin: 0 auto;
  padding: 0 var(--pad);
  display: flex; flex-direction: column;
}

.chapter-row {
  display: grid;
  grid-template-columns: 56px 1fr 160px;
  gap: 32px;
  align-items: start;
  padding: 36px 0;
  border-top: 1px solid var(--rule);
  transition: background 0.2s;
}
.chapter-row:last-child { border-bottom: 1px solid var(--rule); }
.chapter-row:hover { background: var(--cream); margin: 0 -24px; padding-left: 24px; padding-right: 24px; }

.ch-number {
  font-family: var(--f-serif);
  font-size: 2rem; color: var(--red); font-weight: 400;
  line-height: 1; padding-top: 4px;
  opacity: 0.5;
}

.ch-content h3 {
  font-size: 1.1rem; font-weight: 600; color: var(--ink);
  margin-bottom: 10px; line-height: 1.3;
}
.ch-content p {
  font-size: 0.875rem; color: var(--mid);
  line-height: 1.7; margin-bottom: 14px;
}
.ch-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.ch-tags span {
  font-size: 0.65rem; font-weight: 600; letter-spacing: 0.07em;
  text-transform: uppercase;
  border: 1px solid var(--rule); color: var(--mid);
  padding: 4px 10px; border-radius: 2px;
}

/* Chapter visuals */
.ch-visual {
  border-left: 1px solid var(--rule);
  padding-left: 24px;
  display: flex; flex-direction: column; align-items: center;
  gap: 8px;
}
.ch-visual p {
  font-size: 0.6rem; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--mid); text-align: center;
}

/* Mini bar chart */
.chv-bar-mini {
  display: flex; align-items: flex-end; gap: 5px;
  height: 50px; width: 80px;
}
.chv-bar-mini div {
  flex: 1; background: var(--red); border-radius: 1px;
  opacity: 0.7;
}

/* Rings */
.chv-rings {
  position: relative; width: 80px; height: 80px;
  display: flex; align-items: center; justify-content: center;
}
.chv-ring {
  position: absolute;
  width: var(--s); height: var(--s);
  border-radius: 50%;
  border: 1.5px solid var(--red);
  opacity: var(--o);
}

/* Timeline */
.chv-timeline {
  position: relative; width: 100px; height: 20px;
  display: flex; align-items: center;
}
.chv-tl-line {
  position: absolute; top: 50%; left: 0; right: 0;
  height: 1px; background: var(--rule); transform: translateY(-50%);
}
.chv-tl-dot {
  position: absolute; top: 50%; transform: translate(-50%,-50%);
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--mid); border: 1.5px solid var(--white);
}
.chv-tl-dot.active { background: var(--red); width: 10px; height: 10px; }

/* Compare bars */
.chv-compare {
  display: flex; align-items: flex-end; gap: 8px; height: 60px;
}
.chv-cbar {
  display: flex; flex-direction: column; align-items: center;
  justify-content: flex-end; gap: 4px; flex: 1;
}
.chv-cbar span {
  font-size: 0.75rem; font-weight: 700; color: var(--mid);
}
.chv-cbar p {
  font-size: 0.55rem; color: var(--mid); letter-spacing: 0.06em;
  text-transform: uppercase; text-align: center;
}
.chv-cbar::before {
  content: '';
  width: 100%; border-radius: 1px;
  background: var(--rule);
}
.chv-cbar.dom::before { height: 38px; }
.chv-cbar.intl::before { height: 52px; background: var(--red); opacity: 0.8; }
.chv-cbar.active span { color: var(--red); }

/* Gauge */
.chv-gauge { display: flex; justify-content: center; }

/* Matrix */
.chv-matrix {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 5px;
  width: 64px;
}
.chv-cell {
  width: 18px; height: 18px; border-radius: 2px;
  background: var(--rule);
}
.chv-cell.active { background: var(--red); opacity: 0.75; }

/* ================================================================
   PULLQUOTE BREAK
   ================================================================ */
.pullquote-break {
  background: var(--ink);
  padding: 0;
}
.pq-layout {
  max-width: var(--max); margin: 0 auto;
  display: grid;
  grid-template-columns: 7fr 5fr;
}

.pq-left {
  padding: 72px var(--pad) 72px calc(var(--pad));
  border-right: 1px solid rgba(255,255,255,0.08);
}
.pq-left blockquote {
  font-family: var(--f-serif);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-style: italic; font-weight: 400;
  color: rgba(255,255,255,0.85);
  line-height: 1.55;
  margin-bottom: 20px;
}
.pq-left blockquote::before {
  content: '\201C';
  font-size: 3rem; color: var(--red); line-height: 0;
  vertical-align: -0.6em; margin-right: 4px;
}
.pq-left cite {
  font-size: 0.72rem; color: rgba(255,255,255,0.3);
  letter-spacing: 0.08em; font-style: normal;
}

.pq-right {
  padding: 72px var(--pad);
  display: flex; align-items: center;
}
.pq-stat-block {
  display: flex; flex-direction: column; gap: 0; width: 100%;
}
.pq-stat {
  padding: 28px 0;
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px;
}
.pq-stat:first-child { border-bottom: 1px solid rgba(255,255,255,0.08); }

.pqs-num {
  font-family: var(--f-serif);
  font-size: 3.2rem; font-weight: 400; color: var(--white); line-height: 1;
}
.pqs-unit { font-size: 2rem; color: var(--red); font-family: var(--f-serif); }
.pqs-lbl {
  font-size: 0.8rem; color: rgba(255,255,255,0.4);
  line-height: 1.5; flex-basis: 100%;
  margin-top: 6px;
}
.pq-stat-divider { display: none; }

/* ================================================================
   DATA PREVIEW
   ================================================================ */
.data-preview {
  background: var(--light);
  padding: 88px 0;
  border-bottom: 1px solid var(--rule);
}

.dp-header {
  margin-bottom: 52px;
}
.dp-header h2 {
  font-family: var(--f-serif);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 400; color: var(--ink);
  margin-bottom: 12px;
}
.dp-sub { font-size: 0.88rem; color: var(--mid); max-width: 500px; }

.dp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 2px;
  background: var(--rule);
  border: 1px solid var(--rule);
}

.dp-card {
  background: var(--white);
  padding: 32px 28px;
}
.dp-card-wide { grid-column: 1 / -1; }
.dp-card-accent {
  background: var(--ink);
  display: flex; flex-direction: column; justify-content: center;
  align-items: flex-start;
}

.dp-card-header {
  display: flex; align-items: flex-start;
  justify-content: space-between; flex-wrap: wrap; gap: 8px;
  margin-bottom: 24px;
}
.dp-card-header h4 {
  font-size: 0.85rem; font-weight: 600; color: var(--ink);
  line-height: 1.4; flex: 1;
}
.dp-source { font-size: 0.65rem; color: var(--mid); white-space: nowrap; }
.dp-note { font-size: 0.72rem; color: var(--mid); margin-top: 12px; }

/* Trend chart placeholder */
.dp-trend-chart { height: 160px; }

/* Horizontal bar chart */
.dp-hbar-chart { display: flex; flex-direction: column; gap: 12px; }

/* Accent card big stat */
.dp-big-stat {
  display: flex; align-items: baseline; gap: 2px;
  margin-bottom: 16px;
}
.dbs-num {
  font-family: var(--f-serif);
  font-size: 5rem; font-weight: 400;
  color: var(--white); line-height: 1;
}
.dbs-pct { font-size: 2.5rem; color: var(--red); font-family: var(--f-serif); }
.dbs-desc { font-size: 0.85rem; color: rgba(255,255,255,0.55); line-height: 1.6; margin-bottom: 20px; }
.dbs-bar {
  width: 100%; height: 3px;
  background: rgba(255,255,255,0.1); border-radius: 2px;
  margin-bottom: 12px;
}
.dbs-fill { height: 100%; background: var(--red); border-radius: 2px; }
.dbs-source { font-size: 0.62rem; color: rgba(255,255,255,0.25); letter-spacing: 0.08em; }

/* ================================================================
   READERS SECTION
   ================================================================ */
.readers-section {
  background: var(--white);
  padding: 88px 0;
  border-bottom: 1px solid var(--rule);
}

.readers-headline {
  font-family: var(--f-serif);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 400; color: var(--ink);
  margin-bottom: 52px;
}

.readers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--rule);
}

.reader-card {
  padding: 40px 32px;
  border-right: 1px solid var(--rule);
  position: relative;
}
.reader-card:last-child { border-right: none; }

.reader-card-accent {
  background: var(--ink);
}
.reader-card-accent h3,
.reader-card-accent p,
.reader-card-accent ul li { color: rgba(255,255,255,0.8); }
.reader-card-accent h3 { color: var(--white); }
.reader-card-accent .rc-num { color: var(--red); opacity: 1; }

.rc-tag {
  position: absolute; top: -1px; left: 32px;
  background: var(--red); color: white;
  font-size: 0.6rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; padding: 5px 12px;
  border-radius: 0 0 4px 4px;
}

.rc-num {
  font-family: var(--f-serif);
  font-size: 1.8rem; color: var(--rule); font-weight: 400;
  line-height: 1; margin-bottom: 16px;
}

.reader-card h3 {
  font-size: 1.05rem; font-weight: 600; color: var(--ink);
  margin-bottom: 12px; line-height: 1.3;
}
.reader-card p {
  font-size: 0.85rem; color: var(--mid); line-height: 1.7;
  margin-bottom: 20px;
}
.reader-card ul {
  list-style: none; display: flex; flex-direction: column; gap: 8px;
}
.reader-card ul li {
  font-size: 0.8rem; color: var(--charcoal);
  padding-left: 14px; position: relative; line-height: 1.4;
}
.reader-card ul li::before {
  content: '-'; position: absolute; left: 0;
  color: var(--red); font-weight: 700;
}

/* ================================================================
   DOWNLOAD GATE
   ================================================================ */
.download-section {
  background: var(--cream);
}
.dl-layout {
  max-width: var(--max); margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 90vh;
}

/* Form column */
.dl-form-col {
  padding: 72px var(--pad);
  border-right: 1px solid var(--rule);
  display: flex; flex-direction: column; justify-content: center;
}
.dl-form-wrap { max-width: 480px; }

.dl-form-title {
  font-family: var(--f-serif);
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  font-weight: 400; color: var(--ink);
  margin-bottom: 8px; line-height: 1.2;
}
.dl-form-sub { font-size: 0.88rem; color: var(--mid); margin-bottom: 32px; line-height: 1.6; }

/* Form fields */
.f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.f-group { margin-bottom: 18px; }

.f-group label {
  display: block; font-size: 0.78rem; font-weight: 600;
  color: var(--charcoal); margin-bottom: 6px; letter-spacing: 0.02em;
}
.req { color: var(--red); }

.f-group input,
.f-group select {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid var(--rule);
  border-radius: 2px;
  font-family: var(--f-sans); font-size: 0.88rem; color: var(--ink);
  background: var(--white);
  transition: border-color 0.2s, box-shadow 0.2s;
  -webkit-appearance: none;
}
.f-group input:focus,
.f-group select:focus {
  outline: none; border-color: var(--ink);
  box-shadow: 0 0 0 3px rgba(14,14,14,0.06);
}
.f-group input.error,
.f-group select.error { border-color: var(--red); }
.f-group input::placeholder { color: #bbb; }

.f-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 12px center;
  background-size: 11px; padding-right: 32px; cursor: pointer;
}

.f-error {
  display: block; font-size: 0.7rem; color: var(--red);
  margin-top: 4px; min-height: 16px;
}

.f-consent-group { margin-bottom: 24px; }
.f-consent-label {
  display: flex; align-items: flex-start; gap: 12px;
  cursor: pointer; font-size: 0.78rem; color: var(--mid); line-height: 1.5;
}
.f-consent-label input[type="checkbox"] { display: none; }
.f-checkmark {
  flex-shrink: 0; width: 18px; height: 18px;
  border: 1.5px solid var(--rule); border-radius: 2px; background: white;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.2s; margin-top: 1px;
}
.f-consent-label input:checked + .f-checkmark {
  background: var(--ink); border-color: var(--ink);
}
.f-consent-label input:checked + .f-checkmark::after {
  content: '✓'; color: white; font-size: 0.7rem; font-weight: 700;
}
.f-consent-label a { color: var(--red); border-bottom: 1px solid rgba(232,0,29,0.3); }

.f-submit {
  width: 100%; background: var(--red); color: white;
  border: none; border-radius: 2px; padding: 15px;
  font-family: var(--f-sans); font-size: 0.9rem; font-weight: 600;
  letter-spacing: 0.04em; cursor: pointer;
  transition: background 0.2s; display: flex;
  align-items: center; justify-content: center; gap: 10px;
}
.f-submit:hover { background: var(--red-dark); }
.f-submit:disabled { opacity: 0.6; cursor: not-allowed; }

.f-privacy-note {
  margin-top: 14px; font-size: 0.72rem; color: var(--mid);
  display: flex; align-items: center; gap: 6px;
  justify-content: center;
}

/* Detail column */
.dl-detail-col {
  padding: 72px var(--pad);
  display: flex; flex-direction: column; gap: 40px;
  justify-content: center;
  background: var(--white);
}

.dl-cover-display {
  position: relative;
  display: flex; justify-content: center;
  perspective: 800px;
}

.dlcd-book {
  position: relative;
  width: 220px;
  transform: rotateY(-10deg);
  filter: drop-shadow(16px 20px 48px rgba(0,0,0,0.25));
  animation: dlBookFloat 6s ease-in-out infinite;
}
@keyframes dlBookFloat {
  0%,100%{ transform:rotateY(-10deg) translateY(0); }
  50%{ transform:rotateY(-10deg) translateY(-8px); }
}

.dlcd-spine {
  position: absolute; left: -16px; top: 4px; bottom: 4px;
  width: 16px;
  background: linear-gradient(to right, #6a0010, #8B0016);
  transform: rotateY(-90deg); transform-origin: right center;
  border-radius: 1px 0 0 1px;
}

.dlcd-face {
  width: 220px; min-height: 300px;
  border-radius: 2px 5px 5px 2px;
  position: relative; overflow: hidden;
  display: flex; flex-direction: column;
}
/* Download section cover: clean raw image */
.dlcd-book-clean {
  position: relative;
  display: inline-flex;
  align-items: stretch;
  animation: dlBookFloat 6s ease-in-out infinite;
  transform: perspective(700px) rotateY(-6deg) rotateX(1deg);
  transform-origin: center center;
  filter: drop-shadow(12px 20px 32px rgba(0,0,0,0.3));
}
@keyframes dlBookFloat {
  0%,100%{ transform:perspective(700px) rotateY(-6deg) rotateX(1deg) translateY(0); }
  50%{ transform:perspective(700px) rotateY(-6deg) rotateX(1deg) translateY(-8px); }
}

.dlcd-spine-strip {
  width: 14px; flex-shrink: 0;
  background: linear-gradient(to right, #5a0007, #8B0011);
  border-radius: 2px 0 0 2px;
}

.dlcd-cover-raw {
  display: block;
  width: 200px;
  height: auto;
  border-radius: 0 3px 3px 0;
  line-height: 0;
}

.dlcd-page-shadow {
  position: absolute; bottom: -12px; left: 50%;
  transform: translateX(-50%);
  width: 180px; height: 14px;
  background: radial-gradient(ellipse, rgba(0,0,0,0.25) 0%, transparent 70%);
}

.dl-whats-inside h4 {
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--mid);
  margin-bottom: 16px;
}
.dlwi-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.dlwi-list li {
  font-size: 0.85rem; color: var(--charcoal);
  display: flex; align-items: flex-start; gap: 10px;
  line-height: 1.4;
}
.dlwi-check {
  color: var(--red); font-weight: 700; flex-shrink: 0;
  margin-top: 1px;
}

/* ================================================================
   SUCCESS MODAL
   ================================================================ */
.modal-overlay {
  position: fixed; inset: 0; z-index: 9000;
  background: rgba(0,0,0,0.7); backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s;
}
.modal-overlay.open { opacity: 1; pointer-events: all; }

.modal-box {
  background: white; border-radius: 4px;
  padding: 48px 40px; max-width: 400px; width: 90%;
  text-align: center;
  box-shadow: 0 32px 80px rgba(0,0,0,0.3);
  transform: translateY(16px);
  transition: transform 0.3s;
}
.modal-overlay.open .modal-box { transform: translateY(0); }

.modal-check {
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--red); color: white;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; margin: 0 auto 20px;
}
.modal-box h2 {
  font-family: var(--f-serif); font-size: 1.6rem; font-weight: 400;
  color: var(--ink); margin-bottom: 10px;
}
.modal-box p { font-size: 0.88rem; color: var(--mid); line-height: 1.6; margin-bottom: 24px; }

.modal-dl-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--red); color: white;
  font-size: 0.88rem; font-weight: 600; padding: 13px 26px;
  border-radius: 2px; transition: background 0.2s;
  margin-bottom: 14px;
}
.modal-dl-btn:hover { background: var(--red-dark); }
.modal-small { font-size: 0.72rem; color: var(--mid); margin-bottom: 20px; }

.modal-close {
  background: none; border: 1px solid var(--rule);
  color: var(--mid); font-size: 0.78rem; padding: 8px 18px;
  border-radius: 2px; cursor: pointer; transition: all 0.2s;
  font-family: var(--f-sans);
}
.modal-close:hover { border-color: var(--ink); color: var(--ink); }

/* ================================================================
   FOOTER
   ================================================================ */
.site-footer {
  background: var(--ink); color: rgba(255,255,255,0.4);
}

.footer-layout {
  max-width: var(--max); margin: 0 auto;
  padding: 56px var(--pad) 48px;
  display: grid;
  grid-template-columns: 2.5fr 1fr 1fr 1fr;
  gap: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.ft-logo { height: 28px; width: auto; filter: brightness(5); margin-bottom: 14px; }
.ft-brand p { font-size: 0.8rem; line-height: 1.7; max-width: 280px; margin-bottom: 20px; }
.ft-social { display: flex; gap: 10px; }
.ft-social a {
  width: 32px; height: 32px; border-radius: 2px;
  background: rgba(255,255,255,0.06);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.8rem; color: rgba(255,255,255,0.3);
  transition: all 0.2s;
}
.ft-social a:hover { background: var(--red); color: white; }

.ft-col h5 {
  font-size: 0.65rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: rgba(255,255,255,0.25);
  margin-bottom: 16px;
}
.ft-col a {
  display: block; font-size: 0.8rem; color: rgba(255,255,255,0.4);
  margin-bottom: 10px; transition: color 0.2s;
}
.ft-col a:hover { color: rgba(255,255,255,0.85); }

.footer-base {
  max-width: var(--max); margin: 0 auto;
  padding: 20px var(--pad);
}
.footer-base p { font-size: 0.7rem; color: rgba(255,255,255,0.2); }

/* ================================================================
   SCROLL REVEAL (JS-driven)
   ================================================================ */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.reveal.in-view { opacity: 1; transform: translateY(0); }

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 1024px) {
  .arg-layout { grid-template-columns: 1fr; gap: 32px; }
  .pq-layout { grid-template-columns: 1fr; }
  .pq-left { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .dp-grid { grid-template-columns: 1fr; }
  .dp-card-wide { grid-column: 1; }
  .readers-grid { grid-template-columns: 1fr; border: none; gap: 2px; background: var(--rule); }
  .reader-card { border-right: none; }
  .dl-layout { grid-template-columns: 1fr; }
  .dl-form-col { border-right: none; border-bottom: 1px solid var(--rule); }
  .footer-layout { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 768px) {
  .hero-layout {
    grid-template-columns: 1fr;
    padding: 48px var(--pad) 48px;
    gap: 48px;
  }
  .hero-right { order: -1; }
  .cover-scene { width: 260px; }
  .cover-book { width: 220px; }
  .cover-face { width: 220px; min-height: 300px; }
  .page-peek-1 { right: -20px; }
  .page-peek-2 { left: -16px; }
  .chapter-row { grid-template-columns: 40px 1fr; }
  .ch-visual { display: none; }
  .f-row { grid-template-columns: 1fr; }
  .footer-layout { grid-template-columns: 1fr; gap: 24px; }
  .hero-data-row { flex-wrap: wrap; gap: 12px; }
  .hdr-sep { display: none; }
  .hdr-item { padding: 8px 16px; background: rgba(255,255,255,0.05); border-radius: 2px; }
  .dl-cover-display { display: none; }
}/* End custom CSS */