:root {
  --navy: #071226;
  --navy-2: #102342;
  --gold: #d9b35b;
  --gold-2: #f2d895;
  --cream: #f6f0e5;
  --paper: #fffdf8;
  --ink: #151b29;
  --muted: #657083;
  --line: #e3e7ee;
  --max: 1120px;
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif; line-height: 1.65; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
.wrap { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.top { position: sticky; top: 0; z-index: 20; background: rgba(5,11,23,.96); border-bottom: 1px solid rgba(217,179,91,.25); }
.nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: flex; align-items: center; gap: .7rem; color: #fff; text-decoration: none; font-size: .78rem; font-weight: 900; line-height: 1.1; letter-spacing: .05em; }
.brand img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.links { display: flex; align-items: center; gap: 1rem; }
.links a { color: #edf2fa; text-decoration: none; font-size: .84rem; font-weight: 800; }
.hero { position: relative; min-height: 640px; display: grid; align-items: end; overflow: hidden; background: #02050a; color: #fff; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .58; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,5,10,.96), rgba(2,5,10,.65) 58%, rgba(2,5,10,.25)), linear-gradient(0deg, rgba(2,5,10,.9), transparent 65%); }
.hero-copy { position: relative; z-index: 1; max-width: 800px; padding: 6rem 0; }
.eyebrow { margin: 0 0 .7rem; color: var(--gold-2); font-size: .76rem; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; line-height: 1.06; }
h1 { font-size: clamp(3rem, 7vw, 6.3rem); }
h1 em { color: var(--gold-2); }
h2 { color: var(--navy); font-size: clamp(2.2rem, 5vw, 4.2rem); }
h3 { color: var(--navy); font-size: 1.45rem; }
p { margin: .85rem 0 0; }
.lead { max-width: 720px; color: #e4e9f1; font-size: clamp(1.05rem, 2vw, 1.28rem); }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.5rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: .9rem 1.35rem; border-radius: 999px; text-decoration: none; font-weight: 900; }
.btn-gold { background: linear-gradient(135deg, var(--gold-2), var(--gold)); color: #141927; }
.btn-outline { border: 1px solid rgba(255,255,255,.65); color: #fff; }
section { padding: clamp(4.5rem, 8vw, 7.5rem) 0; }
.cream { background: var(--cream); }
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 1.6rem; align-items: center; }
.split > img { border-radius: var(--radius); box-shadow: 0 22px 60px rgba(15,28,49,.16); }
.investment-note { margin-top: 2rem; padding: 1.5rem 1.6rem; border-left: 5px solid var(--gold); border-radius: 0 var(--radius) var(--radius) 0; background: var(--cream); }
.investment-note h3 { font-size: clamp(1.8rem, 4vw, 3rem); }
.investment-note p:last-child { max-width: 850px; color: var(--muted); font-size: 1.05rem; }
.trim-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.trim-pair figure { margin: 0; }
.trim-pair img { aspect-ratio: 1 / 1; object-fit: cover; object-position: center top; border-radius: 16px; box-shadow: 0 16px 40px rgba(15,28,49,.14); }
.trim-pair figcaption { margin-top: .45rem; color: var(--muted); font-size: .82rem; font-weight: 800; text-align: center; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2rem; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem; box-shadow: 0 14px 40px rgba(15,28,49,.07); }
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-top: 2rem; }
.step { counter-increment: step; background: var(--navy); color: #fff; border-radius: var(--radius); padding: 1.4rem; }
.step::before { content: counter(step); display: grid; place-items: center; width: 2.2rem; height: 2.2rem; margin-bottom: .9rem; border-radius: 50%; background: var(--gold); color: #111; font-weight: 900; }
.step h3 { color: #fff; }
.work-feature { display: grid; grid-template-columns: .85fr 1.15fr; gap: 1.5rem; align-items: center; margin: 2rem 0 0; overflow: hidden; border-radius: var(--radius); background: var(--navy); color: #fff; }
.work-feature img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.work-feature figcaption { padding: 1.6rem 1.6rem 1.6rem 0; }
.work-feature h3 { color: #fff; font-size: clamp(1.8rem, 4vw, 3rem); }
.work-feature p { color: #dbe3ee; }
.gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 2rem; }
.gallery img { height: 360px; object-fit: cover; border-radius: 18px; }
.related { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-top: 2rem; }
.related a { display: block; padding: 1.2rem; border: 1px solid var(--line); border-radius: 16px; background: #fff; color: var(--navy); text-decoration: none; font-weight: 900; }
.cta { background: var(--navy); color: #fff; text-align: center; }
.cta h2 { color: #fff; }
.cta .actions { justify-content: center; }
.footer { background: #03060b; color: #bdc6d2; padding: 2.3rem 0; }
.foot { display: flex; justify-content: space-between; gap: 1rem; }

@media (max-width: 850px) {
  .links { display: none; }
  .split, .cards, .steps, .related, .work-feature { grid-template-columns: 1fr; }
  .work-feature img { min-height: 0; }
  .work-feature figcaption { padding: 0 1.4rem 1.5rem; }
  .hero { min-height: 700px; }
  .hero-copy { padding: 5rem 0; }
}

@media (max-width: 620px) {
  .hero { min-height: 680px; }
  .hero-copy { padding: 12rem 0 4rem; text-align: center; }
  h1 { font-size: clamp(2.5rem, 12vw, 3.4rem); }
  .actions { justify-content: center; }
  .gallery { grid-template-columns: 1fr; }
  .trim-pair { grid-template-columns: 1fr; }
  .gallery img { height: auto; }
  .foot { display: grid; text-align: center; justify-content: center; }
}
