/* Maqam — Eastern Tuner · maqam.pro */

:root {
  --saffron: #E2521D;
  --saffron-dark: #B8401A;
  --ink: #0A0A0A;
  --paper: #F8F8F5;
  --cream: #F5EDE0;
  --neon: #22C55E;
}

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.italic-serif {
  font-family: 'Fraunces', 'Times New Roman', serif;
  font-style: italic;
  font-weight: 300;
  font-variation-settings: "opsz" 144;
}
.italic-serif-bold {
  font-family: 'Fraunces', 'Times New Roman', serif;
  font-style: normal;
  font-weight: 700;
  font-variation-settings: "opsz" 144;
}

a { color: inherit; text-decoration: none; }
a.subtle:hover { opacity: 0.7; }

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

/* ── Nav ── */
.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 24px 32px;
  max-width: 1280px; margin: 0 auto;
  color: var(--ink);
}
.nav .brand {
  display: flex; align-items: center; gap: 12px;
  font-weight: 900; font-size: 14px; letter-spacing: 0.2em;
  color: var(--ink);
}
.nav .brand img { width: 36px; height: 36px; border-radius: 8px; }
.nav .links { display: flex; gap: 28px; font-size: 13px; font-weight: 900; letter-spacing: 0.18em; color: var(--ink); }
.nav .links a { color: var(--ink); }

/* ── Hero ── */
.hero {
  max-width: 1280px;
  margin: 24px auto 32px;
  padding: 0 32px 80px;
  position: relative;
}
/* Install card pulled up so its center lines up with the hero banner's bottom edge */
.hero-install-card {
  margin: -145px auto 0;
  position: relative;
  z-index: 10;
  background: var(--paper);
  box-shadow: 0 24px 80px rgba(10,10,10,0.22);
}
@media (max-width: 560px) {
  .hero { padding-bottom: 70px; margin-bottom: 24px; }
  .hero-install-card { margin-top: -120px; }
}
.hero-banner {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: var(--saffron);
  box-shadow: 0 30px 80px rgba(0,0,0,0.25);
  min-height: 620px;
  display: flex;
  align-items: stretch;
}
.hero-cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.15) 50%, rgba(0,0,0,0.0) 80%),
    linear-gradient(to bottom, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.0) 30%);
  z-index: 1;
  pointer-events: none;
}
.hero-overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 56px 48px;
  color: var(--paper);
  min-height: 620px;
}
.hero-overlay .launch-banner { align-self: flex-start; }
.hero-overlay .hero-headline { margin-top: auto; padding-top: 80px; }
.hero-overlay .sub {
  margin-top: 16px;
  max-width: 580px;
  font-size: 17px;
  color: rgba(248, 248, 245, 0.88);
  text-shadow: 0 1px 14px rgba(0,0,0,0.35);
  line-height: 1.5;
}
.hero-overlay .cta {
  margin-top: 24px;
  justify-content: flex-start;
}
.hero-overlay .cta-meta { color: rgba(248,248,245,0.88); }
.hero-overlay .hero-headline {
  text-shadow: 0 2px 24px rgba(0,0,0,0.5);
}

@media (max-width: 880px) {
  .hero { padding: 0 16px; }
  .hero-overlay { padding: 24px 28px 28px; }
  .hero-banner { min-height: 540px; }
  .hero-overlay .hero-headline { padding-top: 40px; }
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at top right, rgba(255,255,255,0.08), transparent 60%);
  pointer-events: none;
}
.hero-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px;
  align-items: center; position: relative; z-index: 1;
}
.hero h1 {
  font-size: clamp(56px, 8vw, 120px);
  line-height: 0.9;
  letter-spacing: -0.04em;
  font-weight: 300;
}
.hero h1 .accent {
  color: var(--ink);
  font-weight: 700;
  font-style: normal;
}
.hero .sub {
  margin-top: 24px;
  font-size: 18px; line-height: 1.5;
  color: rgba(248, 248, 245, 0.85);
  max-width: 720px;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}
.hero .cta {
  margin-top: 36px; display: flex; gap: 20px; flex-wrap: wrap; align-items: center;
  justify-content: center;
}
.app-store-badge {
  display: inline-flex; align-items: center; gap: 12px;
  background: var(--saffron); color: var(--paper);
  padding: 14px 24px; border-radius: 14px;
  font-weight: 900; letter-spacing: 0.04em;
}
.hero-overlay .app-store-badge {
  background: var(--saffron);
  color: var(--paper);
}
.app-store-badge .small { font-size: 10px; opacity: 0.7; font-weight: 100; letter-spacing: 0.15em; }
.app-store-badge .big { font-size: 18px; }
.app-store-badge img { width: 28px; }

.hero-image {
  position: relative;
}
.hero-image img {
  width: 100%; max-width: 540px;
  border-radius: 36px;
  box-shadow: 0 40px 80px rgba(0,0,0,0.25);
  margin: 0 auto;
}

/* ── Section ── */
section { padding: 96px 32px; }
.container { max-width: 1280px; margin: 0 auto; }

.section-label {
  font-size: 11px; letter-spacing: 0.3em; font-weight: 900;
  opacity: 0.7; margin-bottom: 16px;
}
.section-title {
  font-size: clamp(40px, 5vw, 64px);
  line-height: 0.95; letter-spacing: -0.03em;
  margin-bottom: 48px;
}

/* ── Features ── */
.section-dark { background: var(--ink); color: var(--paper); }
.section-paper { background: var(--paper); color: var(--ink); }
.section-paper .section-label { color: var(--ink); opacity: 0.55; }
.features {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px 32px;
}
.feature .icon {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--saffron); display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
  font-size: 22px;
}
.feature h3 {
  font-size: 18px; font-weight: 900; margin-bottom: 6px;
  letter-spacing: -0.01em;
}
.feature p {
  font-size: 14px; font-weight: 400;
  color: rgba(248,248,245,0.92);
  line-height: 1.55;
}

/* ── Screenshots strip ── */
.screens {
  display: flex; gap: 24px; overflow-x: auto;
  padding: 16px 0 32px;
  scrollbar-width: none;
}
.screens::-webkit-scrollbar { display: none; }
.screens img {
  width: 280px; height: auto; flex: 0 0 auto;
  border-radius: 32px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}

/* ── Pricing ── */
.section-cream { background: var(--cream); color: var(--ink); }
.section-cream .section-label { opacity: 0.55; }
.pricing {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  max-width: 1100px; margin: 0 auto;
}
.plan {
  background: var(--paper);
  border-radius: 20px; padding: 32px 28px;
  border: 1.5px solid rgba(10,10,10,0.1);
  position: relative;
}
.plan.featured {
  background: var(--ink); color: var(--paper);
  border-color: var(--ink);
}
.plan .ribbon {
  position: absolute; top: -12px; right: 24px;
  background: var(--saffron); color: var(--ink);
  font-size: 10px; font-weight: 900; letter-spacing: 0.2em;
  padding: 4px 10px; border-radius: 999px;
}
.plan .ribbon.ribbon-trial {
  background: var(--neon); color: var(--ink);
}
.plan .name {
  font-size: 14px; font-weight: 900; letter-spacing: 0.15em;
  margin-bottom: 12px; opacity: 0.85;
}
.plan .price {
  font-size: 56px; letter-spacing: -0.03em;
  margin-bottom: 8px;
}
.plan .price .per { font-size: 14px; font-weight: 100; opacity: 0.55; }
.plan .desc {
  font-size: 13px; font-weight: 100; opacity: 0.7;
  margin-bottom: 24px;
}
.plan ul { list-style: none; }
.plan li {
  font-size: 13px; margin-bottom: 8px;
  padding-left: 22px; position: relative;
}
.plan li::before {
  content: "✓"; position: absolute; left: 0;
  font-weight: 900;
  color: var(--saffron);
}
.plan.featured li::before { color: var(--saffron); }

.plan-cta {
  display: block;
  margin-top: 24px;
  padding: 14px 20px;
  background: var(--ink);
  color: var(--paper);
  border-radius: 12px;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
  transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s;
}
.plan-cta:hover {
  opacity: 0.92;
  transform: translateY(-2px);
}
.plan-cta-featured {
  background: var(--saffron);
  color: var(--paper);
}

/* ── Coupon callout ── */
.coupon-cta {
  margin-top: 64px; text-align: center;
  font-size: 14px; opacity: 0.65;
}

/* ── Footer ── */
footer {
  background: var(--ink); color: var(--paper);
  padding: 64px 32px 32px;
}
.footer-grid {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px;
  margin-bottom: 48px;
}
.footer-grid h4 {
  font-size: 11px; letter-spacing: 0.25em; font-weight: 900;
  opacity: 0.7; margin-bottom: 16px;
}
.footer-grid ul { list-style: none; }
.footer-grid li { margin-bottom: 10px; font-size: 14px; font-weight: 400; }
.footer-grid li a { opacity: 0.9; }
.footer-grid li a:hover { opacity: 1; }
.footer-bottom {
  max-width: 1280px; margin: 0 auto;
  padding-top: 24px;
  border-top: 1px solid rgba(248,248,245,0.15);
  font-size: 12px; opacity: 0.75; font-weight: 400;
  display: flex; justify-content: space-between;
}

/* ── Maker note ── */
.maker-note {
  background: var(--saffron);
  color: var(--paper);
  padding: 96px 32px;
}
.maker-note .container { max-width: 860px; margin: 0 auto; text-align: center; }
.maker-note .eyebrow {
  font-size: 11px; letter-spacing: 0.3em; font-weight: 900;
  opacity: 0.75; margin-bottom: 24px;
  text-transform: uppercase;
}
.maker-note .quote {
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.35; letter-spacing: -0.01em;
  font-weight: 300;
  margin-bottom: 24px;
}
.maker-note .signature {
  font-size: 12px; letter-spacing: 0.18em; font-weight: 900;
  opacity: 0.75;
}

/* ── Launch banner + Hero headline + Proof strip ── */
.launch-banner {
  display: inline-flex;
  align-items: center; gap: 10px;
  background: rgba(248, 248, 245, 0.12);
  border: 1px solid rgba(248, 248, 245, 0.25);
  backdrop-filter: blur(8px);
  padding: 8px 16px;
  border-radius: 999px;
  margin-bottom: 32px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.2em;
}
.launch-banner .dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--neon);
  box-shadow: 0 0 12px rgba(34, 197, 94, 0.8);
  animation: pulse-dot 1.6s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.4); }
}

.hero-headline {
  font-size: clamp(48px, 7vw, 96px);
  line-height: 0.95; letter-spacing: -0.03em;
  font-weight: 300;
  margin: 0;
}
.hero-headline .italic-serif-bold {
  color: var(--paper);
}
.hero-overlay .hero-headline,
.hero-overlay .hero-headline .italic-serif-bold {
  color: var(--paper);
}

.cta-meta {
  font-size: 12px;
  letter-spacing: 0.18em;
  font-weight: 900;
  opacity: 0.65;
  align-self: center;
}

.proof-strip {
  background: var(--ink);
  color: var(--paper);
  padding: 56px 32px;
  border-top: 1px solid rgba(248, 248, 245, 0.05);
}
.proof-row {
  max-width: 1100px; margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
}
.proof-item {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
}
.proof-num {
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1; letter-spacing: -0.04em;
  font-weight: 300;
}
.proof-num .italic-serif-bold {
  font-weight: 700; font-style: normal;
  color: var(--saffron);
}
.proof-label {
  font-size: 11px;
  letter-spacing: 0.25em;
  font-weight: 900;
  opacity: 0.55;
  text-transform: uppercase;
}

@media (max-width: 680px) {
  .proof-row { grid-template-columns: repeat(2, 1fr); gap: 32px 16px; }
}

/* ── Blog ── */
/* ── App install card (blog CTA) ── */
.app-install-card,
.app-install-card * {
  text-decoration: none !important;
}
.app-install-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  column-gap: 22px;
  padding: 22px 28px;
  background: var(--paper);
  border: 1.5px solid rgba(10,10,10,0.07);
  border-radius: 24px;
  max-width: 680px;
  margin: 56px auto 16px;
  color: var(--ink);
  box-shadow: 0 12px 48px rgba(10,10,10,0.06);
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s, border-color 0.25s;
}
.app-install-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 60px rgba(10,10,10,0.10);
  border-color: rgba(226,82,29,0.25);
}
.app-install-card .icon {
  width: 84px; height: 84px;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 6px 20px rgba(226,82,29,0.32);
}
.app-install-card .meta { min-width: 0; }
.app-install-card .name {
  margin: 0;
  font-size: 20px; font-weight: 900;
  letter-spacing: -0.015em; line-height: 1.18;
  color: var(--ink);
}
.app-install-card .sub {
  margin: 4px 0 0 0;
  font-size: 13px; font-weight: 400;
  color: rgba(10,10,10,0.62);
}
.app-install-card .byline {
  margin: 8px 0 0 0;
  font-size: 12.5px; font-weight: 400;
  color: rgba(10,10,10,0.5);
  line-height: 1.55;
}
.app-install-card .cta {
  background: var(--saffron);
  color: var(--paper);
  padding: 10px 26px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 13.5px;
  letter-spacing: 0.18em;
  white-space: nowrap;
  transition: background 0.2s, transform 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.app-install-card:hover .cta {
  background: var(--saffron-dark);
  transform: scale(1.02);
}
@media (max-width: 560px) {
  .app-install-card {
    grid-template-columns: auto 1fr;
    grid-template-areas:
      "icon meta"
      "cta cta";
    row-gap: 16px;
    padding: 20px 22px;
  }
  .app-install-card .icon { grid-area: icon; width: 64px; height: 64px; border-radius: 16px; }
  .app-install-card .meta { grid-area: meta; }
  .app-install-card .cta { grid-area: cta; text-align: center; padding: 14px; }
  .app-install-card .name { font-size: 17px; }
}

.posts-section {
  max-width: 1240px;
  margin: 0 auto;
  padding: 24px 32px 8px;
}
.posts-section .section-label {
  font-size: 11px; font-weight: 900; letter-spacing: 0.25em;
  color: var(--saffron); opacity: 0.8;
  margin-bottom: 8px;
}
.posts-section .section-title {
  font-size: 36px; font-weight: 300;
  letter-spacing: -0.02em; line-height: 1.05;
  color: var(--ink);
  margin-bottom: 20px;
}

.blog-hero {
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 32px 32px;
  color: var(--ink);
}
.blog-hero .eyebrow {
  font-size: 11px; letter-spacing: 0.3em; font-weight: 900;
  opacity: 0.55; margin-bottom: 16px;
  color: var(--ink);
}
.blog-hero h1 {
  font-size: clamp(48px, 7vw, 96px);
  line-height: 0.95; letter-spacing: -0.03em;
  font-weight: 300;
  color: var(--ink);
}
.blog-hero h1 .accent {
  color: var(--saffron); font-weight: 700; font-style: normal;
}
.blog-hero p.lede {
  margin-top: 16px;
  font-size: 18px; max-width: 720px;
  color: rgba(10, 10, 10, 0.75);
  line-height: 1.55;
}

.posts-grid {
  max-width: 1280px; margin: 0 auto;
  padding: 32px 32px 96px;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px;
}
.post-card {
  background: var(--ink); color: var(--paper);
  border-radius: 24px; overflow: hidden;
  display: block; transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.post-card:hover { transform: translateY(-4px); }
.post-card .cover {
  width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block;
  background: var(--saffron);
}
.post-card .body { padding: 28px 28px 32px; }
.post-card .meta {
  font-size: 11px; letter-spacing: 0.25em; font-weight: 900;
  opacity: 0.75; margin-bottom: 10px;
}
.post-card h3 {
  font-size: 28px; line-height: 1.05; letter-spacing: -0.02em;
  margin-bottom: 12px; font-weight: 300;
}
.post-card h3 .accent {
  font-weight: 700; font-style: normal;
}
.post-card p {
  font-size: 14px; font-weight: 400; line-height: 1.6;
  color: rgba(248, 248, 245, 0.92);
}

/* Article page */
.article {
  background: var(--ink); color: var(--paper);
  min-height: 100vh;
}
.article-hero {
  position: relative;
  height: 60vh; min-height: 480px; max-height: 720px;
  overflow: hidden;
}
.article-hero img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
}
.article-hero::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 30%, rgba(10,10,10,0.85) 100%);
}
.article-hero .article-title {
  position: absolute; bottom: 48px; left: 0; right: 0;
  max-width: 1080px; margin: 0 auto; padding: 0 32px;
  z-index: 1;
}
.article-hero .eyebrow {
  font-size: 11px; letter-spacing: 0.3em; font-weight: 900;
  margin-bottom: 16px; opacity: 0.9;
}
.article-hero h1 {
  font-size: clamp(40px, 6vw, 80px);
  line-height: 0.95; letter-spacing: -0.025em;
  font-weight: 300;
}
.article-hero h1 .accent {
  font-weight: 700; font-style: normal;
}

.article-body {
  max-width: 760px; margin: 0 auto;
  padding: 80px 32px 96px;
}
.article-body p {
  font-size: 18px; line-height: 1.75;
  margin-bottom: 24px;
  color: rgba(248, 248, 245, 0.95);
}
.article-body p:first-of-type::first-line {
  font-weight: 700; letter-spacing: 0.04em;
}
.article-body h2 {
  margin-top: 64px; margin-bottom: 20px;
  font-size: clamp(28px, 3.5vw, 40px);
  line-height: 1.1; letter-spacing: -0.02em;
  font-weight: 300;
  font-family: 'Fraunces', 'Times New Roman', serif;
  font-style: italic;
}
.article-body h2 .accent {
  font-weight: 700; font-style: normal;
}
.article-body h3 {
  margin-top: 40px; margin-bottom: 12px;
  font-size: 20px; font-weight: 900;
  letter-spacing: -0.01em;
  color: var(--saffron);
}
.article-body ul, .article-body ol {
  margin: 20px 0 32px 24px;
}
.article-body li {
  font-size: 17px; line-height: 1.7;
  margin-bottom: 10px;
  color: rgba(248, 248, 245, 0.95);
}
.article-body strong { font-weight: 700; color: var(--paper); }
.article-body em { font-style: italic; }
.article-body code {
  font-family: 'SF Mono', Menlo, monospace;
  background: rgba(248,248,245,0.08);
  padding: 2px 8px; border-radius: 6px;
  font-size: 14px;
  color: var(--saffron);
}
.article-body a {
  color: var(--saffron);
  text-decoration: underline; text-underline-offset: 4px;
}
.article-body a.app-store-badge,
.article-body a.app-store-badge:hover {
  color: var(--paper);
  text-decoration: none;
}
.article-body a.app-store-badge svg { fill: var(--paper); }
.article-body a.app-store-badge .small,
.article-body a.app-store-badge .big { color: var(--paper); }

.tuning-card {
  background: rgba(248, 248, 245, 0.04);
  border: 1px solid rgba(248,248,245,0.08);
  border-radius: 16px;
  padding: 24px;
  margin: 24px 0;
}
.tuning-card .tuning-name {
  font-size: 18px; font-weight: 900; letter-spacing: -0.005em;
  margin-bottom: 4px;
}
.tuning-card .tuning-meta {
  font-size: 12px; letter-spacing: 0.15em; font-weight: 900;
  text-transform: uppercase; opacity: 0.75;
  margin-bottom: 16px;
}
.tuning-card .strings {
  display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px;
}
.tuning-card .string-pill {
  background: var(--saffron);
  color: var(--paper);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.tuning-card .tuning-note {
  font-size: 14px; line-height: 1.6;
  color: rgba(248, 248, 245, 0.85);
  font-weight: 400;
}
.tuning-card .makams {
  margin-top: 12px;
  font-size: 13px;
  opacity: 0.85;
}
.tuning-card .makams span {
  font-style: italic;
  color: var(--saffron);
  opacity: 0.9;
}

.spec-box {
  background: rgba(248, 248, 245, 0.04);
  border-left: 3px solid var(--saffron);
  border-radius: 4px;
  padding: 20px 24px;
  margin: 24px 0 32px;
}
.spec-box dl {
  display: grid; grid-template-columns: max-content 1fr; gap: 8px 24px;
}
.spec-box dt {
  font-size: 12px; letter-spacing: 0.18em; font-weight: 900;
  text-transform: uppercase; opacity: 0.75;
}
.spec-box dd {
  font-size: 14px; font-weight: 400;
  color: var(--paper);
}

.read-next {
  max-width: 1280px; margin: 0 auto;
  padding: 64px 32px 80px;
  border-top: 1px solid rgba(248,248,245,0.1);
}
.read-next .label {
  font-size: 11px; letter-spacing: 0.3em; font-weight: 900;
  opacity: 0.75; margin-bottom: 24px;
}
.read-next .row {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
}

.cta-strip {
  background: var(--ink);
  color: var(--paper);
  padding: 80px 32px;
  text-align: center;
}
.cta-strip .accent { color: var(--saffron); }
.cta-strip h2 {
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.0; letter-spacing: -0.02em;
  margin-bottom: 12px;
  font-weight: 300;
  font-family: 'Fraunces', 'Times New Roman', serif;
  font-style: italic;
}
.cta-strip h2 .accent { font-weight: 700; font-style: normal; }
.cta-strip p {
  font-size: 16px; opacity: 0.9; max-width: 540px;
  margin: 0 auto 28px;
  line-height: 1.55;
}

@media (max-width: 880px) {
  .posts-grid { grid-template-columns: 1fr; gap: 24px; }
  .read-next .row { grid-template-columns: 1fr; }
  .spec-box dl { grid-template-columns: 1fr; gap: 4px; }
  .spec-box dt { margin-top: 8px; }
}

/* ── Support / Privacy pages ── */
.doc {
  background: var(--ink); color: var(--paper);
  min-height: 100vh;
}
.doc .container {
  max-width: 720px; padding: 64px 24px;
}
.doc h1 {
  font-size: clamp(40px, 6vw, 64px);
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}
.doc .updated { font-size: 13px; opacity: 0.75; margin-bottom: 48px; }
.doc h2 {
  font-size: 22px; font-weight: 900; margin: 40px 0 16px;
  color: var(--saffron);
  letter-spacing: -0.005em;
}
.doc h3 {
  font-size: 16px; font-weight: 900; margin: 24px 0 8px;
}
.doc p, .doc li { font-size: 15px; line-height: 1.65; margin-bottom: 12px; opacity: 0.95; }
.doc ul { padding-left: 22px; margin-bottom: 16px; }
.doc a { color: var(--neon); text-decoration: underline; text-underline-offset: 4px; }
.doc code {
  background: rgba(248,248,245,0.08);
  padding: 2px 6px; border-radius: 4px;
  font-size: 13px;
}

/* ── Responsive ── */
@media (max-width: 880px) {
  .nav { flex-direction: column; gap: 16px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-image { order: -1; max-width: 320px; margin: 0 auto; }
  .features { grid-template-columns: repeat(2, 1fr); }
  .pricing { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) {
  section { padding: 64px 24px; }
  .features { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
}
