.pss-container{
  width:min(100% - 40px, var(--pss-container));
  margin-inline:auto;
}

.pss-section{
  padding:88px 0;
}

.pss-section-alt{
  background:var(--pss-bg-alt);
}

.pss-section-heading{
  max-width:720px;
  margin:0 auto 40px;
  text-align:center;
}

.pss-eyebrow{
  margin-bottom:12px;
  color:var(--pss-accent-soft);
  font-size:14px;
  font-weight:600;
  letter-spacing:0.08em;
  text-transform:uppercase;
}

.site-header{
  background:var(--pss-bg);
  border-bottom:1px solid var(--pss-border);
  position:relative;
}

.pss-header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  min-height:72px;
  padding:8px 0;
}

.site-branding{
  flex:0 0 auto;
}

.site-logo{
  display:inline-block;
  line-height:1;
}

.site-logo img{
  display:block;
  width:240px !important;
  max-width:100%;
  height:auto !important;
}

.primary-navigation{
  flex:1 1 auto;
  display:flex;
  justify-content:flex-end;
}

.primary-menu,
.footer-menu,
.social-links{
  display:flex;
  gap:24px;
  margin:0;
  padding:0;
  list-style:none;
}

.primary-menu a,
.footer-menu a,
.social-links a{
  color:var(--pss-text);
  font-size:15px;
  font-weight:500;
}

.primary-menu a:hover,
.footer-menu a:hover,
.social-links a:hover{
  color:var(--pss-accent);
}

.site-footer{
  padding-top:72px;
  background:var(--pss-white);
  border-top:1px solid var(--pss-border);
}

.pss-footer-inner{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr;
  gap:40px;
  padding-bottom:40px;
}

.footer-logo{
  display:inline-flex;
  line-height:1;
}

.footer-logo img{
  max-width:280px;
  height:auto;
}

.footer-description{
  max-width:360px;
  color:var(--pss-text-soft);
}

.pss-footer-nav h3,
.pss-footer-social h3{
  margin-bottom:16px;
}

.pss-footer-bottom{
  border-top:1px solid var(--pss-border);
  padding:18px 0;
}

.pss-footer-bottom p{
  margin:0;
  color:var(--pss-text-soft);
  font-size:14px;
}