:root {
  --forest: #064a35;
  --forest-deep: #032f24;
  --gold: #b78924;
  --gold-light: #d2ad58;
  --gold-ink: #806016;
  --ivory: #f7f4ec;
  --paper: #fffefa;
  --charcoal: #24282b;
  --muted: #5e6561;
  --line: rgba(6, 74, 53, 0.16);
  --shadow: 0 26px 70px rgba(3, 47, 36, 0.14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body {
  margin: 0;
  color: var(--charcoal);
  background: var(--ivory);
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid #d2ad58; outline-offset: 4px; }
.skip-link { position: fixed; top: 8px; left: 12px; z-index: 100; padding: 10px 16px; color: #fff; background: var(--forest-deep); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  justify-content: space-between;
  gap: 20px;
  min-height: 84px;
  padding: 10px max(20px, calc((100vw - 1180px) / 2));
  background: rgba(255, 254, 250, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.brand, .site-header { display: flex; align-items: center; }
.brand { gap: 12px; text-decoration: none; color: var(--forest-deep); }
.brand img { height: 58px; width: auto; }
.brand-text { display: flex; flex-direction: column; gap: 2px; line-height: 1.05; }
.brand-name { font-size: 0.95rem; font-weight: 800; letter-spacing: 0.08em; }
.brand-name, .brand-tag { text-transform: uppercase; }
.brand-tag { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.28em; color: var(--gold); }
.nav { display: flex; align-items: center; gap: 22px; }
.nav a { font-size: 0.88rem; font-weight: 700; }
.nav .btn { white-space: nowrap; }
.btn, .nav a { color: var(--forest-deep); text-decoration: none; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 0;
  border-radius: 999px;
  background: var(--gold);
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(183, 137, 36, 0.22);
}
.btn:hover { background: var(--gold-light); }
.btn-dark { background: var(--forest); color: #fff; box-shadow: 0 10px 24px rgba(3, 47, 36, 0.18); }
.btn-dark:hover, .hero { background: var(--forest-deep); color: #fff; }
.hero .btn-dark { background: transparent; color: #fff; border: 1px solid #a9bdb4; box-shadow: none; }
.hero .btn-dark:hover { background: var(--forest); }
.btn:disabled { cursor: wait; opacity: 0.7; }
.hero { display: grid; grid-template-columns: 1.15fr 0.85fr; min-height: 640px; overflow: hidden; }
.hero-copy { align-self: center; padding: 90px 40px 90px max(24px, calc((100vw - 1180px) / 2)); }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--gold-light);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
h1, h2, h3 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; line-height: 1.08; }
h1 { margin-bottom: 20px; font-size: clamp(2.8rem, 6vw, 5.4rem); letter-spacing: -0.04em; }
h2 { margin-bottom: 16px; font-size: clamp(2rem, 4vw, 3.4rem); }
h2, h3 { color: var(--forest-deep); }
h3 { margin-bottom: 8px; }
.lead { max-width: 640px; color: #dce8e2; font-size: 1.15rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 28px; }
.micro { margin-top: 16px; color: #a9bdb4; font-size: 0.88rem; }
.hero-emblem { display: grid; place-items: center; padding: 48px; }
.emblem { width: min(400px, 82%); height: auto; filter: drop-shadow(0 22px 48px rgba(0, 0, 0, 0.35)); }
.facts {
  background: var(--paper);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(1180px, calc(100% - 40px));
  margin: -36px auto 0;
  border: 1px solid rgba(183, 137, 36, 0.34);
  border-radius: 16px;
  box-shadow: var(--shadow);
  position: relative;
}
.facts article { padding: 22px 24px; border-right: 1px solid var(--line); }
.facts article:last-child { border-right: 0; }
.facts strong { display: block; color: var(--forest); }
.facts span { color: var(--muted); font-size: 0.9rem; }
.section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 88px 0; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.grid-2 > * { min-width: 0; }
.muted { color: var(--muted); }
.checks { margin: 0; padding: 0; list-style: none; }
.checks li { position: relative; padding: 8px 0 8px 28px; }
.checks li::before { content: "\2713"; position: absolute; left: 0; color: var(--gold); font-weight: 800; }
.layout-img { width: 100%; border-radius: 16px; border: 1px solid var(--line); box-shadow: var(--shadow); background: #fff; }
.note { font-size: 0.9rem; color: var(--muted); }
.interest { background: var(--forest-deep); }
.interest, .interest h2, .interest h3 { color: #fff; }
.interest .eyebrow { color: var(--gold-light); }
.interest p { color: #dce8e2; }
.interest a { color: var(--gold-light); }
.form { background: var(--paper); color: var(--charcoal); border-radius: 18px; padding: 28px; box-shadow: var(--shadow); }
.row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: block; margin-bottom: 12px; font-size: 0.9rem; font-weight: 700; color: var(--forest-deep); }
label span { color: var(--gold); }
input, select, textarea { width: 100%; margin-top: 6px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
input { font-size: 1rem; }
.consent { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; font-weight: 400; font-size: 0.82rem; color: var(--muted); }
.consent input { width: 18px; height: 18px; margin: 3px 0 0; padding: 0; }
.consent span, .form .consent span { color: var(--muted); }
.consent a { color: var(--forest); }
.form p, .interest .form p { color: var(--charcoal); }
.form-note, .interest .form .form-note { font-size: 0.82rem; color: var(--muted); }
.ok { padding: 16px; background: #e6eee9; border-radius: 12px; color: var(--forest-deep); }
.err { padding: 12px; background: #f8e6e3; border-radius: 10px; color: #8a2a1a; }
.faq details { border-bottom: 1px solid var(--line); padding: 14px 0; }
.faq summary { cursor: pointer; font-weight: 800; color: var(--forest-deep); }
.faq p { margin: 10px 0 0; }
.legal { width: min(780px, calc(100% - 40px)); margin: 0 auto; padding: 48px 0 96px; }
.legal h1 { font-size: clamp(2rem, 5vw, 3.2rem); color: var(--forest-deep); }
.legal h2 { font-size: 1.35rem; margin-top: 32px; }
.legal ul { padding-left: 22px; }
.site-footer {
  background: var(--forest-deep);
  color: #dce8e2;
  padding: 36px max(20px, calc((100vw - 1180px) / 2));
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}
.site-footer a { color: var(--gold-light); }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.site-footer img { height: 88px; width: auto; }
.honey { position: absolute; left: -9999px; }
@media (max-width: 860px) {
  .facts, .grid-2, .hero, .row { grid-template-columns: 1fr; }
  .nav a:not(.btn) { display: none; }
  .hero-emblem { padding: 8px 24px 40px; }
  .emblem { width: min(240px, 58%); }
  .facts article { border-right: 0; border-bottom: 1px solid var(--line); }
  .facts article:last-child { border-bottom: 0; }
  .hero-copy { padding: 56px 24px 24px; }
  .hero { min-height: auto; }
  .section { padding: 56px 0; }
  .grid-2 { gap: 28px; }
  .facts { margin-top: 0; }
  .eyebrow { letter-spacing: 0.1em; }
}
@media (max-width: 480px) {
  .site-header { min-height: 72px; padding: 10px 16px; gap: 10px; }
  .brand { gap: 8px; }
  .brand img { height: 42px; }
  .brand-name { font-size: 0.75rem; letter-spacing: 0.04em; }
  .brand-tag { font-size: 0.62rem; }
  .nav .btn { min-height: 44px; padding: 10px 14px; font-size: 0.78rem; }
  .hero-actions { gap: 12px; }
  .form { padding: 22px 18px; }
  .row { gap: 0; }
  .site-footer { padding: 32px 20px; font-size: 0.88rem; }
  .site-footer img { height: 64px; }
  .footer-brand { align-items: flex-start; gap: 12px; }
  .legal { padding-top: 36px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
