:root{
  --navy:#1C242B;
  --navy-deep:#11161A;
  --navy-mid:#2B363D;
  --steel:#3E7CA6;
  --green:#3F6B4C;
  --green-deep:#2E4F39;
  --paper:#EAECE7;
  --paper-alt:#DCE0D9;
  --card:#FFFFFF;
  --ink:#20262A;
  --ink-soft:#4B535A;
  --silver:#C7D2C6;
  --line: rgba(28,36,43,0.14);
  --radius: 4px;
  --radius-lg: 6px;
  --maxw: 1140px;
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:'Inter', sans-serif;
  font-size:16px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4{
  font-family:'Fraunces', serif;
  font-weight:600;
  line-height:1.14;
  margin:0 0 0.5em 0;
  color:var(--navy);
  letter-spacing:-0.01em;
}
h1{font-size:2.6rem;}
h2{font-size:2rem;}
h3{font-size:1.3rem;}
p{margin:0 0 16px 0; color:var(--ink-soft);}
a{color:inherit; text-decoration:none;}
img,svg{display:block; max-width:100%;}
.wrap{max-width:var(--maxw); margin:0 auto; padding:0 24px;}
.eyebrow{
  font-family:'IBM Plex Mono', monospace;
  font-size:12px;
  letter-spacing:0.16em;
  text-transform:uppercase;
  color:var(--steel);
  font-weight:500;
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:16px;
}
.eyebrow::before{
  content:"";
  width:22px; height:1px;
  background:var(--steel);
  display:inline-block;
}
section{padding:96px 0;}
@media (max-width:768px){ section{padding:60px 0;} }
/* Buttons */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:15px 30px;
  border-radius:2px;
  font-weight:600;
  font-size:13.5px;
  text-transform:uppercase;
  letter-spacing:.08em;
  text-decoration:none;
  cursor:pointer;
  border:1.5px solid transparent;
  transition:transform .15s ease, background .2s ease, border-color .2s ease, color .2s ease;
  font-family:'Inter', sans-serif;
}
.btn:hover{transform:translateY(-1px);}
.btn-primary{background:var(--green); color:#F4F5F6;}
.btn-primary:hover{background:var(--green-deep);}
.btn-ghost{background:transparent; color:var(--navy); border-color:var(--navy);}
.btn-ghost:hover{background:var(--navy); color:#fff;}
.btn-on-dark{background:var(--silver); color:var(--navy-deep);}
.btn-on-dark:hover{background:#d7e2d6;}
.btn:focus-visible, a:focus-visible, button:focus-visible, summary:focus-visible{
  outline:2px solid var(--navy);
  outline-offset:3px;
}
/* Header */
header{
  position:sticky; top:0; z-index:50;
  background:rgba(242,242,240,0.94);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}
.topbar{background:var(--navy-deep); color:rgba(242,242,240,0.82); font-family:'IBM Plex Mono', monospace; font-size:11.5px; letter-spacing:.02em;}
.topbar .wrap{display:flex; justify-content:space-between; align-items:center; padding:9px 24px; flex-wrap:wrap; gap:6px;}
.topbar a{color:rgba(242,242,240,0.92);}
.topbar a:hover{color:#fff;}
.topbar-left{display:flex; gap:24px; flex-wrap:wrap;}
.nav-row{
  display:flex; align-items:center; justify-content:space-between;
  padding:18px 24px;
}
.logo{display:flex; align-items:center; gap:13px; text-decoration:none;}
.logo-mark{
  width:44px; height:44px; border-radius:50%;
  border:1.5px solid var(--navy);
  display:flex; align-items:center; justify-content:center;
  font-family:'Fraunces', serif; font-weight:600; font-size:16px;
  color:var(--navy);
  flex-shrink:0;
}
.logo-text{display:flex; flex-direction:column; line-height:1.2;}
.logo-text strong{font-family:'Fraunces', serif; font-size:18px; font-weight:600; color:var(--navy); letter-spacing:-0.01em;}
.logo-text span{font-family:'IBM Plex Mono', monospace; font-size:10px; letter-spacing:0.14em; text-transform:uppercase; color:var(--ink-soft);}
nav.links{display:flex; gap:44px; align-items:center;}
nav.links > ul{display:flex; gap:44px; align-items:center; list-style:none; margin:0; padding:0;}
nav.links li{position:relative;}
nav.links a{
  text-decoration:none; color:var(--ink); font-weight:500; font-size:13px;
  text-transform:uppercase; letter-spacing:.06em;
  padding-bottom:4px; border-bottom:1.5px solid transparent;
  transition:border-color .2s ease, color .2s ease;
}
nav.links a:hover{border-color:var(--steel); color:var(--steel);}
.has-dropdown > a::after{content:" \25BE"; font-size:.7em;}
.dropdown{
  display:none;
  position:absolute; top:100%; left:-30px;
  background:var(--card);
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  box-shadow:0 18px 40px rgba(8,17,32,0.16);
  padding:10px;
  min-width:280px;
  z-index:80;
}
.has-dropdown:hover .dropdown{display:block;}
.dropdown li{list-style:none; margin-bottom:4px;}
.dropdown li:last-child{margin-bottom:0;}
.dropdown a{display:block; padding:12px 16px; font-size:.82rem; font-weight:500; text-transform:none; letter-spacing:0; border-radius:2px; line-height:1.4; border-bottom:none; color:var(--ink);}
.dropdown a:hover{background:var(--paper); color:var(--steel);}
.dropdown .view-all{border-top:1px solid var(--line); margin-top:10px; padding-top:16px; font-weight:700; color:var(--navy); font-family:'IBM Plex Mono', monospace; font-size:.68rem; text-transform:uppercase; letter-spacing:.06em;}
.dropdown .featured{border-bottom:1px solid var(--line); margin-bottom:10px; padding-bottom:12px;}
.dropdown .featured > a{font-weight:700; color:var(--navy);}
.dropdown .featured > a:hover{color:var(--steel);}
.dropdown-wide{
  left:50%; transform:translateX(-50%);
  width:min(84vw, 860px); min-width:0;
  /* Grid instead of CSS multi-column: multi-column with a constrained height
     overflows HORIZONTALLY into clipped columns. Grid grows downward, so the
     vertical scrollbar actually works and no items are ever cut off. */
  /* NOTE: no `display` here on purpose. .dropdown sets display:none and this
     rule comes later in the file, so declaring display would override it and
     leave the menu permanently open. Display is set on hover instead. */
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:2px 24px;
  align-content:start;
  padding:18px;
  max-height:72vh;
  overflow-y:auto;
  overflow-x:hidden;
}
/* Featured item and the "view all" row span the full width of the grid */
.dropdown-wide .featured,
.dropdown-wide .view-all{grid-column:1 / -1;}
.has-dropdown:hover .dropdown-wide,
.has-dropdown:focus-within .dropdown-wide{display:grid;}
.dropdown-wide li{margin-bottom:8px;}
@media (max-width:860px){
  .dropdown-wide{width:100%; transform:none; left:0; max-height:60vh;}
  .has-dropdown:hover .dropdown-wide,
  .has-dropdown:focus-within .dropdown-wide{display:block;}
}
.nav-cta{display:flex; align-items:center; gap:18px;}
.menu-toggle{
  display:none; background:none; border:1.5px solid var(--line); border-radius:2px;
  width:42px; height:42px; align-items:center; justify-content:center; cursor:pointer;
}
.menu-toggle span, .menu-toggle span::before, .menu-toggle span::after{
  content:""; display:block; width:18px; height:2px; background:var(--navy); position:relative; transition:.2s;
}
.menu-toggle span::before{position:absolute; top:-6px;}
.menu-toggle span::after{position:absolute; top:6px;}
@media (max-width:860px){
  nav.links{
    position:absolute; top:100%; left:0; right:0; background:var(--paper);
    flex-direction:column; align-items:flex-start; padding:20px 24px 26px;
    border-bottom:1px solid var(--line);
    display:none;
    gap:18px;
  }
  nav.links.open{display:flex;}
  nav.links > ul{flex-direction:column; align-items:flex-start; gap:18px;}
  .dropdown{position:static; box-shadow:none; display:block; border:none; padding:8px 0 0 12px;}
  .has-dropdown:hover .dropdown{display:block;}
  .menu-toggle{display:flex;}
  .nav-cta .btn-ghost{display:none;}
}
/* Hero */
.hero{padding:88px 0 48px;}
.hero-grid{display:grid; grid-template-columns:1.05fr 0.95fr; gap:56px; align-items:center;}
@media (max-width:900px){ .hero-grid{grid-template-columns:1fr; gap:44px;} }
.hero h1{font-size:clamp(40px, 5.4vw, 64px);}
.hero-sub{font-size:18.5px; color:var(--ink-soft); max-width:46ch; margin-bottom:32px;}
.hero-ctas{display:flex; gap:14px; flex-wrap:wrap;}
.hero-note{margin-top:28px; font-size:12px; color:var(--ink-soft); font-family:'IBM Plex Mono', monospace; letter-spacing:.06em; text-transform:uppercase;}
/* Diagram card */
.diagram-card{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  padding:26px 20px 14px;
}
.diagram-label{
  font-family:'IBM Plex Mono', monospace; font-size:11px; letter-spacing:.1em; text-transform:uppercase;
  color:var(--ink-soft); text-align:center; margin-bottom:6px;
}
.node-title{font-family:'Fraunces', serif; font-weight:600; font-size:15px; fill:var(--navy);}
.node-sub{font-family:'IBM Plex Mono', monospace; font-size:9.5px; fill:var(--ink-soft); text-transform:uppercase; letter-spacing:.05em;}
.edge-label{font-family:'IBM Plex Mono', monospace; font-size:10.5px; fill:var(--navy); font-weight:500;}
.edge-label-alt{fill:var(--steel);}
.node-circle{fill:var(--paper); stroke:var(--navy); stroke-width:1.5;}
.node-circle.surety{fill:var(--navy); stroke:var(--navy);}
.node-title.on-dark{fill:var(--card);}
/* Page hero (interior pages) */
.page-hero{background:linear-gradient(155deg, var(--navy) 0%, var(--navy-deep) 100%); color:var(--paper); padding:70px 0 56px;}
.page-hero h1{color:#fff; margin-bottom:12px; font-size:clamp(32px,4.2vw,48px);}
.page-hero .eyebrow{color:var(--silver);}
.page-hero .eyebrow::before{background:var(--silver);}
.breadcrumb{font-family:'IBM Plex Mono', monospace; font-size:11.5px; color:rgba(242,242,240,0.65); margin-bottom:16px; text-transform:uppercase; letter-spacing:.04em;}
.breadcrumb a{color:rgba(242,242,240,0.65);}
.breadcrumb a:hover{color:#fff;}
.page-hero .lead{color:rgba(242,242,240,0.82); max-width:680px; margin-top:8px; font-size:16.5px;}

/* Stage / timeline */
.stage-grid{
  display:grid; grid-template-columns:repeat(3, 1fr); gap:0;
  margin-top:56px; position:relative;
}
.stage-grid::before{
  content:""; position:absolute; top:26px; left:8%; right:8%; height:1px;
  background:repeating-linear-gradient(to right, var(--ink-soft) 0 6px, transparent 6px 12px);
  opacity:.4;
}
@media (max-width:820px){
  .stage-grid{grid-template-columns:1fr; gap:34px;}
  .stage-grid::before{display:none;}
}
.stage{padding:0 20px; position:relative;}
.stage:first-child{padding-left:0;}
.stage:last-child{padding-right:0;}
.stage-num{
  width:52px; height:52px; border-radius:50%; background:var(--card); border:1.5px solid var(--navy);
  display:flex; align-items:center; justify-content:center; margin-bottom:22px; position:relative; z-index:2;
  font-family:'IBM Plex Mono', monospace; font-size:12px; color:var(--navy); font-weight:500;
}
.stage h3{font-size:21px; margin-bottom:8px;}
.stage .stage-when{font-family:'IBM Plex Mono', monospace; font-size:11px; color:var(--steel); text-transform:uppercase; letter-spacing:.08em; margin-bottom:10px; display:block;}
.stage p{color:var(--ink-soft); font-size:15px;}
.stage .link{color:var(--steel); font-weight:700; font-size:.8rem; font-family:'IBM Plex Mono', monospace; text-transform:uppercase; letter-spacing:.05em;}

/* Simple 4-step process (bond detail pages) */
.steps{display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-top:12px;}
@media(max-width:900px){.steps{grid-template-columns:repeat(2,1fr);}}
@media(max-width:600px){.steps{grid-template-columns:1fr;}}
.step-card{background:var(--card); border:1px solid var(--line); border-radius:var(--radius-lg); padding:24px;}
.step-card .stage-num{width:38px; height:38px; font-size:11px; margin-bottom:16px;}
.step-card h4{font-size:16px; margin-bottom:6px; color:var(--navy); font-family:'Fraunces', serif; font-weight:600;}
.step-card p{font-size:13.5px; color:var(--ink-soft); margin:0;}

/* Who band */
.who-band{background:linear-gradient(155deg, var(--navy) 0%, var(--navy-deep) 100%); color:var(--paper);}
.who-band h2{color:var(--paper);}
.who-band .eyebrow{color:var(--silver);}
.who-band .eyebrow::before{background:var(--silver);}
.who-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:48px;}
@media (max-width:820px){ .who-grid{grid-template-columns:1fr;} }
.who-card{
  background:rgba(242,242,240,0.05);
  border:1px solid rgba(242,242,240,0.16);
  border-radius:var(--radius-lg);
  padding:30px 26px;
}
.who-card h3{color:var(--paper); font-size:19px; margin-bottom:10px;}
.who-card p{color:rgba(242,242,240,0.68); font-size:14.5px; margin-bottom:0;}

/* Why us */
.why-grid{display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:start; margin-top:48px;}
@media (max-width:820px){ .why-grid{grid-template-columns:1fr; gap:30px;} }
.why-list{list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:24px;}
.why-list li{display:flex; gap:18px; align-items:flex-start;}
.why-list .check{flex-shrink:0; width:26px; height:26px; margin-top:2px;}
.why-list h4{font-size:16.5px; margin-bottom:4px; color:var(--navy); font-family:'Fraunces', serif; font-weight:600;}
.why-list p{color:var(--ink-soft); font-size:14.5px; margin-bottom:0;}
.quote-card{
  background:var(--navy-deep); border:1px solid var(--navy); border-radius:var(--radius-lg);
  padding:36px 32px;
}
.quote-card p{font-family:'Fraunces', serif; font-size:21px; font-style:italic; color:#F4F5F6; line-height:1.45;}
.quote-card footer{font-family:'IBM Plex Mono', monospace; font-size:11.5px; color:rgba(242,242,240,0.6); text-transform:uppercase; letter-spacing:.06em;}

/* Generic cards / grids (services, blog) */
.grid{display:grid; gap:22px;}
.grid-3{grid-template-columns:repeat(3,1fr);}
.grid-4{grid-template-columns:repeat(4,1fr);}
.grid-2{grid-template-columns:repeat(2,1fr);}
@media(max-width:900px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr);}}
@media(max-width:600px){.grid-3,.grid-4,.grid-2{grid-template-columns:1fr;}}
.card{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  padding:28px;
  transition:transform .15s ease, box-shadow .15s ease;
}
.card:hover{transform:translateY(-3px); box-shadow:0 16px 34px rgba(8,17,32,0.1);}
.card .icon{
  width:40px; height:40px; border-radius:2px; background:var(--paper);
  color:var(--steel); display:flex; align-items:center; justify-content:center;
  font-family:'IBM Plex Mono', monospace; font-weight:600; margin-bottom:16px; font-size:.95rem;
  border:1px solid var(--line);
}
.card h3{margin-bottom:8px; font-size:1.05rem;}
.card p{font-size:.92rem; margin-bottom:10px; color:var(--ink-soft);}
.card a.link{color:var(--steel); font-weight:700; font-size:.8rem; font-family:'IBM Plex Mono', monospace; text-transform:uppercase; letter-spacing:.05em;}

/* In-page bond switcher dropdown */
.bond-switcher{margin-top:22px; display:flex; align-items:center; gap:12px; flex-wrap:wrap;}
.bond-switcher label{font-family:'IBM Plex Mono', monospace; font-size:11.5px; text-transform:uppercase; letter-spacing:.06em; color:rgba(242,242,240,0.7);}
.bond-switcher select{
  padding:10px 14px; border-radius:2px; border:1.5px solid rgba(242,242,240,0.4);
  background:rgba(242,242,240,0.08); color:#fff; font-family:'Inter', sans-serif; font-size:14px; font-weight:600;
  cursor:pointer;
}
.bond-switcher select option{color:var(--ink); background:var(--card);}

/* State / obligee table */
.state-table{width:100%; border-collapse:collapse; background:var(--card); border:1px solid var(--line); border-radius:var(--radius-lg); overflow:hidden;}
.state-table th, .state-table td{text-align:left; padding:14px 18px; border-bottom:1px solid var(--line); font-size:.88rem; vertical-align:top;}
.state-table th{font-family:'IBM Plex Mono', monospace; text-transform:uppercase; letter-spacing:.06em; font-size:.68rem; color:var(--ink-soft); font-weight:600; background:var(--paper);}
.state-table td:first-child{font-weight:700; white-space:nowrap;}
.state-table td:first-child a{color:var(--navy);}
.state-table td.amount{color:var(--ink-soft); font-size:.85rem;}
.state-table tbody tr:hover{background:var(--paper);}
.state-table tbody tr:last-child td{border-bottom:none;}

/* Bond directory list */
.bond-directory-list{display:grid; grid-template-columns:repeat(3,1fr); gap:12px;}
@media(max-width:900px){.bond-directory-list{grid-template-columns:repeat(2,1fr);}}
@media(max-width:600px){.bond-directory-list{grid-template-columns:1fr;}}
.bond-directory-list a{
  display:block; background:var(--card); border:1px solid var(--line);
  border-radius:2px; padding:16px 18px; font-weight:600; font-size:.92rem; color:var(--ink);
}
.bond-directory-list a:hover{border-color:var(--steel); color:var(--steel); background:var(--paper);}

/* Two column content layout */
.two-col{display:flex; gap:52px; flex-wrap:wrap; align-items:flex-start;}
.two-col .main{flex:2 1 520px;}
.two-col .side{flex:1 1 280px;}
.list-check{list-style:none; margin:0 0 20px;}
.list-check li{padding-left:28px; position:relative; margin-bottom:10px; color:var(--ink-soft);}
.list-check li::before{content:"\2713"; position:absolute; left:0; top:1px; color:var(--navy); font-weight:800;}

.sidebar-box{background:var(--card); border:1px solid var(--line); border-radius:var(--radius-lg); padding:26px; margin-bottom:22px;}
.sidebar-box h4{margin-bottom:14px; font-size:1rem; font-family:'Fraunces', serif;}
.sidebar-box ul{list-style:none; margin:0; padding:0;}
.sidebar-box ul li{margin-bottom:9px;}
.sidebar-box ul li a{font-size:.86rem; font-weight:600; color:var(--ink-soft);}
.sidebar-box ul li a:hover{color:var(--steel);}
.cta-box{background:var(--navy); color:#F4F5F6; border-radius:var(--radius-lg); padding:28px;}
.cta-box h4{color:#fff; font-size:1.05rem; font-family:'Fraunces', serif;}
.cta-box p{color:rgba(242,242,240,0.78); font-size:.9rem;}

/* FAQ */
.faq-list{max-width:780px; margin:48px auto 0;}
details{border-bottom:1px solid var(--line); padding:22px 0;}
details:first-child{border-top:1px solid var(--line);}
summary{
  cursor:pointer; list-style:none; display:flex; justify-content:space-between; align-items:center;
  font-family:'Fraunces', serif; font-weight:600; font-size:17.5px; color:var(--navy);
  gap:20px;
}
summary::-webkit-details-marker{display:none;}
summary .plus{
  flex-shrink:0; width:26px; height:26px; border-radius:50%; border:1.5px solid var(--navy);
  display:flex; align-items:center; justify-content:center; font-size:16px; color:var(--navy);
  transition:transform .2s ease;
}
details[open] summary .plus{transform:rotate(45deg);}
details p{margin-top:14px; color:var(--ink-soft); font-size:15px; max-width:64ch;}

/* Contact / quote form */
.contact-band{background:var(--paper-alt);}
.contact-grid{display:grid; grid-template-columns:0.9fr 1.1fr; gap:56px; margin-top:24px; align-items:flex-start;}
@media (max-width:900px){ .contact-grid{grid-template-columns:1fr; gap:36px;} }
.contact-info dl{display:flex; flex-direction:column; gap:20px; margin-top:32px;}
.contact-info dt{font-family:'IBM Plex Mono', monospace; font-size:10.5px; text-transform:uppercase; letter-spacing:.1em; color:var(--ink-soft); margin-bottom:4px;}
.contact-info dd{margin:0; font-size:15.5px; font-weight:500; color:var(--navy);}
.form-card{background:var(--card); border:1px solid var(--line); border-radius:var(--radius-lg); padding:34px;}
.form-row{display:grid; grid-template-columns:1fr 1fr; gap:16px;}
@media (max-width:520px){ .form-row{grid-template-columns:1fr;} }
.field{margin-bottom:18px;}
.field label{display:flex; align-items:flex-end; min-height:2.6em; font-size:12.5px; font-weight:600; margin-bottom:7px; color:var(--navy); text-transform:uppercase; letter-spacing:.04em;}
.field input, .field select, .field textarea{
  width:100%; padding:12px 14px; border-radius:2px; border:1.5px solid var(--line);
  background:var(--paper); font-family:'Inter', sans-serif; font-size:14.5px; color:var(--ink);
}
.field input:focus, .field select:focus, .field textarea:focus{outline:none; border-color:var(--navy);}
.field textarea{resize:vertical; min-height:90px;}

/* Team */
.team-card{display:flex; gap:30px; background:var(--card); border:1px solid var(--line); border-radius:var(--radius-lg); padding:32px; flex-wrap:wrap;}
.team-card img{width:190px; height:190px; object-fit:cover; border-radius:2px;}
.team-card .role{color:var(--steel); font-family:'IBM Plex Mono', monospace; font-weight:600; font-size:.78rem; text-transform:uppercase; letter-spacing:.08em; margin-bottom:12px; display:block;}

/* Blog category filter */
.blog-filters{display:flex; gap:10px; flex-wrap:wrap;}
.filter-btn{
  font-family:'IBM Plex Mono', monospace; font-size:11.5px; text-transform:uppercase; letter-spacing:.06em;
  padding:9px 16px; border-radius:2px; border:1.5px solid var(--line); background:var(--card); color:var(--ink-soft);
  cursor:pointer; transition:border-color .2s ease, color .2s ease, background .2s ease;
}
.filter-btn:hover{border-color:var(--steel); color:var(--steel);}
.filter-btn.active{background:var(--navy); border-color:var(--navy); color:#fff;}
.blog-card[hidden]{display:none;}

/* Blog cards */
.blog-card{padding:0; overflow:hidden;}
.blog-card .placeholder-img{height:150px;}
.blog-card .body{padding:22px;}
.blog-card .cat{color:var(--navy); text-transform:uppercase; font-size:.68rem; font-weight:800; letter-spacing:.1em; font-family:'IBM Plex Mono', monospace;}
.blog-card .date{color:var(--ink-soft); font-size:.75rem; font-family:'IBM Plex Mono', monospace;}
.blog-hero-img{width:100%; height:280px; object-fit:cover; border-radius:var(--radius-lg); margin-bottom:30px;}
.placeholder-img{
  background:linear-gradient(135deg, var(--navy), var(--navy-mid));
  display:flex; align-items:center; justify-content:center; color:var(--silver);
  font-weight:700; font-family:'IBM Plex Mono', monospace; font-size:.74rem; text-align:center; letter-spacing:.06em; padding:10px; text-transform:uppercase;
}

/* CTA band */
.cta-band{background:var(--green-deep); color:#F4F5F6; padding:60px 0; text-align:center;}
.cta-band h2{color:#fff;}
.cta-band p{color:rgba(242,242,240,0.82); max-width:600px; margin:0 auto 22px;}

/* Footer */
footer.site{background:linear-gradient(155deg, var(--navy-deep) 0%, #0A0D10 100%); color:rgba(242,242,240,0.68); padding:60px 0 30px;}
.footer-grid{display:grid; grid-template-columns:1.5fr 1fr 1fr 1.2fr; gap:40px; padding-bottom:36px; border-bottom:1px solid rgba(242,242,240,0.12);}
@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr;}}
@media(max-width:600px){.footer-grid{grid-template-columns:1fr;}}
.footer-brand .logo-text strong, .footer-brand .logo-mark{color:var(--paper); border-color:var(--paper);}
.footer-brand p{max-width:34ch; font-size:13.5px; margin-top:16px; color:rgba(242,242,240,0.55);}
.footer-office{margin-bottom:16px; font-size:13px;}
.footer-office strong{color:#fff; display:block; font-size:.78rem; margin-bottom:3px; font-family:'IBM Plex Mono', monospace; text-transform:uppercase; letter-spacing:.06em;}
.footer-nav h5{
  font-family:'IBM Plex Mono', monospace; font-size:10.5px; text-transform:uppercase; letter-spacing:.1em;
  color:rgba(242,242,240,0.45); margin-bottom:16px; font-weight:500;
}
.footer-nav ul{list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:11px;}
.footer-nav a{text-decoration:none; font-size:13.5px; color:rgba(242,242,240,0.8);}
.footer-nav a:hover{color:#fff;}
.footer-bottom{display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px; padding-top:24px; font-size:12px; color:rgba(242,242,240,0.45); font-family:'IBM Plex Mono', monospace;}

/* Reveal animation */
.reveal{opacity:0; transform:translateY(16px); transition:opacity .6s ease, transform .6s ease;}
.reveal.in{opacity:1; transform:none;}
@media (prefers-reduced-motion: reduce){
  .reveal{opacity:1; transform:none; transition:none;}
  html{scroll-behavior:auto;}
}

/* Cookie / privacy notice banner (California CPRA notice at collection) */
.cookie-banner{
  position:fixed; left:0; right:0; bottom:0; z-index:200;
  background:var(--navy-deep); color:rgba(242,242,240,0.92);
  border-top:1px solid rgba(242,242,240,0.16);
  box-shadow:0 -8px 30px rgba(8,17,32,0.28);
  padding:18px 0;
}
.cookie-banner[hidden]{display:none !important;}
.cookie-banner-inner{
  max-width:var(--maxw); margin:0 auto; padding:0 24px;
  display:flex; align-items:center; gap:28px; flex-wrap:wrap; justify-content:space-between;
}
.cookie-banner-text{font-size:13.5px; line-height:1.6; max-width:74ch; color:rgba(242,242,240,0.82);}
.cookie-banner-text strong{color:#fff;}
.cookie-banner-text a{color:var(--silver); text-decoration:underline;}
.cookie-banner-text a:hover{color:#fff;}
.cookie-banner-actions{display:flex; gap:10px; flex-wrap:wrap;}
.cookie-btn{
  font-family:'Inter', sans-serif; font-size:12.5px; font-weight:600;
  text-transform:uppercase; letter-spacing:.06em;
  padding:11px 20px; border-radius:2px; cursor:pointer; white-space:nowrap;
  border:1.5px solid transparent; transition:background .2s ease, color .2s ease, border-color .2s ease;
}
.cookie-btn-primary{background:var(--silver); color:var(--navy-deep);}
.cookie-btn-primary:hover{background:#d7e2d6;}
.cookie-btn-ghost{background:transparent; color:rgba(242,242,240,0.92); border-color:rgba(242,242,240,0.45);}
.cookie-btn-ghost:hover{background:rgba(242,242,240,0.12); color:#fff;}
@media (max-width:700px){
  .cookie-banner-inner{flex-direction:column; align-items:flex-start; gap:16px;}
  .cookie-banner-actions{width:100%;}
  .cookie-btn{flex:1 1 auto; text-align:center;}
}
