:root {
  --navy: #0e1c2f;
  --navy-2: #17304a;
  --gold: #c9a46a;
  --gold-2: #e0c48a;
  --cream: #f6f1e8;
  --paper: #fffdf9;
  --ink: #1a2433;
  --muted: #5c6b7a;
  --line: rgba(14, 28, 47, 0.1);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Source Sans 3", system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }

.topbar {
  background: var(--navy);
  color: #d7e0ea;
  font-size: 0.82rem;
  padding: 8px 0;
}
.topbar .wrap { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.topbar a { color: var(--gold-2); }

header.nav {
  position: sticky; top: 0; z-index: 20;
  background: rgba(255,253,249,0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
header.nav .wrap {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 0;
}
.brand { display: flex; align-items: baseline; gap: 10px; }
.mark {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.45rem;
  letter-spacing: 0.02em;
  color: var(--navy);
}
.mark em { font-style: italic; color: var(--gold); font-weight: 600; }
.tag { font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }
nav ul { display: flex; gap: 22px; list-style: none; align-items: center; }
nav a { font-size: 0.92rem; color: var(--navy-2); }
nav a:hover, nav a.active { color: var(--gold); }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 18px; border-radius: 999px;
  background: var(--navy); color: #fff; font-weight: 600; font-size: 0.9rem;
  border: 1px solid var(--navy);
}
.btn.gold { background: var(--gold); color: var(--navy); border-color: var(--gold); }
.btn.ghost { background: transparent; color: var(--navy); }
.btn:hover { filter: brightness(1.08); }

.hero {
  background:
    linear-gradient(120deg, rgba(14,28,47,0.86), rgba(14,28,47,0.55)),
    url("assets/desk.jpg") center/cover no-repeat;
  color: #fff;
  padding: 92px 0 88px;
}
.hero h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.6rem, 6vw, 4.6rem);
  line-height: 1.02;
  max-width: 14ch;
  font-weight: 500;
}
.hero p { max-width: 38rem; margin: 18px 0 28px; color: #dbe4ee; font-size: 1.12rem; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.kicker { letter-spacing: 0.2em; text-transform: uppercase; font-size: 0.75rem; color: var(--gold-2); margin-bottom: 14px; }

section { padding: 78px 0; }
h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.9rem, 3.4vw, 2.8rem);
  font-weight: 500;
  line-height: 1.15;
}
.lead { color: var(--muted); max-width: 40rem; margin-top: 10px; }

.grid-3, .grid-2, .grid-4 { display: grid; gap: 20px; margin-top: 32px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: 1fr 1fr; }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card, .stat, .quote {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px;
}
.card h3, .stat b { margin-bottom: 8px; }
.card p, .stat span, .quote p { color: var(--muted); }
.stat b {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  color: var(--navy);
}
.icon {
  width: 36px; height: 36px; border-radius: 10px;
  background: #f1e6d0; color: var(--navy);
  display: grid; place-items: center; font-weight: 700; margin-bottom: 14px;
}

.band { background: var(--cream); }
.split { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 48px; align-items: center; }
.portrait {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
}
.portrait img { width: 100%; height: 460px; object-fit: cover; }
.checklist { list-style: none; margin-top: 18px; }
.checklist li { padding: 8px 0 8px 26px; position: relative; }
.checklist li::before {
  content: "";
  position: absolute; left: 0; top: 14px;
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--gold);
}

.cta {
  background: var(--navy);
  color: #fff;
  text-align: center;
  padding: 72px 0;
}
.cta p { color: #c9d5e2; margin: 12px auto 24px; max-width: 36rem; }

form {
  display: grid; gap: 12px;
  background: #fff; border: 1px solid var(--line);
  border-radius: 16px; padding: 24px;
}
label { font-size: 0.82rem; color: var(--muted); }
input, textarea, select {
  width: 100%; padding: 12px 13px; border-radius: 10px;
  border: 1px solid var(--line); font: inherit; background: #fff;
}
footer {
  background: var(--navy-2);
  color: #c5d0dc;
  padding: 42px 0 28px;
  font-size: 0.92rem;
}
footer .wrap { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 28px; }
footer a { color: var(--gold-2); }
.fine { margin-top: 28px; font-size: 0.78rem; color: #93a3b5; border-top: 1px solid rgba(255,255,255,0.08); padding-top: 16px; }

@media (max-width: 860px) {
  .grid-3, .grid-2, .grid-4, .split, footer .wrap { grid-template-columns: 1fr; }
  nav ul { display: none; }
  .portrait img { height: 320px; }
}

.monogram {
  min-height: 420px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background:
    linear-gradient(165deg, rgba(14,28,47,.55), rgba(14,28,47,.78)),
    url("assets/desk.jpg") center/cover no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  padding: 32px;
}
.monogram .letters {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 5.2rem;
  line-height: 1;
  color: var(--gold-2);
  letter-spacing: 0.04em;
}
.monogram small {
  display: block;
  margin-top: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #d7e0ea;
}
