*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
:root{
  --cream:#FCFCFA;--navy:#0A1128;--gold:#C8A97E;--gold-h:#B3956B;--gold-light:#E2CBA8;
  --body:#475569;--serif:'Cormorant Garamond',Georgia,serif;--sans:'Manrope',system-ui,sans-serif;
}
html{scroll-behavior:smooth;}
body{background:var(--cream);color:var(--navy);font-family:var(--sans);-webkit-font-smoothing:antialiased;}
::selection{background:var(--gold);color:#fff;}
nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 20px;height:56px;background:rgba(252,252,250,0.96);backdrop-filter:blur(10px);border-bottom:0.5px solid rgba(10,17,40,0.1);}
.nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none;}
.nav-logo img{height:30px;width:30px;object-fit:contain;}
.nav-logo-text{font-family:var(--serif);font-size:15px;font-weight:500;color:var(--navy);}
.nav-cta{font-size:10px;font-weight:600;letter-spacing:0.12em;text-transform:uppercase;color:var(--gold);text-decoration:none;border-bottom:1px solid var(--gold);padding-bottom:2px;}
.sec{padding:64px 24px;}
.sec-dark{background:var(--navy);}
.sec-off{background:#F6F5F0;}
.eyebrow{font-size:9px;font-weight:600;letter-spacing:0.2em;text-transform:uppercase;color:var(--gold);margin-bottom:14px;}
.eyebrow-light{color:var(--gold-light);}
.sec-title{font-family:var(--serif);font-size:clamp(26px,7vw,34px);font-weight:500;line-height:1.1;color:var(--navy);margin-bottom:20px;}
.sec-title em{font-style:italic;}
.sec-title-light{color:var(--cream);}
.rule{width:36px;height:1px;background:var(--gold);margin-bottom:22px;}
.rule-dim{background:rgba(200,169,126,0.4);}
.body-p{font-size:14px;line-height:1.85;color:var(--body);}
.body-p-light{color:rgba(252,252,250,0.65);}
.body-p+.body-p{margin-top:14px;}
.divider{width:100%;overflow:hidden;line-height:0;}
.divider img{width:100%;display:block;object-fit:cover;}
.step{margin-bottom:36px;}
.step-num{font-family:var(--serif);font-size:40px;font-weight:400;color:var(--gold-light);line-height:1;margin-bottom:8px;}
.step-title{font-family:var(--serif);font-size:20px;font-weight:500;margin-bottom:8px;color:var(--navy);}
.step-body{font-size:13px;line-height:1.8;color:var(--body);}
.blog-card{display:block;background:var(--cream);margin-bottom:16px;text-decoration:none;overflow:hidden;}
.blog-card img{width:100%;height:160px;object-fit:cover;display:block;}
.blog-card-body{padding:18px 20px 20px;}
.blog-tag{font-size:9px;font-weight:600;letter-spacing:0.16em;text-transform:uppercase;color:var(--gold);margin-bottom:8px;}
.blog-title{font-family:var(--serif);font-size:20px;font-weight:500;line-height:1.2;color:var(--navy);margin-bottom:8px;}
.blog-excerpt{font-size:13px;line-height:1.75;color:var(--body);margin-bottom:12px;}
.blog-read{font-size:10px;font-weight:600;letter-spacing:0.12em;text-transform:uppercase;color:var(--navy);border-bottom:1px solid var(--gold);padding-bottom:1px;}
.all-posts-link{display:block;text-align:center;margin-top:10px;font-size:10px;font-weight:600;letter-spacing:0.14em;text-transform:uppercase;color:var(--navy);text-decoration:none;border-bottom:1px solid var(--gold);padding-bottom:2px;}
footer{background:#060C1A;padding:40px 24px;}
.footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:20px;}
.footer-logo img{height:26px;width:26px;object-fit:contain;opacity:0.65;}
.footer-logo-text{font-family:var(--serif);font-size:15px;color:rgba(252,252,250,0.5);}
.footer-links{display:flex;flex-wrap:wrap;gap:14px 22px;margin-bottom:20px;}
.footer-links a{font-size:10px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:rgba(252,252,250,0.32);text-decoration:none;}
.footer-copy{font-size:10px;color:rgba(252,252,250,0.18);}

@media(min-width:600px){
  .blog-card img{height:220px;}
}
