nav{ position: sticky; top: 0; z-index: 60; background: rgba(247,244,239,.94); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.nav-inner{ display:flex; align-items:center; justify-content:space-between; height:68px }
.nav-links{ display:flex; align-items:center; gap:26px }
.nav-links a{ font-size: .84rem; font-weight: 600; color: var(--muted); text-decoration: none; padding-bottom: 3px; border-bottom: 2px solid transparent; transition: color .15s, border-color .15s; }
.nav-links a:hover{ color: var(--ink) }
.nav-links a.active{ color: var(--ink); border-bottom-color: var(--orange) }
.nav-cta{ display:flex; gap:10px }
footer{ padding: 40px 0 24px; border-top: 1px solid var(--line); background: var(--paper);  }
.foot-inner{ display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 28px; }
.foot-col-label{ font-size: .62rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); display: block; margin-bottom: 10px; }
.foot-links{ display: flex; flex-wrap: wrap; gap: 6px 18px; }
.foot-links a{ font-size: .83rem; color: var(--muted); font-weight: 500; transition: color .15s; line-height: 1.6; }
.foot-links a:hover{ color: var(--ink) }
.foot-links a.current{  color: var(--orange); font-weight: 700; }
.foot-tagline{ font-size: .83rem; color: var(--muted); line-height: 1.65; max-width: 220px; }
.foot-bottom{ display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--line); }
.foot-copy{ font-size: .74rem; color: var(--muted) }
.foot-legal{ display: flex; gap: 18px }
.foot-legal a{ font-size: .74rem; color: var(--muted); transition: color .15s; }
.foot-legal a:hover{ color: var(--ink) }
@media(max-width: 768px){
.foot-inner{ gap: 20px }
.foot-bottom{ flex-direction: column; align-items: flex-start }

}
.page-home .how-it-works{ background: var(--card);  background: var(--bg-light);}
.page-home .steps-grid{ margin-top: 28px; }
.page-home .step-card{ text-align: center }
.page-home .step-num{
  width: 56px; height: 56px; border-radius: 50%; color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Fraunces', serif; font-size: 1.3rem; font-weight: 600;
  margin: 0 auto 18px;
}
.page-home .step-card h3{
  font-family: 'Fraunces', serif; font-size: 1.15rem;
  font-weight: 600; margin-bottom: 10px; color: var(--ink);
}
.page-home .step-card p{
  font-size: .92rem; color: var(--ink-2); line-height: 1.65;
  max-width: 300px; margin: 0 auto;
}
.page-home .faq-grid{ margin-top: 40px; }
.page-home .faq-grid > .col{ padding-left:12px; padding-right:12px; margin-bottom:24px; }
.page-home .faq-card{
  background: var(--card); border: 1px solid var(--line);
  border-radius: 20px; padding: 28px;
}
.page-home .faq-card h4{
  font-family: 'Fraunces', serif; font-size: 1.05rem;
  font-weight: 600; color: var(--orange); margin-bottom: 10px;
}
.page-home .faq-card p{ font-size: .9rem; color: var(--ink-2); line-height: 1.65 }
.page-home{
  --orange:#F47B20;
  --pink:#E5447B;
  --yellow:#F4B71A;
  --blue:#2BA6D9;
  --ink:#1B1410;
  --ink-2:#473b34;
  --muted:#7d6f66;
  --paper:#FFFBF5;
  --paper-2:#FFF5E6;
  --line:#EFE6D8;
  --card:#FFFFFF;
  scroll-behavior:smooth;
  font-family:'Plus Jakarta Sans',-apple-system,system-ui,sans-serif;
  background:var(--paper);
  color:var(--ink);
  -webkit-font-smoothing:antialiased;
  line-height:1.55;
  overflow-x:hidden;
}
.page-home *, .page-home *::before, .page-home *::after{ box-sizing:border-box; margin:0; padding:0; }
.page-home .serif{ font-family:'Fraunces',Georgia,serif; font-weight:600; letter-spacing:-.02em; }
.page-home .wrap{ max-width:1240px; margin:0 auto; padding:0 28px; }
.page-home a{ color:inherit; text-decoration:none; }
.page-home img{ max-width:100%; display:block; }
.page-home nav{
  position:sticky; top:0; z-index:50;
  background:rgba(255,251,245,.86);
  backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line);
}
.page-home .nav{ display:flex; align-items:center; justify-content:space-between; height:72px; }
.page-home .nav-logo img{ height:34px; width:auto; }
.page-home .nav-links{ display:flex; gap:30px; }
.page-home .nav-links a{ font-weight:600; font-size:.92rem; color:var(--ink-2); transition:color .15s; }
.page-home .nav-links a:hover{ color:var(--ink); }
.page-home .nav-cta{ display:flex; gap:10px; align-items:center; }
.page-home .mobile-menu-toggle{ display:none; }
.page-home .mobile-nav-panel{ display:none; }
.page-home .btn{
  display:inline-flex; align-items:center; gap:.45rem;
  padding:.7rem 1.2rem; border-radius:999px;
  font-weight:700; font-size:.9rem;
  border:1.5px solid transparent; transition:transform .12s ease,background .15s,color .15s,border-color .15s;
  white-space:nowrap; cursor:pointer;
}
.page-home .btn:hover{ transform:translateY(-1px); }
.page-home .btn-dark{ background:var(--ink); color:#fff; }
.page-home .btn-dark:hover{ background:#2a201a; }
.page-home .btn-ghost{ color:var(--ink); border-color:var(--ink); }
.page-home .btn-ghost:hover{ background:var(--ink); color:#fff; }
.page-home .btn-outline{ color:var(--ink); border-color:var(--line); }
.page-home .btn-outline:hover{ border-color:var(--ink); }
.page-home .btn-orange{ background:var(--orange); color:#fff; }
.page-home .btn-orange:hover{ background:#dd6b13; }
.page-home .btn-white{ background:#fff; color:var(--ink); }
.page-home .arrow{ transition:transform .2s; }
.page-home .btn:hover .arrow, .page-home .card:hover .arrow{ transform:translate(3px,0); }
.page-home .hero{ padding:48px 0 32px; position:relative; }
.page-home .hero-grid{ display:grid; grid-template-columns:1.15fr .85fr; gap:56px; align-items:center; }
.page-home .eyebrow{
  display:inline-flex; align-items:center; gap:.55rem;
  font-size:.74rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase;
  color:var(--ink-2);
  padding:.4rem .7rem; border:1px solid var(--line); border-radius:999px; background:#fff;
}
.page-home .eyebrow .dot{ width:7px; height:7px; border-radius:50%; background:var(--orange); box-shadow:0 0 0 4px rgba(244,123,32,.18); }
.page-home .hero h1{
  font-family:'Fraunces',Georgia,serif;
  font-weight:600;
  font-size:clamp(2.6rem,5.4vw,4.6rem);
  line-height:1.02; letter-spacing:-.025em;
  margin:18px 0 18px;
  color:var(--ink);
}
.page-home .hero h1 .swash{ font-style:italic; font-weight:500; }
.page-home .hero h1 .hl-o{ color:var(--orange); }
.page-home .hero h1 .hl-p{ color:var(--pink); }
.page-home .hero h1 .hl-b{ color:var(--blue); }
.page-home .hero p.lede{ font-size:1.08rem; color:var(--ink-2); max-width:520px; line-height:1.6; }
.page-home .hero-ctas{ display:flex; gap:12px; margin-top:28px; flex-wrap:wrap; }
.page-home .hero-visual{ position:relative; height:520px; }
.page-home .hv-card{
  position:absolute; border-radius:22px; overflow:hidden;
  box-shadow:0 30px 60px -30px rgba(27,20,16,.35),0 8px 20px -8px rgba(27,20,16,.18);
  border:1px solid rgba(255,255,255,.6);
}
.page-home .hv-1{ top:0; left:8%; width:54%; height:62%; background:var(--paper-2); transform:rotate(-3deg); }
.page-home .hv-2{ top:18%; right:0; width:48%; height:48%; background:var(--ink); transform:rotate(4deg); }
.page-home .hv-3{ bottom:0; left:0; width:46%; height:42%; background:#fff; transform:rotate(2deg); }
.page-home .hv-4{ bottom:6%; right:6%; width:42%; height:38%; background:var(--pink); transform:rotate(-5deg); }
.page-home .hv-tag{
  position:absolute; top:14px; left:14px;
  font-size:.66rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase;
  padding:.3rem .55rem; background:rgba(255,255,255,.95); border-radius:999px; color:var(--ink);
}
.page-home .hv-tag.psi-081{ background:rgba(43,166,217,.95); color:#fff; }
.page-home .hv-tag.psi-082{ background:rgba(255,255,255,.95); }
.page-home .hv-body{ padding:48px 22px 22px; display:flex; flex-direction:column; height:100%; justify-content:flex-end; color:var(--ink); }
.page-home .hv-2 .hv-body, .page-home .hv-4 .hv-body{ color:#fff; }
.page-home .hv-body strong{ font-family:'Fraunces',serif; font-weight:600; font-size:1.4rem; line-height:1.1; letter-spacing:-.01em; display:block; margin-bottom:6px; }
.page-home .hv-body span{ font-size:.8rem; opacity:.78; line-height:1.4; }
.page-home .hv-illus{
  position:absolute; top:50%; left:50%; transform:translate(-50%,-58%);
  width:170px; height:170px; border-radius:50%;
  background:radial-gradient(circle at 35% 35%,#FFD27A,#F4B71A 60%,#dd9b00);
  box-shadow:inset -16px -22px 40px rgba(0,0,0,.12);
}
.page-home .hv-illus::before, .page-home .hv-illus::after{
  content:""; position:absolute; border-radius:50%;
}
.page-home .hv-illus::before{ width:42px; height:42px; background:#5ea14b; top:24%; left:18%; box-shadow:55px 8px 0 -6px #c44a2a,22px 70px 0 -4px #fff5dc; }
.page-home .hv-illus::after{ width:30px; height:30px; background:#fff5dc; bottom:18%; right:20%; box-shadow:-44px -8px 0 -2px #c44a2a; }
.page-home .hv-screen{ position:absolute; inset:32px 18px 18px; border-radius:14px; background:#16100c; border:1px solid rgba(255,255,255,.08); padding:12px; display:flex; flex-direction:column; gap:8px; overflow:hidden; }
.page-home .hv-screen .hv-row{ display:flex; justify-content:space-between; align-items:center; background:rgba(255,255,255,.04); border-radius:8px; padding:7px 9px; font-size:.7rem; color:rgba(255,255,255,.7); font-weight:600; }
.page-home .hv-screen .hv-row b{ color:#fff; font-weight:800; font-size:.72rem; }
.page-home .hv-screen .hv-row .pill{ font-size:.6rem; padding:2px 7px; border-radius:999px; background:rgba(43,166,217,.18); color:#67c8ee; font-weight:800; }
.page-home .hv-screen .hv-row .pill.ok{ background:rgba(122,200,86,.18); color:#a3df7a; }
.page-home .hv-screen .hv-row .pill.warn{ background:rgba(244,183,26,.18); color:#f4b71a; }
.page-home .trust{ padding:36px 0 8px; border-top:1px solid var(--line); margin-top:64px; }
.page-home .trust-inner{ display:flex; align-items:center; gap:36px; flex-wrap:wrap; justify-content:space-between; }
.page-home .trust-label{ font-size:.74rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:var(--muted); }
.page-home .trust-logos{ display:flex; gap:36px; flex-wrap:wrap; align-items:center; flex:1; justify-content:flex-end; }
.page-home .trust-logos span{ font-family:'Fraunces',serif; font-weight:600; font-size:1.15rem; color:#b8a999; letter-spacing:-.01em; }
.page-home section.block{ padding:96px 0; }
.page-home .kicker{
  display:inline-block; font-size:.74rem; font-weight:800; letter-spacing:.16em;
  text-transform:uppercase; color:var(--orange); margin-bottom:14px;
}
.page-home .h2{ font-family:'Fraunces',Georgia,serif; font-weight:600; font-size:clamp(2rem,3.6vw,3.2rem); line-height:1.06; letter-spacing:-.02em; color:var(--ink); max-width:880px; }
.page-home .h2 em{ font-style:italic; font-weight:500; color:var(--pink); }
.page-home .sub{ font-size:1.05rem; color:var(--ink-2); max-width:620px; margin-top:14px; }
.page-home .routes{ margin-top:48px; display:grid; grid-template-columns:repeat(5,1fr); gap:14px; }
.page-home .route{
  position:relative; display:flex; flex-direction:column; justify-content:space-between; border-radius:22px;
  padding:22px 22px 24px; background:var(--card);
  border:1px solid var(--line);
  transition:transform .2s ease,border-color .15s,box-shadow .2s;
  min-height:230px;
  overflow:hidden;
}
.page-home .route:hover{ transform:translateY(-4px); border-color:var(--ink); box-shadow:0 24px 40px -24px rgba(27,20,16,.22); }
.page-home .route .icon{
  width:42px; height:42px; border-radius:12px; display:flex; align-items:center; justify-content:center;
  background:var(--paper-2);
  font-family:'Fraunces',serif; font-weight:700; font-size:1.1rem;
}
.page-home .route .r-title{ font-family:'Fraunces',serif; font-weight:600; font-size:1.25rem; line-height:1.15; letter-spacing:-.01em; margin-top:22px; color:var(--ink); }
.page-home .route .r-desc{ font-size:.84rem; color:var(--muted); margin-top:6px; line-height:1.45; }
.page-home .route .r-link{ margin-top:14px; font-size:.78rem; font-weight:800; color:var(--ink); display:inline-flex; align-items:center; gap:.3rem; }
.page-home .route .r-link .arrow{ display:inline-block; }
.page-home .route.home .icon{ background:rgba(244,123,32,.14); color:var(--orange); }
.page-home .route.corp .icon{ background:rgba(43,166,217,.14); color:var(--blue); }
.page-home .route.host .icon{ background:rgba(244,183,26,.18); color:#b88600; }
.page-home .route.coll .icon{ background:rgba(229,68,123,.14); color:var(--pink); }
.page-home .route.evnt .icon{ background:rgba(122,80,40,.12); color:#7a5028; }
.page-home .epi{
  margin-top:24px;
  background:var(--ink); color:#fff;
  border-radius:32px; padding:64px;
  display:grid; grid-template-columns:1fr 1.05fr; gap:56px; align-items:center;
  position:relative; overflow:hidden;
}
.page-home .epi::before{ content:""; position:absolute; top:-120px; right:-80px; width:380px; height:380px; border-radius:50%; background:radial-gradient(circle,rgba(229,68,123,.25),transparent 65%); pointer-events:none; }
.page-home .epi .kicker{ color:var(--yellow); }
.page-home .epi .h2{ color:#fff; }
.page-home .epi .h2 em{ color:var(--orange); }
.page-home .epi p{ color:rgba(255,255,255,.65); margin-top:14px; max-width:480px; font-size:1.02rem; }
.page-home .epi-products{ display:flex; gap:10px; margin-top:24px; flex-wrap:wrap; }
.page-home .epi-product{ font-size:.78rem; font-weight:700; padding:.4rem .75rem; border:1px solid rgba(255,255,255,.18); border-radius:999px; color:rgba(255,255,255,.8); }
.page-home .epi-ctas{ display:flex; gap:12px; margin-top:32px; flex-wrap:wrap; }
.page-home .epi-ui{
  background:#0f0a08; border:1px solid rgba(255,255,255,.08); border-radius:20px; padding:22px; position:relative;
}
.page-home .epi-ui-head{ display:flex; align-items:center; justify-content:space-between; padding-bottom:16px; border-bottom:1px solid rgba(255,255,255,.06); margin-bottom:16px; }
.page-home .epi-ui-head .title{ font-family:'Fraunces',serif; font-weight:600; font-size:1.05rem; color:#fff; }
.page-home .epi-ui-head .meta{ font-size:.72rem; color:rgba(255,255,255,.5); font-weight:600; }
.page-home .epi-rows{ display:flex; flex-direction:column; gap:8px; }
.page-home .epi-rows .r{ display:flex; align-items:center; justify-content:space-between; padding:12px 14px; background:rgba(255,255,255,.04); border-radius:12px; }
.page-home .epi-rows .r .label{ display:flex; align-items:center; gap:10px; font-size:.85rem; color:rgba(255,255,255,.75); font-weight:600; }
.page-home .epi-rows .r .dot{ width:8px; height:8px; border-radius:50%; }
.page-home .epi-rows .r .val{ font-size:.85rem; font-weight:800; color:#fff; }
.page-home .epi-rows .r .val .pill{ display:inline-block; font-size:.66rem; padding:2px 8px; border-radius:999px; margin-left:6px; font-weight:800; vertical-align:1px; }
.page-home .pill-ok{ background:rgba(122,200,86,.18); color:#a3df7a; }
.page-home .pill-warn{ background:rgba(244,183,26,.18); color:#f4b71a; }
.page-home .stats{
  margin-top:24px;
  background:var(--paper-2);
  border-radius:28px;
  padding:40px 48px;
  display:grid; grid-template-columns:repeat(4,1fr); gap:24px;
  border:1px solid var(--line);
}
.page-home .stat .n{ font-family:'Fraunces',serif; font-weight:600; font-size:2.6rem; letter-spacing:-.02em; color:var(--ink); line-height:1; }
.page-home .stat .n .accent{ color:var(--orange); }
.page-home .stat .l{ margin-top:6px; font-size:.85rem; color:var(--muted); font-weight:600; }
.page-home .closing-cta{ margin-top:24px; display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.page-home .closing-card{
  border-radius:28px; padding:48px; min-height:280px;
  display:flex; flex-direction:column; justify-content:space-between;
  position:relative; overflow:hidden;
}
.page-home .closing-a{ background:var(--ink); color:#fff; }
.page-home .closing-b{ background:var(--orange); color:#fff; }
.page-home .closing-card .eyebrow-w{
  font-size:.74rem; font-weight:800; letter-spacing:.14em; text-transform:uppercase;
  opacity:.65;
}
.page-home .closing-card h3{ font-family:'Fraunces',serif; font-weight:600; font-size:clamp(1.6rem,2.4vw,2.2rem); line-height:1.08; letter-spacing:-.015em; margin-top:14px; max-width:380px; }
.page-home .closing-card p{ margin-top:12px; opacity:.75; font-size:.95rem; max-width:380px; }
.page-home .closing-card .btn{ margin-top:24px; align-self:flex-start; }
.page-home .closing-a .btn{ background:#fff; color:var(--ink); }
.page-home .closing-b .btn{ background:#fff; color:var(--orange); }
.page-home footer{ margin-top:96px; padding:64px 0 28px; border-top:1px solid var(--line); }
@media (max-width:1024px){
.page-home .hero-grid{ grid-template-columns:1fr; gap:36px; }
.page-home .hero-visual{ height:480px; }
.page-home .routes{ grid-template-columns:repeat(3,1fr); }
.page-home .epi{ grid-template-columns:1fr; padding:48px; gap:36px; }
.page-home .stats{ grid-template-columns:repeat(2,1fr); }
.page-home .closing-cta{ grid-template-columns:1fr; }

}
@media (max-width:900px){
.page-home .nav-links{ display:none; }
.page-home .wrap.nav{ padding-left:16px; padding-right:16px; }
.page-home .nav{ height:64px; display:flex; align-items:center; justify-content:space-between; flex-wrap:nowrap; gap:10px; }
.page-home .nav-logo{ flex:0 0 auto; min-width:0; }
.page-home .nav-logo img{ height:28px; max-width:118px; }
.page-home .nav-cta{ display:none; }
.page-home .mobile-menu-toggle{
  width:42px; height:42px; border:1px solid var(--line); border-radius:12px;
  background:#fff; display:flex; flex-direction:column; justify-content:center; align-items:center; gap:5px;
  flex:0 0 42px; padding:0; margin:0;
}
.page-home .mobile-menu-toggle span{ width:18px; height:2px; border-radius:999px; background:var(--ink); display:block; }
.page-home .mobile-nav-panel{
  display:none; padding-top:12px; padding-bottom:16px; border-top:1px solid var(--line);
  background:rgba(255,251,245,.98);
}
.page-home .mobile-nav-panel.open{ display:flex; flex-direction:column; gap:10px; }
.page-home .mobile-nav-panel a{ font-size:.94rem; font-weight:700; color:var(--ink-2); padding:8px 0; }
.page-home .mobile-nav-panel .btn{ justify-content:center; width:100%; margin-top:4px; }
.page-home .mobile-nav-panel .btn-dark{ color:#fff; }
}
@media (max-width:640px){
.page-home .wrap{ padding-left:16px; padding-right:16px; }
.page-home section.block{ padding:64px 0; }
.page-home .routes{ grid-template-columns:1fr 1fr; }
.page-home .epi{ padding:32px; }
.page-home .stats{ padding:28px; grid-template-columns:1fr 1fr; }
.page-home .closing-card{ padding:32px; }

}
@media (max-width:480px){
.page-home{ overflow-x:hidden; }
.page-home .hero{ padding-top:34px; }
.page-home .hero h1{ font-size:2.35rem; line-height:1.04; }
.page-home .hero p.lede{ font-size:.96rem; }
.page-home .hero-ctas .btn{ width:100%; justify-content:center; }
.page-home .hero-visual{ height:420px; }
.page-home .hv-body strong{ font-size:1.08rem; }
.page-home .routes{ grid-template-columns:1fr; }
.page-home .stats{ grid-template-columns:1fr; text-align:center; }
.page-home .epi{ padding:26px 20px; border-radius:24px; }
.page-home .epi-rows .r{ flex-direction:column; align-items:flex-start; gap:6px; }
.page-home .closing-card{ padding:28px 24px; }
.page-home footer.public-site-footer .foot-inner{ flex-direction:column; }
}
.page-home .in{ opacity:0; transform:translateY(20px); transition:opacity .6s ease,transform .6s ease; }
.page-home .in.on{ opacity:1; transform:translateY(0); }
.psi-081{ background:rgba(43,166,217,.95);color:#fff; }
.psi-082{ background:rgba(255,255,255,.95); }
.psi-083{ margin-top:0; }
.psi-084{ padding-top:0; }
.psi-085{ color:#fff;border-color:rgba(255,255,255,.4); }
.psi-086{ font-weight:800;color:var(--yellow); }
.psi-087{ background:var(--orange); }
.psi-088{ background:var(--blue); }
.psi-089{ background:var(--yellow); }
.psi-090{ background:var(--pink); }
.psi-091{ background:#7ac856; }
.psi-092{ background:#b58cff; }
.psi-093{ font-size:1.4rem;color:var(--muted);margin-left:4px; }
.psi-094{ font-size:1.4rem;color:var(--muted); }
body footer.public-site-footer{
  display: block;
  clear: both;
  position: relative;
  z-index: 1;
  max-width: none;
}
body footer.public-site-footer .foot-inner{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 28px;
}
body footer.public-site-footer .foot-bottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.public-site-logo-xs{
  height: 26px;
}
.public-site-logo-sm{
  height: 28px;
}
.public-site-logo-md{
  height: 30px;
  display: block;
}
.public-site-footer-logo{
  height: 26px;
  display: block;
  margin-bottom: 10px;
}
.public-site-support-hours{
  font-size: .78rem;
  color: var(--muted);
  margin-top: 2px;
}
