@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,500;0,700;1,500&display=swap');

:root {
  --bg: #050f1a;
  --bg-deep: #030a12;
  --panel: rgba(8, 20, 34, 0.7);
  --line: rgba(190, 200, 211, 0.18);
  --line-strong: rgba(190, 200, 211, 0.34);
  --text: #e6ebf1;
  --muted: #aeb9c5;
  --quiet: #748392;
  --gold: #b4aa90;
  --gold-strong: #d0c8ae;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background:
    radial-gradient(circle at top, rgba(55, 72, 92, 0.16) 0%, rgba(55, 72, 92, 0) 42%),
    linear-gradient(180deg, #07131f 0%, var(--bg) 58%, var(--bg-deep) 100%);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  min-height: 100%;
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 22%, rgba(0, 0, 0, 0) 78%, rgba(0, 0, 0, 0.2) 100%),
    radial-gradient(circle at top, rgba(55, 72, 92, 0.16) 0%, rgba(55, 72, 92, 0) 42%),
    linear-gradient(180deg, #07131f 0%, var(--bg) 58%, var(--bg-deep) 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
}

a {
  color: inherit;
}

.shell {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.topbar {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 36px 0 72px;
  color: var(--quiet);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.brand {
  color: var(--text);
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: none;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: flex-end;
}

.nav a {
  text-decoration: none;
  transition: color 220ms ease;
}

.nav a:hover {
  color: var(--gold-strong);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: 86px;
  align-items: end;
  padding: 32px 0 76px;
}

.eyebrow {
  margin: 0 0 28px;
  color: var(--quiet);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
}

h1 {
  max-width: 760px;
  margin: 0;
  color: var(--text);
  font-size: clamp(3.4rem, 8vw, 7.3rem);
  line-height: 0.93;
  letter-spacing: -0.04em;
  text-shadow: 0 18px 34px rgba(0, 0, 0, 0.2);
}

.gold {
  color: var(--gold);
  font-style: italic;
}

.dek {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.9;
}

.hero-card {
  border-left: 1px solid var(--line-strong);
  padding-left: 34px;
}

.hero-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 30px;
}

.cta {
  border-bottom: 1px solid var(--gold);
  color: var(--gold-strong);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  padding-bottom: 7px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.card {
  min-height: 250px;
  border: 1px solid var(--line);
  background: var(--panel);
  padding: 28px;
}

.card h2,
.card h3 {
  margin: 0 0 18px;
  color: var(--text);
  font-size: 28px;
  line-height: 1.08;
}

.card p,
.card li {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.card ul {
  margin: 0;
  padding-left: 18px;
}

.section {
  border-top: 1px solid var(--line);
  padding: 62px 0;
}

.section h2 {
  max-width: 760px;
  margin: 0 0 26px;
  font-size: clamp(2.3rem, 5vw, 4rem);
  line-height: 1;
}

.section p {
  max-width: 760px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.9;
}

.links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 24px 0 78px;
}

.links a {
  border: 1px solid var(--line);
  padding: 22px;
  color: var(--muted);
  text-decoration: none;
  transition: border-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.links a:hover {
  border-color: rgba(180, 170, 144, 0.56);
  color: var(--gold-strong);
  transform: translateY(-2px);
}

.footer {
  border-top: 1px solid var(--line);
  padding: 28px 0 46px;
  color: var(--quiet);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  .shell {
    width: min(100% - 40px, 560px);
  }

  .topbar {
    padding-bottom: 44px;
  }

  .nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-top: 20px;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.5rem);
  }

  .hero-card {
    border-left: 0;
    border-top: 1px solid var(--line-strong);
    padding-left: 0;
    padding-top: 28px;
  }

  .grid,
  .links {
    grid-template-columns: 1fr;
  }
}
