:root {
  --ink: #211e1b;
  --muted: #6e675f;
  --soft: #9a938a;
  --canvas: #fbfaf8;
  --paper: #ffffff;
  --line: #e6e1d9;
  --wash: #f6f3ee;
  --accent: #be6a2e;
  --accent-soft: #f2dbc4;
  --pink: #c7503f;
  --amber: #e0a567;
  --shadow: 0 28px 70px -38px rgba(33, 30, 27, 0.42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--pink); }
.wrap { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.eyebrow {
  color: var(--accent);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(230, 225, 217, .9);
  background: rgba(251, 250, 248, .9);
  backdrop-filter: blur(14px);
}
.nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand { display: flex; align-items: center; gap: 10px; font-family: "Space Grotesk", sans-serif; font-weight: 700; }
.brand img { width: 44px; height: 38px; object-fit: contain; }
.nav-links { margin-left: auto; display: flex; align-items: center; gap: 24px; font-size: 14px; color: var(--muted); }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  font-weight: 700;
  transition: transform 150ms ease, background 150ms ease, color 150ms ease;
}
.button:hover { transform: translateY(-1px); color: var(--ink); border-color: #cfc7bc; }
.button.dark { border-color: var(--ink); background: var(--ink); color: var(--canvas); }
.button.dark:hover { background: #38332c; color: var(--canvas); }
.button.accent { border-color: var(--accent); background: var(--accent); color: #fff; }
.button.accent:hover { background: #a85d28; color: #fff; }
.button.small { min-height: 40px; padding: 0 17px; font-size: 14px; }
.hero {
  padding: 86px 0 98px;
  display: grid;
  grid-template-columns: 1fr .92fr;
  align-items: center;
  gap: 68px;
}
.hero h1, .page-hero h1 {
  margin: 18px 0 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(48px, 6vw, 72px);
  line-height: 1.01;
  letter-spacing: -.04em;
}
.hero h1 span { color: var(--accent); }
.lead { max-width: 620px; margin: 22px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.platforms { margin-top: 24px; color: var(--soft); font-family: "JetBrains Mono", monospace; font-size: 10.5px; letter-spacing: .05em; }
.shot {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--paper);
  box-shadow: var(--shadow);
}
.shot img { width: 100%; display: block; }
.shot figcaption { padding: 15px 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; line-height: 1.5; }
.section { padding: 92px 0; border-top: 1px solid #efeae2; }
.section.wash { background: var(--wash); }
.section.dark { background: var(--ink); color: var(--canvas); }
.section-head { max-width: 700px; }
.section h2, .page-section h2 {
  margin: 12px 0 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(36px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.section-head p { margin: 16px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.grid-3 { margin-top: 42px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.card .step { color: var(--accent); font-family: "JetBrains Mono", monospace; font-size: 11px; letter-spacing: .08em; }
.card h3 { margin: 18px 0 8px; font-family: "Space Grotesk", sans-serif; font-size: 21px; }
.card p { margin: 0; color: var(--muted); font-size: 14.5px; line-height: 1.65; }
.gallery { margin-top: 42px; display: grid; grid-template-columns: 1.12fr .88fr; gap: 22px; align-items: start; }
.gallery .shot:last-child { margin-top: 72px; }
.founder-teaser { display: grid; grid-template-columns: .72fr 1fr; gap: 56px; align-items: center; }
.founder-photo { aspect-ratio: 4/5; overflow: hidden; border-radius: 22px; box-shadow: var(--shadow); background: #2a211d; }
.founder-photo img { width: 100%; height: 100%; object-fit: cover; }
.founder-profile { width: min(100%, 300px); justify-self: center; }
.quote { margin: 18px 0 0; font-family: "Space Grotesk", sans-serif; font-size: 28px; line-height: 1.35; letter-spacing: -.02em; }
.price-grid { margin-top: 42px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.price { padding: 32px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); }
.price.inverse { background: var(--ink); border-color: var(--ink); color: var(--canvas); }
.price-value { margin-top: 16px; font-family: "Space Grotesk", sans-serif; font-size: 50px; font-weight: 700; letter-spacing: -.04em; }
.price-note { margin-top: 5px; color: var(--soft); font-size: 13px; }
.features { margin: 24px 0 0; padding: 0; list-style: none; display: grid; gap: 11px; color: var(--muted); font-size: 14px; }
.inverse .features { color: #c9c2b8; }
.features li::before { content: "—"; margin-right: 10px; color: var(--accent); }
.billing-toggle { display: flex; gap: 4px; width: fit-content; padding: 4px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); }
.billing-toggle button { border: 0; border-radius: 999px; padding: 9px 17px; background: transparent; color: var(--muted); font: 600 13px Manrope, sans-serif; cursor: pointer; }
.billing-toggle button.active { background: var(--ink); color: var(--canvas); }
.cta { text-align: center; }
.cta h2 { max-width: 820px; margin-inline: auto; }
.cta p { color: #a79e92; }
.page-hero { padding: 88px 0 72px; }
.page-hero h1 { max-width: 850px; }
.page-grid { display: grid; grid-template-columns: .72fr 1fr; gap: 64px; align-items: start; }
.story { color: #4a443d; font-size: 17px; line-height: 1.8; }
.story h2 { margin-top: 50px; }
.story blockquote { margin: 34px 0; padding: 22px 26px; border-left: 4px solid var(--accent); background: #fdf6ef; border-radius: 0 16px 16px 0; font-family: "Space Grotesk", sans-serif; font-size: 24px; line-height: 1.45; }
.download-card { display: grid; grid-template-columns: 1fr .85fr; gap: 50px; align-items: center; padding: 44px; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); box-shadow: var(--shadow); }
.download-art { min-height: 320px; display: grid; place-items: center; border-radius: 18px; background: #fdf6ef; }
.download-art img { width: min(350px, 78%); }
.meta-list { margin: 22px 0 0; padding: 0; list-style: none; display: grid; gap: 9px; color: var(--muted); font-size: 14px; }
.issue-form { display: grid; gap: 20px; max-width: 760px; }
.field { display: grid; gap: 8px; }
.field label { font-size: 14px; font-weight: 700; }
.field input, .field select, .field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--paper);
  color: var(--ink);
  font: 500 15px/1.5 Manrope, sans-serif;
  padding: 13px 14px;
}
.field textarea { min-height: 190px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(190, 106, 46, .18); border-color: var(--accent); }
.field-help { color: var(--muted); font-size: 12.5px; line-height: 1.55; }
.consent { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.consent input { margin-top: 3px; }
.form-status { display: none; padding: 15px 17px; border-radius: 12px; font-size: 14px; line-height: 1.55; }
.form-status.visible { display: block; }
.form-status.success { background: #edf8ee; color: #215e2b; border: 1px solid #c6e7cb; }
.form-status.error { background: #fff0ee; color: #8b3027; border: 1px solid #f1c6c1; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.site-footer { padding: 30px 0; border-top: 1px solid #322d26; background: var(--ink); color: #8c8377; font-size: 13px; }
.footer-row { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }
.footer-links { margin-left: auto; display: flex; flex-wrap: wrap; gap: 20px; }
.footer-links a:hover { color: var(--canvas); }

@media (max-width: 860px) {
  .nav-links { display: none; }
  .nav .button { margin-left: auto; }
  .hero, .founder-teaser, .page-grid, .download-card { grid-template-columns: 1fr; }
  .hero { gap: 42px; padding-top: 64px; }
  .grid-3, .price-grid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .gallery .shot:last-child { margin-top: 0; }
  .founder-photo { max-height: 580px; }
  .founder-profile { width: min(100%, 260px); }
}

@media (max-width: 560px) {
  .wrap { width: min(100% - 28px, 1160px); }
  .nav { min-height: 64px; }
  .brand span { display: none; }
  .hero, .section, .page-hero { padding-top: 62px; padding-bottom: 62px; }
  .hero h1, .page-hero h1 { font-size: 47px; }
  .download-card { padding: 26px; }
  .footer-links { margin-left: 0; }
}
