/* ============================================================
   Passion Industry — glamour studio theme (light)
   Unique design: ivory + deep plum + rose + gold accents,
   red-carpet serif display type, star motifs.
   ============================================================ */

:root {
  --bg: #fdf9f5;
  --bg-alt: #f8eee5;
  --bg-deep: #3c2233;
  --ink: #43293d;
  --muted: #7d6474;
  --rose: #d63a6e;
  --rose-dark: #ad2b57;
  --gold: #c19a2e;
  --gold-soft: #f3e5c0;
  --card: #ffffff;
  --line: #ecdccf;
  --shadow: 0 14px 34px rgba(67, 41, 61, 0.12);
  --shadow-sm: 0 6px 16px rgba(67, 41, 61, 0.10);
  --radius: 18px;
  --font-display: Georgia, "Palatino Linotype", "Book Antiqua", "Times New Roman", serif;
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.7;
  font-size: 16.5px;
}

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

a { color: var(--rose-dark); text-decoration: none; }
a:hover { text-decoration: underline; }

.container { width: min(1120px, 92%); margin: 0 auto; }

/* ---------- Top bar ---------- */
.topbar {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(253, 249, 245, 0.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: 0.02em;
}
.brand:hover { text-decoration: none; }
.brand-icon { width: 42px; height: 42px; border-radius: 10px; box-shadow: var(--shadow-sm); }
.brand-name em { color: var(--rose); font-style: normal; }

.site-nav { display: flex; align-items: center; gap: 22px; }

.nav-links {
  display: flex;
  gap: 20px;
  list-style: none;
  font-weight: 600;
  font-size: 0.95rem;
}
.nav-links a { color: var(--ink); }
.nav-links a:hover { color: var(--rose); text-decoration: none; }

.btn-play,
.btn-primary,
.cta-hero-btn {
  display: inline-block;
  background: linear-gradient(135deg, var(--rose), var(--rose-dark));
  color: #fff !important;
  font-weight: 700;
  font-size: 1rem;
  padding: 12px 26px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(214, 58, 110, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.btn-play:hover,
.btn-primary:hover,
.cta-hero-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(214, 58, 110, 0.45);
  text-decoration: none;
  color: #fff;
}

.btn-ghost {
  display: inline-block;
  background: transparent;
  color: var(--ink);
  font-weight: 700;
  padding: 11px 24px;
  border: 2px solid var(--gold);
  border-radius: 999px;
  transition: background 0.15s ease, color 0.15s ease;
}
.btn-ghost:hover { background: var(--gold-soft); text-decoration: none; color: var(--ink); }

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 1.1rem;
  cursor: pointer;
  color: var(--ink);
}

/* ---------- Hero (index) ---------- */
.hero {
  background:
    radial-gradient(1200px 500px at 85% -10%, rgba(214, 58, 110, 0.14), transparent 60%),
    radial-gradient(900px 420px at 5% 15%, rgba(193, 154, 46, 0.16), transparent 55%),
    linear-gradient(180deg, var(--bg-alt), var(--bg));
  padding: 64px 0 56px;
  overflow: hidden;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}

.hero-eyebrow {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  background: var(--gold-soft);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.3rem, 5vw, 3.6rem);
  line-height: 1.12;
  margin-bottom: 18px;
  color: var(--ink);
}
.hero-title .accent {
  background: linear-gradient(100deg, var(--rose), var(--gold));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-tagline {
  font-size: 1.15rem;
  color: var(--muted);
  margin-bottom: 26px;
  max-width: 34em;
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-bottom: 30px;
}

.hero-media { position: relative; }
.hero-text { min-width: 0; }
.hero-media img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 6px solid #fff;
  outline: 1px solid var(--line);
}
.hero-media .hero-badge {
  position: absolute;
  bottom: 18px;
  left: 18px;
  background: rgba(60, 34, 51, 0.88);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 999px;
  backdrop-filter: blur(4px);
}

.fact-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.chip {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ink);
  box-shadow: var(--shadow-sm);
}
.chip span { color: var(--rose); }

/* ---------- Sub-page hero band ---------- */
.page-hero {
  background:
    radial-gradient(900px 380px at 90% -20%, rgba(214, 58, 110, 0.13), transparent 60%),
    linear-gradient(180deg, var(--bg-alt), var(--bg));
  padding: 52px 0 40px;
  text-align: center;
}
.page-hero-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--ink);
  margin-bottom: 12px;
}
.page-hero-sub {
  max-width: 46em;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.06rem;
}

/* ---------- Sections ---------- */
.section { padding: 64px 0; }
.section.alt { background: var(--bg-alt); }
.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  text-align: center;
  margin-bottom: 14px;
  color: var(--ink);
}
.section-desc {
  text-align: center;
  max-width: 42em;
  margin: 0 auto 40px;
  color: var(--muted);
}
.section-desc-left {
  text-align: left;
  max-width: none;
  margin: 0 0 32px;
}

.star-divider {
  text-align: center;
  color: var(--gold);
  letter-spacing: 0.7em;
  font-size: 0.9rem;
  margin: -8px 0 34px;
}

/* ---------- Feature cards ---------- */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.feature-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.feature-card-gold { border-top: 4px solid var(--gold); }
.feature-icon {
  font-size: 2rem;
  margin-bottom: 12px;
  display: inline-block;
}
.feature-card h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  margin-bottom: 8px;
  color: var(--ink);
}
.feature-card p { font-size: 0.95rem; color: var(--muted); }

/* ---------- Gallery ---------- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.gallery-item {
  position: relative;
  display: block;
  border-radius: var(--radius);
  overflow: hidden;
  border: 4px solid #fff;
  outline: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  cursor: zoom-in;
  background: var(--card);
}
.gallery-item img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform 0.25s ease; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  background: linear-gradient(transparent, rgba(60, 34, 51, 0.85));
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 22px 12px 10px;
}

/* ---------- Lightbox ---------- */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(30, 14, 24, 0.94);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.lightbox.open { display: flex; }
.lightbox img {
  max-width: min(1100px, 94vw);
  max-height: 86vh;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
.lb-close,
.lb-prev,
.lb-next {
  position: absolute;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  font-size: 1.25rem;
  cursor: pointer;
  transition: background 0.15s ease;
}
.lb-close:hover,
.lb-prev:hover,
.lb-next:hover { background: rgba(255, 255, 255, 0.3); }
.lb-close { top: 22px; right: 22px; }
.lb-prev { left: 22px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 22px; top: 50%; transform: translateY(-50%); }

/* ---------- Quotes ---------- */
.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.quote-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px 24px;
  box-shadow: var(--shadow-sm);
  position: relative;
}
.quote-card::before {
  content: "\201C";
  position: absolute;
  top: 4px;
  left: 18px;
  font-family: var(--font-display);
  font-size: 4rem;
  color: var(--gold-soft);
  line-height: 1;
}
.quote-text { font-size: 0.98rem; color: var(--ink); margin-bottom: 14px; }
.quote-author {
  font-style: normal;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--rose);
}

/* ---------- CTA banner ---------- */
.cta-banner {
  background:
    radial-gradient(700px 300px at 15% 120%, rgba(193, 154, 46, 0.25), transparent 60%),
    linear-gradient(135deg, var(--bg-deep), #52293f);
  border-radius: 26px;
  padding: 52px 40px;
  text-align: center;
  color: #fff;
  margin: 56px 0 64px;
}
.cta-banner h2 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  margin-bottom: 10px;
}
.cta-banner p { color: rgba(255, 255, 255, 0.82); max-width: 40em; margin: 0 auto 26px; }
.cta-wrapper { text-align: center; margin-top: 34px; }

/* ---------- Article / sub-page prose ---------- */
.article { max-width: 46em; margin: 0 auto; }
.article p { margin-bottom: 18px; color: #5c4a57; }
.article h2 {
  font-family: var(--font-display);
  font-size: 1.7rem;
  margin: 40px 0 14px;
  color: var(--ink);
}
.article h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  margin: 28px 0 10px;
  color: var(--rose-dark);
}
.article ul, .article ol { margin: 0 0 18px 1.4em; color: #5c4a57; }
.article li { margin-bottom: 8px; }
.article li::marker { color: var(--gold); }

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
  margin: 40px 0;
}
.split-media img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 5px solid #fff;
  outline: 1px solid var(--line);
}
.split-text { min-width: 0; }
.img-caption {
  font-size: 0.83rem;
  color: var(--muted);
  text-align: center;
  margin-top: 10px;
}

/* ---------- Steps (guide) ---------- */
.steps { list-style: none; margin: 0; }
.step {
  display: flex;
  gap: 18px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  margin-bottom: 16px;
  box-shadow: var(--shadow-sm);
}
.step-num {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--rose), var(--rose-dark));
  color: #fff;
  font-weight: 800;
  font-size: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
}
.step h3 { font-family: var(--font-display); font-size: 1.2rem; margin-bottom: 6px; color: var(--ink); }
.step p { color: var(--muted); font-size: 0.97rem; }

.note-box {
  background: var(--gold-soft);
  border-left: 4px solid var(--gold);
  border-radius: 0 14px 14px 0;
  padding: 18px 22px;
  margin: 26px 0;
  color: #6b5415;
}

/* ---------- FAQ ---------- */
.faq-list { max-width: 46em; margin: 0 auto; }
.faq-item {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  margin-bottom: 14px;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.faq-item summary {
  cursor: pointer;
  font-weight: 700;
  padding: 18px 22px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  color: var(--ink);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--rose);
  line-height: 1;
}
.faq-item[open] summary::after { content: "\2212"; }
.faq-item .faq-answer { padding: 0 22px 20px; color: #5c4a57; }
.faq-sysreq { margin-top: 0; }

.sysreq-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 30px;
  background: var(--card);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.sysreq-table th, .sysreq-table td {
  border: 1px solid var(--line);
  padding: 12px 16px;
  text-align: left;
  font-size: 0.95rem;
}
.sysreq-table th { background: var(--bg-alt); font-family: var(--font-display); color: var(--ink); }
.sysreq-table td { color: #5c4a57; }

/* ---------- Footer ---------- */
.site-footer {
  border-top: 1px solid var(--line);
  background: var(--bg-alt);
  padding: 34px 0 40px;
  text-align: center;
}
.footer-copy {
  font-size: 0.9rem;
  color: var(--muted);
  margin-bottom: 18px;
}
.lang-switch {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.lang-link {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--muted);
  border: 1px solid var(--line);
  background: var(--card);
  border-radius: 999px;
  padding: 6px 14px;
  transition: all 0.15s ease;
}
.lang-link:hover { color: var(--rose); text-decoration: none; border-color: var(--rose); }
.lang-link.active { background: var(--rose); border-color: var(--rose); color: #fff; }

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  body { font-size: 16px; }
  .nav-toggle { display: block; }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; }
  .nav-links {
    display: none;
    flex-direction: column;
    background: var(--card);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
    padding: 14px 6%;
    gap: 4px;
  }
  .site-nav.open .nav-links { display: flex; }
  .nav-links a { display: block; padding: 10px 0; }
  .site-nav .btn-play { margin: 10px 6% 16px; }
  .hero { padding: 44px 0 40px; }
  .hero-inner { grid-template-columns: 1fr; gap: 30px; }
  .cards-grid, .gallery-grid, .quote-grid { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; gap: 22px; }
  .section { padding: 48px 0; }
  .cta-banner { padding: 40px 22px; }
}

@media (max-width: 480px) {
  .cards-grid, .gallery-grid, .quote-grid { grid-template-columns: 1fr; }
  .hero-title { font-size: 2.1rem; }
  .fact-chips { gap: 8px; }
  .step { flex-direction: column; }
  .lightbox { padding: 20px; }
  .lb-prev { left: 8px; }
  .lb-next { right: 8px; }
  .topbar-inner { padding: 10px 0; }
  .brand-name { font-size: 1.05rem; }
}
