:root{
  --spacing-16:16px;
  --spacing-34:34px;
  --spacing-68:68px;
  --pad-top:102px;
  --pad-bottom:94px;
  --pad-mobile:58px;
  --header-h:76px;
  --hero-h:60vh;
  --align-w:400px;
  --align-h:180px;
  --strip-h:104px;
  --divider-gap:30px;
}
*{box-sizing:border-box}
html,body{height:100%}
body{font-family:'Cormorant Garamond', serif;font-size:18px;line-height:1.6;color:rgb(15,23,42);background-color:rgb(248,250,252);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.container{max-width:1158px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}
header[role],header{height:var(--header-h);min-height:var(--header-h)}
#ledger-hero{min-height:var(--hero-h);display:block}
section{padding-top:var(--pad-top);padding-bottom:var(--pad-bottom)}
@media (max-width:640px){
  body{font-size:18px}
  h1{font-size:35px;line-height:1.08}
  section{padding-top:var(--pad-mobile);padding-bottom:var(--pad-mobile)}
  .w-[400px],.w-\[400px\]{width:100%}
  .h-\[180px\]{height:auto}
}
h1{font-family:'Red Hat Display',system-ui,-apple-system,'Segoe UI',Roboto,'Helvetica Neue',Arial;font-weight:700;font-size:56px;color:rgb(15,23,42);margin:0}
h2{font-family:'Red Hat Display',system-ui,-apple-system,'Segoe UI',Roboto,'Helvetica Neue',Arial;font-weight:700;font-size:28px;margin:0}
h3{font-family:'Red Hat Display',system-ui,-apple-system,'Segoe UI',Roboto,'Helvetica Neue',Arial;font-weight:600;font-size:20px;margin:0}
p{margin:0}
.text-base18{font-size:18px}
.text-anno{font-size:13px}
.text-btn{font-size:15px}
a[role="button"],a.button,button{display:inline-flex;align-items:center;justify-content:center;border:none;cursor:pointer}
a[role="button"]:focus,button:focus{outline:4px solid rgba(14,165,233,0.18);outline-offset:2px}
.rounded-xl{border-radius:12px}
.rounded-2xl{border-radius:16px}
.shadow-md{box-shadow:0 6px 18px rgba(2,6,23,0.06)}
.shadow-lg{box-shadow:0 12px 30px rgba(2,6,23,0.08)}
.bg-slate-50{background-color:rgb(248,250,252)}
.bg-white{background-color:#ffffff}
.border{border-width:1px;border-style:solid;border-color:rgb(226,232,240)}
.border-slate-100{border-color:rgb(241,245,249)}
.iconify{display:inline-block;vertical-align:middle}
[role="region"],[role="article"]{outline:none}
hr{border:none;border-top:1px solid rgb(226,232,240);margin:var(--divider-gap) 0}
.w-\[400px\]{width:var(--align-w)}
.h-\[180px\]{height:var(--align-h)}
.w-full{width:100%}
.h-full{height:100%}
.p-4{padding:1rem}
.p-6{padding:1.5rem}
.p-8{padding:2rem}
.p-10{padding:2.5rem}
.mt-2{margin-top:0.5rem}
.mt-4{margin-top:1rem}
.mt-6{margin-top:1.5rem}
.mt-8{margin-top:2rem}
.mt-10{margin-top:2.5rem}
.mb-20{margin-bottom:5rem}
.flex{display:flex}
.items-center{align-items:center}
.justify-between{justify-content:space-between}
.gap-3{gap:0.75rem}
.gap-4{gap:1rem}
.gap-6{gap:1.5rem}
.gap-8{gap:2rem}
.text-slate-900{color:rgb(15,23,42)}
.text-slate-800{color:rgb(30,41,59)}
.text-slate-700{color:rgb(51,65,85)}
.text-slate-600{color:rgb(71,85,105)}
.text-slate-500{color:rgb(100,116,139)}
.bg-gradient-hero{background-image:linear-gradient(120deg,rgba(14,165,233,0.06),rgba(99,102,241,0.04))}
.button-primary{height:46px;padding-left:26px;padding-right:26px;border-radius:12px;display:inline-flex;align-items:center;gap:0.5rem}
.button-primary:disabled{opacity:0.5;cursor:not-allowed}
.mobile-only{display:none}
@media (max-width:767px){
  .desktop-nav{display:none}
  .mobile-only{display:block}
}
footer{font-family:'Cormorant Garamond', serif}
address{font-style:normal}
#cookieModal{outline:none}
#cookieModal button{font-family:'Red Hat Display',sans-serif}
#menuOverlay{transition:opacity 220ms ease,transform 220ms ease}
#menuOverlay[aria-hidden="true"]{opacity:0;pointer-events:none}
#menuOverlay[aria-hidden="false"]{opacity:1}
a{color:inherit;text-decoration:none}
:focus-visible{box-shadow:0 0 0 4px rgba(99,102,241,0.12);border-radius:6px}
