/* @font-face:begin — generated by site-build/get-fonts.py, do not edit by hand */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('./fonts/fraunces-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('./fonts/fraunces-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('./fonts/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('./fonts/inter-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./fonts/jetbrains-mono-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./fonts/jetbrains-mono-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* @font-face:end */

/* EstiWright marketing site — Bullion Gold, editorial.
   Bronze writes, gold fills; warm ivory paper; serif display + neutral sans. */

:root {
  --bronze: #7a5a16;
  --bronze-deep: #5f460f;
  --gold: #c9a227;
  --gold-soft: #f7efd6;
  --ivory: #faf7f0;
  --ivory-sunk: #f2ede3;
  --card: #ffffff;
  --ink: #1c1811;
  --muted: #6b6252;
  --soft: #786e5f;
  --line: #e7e0d2;
  --line-strong: #d8cdb8;
  --ok: #2f6b3f;
  --ok-bg: color-mix(in srgb, var(--ok) 12%, transparent);
  --ring: 0 0 0 3px color-mix(in srgb, var(--bronze) 28%, transparent);
  --shadow-card: 0 1px 2px rgba(28, 24, 17, 0.05), 0 10px 30px -14px rgba(28, 24, 17, 0.22);
  --shadow-raised: 0 2px 6px rgba(28, 24, 17, 0.07), 0 24px 60px -22px rgba(28, 24, 17, 0.3);
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --max: 1120px;
  --gradient: linear-gradient(135deg, var(--gold) 0%, var(--bronze) 100%);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--ivory);
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
:where(a, button):focus-visible {
  outline: none;
  box-shadow: var(--ring);
  border-radius: 8px;
}
h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-wrap: balance;
  margin: 0;
}
h1 {
  font-size: clamp(2.6rem, 6vw, 4.1rem);
}
h2 {
  font-size: clamp(1.9rem, 3.6vw, 2.7rem);
}
h3 {
  font-size: 1.22rem;
  letter-spacing: 0;
}
p {
  margin: 0;
}
.ink {
  color: var(--ink);
}
/* Bronze writes, gold fills: gold is only ~2.3:1 on the light grounds and
   fails AA as text. Gold stays for text on the dark bands, where it passes. */
.gold {
  color: var(--bronze);
}

/* ── Buttons ─────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 11px 20px;
  border-radius: 9px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.12s ease, background 0.12s ease, border-color 0.12s ease, color 0.12s ease;
}
.btn--lg {
  padding: 15px 28px;
  font-size: 1.02rem;
}
.btn--block {
  width: 100%;
}
.btn--primary {
  background: var(--bronze);
  color: #fff;
}
.btn--primary:hover {
  background: var(--bronze-deep);
}
.btn--outline {
  border-color: var(--line-strong);
  color: var(--bronze);
  background: var(--card);
}
.btn--outline:hover {
  border-color: var(--bronze);
}
.btn--ghost {
  color: var(--ink);
  background: transparent;
}
.btn--ghost:hover {
  color: var(--bronze);
}

/* ── Pills / eyebrows ────────────────────────────────────────────────── */
.eyebrow {
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bronze);
  margin: 0 0 14px;
}
.eyebrow--gold {
  color: var(--gold);
}
.pill {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 999px;
}
.pill--ok {
  color: var(--ok);
  background: var(--ok-bg);
}

/* ── Nav ─────────────────────────────────────────────────────────────── */
.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 16px clamp(20px, 5vw, 48px);
  background: color-mix(in srgb, var(--ivory) 88%, transparent);
  backdrop-filter: saturate(1.4) blur(10px);
  border-bottom: 1px solid var(--line);
}
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
/* Bronze plate struck with a lighter grade of gold: champagne → antique, run
   counter to the plate's 135deg so the tick keeps contrast at the bronze end.
   The first path is an offset bronze-deep shadow — reads as engraved metal. */
.wordmark__mark {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs%3E%3ClinearGradient id='t' x1='5' y1='18' x2='19' y2='6' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23FFFAEA'/%3E%3Cstop offset='0.5' stop-color='%23F2DFA0'/%3E%3Cstop offset='1' stop-color='%23DCBC5E'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M5 12.6 L9.9 17.4 L19 6.6' fill='none' stroke='%235F460F' stroke-opacity='0.38' stroke-width='3.6' stroke-linecap='round' stroke-linejoin='round' transform='translate(0 1)'/%3E%3Cpath d='M5 12.6 L9.9 17.4 L19 6.6' fill='none' stroke='url(%23t)' stroke-width='3.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
      center / 17px 17px no-repeat,
    var(--gradient);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
}
.wordmark__text {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.32rem;
}
.nav__links {
  display: flex;
  gap: 26px;
  margin-left: 12px;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--muted);
}
.nav__links a:hover {
  color: var(--bronze);
}
.nav__cta {
  margin-left: auto;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 860px) {
  .nav__links {
    display: none;
  }
}

/* ── Layout helpers ──────────────────────────────────────────────────── */
.band {
  padding: clamp(64px, 9vw, 112px) clamp(20px, 5vw, 48px);
  max-width: var(--max);
  margin: 0 auto;
}
.band--sunk {
  max-width: none;
  background: var(--ivory-sunk);
  border-block: 1px solid var(--line);
}
.band--sunk > * {
  max-width: var(--max);
  margin-inline: auto;
}
.section-head {
  max-width: 720px;
  margin-bottom: 44px;
}
.section-sub {
  color: var(--muted);
  font-size: 1.08rem;
  margin-top: 14px;
}
.cols {
  display: grid;
  gap: 22px;
}
.cols--3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 820px) {
  .cols--3 {
    grid-template-columns: 1fr;
  }
}

/* ── Cards ───────────────────────────────────────────────────────────── */
.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 26px;
  box-shadow: var(--shadow-card);
}
.card h3 {
  margin-bottom: 8px;
}
.card p {
  color: var(--muted);
  font-size: 1rem;
}
.card::before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 2px;
  background: var(--gradient);
  margin-bottom: 16px;
}
.feature-grid .card::before {
  width: 24px;
}

/* ── Hero ────────────────────────────────────────────────────────────── */
.hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(48px, 8vw, 92px) clamp(20px, 5vw, 48px) clamp(40px, 6vw, 72px);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
.hero__copy .lede {
  font-size: 1.2rem;
  color: var(--muted);
  margin-top: 22px;
  max-width: 34ch;
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}
.hero__note {
  margin-top: 22px;
  font-size: 0.9rem;
  color: var(--soft);
}
@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
  }
  .hero__panel {
    order: -1;
  }
  .hero__copy .lede {
    max-width: none;
  }
}

/* Hero product panel */
.panel {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow-raised);
  padding: 20px;
}
.panel__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.panel__title {
  font-weight: 600;
  font-size: 0.98rem;
}
.panel__rail {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 16px 0;
  padding: 0;
  font-family: var(--mono);
  font-size: 0.72rem;
}
.panel__rail li {
  padding: 5px 9px;
  border-radius: 7px;
  border: 1px solid var(--line-strong);
  color: var(--soft);
}
.panel__rail li.on {
  background: var(--gold-soft);
  border-color: transparent;
  color: var(--bronze);
  font-weight: 600;
}
.panel__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 16px;
}
.stat {
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 13px 15px;
}
.stat b {
  display: block;
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.stat span {
  font-size: 0.78rem;
  color: var(--soft);
}
.panel__foot {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: var(--ok);
  font-weight: 500;
}
.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ok);
}

/* ── Steps ───────────────────────────────────────────────────────────── */
.steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  counter-reset: none;
}
@media (max-width: 820px) {
  .steps {
    grid-template-columns: 1fr;
  }
}
.step {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 24px;
  box-shadow: var(--shadow-card);
}
.step__no {
  font-family: var(--mono);
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--bronze);
  letter-spacing: 0.08em;
}
.step h3 {
  margin: 10px 0 6px;
}
.step p {
  color: var(--muted);
  font-size: 0.98rem;
}

/* ── Sovereignty ─────────────────────────────────────────────────────── */
.sovereign {
  max-width: none;
  background: var(--ink);
  color: var(--ivory);
}
.sovereign__inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
}
.sovereign h2 {
  color: #fff;
}
.sovereign .lede {
  color: color-mix(in srgb, var(--ivory) 82%, transparent);
  font-size: 1.15rem;
  margin-top: 18px;
}
.sovereign .section-sub {
  color: color-mix(in srgb, var(--ivory) 60%, transparent);
}
.ticks {
  list-style: none;
  padding: 0;
  margin: 24px 0;
  display: grid;
  gap: 12px;
}
.ticks li {
  position: relative;
  padding-left: 30px;
  color: color-mix(in srgb, var(--ivory) 88%, transparent);
}
.ticks li b {
  color: var(--gold);
}
.ticks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 16px;
  height: 8px;
  border-left: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  transform: rotate(-45deg);
}
.sovereign__badge {
  display: flex;
  justify-content: center;
}
.shield {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 35%, color-mix(in srgb, var(--gold) 30%, transparent), transparent 70%);
  border: 1px solid color-mix(in srgb, var(--gold) 40%, transparent);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.shield__label {
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}
.shield__main {
  font-family: var(--serif);
  font-size: 1.9rem;
  color: #fff;
  margin: 4px 0;
}
.shield__sub {
  font-size: 0.85rem;
  color: color-mix(in srgb, var(--ivory) 65%, transparent);
}
@media (max-width: 820px) {
  .sovereign__inner {
    grid-template-columns: 1fr;
  }
  .sovereign__badge {
    order: -1;
  }
}

/* ── Pricing ─────────────────────────────────────────────────────────── */
.price {
  position: relative;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 28px;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
}
.price--feature {
  border-color: var(--gold);
  box-shadow: var(--shadow-raised);
}
.price__flag {
  position: absolute;
  top: -12px;
  left: 28px;
  background: var(--gradient);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 4px 12px;
  border-radius: 999px;
}
.price h3 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.price__amt {
  font-family: var(--serif);
  font-size: 2.6rem;
  font-weight: 600;
  margin: 10px 0 4px;
  font-variant-numeric: tabular-nums;
}
.price__amt span {
  font-family: var(--sans);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--soft);
}
.price__blurb {
  color: var(--muted);
  font-size: 0.98rem;
  min-height: 3.2em;
}
.ticks--sm {
  margin: 18px 0 24px;
  gap: 9px;
}
.ticks--sm li {
  color: var(--ink);
  font-size: 0.96rem;
  padding-left: 26px;
}
.ticks--sm li::before {
  border-color: var(--bronze);
  top: 7px;
  width: 13px;
  height: 6px;
}
.price .btn {
  margin-top: auto;
}
.price__foot {
  text-align: center;
  color: var(--muted);
  margin-top: 26px;
  font-size: 0.98rem;
}

/* ── CTA ─────────────────────────────────────────────────────────────── */
.cta {
  padding: clamp(64px, 9vw, 104px) clamp(20px, 5vw, 48px);
}
.cta__inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  background: var(--gold-soft);
  border: 1px solid var(--line-strong);
  border-radius: 22px;
  padding: clamp(40px, 6vw, 64px);
}
.cta__inner p {
  color: var(--muted);
  font-size: 1.12rem;
  margin-top: 14px;
}
.cta__inner .hero__actions {
  justify-content: center;
}

/* ── Demo form ───────────────────────────────────────────────────────── */
.form {
  margin-top: 28px;
  text-align: left;
  display: grid;
  gap: 14px;
}
.form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
@media (max-width: 560px) {
  .form__row {
    grid-template-columns: 1fr;
  }
}
.field {
  display: grid;
  gap: 6px;
}
.field > span {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--muted);
}
/* --soft clears AA on ivory but only reaches 4.36:1 on this panel's gold-soft
   ground, so "(optional)" uses --muted here. The lighter weight still carries
   the de-emphasis. */
.field > span em {
  font-weight: 400;
  font-style: normal;
  color: var(--muted);
}
.field input,
.field textarea {
  font-family: var(--sans);
  font-size: 1rem;
  color: var(--ink);
  background: var(--card);
  border: 1px solid var(--line-strong);
  border-radius: 9px;
  padding: 11px 13px;
  width: 100%;
  transition: border-color 0.12s ease, box-shadow 0.12s ease;
}
.field textarea {
  resize: vertical;
  min-height: 74px;
}
.field input:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--bronze);
  box-shadow: var(--ring);
}
.hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.form .btn {
  margin-top: 4px;
}
.form__status {
  margin: 0;
  font-size: 0.94rem;
  min-height: 1.2em;
}
.form__status.is-ok {
  color: var(--ok);
  font-weight: 600;
}
.form__status.is-error {
  color: #9b2226;
  font-weight: 500;
}
.form__fineprint {
  margin: 0;
  font-size: 0.85rem;
  color: var(--soft);
  text-align: center;
}
.form__fineprint a {
  color: var(--bronze);
  font-weight: 500;
}

/* ── Security page hero ──────────────────────────────────────────────── */
.sec-hero {
  padding-block: clamp(56px, 8vw, 92px) clamp(40px, 6vw, 64px);
}
.sec-hero__lede {
  margin-top: 22px;
  max-width: 64ch;
}

/* ── Footer ──────────────────────────────────────────────────────────── */
.footer {
  border-top: 1px solid var(--line);
  padding: 44px clamp(20px, 5vw, 48px);
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 24px;
  align-items: start;
}
.footer__brand .wordmark__text {
  font-size: 1.2rem;
}
.footer__brand p {
  color: var(--soft);
  font-size: 0.92rem;
  margin-top: 8px;
  max-width: 34ch;
}
.footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: flex-end;
  font-size: 0.94rem;
  color: var(--muted);
}
.footer__links a:hover {
  color: var(--bronze);
}
.footer__legal {
  grid-column: 1 / -1;
  color: var(--soft);
  font-size: 0.82rem;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}
@media (max-width: 640px) {
  .footer {
    grid-template-columns: 1fr;
  }
  .footer__links {
    justify-content: flex-start;
  }
}

/* ── Standalone marketing pages (trust, ai-credits, vs-spreadsheets, questionnaire) ── */
.pg-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.97rem;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  overflow: hidden;
}
.pg-table th {
  text-align: left;
  font-family: var(--mono);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--bronze);
  background: var(--gold-soft);
  padding: 12px 16px;
  border-bottom: 1px solid var(--line);
}
.pg-table td { padding: 13px 16px; border-bottom: 1px solid var(--line); vertical-align: top; }
.pg-table tr:last-child td { border-bottom: 0; }
.pg-table td:first-child { font-weight: 600; }
.pg-qa { max-width: 78ch; margin: 0; }
.pg-qa dt {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.12rem;
  margin: 26px 0 6px;
  color: var(--ink);
}
.pg-qa dt:first-child { margin-top: 0; }
.pg-qa dd { margin: 0; color: var(--muted); line-height: 1.62; }
.pg-qa code, .pg-table code, .card code {
  font-family: var(--mono);
  font-size: 0.88em;
  background: var(--gold-soft);
  padding: 1px 5px;
  border-radius: var(--radius-xs);
  color: var(--bronze-deep);
}
