:root {
  --bg:          #f7f3ec;
  --bg-soft:     #efeae0;
  --bg-card:    #ffffff;
  --ink:         #1f1d1a;
  --ink-soft:    #5e574e;
  --ink-mute:    #8a8278;
  --rule:        #e7e0d3;
  --sage:        #6b8a72;
  --clay:        #ab511d;
  --accent:      #cf6218;
  --shadow-soft: 0 1px 2px rgba(31,29,26,0.04), 0 8px 24px rgba(31,29,26,0.06);
  --shadow-card: 0 1px 2px rgba(31,29,26,0.05), 0 20px 60px rgba(31,29,26,0.08);
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: "Geist", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "ss01", "cv11";
  background-image:
    radial-gradient(1200px 600px at 50% -200px, #fcf9f3 0%, transparent 60%),
    radial-gradient(900px 500px at 90% 110%, #efe6d5 0%, transparent 60%);
  background-attachment: fixed;
}

a { color: inherit; }

/* ---------- LAYOUT ---------- */
.wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ---------- NAV ---------- */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0 18px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--ink);
  font-weight: 500;
  letter-spacing: -0.01em;
}
.brand-mark {
  height: 64px;
  width: auto;
  display: block;
}
.brand-name { font-size: 16px; }
.brand-name em {
  font-family: "Newsreader", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.015em;
}

.nav-links {
  display: flex;
  gap: 32px;
  font-size: 14.5px;
  color: var(--ink-soft);
}
.nav-links a {
  text-decoration: none;
  transition: color .2s ease;
}
.nav-links a:hover { color: var(--ink); }

/* ---------- HERO ---------- */
.hero {
  padding: 80px 0 64px;
  text-align: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
  background: var(--bg-soft);
  padding: 7px 14px;
  border-radius: 999px;
  margin-bottom: 28px;
}
.eyebrow .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--sage);
  box-shadow: 0 0 0 3px rgba(107,138,114,0.18);
}

.h1 {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 400;
  font-size: clamp(48px, 7vw, 92px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  margin: 0 auto 24px;
  max-width: 14ch;
  color: var(--ink);
  font-optical-sizing: auto;
}
.h1 em {
  font-style: italic;
  color: var(--clay);
}

.lead {
  font-size: clamp(18px, 1.6vw, 21px);
  line-height: 1.5;
  color: var(--ink-soft);
  max-width: 52ch;
  margin: 0 auto 40px;
  font-weight: 400;
}

/* ---------- PRODUCT CARD ---------- */
.showcase { padding: 24px 0 100px; }
.card {
  background: var(--bg-card);
  border-radius: 24px;
  padding: 56px 56px 0;
  box-shadow: var(--shadow-card);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.card-label {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin: 0 0 16px;
}
.card-title {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 400;
  font-size: clamp(40px, 5vw, 60px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  margin: 0 0 16px;
  color: var(--ink);
}
.card-title em { font-style: italic; color: var(--clay); }
.card-blurb {
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 46ch;
  margin: 0 auto 32px;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--ink);
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  padding: 14px 22px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1), 0 6px 16px rgba(31,29,26,0.15);
}
.btn:hover { transform: translateY(-1px); background: #000; box-shadow: 0 1px 2px rgba(0,0,0,0.12), 0 12px 28px rgba(31,29,26,0.18); }
.btn .arrow { transition: transform .25s ease; }
.btn:hover .arrow { transform: translateX(4px); }
.btn--ghost {
  background: transparent;
  color: var(--ink);
  box-shadow: inset 0 0 0 1px var(--rule);
}
.btn--ghost:hover { background: var(--bg-soft); box-shadow: inset 0 0 0 1px var(--ink-mute); }

.card-canvas {
  margin: 48px -56px 0;
  height: 320px;
  background:
    radial-gradient(circle at 30% 40%, rgba(176,122,82,0.16) 0%, transparent 50%),
    radial-gradient(circle at 70% 60%, rgba(107,138,114,0.14) 0%, transparent 50%),
    linear-gradient(180deg, #fbf6ec 0%, #f1ebde 100%);
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--rule);
}
.card-canvas::after {
  content: "Preview coming soon";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Newsreader", Georgia, serif;
  font-style: italic;
  font-size: 18px;
  color: var(--ink-mute);
  letter-spacing: -0.01em;
}

/* ---------- FOOTER ---------- */
.footer {
  border-top: 1px solid var(--rule);
  padding: 36px 0 44px;
  color: var(--ink-mute);
  font-size: 13.5px;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-links { display: flex; gap: 24px; }
.footer a {
  text-decoration: none;
  transition: color .2s ease;
}
.footer a:hover { color: var(--ink); }

/* ---------- INTERIOR PAGES ---------- */
.page {
  padding: 56px 0 80px;
  max-width: 720px;
  margin: 0 auto;
}
.page .eyebrow { margin-bottom: 22px; }
.page h1 {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 400;
  font-size: clamp(44px, 6vw, 72px);
  line-height: 1.04;
  letter-spacing: -0.03em;
  margin: 0 0 20px;
}
.page h1 em { font-style: italic; color: var(--clay); }
.page .lead {
  font-size: 19px;
  color: var(--ink-soft);
  margin: 0 0 40px;
  max-width: 56ch;
  text-align: left;
}

.prose { font-size: 16.5px; line-height: 1.65; color: var(--ink-soft); }
.prose p { margin: 0 0 16px; }
.prose h2 {
  font-family: "Geist", system-ui, sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin: 36px 0 8px;
}
.prose a {
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid rgba(207,98,24,0.3);
  transition: border-color .2s ease;
}
.prose a:hover { border-bottom-color: var(--accent); }
.prose strong { color: var(--ink); font-weight: 500; }

.back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13.5px;
  color: var(--ink-soft);
  text-decoration: none;
  margin-bottom: 32px;
  transition: color .2s ease, gap .2s ease;
}
.back:hover { color: var(--ink); gap: 10px; }

/* ---------- FORMS ---------- */
.form-card {
  background: var(--bg-card);
  border-radius: 20px;
  padding: 32px;
  box-shadow: var(--shadow-card);
  display: grid;
  gap: 20px;
  margin-top: 16px;
}
.field { display: grid; gap: 8px; }
.field label {
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
}
.field input,
.field textarea {
  font-family: inherit;
  font-size: 16px;
  color: var(--ink);
  background: var(--bg);
  border: 1px solid var(--rule);
  border-radius: 12px;
  padding: 14px 16px;
  outline: none;
  transition: border-color .2s ease, background .2s ease;
  width: 100%;
}
.field input::placeholder,
.field textarea::placeholder { color: var(--ink-mute); }
.field input:focus,
.field textarea:focus { border-color: var(--clay); background: #fff; }
.field textarea { min-height: 160px; line-height: 1.55; resize: vertical; }

.form-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}
.form-hint { font-size: 13px; color: var(--ink-mute); }
.form-hint a { color: var(--accent); text-decoration: none; }
.form-hint a:hover { text-decoration: underline; }


/* ---------- RESPONSIVE ---------- */
@media (max-width: 720px) {
  .wrap { padding: 0 22px; }
  .nav { padding: 22px 0 14px; }
  .nav-links { gap: 20px; font-size: 14px; }
  .hero { padding: 48px 0 36px; }
  .showcase { padding: 16px 0 64px; }
  .card { padding: 36px 24px 0; border-radius: 18px; }
  .card-canvas { margin: 32px -24px 0; height: 220px; }
  .form-card { padding: 24px; }
  .footer-inner { justify-content: flex-start; }
  .page { padding: 36px 0 56px; }
}
