:root {
  --bg: #f6f2ed;
  --bg-card: #fdfbf7;
  --ink: #1a1613;
  --ink-2: #3a342e;
  --ink-3: #6b6259;
  --ink-4: #9a9187;
  --ink-5: #c7beb2;

  --rule: #e4ddd1;
  --accent: oklch(0.58 0.11 25);
  --accent-2: oklch(0.52 0.12 25);
  --accent-tint: oklch(0.97 0.012 30);

  --serif: 'Cormorant Garamond', 'Times New Roman', serif;
  --sans: 'Inter Tight', -apple-system, BlinkMacSystemFont, sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, monospace;

  --r-sm: 6px;
  --r-md: 10px;
  --t: 0.24s cubic-bezier(.2,.7,.2,1);

  --shadow-soft: 0 10px 28px -12px rgba(60, 40, 18, 0.30), 0 4px 10px -6px rgba(60, 40, 18, 0.18);
  --shadow-card: 0 22px 48px -18px rgba(60, 40, 18, 0.40), 0 8px 18px -8px rgba(60, 40, 18, 0.24);
}

.page *, .page *::before, .page *::after { box-sizing: border-box; margin: 0; padding: 0; }
.page {
  max-width: 1320px; margin: 0 auto; padding: 0 28px 80px;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-2);
  -webkit-font-smoothing: antialiased;
  background: transparent;
}
.page a { color: inherit; text-decoration: none; }
.page img, .page svg { display: block; max-width: 100%; }

.r-h-top {
  display: flex; align-items: center; gap: 14px;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  color: var(--ink-4);
  text-transform: uppercase;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.r-h1 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(40px, 4.6vw, 64px);
  line-height: 1;
  letter-spacing: -0.015em;
  color: var(--ink);
  text-wrap: balance;
}
.r-h1 em { font-style: italic; color: var(--accent-2); font-weight: 400; }
.r-lead {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(19px, 1.8vw, 23px);
  color: var(--ink-2);
  line-height: 1.4;
  letter-spacing: -0.005em;
}

.facts {
  display: grid; grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.facts .cell {
  padding: 22px; border-right: 1px dashed var(--rule);
  display: flex; flex-direction: column; gap: 6px;
}
.facts .cell:last-child { border-right: none; }
.facts .cell .lbl {
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.16em; color: var(--ink-4); text-transform: uppercase;
}
.facts .cell .val {
  font-family: var(--serif); font-weight: 500;
  font-size: 28px; line-height: 1.05; color: var(--ink); letter-spacing: -0.012em;
}
.facts .cell .val em { font-style: italic; color: var(--accent-2); font-weight: 400; }
.facts .cell .sub {
  font-family: var(--serif); font-style: italic;
  font-size: 14.5px; color: var(--ink-3); line-height: 1.4;
}

.intro3 {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 28px; padding: 28px 0;
  border-bottom: 1px solid var(--rule);
}
.intro3 .blk { display: flex; flex-direction: column; gap: 10px; }
.intro3 .blk .lbl {
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.18em; color: var(--ink-4); text-transform: uppercase;
  display: flex; align-items: center; gap: 10px;
}
.intro3 .blk .lbl::before { content: ''; width: 18px; height: 1px; background: var(--ink-5); }
.intro3 .blk .h {
  font-family: var(--serif); font-weight: 500;
  font-size: 22px; letter-spacing: -0.008em; color: var(--ink); line-height: 1.15;
}
.intro3 .blk .h em { font-style: italic; color: var(--accent-2); font-weight: 400; }
.intro3 .blk p {
  font-family: var(--serif); font-size: 15.5px; color: var(--ink-2); line-height: 1.5;
}
.intro3 .blk p strong { color: var(--ink); font-weight: 600; }
.intro3 .blk p + p { margin-top: 8px; }

.rub { font-size: 0.82em; }

.note-line {
  margin: 28px 0;
  font-family: var(--serif); font-style: italic;
  font-size: 16px; color: var(--ink-2); line-height: 1.45;
  padding: 16px 20px;
  background: var(--accent-tint);
  border: 1px solid var(--rule);
  border-left: 3px solid var(--accent);
  border-radius: 0 var(--r-sm) var(--r-sm) 0;
  box-shadow: var(--shadow-soft);
}
.note-line strong { color: var(--ink); font-weight: 600; font-style: normal; }

.sh-num { display: flex; align-items: flex-end; gap: 18px; margin-bottom: 22px; }
.sh-num .n {
  font-family: var(--serif); font-style: italic; font-weight: 400;
  font-size: 56px; line-height: 0.9;
  color: var(--accent-2); letter-spacing: -0.02em; flex-shrink: 0;
}
.sh-num .copy { display: flex; flex-direction: column; gap: 6px; }
.sh-num .lbl {
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.18em; color: var(--ink-4); text-transform: uppercase;
  display: flex; align-items: center; gap: 10px;
}
.sh-num .lbl::before { content: ''; width: 18px; height: 1px; background: var(--ink-5); }
.sh-num h2 {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(26px, 2.6vw, 34px);
  line-height: 1.05; letter-spacing: -0.012em; color: var(--ink);
}
.sh-num h2 em { font-style: italic; color: var(--accent-2); font-weight: 400; }

.prose p {
  font-family: var(--serif); font-size: 17px; color: var(--ink-2); line-height: 1.55;
}
.prose p strong { color: var(--ink); font-weight: 600; }
.prose p + p { margin-top: 10px; }
.prose .cta-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--mono); font-size: 10.5px;
  letter-spacing: 0.16em; color: var(--ink); text-transform: uppercase;
  padding: 8px 0; border-bottom: 1px solid var(--ink);
  margin-top: 12px; transition: color var(--t), border-color var(--t);
}
.prose .cta-link:hover { color: var(--accent); border-color: var(--accent); }
.prose .cta-link::after { content: '→'; }

.checklist {
  list-style: none; display: flex; flex-direction: column;
  margin-top: 14px; border-top: 1px solid var(--rule);
}
.checklist li {
  display: flex; gap: 14px;
  padding: 12px 0; border-bottom: 1px dashed var(--rule);
  font-family: var(--serif); font-size: 16px; color: var(--ink-2);
  line-height: 1.45; align-items: baseline;
}
.checklist li:last-child { border-bottom: 1px solid var(--rule); }
.checklist li::before {
  content: '✓'; font-family: var(--mono); font-size: 14px;
  color: var(--accent); align-self: start; padding-top: 2px;
}
.checklist li strong { color: var(--ink); font-weight: 600; white-space: nowrap; }

.pay-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
  margin-top: 18px;
}
.pay-item {
  padding: 22px; border-right: 1px dashed var(--rule); border-bottom: 1px dashed var(--rule);
  display: flex; flex-direction: column; gap: 10px;
  position: relative; min-height: 130px;
}
.pay-grid .pay-item:nth-child(3n) { border-right: none; }
.pay-grid .pay-item:nth-last-child(-n+3) { border-bottom: none; }
.pay-item .badge {
  position: absolute; top: 18px; right: 18px;
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.1em;
  color: #fff; background: var(--accent);
  padding: 4px 8px; border-radius: 4px; text-transform: uppercase;
}
.pay-item .lbl {
  font-family: var(--mono); font-size: 9.5px;
  letter-spacing: 0.18em; color: var(--ink-4); text-transform: uppercase;
}
.pay-item .nm {
  font-family: var(--serif); font-weight: 500;
  font-size: 20px; color: var(--ink); letter-spacing: -0.008em; line-height: 1.18;
}
.pay-item .nm em { font-style: italic; color: var(--accent-2); font-weight: 400; }
.pay-item .nt {
  font-family: var(--serif); font-style: italic;
  font-size: 14.5px; color: var(--ink-3); line-height: 1.4; margin-top: auto;
}

.security {
  margin-top: 18px; padding: 14px 18px;
  background: var(--bg-card); border: 1px solid var(--rule); border-radius: var(--r-sm);
  box-shadow: var(--shadow-soft);
  display: flex; align-items: center; gap: 14px;
  font-family: var(--mono); font-size: 10.5px;
  letter-spacing: 0.14em; color: var(--ink-3); text-transform: uppercase;
}
.security svg { width: 18px; height: 18px; stroke: var(--accent); fill: none; stroke-width: 1.6; flex-shrink: 0; }
.security strong { color: var(--ink); font-weight: 500; }

.cta-strip {
  margin-top: 48px; padding: 28px 32px;
  background: var(--bg-card); border: 1px solid var(--rule); border-radius: var(--r-md);
  display: grid; grid-template-columns: 1fr auto;
  gap: 24px; align-items: center;
  position: relative; overflow: hidden;
  box-shadow: var(--shadow-card);
}
.cta-strip::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
}
.cta-strip .lead {
  font-family: var(--serif); font-style: italic; font-weight: 500;
  font-size: clamp(20px, 2vw, 24px); color: var(--ink);
  line-height: 1.3; letter-spacing: -0.005em; text-wrap: balance;
}
.cta-strip .lead em { color: var(--accent-2); }
.page .cta-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px;
  background: var(--ink); color: #fff;
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase;
  border-radius: 999px; transition: background var(--t);
}
.page .cta-btn:hover { background: var(--accent-2); }

.va { background: transparent; padding: 48px 32px 56px; border-radius: var(--r-md); }
.va_inner { max-width: 880px; margin: 0 auto; }
.va_top { padding-bottom: 28px; margin-bottom: 32px; }
.va_top .r-h1 { margin-bottom: 16px; }
.va_sec { padding-top: 44px; margin-top: 44px; border-top: 1px solid var(--rule); }
.va_sec:first-of-type { padding-top: 28px; margin-top: 0; border-top: none; }
.va_sec--no-rule { border-top: none; }

@media (max-width: 880px) {
  .page { padding-left: 16px; padding-right: 16px; }
  .va { padding: 28px 0 40px; }
  .facts, .intro3, .pay-grid { grid-template-columns: 1fr; }
  .facts .cell, .pay-item { border-right: none; border-bottom: 1px dashed var(--rule); }
  .facts .cell:last-child, .pay-item:last-child { border-bottom: none; }
  .pay-grid .pay-item:nth-last-child(-n+3) { border-bottom: 1px dashed var(--rule); }
  .pay-grid .pay-item:last-child { border-bottom: none; }
  .cta-strip { grid-template-columns: 1fr; padding: 24px 20px; }
  .page .cta-btn { justify-self: start; }
}
@media (max-width: 480px) {
  .r-h1 { font-size: 34px; }
}
