/* Media House — site styles. Dark, cinematic, one gold accent taken from the app itself. */
:root {
  --ink: #0b0d12;          /* ground: the app's own background */
  --ink-2: #13161f;        /* raised panels */
  --ink-3: #1c2030;        /* borders, chips */
  --paper: #f3efe4;        /* warm off-white text */
  --paper-2: #b9b4a6;      /* secondary text */
  --gold: #e0b44a;         /* the app's accent */
  --gold-2: #f2cf7a;
  --line: rgba(243, 239, 228, 0.12);
  --max: 1120px;
  --serif: 'Fraunces', 'Iowan Old Style', 'Palatino', Georgia, serif;
  --sans: 'Manrope', 'Avenir Next', 'Segoe UI', system-ui, sans-serif;
}
* { box-sizing: border-box; }
html { color-scheme: dark; }
body { margin: 0; background: var(--ink); color: var(--paper); font: 400 17px/1.6 var(--sans); -webkit-font-smoothing: antialiased; }
a { color: var(--gold-2); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 4px; }
img { max-width: 100%; height: auto; display: block; }
code, kbd { font-family: ui-monospace, 'SF Mono', Menlo, monospace; font-size: 0.9em; background: var(--ink-3); padding: 1px 6px; border-radius: 5px; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; letter-spacing: -0.01em; text-wrap: balance; margin: 0; }
h1 { font-size: clamp(38px, 6vw, 68px); line-height: 1.02; font-variation-settings: 'opsz' 144; }
h2 { font-size: clamp(26px, 3.4vw, 38px); line-height: 1.12; }
h3 { font-size: 20px; line-height: 1.3; }
.eyebrow { font-size: 12.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin: 0 0 14px; }
.lede { font-size: 20px; line-height: 1.5; color: var(--paper-2); max-width: 62ch; }
.top { max-width: var(--max); margin: 0 auto; padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.top .brand { display: flex; align-items: center; gap: 10px; font-family: var(--serif); font-size: 20px; color: var(--paper); }
.top .brand img { border-radius: 7px; }
.top nav { display: flex; gap: 22px; font-size: 15px; }
.top nav a { color: var(--paper-2); }
.top nav a[aria-current] { color: var(--paper); }
.foot { max-width: var(--max); margin: 60px auto 0; padding: 26px 24px 40px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; color: var(--paper-2); font-size: 14px; }
.foot nav { display: flex; gap: 18px; }
.doc { max-width: 720px; margin: 30px auto 0; padding: 0 24px; }
.doc h1 { margin-bottom: 18px; }
.doc h2 { font-size: 26px; margin: 44px 0 12px; }
.doc p, .doc li { max-width: 68ch; }
.doc ul { padding-left: 22px; }
.doc li { margin: 6px 0; }
.faq dt { font-weight: 700; margin-top: 18px; }
.faq dd { margin: 4px 0 0; color: var(--paper-2); max-width: 68ch; }
/* Landing */
.hero { max-width: var(--max); margin: 30px auto 0; padding: 0 24px; display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 40px; align-items: center; }
.hero .copy p { color: var(--paper-2); font-size: 19px; max-width: 46ch; }
.cta { display: inline-flex; align-items: center; gap: 10px; background: var(--gold); color: #15120a; font-weight: 700; padding: 13px 20px; border-radius: 12px; font-size: 16px; }
.cta:hover { background: var(--gold-2); text-decoration: none; }
.cta.ghost { background: transparent; color: var(--paper); border: 1px solid var(--line); }
.cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.fine { font-size: 13.5px; color: var(--paper-2); margin-top: 12px; }
.shot { border-radius: 14px; overflow: hidden; border: 1px solid var(--line); box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55); background: var(--ink-2); }
.strip { max-width: var(--max); margin: 70px auto 0; padding: 0 24px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.strip div { padding: 18px 16px; border-right: 1px solid var(--line); }
.strip div:last-child { border-right: 0; }
.strip b { display: block; font-family: var(--serif); font-size: 24px; font-weight: 500; }
.strip span { font-size: 13.5px; color: var(--paper-2); }
.section { max-width: var(--max); margin: 80px auto 0; padding: 0 24px; }
.section > p { color: var(--paper-2); max-width: 60ch; font-size: 18px; }
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 30px; }
.feature { padding: 22px 22px 24px; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(180deg, var(--ink-2), var(--ink)); }
.feature h3 { margin-bottom: 8px; }
.feature p { margin: 0; color: var(--paper-2); font-size: 15.5px; }
.feature .k { color: var(--gold); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; display: block; margin-bottom: 10px; }
.showcase { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 30px; align-items: start; }
.showcase figure { margin: 0; }
.showcase figcaption { color: var(--paper-2); font-size: 14.5px; margin-top: 10px; }
.pricing { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 30px; align-items: center; margin-top: 30px; }
.price-card { border: 1px solid var(--gold); border-radius: 18px; padding: 30px; background: var(--ink-2); }
.price-card .n { font-family: var(--serif); font-size: 58px; line-height: 1; font-variation-settings: 'opsz' 144; }
.price-card .n small { font-family: var(--sans); font-size: 16px; color: var(--paper-2); margin-left: 6px; }
.price-card ul { list-style: none; padding: 0; margin: 20px 0 24px; display: grid; gap: 8px; color: var(--paper-2); }
.price-card li::before { content: '—'; color: var(--gold); margin-right: 10px; }
.langs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.langs span { font-size: 13px; padding: 5px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--paper-2); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 40px; margin-top: 24px; }
@media (max-width: 900px) {
  .hero, .showcase, .pricing, .faq-grid { grid-template-columns: 1fr; }
  .features { grid-template-columns: 1fr 1fr; }
  .strip { grid-template-columns: 1fr 1fr; }
  .strip div:nth-child(2) { border-right: 0; }
  .strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}
@media (max-width: 560px) {
  .features { grid-template-columns: 1fr; }
  .top nav { gap: 14px; font-size: 14px; }
}
@media (prefers-reduced-motion: no-preference) {
  .hero .shot { animation: rise 0.7s cubic-bezier(0.2, 0.7, 0.2, 1) both; }
  @keyframes rise { from { transform: translateY(14px); opacity: 0.6; } to { transform: none; opacity: 1; } }
}
