
:root{
  --navy:#0d1b2a;
  --navy-2:#16293d;
  --gold:#c7a85a;
  --cream:#f7f3ea;
  --white:#ffffff;
  --ink:#17201d;
  --muted:#5f6c75;
  --line:rgba(13,27,42,.12);
  --shadow:0 20px 48px rgba(13,27,42,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--cream);color:var(--ink);line-height:1.6}
a{text-decoration:none;color:inherit}img{max-width:100%;display:block}
.container{width:min(1160px,92%);margin:0 auto}
.topbar{background:var(--navy);color:#dce5ed;font-size:13px;padding:10px 0}.topbar .container{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}
.header{position:sticky;top:0;z-index:40;background:rgba(247,243,234,.97);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}
.navwrap{display:flex;justify-content:space-between;align-items:center;height:94px;gap:18px}
.logo{display:flex;align-items:center;gap:14px;color:var(--navy)}
.brand-mark{display:block;height:44px;width:auto;flex:0 0 auto}
.brand-text{display:flex;flex-direction:column;line-height:1}
.brand-name{font-family:Georgia,'Times New Roman',serif;font-size:30px;letter-spacing:.04em;color:var(--navy);font-weight:700}
.brand-sub{margin-top:4px;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--muted);font-weight:700}
.footer .logo img{height:72px;max-width:320px}
.nav{display:flex;align-items:center;gap:20px;font-size:14px;flex-wrap:wrap;justify-content:flex-end}.nav a{color:var(--navy)}.nav .cta{background:var(--navy);color:white;padding:12px 18px;border-radius:999px}
.menu-btn{display:none;border:0;background:var(--navy);color:white;border-radius:10px;padding:10px 12px}
.hero{background:linear-gradient(90deg,rgba(13,27,42,.90),rgba(13,27,42,.48)),url('https://images.unsplash.com/photo-1600585154526-990dced4db0d?auto=format&fit=crop&w=1800&q=80') center/cover;color:white;padding:112px 0 120px}
.eyebrow{display:inline-block;color:var(--gold);font-size:12px;text-transform:uppercase;letter-spacing:.18em;font-weight:800;margin-bottom:16px}
.hero h1,.page-hero h1,h2{font-family:Georgia,'Times New Roman',serif;line-height:1.04}
.hero h1{font-size:clamp(42px,5.9vw,76px);max-width:760px;margin:0 0 18px}.hero p{font-size:20px;max-width:700px;color:#edf2f7;margin:0 0 28px}
.actions{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-block;padding:14px 22px;border-radius:999px;font-weight:800}.btn.primary{background:var(--gold);color:var(--navy)}.btn.secondary{border:1px solid rgba(255,255,255,.65);color:white}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:-42px;position:relative;z-index:3}.stat{background:white;border-radius:22px;padding:22px;box-shadow:var(--shadow);min-height:108px;display:flex;align-items:center}.stat span{display:block;color:var(--navy);font-size:16px;line-height:1.4;font-weight:700}
.section{padding:84px 0}.section-tight{padding:64px 0}.split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.two-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card,.track,.notice,.contact-card,.soft-panel{background:white;border:1px solid var(--line);border-radius:26px;padding:30px;box-shadow:var(--shadow)}
.track h3,.card h3,.notice h3,.soft-panel h3{margin:0 0 12px;color:var(--navy);font-size:24px}
.card p,.track p,.notice p,.soft-panel p,p{color:#47545c}
h2{font-size:clamp(34px,4.8vw,54px);margin:0 0 16px;color:var(--navy)}
.list{list-style:none;padding:0;margin:18px 0 0}.list li{position:relative;padding-left:28px;margin:10px 0;color:#47545c}.list li::before{content:'✓';position:absolute;left:0;top:0;color:var(--gold);font-weight:800}
.dark{background:var(--navy);color:white}.dark h2{color:white}.dark p{color:#dbe6ee}.dark .notice,.dark .soft-panel{background:white}
.photo-panel{min-height:500px;border-radius:34px;background:url('https://images.unsplash.com/photo-1600047509807-ba8f99d2cdde?auto=format&fit=crop&w=1400&q=80') center/cover;box-shadow:var(--shadow)}
.page-hero{padding:96px 0;background:linear-gradient(90deg,rgba(13,27,42,.92),rgba(13,27,42,.60)),url('https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1800&q=80') center/cover;color:white}.page-hero h1{font-size:clamp(40px,5.4vw,64px);max-width:780px;margin:0 0 16px}.page-hero p{max-width:740px;color:#e8eef4;font-size:18px;margin:0}
.notice{border-left:4px solid var(--gold)}
.service-list{display:grid;gap:16px;margin-top:22px}.service-item{padding:18px 0;border-bottom:1px solid var(--line)}.service-item:last-child{border-bottom:0}.service-item strong{display:block;color:var(--navy);font-size:20px;margin-bottom:4px}
.mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.mini-card{background:white;border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:var(--shadow)}.mini-card h4{margin:0 0 8px;color:var(--navy);font-size:18px}.mini-card p{margin:0;color:#47545c}
.form{display:grid;gap:14px}.form input,.form select,.form textarea{width:100%;padding:14px;border-radius:14px;border:1px solid #d7d0c2;background:#fff;font-size:15px}.form textarea{min-height:130px;resize:vertical}.form button{border:0;background:var(--gold);color:var(--navy);padding:15px;border-radius:999px;font-weight:800}
.footer{background:#08111d;color:#c6d2dc;padding:46px 0}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:30px}.footer h3{color:white;margin-top:0}.footer p,.footer a{color:#c6d2dc}
@media (max-width: 920px){
  .menu-btn{display:block}
  .nav{display:none;position:absolute;left:0;right:0;top:80px;background:var(--cream);padding:18px 4%;border-bottom:1px solid var(--line);flex-direction:column;align-items:flex-start}
  .nav.open{display:flex}
  .hero{padding:84px 0 88px}
  .brand-mark{height:36px}
  .brand-name{font-size:24px}
  .brand-sub{font-size:10px;letter-spacing:.18em}
  .footer .logo img{height:56px;max-width:260px}
  .stats{grid-template-columns:1fr;gap:14px;margin-top:18px}
  .split,.two-grid,.card-grid,.footer-grid,.mini-grid{grid-template-columns:1fr}
  .section{padding:64px 0}
}
