:root {
  --navy: #0c1f36;
  --navy-2: #16324f;
  --ink: #1a2330;
  --muted: #5c6b7a;
  --paper: #f4efe6;
  --white: #fffcf7;
  --gold: #c4a35a;
  --gold-2: #e0c27a;
  --teal: #1f6f78;
  --sale: #9b2c2c;
  --line: rgba(12, 31, 54, 0.12);
  --shadow: 0 24px 60px rgba(12, 31, 54, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.topbar {
  position: sticky; top: 0; z-index: 20;
  background: rgba(12, 31, 54, 0.94);
  backdrop-filter: blur(10px);
  color: #fff;
}
.topbar .wrap {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; min-height: 72px;
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.mark {
  width: 38px; height: 38px; border-radius: 9px;
  background: linear-gradient(145deg, var(--gold-2), var(--gold));
  color: var(--navy); font-weight: 800; display: grid; place-items: center;
  font-family: Fraunces, Georgia, serif;
}
.brand strong { display: block; font-size: 15px; letter-spacing: 0.04em; }
.brand small { display: block; opacity: 0.7; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; }
.nav { display: flex; gap: 22px; font-size: 14px; }
.nav a { text-decoration: none; opacity: 0.85; }
.nav a:hover { opacity: 1; color: var(--gold-2); }
.cta {
  background: var(--gold); color: var(--navy); text-decoration: none;
  font-weight: 700; padding: 10px 16px; border-radius: 999px; font-size: 14px;
}

.hero {
  background:
    radial-gradient(900px 400px at 80% -10%, rgba(196,163,90,0.28), transparent),
    linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 55%, #0a1828 100%);
  color: #fff;
  padding: 72px 0 80px;
}
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 48px; align-items: center; }
.eyebrow {
  color: var(--gold-2); letter-spacing: 0.18em; text-transform: uppercase;
  font-size: 12px; font-weight: 700; margin: 0 0 14px;
}
.hero h1 {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.08; margin: 0 0 18px; font-weight: 500;
}
.hero p.lead { font-size: 19px; opacity: 0.88; max-width: 36em; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.btn-ghost {
  border: 1px solid rgba(255,255,255,0.35); color: #fff; text-decoration: none;
  padding: 10px 16px; border-radius: 999px; font-weight: 600; font-size: 14px;
}
.hero-shot {
  border-radius: 16px; overflow: hidden; box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,0.12);
}
.hero-shot img { width: 100%; height: 420px; object-fit: cover; object-position: top; }
.stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
  margin-top: 48px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.12);
}
.stats b { display: block; font-family: Fraunces, serif; font-size: 28px; font-weight: 500; }
.stats span { font-size: 13px; opacity: 0.7; }

section { padding: 84px 0; }
h2 {
  font-family: Fraunces, Georgia, serif; font-size: clamp(28px, 3.4vw, 42px);
  margin: 0 0 12px; font-weight: 500; color: var(--navy);
}
.section-kicker { color: var(--teal); font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; font-size: 12px; }
.sub { color: var(--muted); max-width: 46em; font-size: 18px; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.split.reverse { direction: rtl; }
.split.reverse > * { direction: ltr; }
.shot {
  border-radius: 14px; overflow: hidden; box-shadow: var(--shadow);
  border: 1px solid var(--line); background: #111;
}
.shot img { width: 100%; height: 360px; object-fit: cover; object-position: top center; }
.caption { font-size: 13px; color: var(--muted); margin-top: 8px; }

.pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 0; padding: 0; list-style: none; }
.pills li {
  background: var(--paper); border: 1px solid var(--line); padding: 6px 12px;
  border-radius: 999px; font-size: 13px; font-weight: 600;
}

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 36px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 22px;
}
.card h3 { margin: 8px 0 8px; font-size: 20px; color: var(--navy); }
.card p { margin: 0; color: var(--muted); }
.num { font-family: Fraunces, serif; color: var(--gold); font-size: 28px; }

.gallery { display: grid; grid-template-columns: 1.3fr 1fr; gap: 16px; }
.gallery .shot img { height: 280px; }
.gallery-stack { display: grid; gap: 16px; }
.gallery-stack img { height: 132px; }

.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 32px; align-items: stretch; }
.price {
  border: 1px solid var(--line); border-radius: 18px; padding: 26px 24px; background: #fff;
  display: flex; flex-direction: column; min-height: 100%;
}
.price.featured {
  border-color: var(--navy); background: var(--navy); color: #fff;
  transform: translateY(-8px); box-shadow: var(--shadow);
}
.price.featured h3, .price.featured .amount { color: var(--gold-2); }
.price.featured p, .price.featured li { color: rgba(255,255,255,0.82); }
.badge {
  display: inline-block; background: var(--gold); color: var(--navy);
  font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 4px 8px; border-radius: 999px; margin-bottom: 10px;
}
.amount { font-family: Fraunces, serif; font-size: 34px; margin: 8px 0; color: var(--navy); }
.amount small { font-size: 15px; font-family: "Source Sans 3", sans-serif; }
.price ul { padding-left: 18px; margin: 0 0 18px; flex: 1; }
.price li { margin: 7px 0; }
.setup {
  background: var(--paper); border-radius: 16px; padding: 28px; margin-top: 28px;
  border: 1px dashed rgba(12,31,54,0.2);
}
.compare { width: 100%; border-collapse: collapse; margin-top: 20px; font-size: 15px; }
.compare th, .compare td { text-align: left; padding: 12px 10px; border-bottom: 1px solid var(--line); }
.compare th { font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }

.band { background: var(--navy); color: #fff; }
.band h2 { color: #fff; }
.contact-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 40px; }
.contact a { color: var(--gold-2); }

footer { background: #081422; color: rgba(255,255,255,0.7); padding: 28px 0; font-size: 14px; }
footer .wrap { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }

@media (max-width: 900px) {
  .nav { display: none; }
  .hero-grid, .split, .split.reverse, .grid-3, .price-grid, .gallery, .contact-grid, .stats {
    grid-template-columns: 1fr; direction: ltr;
  }
  .hero-shot img, .shot img { height: 240px; }
  .price.featured { transform: none; }
}
