:root {
  --ink: #12243a;
  --ink-soft: #3d4f66;
  --paper: #f4efe6;
  --paper-2: #ebe4d6;
  --white: #fffcf7;
  --gold: #c4965a;
  --gold-2: #e8c48a;
  --line: rgba(18, 36, 58, 0.12);
  --max: 1120px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  font-size: 17px;
}
a { color: var(--ink); }
img, svg { display: block; max-width: 100%; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }

header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(244, 239, 230, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; padding: 16px 0;
}
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 700; letter-spacing: -0.02em; }
.brand svg, .brand img { width: 36px; height: 36px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 8px 18px; list-style: none; font-size: 14px; }
.nav-links a { text-decoration: none; color: var(--ink-soft); }
.nav-links a:hover, .nav-links a.active { color: var(--ink); }
.btn {
  display: inline-block; background: var(--ink); color: var(--paper) !important;
  text-decoration: none; padding: 11px 18px; border-radius: 999px;
  font-size: 14px; font-weight: 600; border: 0; cursor: pointer;
}
.btn.secondary { background: transparent; color: var(--ink) !important; border: 1px solid var(--line); }

.hero { padding: 72px 0 56px; }
.kicker { text-transform: uppercase; letter-spacing: 0.14em; font-size: 12px; color: var(--ink-soft); margin-bottom: 14px; }
h1 { font-size: clamp(36px, 5vw, 58px); line-height: 1.08; letter-spacing: -0.03em; max-width: 16ch; }
.lede { margin-top: 18px; max-width: 42em; color: var(--ink-soft); font-size: 19px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.corridors { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 36px; }
.corridors span {
  border: 1px solid var(--line); padding: 6px 10px; border-radius: 999px;
  font-size: 12px; color: var(--ink-soft);
}

.section { padding: 56px 0; }
.section.alt { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
h2 { font-size: clamp(26px, 3vw, 36px); letter-spacing: -0.03em; margin-bottom: 12px; }
h3 { font-size: 20px; letter-spacing: -0.02em; margin-bottom: 8px; }
.sub { color: var(--ink-soft); max-width: 46em; margin-bottom: 28px; }

.grid { display: grid; gap: 18px; }
.grid.three { grid-template-columns: repeat(3, 1fr); }
.grid.two { grid-template-columns: repeat(2, 1fr); }
.card {
  background: var(--white); border: 1px solid var(--line);
  border-radius: 16px; padding: 22px;
}
.section.alt .card { background: var(--paper); }
.card p { color: var(--ink-soft); }
.num { font-size: 12px; letter-spacing: 0.12em; color: var(--gold); font-weight: 700; margin-bottom: 8px; }

.flow {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; align-items: stretch;
}
.flow-step {
  background: var(--ink); color: var(--paper); border-radius: 16px; padding: 20px;
}
.flow-step p { color: var(--gold-2); font-size: 14px; margin-top: 8px; }
.flow-arrow { display: none; }

table { width: 100%; border-collapse: collapse; font-size: 15px; }
th, td { text-align: left; padding: 12px 10px; border-bottom: 1px solid var(--line); vertical-align: top; }
th { font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-soft); font-weight: 600; }

.faq details { border-bottom: 1px solid var(--line); padding: 16px 0; }
.faq summary { cursor: pointer; font-weight: 600; }
.faq p { margin-top: 8px; color: var(--ink-soft); }

form { display: grid; gap: 12px; max-width: 520px; }
label { font-size: 13px; font-weight: 600; }
input, textarea, select {
  width: 100%; padding: 12px 14px; border-radius: 10px;
  border: 1px solid var(--line); background: var(--white); font: inherit;
}
textarea { min-height: 140px; resize: vertical; }

footer {
  padding: 40px 0 28px; border-top: 1px solid var(--line);
  color: var(--ink-soft); font-size: 13px;
}
.foot { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.foot a { color: var(--ink-soft); text-decoration: none; }
.legal-note { margin-top: 18px; max-width: 70ch; }

@media (max-width: 860px) {
  .grid.three, .grid.two, .flow { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  h1 { max-width: none; }
}

.hero-art { margin-top: 36px; border-radius: 20px; overflow: hidden; border: 1px solid var(--line); }
.hero-art img { width: 100%; height: auto; }
.art-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 8px; }
.art-card { background: var(--ink); border-radius: 16px; overflow: hidden; }
.art-card img { width: 100%; height: auto; }
@media (max-width: 860px) { .art-row { grid-template-columns: 1fr; } }

.cookie-bar {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 40;
  background: var(--ink); color: var(--paper); border-radius: 16px;
  box-shadow: 0 12px 40px rgba(18,36,58,.28);
}
.cookie-bar-inner {
  display: flex; gap: 16px; align-items: center; justify-content: space-between;
  flex-wrap: wrap; padding: 16px 18px;
}
.cookie-bar p { max-width: 62ch; font-size: 14px; color: var(--gold-2); }
.cookie-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.cookie-bar .btn.secondary { color: var(--paper) !important; border-color: rgba(244,239,230,.25); }
