:root{
  --bg:#f6f3ef;
  --surface:#fbf9f6;
  --surface-2:#f1ece6;
  --navy:#0b1f3a;
  --navy-2:#142846;
  --gold:#c9a362;
  --gold-dark:#af8641;
  --ink:#1b2430;
  --muted:#667085;
  --line:#ddd4ca;
  --shadow:0 12px 40px rgba(11,31,58,.10);
  --radius:22px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  color:var(--ink);
  background:linear-gradient(180deg,#faf7f3 0%, #f4efea 100%);
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{max-width:var(--max);margin:0 auto;padding:0 28px}
.serif{font-family: Georgia, 'Times New Roman', Times, serif}
.site-header{
  position:sticky;top:0;z-index:20;
  backdrop-filter:saturate(120%) blur(10px);
  background:rgba(249,246,242,.78);
  border-bottom:1px solid rgba(221,212,202,.6);
}
.nav{display:flex;align-items:center;justify-content:space-between;height:84px}
.brand{display:flex;align-items:center;gap:14px;font-weight:600;color:var(--navy)}
.brand img{width:42px;height:42px;border-radius:50%}
.brand-word{font-size:18px;letter-spacing:.08em;text-transform:uppercase}
.nav-links{display:flex;gap:28px;align-items:center;color:#425166;font-size:15px}
.nav-cta{padding:12px 18px;border:1px solid var(--navy);border-radius:999px;color:var(--navy);font-weight:600}
.hero{position:relative;overflow:hidden}
.hero-shell{
  margin:22px auto 0;
  min-height:640px;
  border-radius:0 0 34px 34px;
  background:
    linear-gradient(180deg, rgba(246,243,239,.60) 0%, rgba(246,243,239,.82) 44%, rgba(246,243,239,.95) 100%),
    url('assets/hero-port.jpg') center/cover no-repeat;
  display:flex;align-items:center;justify-content:center;
  text-align:center;
  box-shadow: var(--shadow);
}
.hero-copy{max-width:860px;padding:90px 28px 100px}
.eyebrow{display:inline-flex;align-items:center;gap:12px;letter-spacing:.22em;text-transform:uppercase;color:#6c7788;font-size:12px;margin-bottom:26px}
.eyebrow::before,.eyebrow::after{content:'';display:block;width:88px;height:1px;background:rgba(108,119,136,.28)}
.hero h1{font-size:72px;line-height:1.05;letter-spacing:-.03em;color:var(--navy);margin:0 0 18px}
.hero p{font-size:24px;line-height:1.45;color:#4f6077;margin:0 auto 34px;max-width:760px}
.cta-row{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:18px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 28px;border-radius:12px;font-weight:600;font-size:16px;transition:.2s ease;min-width:220px}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--navy);color:#fff;box-shadow:0 10px 25px rgba(11,31,58,.14)}
.btn-secondary{background:var(--gold);color:#fff;box-shadow:0 10px 25px rgba(201,163,98,.18)}
.hero-note{font-size:14px;color:#677688}
.section{padding:70px 0}
.metric-band{background:rgba(255,255,255,.6);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.metric-kicker{display:flex;align-items:center;gap:14px;justify-content:center;text-transform:uppercase;letter-spacing:.28em;font-size:12px;color:#666f7a;padding-top:12px}
.metric-kicker::before,.metric-kicker::after{content:'';width:26%;height:1px;background:var(--line)}
.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:0;padding:26px 0}
.metric{padding:12px 26px;text-align:center;border-right:1px solid var(--line)}
.metric:last-child{border-right:0}
.metric strong{display:block;font-size:34px;color:var(--navy);font-family:Georgia,serif;margin-bottom:6px}
.metric span{color:#626d7d;font-size:15px}
.section-heading{text-align:center;margin-bottom:34px}
.section-heading h2{margin:0;font-size:48px;color:var(--navy);font-family:Georgia,serif;letter-spacing:-.02em}
.section-heading p{max-width:700px;margin:12px auto 0;color:#667085;line-height:1.7}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.why-card{padding:34px 26px;border-radius:18px;background:rgba(255,255,255,.65);border:1px solid rgba(221,212,202,.85);text-align:center}
.why-icon{width:56px;height:56px;border:1.5px solid #7b8390;border-radius:50%;display:grid;place-items:center;margin:0 auto 18px;color:var(--navy);font-size:24px}
.why-card h3{font-family:Georgia,serif;color:var(--navy);font-size:30px;margin:0 0 12px}
.why-card p{margin:0;color:#5f6a79;line-height:1.7}
.opps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.deal-card{background:rgba(255,255,255,.86);border:1px solid var(--line);border-radius:20px;padding:28px;box-shadow:0 10px 24px rgba(11,31,58,.05)}
.deal-card h3{font-family:Georgia,serif;font-size:36px;line-height:1.15;color:var(--navy);margin:0 0 12px}
.deal-card .sub{color:#667085;font-size:15px;margin-bottom:18px}
.spec{display:flex;justify-content:space-between;padding:13px 0;border-top:1px solid #e6ddd3;color:#405063;font-size:15px}
.spec:last-of-type{border-bottom:1px solid #e6ddd3}
.progress-wrap{margin:18px 0 14px}
.progress-meta{display:flex;justify-content:space-between;color:#5c6675;font-size:14px;margin-bottom:10px}
.progress{height:10px;border-radius:999px;background:#e9e2da;overflow:hidden}
.progress > span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--navy),#516788)}
.deal-card .btn{width:100%;margin-top:14px;min-width:0}
.two-col{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:start}
.panel{background:rgba(255,255,255,.8);border:1px solid var(--line);border-radius:22px;padding:28px;box-shadow:0 10px 24px rgba(11,31,58,.04)}
.panel h3{margin:0 0 18px;font-family:Georgia,serif;color:var(--navy);font-size:32px}
.list{display:grid;gap:14px}
.list-item{display:flex;gap:12px;align-items:flex-start;color:#4d5b6d;line-height:1.6}
.dot{width:10px;height:10px;border-radius:50%;background:var(--gold);margin-top:8px;flex:none}
.timeline{display:grid;gap:14px}
.timeline-step{display:flex;gap:14px;align-items:flex-start;padding:14px 0;border-bottom:1px solid #e8dfd6}
.timeline-step:last-child{border-bottom:0}
.step-bullet{width:12px;height:12px;border-radius:50%;background:var(--navy);margin-top:8px;box-shadow:0 0 0 5px rgba(20,40,70,.08)}
.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.75)}
table{width:100%;border-collapse:collapse;min-width:720px}
th,td{padding:18px 20px;border-bottom:1px solid #e9e0d7;text-align:left}
th{font-size:13px;text-transform:uppercase;letter-spacing:.14em;color:#7a8493}
td{font-size:16px;color:#39485d}
tr:last-child td{border-bottom:0}
.footer{padding:36px 0 54px;color:#556272}
.footer-box{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-top:26px;align-items:center}
.footer-links{display:flex;gap:20px;flex-wrap:wrap}
.small{font-size:14px;color:#6a7584}
.notice{padding:16px 18px;border-radius:14px;background:rgba(11,31,58,.05);color:#4f5c6f;font-size:14px;line-height:1.6}
.mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.mini-card{padding:20px;border-radius:16px;background:rgba(255,255,255,.75);border:1px solid var(--line)}
.mini-card strong{display:block;color:var(--navy);font-family:Georgia,serif;font-size:28px;margin-bottom:6px}
@media (max-width: 1100px){
  .hero h1{font-size:60px}
  .section-heading h2{font-size:42px}
  .why-grid,.opps-grid,.two-col,.mini-grid{grid-template-columns:1fr}
}
@media (max-width: 760px){
  .nav{height:76px}
  .nav-links{display:none}
  .hero-shell{min-height:560px;border-radius:0 0 28px 28px}
  .hero h1{font-size:42px}
  .hero p{font-size:18px}
  .eyebrow::before,.eyebrow::after{width:36px}
  .metrics{grid-template-columns:1fr}
  .metric{border-right:0;border-bottom:1px solid var(--line)}
  .metric:last-child{border-bottom:0}
  .cta-row{flex-direction:column}
  .btn{width:100%}
  .section{padding:56px 0}
  .section-heading h2{font-size:34px}
  .deal-card h3{font-size:30px}
  .panel h3{font-size:28px}
}
