:root {
  --ink: #18211d;
  --muted: #5f6a62;
  --paper: #f6f1e7;
  --paper-deep: #ebe0ce;
  --panel: rgba(255, 252, 245, 0.82);
  --line: rgba(38, 48, 41, 0.16);
  --line-strong: rgba(38, 48, 41, 0.34);
  --evergreen: #1f4b3a;
  --evergreen-2: #2f6f55;
  --copper: #b46636;
  --gold: #d4a84f;
  --blueprint: #233f57;
  --shadow: 0 26px 80px rgba(34, 35, 28, 0.14);
  color: var(--ink);
  font-family: Georgia, 'Times New Roman', serif;
  background: var(--paper);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 12%, rgba(212, 168, 79, 0.22), transparent 28%),
    radial-gradient(circle at 85% 4%, rgba(47, 111, 85, 0.18), transparent 28%),
    linear-gradient(135deg, #fbf7ee 0%, var(--paper) 46%, #e9ddc8 100%);
}

body::before {
  content: '';
  inset: 0;
  opacity: 0.23;
  pointer-events: none;
  position: fixed;
  background-image:
    linear-gradient(rgba(31, 75, 58, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 75, 58, 0.07) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

a { color: inherit; }

.site-shell {
  margin: 0 auto;
  max-width: 1180px;
  padding: 28px 24px 56px;
  position: relative;
}

.topbar {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 48px;
}

.brand-mark {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  text-decoration: none;
}

.sigil {
  align-items: center;
  background: var(--ink);
  border-radius: 50%;
  color: var(--paper);
  display: inline-flex;
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  letter-spacing: -0.06em;
  width: 42px;
}

.brand-word {
  display: grid;
  gap: 1px;
}

.brand-word strong {
  font-size: 1.06rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand-word span {
  color: var(--muted);
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.nav a,
.button {
  border: 1px solid var(--line);
  border-radius: 999px;
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 10px 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav a:hover,
.button:hover {
  border-color: var(--line-strong);
  transform: translateY(-1px);
}

.button.primary {
  background: var(--evergreen);
  border-color: var(--evergreen);
  color: #fff8eb;
  box-shadow: 0 14px 34px rgba(31, 75, 58, 0.24);
}

.hero {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.72fr);
  margin-bottom: 56px;
}

.eyebrow {
  color: var(--copper);
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin: 0 0 16px;
  text-transform: uppercase;
}

h1,
h2,
h3 { line-height: 0.98; margin: 0; }

h1 {
  font-size: clamp(3.6rem, 9vw, 8.8rem);
  letter-spacing: -0.085em;
  max-width: 820px;
}

h2 {
  font-size: clamp(2.4rem, 5vw, 5.2rem);
  letter-spacing: -0.07em;
  margin-bottom: 18px;
}

h3 {
  font-size: 1.4rem;
  letter-spacing: -0.03em;
}

.lead {
  color: #344039;
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  line-height: 1.55;
  margin: 24px 0 0;
  max-width: 720px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.promise-card,
.panel,
.legal-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.promise-card {
  align-self: end;
  padding: 26px;
  position: relative;
  overflow: hidden;
}

.promise-card::after {
  content: 'Pact';
  bottom: -28px;
  color: rgba(31, 75, 58, 0.08);
  font-size: 7.6rem;
  font-weight: 900;
  letter-spacing: -0.08em;
  position: absolute;
  right: -10px;
}

.promise-card p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.58;
  margin: 14px 0 0;
  position: relative;
  z-index: 1;
}

.seal-row {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 26px;
  position: relative;
  z-index: 1;
}

.seal {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 13px;
}

.seal strong {
  display: block;
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.seal span {
  color: var(--muted);
  display: block;
  font-size: 0.88rem;
  line-height: 1.35;
  margin-top: 6px;
}

.section {
  margin: 54px 0;
}

.grid-3 {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.panel {
  padding: 24px;
}

.panel p,
.legal-card p,
.legal-card li {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.product-strip {
  align-items: center;
  background: var(--ink);
  border-radius: 32px;
  color: #fff8eb;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 26px;
  padding: 30px;
}

.product-strip p { color: rgba(255, 248, 235, 0.72); }

.page-header {
  margin: 36px 0 38px;
  max-width: 880px;
}

.page-header h1 { font-size: clamp(3rem, 7vw, 6.6rem); }

.legal-card {
  margin: 18px 0;
  padding: 28px;
}

.legal-card h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
  letter-spacing: -0.05em;
}

.legal-card ul { padding-left: 1.2rem; }

.muted { color: var(--muted); }

.footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  font-size: 0.84rem;
  gap: 12px;
  justify-content: space-between;
  margin-top: 64px;
  padding-top: 22px;
}

.footer a { text-decoration: none; }

@media (max-width: 880px) {
  .topbar,
  .product-strip { align-items: flex-start; display: grid; }
  .nav { justify-content: flex-start; }
  .hero,
  .grid-3 { grid-template-columns: 1fr; }
  .seal-row { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .site-shell { padding: 22px 16px 42px; }
  .promise-card,
  .panel,
  .legal-card,
  .product-strip { border-radius: 22px; padding: 20px; }
  .hero { margin-bottom: 36px; }
}
