@charset "utf-8";
/* ==========================================================
   JLA Architects custom styles
   Consolidated July 2026
   All site-specific rules are scoped to .jla.
   ========================================================== */
body.jla {
  --contact-max: 28rem;
  --gap-x: 1.75rem;
  --gap-y: 0.25rem;
  color: #757575;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
.jla .small-section {
  padding-top: 50px;
}
/* ==========================================================
   Typography and links
   ========================================================== */
.jla h1, .jla .h1, .jla h2, .jla .h2, .jla h3, .jla .h3, .jla h4, .jla .h4, .jla h5, .jla .h5, .jla h6, .jla .h6 {
  margin-top: 1.25em;
  margin-bottom: 0.5em;
  color: #757575;
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 700 !important;
  line-height: 1.2;
}
.jla h1, .jla .h1 {
  letter-spacing: 2px;
  text-transform: uppercase;
}
.jla h2, .jla .h2, .jla h2.lead {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.jla .grid h2 {
  margin-bottom: 0.5em;
}
.jla h3, .jla .h3 {
  letter-spacing: 2px;
  text-transform: none;
}
.jla h4, .jla .h4, .jla h5, .jla .h5, .jla h6, .jla .h6, .jla .fs-6 {
  text-transform: none;
}
.jla h1 a, .jla h2 a, .jla h3 a, .jla h4 a, .jla h5 a, .jla h6 a, .jla .h1 a, .jla .h2 a, .jla .h3 a, .jla .h4 a, .jla .h5 a, .jla .h6 a {
  color: inherit;
  text-decoration: none;
}
.jla a, .jla .text-black, .jla .blog-item-data a, .jla .fm-menu-links a.active {
  color: #757575;
}
.jla .font-alt {
  font-family: Inter, Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: none;
}
/* ==========================================================
   Brand and side navigation
   ========================================================== */
.jla a.brand, .jla .side-panel a {
  text-decoration: none;
}
.jla .home-text a.brand {
  color: #eee;
}
.jla .brand, .jla .side-panel.white a#brand {
  font-size: 1rem;
  font-weight: 800 !important;
  letter-spacing: 1.5px;
  line-height: 0.95 !important;
  text-transform: uppercase;
}
.jla a#brand span, .jla .brand span {
  letter-spacing: 2.5px;
  line-height: 1;
}
.jla .sp-logo-wrap .logo {
  display: block;
  padding: 10px 20px 10px 40px;
  text-align: left;
}
.jla .side-panel {
  width: 380px;
  padding-bottom: 60px;
  color: #757575;
  background: #fff;
  transition: background-color 300ms ease, box-shadow 300ms ease;
}
/* Transparent navigation over the opening image. */
.jla .side-panel.white {
  border-right: 0;
  background: rgba(255, 255, 255, 0.0015);
  color: #757575;
  text-align: left;
}
.jla .side-panel.white div#side-panel-menu a#brand {
  margin-bottom: 50px;
}
.jla .side-panel.white a#brand, .jla .side-panel.white a#brand span, .jla .side-panel.white .sp-menu-links a, .jla .side-panel.white .sp-menu-links li.js-opened > a, .jla .side-panel.white .js-opened > .sp-has-sub > .fa, .jla .side-panel.white .sp-menu-links li > a:active, .jla .side-panel.white .sp-menu-links li a.active {
  color: #fff;
}
/* Opaque navigation after scrolling or when the panel is hovered. */
.jla .side-panel.white.scrolled, .jla .side-panel.white:hover {
  background: #fff;
  color: #757575;
}
.jla .side-panel.white.scrolled a#brand, .jla .side-panel.white.scrolled a#brand span, .jla .side-panel.white:hover a#brand, .jla .side-panel.white:hover a#brand span, .jla .side-panel.white.scrolled .sp-menu-links a, .jla .side-panel.white:hover .sp-menu-links a, .jla .side-panel.white.scrolled .js-opened > .sp-has-sub > .fa, .jla .side-panel.white:hover .js-opened > .sp-has-sub > .fa, .jla .side-panel.white.scrolled .sp-menu-links li > a:active, .jla .side-panel.white:hover .sp-menu-links li > a:active, .jla .side-panel.white.scrolled .sp-menu-links li a.active, .jla .side-panel.white:hover .sp-menu-links li a.active {
  color: #757575;
}
.jla .side-panel.white.scrolled .sp-menu-links a:hover, .jla .side-panel.white.scrolled .sp-menu-links a:focus-visible, .jla .side-panel.white:hover .sp-menu-links a:hover, .jla .side-panel.white:hover .sp-menu-links a:focus-visible {
  color: #555;
}
.jla .side-panel nav a {
  font-weight: 300;
  transition: color 250ms ease, background-color 250ms ease, text-decoration-color 250ms ease;
}
.jla .side-panel nav a:hover, .jla .side-panel nav a:focus-visible, .jla .side-panel nav a[aria-current="page"] {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.jla .side-panel.white .sp-menu-links a:hover, .jla .side-panel.white .sp-menu-links a:focus-visible {
  background-color: transparent;
}
.jla .side-panel.white .sp-menu-links li, .jla .side-panel.white .sp-menu-links li:last-child, .jla .side-panel.white .sp-sub > li {
  border: 0;
}
.jla .side-panel.white .sp-menu-links li {
  font-size: 0.95rem;
  font-weight: 500;
}
.jla .sp-close-button {
  border: 1px solid rgba(255, 255, 255, 0.5);
  opacity: 0.5;
}
.jla .sp-close-button:hover, .jla .sp-close-button:focus-visible {
  opacity: 0.75;
}
.jla .sp-close-button::before, .jla .sp-close-button::after {
  background: #fff;
}
.jla .side-panel.white .sp-close-button {
  border-color: rgba(0, 0, 0, 0.5);
}
.jla .side-panel.white.scrolled .sp-close-button::before, .jla .side-panel.white.scrolled .sp-close-button::after, .jla .side-panel.white:hover .sp-close-button::before, .jla .side-panel.white:hover .sp-close-button::after {
  background: #757575;
}
/* Responsive menu button. */
.jla .sp-button {
  background: #757575;
}
.jla .sp-button span, .jla .sp-button span::before, .jla .sp-button span::after {
  background: #fff;
}
/* Side-navigation menu. */
.jla .sp-menu-links, .jla .sp-menu-links ul {
  margin: 0;
  padding: 10px 0;
  font-size: 1rem;
  line-height: 1.6;
  list-style: none;
  text-align: left;
}
.jla .sp-menu-links li, .jla .sp-menu-links li:last-child {
  padding-top: 0;
  padding-bottom: 0;
  border-top: 0;
  border-bottom: 0;
  line-height: 1;
}
.jla .sp-menu-links ul.sp-sub {
  padding: 0;
  line-height: 1.3;
  text-align: left;
}
.jla .sp-menu-links a {
  z-index: 2000;
  padding: 10px 20px 10px 40px;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
}
.jla .sp-menu-links .sp-sub a {
  padding: 5px 20px 5px 50px;
  letter-spacing: 1px;
  text-transform: none;
}
.jla .fm-menu-links a:hover, .jla .fm-menu-links a:active, .jla .fm-menu-links li.js-opened > a {
  color: #555;
  text-decoration: none;
}
.jla .side-panel.white .sp-social-links > a {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.5);
}
.jla .side-panel.white .sp-social-links > a:hover, .jla .side-panel.white .sp-social-links > a:focus-visible {
  border-color: rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.75);
}
/* ==========================================================
   Layout helpers and responsive navigation
   ========================================================== */
.jla .fn-button, .jla .fm-button {
  z-index: 5000;
  display: none;
}
.jla .fixed-height-large {
  height: calc(100vh - 2em);
  min-height: calc(100vh - 2em);
}
.jla .fixed-height-medium {
  height: calc(100vh - 15em);
  min-height: calc(100vh - 15em);
}
@media (min-width: 992px) {
  body.jla.side-panel-is-left, .jla .side-panel-is-left {
    margin-left: 380px;
  }
  body.jla.side-panel-is-left main, .jla .side-panel-is-left main, body.jla.side-panel-is-left footer.small-section, .jla .side-panel-is-left footer.small-section, body.jla.side-panel-is-left > .small-section, .jla .side-panel-is-left > .small-section {
    position: relative;
    margin-left: 110px !important;
  }
}
@media (max-width: 991px) {
  body.jla.side-panel-is-left, .jla .side-panel-is-left {
    margin-right: 10px;
    margin-left: 10px;
  }
  .jla .side-panel {
    display: none !important;
  }
  .jla .fm-button {
    display: block;
  }
}
/* ==========================================================
   Portfolio grid and filters
   ========================================================== */
.jla .works-grid.work-grid-gut {
  margin: 0 0 0 -20px;
}
.jla .works-filter a {
  font-size: 0.8rem;
  letter-spacing: 1px;
}
.jla .work-title {
  color: #757575;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.jla .work-descr {
  color: #757575;
  font-size: 0.9rem;
  text-transform: none;
}
/* Fade-only portfolio overlay; no image zoom or caption movement. */
.jla .work-item .work-img {
  position: relative;
  overflow: hidden;
}
.jla .work-item .work-img img {
  transform: none !important;
  transition: none !important;
}
.jla .work-item .work-img::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  pointer-events: none;
  transition: opacity 400ms ease;
}
.jla .work-item .work-intro {
  position: absolute;
  z-index: 2;
  top: 50%;
  bottom: auto;
  left: 50%;
  height: 125px;
  margin: 0 !important;
  opacity: 0;
  text-align: center;
  transform: translate(-50%, -50%) !important;
  transition: opacity 400ms ease !important;
}
.jla .work-item:hover .work-img::after, .jla .work-item:focus-within .work-img::after, .jla .work-item:hover .work-intro, .jla .work-item:focus-within .work-intro {
  opacity: 1;
}
.jla .ken-burns {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: none;
}
@media (min-width: 1400px) {
  .jla .work-grid-2 .work-item, .jla .container .work-grid-2 .work-item, .jla .work-grid-3 .work-item, .jla .container .work-grid-3 .work-item {
    width: 33.3333333333% !important;
  }
}
@media (max-width: 1200px) {
  .jla .work-grid-3 .work-item, .jla .container .work-grid-3 .work-item {
    width: 50% !important;
  }
}
@media (max-width: 766px) {
  .jla .work-item, .jla .work-grid-2 .work-item, .jla .work-grid-5 .work-item {
    width: 100% !important;
  }
  .jla .work-grid-3 .work-item, .jla .container .work-grid-3 .work-item {
    width: 50% !important;
  }
  .jla .work-full-text {
    margin-top: 30px;
  }
  .jla .work-full-title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .jla .work-item, .jla .work-grid-2 .work-item, .jla .work-grid-3 .work-item, .jla .container .work-grid-3 .work-item, .jla .work-grid-5 .work-item {
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  .jla .blog-container {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
/* ==========================================================
   Page controls and contact information
   ========================================================== */
.jla .scroll-down {
  bottom: 40px;
  width: 40px;
  height: 40px;
}
.jla .scroll-down::before {
  color: #fff;
  background: transparent;
  transform: none;
}
.jla .scroll-down:hover::before, .jla .scroll-down:focus-visible::before {
  color: #fff;
}
.jla .scroll-down-icon {
  bottom: 24px;
  color: #fff;
  font-size: 35px;
}
.jla .ci-icon {
  color: #fff;
}
.jla .ci-icon::before {
  background: #111;
  border-radius: 50%;
  transform: none;
}
.jla .ci-title {
  margin-bottom: 1px;
  color: #757575;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.jla .ci-text {
  font-size: 1em;
  font-weight: 400;
}
.jla .section-more {
  color: #757575;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
}
.jla #content img.right {
  max-width: 50%;
  margin-bottom: 40px;
  margin-left: 40px;
}
.jla .contact-block {
  max-width: var(--contact-max);
  margin-inline: auto;
}
.jla .contact-heading {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}
.jla .offices {
  margin: 0;
  padding: 0;
  list-style: none;
}
.jla .office-grid {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: baseline;
  margin-block: 0.35rem;
  column-gap: var(--gap-x);
  row-gap: var(--gap-y);
  font-style: normal;
}
.jla .citystate, .jla .tel, .jla .nowrap {
  white-space: nowrap;
}
.jla .tel {
  justify-self: end;
  text-align: right;
  text-decoration: none;
}
.jla .firm-name {
  margin-top: 1rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 420px) {
  .jla #content img.right {
    width: 100% !important;
    max-width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
    clear: both;
    float: none;
  }
  .jla .citystate, .jla .tel {
    justify-self: start;
    white-space: normal;
    text-align: left;
  }
}
/* ==========================================================
   Magnific Popup
   ========================================================== */
.jla .mfp-bg {
  background: #fff;
  opacity: 0.9;
}
.jla .mfp-preloader, .jla .mfp-preloader a {
  color: #757575;
}
.jla .mfp-preloader a:hover, .jla .mfp-preloader a:focus-visible {
  color: #ddd;
}
.jla .mfp-close {
  padding: 0 0 18px 10px;
  color: #757575;
  opacity: 0.65;
}
.jla .mfp-close:hover, .jla .mfp-close:focus {
  opacity: 1;
}
.jla .mfp-close-btn-in .mfp-close, .jla .mfp-image-holder .mfp-close, .jla .mfp-iframe-holder .mfp-close {
  color: #757575;
}
.jla .mfp-counter {
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
}
.jla .mfp-arrow {
  opacity: 0.65;
  -webkit-tap-highlight-color: transparent;
}
.jla .portfolio-gallery {
  --portfolio-gallery-max: 2000px;
  --portfolio-gallery-gap: clamp(18px, 1.6vw, 32px);
  box-sizing: border-box;
  width: 100%;
  max-width: var(--portfolio-gallery-max);
  margin-inline: 0 auto;
}
.jla .portfolio-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--portfolio-gallery-gap);
  width: 100%;
  margin: 0;
  padding: 0;
}
.jla .portfolio-gallery-item {
  min-width: 0;
  margin: 0;
  padding: 0;
}
.jla .portfolio-gallery-item--landscape {
  grid-column: 1 / -1;
}
.jla .portfolio-gallery-item--portrait {
  grid-column: span 1;
}
.jla .portfolio-gallery-item figure, .jla .portfolio-gallery-item .work-lightbox-link {
  display: block;
  width: 100%;
  margin: 0;
}
.jla .portfolio-gallery-image {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}
@media (max-width: 767.98px) {
  .jla .portfolio-gallery-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .portfolio-gallery-item--portrait, .jla .portfolio-gallery-item--landscape {
    grid-column: 1;
  }
}
.jla .portfolio-gallery-item--portrait .work-lightbox-link {
  aspect-ratio: 2 / 3;
  overflow: hidden;
}
.jla .portfolio-gallery .portfolio-gallery-image--portrait {
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
/* News-card images
   Load this after the theme CSS.

   The generated WebP keeps the source photograph's aspect ratio.
   This 550 × 720 frame then crops only the overflow required to fill the card.
*/
.jla .works-grid .work-img-frame--news {
  position: relative;
  width: 100%;
  aspect-ratio: 550 / 720;
  overflow: hidden;
}
.jla .works-grid .work-img-frame--news > .work-img-image--news {
  display: block;
  width: 100%;
  max-width: none;
  height: 100% !important;
  object-fit: cover;
  object-position: 50% 35%;
}
.jla .works-grid .work-img-frame--project {
  position: relative;
  width: 100%;
  aspect-ratio: 1000 / 600;
  overflow: hidden;
}
.jla .works-grid .work-img-frame--project > .work-img-image--project {
  display: block;
  width: 100%;
  max-width: none;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

/* People/portrait cards
   Uses the same frame + object-fit method as news, but with a shorter 4:5 portrait ratio.
   The __grid_entry markup must use:
   work-img-frame--portrait and work-img-image--portrait.
*/
.jla .works-grid .work-img-frame--portrait {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}
.jla .works-grid .work-img-frame--portrait > .work-img-image--portrait {
  display: block;
  width: 100%;
  max-width: none;
  height: 100% !important;
  object-fit: cover;
  object-position: 50% 30%;
}

/* ==========================================================
   Footer
   ========================================================== */
.jla .site-footer {
  padding-top: 3em;
}
.jla .footer, .jla footer, .jla footer *, .jla .footer-text, .jla .footer-made, .jla .footer-copy {
  text-align: left;
}
.jla .footer {
  font-size: 0.9rem;
}
.jla .footer a {
  color: #757575;
  text-decoration: none;
  transition: color 270ms cubic-bezier(0.3, 0.1, 0.58, 1);
}
.jla .footer a:hover, .jla .footer a:focus-visible {
  color: #666;
  text-decoration: underline;
}
.jla .footer-copy {
  margin-bottom: 5px;
  letter-spacing: 0.5em;
  text-transform: uppercase;
}
.jla .footer-made {
  color: #999;
  font-size: 11px;
}
.jla .footer-social-links {
  font-size: 1rem;
}
.jla .footer-social-links a {
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #111;
  line-height: 25px !important;
}
.jla .footer-social-links a:hover, .jla .footer-social-links a:focus-visible {
  color: #666;
}
.jla .footer-social-links a:hover::before, .jla .footer-social-links a:focus-visible::before {
  background: #eee;
}
.jla a.link-to-top {
  color: rgba(0, 0, 0, 0.2);
  font-size: 48px;
}
/* ==========================================================
   Reduced motion
   ========================================================== */
@media (prefers-reduced-motion: reduce) {
  .jla .side-panel, .jla .side-panel nav a, .jla .work-item .work-img::after, .jla .work-item .work-intro, .jla .footer a {
    transition: none;
  }
}
@media (min-width: 576px) and (max-width: 1200px) {
  body.jla #portfolio-grid > .work-item:nth-child(3), body.jla #inprogress-grid > .work-item:nth-child(3), body.jla #news-grid > .work-item:nth-child(3) {
    display: none !important;
  }
}