:root{
  --company:#6f8167;
  --company-dark:#52634d;
  --company-soft:#eef3eb;
  --company-pale:#f8faf6;
  --company-line:#dfe6da;
}

.company-hero{background:linear-gradient(180deg,#eef3eb 0,#f8faf6 78%,#fff 100%);}
.company-kicker{color:var(--company);}

.company-title-row h1{
  margin:0;
  font-size:clamp(2.2rem,3.8vw,3.5rem);
  line-height:1.2;
  letter-spacing:.01em;
}
.company-title-row p{
  margin:0;
  color:var(--muted);
  font-size:.95rem;
  font-weight:700;
  line-height:1.55;
}

.company-main{
  padding:8px 0 28px;
}
.company-section{
  margin-top:24px;
}
.company-section-first{
  margin-top:0;
}

.section-title{
  display:flex;
  align-items:baseline;
  gap:10px;
  margin-bottom:8px;
}
.section-title .eyebrow{
  margin:0;
  color:var(--company);
  font-size:.67rem;
  font-weight:900;
  letter-spacing:.14em;
}
.section-title h2{
  margin:0;
  font-size:clamp(1.25rem,2vw,1.6rem);
  line-height:1.3;
}

.profile-card,
.access-card,
.map-card,
.photo-grid figure{
  background:#fff;
  border:1px solid var(--company-line);
  box-shadow:0 7px 20px rgba(74,92,68,.06);
}
.profile-card,
.access-card,
.map-card{
  border-radius:15px;
}

.profile-card{
  overflow:hidden;
}
.profile-list{
  margin:0;
}
.profile-list>div{
  display:grid;
  grid-template-columns:190px minmax(0,1fr);
  border-bottom:1px solid #e8eee5;
}
.profile-list>div:last-child{
  border-bottom:0;
}
.profile-list dt,
.profile-list dd{
  margin:0;
  padding:12px 16px;
}
.profile-list dt{
  color:#586552;
  background:var(--company-pale);
  font-size:.80rem;
  font-weight:900;
}
.profile-list dd{
  font-size:.92rem;
  font-weight:600;
}
.organization-links{
  display:flex;
  flex-direction:column;
  gap:2px;
}

.company-main a{
  color:#1267c5;
  text-decoration:underline;
  text-underline-offset:3px;
}
.company-main a:hover{
  color:#0b559f;
}

.photo-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.photo-grid figure{
  margin:0;
  overflow:hidden;
  border-radius:15px;
}
.photo-grid img{
  display:block;
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
}
.photo-grid figcaption{
  padding:7px 10px;
  color:#68746a;
  font-size:.73rem;
  font-weight:800;
}

.access-grid{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:14px;
}
.access-card{
  padding:5px 18px;
}
.access-row{
  display:grid;
  grid-template-columns:88px minmax(0,1fr);
  gap:14px;
  padding:11px 0;
  border-bottom:1px solid #e8eee5;
}
.access-row:last-child{
  border-bottom:0;
}
.access-label{
  color:#64705f;
  font-size:.78rem;
  font-weight:900;
}
.contact-separator{
  margin:0 .35em;
  color:#a0aaa0;
}
.contact-link{
  font-weight:800;
}
.map-card{
  overflow:hidden;
  min-height:300px;
}
.map-card iframe{
  display:block;
  width:100%;
  height:100%;
  min-height:300px;
  border:0;
}

@media(max-width:980px){
  .access-grid{
    grid-template-columns:1fr;
  }
  .photo-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:760px){
  
  
  .company-title-row h1{
    font-size:clamp(2rem,10vw,2.8rem);
  }
  .company-title-row p{
    margin-top:3px;
    font-size:.87rem;
  }
  .company-main{
    padding-top:6px;
    padding-bottom:20px;
  }
  .company-section{
    margin-top:20px;
  }
  .company-section-first{
    margin-top:0;
  }
  .section-title{
    display:block;
    margin-bottom:7px;
  }
  .section-title .eyebrow{
    margin-bottom:1px;
  }
  .profile-list>div{
    grid-template-columns:1fr;
  }
  .profile-list dt{
    padding-bottom:4px;
  }
  .profile-list dd{
    padding-top:4px;
  }
  .access-card{
    padding:4px 14px;
  }
  .access-row{
    grid-template-columns:1fr;
    gap:2px;
  }
  .map-card,
  .map-card iframe{
    min-height:260px;
  }
  .photo-grid{
    gap:9px;
  }
}

.company-main{
  padding:14px 0 36px !important;
}

.company-section-first{
  margin-top:0 !important;
}

.company-main > .company-section:last-child{
  margin-bottom:0 !important;
}

@media(max-width:760px){
  

  .company-main{
    padding:10px 0 28px !important;
  }
}

.contact-obfuscated{
  color:#7b847d;
  font-size:.82rem;
}
.contact-obfuscated a{
  font-size:inherit;
}

.access-card{
  padding:0 !important;
  overflow:hidden;
}

.access-row{
  display:grid !important;
  grid-template-columns:108px minmax(0,1fr) !important;
  gap:0 !important;
  padding:0 !important;
  border-bottom:1px solid #e8eee5 !important;
  align-items:stretch !important;
}

.access-row:last-child{
  border-bottom:0 !important;
}

.access-label{
  display:flex;
  align-items:center;
  padding:12px 14px !important;
  background:var(--company-pale);
  color:#586552 !important;
  font-size:.82rem !important;
  font-weight:900 !important;
  line-height:1.5;
}

.access-row > div{
  padding:12px 14px !important;
  color:var(--ink);
  font-size:.94rem !important;
  font-weight:600;
  line-height:1.65;
  min-width:0;
}

.access-row > div strong{
  font-size:1rem;
}

.access-row a{
  font-size:.94rem !important;
}

.contact-obfuscated{
  font-size:.94rem !important;
  color:inherit;
}

.contact-separator{
  margin:0 .45em;
}

.map-card{
  min-height:344px !important;
}

.map-card iframe{
  min-height:344px !important;
}

@media(max-width:760px){
  .access-row{
    grid-template-columns:1fr !important;
  }

  .access-label{
    padding:8px 12px 4px !important;
  }

  .access-row > div{
    padding:5px 12px 10px !important;
  }

  .map-card,
  .map-card iframe{
    min-height:280px !important;
  }
}

.profile-list > div{
  align-items:stretch !important;
  min-height:50px;
}

.profile-list dt,
.profile-list dd{
  display:flex !important;
  align-items:center !important;
}

.profile-list dd.organization-links{
  justify-content:center;
  align-items:flex-start !important;
  flex-direction:column !important;
}

.access-card{
  padding:0 !important;
  overflow:hidden !important;
  border:1px solid var(--company-line) !important;
}

.access-row{
  grid-template-columns:108px minmax(0,1fr) !important;
  align-items:stretch !important;
  min-height:50px;
  margin:0 !important;
}

.access-label{
  display:flex !important;
  align-items:center !important;
  height:100%;
  min-height:50px;
  margin:0 !important;
  background:var(--company-pale) !important;
}

.access-value{
  display:flex !important;
  align-items:center !important;
  min-height:50px;
  padding:12px 14px !important;
  margin:0 !important;
  font-size:.94rem !important;
  line-height:1.65;
}

.access-value > span{
  display:block;
  width:100%;
}

.access-row:last-child{
  border-bottom:0 !important;
}

.access-row:last-child .access-label{
  border-bottom-left-radius:14px;
}

.access-row:last-child .access-value{
  border-bottom-right-radius:14px;
}

.contact-obfuscated,
.contact-obfuscated a,
.access-value a{
  font-size:.94rem !important;
  line-height:1.65 !important;
}

@media(max-width:760px){
  .profile-list > div{
    min-height:0;
  }

  .profile-list dt,
  .profile-list dd{
    min-height:42px;
  }

  .access-row{
    grid-template-columns:1fr !important;
    min-height:0;
  }

  .access-label{
    min-height:38px;
    padding:8px 12px !important;
  }

  .access-value{
    min-height:44px;
    padding:8px 12px 10px !important;
  }

  .access-row:last-child .access-label{
    border-bottom-left-radius:0;
  }

  .access-row:last-child .access-value{
    border-bottom-left-radius:14px;
    border-bottom-right-radius:14px;
  }
}

.access-grid{
  align-items:start !important;
}

.access-card{
  align-self:start !important;
  height:auto !important;
}

.map-card{
  align-self:start !important;
}

.section-title{
  align-items:center !important;
}

.section-title .eyebrow{
  display:flex !important;
  align-items:center !important;
  align-self:stretch;
  margin:0 !important;
  line-height:1 !important;
}

.section-title h2{
  display:flex;
  align-items:center;
  margin:0 !important;
}

.section-title{
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:nowrap !important;
  align-items:center !important;
  gap:8px !important;
}

.section-title .eyebrow,
.section-title h2{
  flex:0 0 auto !important;
  white-space:nowrap !important;
  margin:0 !important;
}

.article-count,
.count-label,
.list-count,
.article-total{
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:nowrap !important;
  align-items:center !important;
  white-space:nowrap !important;
}

.article-count > *,
.count-label > *,
.list-count > *,
.article-total > *{
  flex:0 0 auto !important;
  white-space:nowrap !important;
}

@media(max-width:760px){
  .section-title{
    display:flex !important;
    flex-direction:row !important;
    flex-wrap:nowrap !important;
    align-items:center !important;
  }

  .section-title .eyebrow,
  .section-title h2{
    white-space:nowrap !important;
  }
}

.company-related-links{padding-top:0}

/* Responsive grid safety */
.photo-grid > *,
.access-grid > *,
.profile-list > div > *,
.access-row > *{
  min-width:0;
}
.profile-list dd,
.access-row > *{
  overflow-wrap:anywhere;
}

