:root {
  --ink: #12161c;
  --ink-soft: #1c222b;
  --slate: #1e242e;
  --slate-2: #2a3240;
  --paper: #f7f5f1;
  --paper-2: #ebe7df;
  --amber: #f2a71b;
  --amber-dark: #c9860c;
  --line: rgba(255, 255, 255, 0.12);
  --line-dark: rgba(18, 22, 28, 0.14);
  --measure: 68ch;
  --radius: 10px;
  --shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

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

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

body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
}

h1, h2, h3 { line-height: 1.15; letter-spacing: -0.02em; margin: 0 0 0.5em; }
h1 { font-size: clamp(2rem, 6vw, 3.4rem); font-weight: 800; }
h2 { font-size: clamp(1.5rem, 4vw, 2.1rem); font-weight: 750; }
h3 { font-size: 1.15rem; font-weight: 700; }
p { margin: 0 0 1em; max-width: var(--measure); }
a { color: inherit; }

.wrap { width: min(100% - 2.5rem, 1080px); margin-inline: auto; }

/* ---------- header ---------- */
.site-header {
  background: var(--ink);
  color: var(--paper);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.5rem;
  padding: 0.9rem 0;
}
.brand {
  font-weight: 800;
  letter-spacing: -0.03em;
  text-decoration: none;
  font-size: 1.05rem;
  margin-right: auto;
}
.brand span { color: var(--amber); }
.nav { display: flex; gap: 1.25rem; align-items: center; }
.nav a {
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  color: rgba(247, 245, 241, 0.82);
  padding: 0.35rem 0;
}
.nav a:hover, .nav a[aria-current="page"] { color: var(--paper); box-shadow: inset 0 -2px 0 var(--amber); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 52px;
  padding: 0.75rem 1.4rem;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
}
.btn-primary { background: var(--amber); color: #1a1205; }
.btn-primary:hover { background: var(--amber-dark); }
.btn-ghost { border-color: currentColor; color: inherit; }
.btn-ghost:hover { background: rgba(255, 255, 255, 0.08); }
.btn-row { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.5rem; }
.btn-sm { min-height: 42px; padding: 0.45rem 1rem; font-size: 0.95rem; }
.nav .btn-sm { color: #1a1205; }
.nav .btn-sm:hover { box-shadow: none; }

/* ---------- hero ---------- */
.hero {
  background: var(--ink);
  color: var(--paper);
  padding: clamp(3rem, 9vw, 5.5rem) 0 clamp(3rem, 8vw, 4.5rem);
}
.hero p.lede { font-size: clamp(1.05rem, 2.4vw, 1.3rem); color: rgba(247, 245, 241, 0.86); max-width: 58ch; }
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--amber);
  margin: 0 0 1rem;
}

/* ---------- sections ---------- */
section { padding: clamp(2.75rem, 7vw, 4.5rem) 0; }
.section-dark { background: var(--slate); color: var(--paper); }
.section-tint { background: var(--paper-2); }
.section-head { max-width: 62ch; margin-bottom: 2rem; }
.section-head p { color: inherit; opacity: 0.85; }

/* ---------- cards ---------- */
.grid { display: grid; gap: 1.25rem; }
@media (min-width: 720px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } .grid-2 { grid-template-columns: repeat(2, 1fr); } }

.card {
  background: #fff;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  padding: 1.5rem;
}
.card h3 { margin-bottom: 0.4rem; }
.card p { margin-bottom: 0; font-size: 0.98rem; }
.card .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem; height: 2rem;
  border-radius: 50%;
  background: var(--amber);
  color: #1a1205;
  font-weight: 800;
  font-size: 0.95rem;
  margin-bottom: 0.9rem;
}

/* ---------- price cards ---------- */
.price {
  background: #fff;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
}
.price.featured { border: 2px solid var(--amber); box-shadow: var(--shadow); }
.price .tag {
  align-self: flex-start;
  background: var(--amber);
  color: #1a1205;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  margin-bottom: 0.9rem;
}
.price .amount { font-size: 2.1rem; font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; }
.price .amount small { font-size: 0.95rem; font-weight: 600; opacity: 0.7; letter-spacing: 0; }
.price ul { list-style: none; padding: 0; margin: 1.1rem 0 0; }
.price li { position: relative; padding-left: 1.6rem; margin-bottom: 0.55rem; font-size: 0.97rem; }
.price li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.55em;
  width: 0.85rem; height: 0.45rem;
  border-left: 2.5px solid var(--amber-dark);
  border-bottom: 2.5px solid var(--amber-dark);
  transform: rotate(-45deg);
}

/* ---------- misc ---------- */
.checklist { list-style: none; padding: 0; margin: 0; }
.checklist li { padding-left: 1.7rem; position: relative; margin-bottom: 0.7rem; max-width: var(--measure); }
.checklist li::before { content: "→"; position: absolute; left: 0; color: var(--amber-dark); font-weight: 800; }
.section-dark .checklist li::before { color: var(--amber); }

.callout {
  border-left: 4px solid var(--amber);
  padding: 0.35rem 0 0.35rem 1.25rem;
  margin: 1.75rem 0;
  font-size: 1.08rem;
}

table { border-collapse: collapse; width: 100%; margin: 1.25rem 0; font-size: 0.98rem; }
th, td { text-align: left; padding: 0.7rem 0.85rem; border-bottom: 1px solid var(--line-dark); vertical-align: top; }
th { font-weight: 700; background: rgba(18, 22, 28, 0.04); }

.contact-line { font-size: clamp(1.4rem, 4vw, 2rem); font-weight: 800; letter-spacing: -0.02em; text-decoration: none; display: inline-block; margin-bottom: 0.25rem; }
.contact-line:hover { color: var(--amber-dark); }

.placeholder {
  background: #fff3cd;
  border: 1px dashed var(--amber-dark);
  border-radius: 6px;
  padding: 0.05rem 0.4rem;
  font-weight: 700;
}

/* ---------- footer ---------- */
.site-footer {
  background: var(--ink);
  color: rgba(247, 245, 241, 0.75);
  padding: 2.5rem 0;
  font-size: 0.95rem;
}
.site-footer a { color: var(--paper); }
.site-footer .wrap { display: grid; gap: 1.25rem; }
@media (min-width: 720px) { .site-footer .wrap { grid-template-columns: 1.4fr 1fr; } }
.site-footer p { max-width: 46ch; }

.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

:focus-visible { outline: 3px solid var(--amber); outline-offset: 2px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
