@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600;700;800&display=swap');

:root{
  --bg:#07131f;
  --bg2:#0b1d2d;
  --gold:#c99742;
  --gold2:#e0b86c;
  --cream:#f6f1e8;
  --text:#e9eef5;
  --muted:#b6c0cb;
  --line:rgba(255,255,255,.12);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,sans-serif;line-height:1.6}
a{text-decoration:none;color:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}

.topbar{
  position:sticky;top:0;z-index:50;
  background:rgba(6,17,28,.94);
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(201,151,66,.18);
}
.nav-wrap{height:84px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:34px}
.brand{display:flex;align-items:center;gap:13px}
.brand-mark{
  font-family:"Cormorant Garamond",serif;font-size:44px;line-height:1;color:var(--gold2);font-weight:700
}
.brand-text{display:flex;flex-direction:column;line-height:1;letter-spacing:.18em}
.brand-text strong{font-size:18px;color:white}
.brand-text small{font-size:10px;color:var(--gold2);margin-top:6px}
.nav{display:flex;justify-content:center;gap:28px;font-size:13px;font-weight:600}
.nav a{position:relative}
.nav a:after{content:"";position:absolute;left:0;right:0;bottom:-10px;height:2px;background:var(--gold);transform:scaleX(0);transition:.2s}
.nav a:hover:after{transform:scaleX(1)}
.top-cta{border:1px solid var(--gold);padding:11px 16px;border-radius:4px;color:var(--gold2);font-size:12px;font-weight:700;text-transform:uppercase}

.hero{
  min-height:620px;
  position:relative;
  background-color:#07131f;
  background-image:
    linear-gradient(90deg,rgba(3,12,21,.98) 0%,rgba(3,12,21,.91) 38%,rgba(3,12,21,.48) 65%,rgba(3,12,21,.14) 100%),
    url('hero-office.png');
  background-position:center, right center;
  background-size:cover, cover;
  background-repeat:no-repeat, no-repeat;
  display:flex;align-items:center
}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.22))}
.hero-content{position:relative;z-index:2}
.hero-copy{max-width:700px;padding:80px 0}
.eyebrow{margin:0 0 18px;color:var(--gold2);font-size:12px;letter-spacing:.18em;font-weight:800}
.hero h1,.section h2,.contact h2{
  font-family:"Cormorant Garamond",serif;
  margin:0;color:var(--cream);line-height:1.02;letter-spacing:-.02em
}
.hero h1{font-size:clamp(48px,6vw,76px);margin-bottom:26px}
.hero h1 span{color:var(--gold2)}
.hero-text{font-size:20px;max-width:580px;color:#f0f3f6;margin-bottom:30px}
.hero-text strong{color:var(--gold2)}
.cta{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:52px;padding:0 24px;background:var(--gold);color:#081522;
  font-weight:800;font-size:13px;letter-spacing:.04em;border-radius:4px;
  box-shadow:0 12px 28px rgba(0,0,0,.22);transition:.2s
}
.cta:hover{transform:translateY(-2px);background:var(--gold2)}

.highlights{background:#0a1826;border-top:1px solid rgba(201,151,66,.22);border-bottom:1px solid rgba(201,151,66,.22)}
.highlights-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.highlight{display:flex;gap:18px;padding:28px 26px;border-right:1px solid var(--line);align-items:flex-start}
.highlight:last-child{border-right:none}
.num{color:var(--gold2);font-weight:800;font-size:18px;min-width:36px}
.highlight strong{display:block;color:white;font-size:14px;margin-bottom:4px}
.highlight p{margin:0;color:var(--muted);font-size:12px}

.section{padding:96px 0}
.about{background:linear-gradient(180deg,#f7f2e9,#efe8dd);color:#142232}
.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}
.about .eyebrow{color:#9b6d28}
.about h2{color:#112438;font-size:clamp(40px,5vw,60px)}
.about-copy p{font-size:16px;color:#4c5865;margin-top:0;margin-bottom:20px}
.about-copy strong{color:#142232}

.services{background:linear-gradient(180deg,#0b1d2d,#07131f)}
.section-heading{text-align:center;max-width:700px;margin:0 auto 44px}
.section-heading h2{font-size:clamp(40px,5vw,58px)}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{
  border:1px solid rgba(201,151,66,.22);background:rgba(255,255,255,.025);
  padding:30px;min-height:235px;transition:.2s
}
.card:hover{transform:translateY(-4px);border-color:rgba(201,151,66,.55);background:rgba(255,255,255,.04)}
.card span{display:inline-flex;width:38px;height:38px;border:1px solid rgba(201,151,66,.45);align-items:center;justify-content:center;border-radius:50%;color:var(--gold2);font-size:12px;font-weight:800}
.card h3{color:white;font-size:18px;margin:20px 0 10px}
.card p{color:var(--muted);font-size:14px;margin:0}

.contact{padding:72px 0;background:#091722;border-top:1px solid rgba(201,151,66,.18)}
.contact-grid{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center}
.contact h2{font-size:clamp(38px,5vw,56px)}
.contact p{color:var(--muted)}
.contact-actions{display:flex;flex-direction:column;align-items:flex-start;gap:12px}
.email{font-size:13px;color:#d4dce5}
.email:hover{color:var(--gold2)}

footer{padding:28px 0;background:#04101a;border-top:1px solid rgba(255,255,255,.07);font-size:12px;color:#aeb8c3}
.footer-grid{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}
.footer-brand{display:flex;flex-direction:column;line-height:1;letter-spacing:.15em}
.footer-brand strong{color:white;font-size:15px}
.footer-brand span{color:var(--gold2);font-size:10px;margin-top:5px}
.footer-grid p{text-align:center}
.socials{display:flex;gap:16px}
.socials a:hover{color:var(--gold2)}

@media(max-width:900px){
  .nav{display:none}
  .nav-wrap{grid-template-columns:auto 1fr}
  .top-cta{justify-self:end}
  .hero{min-height:560px;background-position:58% 40%}
  .highlights-grid,.about-grid,.contact-grid{grid-template-columns:1fr}
  .highlight{border-right:none;border-bottom:1px solid var(--line)}
  .highlight:last-child{border-bottom:none}
  .cards{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr;text-align:center}
  .footer-grid p{text-align:center}
  .footer-brand,.socials{align-items:center;justify-content:center}
}
@media(max-width:620px){
  .container{width:min(100% - 28px,1180px)}
  .topbar{position:static}
  .nav-wrap{height:72px;grid-template-columns:1fr}
  .top-cta{display:none}
  .hero{
    min-height:auto;
    background:
      linear-gradient(180deg,rgba(3,12,21,.88),rgba(3,12,21,.96)),
      url('hero-office.png') center/cover no-repeat
  }
  .hero-copy{padding:72px 0}
  .hero h1{font-size:48px}
  .hero-text{font-size:17px}
  .cta{width:100%}
  .section{padding:72px 0}
  .cards{grid-template-columns:1fr}
}
