@import url("https://fonts.googleapis.com/css2?family=Syne:wght@600;700;800&family=IBM+Plex+Sans:wght@400;500;600&family=Instrument+Serif:ital@0;1&display=swap");

:root {
  --bg: #050506;
  --ink: #f4f1ea;
  --muted: #9a9588;
  --line: rgba(244, 241, 234, 0.1);
  --accent: #dcc79a;
  --accent-strong: #eed9ad;
  --card: rgba(244, 241, 234, 0.028);
  --card-hover: rgba(244, 241, 234, 0.05);
  --radius: 18px;
  --max: 72rem;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  min-height: 100vh;
  font-family: "IBM Plex Sans", ui-sans-serif, system-ui, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.55;
  overflow-x: hidden;
}

.bg-glow {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(900px 520px at 85% -5%, rgba(220, 199, 154, 0.16), transparent 55%),
    radial-gradient(700px 480px at -10% 35%, rgba(120, 90, 55, 0.12), transparent 50%),
    radial-gradient(600px 400px at 50% 100%, rgba(220, 199, 154, 0.05), transparent 55%);
}

a { color: inherit; }
code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.9em;
  color: var(--accent);
}

.top {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem clamp(1.1rem, 4vw, 2.4rem);
  backdrop-filter: blur(16px);
  background: rgba(5, 5, 6, 0.72);
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  font-family: Syne, sans-serif;
  font-weight: 800;
  letter-spacing: 0.01em;
  font-size: 1.05rem;
}
.brand img { border-radius: 8px; display: block; }
.nav {
  display: flex;
  align-items: center;
  gap: 0.35rem 0.9rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.nav > a:not(.btn) {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
}
.nav > a:not(.btn):hover { color: var(--ink); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.55rem 1.1rem;
  text-decoration: none;
  font-family: Syne, sans-serif;
  font-weight: 700;
  font-size: 0.88rem;
  border: 1px solid transparent;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-lg { padding: 0.9rem 1.4rem; font-size: 0.98rem; }
.btn-primary { background: var(--accent); color: #14110c; }
.btn-primary:hover { background: var(--accent-strong); }
.btn-ghost {
  border-color: var(--line);
  color: var(--ink);
  background: transparent;
}
.btn-ghost:hover {
  border-color: rgba(244, 241, 234, 0.28);
  background: rgba(244, 241, 234, 0.04);
}

.hero {
  max-width: 56rem;
  padding: clamp(3.8rem, 12vh, 7.5rem) clamp(1.2rem, 5vw, 2.8rem) 3.5rem;
}
.pill {
  display: inline-flex;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--card);
  color: var(--accent);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1.35rem;
}
.hero h1 {
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  font-size: clamp(3.2rem, 10vw, 6.2rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
  margin-bottom: 1.35rem;
}
.hero h1 em {
  font-style: italic;
  color: var(--accent);
}
.lede {
  color: var(--muted);
  font-size: clamp(1.05rem, 2.2vw, 1.22rem);
  max-width: 36rem;
  margin-bottom: 1.85rem;
}
.lede.tight { margin-bottom: 1.4rem; }
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2.6rem;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 40rem;
  border-top: 1px solid var(--line);
  padding-top: 1.5rem;
}
.stats dt {
  font-family: Syne, sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
  margin-bottom: 0.25rem;
}
.stats dd {
  color: var(--muted);
  font-size: 0.88rem;
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 3.5rem clamp(1.2rem, 5vw, 2.8rem);
  border-top: 1px solid var(--line);
}
.section-head { margin-bottom: 1.85rem; max-width: 40rem; }
.eyebrow {
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: var(--accent);
  margin-bottom: 0.85rem;
}
.section-head h2,
.closer h2 {
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(2.1rem, 4.5vw, 3.2rem);
  line-height: 1.1;
  margin-bottom: 0.55rem;
}
.muted { color: var(--muted); }

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.work-card {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  text-decoration: none;
  padding: 1.4rem 1.3rem 1.35rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--card);
  min-height: 12.5rem;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}
.work-card:hover {
  background: var(--card-hover);
  border-color: rgba(220, 199, 154, 0.35);
  transform: translateY(-2px);
}
.work-tag {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
  font-family: Syne, sans-serif;
}
.work-card h3 {
  font-family: Syne, sans-serif;
  font-weight: 800;
  font-size: 1.35rem;
}
.work-card p {
  color: var(--muted);
  flex: 1;
  font-size: 0.98rem;
}
.work-link {
  color: var(--accent);
  font-size: 0.88rem;
  font-weight: 600;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.feature {
  padding: 1.5rem 1.4rem 1.45rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--card);
}
.feature-accent {
  border-color: rgba(220, 199, 154, 0.35);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}
.feature h3 {
  font-family: Syne, sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  margin-bottom: 0.55rem;
}
.feature > p {
  color: var(--muted);
  margin-bottom: 1rem;
}
.checklist {
  list-style: none;
  margin-bottom: 1.15rem;
  color: var(--muted);
}
.checklist li {
  padding: 0.4rem 0 0.4rem 1.2rem;
  position: relative;
  border-top: 1px solid var(--line);
  font-size: 0.95rem;
}
.checklist li:first-child { border-top: 0; }
.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--accent);
}
.text-link {
  color: var(--accent);
  text-decoration: none;
  font-weight: 700;
  font-family: Syne, sans-serif;
  font-size: 0.95rem;
}
.text-link:hover { text-decoration: underline; }

.steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}
.steps li {
  padding: 1.2rem 1.15rem 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.22);
}
.step-n {
  display: block;
  font-family: Syne, sans-serif;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: 0.08em;
  font-size: 0.8rem;
  margin-bottom: 0.55rem;
}
.steps strong {
  display: block;
  font-family: Syne, sans-serif;
  font-weight: 800;
  margin-bottom: 0.35rem;
}
.steps p { color: var(--muted); font-size: 0.94rem; }

.plans {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.15rem;
}
.plan {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1.45rem 1.3rem 1.4rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--card);
}
.plan-featured {
  border-color: rgba(220, 199, 154, 0.45);
  box-shadow: 0 0 0 1px rgba(220, 199, 154, 0.1), 0 22px 55px rgba(0, 0, 0, 0.3);
}
.plan-badge {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: Syne, sans-serif;
  font-weight: 800;
  color: #14110c;
  background: var(--accent);
  border-radius: 999px;
  padding: 0.25rem 0.55rem;
}
.plan h3 {
  font-family: Syne, sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
}
.price {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 2.6rem;
  line-height: 1;
}
.price span {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 0.95rem;
  color: var(--muted);
  margin-left: 0.15rem;
}
.plan ul {
  list-style: none;
  color: var(--muted);
  flex: 1;
}
.plan li {
  padding: 0.4rem 0;
  border-top: 1px solid var(--line);
  font-size: 0.95rem;
}
.plan li:first-child { border-top: 0; padding-top: 0; }
.plan .btn { width: 100%; margin-top: 0.2rem; }
.billing-note { color: var(--muted); font-size: 0.92rem; max-width: 42rem; }
.billing-note a { color: var(--accent); text-decoration: none; }
.billing-note a:hover { text-decoration: underline; }

.closer {
  text-align: left;
  max-width: 56rem;
  margin-left: clamp(1.2rem, 5vw, 2.8rem);
  margin-right: auto;
  border-top: 1px solid var(--line);
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.closer .cta-row { margin-bottom: 0; }

.foot {
  border-top: 1px solid var(--line);
  padding: 1.5rem clamp(1.2rem, 5vw, 2.8rem) 2.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.5rem;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.9rem;
}
.foot-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--ink);
  font-family: "IBM Plex Sans", ui-sans-serif, system-ui, sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}
.foot-brand img { border-radius: 6px; display: block; }
.foot-brand span,
.foot p {
  letter-spacing: 0;
  text-transform: none;
}
.foot a { color: var(--accent); text-decoration: none; }
.foot a:hover { text-decoration: underline; }

@media (max-width: 900px) {
  .work-grid, .plans, .steps, .split, .stats { grid-template-columns: 1fr; }
  .stats { gap: 1.1rem; }
}
@media (max-width: 720px) {
  .nav > a:not(.btn) { display: none; }
  .closer { margin-left: 0; padding-left: clamp(1.2rem, 5vw, 2.8rem); padding-right: clamp(1.2rem, 5vw, 2.8rem); }
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.faq-item {
  padding: 1.35rem 1.3rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
}
.faq-item h3 {
  font-family: Syne, sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
  margin-bottom: 0.45rem;
}
.faq-item p { color: var(--muted); font-size: 0.96rem; }
.faq-item a { color: var(--accent); text-decoration: none; }
.faq-item a:hover { text-decoration: underline; }

@media (max-width: 720px) {
  .faq-grid { grid-template-columns: 1fr; }
}

/* Keep interface text compact and readable across the page. */
.brand,
.btn,
.stats dt,
.work-tag,
.work-card h3,
.feature h3,
.text-link,
.step-n,
.steps strong,
.plan-badge,
.plan h3,
.faq-item h3 {
  font-family: "IBM Plex Sans", ui-sans-serif, system-ui, sans-serif;
  letter-spacing: normal;
}

.pill,
.eyebrow,
.work-tag,
.plan-badge {
  letter-spacing: normal;
  text-transform: none;
}
