:root {
  --bg: #0b0f14;
  --text: #eef2f6;
  --muted: #c6ced8;
  --soft: #96a3b0;
  --gold: #d3b16f;
  --line: rgba(255, 255, 255, 0.08);
  --shadow: 0 20px 80px rgba(0, 0, 0, 0.42);
  --radius: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 10%, rgba(211, 177, 111, 0.08), transparent 24%),
    radial-gradient(circle at 90% 15%, rgba(82, 153, 255, 0.08), transparent 22%),
    linear-gradient(180deg, #0a0d11, #0d1218 45%, #0b0f14 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.wrap {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(10, 13, 17, 0.76);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}

.topbar-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  font-size: 14px;
  letter-spacing: 0.24em;
  font-weight: 700;
  text-transform: uppercase;
}

.nav {
  display: flex;
  gap: 24px;
  color: var(--muted);
  font-size: 14px;
}

.nav a:hover {
  color: #fff;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 16px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 600;
  transition: 0.2s ease;
}

.button.primary {
  background: linear-gradient(135deg, var(--gold), #f2d38f);
  color: #1a140c;
  box-shadow: 0 10px 24px rgba(211, 177, 111, 0.18);
}

.button.ghost {
  background: rgba(255, 255, 255, 0.02);
  border-color: rgba(255, 255, 255, 0.10);
  color: var(--text);
}

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

.card {
  background: linear-gradient(180deg, rgba(20, 27, 36, 0.94), rgba(15, 21, 29, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero {
  padding: 26px 0 38px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  align-items: stretch;
}

.intro {
  padding: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 420px;
  background:
    radial-gradient(circle at 88% 12%, rgba(82, 153, 255, 0.10), transparent 22%),
    radial-gradient(circle at 15% 100%, rgba(211, 177, 111, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(18, 25, 34, 0.96), rgba(11, 15, 20, 0.96));
}

.eyebrow {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

h1,
h2,
h3,
p {
  margin: 0;
}

.intro h1 {
  font-size: clamp(44px, 7vw, 76px);
  line-height: 0.96;
  letter-spacing: -0.03em;
}

.lead {
  margin-top: 18px;
  font-size: clamp(20px, 2.5vw, 30px);
  color: var(--muted);
  line-height: 1.35;
}

.copy {
  margin-top: 20px;
  font-size: 17px;
  line-height: 1.9;
  color: #d9e0e8;
  max-width: 730px;
}

.cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 24px;
}

.stat {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.02);
}

.stat strong {
  display: block;
  font-size: 26px;
  margin-bottom: 6px;
}

.stat span {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.55;
}

.hero-side {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 24px;
}

.portrait-wrap {
  padding: 16px;
  height: 100%;
}

.portrait-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
}

.strip {
  padding: 18px;
}

.strip-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
  align-items: center;
}

.strip img {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.strip h3 {
  font-size: 22px;
  font-weight: 650;
}

.strip p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.small-gap {
  margin-bottom: 10px;
}

section {
  padding: 28px 0;
}

.pad {
  padding: 34px;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.section-title {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}

.section-copy {
  font-size: 17px;
  line-height: 1.85;
  color: #d9e0e8;
}

.section-copy p + p {
  margin-top: 18px;
}

.chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.chip {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted);
  font-size: 13px;
  background: rgba(255, 255, 255, 0.02);
}

.books-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 24px;
  align-items: start;
}

.book-shell {
  padding: 18px;
}

.book-cover {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.book-cover img {
  width: 100%;
  aspect-ratio: 3 / 4.2;
  object-fit: cover;
  object-position: 100% center;
}

.book-mini {
  margin-top: 16px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ventures-card {
  padding: 34px;
}

.ventures-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.venture-box {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(10, 14, 18, 0.94), rgba(17, 22, 29, 0.94));
}

.venture-logo-shell {
  height: 210px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.04), transparent 28%),
    linear-gradient(180deg, #0d1116, #090d12);
  border: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  overflow: hidden;
}

.venture-logo-shell img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.text-logo {
  font-size: 26px;
  font-weight: 650;
  color: #fff;
  text-align: center;
}

.venture-box h3 {
  font-size: 27px;
  font-weight: 650;
  margin: 18px 0 10px;
}

.venture-box p {
  font-size: 15px;
  line-height: 1.8;
  color: #cbd4de;
}

.film-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.film-item {
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.02);
}

.film-item strong {
  display: block;
  font-size: 20px;
  font-weight: 650;
  margin-bottom: 6px;
}

.film-item span {
  color: var(--gold);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.film-item p {
  color: #cbd4de;
  line-height: 1.75;
  margin-top: 10px;
  font-size: 15px;
}

.story-card .section-copy {
  max-width: 980px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 24px;
}

.contact-mini {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(13, 17, 22, 0.92), rgba(18, 24, 31, 0.92));
}

.contact-mini p {
  margin: 0 0 14px;
  color: #dde4eb;
  font-size: 17px;
}

.label {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

footer {
  padding: 28px 0 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  margin-top: 18px;
  color: var(--soft);
  font-size: 14px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.status {
  font-family: "Courier New", Courier, monospace;
}

@media (max-width: 980px) {
  .hero-grid,
  .split,
  .books-grid,
  .ventures-grid,
  .contact-grid,
  .stats,
  .strip-inner {
    grid-template-columns: 1fr;
  }

  .hero-side {
    grid-template-rows: auto auto;
  }

  .nav {
    display: none;
  }

  .intro,
  .pad,
  .ventures-card {
    padding: 26px;
  }

  .venture-logo-shell {
    height: 190px;
  }
}

@media (max-width: 640px) {
  .wrap {
    width: min(100% - 24px, 1220px);
  }

  .button {
    width: 100%;
  }

  .cta-row {
    flex-direction: column;
  }
}


/* Mobile polish update */
.hero-stats {
  margin-top: 24px;
}

@media (min-width: 981px) {
  .hero-stats {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 980px) {
  .topbar-inner {
    min-height: 64px;
  }

  .brand {
    max-width: 160px;
    line-height: 1.35;
    letter-spacing: 0.22em;
  }

  .topbar .button {
    width: auto;
    min-width: 160px;
    padding: 12px 22px;
  }

  .hero {
    padding-top: 22px;
  }

  .hero-grid {
    gap: 18px;
  }

  .intro {
    min-height: auto;
  }

  .intro h1 {
    font-size: clamp(42px, 13vw, 64px);
  }

  .lead {
    font-size: 24px;
  }

  .copy {
    font-size: 18px;
    line-height: 1.75;
  }

  .hero-side {
    gap: 18px;
  }

  .portrait-wrap img {
    max-height: 760px;
    object-position: center top;
  }

  .hero-stats {
    margin-top: 18px;
    gap: 12px;
  }

  .stat {
    padding: 18px;
  }

  .section-title {
    font-size: clamp(34px, 11vw, 48px);
  }

  .section-copy {
    font-size: 18px;
    line-height: 1.8;
  }
}

@media (max-width: 640px) {
  .wrap {
    width: min(100% - 24px, 1220px);
  }

  .topbar-inner {
    display: grid;
    grid-template-columns: 150px 1fr;
    align-items: center;
  }

  .topbar .button {
    justify-self: end;
    width: min(100%, 220px);
    min-width: 0;
  }

  .intro,
  .pad,
  .ventures-card {
    padding: 24px;
  }

  .copy {
    font-size: 17px;
    line-height: 1.72;
  }

  .cta-row {
    margin-top: 26px;
  }

  .button {
    width: 100%;
  }

  .portrait-wrap {
    padding: 14px;
  }

  .portrait-wrap img {
    max-height: none;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center top;
  }

  .strip {
    padding: 14px;
  }

  .hero-stats .stat strong {
    font-size: 34px;
  }

  .hero-stats .stat span {
    font-size: 15px;
  }
}
