:root {
  --ink: #20142c;
  --home-bg: #470235;
  --drawer-bg: #470235;
  --plum: #4a235a;
  --violet: #470235;
  --gold: #ffd66b;
  --cream: #f7e7ce;
  --paper: #f5f3f7;
  --mist: #f8f4fb;
  --muted: #6f6478;
  --line: rgba(74, 35, 90, 0.14);
}

@font-face {
  font-family: "PlayfairDisplay";
  src: url("/PlayfairDisplay-Regular.ttf") format("truetype");
  font-display: swap;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: var(--home-bg);
  border-bottom: 1px solid rgba(247, 231, 206, 0.16);
  backdrop-filter: blur(14px);
}

.nav {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 800;
  font-size: 32px;
  color: var(--cream);
  letter-spacing: 0;
  font-family: "PlayfairDisplay", Georgia, serif;
}

.brand-copy {
  display: grid;
  gap: 0;
  line-height: 1;
}

.brand-name {
  color: var(--cream);
}

.brand-subtitle {
  color: rgba(255, 255, 255, 0.72);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: block;
  object-fit: cover;
  background: var(--cream);
  border: 1px solid rgba(255, 214, 107, 0.38);
}

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

.nav-links a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 650;
  font-size: 14px;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--cream);
}

.hero {
  min-height: 78vh;
  display: grid;
  align-items: end;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(71, 2, 53, 0.72), #470235),
    url("https://images.unsplash.com/photo-1513201099705-a9746e1e201f?auto=format&fit=crop&w=1800&q=85")
      center/cover;
}

.hero-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 120px 0 88px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.12;
  letter-spacing: 0;
}

h1 {
  max-width: 780px;
  font-size: clamp(44px, 7vw, 82px);
  color: var(--cream);
  font-family: "PlayfairDisplay", Georgia, serif;
  font-weight: 400;
}

.hero p {
  max-width: 700px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 800;
  border: 1px solid transparent;
}

.button.primary {
  background: var(--gold);
  color: var(--violet);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.section {
  padding: 78px 0;
}

.section.alt {
  background: var(--mist);
}

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

.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-head p,
.content p,
.card p,
.legal p,
.legal li {
  color: var(--muted);
}

.grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.legal h2 {
  margin: 34px 0 10px;
  color: var(--plum);
  font-size: 26px;
}

.legal h2:first-child {
  margin-top: 0;
}

.legal a {
  color: var(--plum);
  font-weight: 700;
}

.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  min-height: 100%;
  box-shadow: 0 12px 40px rgba(74, 35, 90, 0.08);
}

.card h3 {
  color: var(--plum);
  font-size: 20px;
}

.card ul,
.legal ul {
  padding-left: 20px;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
}

.media-panel {
  min-height: 420px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(32, 20, 44, 0.06), rgba(32, 20, 44, 0.22)),
    url("https://images.unsplash.com/photo-1513885535751-8b9238bd345a?auto=format&fit=crop&w=1200&q=85")
      center/cover;
  border: 1px solid var(--line);
}

.page-hero {
  background: var(--home-bg);
  color: #fff;
  padding: 82px 0;
}

.page-hero h1 {
  color: var(--cream);
}

.page-hero p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.content,
.legal {
  max-width: 860px;
}

.quote {
  margin: 28px 0;
  padding: 24px;
  border-left: 5px solid var(--gold);
  background: #fff;
  color: var(--plum);
  font-size: 22px;
  font-weight: 800;
}

.contact-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.contact-item {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.contact-item strong {
  display: block;
  color: var(--plum);
}

.site-footer {
  padding: 34px 0;
  background: var(--home-bg);
  color: rgba(255, 255, 255, 0.78);
}

.footer-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-inner a {
  color: #ffe8a3;
  text-decoration: none;
}

@media (max-width: 860px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 0;
  }

  .nav-links {
    justify-content: flex-start;
    gap: 12px 16px;
  }

  .hero {
    min-height: 72vh;
  }

  .hero-inner {
    padding: 80px 0 64px;
  }

  .grid,
  .split,
  .contact-list {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 56px 0;
  }
}
