/* Readable type scale shared by the public site and CMS. */
.site-body{font-size:16.5px;line-height:1.68;letter-spacing:.002em}
.site-body .main-nav a{font-size:14px;font-weight:500}
.site-body .languages{font-size:13px}
.site-body .button,.site-body .text-link{font-size:15px}
.site-body .eyebrow{font-size:13px;line-height:1.4;letter-spacing:1.6px}
.site-body .hero-copy>p:not(.eyebrow){font-size:18px;line-height:1.65;max-width:610px}
.site-body .section-heading{max-width:720px}
.site-body .section-heading>p:last-child{font-size:17px;line-height:1.65}
.site-body .card{min-height:290px;padding-bottom:60px}
.site-body .card h3{font-size:23px;line-height:1.3}
.site-body .card p{font-size:16px;line-height:1.65}
.site-body .metrics span{font-size:15.5px}
.site-body .rich-text{font-size:18px;line-height:1.78;max-width:760px}
.site-body .split-copy>p:not(.eyebrow){font-size:17.5px;line-height:1.7}
.site-body .check-list strong{font-size:16px}
.site-body .check-list span{font-size:14.5px;line-height:1.55}
.site-body .process-grid h3,.site-body .timeline h3{font-size:19px;line-height:1.35}
.site-body .process-grid p,.site-body .timeline p{font-size:15px;line-height:1.6}
.site-body .process-grid article>span{font-size:14px}
.site-body .article-grid span{font-size:11.5px}
.site-body .article-grid p{font-size:16px;line-height:1.65}
.site-body .article-grid a{font-size:15px}
.site-body .tag-cloud span{font-size:15.5px}
.site-body .faq-list summary{font-size:20px;line-height:1.4}
.site-body .faq-list p{font-size:16px;line-height:1.7}
.site-body .contact-form label{font-size:15.5px}
.site-body .contact-form input,.site-body .contact-form textarea{font-size:16px}
.site-body .site-footer{font-size:14.5px;line-height:1.65}
.site-body .site-footer h4{font-size:16px}
.site-body .footer-bottom{font-size:13px}
.site-body .breadcrumbs ol{font-size:13.5px}
.site-body .consent p{font-size:15px}
.site-body .consent small{font-size:13px}
.site-body .mobile-nav-actions{display:none}
.site-body .menu-toggle{width:44px;height:44px;padding:10px;border:0;background:transparent;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}
.site-body .menu-toggle__line{display:block;width:23px;height:2px;border-radius:2px;background:currentColor;transform-origin:center;transition:transform .25s ease,opacity .2s ease,width .25s ease}
.site-body .menu-toggle:focus-visible{outline:2px solid var(--gold);outline-offset:3px}
.site-body.menu-open .menu-toggle__line:nth-child(1){transform:translateY(7px) rotate(45deg)}
.site-body.menu-open .menu-toggle__line:nth-child(2){width:0;opacity:0}
.site-body.menu-open .menu-toggle__line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.admin-body{font-size:15.5px;line-height:1.58}
.admin-body .sidebar nav a{font-size:14.5px;line-height:1.45}
.admin-body .admin-main h1{font-size:30px;line-height:1.25}
.admin-body .kicker{font-size:12px}
.admin-body .panel h2{font-size:22px;line-height:1.35}
.admin-body th{font-size:12px}
.admin-body td{font-size:14.5px;line-height:1.5}
.admin-body td small,.admin-body .hint,.admin-body .block-list small{font-size:13.5px;line-height:1.5}
.admin-body .badge{font-size:12px}
.admin-body .form-grid label,.admin-body .login-card label{font-size:14.5px}
.admin-body .form-grid input,.admin-body .form-grid textarea,.admin-body .form-grid select,.admin-body .inline-create input,.admin-body .inline-create select,.admin-body .language-row input,.admin-body .contact-view select,.admin-body .login-card input{font-size:15px;line-height:1.45;padding:11px 13px}
.admin-body .admin-button{font-size:14.5px}
.admin-body .admin-button.small,.admin-body .danger-button.small{font-size:13px}
.admin-body .status-chip,.admin-body .secret-state,.admin-body .clear-secret{font-size:12px}

@media(max-width:1180px){
  .site-body .process-grid{grid-template-columns:repeat(3,1fr)}
  .site-body .process-grid article:nth-child(3n){border-right:0}
  .site-body .timeline{grid-template-columns:repeat(3,1fr);gap:25px}
  .site-body .timeline:before{display:none}
  .site-body .timeline article{padding-top:18px}
  .site-body .timeline article:before{top:20px}
}
@media(max-width:1120px){
  .site-body.menu-open{overflow:hidden;touch-action:none}
  .site-body.menu-open .site-header{position:fixed;inset:0 0 auto;z-index:1000;background:transparent}
  .site-body .site-header>.brand,.site-body .menu-toggle{position:relative;z-index:3}
  .site-body .header-actions{display:none}
  .site-body .menu-toggle{display:flex;margin-left:auto;margin-right:-8px;color:var(--white)}
  .site-body .main-nav{display:flex;position:fixed;inset:0;width:100%;height:100dvh;z-index:2;overflow-y:auto;overscroll-behavior:contain;padding:calc(92px + env(safe-area-inset-top)) max(24px,env(safe-area-inset-right)) calc(34px + env(safe-area-inset-bottom)) max(24px,env(safe-area-inset-left));background:radial-gradient(circle at 85% 5%,rgba(31,73,111,.32),transparent 34%),linear-gradient(155deg,#0b1c30,#050f1b 72%);flex-direction:column;align-items:center;justify-content:center;gap:0;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-10px);transition:opacity .25s ease,visibility .25s ease,transform .25s ease}
  .site-body.menu-open .main-nav{opacity:1;visibility:visible;pointer-events:auto;transform:none}
  .site-body .main-nav>a{width:min(100%,520px);font:500 28px/1.25 'Playfair Display',serif;padding:17px 4px;border-bottom:1px solid rgba(255,255,255,.11);color:var(--white)}
  .site-body .main-nav>a:first-child{border-top:1px solid rgba(255,255,255,.11)}
  .site-body .main-nav>a:hover,.site-body .main-nav>a:focus-visible{color:var(--gold-light);padding-left:10px}
  .site-body .main-nav>a.active{color:var(--gold-light);border-bottom-color:var(--gold)}
  .site-body .mobile-nav-actions{display:flex;width:min(100%,520px);margin-top:26px;align-items:center;justify-content:space-between;gap:18px}
  .site-body .mobile-languages{display:flex;align-items:center;gap:8px}
  .site-body .mobile-languages a{display:flex;align-items:center;justify-content:center;min-width:44px;height:44px;border:1px solid rgba(255,255,255,.16);border-radius:50%;font-size:13px}
  .site-body .mobile-languages a.active{color:#07111d;background:var(--gold-light);border-color:var(--gold-light)}
  .site-body .mobile-nav-actions .button{min-height:48px}
  .admin-body .admin-main{padding:26px}
}
@media(max-width:620px){
  .site-body{font-size:16px}
  .site-body .hero h1{font-size:clamp(39px,11vw,48px);line-height:1.08}
  .site-body .hero-copy>p:not(.eyebrow){font-size:17px}
  .site-body .section-heading>p:last-child{font-size:16.5px}
  .site-body .card{min-height:260px}
  .site-body .card h3{font-size:22px}
  .site-body .breadcrumbs ol{font-size:13px}
  .site-body .section h2,.site-body .cta h2,.site-body .contact-section h2{font-size:clamp(30px,8.5vw,38px)}
  .site-body .site-header{padding-left:18px;padding-right:18px}
  .site-body .main-nav{align-items:stretch;justify-content:flex-start;padding-top:calc(92px + env(safe-area-inset-top))}
  .site-body .main-nav>a{width:100%;font-size:25px;padding:16px 2px}
  .site-body .mobile-nav-actions{width:100%;margin-top:auto;padding-top:28px;flex-direction:column;align-items:stretch}
  .site-body .mobile-languages{justify-content:center}
  .site-body .mobile-nav-actions .button{width:100%}
  .site-body .hero h1{overflow-wrap:anywhere}
  .site-body .founder-copy .eyebrow{font-size:11px;overflow-wrap:anywhere}
  .site-body .consent{max-height:calc(100dvh - 24px);overflow-y:auto;right:12px;bottom:12px;width:calc(100vw - 24px)}
  .admin-body .form-grid input,.admin-body .form-grid textarea,.admin-body .form-grid select,.admin-body .inline-create input,.admin-body .inline-create select,.admin-body .language-row input,.admin-body .contact-view select,.admin-body .login-card input{font-size:16px}
}
@media(max-width:720px){
  .site-body .process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .site-body .process-grid article{padding:22px 16px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
  .site-body .process-grid article:nth-child(2n){border-right:0}
  .site-body .process-grid article:nth-last-child(-n+2){border-bottom:0}
  .site-body .process-grid img{width:32px;height:32px;margin:20px 0;filter:none}
  .site-body .process-grid h3{font-size:18px}
  .site-body .process-grid p{font-size:14.5px;line-height:1.55}
  .site-body .timeline{grid-template-columns:1fr;gap:0}
  .site-body .timeline article{padding:24px 18px 24px 48px;border-top:1px solid var(--line);border-left:0}
  .site-body .timeline article:first-child{border-top:0}
  .site-body .timeline article:before{top:30px;left:20px}
}
.site-body .card img,.site-body .process-grid img{filter:none}
@media(max-width:540px){.site-body .consent-actions{grid-template-columns:1fr}}
@media(max-width:460px){
  .site-body .process-grid{grid-template-columns:1fr}
  .site-body .process-grid article,.site-body .process-grid article:nth-child(2n),.site-body .process-grid article:nth-child(3n){border-right:0;border-bottom:1px solid var(--line)}
  .site-body .process-grid article:last-child{border-bottom:0}
}
