@font-face {
  font-family: "Fraunces";
  src: url("fonts/fraunces.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fraunces";
  src: url("fonts/fraunces-italic.woff2") format("woff2");
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("fonts/source-sans.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("fonts/source-sans-italic.woff2") format("woff2");
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --forest: #18261c;
  --forest-mid: #223228;
  --olive: #6a7348;
  --olive-deep: #4d5433;
  --gold: #b08a3c;
  --gold-soft: #c9b27a;
  --cream: #f3eee4;
  --paper: #faf6ee;
  --ink: #1b2118;
  --muted: #5a6152;
  --rule: #d3cbb8;
  --card: #fffdf8;
  --shadow: 0 18px 40px rgba(24, 38, 28, 0.08);
  --serif: "Fraunces", "Iowan Old Style", Palatino, "Palatino Linotype", "URW Bookman", Georgia, serif;
  --sans: "Source Sans 3", "Segoe UI", system-ui, -apple-system, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

.skip {
  position: absolute;
  left: 12px;
  top: -40px;
  background: var(--forest);
  color: var(--paper);
  padding: 8px 12px;
  z-index: 100;
}

.skip:focus {
  top: 12px;
}

.wrap {
  width: min(1080px, calc(100% - 2rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(243, 238, 228, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(24, 38, 28, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 72px;
}

.wordmark {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.wordmark-name {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: -0.01em;
  color: var(--forest);
}

.wordmark-by {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--olive-deep);
}

.header-cta {
  display: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: var(--forest);
  color: var(--paper);
  text-decoration: none;
  border: 1px solid var(--forest);
  border-radius: 999px;
  padding: 0.85rem 1.35rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover,
.btn:focus-visible {
  background: var(--olive-deep);
  border-color: var(--olive-deep);
}

.btn-lg {
  padding: 1rem 1.6rem;
  font-size: 1.05rem;
}

.btn-ghost {
  background: transparent;
  color: var(--forest);
  border-color: rgba(24, 38, 28, 0.22);
}

.btn-ghost:hover,
.btn-ghost:focus-visible {
  background: rgba(24, 38, 28, 0.06);
  color: var(--forest);
  border-color: rgba(24, 38, 28, 0.35);
}

.btn-on-dark {
  background: var(--gold);
  color: var(--forest);
  border-color: var(--gold);
}

.btn-on-dark:hover,
.btn-on-dark:focus-visible {
  background: #c49c4a;
  border-color: #c49c4a;
}

.hero {
  position: relative;
  padding: 3.2rem 0 3.6rem;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  gap: 2.4rem;
  align-items: center;
}

.kicker {
  display: inline-block;
  color: var(--olive-deep);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

h1,
h2,
.serif {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(2.05rem, 6vw, 3.55rem);
  line-height: 1.12;
  margin: 0 0 1.25rem;
  color: var(--forest);
  max-width: 14ch;
}

.lede {
  margin: 0 0 0.55rem;
  color: var(--muted);
  font-size: 1.05rem;
}

.price-line {
  margin: 0 0 1.6rem;
  color: var(--forest);
  font-weight: 600;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.hero-note {
  color: var(--muted);
  font-size: 0.92rem;
}

.plate {
  width: min(300px, 72vw);
  aspect-ratio: 1;
  margin: 0 auto;
  position: relative;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%,
      #f7f2e8 0 38%,
      #efe6d3 39% 41%,
      #f3eee4 42% 68%,
      rgba(176, 138, 60, 0.28) 69% 70.2%,
      #e8dfcc 71% 86%,
      #d9d0ba 87% 100%);
  box-shadow:
    inset 0 0 0 1px rgba(24, 38, 28, 0.08),
    0 18px 44px rgba(24, 38, 28, 0.1);
}

.plate::before,
.plate::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.plate::before {
  inset: 29%;
  border: 1px solid rgba(77, 84, 51, 0.18);
}

.plate::after {
  inset: 8%;
  border: 1px solid rgba(24, 38, 28, 0.07);
}

.section {
  padding: 3.4rem 0;
}

.section-tight {
  padding-top: 0.4rem;
}

.panel {
  background: var(--paper);
  border: 1px solid rgba(24, 38, 28, 0.08);
  border-radius: 20px;
  padding: clamp(1.5rem, 4vw, 2.4rem);
  box-shadow: var(--shadow);
}

.letter h2 {
  margin: 0 0 1rem;
  font-size: 1.7rem;
  color: var(--forest);
}

.letter p {
  margin: 0 0 1rem;
  max-width: 62ch;
}

.letter p:last-child {
  margin-bottom: 0;
}

.section-head {
  margin-bottom: 1.6rem;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  color: var(--forest);
}

.gets {
  display: grid;
  gap: 1rem;
}

.get {
  background: var(--paper);
  border: 1px solid rgba(24, 38, 28, 0.08);
  border-radius: 16px;
  padding: 1.25rem 1.3rem 1.35rem;
}

.get-num {
  display: block;
  font-family: var(--serif);
  font-style: italic;
  color: var(--gold);
  font-size: 1.15rem;
  margin-bottom: 0.35rem;
}

.get h3 {
  margin: 0;
  font-family: var(--sans);
  font-size: 1.12rem;
  font-weight: 600;
  color: var(--forest);
  line-height: 1.4;
}

.nots {
  background: var(--forest);
  color: #e8e2d4;
}

.nots .wrap {
  width: min(760px, calc(100% - 2rem));
}

.nots h2 {
  color: #f4efe6;
  margin: 0 0 0.7rem;
  font-size: clamp(1.8rem, 4vw, 2.3rem);
}

.nots p.lead {
  margin: 0 0 1.2rem;
  color: #c9c3b4;
}

.not-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

.not-list li {
  padding-left: 1.2rem;
  position: relative;
}

.not-list li::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--gold-soft);
  position: absolute;
  left: 0;
  top: 0.55rem;
}

.details-grid {
  display: grid;
  gap: 1rem;
}

.detail {
  border-top: 1px solid var(--rule);
  padding: 1rem 0 0.2rem;
}

.detail dt {
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--olive-deep);
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.detail dd {
  margin: 0;
  font-size: 1.15rem;
  color: var(--forest);
}

.closer {
  padding: 3.6rem 0 4.8rem;
}

.closer-card {
  background: var(--forest-mid);
  color: #efe8d8;
  border-radius: 22px;
  padding: clamp(1.8rem, 5vw, 3rem);
  text-align: center;
}

.closer-card h2 {
  color: #f6f0e4;
  margin: 0 0 0.7rem;
  font-size: clamp(1.8rem, 4.4vw, 2.6rem);
}

.closer-card p {
  margin: 0 auto 1.5rem;
  max-width: 36ch;
  color: #cfc7b4;
}

.site-footer {
  padding: 1.4rem 0 6.5rem;
  color: var(--muted);
  font-size: 0.92rem;
  text-align: center;
}

.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 25;
  background: rgba(24, 38, 28, 0.96);
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
  box-shadow: 0 -10px 30px rgba(24, 38, 28, 0.18);
}

.sticky-cta .btn {
  width: 100%;
}

.page-404 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.page-404 main {
  flex: 1;
  display: grid;
  place-items: center;
  padding: 3rem 0 6rem;
}

.page-404 h1 {
  max-width: 16ch;
}

@media (min-width: 720px) {
  .header-cta {
    display: inline-flex;
    padding: 0.7rem 1.15rem;
  }

  .hero {
    padding: 4.4rem 0 4.8rem;
  }

  .hero-grid {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 3rem;
  }

  .gets {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.1rem;
  }

  .details-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0 2rem;
  }

  .sticky-cta {
    display: none;
  }

  .site-footer {
    padding-bottom: 2.2rem;
  }
}

@media (min-width: 960px) {
  h1 {
    max-width: 13ch;
  }
}
