:root {
  --bg: #0c0d0f;
  --bg-soft: #14161a;
  --panel: rgba(255,255,255,0.045);
  --text: #f3f0e8;
  --muted: #b9b5ab;
  --line: rgba(255,255,255,0.13);
  --accent: #d8b878;
  --accent-strong: #f0d59b;
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 78% 6%, rgba(216,184,120,.12), transparent 30rem),
    linear-gradient(180deg, #0a0b0d 0%, var(--bg) 46%, #090a0c 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(760px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
  background: rgba(10,11,13,.78);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  text-decoration: none;
  font-weight: 750;
  letter-spacing: -.03em;
  font-size: 1.1rem;
}
.brand span { color: var(--accent); font-weight: 500; }
.nav { display: flex; gap: 22px; align-items: center; }
.nav a { color: var(--muted); text-decoration: none; font-size: .92rem; }
.nav a:hover { color: var(--text); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid var(--accent);
  background: var(--accent);
  color: #17130b;
  text-decoration: none;
  font-weight: 750;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--accent-strong); }
.button.secondary { background: transparent; color: var(--text); border-color: var(--line); }
.button.small { min-height: 42px; padding: 0 18px; font-size: .9rem; }

.hero {
  min-height: 86vh;
  display: grid;
  align-items: center;
  padding: 100px 0 80px;
  border-bottom: 1px solid var(--line);
}
.eyebrow {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .75rem;
  font-weight: 800;
  margin: 0 0 18px;
}
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; line-height: 1.05; }
h1 { margin: 0; font-size: clamp(3.35rem, 8vw, 7.4rem); max-width: 980px; }
h1 em { color: var(--accent-strong); font-style: normal; }
.hero-lead { max-width: 690px; color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.32rem); margin: 30px 0 0; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.hero-note { color: #949086; font-size: .88rem; margin-top: 16px; }

.section { padding: 105px 0; border-bottom: 1px solid var(--line); }
.section.alt { background: rgba(255,255,255,.018); }
.section-label { color: var(--accent); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; margin: 0 0 18px; }
.section h2 { font-size: clamp(2.55rem, 5vw, 4.9rem); margin: 0 0 34px; max-width: 900px; }
.section h3 { font-size: clamp(1.55rem, 2.4vw, 2.25rem); margin: 0 0 16px; }
.prose { max-width: 760px; }
.prose p { color: var(--muted); font-size: 1.06rem; margin: 0 0 20px; }
.prose .strong { color: var(--text); font-size: 1.2rem; }

.statement {
  margin: 44px 0;
  padding: 28px 30px;
  border-left: 2px solid var(--accent);
  background: var(--panel);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  line-height: 1.28;
}

.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--panel);
}
.card p, .card li { color: var(--muted); }
.card ul { margin: 18px 0 0; padding-left: 20px; }
.card li + li { margin-top: 10px; }
.card.accent { border-color: rgba(216,184,120,.55); background: rgba(216,184,120,.08); }

.model-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 20px; overflow: hidden; }
.model { background: var(--bg-soft); padding: 34px; }
.model h3 { color: var(--accent-strong); }
.model ul { margin: 20px 0 0; padding: 0; list-style: none; }
.model li { padding: 10px 0; color: var(--muted); border-bottom: 1px solid rgba(255,255,255,.07); }

.details { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 20px; overflow: hidden; }
.detail { padding: 27px; background: var(--bg-soft); }
.detail span { display: block; color: #8f8a80; text-transform: uppercase; letter-spacing: .12em; font-size: .68rem; margin-bottom: 8px; }
.detail strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.27rem; font-weight: 500; }

.faq { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); padding: 23px 0; }
summary { cursor: pointer; font-size: 1.05rem; font-weight: 700; list-style: none; }
summary::-webkit-details-marker { display: none; }
details p { color: var(--muted); max-width: 760px; margin: 18px 0 0; }

.cta { text-align: center; padding: 115px 0; }
.cta h2 { margin-left: auto; margin-right: auto; }
.cta p { color: var(--muted); max-width: 650px; margin: 0 auto 30px; }

.site-footer { padding: 42px 0 60px; color: #8f8a80; font-size: .86rem; }
.footer-inner { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer-links { display: flex; gap: 18px; }
.footer-links a { color: inherit; }

.legal-page, .application-page { min-height: 72vh; padding: 100px 0; }
.legal-page h1, .application-page h1 { font-size: clamp(3rem, 7vw, 6rem); }
.legal-page h2 { font-size: 1.75rem; margin: 42px 0 14px; }
.legal-page p, .legal-page li, .application-page p { color: var(--muted); }
.application-box { margin-top: 36px; padding: 34px; border: 1px solid var(--line); border-radius: 20px; background: var(--panel); }

@media (max-width: 760px) {
  .nav a:not(.button) { display: none; }
  .hero { min-height: auto; padding: 86px 0 68px; }
  .section { padding: 78px 0; }
  .grid-2, .model-grid, .details { grid-template-columns: 1fr; }
  .container, .narrow { width: min(100% - 28px, var(--max)); }
  .card, .model { padding: 24px; }
  .statement { padding: 24px; }
}
