/* Swis721 Lt BT — theme fonts */
@font-face {
  font-family: "Swis721 Lt BT";
  src: url("../fonts/swis721-lt-bt/swiss721lightbt.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Swis721 Lt BT";
  src: url("../fonts/swis721-lt-bt/swiss721lightbt.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Swis721 Lt BT";
  src: url("../fonts/swis721-lt-bt/swiss721lightbt.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Swis721 Lt BT";
  src: url("../fonts/swis721-lt-bt/swiss721lightitalicbt.ttf")
    format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --oma-bg: #f8f8f6;
  --oma-text: #181818;
  --oma-muted: #5f5f5f;
  --oma-border: #dcdcdc;
  --oma-accent: #55a1c5;
  --oma-link: #55a1c5;
  --oma-menu-font: "Swis721 Lt BT", "Helvetica Neue", Arial, sans-serif;

  /* Matches logo left edge — news/project grids use this inset */
  --oma-page-inset: 50px;
  /* Primary nav start (align detail content with menu text) */
  --oma-menu-start: 160px;
  /* Fixed overlay header height (top bar) */
  --oma-header-height: 50px;
  /* Homepage bottom bar: black-to-transparent (dots + caption) */
  --oma-hero-fade: 60px;
  /* Shared corner softening for content images */
  --oma-image-radius: 24px;

  /* Content max width — raised on larger displays via media queries below */
  --container-max: 1200px;
  /* Default gutters match logo inset for alignment */
  --container-gutter: var(--oma-page-inset);
  /* Fluid content width that never overflows the viewport */
  --container: min(
    var(--container-max),
    calc(100vw - 2 * var(--container-gutter))
  );
}

/* Wider content area on large desktop / laptop screens */
@media (min-width: 1440px) {
  :root {
    --container-max: 1320px;
  }
}

@media (min-width: 1800px) {
  :root {
    --container-max: 1440px;
  }
}

@media (max-width: 720px) {
  :root {
    --oma-page-inset: 1rem;
    --oma-menu-start: 1rem;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Swis721 Lt BT", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: var(--oma-text);
  background: #fff;
}

.site-main p {
  text-align: justify;
}

.site-main .hero-slogan__text,
.site-main .expertise-showcase__float-title {
  text-align: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.entry-content a,
.widget a,
.oma-breadcrumbs a,
.site-footer a {
  color: var(--oma-link);
}

.entry-content a:hover,
.entry-content a:focus,
.widget a:hover,
.widget a:focus,
.oma-breadcrumbs a:hover,
.oma-breadcrumbs a:focus,
.site-footer a:hover,
.site-footer a:focus {
  color: var(--oma-link);
  text-decoration: underline;
}

.container {
  width: var(--container);
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 0;
  box-sizing: border-box;
}

/*
 * Default: align page content with the "News" menu text.
 * Exceptions: news + project grids stay on the logo inset.
 */
.site-main .container {
  width: auto;
  max-width: none;
  margin-inline: var(--oma-menu-start);
}

body.post-type-archive-news .site-main .container,
body.post-type-archive-project .site-main .container,
body.tax-project_category .site-main .container,
body.tax-news_category .site-main .container {
  margin-inline: var(--oma-page-inset);
}

.section-space {
  padding: 4rem 0;
}
.post-43 {
  padding: 1rem 0;
}

.post-43 > h1:first-child {
  display: none;
}

.post-43 .wp-block-image {
  margin: 1rem 0;
}

.site-header,
.site-header--overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: var(--oma-header-height);
  min-height: var(--oma-header-height);
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  padding-top: 8px;
  /* Non-home default: blackish transparent overlay */
  --oma-header-bg: rgba(12, 12, 12, 0.45);
  background: var(--oma-header-bg);
  border-bottom: none;
}

/* Fixed overlay is out of flow — reserve space so content isn't covered */
.site-header + .site-main,
.site-header--overlay + .site-main {
  padding-top: var(--oma-header-height);
}

body.home .site-header--overlay + .site-main,
body.single-project.project-view-gallery .site-header--overlay + .site-main,
body.single-expertise .site-header--overlay + .site-main,
body.single-office .site-header--overlay + .site-main {
  padding-top: 0;
}

/* Office section pages: light header over hero (matches design mockup) */
body.single-office {
  background: #fff;
}

body.single-office .site-header--overlay {
  --oma-header-bg: rgb(255 255 255 / 10%);
  background: var(--oma-header-bg);
  border-bottom: none;
}

body.single-office .site-header--overlay .site-title,
body.single-office .site-header--overlay .primary-nav a,
body.single-office .site-header--overlay .menu-toggle {
  color: #000;
}

body.single-office .site-header--overlay .primary-nav a:hover,
body.single-office .site-header--overlay .primary-nav a:focus,
body.single-office .site-header--overlay .primary-nav .current-menu-item > a,
body.single-office
  .site-header--overlay
  .primary-nav
  .current-menu-ancestor
  > a,
body.single-office .site-header--overlay .primary-nav .current_page_item > a,
body.single-office
  .site-header--overlay
  .primary-nav
  .current_page_ancestor
  > a,
body.single-office .site-header--overlay .primary-nav .sub-menu a:hover,
body.single-office .site-header--overlay .primary-nav .sub-menu a:focus,
body.single-office
  .site-header--overlay
  .primary-nav
  .sub-menu
  .current-menu-item
  > a {
  color: var(--oma-link);
}

body.single-office .site-header--overlay .menu-toggle {
  border-color: rgba(42, 42, 42, 0.35);
  color: #2a2a2a;
}

body.single-office .primary-nav .menu-item-office > .sub-menu {
  background: transparent;
  padding: 0.35rem 0 0.5rem;
}

body.single-office .site-header--overlay .primary-nav .sub-menu a {
  color: #000;
}

/* Admin bar offset */
body.admin-bar .site-header,
body.admin-bar .site-header--overlay {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .site-header,
  body.admin-bar .site-header--overlay {
    top: 46px;
  }
}

/* Fixed overlay bar — allow dropdowns to paint outside the 50px height */
.site-header,
.site-header--overlay {
  overflow: visible;
}

/* Full-width bar: fixed left offsets (not container-centered) */
.site-header .header-inner.container,
.site-header .header-inner {
  position: relative;
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow: visible;
}

.header-menus,
.primary-nav {
  overflow: visible;
}

.site-branding {
  position: absolute;
  left: var(--oma-page-inset);
  top: 8px;
  bottom: auto;
  display: flex;
  align-items: baseline;
  line-height: 1;
  flex-shrink: 0;
}

.site-title {
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: lowercase;
  color: var(--oma-text);
  line-height: 1;
}

.site-logo,
.custom-logo-link {
  display: inline-flex;
  align-items: baseline;
  max-width: 120px;
  line-height: 0;
}

.site-logo__img,
.custom-logo-link img,
.site-logo img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 18px;
  vertical-align: baseline;
}

.header-menus {
  position: absolute;
  left: var(--oma-menu-start);
  right: 1rem;
  top: 10px;
  bottom: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
  min-width: 0;
  line-height: 1;
}

.primary-nav {
  font-family: var(--oma-menu-font);
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
}

.primary-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: baseline;
}

.primary-nav li {
  line-height: 1;
}

.primary-nav a {
  color: #000;
  font-family: var(--oma-menu-font);
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: 500;
}

.primary-nav a:hover,
.primary-nav a:focus {
  color: var(--oma-link);
}

.primary-nav .menu-item-label > a {
  cursor: default;
}

.primary-nav .menu-item-has-children {
  position: relative;
}

/* Hover bridge so pointer can reach submenu without a gap */
.primary-nav .menu-item-has-children > a {
  display: inline-block;
  position: relative;
}

.primary-nav .menu-item-has-children > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 0.5rem;
  pointer-events: auto;
}

.primary-nav .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: max-content;
  margin: 0;
  padding: 0.35rem 0.75rem 0.5rem;
  list-style: none;
  border: none;
  border-radius: 8px;
  box-shadow: none;
  z-index: 50;
  background: rgba(255, 255, 255, 0.37);
}

.primary-nav .sub-menu .menu-item {
  display: block;
  margin: 0;
  padding: 0;
}

.primary-nav .sub-menu a {
  display: block;
  padding: 0.12rem 0;
  white-space: nowrap;
  line-height: 1.15;
}

.primary-nav .menu-item-has-children:hover > .sub-menu,
.primary-nav .menu-item-has-children:focus-within > .sub-menu {
  display: block;
}

/* Current / hover — keep after base link colors so they win */
.primary-nav .current-menu-item > a,
.primary-nav .current-menu-ancestor > a,
.primary-nav .current_page_item > a,
.primary-nav .current_page_ancestor > a,
.primary-nav .sub-menu .current-menu-item > a,
.primary-nav .sub-menu .current-menu-ancestor > a,
.primary-nav a:hover,
.primary-nav a:focus,
.primary-nav .sub-menu a:hover,
.primary-nav .sub-menu a:focus {
  color: var(--oma-link);
}

.menu-toggle {
  display: none;
}

/* Injected by JS for mobile accordion only */
.primary-nav .submenu-icon {
  display: none;
}

.hero {
  position: relative;
  min-height: 72vh;
  background: var(--oma-bg);
}

/* Homepage: full-viewport slider, then explore panels below */
body.home {
  overflow-x: hidden;
}

body.home .site-main {
  min-height: 0;
}
.wp-block-image{
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.hero--fullscreen {
  position: relative;
  inset: auto;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 100vh;
  min-height: 100dvh;
  z-index: 1;
  background: #000;
}

.hero--fullscreen .hero-slider,
.hero--fullscreen .hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.hero--fullscreen .hero-slide {
  display: block;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: opacity 2.5s ease-in-out;
  will-change: opacity;
}

.hero--fullscreen .hero-slide.is-active {
  opacity: 1;
  z-index: 2;
  pointer-events: auto;
}

.hero--fullscreen .hero-slider--video-only .hero-slide {
  opacity: 1;
  z-index: 2;
  pointer-events: auto;
}

/* Outgoing slide: starts fully visible on top, then fades out */
.hero--fullscreen .hero-slide.is-previous {
  display: block;
  opacity: 1;
  z-index: 3;
  pointer-events: none;
}

.hero--fullscreen .hero-slide.is-previous.is-fading {
  opacity: 0;
}

/* Hero zoom is driven by JS (one cycle per slide) */
.hero--fullscreen .ken-burns img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transform-origin: center center;
  will-change: transform;
}

.hero--fullscreen .hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero--fullscreen .hero-media img,
.hero--fullscreen .hero-image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  image-rendering: auto;
  -webkit-image-rendering: auto;
}

.hero--fullscreen .hero-media--video iframe,
.hero--fullscreen .hero-media--video .hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-height: 100dvh;
  min-width: 177.78vh;
  transform: translate(-50%, -50%);
  border: 0;
}

.hero--fullscreen .hero-media--video .hero-video {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.hero--fullscreen .hero-slide--placeholder .hero-media {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111;
  color: #fff;
}

.hero--fullscreen .hero-content {
  position: absolute;
  inset: auto 0 10%;
  z-index: 4;
  color: #fff;
  pointer-events: none;
}

.hero--fullscreen .hero-content__inner {
  pointer-events: auto;
}

.hero--fullscreen .hero-title {
  font-size: clamp(2rem, 5vw, 4.5rem);
  line-height: 1.05;
  margin: 0 0 0.75rem;
  max-width: 14ch;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.hero--fullscreen .hero-title a {
  color: inherit;
  text-decoration: none;
}

.hero--fullscreen .hero-media__link {
  display: block;
  width: 100%;
  height: 100%;
}

.hero--fullscreen .hero-media__link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero--fullscreen .hero-subtitle {
  margin: 0 0 1.25rem;
  max-width: 42ch;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.5;
  text-shadow: 0 1px 16px rgba(0, 0, 0, 0.35);
}

.hero--fullscreen .hero-button {
  display: inline-block;
  padding: 0.85rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.85);
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition:
    background-color 0.25s ease,
    color 0.25s ease;
}

.hero--fullscreen .hero-button:hover,
.hero--fullscreen .hero-button:focus {
  background: #fff;
  color: #111;
}

.hero--fullscreen::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: var(--oma-hero-fade);
  background: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 4;
}

.hero--fullscreen .hero-slider__chrome {
  position: absolute;
  top: auto;
  left: var(--oma-menu-start);
  right: auto;
  bottom: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  width: auto;
  height: var(--oma-hero-fade);
  max-width: min(48rem, calc(100vw - var(--oma-menu-start) - 4rem));
  padding: 0;
  box-sizing: border-box;
  transform: none;
  pointer-events: none;
}

.hero--fullscreen .hero-slider__dots {
  position: static;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.7rem;
  transform: none;
  pointer-events: auto;
}

.hero--fullscreen .hero-slider__caption {
  margin: 0;
  max-width: 100%;
  color: #fff;
  font-family: var(--oma-menu-font);
  font-size: clamp(1.25rem, 1.8vw, 1.6rem);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-align: left;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

.hero--fullscreen .hero-slider__caption-title {
  font-weight: 400;
}

.hero--fullscreen .hero-slider__caption-date {
  opacity: 1;
}

.hero--fullscreen .hero-slider__dot {
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.hero--fullscreen .hero-slider__dot:hover,
.hero--fullscreen .hero-slider__dot:focus-visible {
  background-color: rgba(255, 255, 255, 0.75);
  outline: none;
}

.hero--fullscreen .hero-slider__dot.is-active,
.hero--fullscreen .hero-slider__dot[aria-current="true"] {
  background-color: var(--oma-link);
  border-color: transparent;
  transform: none;
}

.hero--fullscreen .hero-slider__nav {
  position: absolute;
  top: 50%;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111;
  cursor: pointer;
  transform: translateY(-50%);
  pointer-events: auto;
}

.hero--fullscreen .hero-slider__nav--next {
  right: 0.4rem;
}

.hero--fullscreen .hero-slider__chevron {
  display: block;
  width: 14px;
  height: 14px;
  border-right: 2px solid #111;
  border-bottom: 2px solid #111;
  transform: rotate(-45deg);
  transform-origin: center;
}

/* Company slogan — match homepage mockup: 2 lines, mixed size, 1/3 width */
.hero-slogan {
  --hero-slogan-width: 55vw;
  position: absolute;
  z-index: 6;
  top: auto;
  left: auto;
  right: 4.5vw;
  bottom: 25vh;
  transform: none;
  pointer-events: none;
  width: var(--hero-slogan-width);
  max-width: var(--hero-slogan-width);
  text-align: left;
  box-sizing: border-box;
}

.hero-slogan--left {
  left: var(--oma-menu-start);
  right: auto;
}

.hero-slogan--center {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.hero-slogan--right {
  left: auto;
  right: 9vw;
}

.hero-slogan__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75em;
  width: 100%;
  margin: 0;
  color: var(--hero-slogan-color, #fff);

  /* Scale so line 1 fills the 1/3-width block */
  font-size: calc(var(--hero-slogan-width) / 26.5);
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.02em;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hero-slogan--center .hero-slogan__text {
  align-items: center;
}

.hero-slogan__line {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: baseline; /* shared baseline for big + small words */
  column-gap: 0.5em;
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
}

.hero-slogan--center .hero-slogan__line {
  justify-content: center;
}

/*
 * Line 2 stagger from mockup: "to" starts under the gap between "design" and "unites"
 * ≈ width of "our" + gap + "design" + gap
 */
.hero-slogan__line--indent {
  width: max-content;
  padding-left: 5em;
  box-sizing: border-box;
}

.hero-slogan__sm {
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.hero-slogan__lg {
  font-size: 1.85em;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

/* Overlay header — blackish transparent by default (all pages except home) */
.site-header--overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: var(--oma-header-height);
  min-height: var(--oma-header-height);
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  --oma-header-bg: rgb(255 255 255 / 30%);
  background: var(--oma-header-bg);
  border-bottom: none;
}

/* Front page: subtle white wash over slider */
body.home .site-header--overlay {
  --oma-header-bg: rgba(255, 255, 255, 0.5);
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0.18) 70%,
    rgba(255, 255, 255, 0) 100%
  );
  border-bottom: none;
}

body.home .site-header--overlay .header-inner {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: none;
}

.site-header--overlay .header-inner {
  width: 100%;
  max-width: none;
  margin: 0;
}

.site-header--overlay .primary-nav a:hover,
.site-header--overlay .primary-nav a:focus,
.site-header--overlay .primary-nav .current-menu-item > a,
.site-header--overlay .primary-nav .current-menu-ancestor > a,
.site-header--overlay .primary-nav .current_page_item > a,
.site-header--overlay .primary-nav .current_page_ancestor > a {
  color: var(--oma-link);
}

.site-header--overlay .menu-toggle {
  border-color: rgba(255, 255, 255, 0.45);
  background: transparent;
  color: #fff;
}

/* Front page: dark nav over light wash */
body.home .site-header--overlay .primary-nav a,
body.home .site-header--overlay .menu-toggle,
body.home .site-header--overlay .site-title {
  color: #000;
}

body.home .site-header--overlay .primary-nav a:hover,
body.home .site-header--overlay .primary-nav a:focus,
body.home .site-header--overlay .primary-nav .current-menu-item > a,
body.home .site-header--overlay .primary-nav .current-menu-ancestor > a,
body.home .site-header--overlay .primary-nav .current_page_item > a,
body.home .site-header--overlay .primary-nav .current_page_ancestor > a {
  color: var(--oma-link);
}

body.home .site-header--overlay .menu-toggle {
  border-color: rgba(42, 42, 42, 0.35);
  color: #2a2a2a;
}

/* Project gallery: same light greyscale header wash as homepage */
body.single-project.project-view-gallery .site-header--overlay {
  --oma-header-bg: rgb(255 255 255 / 10%);
  background: var(--oma-header-bg);
  border-bottom: none;
}

body.single-project.project-view-gallery .site-header--overlay .site-title,
body.single-project.project-view-gallery .site-header--overlay .primary-nav a,
body.single-project.project-view-gallery .site-header--overlay .menu-toggle {
  color: #2a2a2a;
}

body.single-project.project-view-gallery
  .site-header--overlay
  .primary-nav
  a:hover,
body.single-project.project-view-gallery
  .site-header--overlay
  .primary-nav
  a:focus,
body.single-project.project-view-gallery
  .site-header--overlay
  .primary-nav
  .current-menu-item
  > a,
body.single-project.project-view-gallery
  .site-header--overlay
  .primary-nav
  .current-menu-ancestor
  > a {
  color: var(--oma-link);
}

body.single-project.project-view-gallery .site-header--overlay .menu-toggle {
  border-color: rgba(42, 42, 42, 0.35);
  color: #2a2a2a;
}

.hero-slider,
.hero-slide {
  position: relative;
  min-height: 72vh;
}

/* Only non-fullscreen heroes use display toggle */
.hero:not(.hero--fullscreen) .hero-slide {
  display: none;
}

.hero:not(.hero--fullscreen) .hero-slide.is-active {
  display: block;
}

.hero-media img,
.hero-media iframe {
  width: 100%;
  height: 72vh;
  object-fit: cover;
}

.hero-content {
  position: absolute;
  inset: auto 0 8%;
  color: #fff;
}

.hero-content h1 {
  font-size: clamp(2rem, 4vw, 4rem);
  margin: 0;
  max-width: 12ch;
}

.hero-content p {
  max-width: 50ch;
  font-size: 1.1rem;
}

/* Project cards / non-hero: gentle looping zoom */
.card-media.ken-burns img {
  animation: kenburns 16s ease-in-out infinite alternate;
  transform-origin: center center;
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .hero--fullscreen .hero-slide {
    transition: opacity 0.5s ease;
  }

  .hero--fullscreen .ken-burns img,
  .card-media.ken-burns img {
    animation: none;
  }
}

@keyframes kenburns {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.08);
  }
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 1.5rem;
}

.project-grid,
.news-grid,
.expertise-grid,
.gallery-grid,
.team-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.project-card,
.expertise-card {
  grid-column: span 4;
  background: #fff;
}

.expertise-card {
  background: var(--oma-bg);
  border-radius: var(--oma-image-radius);
  overflow: hidden;
  padding: 1rem;
}

.expertise-card img {
  border-radius: var(--oma-image-radius);
}

.news-card {
  grid-column: span 4;
}

.news-archive .news-card,
.project-archive .project-card,
.project-masonry .project-card {
  border-radius: var(--oma-image-radius);
  overflow: hidden;
}

.news-archive .news-card__media,
.project-archive .news-card__media,
.project-masonry .news-card__media {
  border-radius: var(--oma-image-radius);
}

.news-archive {
  padding-top: 2rem;
}

.news-archive .oma-breadcrumbs {
  margin-bottom: 1.5rem;
}

.news-grid--masonry {
  display: block;
  column-count: 2;
  column-gap: 1.5rem;
}

/* Archive masonry: left-to-right columns built in JS (3-col projects, 2-col news). */
.project-masonry {
  display: block;
  column-count: 3;
  column-gap: 20px;
}

.project-masonry--cols-2,
.project-masonry[data-masonry-cols="2"] {
  column-count: 2;
}

.project-masonry[data-masonry-ready] {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  column-count: unset;
}

.project-masonry__col {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.project-masonry__col .news-card,
.project-masonry__col .project-card {
  margin: 0;
  width: 100%;
  break-inside: avoid;
  grid-column: auto;
}

.project-masonry:not([data-masonry-ready]) > .news-card,
.project-masonry:not([data-masonry-ready]) > .project-card {
  break-inside: avoid;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}

@media (max-width: 900px) {
  .project-masonry:not([data-masonry-ready]) {
    column-count: 2;
  }
}

@media (max-width: 640px) {
  .project-masonry:not([data-masonry-ready]) {
    column-count: 1;
  }
}

.news-grid--masonry .news-card {
  break-inside: avoid;
  margin-bottom: 1.5rem;
  display: block;
  grid-column: auto;
}

.news-card__link {
  display: block;
  color: #fff;
  text-decoration: none;
}

.news-card__media {
  position: relative;
  border-radius: var(--oma-image-radius);
  overflow: hidden;
  background: #e8e8e6;
  line-height: 0;
}

.news-card__image {
  width: 100%;
  height: auto;
  display: block;
}

.news-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 1.25rem 1.5rem;
  pointer-events: none;
}

.news-card__label {
  display: block;
  max-width: 92%;
  font-size: 0.95rem;
  line-height: 1.45;
  color: var(--oma-text);
}

.news-card__media--empty {
  min-height: 260px;
}

.news-card__media--empty .news-card__overlay {
  position: absolute;
  inset: 0;
  padding: 1.25rem 1.5rem;
}

.news-card__media--empty .news-card__label {
  color: var(--oma-text);
  text-shadow: none;
}

.single-news__body {
  padding-top: 1.25rem;
}

.single-news__body.section-space {
  padding-bottom: 3rem;
}

.single-news__title {
  margin: 0 0 1rem;
  font-family: var(--oma-menu-font);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: var(--oma-text);
}

.news-cover {
  width: 100%;
  margin: 0 0 1.75rem;
  overflow: hidden;
  border-radius: var(--oma-image-radius);
  background: transparent;
}

.news-cover__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.single-news__content {
  font-family: var(--oma-menu-font);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: var(--oma-muted);
}

.single-news__content > *:first-child {
  margin-top: 0;
}

.single-news__content p {
  margin: 0 0 1.25rem;
}

.single-news__content img {
  width: 100%;
  height: auto;
  border-radius: var(--oma-image-radius);
}

.single-news__gallery {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 1.75rem;
}

.single-news__gallery-item {
  margin: 0;
  overflow: hidden;
  border-radius: var(--oma-image-radius);
}

.single-news__gallery-image {
  display: block;
  width: 100%;
  height: auto;
}

.recent-news-slider {
  padding-bottom: 2rem;
}

.recent-news-slider__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.recent-news-slider__header h2 {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--oma-muted);
}

.recent-news-slider__nav {
  display: flex;
  gap: 0.35rem;
}

.recent-news-slider__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--oma-text);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.recent-news-slider__btn img {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
}

.recent-news-slider__btn:hover:not(:disabled) {
  opacity: 0.55;
}

.recent-news-slider__btn:disabled {
  opacity: 0.25;
  cursor: default;
}

.recent-news-slider__viewport {
  overflow: hidden;
}

.recent-news-slider__track {
  display: flex;
  gap: 1rem;
  transition: transform 0.4s ease;
  will-change: transform;
}

.recent-news-slider__track .news-card--compact {
  flex: 0 0 calc((100% - 2rem) / 3);
  grid-column: auto;
  margin: 0;
}

.news-card--compact .news-card__link {
  display: block;
  color: #fff;
}

.news-card--compact .news-card__media {
  position: relative;
  border-radius: var(--oma-image-radius);
  aspect-ratio: 1 / 1;
  height: auto;
  overflow: hidden;
  background: #e8e8e6;
}

.news-card--compact .news-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.news-card--compact .news-card__link:hover .news-card__image {
  transform: scale(1.04);
}

.news-card--compact .news-card__media--empty {
  min-height: 0;
  height: auto;
  aspect-ratio: 1 / 1;
}

.news-card--compact .news-card__title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  padding: 2rem 0.9rem 0.75rem;
  font-size: 0.8rem;
  line-height: 1.35;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.card-body {
  padding: 1rem 0;
}

.project-info-wrap {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2rem;
}

.project-info-table ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.project-info-table li {
  padding: 0.6rem 0;
  border-bottom: 1px solid var(--oma-border);
}

/* Single project: desktop tabs; mobile stacks slider + info */
body.single-project.project-view-gallery {
  overflow: hidden;
}

body.single-project.project-view-gallery .site-footer {
  display: none;
}

body.single-project.project-view-gallery .site-header--overlay + .site-main {
  padding-top: 0;
}

/* Project information: same blackish transparent bar as other inner pages */
body.single-project.project-view-information .site-header--overlay {
  position: fixed;
  --oma-header-bg: rgba(12, 12, 12, 0.45);
  background: var(--oma-header-bg);
  border-bottom: none;
}

body.single-project.project-view-information .site-header--overlay .site-title,
body.single-project.project-view-information
  .site-header--overlay
  .primary-nav
  > ul
  > li
  > a,
body.single-project.project-view-information
  .site-header--overlay
  .menu-toggle {
  color: #fff;
}

body.single-project.project-view-information
  .site-header--overlay
  .primary-nav
  .sub-menu
  a {
  color: #000;
}

body.single-project.project-view-information
  .site-header--overlay
  .primary-nav
  .current-menu-item
  > a,
body.single-project.project-view-information
  .site-header--overlay
  .primary-nav
  .current-menu-ancestor
  > a,
body.single-project.project-view-information
  .site-header--overlay
  .primary-nav
  a:hover,
body.single-project.project-view-information
  .site-header--overlay
  .primary-nav
  a:focus {
  color: var(--oma-link);
}

body.single-project.project-view-information
  .site-header--overlay
  .menu-toggle {
  border-color: rgba(255, 255, 255, 0.45);
  background: transparent;
  color: #fff;
}

.single-project {
  position: relative;
}

/* Shared title + tabs — same spot on Gallery and Information */
.project-chrome {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 35;
  pointer-events: none;
  padding: 5.25rem var(--oma-menu-start) 0;
}

.project-chrome__intro {
  pointer-events: auto;
  max-width: 14rem;
}

.project-chrome__title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 500;
  line-height: 1.2;
  color: #181818;
}

.project-tabs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
}

.project-tabs__btn {
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 0.95rem;
  line-height: 1.45;
  color: #000;
  cursor: pointer;
  text-align: left;
}

.project-tabs__btn.is-active,
.project-tabs__btn:hover {
  color: var(--oma-link);
}

.oma-nav-icon {
  font-family: var(--oma-menu-font);
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}

/* Information: title and tabs scroll with the page */
body.single-project.project-view-information .project-chrome {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  z-index: 1;
  padding-top: 3.75rem;
  padding-bottom: 1.25rem;
}

.project-close {
  pointer-events: auto;
  position: fixed;
  /* Align with header mid-line (header is 50px tall) */
  top: calc(var(--oma-header-height) / 2);
  right: 1.25rem;
  transform: translateY(-50%);
  /* Above site header (z-index 100) — element must sit outside .project-chrome */
  z-index: 120;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  color: #000;
  line-height: 1;
  text-decoration: none;
}

.project-close img {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
}

body.admin-bar .project-close {
  top: calc(32px + (var(--oma-header-height) / 2));
}

@media screen and (max-width: 782px) {
  body.admin-bar .project-close {
    top: calc(46px + (var(--oma-header-height) / 2));
  }
}

.project-gallery-view {
  /* Ambient page behind narrower slides */
  --project-gallery-bg: #e6e6e4;
  /* White rail on neighbour peeks only */
  --project-slide-gap-white: 12px;
  position: fixed;
  inset: 0;
  z-index: 5;
  background: var(--project-gallery-bg);
  overflow: hidden;
}

.project-gallery-view[hidden] {
  display: none !important;
}

/* Centered track: full-bleed slides edge-to-edge; narrower ones show neighbour peeks */
.project-slider {
  position: absolute;
  inset: 0;
  overflow: hidden;
  container-type: size;
  container-name: project-slider;
}

.project-slider__track {
  display: flex;
  align-items: stretch;
  height: 100%;
  width: max-content;
  gap: 0;
  background: transparent;
  will-change: transform;
  transition: transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.project-gallery-view:not(.is-gallery-ready) .project-slider__track {
  opacity: 0;
}

.project-gallery-view.is-gallery-ready .project-slider__track {
  opacity: 1;
  transition:
    transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 0.2s ease;
}

.project-slide {
  position: relative;
  flex: 0 0 auto;
  align-self: stretch;
  margin: 0;
  height: 100%;
  width: auto;
  max-height: 100%;
  /* White rails on neighbours only (see .is-active) */
  padding-inline: var(--project-slide-gap-white);
  box-sizing: border-box;
  background: #fff;
  display: flex;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.project-slide.is-active {
  padding-inline: 0;
  background: transparent;
  z-index: 1;
  opacity: 1;
}

/*
 * Prev / current / next share the gallery height (no top/bottom gaps).
 * Width comes from each image's aspect ratio; do not clamp to 100vw or height shrinks.
 */
.project-slide:not(.project-slide--empty):not(
    .is-active.project-slide--full-bleed
  ) {
  height: 100%;
  max-height: none;
  max-width: none;
  width: calc(100vh * var(--slide-ratio, 1.5));
  aspect-ratio: auto;
}

.project-slide:not(.project-slide--empty):not(
    .is-active.project-slide--full-bleed
  )[style*="--slide-ratio"] {
  height: 100%;
  max-width: none;
  width: calc(100vh * var(--slide-ratio));
  aspect-ratio: auto;
}

@supports (width: 1cqh) {
  .project-slide:not(.project-slide--empty):not(
      .is-active.project-slide--full-bleed
    ),
  .project-slide:not(.project-slide--empty):not(
      .is-active.project-slide--full-bleed
    )[style*="--slide-ratio"] {
    width: calc(100cqh * var(--slide-ratio, 1.5));
  }

  .project-slide:not(.project-slide--empty):not(
      .is-active.project-slide--full-bleed
    )[style*="--slide-ratio"] {
    width: calc(100cqh * var(--slide-ratio));
  }
}

/*
 * Active full-bleed: only slides marked in PHP (large HD landscape masters).
 * Cover the viewport; neighbours are hidden by .is-full-display.
 */
.project-slide.is-active.project-slide--full-bleed {
  width: 100vw;
  height: 100%;
  max-width: none;
  max-height: none;
  padding-inline: 0;
  background: transparent;
  aspect-ratio: auto;
}

.project-slide__image {
  display: block;
  height: 100%;
  width: 100%;
  max-width: none;
  max-height: none;
  /* Fill the equal-height slide box — no letterboxing at top/bottom */
  object-fit: cover;
  object-position: center center;
  user-select: none;
  -webkit-user-drag: none;
  transform-origin: center center;
  will-change: transform;
  touch-action: none;
}

.project-gallery-view.is-zoomed {
  cursor: grab;
}

.project-gallery-view.is-zoomed .project-slide.is-active {
  overflow: hidden;
  z-index: 2;
}

.project-gallery-view.is-zoomed .project-slider__nav {
  opacity: 0.35;
  pointer-events: none;
}

.project-slide.is-active.project-slide--full-bleed .project-slide__image {
  object-fit: cover;
}

.project-gallery-view.is-gallery-ready
  .project-slide.is-active
  .project-slide__image {
  animation: project-slide-fade-in 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
}

@keyframes project-slide-fade-in {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}

/* Soft light-gray wash over inactive (narrow) peeks — fades in/out with the slide */
.project-slide::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--project-slide-gap-white);
  right: var(--project-slide-gap-white);
  background: rgba(230, 230, 228, 0.55);
  pointer-events: none;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.project-slide.is-active::after {
  left: 0;
  right: 0;
  opacity: 0;
}

/* Full-bleed active: fade neighbours out (nav chevrons stay) */
.project-gallery-view.is-full-display .project-slide:not(.is-active),
.project-slider__track:has(.project-slide.is-active.project-slide--full-bleed)
  .project-slide:not(.is-active) {
  opacity: 0;
  pointer-events: none;
}

.project-slide--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(32rem, 80vw);
  height: 100%;
  color: rgba(24, 24, 24, 0.55);
  background: #fff;
}

.project-slider__nav {
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #000;
  line-height: 1;
  cursor: pointer;
}

.project-slider__nav img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.project-slider__nav--prev {
  left: 0.5rem;
}

.project-slider__nav--next {
  right: 0.5rem;
}

/* Keep primary nav clear of the close button on project pages */
body.single-project .site-header--overlay .header-menus {
  right: 4.5rem;
}

.project-info-view {
  position: relative;
  z-index: 1;
  background: #fff;
  min-height: 70vh;
  padding: 0.5rem 0 0;
  animation: project-info-enter 0.95s cubic-bezier(0.16, 1, 0.3, 1);
}

.project-info-view.is-entering {
  animation: project-info-enter 0.95s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes project-info-enter {
  from {
    opacity: 0;
    transform: translateY(48px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .project-info-view {
    animation: none;
  }
}

.project-info-view[hidden] {
  display: none !important;
}

.project-info-view__inner {
  position: relative;
  padding-bottom: 2rem;
}

/* Desktop uses chrome title; mobile stacked layout uses this one */
.project-info-view__title {
  display: none;
  margin: 0 0 1.5rem;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 500;
  line-height: 1.2;
  color: #181818;
}

.project-info-content {
  color: #000;
  font-size: 0.98rem;
  line-height: 1.7;
}

.project-info-content p {
  margin: 0 0 1.1rem;
}

.project-info-meta {
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 0;
  color: #000;
  font-size: 0.95rem;
  line-height: 1.7;
}

.project-info-meta__label {
  margin-right: 0.25rem;
}

.similar-projects-slider {
  border-top: none;
}

.similar-projects-slider.recent-news-slider {
  border-top: none;
}

.similar-projects-slider .recent-news-slider__header {
  margin-bottom: 1.25rem;
}

.similar-projects-slider .recent-news-slider__header h2 {
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--oma-text);
}

.similar-projects-slider .recent-news-slider__track {
  gap: 0.85rem;
}

.similar-projects-slider .recent-news-slider__track .news-card--compact {
  flex: 0 0 calc((100% - 1.7rem) / 3);
}

.similar-projects-slider .project-card--similar .news-card__media {
  border-radius: var(--oma-image-radius);
  aspect-ratio: 4 / 3;
}

.similar-projects-slider .project-card--similar .news-card__title {
  display: none;
}

.news-grid--masonry .project-card {
  break-inside: avoid;
  margin-bottom: 1.5rem;
  display: block;
  grid-column: auto;
}

.with-sidebar {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2rem;
}

.team-card {
  grid-column: span 3;
}

.gallery-grid .gallery-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--oma-image-radius);
}

.single-expertise .expertise-hero .hero-image {
  border-radius: var(--oma-image-radius);
}

.single-expertise > .section-space img,
.single-expertise .expertise-hero .hero-image {
  border-radius: var(--oma-image-radius);
}

/* Expertise showcase: category tabs + image/video stage */
.expertise-archive {
  padding-bottom: 2rem;
}

/* Single expertise: full-bleed cover under the overlay header */
.expertise-cover {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.expertise-showcase {
  --expertise-radius: var(--oma-image-radius);
  position: relative;
  /* +80px taller main stage images */
  min-height: clamp(calc(22rem + 80px), calc(58vw + 80px), calc(34rem + 80px));
  border-radius: var(--expertise-radius);
  overflow: hidden;
  background: #1a1a1a;
  isolation: isolate;
}

.single-expertise .expertise-cover .expertise-showcase,
.single-expertise .expertise-showcase,
.single-office .expertise-cover .expertise-showcase,
.single-office .expertise-showcase {
  --expertise-radius: 0;
  width: 100%;
  /* +80px taller than previous clamp(22rem, 60vh, 42rem) */
  min-height: clamp(calc(22rem + 80px), calc(80vh + 80px), calc(42rem + 80px));
  height: clamp(calc(22rem + 80px), calc(80vh + 80px), calc(42rem + 80px));
  max-height: none;
  border-radius: 0;
}

.single-expertise .expertise-cover .expertise-media-slide__image,
.single-expertise .expertise-cover .expertise-media-slide__video,
.single-expertise .expertise-cover .expertise-media-slide__video iframe,
.single-expertise .expertise-cover .expertise-media-slide__video video,
.single-expertise .expertise-cover .expertise-media-slide__video .hero-video,
.single-office .expertise-cover .expertise-media-slide__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 0;
}

.expertise-showcase__nav {
  position: absolute;
  z-index: 4;
  top: 1.5rem;
  left: 1.5rem;
  max-width: min(15rem, 42%);
}

.expertise-showcase__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
}

.expertise-showcase__tab {
  display: block;
  margin: 0;
  padding: 0.15rem 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.95rem, 1.5vw, 1.15rem);
  font-weight: 500;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
  transition: color 0.2s ease;
}

.expertise-showcase__tab:hover,
.expertise-showcase__tab:focus-visible {
  color: #fff;
}

.expertise-showcase__tab.is-active {
  color: var(--oma-link);
}

.expertise-showcase__stage {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  overflow: hidden;
}

.expertise-showcase__panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.45s ease;
  border-radius: inherit;
  overflow: hidden;
}

.expertise-showcase__panel.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.expertise-showcase__panel[hidden] {
  display: block !important;
  pointer-events: none;
}

.expertise-showcase__panel.is-active[hidden] {
  pointer-events: auto;
}

.expertise-media-slider {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  overflow: hidden;
}

.expertise-media-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 0.55s ease;
  /* Match showcase — no second dark plate with a different radius */
  background: transparent;
  border-radius: inherit;
  overflow: hidden;
}

.expertise-media-slide.is-active {
  opacity: 1;
  z-index: 1;
}

.expertise-media-slide__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  /* Parent clips to --expertise-radius; avoid extra corner curves */
  border-radius: 0;
}

/* Override generic single-expertise img radius inside the stage */
.single-expertise .expertise-showcase img,
.expertise-showcase .expertise-media-slide__image {
  border-radius: 0;
}

.expertise-media-slide__video,
.expertise-media-slide__video iframe,
.expertise-media-slide__video video,
.expertise-media-slide__video .hero-video {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  display: block;
  border-radius: 0;
}

.expertise-media-slide--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.65);
  font-size: 1rem;
}

.expertise-media-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.expertise-media-slider__nav img {
  display: block;
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}

.expertise-media-slider__nav--prev {
  left: 0.35rem;
}

.expertise-media-slider__nav--next {
  right: 0.35rem;
}

.expertise-media-slider__dots {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  display: flex;
  gap: 0.45rem;
}

.expertise-media-slider__dot {
  width: 0.55rem;
  height: 0.55rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}

.expertise-media-slider__dot.is-active,
.expertise-media-slider__dot[aria-current="true"] {
  background: #fff;
}

.single-expertise__content {
  padding-top: 0;
}

.single-expertise__title {
  margin: 0rem;
  font-family: var(--oma-menu-font);
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
  color: var(--oma-text);
}

/*
 * Body + gallery: same column as News (aligned to primary menu / --oma-menu-start).
 * Cover stays full-bleed outside this container.
 */
body.single-expertise .single-expertise__body.container,
body.single-office .single-expertise__body.container {
  width: auto;
  max-width: none;
  margin-inline: var(--oma-menu-start);
  padding-top: clamp(1.5rem, 4vw, 2.25rem);
  padding-bottom: 3rem;
  box-sizing: border-box;
}

body.single-expertise .single-expertise__title,
body.single-office .single-expertise__title {
  margin: 0 0 clamp(1rem, 2.5vw, 1.5rem);
}

body.single-expertise .related-projects-slider > .container {
  width: auto;
  max-width: none;
  margin-inline: var(--oma-menu-start);
  box-sizing: border-box;
}

.single-expertise__text {
  font-family: var(--oma-menu-font);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--oma-text);
}

.single-expertise__text > *:first-child {
  margin-top: 0;
}

.single-expertise__text p {
  margin: 0 0 1.25rem;
}

/* Match News: content + gallery images fill the menu-aligned column only */
.single-expertise__text img,
.single-expertise__text .wp-block-image,
.single-expertise__text .wp-block-image img,
.single-expertise__gallery-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  border-radius: var(--oma-image-radius);
}

.single-expertise__text .alignfull,
.single-expertise__text .alignwide,
.single-expertise__text .wp-block-image.alignfull,
.single-expertise__text .wp-block-image.alignwide {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Secondary images: same stack as News gallery */
.single-expertise__gallery {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 1.75rem;
  width: 100%;
}

.single-expertise__gallery-item {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: var(--oma-image-radius);
  background: transparent;
}

.single-expertise__gallery-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Text interleaved between secondary images — same column as News */
.single-expertise__interleave .single-expertise__gallery-item {
  width: 100%;
  margin: 1.75rem 0;
  overflow: hidden;
  border-radius: var(--oma-image-radius);
  background: transparent;
}

.single-expertise__interleave .single-expertise__gallery-item:first-child {
  margin-top: 0.25rem;
}

.single-expertise__interleave .single-expertise__gallery-item:last-child {
  margin-bottom: 0;
}

/* Floated title on main expertise image (L/R alternating) */
.expertise-showcase__float {
  position: absolute;
  z-index: 6;
  bottom: 1.5rem;
  left: var(--oma-menu-start, 1.5rem);
  right: auto;
  max-width: min(22rem, 70%);
  pointer-events: none;
}

.expertise-showcase__float--right,
.expertise-showcase--align-right .expertise-showcase__float {
  left: auto;
  right: var(--oma-page-inset, 1.5rem);
  text-align: right;
}

.expertise-showcase__float-title {
  margin: 0;
  color: #fff;
  font-family: var(--oma-menu-font);
  font-size: clamp(1.25rem, 2.4vw, 2rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 16px rgba(0, 0, 0, 0.4);
}

/* Single Expertise: body section uses its own top padding (see .single-expertise__body) */
.single-expertise > .section-space {
  padding-top: 0;
}

/* Do not let generic section img rules stretch past the menu column */
.single-expertise > .section-space img {
  max-width: 100%;
}

.single-expertise .expertise-cover img {
  max-width: none;
}

.filter-pill {
  display: inline-block;
  padding: 0.45rem 0.8rem;
  border: 1px solid var(--oma-border);
  margin: 0.2rem;
  font-size: 0.9rem;
}

.map-wrap iframe {
  width: 100%;
  min-height: 360px;
  border: 0;
}

.btn {
  display: inline-block;
  padding: 0.8rem 1.1rem;
  background: var(--oma-accent);
  color: #fff;
}

.site-footer {
  border-top: 1px solid var(--oma-border);
  padding: 2.5rem 0;
  margin-top: 4rem;
}

.footer-inner,
.footer-columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
  align-items: start;
}

.footer-column .widget {
  margin: 0 0 1rem;
}

.footer-column .widget:last-child {
  margin-bottom: 0;
}

.footer-column .widget-title {
  margin: 0 0 0.75rem;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer-column .widget ul,
.footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-column .widget li,
.footer-nav li {
  margin: 0 0 0.4rem;
}

.footer-copy,
.footer-meta {
  margin: 0;
  color: var(--oma-muted);
  font-size: 0.95rem;
}

.footer-meta p {
  margin: 0 0 0.35rem;
}

.footer-meta p:last-child {
  margin-bottom: 0;
}

.entry-content img,
.office-page img,
.page-default img {
  border-radius: var(--oma-image-radius);
}

.video-wrap iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.oma-breadcrumbs {
  font-size: 0.9rem;
  color: var(--oma-muted);
  margin-bottom: 1rem;
}

.site-footer,
.recent-news-slider,
.project-info-view,
.section-space {
  content-visibility: auto;
  contain-intrinsic-size: auto 500px;
}

.screen-reader-text {
  position: absolute;
  left: -9999px;
}

.screen-reader-text:focus {
  left: 0.5rem;
  top: 0.5rem;
  background: #000;
  color: #fff;
  padding: 0.5rem;
  z-index: 100;
}

.home-panels {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 1.5rem var(--oma-page-inset) 3rem;
}

.home-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  gap: clamp(1.5rem, 8vw, 10rem);
  min-height: 320px;
  margin: 0 0 1.35rem;
  overflow: hidden;
  background: #e6e6e6;
  border-radius: var(--oma-image-radius);
}

.home-panel:last-child {
  margin-bottom: 0;
}

.home-panel__media {
  position: relative;
  min-width: 0;
  min-height: 0;
  padding: 0;
  box-sizing: border-box;
  background: transparent;
  overflow: hidden;
}

.home-panel__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  border-radius: var(--oma-image-radius);
}

.home-panel__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 1.75rem 2.5rem 1.75rem 2.25rem;
}

.home-panel__title {
  margin: 0 0 0.65rem;
  font-family: var(--oma-menu-font);
  font-size: 10mm;
  font-weight: 400;
  font-style: normal;
  line-height: 1.15;
  color: #2a2a2a;
}

.home-panel__title a {
  color: inherit;
  text-decoration: none;
}

.home-panel__title a:hover,
.home-panel__title a:focus {
  color: var(--oma-link);
}

.home-panel__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-panel__list li {
  margin: 0;
  padding: 0;
  line-height: 1.25;
}

.home-panel__list a,
.home-panel__list span {
  display: inline-block;
  font-family: var(--oma-menu-font);
  font-size: 6mm;
  font-weight: 400;
  font-style: normal;
  line-height: 1.35;
  color: #2a2a2a;
  text-decoration: none;
}

.home-panel__list a:hover,
.home-panel__list a:focus {
  color: var(--oma-link);
}

@media (max-width: 992px) {
  .project-card,
  .news-card,
  .expertise-card {
    grid-column: span 6;
  }

  .with-sidebar,
  .project-info-wrap {
    grid-template-columns: 1fr;
  }

  .team-card {
    grid-column: span 6;
  }

  .news-grid--masonry {
    column-count: 1;
  }

  .recent-news-slider__track .news-card--compact {
    flex-basis: calc((100% - 1rem) / 2);
  }

  .similar-projects-slider .recent-news-slider__track .news-card--compact {
    flex-basis: calc((100% - 0.85rem) / 2);
  }

  .expertise-showcase {
    min-height: calc(28rem + 80px);
    --expertise-radius: var(--oma-image-radius);
  }

  .single-expertise .expertise-cover .expertise-showcase,
  .single-expertise .expertise-showcase,
  .single-office .expertise-cover .expertise-showcase,
  .single-office .expertise-showcase {
    --expertise-radius: 0;
    min-height: clamp(
      calc(20rem + 80px),
      calc(58vh + 80px),
      calc(36rem + 80px)
    );
    height: clamp(calc(20rem + 80px), calc(58vh + 80px), calc(36rem + 80px));
    border-radius: 0;
  }

  .expertise-showcase__nav {
    top: 1.1rem;
    left: 1.1rem;
  }

  .project-info-view__body {
    margin-left: 0;
  }

  .project-info-view {
    padding-top: 0.5rem;
  }

  .project-slider__nav--prev {
    left: 0.15rem;
  }

  .project-slider__nav--next {
    right: 0.15rem;
  }

  .project-close {
    top: calc(var(--oma-header-height) / 2);
    right: 0.65rem;
    width: 3rem;
    height: 3rem;
  }

  .project-slider__nav {
    width: 3.25rem;
    height: 3.25rem;
  }

  .footer-inner,
  .footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-panel {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 0;
    min-height: 0;
    border-radius: var(--oma-image-radius);
  }

  .home-panel__media {
    min-height: auto;
    aspect-ratio: 16 / 9;
  }

  .home-panel__body {
    padding: 1.35rem 1.5rem;
  }

  .home-panel__title {
    font-size: 8mm;
  }

  .home-panel__list a,
  .home-panel__list span {
    font-size: 5mm;
  }
}

@media (max-width: 720px) {
  /* Desktop-style menu beside the logo (same labels). Contact lives in Office dropdown. */
  .site-header .menu-toggle,
  .site-header--overlay .menu-toggle {
    display: none !important;
  }

  .site-branding {
    left: var(--oma-page-inset);
    top: 8px;
    align-items: center;
    max-width: 72px;
  }

  .site-logo,
  .custom-logo-link {
    max-width: 72px;
  }

  .site-logo__img,
  .custom-logo-link img,
  .site-logo img {
    max-height: 14px;
  }

  .header-menus {
    left: calc(var(--oma-page-inset) + 76px);
    right: var(--oma-page-inset);
    top: 6px;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    width: auto;
    min-width: 0;
    line-height: 1;
  }

  body.single-project .site-header--overlay .header-menus {
    right: var(--oma-page-inset);
  }

  .primary-nav {
    display: block;
    order: 0;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    z-index: auto;
  }

  .primary-nav.is-open {
    display: block;
  }

  /* Stacked layout uses light header; keep nav readable if tabs class leaks */
  body.single-project.project-view-information
    .site-header--overlay
    .primary-nav
    a {
    color: #2a2a2a;
  }

  body.single-project.project-view-information
    .site-header--overlay
    .primary-nav
    .sub-menu
    a {
    color: #000;
  }

  .primary-nav > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: baseline;
    gap: 0.35rem 0.55rem;
    padding: 0;
  }

  .primary-nav > ul > .menu-item {
    width: auto;
  }

  .primary-nav a {
    display: inline-block;
    padding: 0;
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap;
  }

  /* Shorten: collapse nested menus until parent is expanded.
     Override desktop :hover/:focus-within so focus doesn't keep them open. */
  .primary-nav .menu-item-has-children > .sub-menu,
  .primary-nav .menu-item-has-children:hover > .sub-menu,
  .primary-nav .menu-item-has-children:focus-within > .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    min-width: 8.5rem;
    width: max-content;
    max-width: min(12rem, 70vw);
    margin: 0.2rem 0 0;
    padding: 0.35rem 0;
    border: 0;
    border-radius: 6px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    background: #fff;
    z-index: 120;
  }

  .primary-nav .menu-item-has-children.is-expanded > .sub-menu,
  .primary-nav .menu-item-has-children.is-expanded:hover > .sub-menu,
  .primary-nav .menu-item-has-children.is-expanded:focus-within > .sub-menu {
    display: block;
  }

  .primary-nav .menu-item-has-children > a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.2rem;
    padding: 0;
    margin-bottom: 0;
  }

  /* Hide desktop hover-bridge ::after; icon is a real .submenu-icon span */
  .primary-nav .menu-item-has-children > a::after {
    content: none;
    display: none;
  }

  .primary-nav .submenu-icon {
    display: block;
    flex-shrink: 0;
    width: 0.85rem;
    height: 0.85rem;
    margin: 0;
    position: relative;
    pointer-events: auto;
  }

  .primary-nav .submenu-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.32rem;
    height: 0.32rem;
    margin: -0.2rem 0 0 -0.16rem;
    border-right: 1.25px solid currentColor;
    border-bottom: 1.25px solid currentColor;
    opacity: 0.7;
    transform: rotate(45deg);
    transition:
      transform 0.2s ease,
      opacity 0.2s ease;
    pointer-events: none;
  }

  .primary-nav .menu-item-has-children.is-expanded > a > .submenu-icon::before {
    opacity: 1;
    transform: rotate(225deg);
    margin-top: -0.05rem;
  }

  .primary-nav .sub-menu .menu-item {
    width: 100%;
  }

  .primary-nav .sub-menu a {
    display: block;
    padding: 0.35rem 0.75rem;
    white-space: normal;
    overflow-wrap: anywhere;
    font-size: 12px;
    color: var(--oma-muted);
  }

  .primary-nav .sub-menu a:hover,
  .primary-nav .sub-menu a:focus,
  .primary-nav .sub-menu .current-menu-item > a,
  .primary-nav .sub-menu .current-menu-ancestor > a {
    color: var(--oma-link);
  }

  .hero--fullscreen {
    height: 355px;
    min-height: 355px;
  }

  .hero--fullscreen .hero-media--video iframe,
  .hero--fullscreen .hero-media--video .hero-video {
    min-height: 355px;
    min-width: calc(355px * 16 / 9);
  }

  .hero--fullscreen .hero-media img,
  .hero--fullscreen .hero-image,
  .hero--fullscreen .ken-burns img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .hero-slogan,
  .hero-slogan--right,
  .hero-slogan--left,
  .hero-slogan--center {
    --hero-slogan-width: calc(100vw - 2 * var(--oma-page-inset));
    top: auto;
    left: auto;
    right: var(--oma-page-inset);
    bottom: 3.5rem;
    transform: none;
    width: var(--hero-slogan-width);
    max-width: var(--hero-slogan-width);
    text-align: right;
  }

  .hero-slogan--left,
  .hero-slogan--center {
    left: auto;
    right: var(--oma-page-inset);
    transform: none;
  }

  .hero-slogan__text {
    align-items: flex-end;
    font-size: calc(var(--hero-slogan-width) / 38);
    gap: 0.55em;
  }

  .hero-slogan--center .hero-slogan__text {
    align-items: flex-end;
  }

  .hero-slogan__line {
    flex-wrap: nowrap;
    justify-content: flex-end;
    white-space: nowrap;
    width: max-content;
    max-width: 100%;
    box-sizing: border-box;
    margin-left: auto;
  }

  .hero-slogan--center .hero-slogan__line {
    justify-content: flex-end;
  }

  .hero-slogan__line--indent {
    width: max-content;
    max-width: 100%;
    padding-left: 0;
  }

  .hero--fullscreen .hero-slider__chrome {
    top: auto;
    left: var(--oma-page-inset);
    bottom: 0;
    width: auto;
    max-width: calc(100vw - 2 * var(--oma-page-inset));
    transform: none;
  }

  .hero--fullscreen .hero-slider__caption {
    font-size: 1rem;
    text-align: left;
  }

  .hero--fullscreen .hero-slider__nav {
    width: 2.75rem;
    height: 2.75rem;
  }

  .hero--fullscreen .hero-slider__chevron {
    width: 11px;
    height: 11px;
  }

  .home-panel__media,
  .home-panel__image {
    width: 100%;
  }

  .home-panel__image {
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .expertise-showcase {
    min-height: clamp(
      calc(16rem + 80px),
      calc(72vw + 80px),
      calc(24rem + 80px)
    );
  }

  .single-expertise .expertise-cover .expertise-showcase,
  .single-expertise .expertise-showcase,
  .single-office .expertise-cover .expertise-showcase,
  .single-office .expertise-showcase {
    min-height: min(calc(58vh + 80px), calc(26rem + 80px));
    height: min(calc(58vh + 80px), calc(26rem + 80px));
    border-radius: 0;
  }

  .expertise-showcase__float {
    bottom: 1rem;
    left: var(--oma-page-inset);
    max-width: 80%;
  }

  .expertise-showcase__float--right,
  .expertise-showcase--align-right .expertise-showcase__float {
    left: auto;
    right: var(--oma-page-inset);
  }

  .project-card,
  .news-card,
  .expertise-card,
  .team-card {
    grid-column: span 12;
  }

  .recent-news-slider__track .news-card--compact {
    flex-basis: 78%;
  }

  .similar-projects-slider .recent-news-slider__track .news-card--compact {
    flex-basis: 78%;
  }

  .expertise-showcase {
    min-height: calc(20rem + 80px);
    --expertise-radius: var(--oma-image-radius);
  }

  .single-expertise .expertise-cover .expertise-showcase,
  .single-expertise .expertise-showcase,
  .single-office .expertise-cover .expertise-showcase,
  .single-office .expertise-showcase {
    --expertise-radius: 0;
    min-height: min(calc(52vh + 80px), calc(22rem + 80px));
    height: min(calc(52vh + 80px), calc(22rem + 80px));
    border-radius: 0;
  }

  /*
   * Mobile project layout: slider on top + information below (no tabs).
   * Desktop keeps Gallery / Information tab switching.
   */
  body.single-project.project-view-gallery,
  body.single-project.project-view-information {
    overflow: visible;
  }

  body.single-project.project-view-gallery .site-footer {
    display: block;
  }

  body.single-project.project-view-information .site-header--overlay {
    --oma-header-bg: rgb(255 255 255 / 10%);
    background: var(--oma-header-bg);
    border-bottom: none;
  }

  body.single-project.project-view-information .site-header--overlay .site-title,
  body.single-project.project-view-information
    .site-header--overlay
    .primary-nav
    > ul
    > li
    > a,
  body.single-project.project-view-information
    .site-header--overlay
    .menu-toggle {
    color: #2a2a2a;
  }

  body.single-project.project-view-information
    .site-header--overlay
    .menu-toggle {
    border-color: rgba(42, 42, 42, 0.35);
    background: transparent;
  }

  .project-chrome {
    display: none;
  }

  .project-close {
    display: none;
  }

  .project-gallery-view,
  .project-gallery-view[hidden] {
    display: block !important;
    position: relative;
    inset: auto;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 355px;
    max-height: 355px;
    z-index: 1;
  }

  .project-slide:not(.project-slide--empty):not(
      .is-active.project-slide--full-bleed
    ),
  .project-slide:not(.project-slide--empty):not(
      .is-active.project-slide--full-bleed
    )[style*="--slide-ratio"] {
    width: calc(355px * var(--slide-ratio, 1.5));
    max-width: 100vw;
  }

  @supports (width: 1cqh) {
    .project-slide:not(.project-slide--empty):not(
        .is-active.project-slide--full-bleed
      ),
    .project-slide:not(.project-slide--empty):not(
        .is-active.project-slide--full-bleed
      )[style*="--slide-ratio"] {
      width: calc(100cqh * var(--slide-ratio, 1.5));
    }
  }

  .project-slide.is-active.project-slide--full-bleed {
    width: 100vw;
  }

  .project-slide__image {
    object-fit: cover;
    object-position: center center;
  }

  .project-info-view,
  .project-info-view[hidden] {
    display: block !important;
    animation: none;
    min-height: 0;
    padding-top: 1.75rem;
  }

  .project-info-view__title {
    display: block;
  }

  body.single-office .single-expertise__body.container {
    padding-top: clamp(1.25rem, 6vw, 1.75rem);
  }

  body.single-office .single-expertise__text {
    max-width: 100%;
  }

  .expertise-showcase__nav {
    top: 0.9rem;
    left: 0.9rem;
    max-width: 70%;
  }

  .expertise-showcase__tab {
    font-size: 0.95rem;
  }

  .section-space {
    padding: 1rem 0;
  }

  .single-expertise > .section-space {
    padding-top: 0;
  }

  body.single-expertise .single-expertise__body.container {
    padding-top: clamp(1.75rem, 8vw, 2.5rem);
  }

  .single-expertise__title {
    margin: 0rem;
    font-size: clamp(1.75rem, 7vw, 2.25rem);
  }

  .single-expertise__interleave .single-expertise__gallery-item {
    margin: 1.5rem 0;
  }

  .single-expertise__interleave .single-expertise__gallery-item:first-child {
    margin-top: 0;
  }

  .home-panels {
    padding: 1rem var(--oma-page-inset) 2rem;
  }

  .home-panel {
    border-radius: var(--oma-image-radius);
  }

  .home-panel__media {
    min-height: auto;
    aspect-ratio: 16 / 9;
  }

  .home-panel__image {
    border-radius: var(--oma-image-radius);
  }

  .home-panel__body {
    padding: 1.1rem 1.25rem 1.35rem;
  }

  .home-panel__title {
    font-size: 7mm;
  }

  .home-panel__list a,
  .home-panel__list span {
    font-size: 4.5mm;
  }

  .footer-inner,
  .footer-columns {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .project-slider__nav {
    top: calc(50% + 1.25rem);
  }

  .project-slider__nav img {
    width: 32px;
    height: 32px;
  }

  .single-news__title{
    font-size: 1.25rem;
  }
}
