/* Armature Blocks CSS v0.2.399 */

/*!
 * Armature Blocks CSS
 * Version: v0.2.335
 * Consolidated stylesheet. Preserves the approved v0.2.296 visual output.
 * v0.2.311: Restores native Gutenberg button text editing in the editor.
 * v0.2.316: Removes inherited top margin from first modules inside page shells.
 * v0.2.322: Restores page reveal animation styles and adds the Armature footer credit/back-to-top UI.
 * v0.2.323: Restores subtle image rollover zooms and lets Comic 3D force square buttons.
 * v0.2.324: Reduces image rollover zooms and applies them to native Highlights cards.
 * v0.2.327: Converts Portfolio Project Grid into the image-led gallery treatment.
 * v0.2.328: Changes Portfolio Project Grid image crop to 1:1.
 * v0.2.329: Adds contrast-aware Contact Panel foreground and button variables.
 * v0.2.334: Keeps native Gutenberg controls visible and lets overlay controls span the Background panel.
 * v0.2.335: Removes pressed-button styling from overlay swatches and adds selected outline/tick state.
 * v0.2.340: Restores Armature content/wide sizes and editor parity for native alignment classes.
 * v0.2.341: Keeps Editorial static page title strips full-bleed after native alignment support is enabled.
 * v0.2.343: Centres footer credit, raises back-to-top button and hardens reveal animations.
 * v0.2.352: Adds editor-only container breakpoints for Home Hero preview modes.
 * v0.2.355: Adds Page Shell container-query fallback for Home Hero editor mobile preview.
 * v0.2.361: Makes image overlays generic for blocks with Gutenberg background images.
 * v0.2.380: Keeps inline links visible inside contrast-aware Contact Panel copy.
 * v0.2.381: Constrains Featured Work image frames so WordPress auto image placeholders cannot create layout gaps.
 * v0.2.399: Uses neutral dark scrims and white text for Portfolio Project Grid overlays.
 */

body.armature-theme,
body.armature-theme .wp-site-blocks {
  overflow-x: clip;
}

body.armature-theme .armature-page-shell > .armature-module-home-hero.alignfull,
body.armature-theme .armature-module-flexible-content > .alignfull,
body.armature-theme .armature-module-flexible-content > .wp-block-group.alignfull,
body.armature-theme .armature-module-flexible-content > .wp-block-cover.alignfull,
.editor-styles-wrapper .armature-theme .armature-page-shell > .armature-module-home-hero.alignfull,
.editor-styles-wrapper .armature-theme .armature-module-flexible-content > .alignfull,
.editor-styles-wrapper .armature-theme .armature-module-flexible-content > .wp-block-group.alignfull,
.editor-styles-wrapper .armature-theme .armature-module-flexible-content > .wp-block-cover.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

body.armature-theme .armature-module-flexible-content > .alignwide,
body.armature-theme .armature-module-flexible-content > .wp-block-group.alignwide,
body.armature-theme .armature-module-flexible-content > .wp-block-cover.alignwide,
.editor-styles-wrapper .armature-theme .armature-module-flexible-content > .alignwide,
.editor-styles-wrapper .armature-theme .armature-module-flexible-content > .wp-block-group.alignwide,
.editor-styles-wrapper .armature-theme .armature-module-flexible-content > .wp-block-cover.alignwide {
  width: min(var(--wp--style--global--wide-size, 1440px), 100%);
  max-width: none;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.armature-theme .armature-page-shell > .armature-module-home-hero.alignfull > .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme .armature-page-shell > .armature-module-home-hero.alignfull > .armature-home-hero__inner {
  width: min(
    calc(var(--wp--style--global--content-size, 1280px) + (var(--armature-shell-gutter, 50px) * 2)),
    100%
  );
  max-width: none;
  margin-inline: auto;
  box-sizing: border-box;
  padding-inline: var(--armature-shell-gutter, 50px);
}

.armature-module {
  margin-block: clamp(2rem, 5vw, 4rem);
}


body.armature-theme.armature-animation-ready .armature-animate-in {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition:
    opacity 480ms ease,
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--armature-animation-delay, 0ms);
  will-change: opacity, transform;
}

body.armature-theme.armature-animation-ready .armature-animate-in--card {
  transform: translate3d(0, 14px, 0);
}

body.armature-theme.armature-animation-ready .armature-animate-in.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  body.armature-theme .armature-animate-in,
  body.armature-theme .armature-animate-in--card {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

body.armature-theme .armature-page-shell > .armature-module:first-child,
body.armature-theme .armature-page-shell > .armature-page-shell:first-child > .armature-module:first-child,
.editor-styles-wrapper .armature-theme .armature-page-shell > .armature-module:first-child,
.editor-styles-wrapper .armature-theme .armature-page-shell > .armature-page-shell:first-child > .armature-module:first-child {
  margin-top: 0;
}

.armature-module.is-hidden-on-front-end {
  opacity: 0.82;
}

.armature-module__hidden-notice {
  margin: 0;
  padding: 1rem;
  border: 1px dashed var(--armature-color-border, rgba(0, 0, 0, 0.24));
  background: color-mix(in srgb, var(--armature-color-surface-alt, #f5f1ea) 70%, transparent);
  color: var(--armature-color-text, inherit);
  font-size: 0.92rem;
  line-height: 1.45;
}

.armature-module__hidden-notice strong {
  font-weight: 650;
}


body.armature-theme .armature-site-footer__meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

body.armature-theme .armature-site-footer__credit {
  color: var(--armature-shell-footer-link, var(--armature-color-accent));
  text-align: center;
  text-decoration: none;
}

body.armature-theme .armature-site-footer__credit:hover,
body.armature-theme .armature-site-footer__credit:focus-visible {
  color: var(--armature-color-accent-strong, var(--armature-shell-footer-link));
  text-decoration: underline;
}

body.armature-theme .armature-site-footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
}

body.armature-theme .armature-site-footer__meta,
body.armature-theme .armature-site-footer__credit {
  font-size: 0.82rem;
  line-height: 1;
}

body.armature-theme .armature-site-footer__credit {
  justify-self: center;
}

body.armature-theme .armature-site-footer__socials {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.7rem;
}

body.armature-theme .armature-site-footer--studio .armature-site-footer__inner {
  display: flex;
}

@media (max-width: 780px) {
  body.armature-theme .armature-site-footer__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  body.armature-theme .armature-site-footer--studio .armature-site-footer__inner {
    align-items: center;
    text-align: center;
  }
}

body.armature-theme .armature-back-to-top {
  position: fixed;
  right: clamp(1rem, 3vw, 1.6rem);
  bottom: clamp(4.25rem, 8vw, 6rem);
  z-index: 50;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  border: var(--armature-button-border-width, 1px) solid var(--armature-color-accent);
  border-radius: var(--armature-button-radius, 0.65rem);
  background: var(--armature-color-accent);
  color: var(--armature-color-canvas);
  box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.16);
  cursor: pointer;
  font: 700 1.35rem/1 var(--armature-font-body, system-ui, sans-serif);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 0.5rem, 0);
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

body.armature-theme .armature-back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

body.armature-theme .armature-back-to-top:hover,
body.armature-theme .armature-back-to-top:focus-visible {
  background: var(--armature-color-accent-strong);
  border-color: var(--armature-color-accent-strong);
  color: var(--armature-color-canvas);
}

@media (max-width: 700px) {
  body.armature-theme .armature-back-to-top {
    width: 2.35rem;
    height: 2.35rem;
    bottom: 4.5rem;
    font-size: 1.15rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.armature-theme .armature-back-to-top {
    transition: opacity 120ms ease;
    transform: none;
  }
}

.armature-module__header {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem 2rem;
  margin-bottom: 1.5rem;
}

.armature-module__title {
  margin: 0;
}

.armature-module__header-text {
  flex: 1 1 22rem;
  min-width: 0;
}

.armature-module__header-actions {
  flex: 0 0 auto;
  width: auto;
  margin-left: auto;
  align-self: flex-start;
  display: flex;
  justify-content: flex-end;
  text-align: right;
}

.armature-module__preview .armature-module__header-text {
  display: none !important;
}

.armature-module__preview .armature-module__header {
  margin-bottom: 1rem;
}

.armature-module__actions {
  margin: 1rem 0 0;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  text-align: right;
}

.armature-module__actions .armature-module__link {
  margin-left: auto;
}

.armature-module__intro > :first-child,
.armature-home-hero__intro > :first-child,
.armature-about-preview__intro > :first-child,
.armature-contact-panel__availability > :first-child {
  margin-top: 0;
}

.armature-module__intro > :last-child,
.armature-home-hero__intro > :last-child,
.armature-about-preview__intro > :last-child,
.armature-contact-panel__availability > :last-child {
  margin-bottom: 0;
}

body.armature-theme .armature-site-nav__link {
  text-decoration: none;
}

body.armature-theme .armature-site-nav__link:hover,
body.armature-theme .armature-site-nav__link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

body.armature-theme .armature-site-nav__item.is-current .armature-site-nav__link {
  text-decoration: none;
}

.armature-module__link,
.armature-home-hero__button,
.armature-featured-work__button,
.armature-about-preview__button,
.armature-contact-panel__button,
.armature-teasers__button .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-height: 2.75rem;
  padding: .75rem 1.1rem;
  border: 1px solid currentColor;
  text-decoration: none;
}

.armature-module__link:hover,
.armature-home-hero__button:hover,
.armature-featured-work__button:hover,
.armature-about-preview__button:hover,
.armature-contact-panel__button:hover,
.armature-teasers__button .wp-block-button__link:hover {
  text-decoration: none;
}

.armature-module__link,
.armature-home-hero__button,
.armature-featured-work__button,
.armature-about-preview__button,
.armature-contact-panel__button,
.armature-home-hero__actions .wp-block-button__link,
.armature-about-preview__actions .wp-block-button__link,
.armature-module .wp-block-button__link,
.armature-teasers__button .wp-block-button__link {
  min-height: 2.5rem;
  padding: .65rem 1rem;
  font-family: var(--armature-font-body);
  font-size: .95rem;
  line-height: 1.15;
  font-weight: 500;
  box-shadow: none;
}

.block-editor-block-list__layout .armature-module a:not(.wp-block-button__link),
.block-editor-block-list__layout .armature-home-hero__button:not(.wp-block-button__link),
.block-editor-block-list__layout .armature-about-preview__button:not(.wp-block-button__link),
.block-editor-block-list__layout .armature-contact-panel__button:not(.wp-block-button__link),
.block-editor-block-list__layout .armature-featured-work__button:not(.wp-block-button__link) {
  pointer-events: none !important;
}

.block-editor-block-list__layout .wp-block-button__link {
  pointer-events: auto;
}

.armature-home-hero__inner,
.armature-about-preview__inner,
.armature-contact-panel__inner,
.armature-featured-work__card {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2.5rem);
}

.armature-home-hero__inner,
.armature-about-preview__inner,
.armature-contact-panel__inner,
.armature-featured-work__card {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.armature-home-hero__descriptor,
.armature-about-preview__eyebrow,
.armature-contact-panel__email-label,
.armature-contact-panel__social-label,
.armature-featured-work__meta,
.armature-project-grid__meta,
.armature-news-listing__meta {
  margin: 0 0 .5rem;
  font-size: 0.75rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  opacity: .75;
}

.armature-home-hero__title,
.armature-featured-work__card-title,
.armature-project-grid__card-title,
.armature-news-listing__card-title {
  margin: 0;
}

.armature-module__title {
  font-size: clamp(1.55rem, 2.35vw, 1.9rem);
  line-height: 1.08;
}

.armature-home-hero__title {
  font-size: clamp(2rem, 3.5vw, 2.85rem);
  line-height: .94;
  letter-spacing: -0.03em;
}

.armature-featured-work__card-title,
.armature-project-grid__card-title,
.armature-news-listing__card-title,
.armature-teasers__title {
  font-size: clamp(1.2rem, 1.8vw, 1.4rem);
  line-height: 1.08;
}

.armature-home-hero__intro,
.armature-featured-work__summary,
.armature-project-grid__excerpt,
.armature-news-listing__excerpt,
.armature-teasers__excerpt,
.armature-about-preview__intro,
.armature-contact-panel__availability {
  font-size: .96rem;
  line-height: 1.55;
}

.armature-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.25rem;
}

.armature-home-hero__media,
.armature-about-preview__media,
.armature-featured-work__image,
.armature-project-grid__image,
.armature-news-listing__image,
.armature-contact-panel__form {
  overflow: hidden;
}

.armature-home-hero__image,
.armature-about-preview__image,
.armature-featured-work__image img,
.armature-project-grid__image img,
.armature-news-listing__image-link,
.armature-news-listing__image img {
  display: block;
  width: 100%;
  height: auto;
}

.armature-featured-work__card,
.armature-about-preview__inner,
.armature-contact-panel__inner {
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(0,0,0,.12);
}

.armature-featured-work__content,
.armature-project-grid__content,
.armature-news-listing__content {
  display: grid;
  gap: .75rem;
  align-content: start;
}

.armature-news-listing__actions {
  margin: 0.15rem 0 0;
}

.armature-news-listing__read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.armature-news-listing__read-more:hover,
.armature-news-listing__read-more:focus {
  text-decoration-thickness: 0.08em;
}

.armature-news-listing__image-link,
.armature-news-listing__title-link {
  color: inherit;
  text-decoration: none;
}

.armature-news-listing__image-link {
  display: block;
}

.armature-news-listing__title-link:hover,
.armature-news-listing__title-link:focus {
  color: var(--armature-color-accent);
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.armature-project-grid__items,
.armature-news-listing__items {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.armature-project-grid__card,
.armature-news-listing__card {
  border: 1px solid rgba(0,0,0,.12);
}

.armature-project-grid__link,
.armature-news-listing__link,
.armature-featured-work__image-link {
  color: inherit;
  text-decoration: none !important;
}

.armature-project-grid__link,
.armature-news-listing__link {
  display: block;
  height: 100%;
}

.armature-project-grid__content,
.armature-news-listing__content {
  padding: 1rem;
}

.armature-contact-panel__social-links {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.armature-contact-panel__social-link-item a,
.armature-contact-panel__social-link-item span {
  display: inline-flex;
  padding: .5rem .8rem;
  border: 1px solid rgba(0,0,0,.12);
  text-decoration: none !important;
}

.armature-contact-panel__email {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.armature-contact-panel__aside {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.armature-contact-panel--contact-default .armature-contact-panel__body,
.armature-contact-panel--contact-two .armature-contact-panel__body,
.armature-contact-panel--contact-editorial .armature-contact-panel__body,
.armature-contact-panel--contact-portfolio .armature-contact-panel__body,
.armature-contact-panel--contact-studio .armature-contact-panel__body {
  display: contents;
}

.armature-contact-panel--contact-default .armature-contact-panel__copy,
.armature-contact-panel--contact-two .armature-contact-panel__copy,
.armature-contact-panel--contact-editorial .armature-contact-panel__copy,
.armature-contact-panel--contact-portfolio .armature-contact-panel__copy,
.armature-contact-panel--contact-studio .armature-contact-panel__copy {
  grid-column: 1;
  min-width: 0;
  display: grid;
  gap: 0.65rem;
  align-content: start;
}

.armature-contact-panel--contact-default .armature-contact-panel__header,
.armature-contact-panel--contact-two .armature-contact-panel__header,
.armature-contact-panel--contact-editorial .armature-contact-panel__header,
.armature-contact-panel--contact-portfolio .armature-contact-panel__header,
.armature-contact-panel--contact-studio .armature-contact-panel__header {
  display: block;
  margin: 0;
}

.armature-contact-panel--contact-default .armature-contact-panel__intro,
.armature-contact-panel--contact-two .armature-contact-panel__intro,
.armature-contact-panel--contact-editorial .armature-contact-panel__intro,
.armature-contact-panel--contact-portfolio .armature-contact-panel__intro,
.armature-contact-panel--contact-studio .armature-contact-panel__intro {
  max-width: 42rem;
  margin: 0;
}

.armature-contact-panel--contact-default .armature-contact-panel__contact,
.armature-contact-panel--contact-two .armature-contact-panel__contact,
.armature-contact-panel--contact-editorial .armature-contact-panel__contact,
.armature-contact-panel--contact-portfolio .armature-contact-panel__contact,
.armature-contact-panel--contact-studio .armature-contact-panel__contact {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  align-self: end;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  min-width: max-content;
  text-align: right;
}

.armature-contact-panel--contact-default .armature-contact-panel__contact .armature-contact-panel__actions,
.armature-contact-panel--contact-two .armature-contact-panel__contact .armature-contact-panel__actions,
.armature-contact-panel--contact-editorial .armature-contact-panel__contact .armature-contact-panel__actions,
.armature-contact-panel--contact-portfolio .armature-contact-panel__contact .armature-contact-panel__actions,
.armature-contact-panel--contact-studio .armature-contact-panel__contact .armature-contact-panel__actions {
  margin: 0;
}

.armature-featured-work__empty,
.armature-project-grid__empty,
.armature-news-listing__empty,
.armature-about-preview__empty,
.armature-contact-panel__empty {
  padding: 1rem 1.25rem;
  border: 1px dashed rgba(0,0,0,.2);
}

@media (max-width: 781px) {
  .armature-home-hero__inner,
  .armature-about-preview__inner,
  .armature-contact-panel__inner,
  .armature-featured-work__card,
  .armature-project-grid__items,
  .armature-news-listing__items {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 960px) {
  .armature-contact-panel--contact-default .armature-contact-panel__copy,
  .armature-contact-panel--contact-two .armature-contact-panel__copy,
  .armature-contact-panel--contact-editorial .armature-contact-panel__copy,
  .armature-contact-panel--contact-portfolio .armature-contact-panel__copy,
  .armature-contact-panel--contact-studio .armature-contact-panel__copy,
  .armature-contact-panel--contact-default .armature-contact-panel__contact,
  .armature-contact-panel--contact-two .armature-contact-panel__contact,
  .armature-contact-panel--contact-editorial .armature-contact-panel__contact,
  .armature-contact-panel--contact-portfolio .armature-contact-panel__contact,
  .armature-contact-panel--contact-studio .armature-contact-panel__contact {
    grid-column: 1;
    grid-row: auto;
  }

  .armature-contact-panel--contact-default .armature-contact-panel__contact,
  .armature-contact-panel--contact-two .armature-contact-panel__contact,
  .armature-contact-panel--contact-editorial .armature-contact-panel__contact,
  .armature-contact-panel--contact-portfolio .armature-contact-panel__contact,
  .armature-contact-panel--contact-studio .armature-contact-panel__contact {
    justify-self: start;
    align-self: start;
    justify-content: flex-start;
    min-width: 0;
    text-align: left;
  }
}

.armature-home-hero__content {
  display: grid;
  gap: 1rem;
  align-content: center;
}

.armature-home-hero__content > * {
  margin-top: 0;
  margin-bottom: 0;
}

.armature-about-preview__content,
.armature-contact-panel__main {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.armature-featured-work__image img,
.armature-project-grid__image img,
.armature-news-listing__image img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.armature-featured-work__image {
  aspect-ratio: 5 / 4;
  background: var(--armature-color-surface-alt, rgba(0,0,0,.04));
}

.armature-featured-work__image img {
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
  contain-intrinsic-size: 1024px 768px;
}

body.armature-theme :where(
  .armature-featured-work__image img,
  .armature-project-grid__image img,
  .armature-news-listing__image img,
  .armature-teasers__image img,
  .wp-block-gallery .wp-block-image img,
  .wp-block-gallery figure img,
  .blocks-gallery-grid .blocks-gallery-item img
),
.editor-styles-wrapper .armature-theme :where(
  .wp-block-gallery .wp-block-image img,
  .wp-block-gallery figure img,
  .blocks-gallery-grid .blocks-gallery-item img
) {
  transform-origin: center;
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

body.armature-theme :where(
  .wp-block-gallery .wp-block-image,
  .wp-block-gallery figure,
  .blocks-gallery-grid .blocks-gallery-item
),
.editor-styles-wrapper .armature-theme :where(
  .wp-block-gallery .wp-block-image,
  .wp-block-gallery figure,
  .blocks-gallery-grid .blocks-gallery-item
) {
  overflow: hidden;
}

body.armature-theme :where(
  .armature-featured-work__card:hover .armature-featured-work__image img,
  .armature-featured-work__card:focus-within .armature-featured-work__image img,
  .armature-featured-work__image-link:hover .armature-featured-work__image img,
  .armature-featured-work__image-link:focus-visible .armature-featured-work__image img,
  .armature-project-grid__card:hover .armature-project-grid__image img,
  .armature-project-grid__card:focus-within .armature-project-grid__image img,
  .armature-project-grid__link:hover .armature-project-grid__image img,
  .armature-project-grid__link:focus-visible .armature-project-grid__image img,
  .armature-news-listing__card:hover .armature-news-listing__image img,
  .armature-news-listing__card:focus-within .armature-news-listing__image img,
  .armature-news-listing__image-link:hover img,
  .armature-news-listing__image-link:focus-visible img,
  .armature-teasers__card:hover .armature-teasers__image img,
  .armature-teasers__card:focus-within .armature-teasers__image img,
  .armature-teasers__link:hover .armature-teasers__image img,
  .armature-teasers__link:focus-visible .armature-teasers__image img,
  .armature-teasers__image-link:hover .armature-teasers__image img,
  .armature-teasers__image-link:focus-visible .armature-teasers__image img,
  .wp-block-gallery .wp-block-image:hover img,
  .wp-block-gallery .wp-block-image:focus-within img,
  .wp-block-gallery figure:hover img,
  .wp-block-gallery figure:focus-within img,
  .wp-block-gallery a:hover img,
  .wp-block-gallery a:focus-visible img,
  .blocks-gallery-grid .blocks-gallery-item:hover img,
  .blocks-gallery-grid .blocks-gallery-item:focus-within img
) {
  transform: scale(1.02);
}

@media (prefers-reduced-motion: reduce) {
  body.armature-theme :where(
    .armature-featured-work__image img,
    .armature-project-grid__image img,
    .armature-news-listing__image img,
    .armature-teasers__image img,
    .wp-block-gallery .wp-block-image img,
    .wp-block-gallery figure img,
    .blocks-gallery-grid .blocks-gallery-item img
  ) {
    transition: none;
    will-change: auto;
  }

  body.armature-theme :where(
    .armature-featured-work__card:hover .armature-featured-work__image img,
    .armature-featured-work__card:focus-within .armature-featured-work__image img,
    .armature-featured-work__image-link:hover .armature-featured-work__image img,
    .armature-featured-work__image-link:focus-visible .armature-featured-work__image img,
    .armature-project-grid__card:hover .armature-project-grid__image img,
    .armature-project-grid__card:focus-within .armature-project-grid__image img,
    .armature-project-grid__link:hover .armature-project-grid__image img,
    .armature-project-grid__link:focus-visible .armature-project-grid__image img,
    .armature-news-listing__card:hover .armature-news-listing__image img,
    .armature-news-listing__card:focus-within .armature-news-listing__image img,
    .armature-news-listing__image-link:hover img,
    .armature-news-listing__image-link:focus-visible img,
    .armature-teasers__card:hover .armature-teasers__image img,
    .armature-teasers__card:focus-within .armature-teasers__image img,
    .armature-teasers__link:hover .armature-teasers__image img,
    .armature-teasers__link:focus-visible .armature-teasers__image img,
    .armature-teasers__image-link:hover .armature-teasers__image img,
    .armature-teasers__image-link:focus-visible .armature-teasers__image img,
    .wp-block-gallery .wp-block-image:hover img,
    .wp-block-gallery .wp-block-image:focus-within img,
    .wp-block-gallery figure:hover img,
    .wp-block-gallery figure:focus-within img,
    .wp-block-gallery a:hover img,
    .wp-block-gallery a:focus-visible img,
    .blocks-gallery-grid .blocks-gallery-item:hover img,
    .blocks-gallery-grid .blocks-gallery-item:focus-within img
  ) {
    transform: none;
  }
}

.armature-home-hero--hero-one .armature-home-hero__inner {
  align-items: center;
}

.armature-home-hero--hero-two {
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(0,0,0,.03);
}

.armature-home-hero--hero-two .armature-home-hero__inner {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  align-items: stretch;
}

.armature-home-hero--hero-two .armature-home-hero__content {
  padding: clamp(.5rem, 2vw, 1rem) 0;
}

.armature-home-hero--hero-two .armature-home-hero__image {
  height: 100%;
  min-height: 20rem;
  object-fit: cover;
}

.armature-home-hero--hero-three {
  text-align: center;
}

.armature-home-hero--hero-three .armature-home-hero__inner {
  grid-template-columns: minmax(0, 1fr);
}

.armature-home-hero--hero-three .armature-home-hero__content {
  max-width: 46rem;
  margin-inline: auto;
}

.armature-home-hero--hero-three .armature-home-hero__actions {
  justify-content: center;
}

.armature-home-hero--hero-three .armature-home-hero__media {
  max-width: min(100%, 48rem);
  margin-inline: auto;
}

.armature-home-hero--hero-three .armature-home-hero__image {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.armature-featured-work--featured-two .armature-featured-work__card {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: center;
  border-left-width: 4px;
  background: rgba(0,0,0,.03);
}

.armature-featured-work--featured-two .armature-featured-work__content {
  gap: 1rem;
}

.armature-featured-work--featured-three .armature-featured-work__card {
  grid-template-columns: minmax(0, 1fr);
  max-width: 56rem;
  margin-inline: auto;
}

.armature-featured-work--featured-three .armature-featured-work__content {
  max-width: 40rem;
  justify-self: center;
  text-align: center;
}

.armature-featured-work--featured-three .armature-featured-work__actions {
  justify-self: center;
}

.armature-project-grid--grid-two .armature-project-grid__items {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.armature-project-grid--grid-two .armature-project-grid__card {
  border-width: 0 0 1px;
}

.armature-project-grid--grid-three .armature-project-grid__items {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.armature-project-grid--grid-three .armature-project-grid__content {
  padding: .85rem;
}

.armature-news-listing--listing-two .armature-news-listing__items {
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}

.armature-news-listing--listing-two .armature-news-listing__link {
  display: grid;
  grid-template-columns: minmax(0, 14rem) minmax(0, 1fr);
}

.armature-news-listing--listing-two .armature-news-listing__content {
  padding: 1.25rem;
}

.armature-news-listing--listing-three .armature-news-listing__items {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.armature-contact-panel--contact-two .armature-contact-panel__inner {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  background: rgba(0,0,0,.03);
}

.armature-contact-panel--contact-three {
  text-align: center;
}

.armature-contact-panel--contact-three .armature-contact-panel__inner {
  grid-template-columns: minmax(0, 1fr);
}

.armature-contact-panel--contact-three .armature-contact-panel__social-links {
  justify-content: center;
}

.armature-contact-panel--contact-three .armature-contact-panel__actions {
  justify-self: center;
}

@media (max-width: 1024px) {
  .armature-project-grid--grid-three .armature-project-grid__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 781px) {
  .armature-home-hero--hero-two .armature-home-hero__inner,
  .armature-featured-work--featured-two .armature-featured-work__card,
  .armature-news-listing--listing-two .armature-news-listing__link,
  .armature-contact-panel--contact-two .armature-contact-panel__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .armature-home-hero--hero-two .armature-home-hero__image,
  .armature-home-hero--hero-three .armature-home-hero__image {
    min-height: 0;
  }
}

.armature-theme :where(.wp-site-blocks > header, header.wp-block-template-part, header.site-header) {
  position: relative;
}

.armature-theme :where(.wp-site-blocks > header, header.wp-block-template-part, header.site-header),
.armature-theme :where(.wp-site-blocks > footer, footer.wp-block-template-part, footer.site-footer) {
  transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.armature-theme :where(.wp-site-blocks > header, header.wp-block-template-part, header.site-header) :where(.wp-block-site-title, .site-title) {
  margin: 0;
}

.armature-theme :where(.wp-site-blocks > header, header.wp-block-template-part, header.site-header) :where(a) {
  text-decoration-thickness: .08em;
}

.armature-theme :where(.wp-site-blocks > footer, footer.wp-block-template-part, footer.site-footer) {
  margin-top: clamp(3rem, 8vw, 6rem);
}

.armature-header--header-one :where(.wp-site-blocks > header, header.wp-block-template-part, header.site-header) {
  border-bottom: 1px solid rgba(0,0,0,.12);
}

.armature-header--header-one :where(.wp-site-blocks > header, header.wp-block-template-part, header.site-header) :where(.wp-block-group, .site-header-inner) {
  gap: 1rem 1.5rem;
}

.armature-header--header-two :where(.wp-site-blocks > header, header.wp-block-template-part, header.site-header) {
  margin-inline: clamp(1rem, 3vw, 2rem);
  margin-top: clamp(1rem, 3vw, 1.5rem);
  padding: clamp(.75rem, 2vw, 1rem) clamp(1rem, 3vw, 1.5rem);
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(0,0,0,.03);
}

.armature-header--header-two :where(.wp-site-blocks > header, header.wp-block-template-part, header.site-header) :where(.wp-block-navigation-item__content, .menu-item > a) {
  padding: .35rem .7rem;
  border-radius: 999px;
}

.armature-header--header-two :where(.wp-site-blocks > header, header.wp-block-template-part, header.site-header) :where(.wp-block-site-title, .site-title) {
  font-size: clamp(1.3rem, 2vw, 1.6rem);
}

.armature-header--header-three :where(.wp-site-blocks > header, header.wp-block-template-part, header.site-header) {
  text-align: center;
  border-bottom: 2px solid currentColor;
  padding-bottom: .5rem;
}

.armature-header--header-three :where(.wp-site-blocks > header, header.wp-block-template-part, header.site-header) :where(.wp-block-group, .site-header-inner) {
  justify-content: center;
  gap: .75rem 1.25rem;
}

.armature-header--header-three :where(.wp-site-blocks > header, header.wp-block-template-part, header.site-header) :where(.wp-block-navigation, nav, .main-navigation) {
  font-size: .95rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.armature-footer--footer-one :where(.wp-site-blocks > footer, footer.wp-block-template-part, footer.site-footer) {
  border-top: 1px solid rgba(0,0,0,.12);
  padding-top: clamp(1.5rem, 4vw, 2.5rem);
}

.armature-footer--footer-two :where(.wp-site-blocks > footer, footer.wp-block-template-part, footer.site-footer) {
  margin-inline: clamp(1rem, 3vw, 2rem);
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(0,0,0,.03);
}

.armature-footer--footer-two :where(.wp-site-blocks > footer, footer.wp-block-template-part, footer.site-footer) :where(.wp-block-group, .site-footer-inner) {
  gap: 1rem 1.5rem;
}

.armature-footer--footer-three :where(.wp-site-blocks > footer, footer.wp-block-template-part, footer.site-footer) {
  text-align: center;
  border-top: 2px solid currentColor;
  padding-top: clamp(1.5rem, 4vw, 2.25rem);
}

.armature-footer--footer-three :where(.wp-site-blocks > footer, footer.wp-block-template-part, footer.site-footer) :where(.wp-block-navigation, nav, .footer-navigation) {
  justify-content: center;
  font-size: .92rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.armature-footer--footer-three :where(.wp-site-blocks > footer, footer.wp-block-template-part, footer.site-footer) :where(.wp-block-social-links, .social-links) {
  justify-content: center;
}

.armature-editor-fields {
  margin-bottom: 1.25rem;
  padding: 1rem;
  border: 1px solid rgba(0,0,0,.12);
  background: #fff;
}

.armature-editor-fields > * + * {
  margin-top: 1rem;
}

.armature-editor-field__label {
  display: block;
  margin-bottom: .4rem;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.armature-editor-field__help {
  margin: 0 0 .5rem;
  color: #50575e;
  font-size: 12px;
}

.armature-editor-field__input,
.armature-editor-field__richtext {
  width: 100%;
  min-height: 44px;
  padding: .65rem .8rem;
  border: 1px solid #dcdcde;
  border-radius: 2px;
  background: #fff;
}

.armature-editor-field__richtext {
  min-height: 110px;
}

.armature-editor-field__richtext .block-editor-rich-text__editable {
  min-height: 90px;
  outline: none;
}

.armature-editor-button-fields {
  display: grid;
  gap: .75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 781px) {
  .armature-editor-button-fields {
    grid-template-columns: minmax(0, 1fr);
  }
}

.armature-home-hero__actions .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.armature-home-hero__actions .wp-block-button {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.armature-home-hero__actions .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-height: 2.75rem;
  padding: .75rem 1.1rem;
  border: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: inherit;
  box-shadow: none;
  text-decoration: none;
}

.armature-home-hero__actions .wp-block-button__link:hover,
.armature-home-hero__actions .wp-block-button__link:focus {
  text-decoration: none;
  box-shadow: none;
}

.editor-styles-wrapper .armature-home-hero__actions .wp-block-button {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.editor-styles-wrapper .armature-home-hero__actions .wp-block-button__link {
  min-height: 2.75rem;
  padding: .75rem 1.1rem;
  border: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: inherit;
  box-shadow: none;
  text-decoration: none;
}

.armature-module__editorial {
  margin-bottom: 1.5rem;
}

.armature-module__editorial > :first-child {
  margin-top: 0;
}

.armature-module__editorial > :last-child {
  margin-bottom: 0;
}

.armature-about-preview__actions .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.armature-about-preview__actions .wp-block-button {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.armature-about-preview__actions .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-height: 2.75rem;
  padding: .75rem 1.1rem;
  border: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: inherit;
  box-shadow: none;
  text-decoration: none;
}

.armature-about-preview__actions .wp-block-button__link:hover,
.armature-about-preview__actions .wp-block-button__link:focus {
  text-decoration: none;
  box-shadow: none;
}

.editor-styles-wrapper .armature-about-preview__actions .wp-block-button {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.editor-styles-wrapper .armature-about-preview__actions .wp-block-button__link {
  min-height: 2.75rem;
  padding: .75rem 1.1rem;
  border: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: inherit;
  box-shadow: none;
  text-decoration: none;
}

.armature-module .armature-module__actions,
.wp-block-armature-project-grid .armature-module__actions,
.wp-block-armature-news-listing .armature-module__actions,
.wp-block-armature-featured-work .armature-module__actions {
  display: flex !important;
  width: 100%;
  justify-content: flex-end !important;
  text-align: right;
  margin-left: auto;
}

.armature-module .armature-module__header-actions,
.wp-block-armature-project-grid .armature-module__header-actions,
.wp-block-armature-news-listing .armature-module__header-actions,
.wp-block-armature-featured-work .armature-module__header-actions {
  display: flex !important;
  width: auto !important;
  flex: 0 0 auto !important;
  justify-content: flex-end !important;
  text-align: right;
  margin-left: auto;
  align-self: flex-start;
}

.armature-module .armature-module__actions .armature-module__link,
.armature-module .armature-module__header-actions .armature-module__link,
.wp-block-armature-project-grid .armature-module__actions .armature-module__link,
.wp-block-armature-project-grid .armature-module__header-actions .armature-module__link,
.wp-block-armature-news-listing .armature-module__actions .armature-module__link,
.wp-block-armature-news-listing .armature-module__header-actions .armature-module__link,
.wp-block-armature-featured-work .armature-module__actions .armature-module__link,
.wp-block-armature-featured-work .armature-module__header-actions .armature-module__link {
  margin-left: auto;
}

.armature-module__header-text,
.armature-module__header-main {
  flex: 1 1 22rem;
  min-width: 0;
}

.armature-module__header-text .armature-module__editorial {
  margin: 0;
}

.armature-module__header-text .armature-module__editorial > :first-child {
  margin-top: 0;
}

.armature-module__header-text .armature-module__editorial > :last-child {
  margin-bottom: 0;
}

.editor-styles-wrapper .armature-module-project-grid,
.editor-styles-wrapper .armature-module-news-listing {
  display: block;
}

.editor-styles-wrapper .armature-module-project-grid .armature-module__editor-header,
.editor-styles-wrapper .armature-module-news-listing .armature-module__editor-header {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem 2rem;
  margin-bottom: 1.5rem;
}

.editor-styles-wrapper .armature-module-project-grid .armature-module__editorial,
.editor-styles-wrapper .armature-module-news-listing .armature-module__editorial {
  flex: 1 1 22rem;
  min-width: 0;
  margin: 0;
}

.editor-styles-wrapper .armature-module-project-grid .armature-module__editor-actions,
.editor-styles-wrapper .armature-module-news-listing .armature-module__editor-actions {
  flex: 0 0 auto;
  width: auto;
  margin-left: auto;
  align-self: flex-start;
  display: flex;
  justify-content: flex-end;
  text-align: right;
}

.editor-styles-wrapper .armature-module-project-grid .armature-module__editor-actions .armature-module__link,
.editor-styles-wrapper .armature-module-news-listing .armature-module__editor-actions .armature-module__link {
  pointer-events: none;
}

.editor-styles-wrapper .armature-module-project-grid .armature-module__preview,
.editor-styles-wrapper .armature-module-news-listing .armature-module__preview {
  margin-top: 0;
}

.editor-styles-wrapper .armature-module-project-grid .armature-module__preview .armature-module__header,
.editor-styles-wrapper .armature-module-news-listing .armature-module__preview .armature-module__header {
  display: none !important;
}

.editor-styles-wrapper .armature-module-project-grid .armature-module__preview .armature-project-grid__items,
.editor-styles-wrapper .armature-module-project-grid .armature-module__preview .armature-project-grid__empty,
.editor-styles-wrapper .armature-module-news-listing .armature-module__preview .armature-news-listing__items,
.editor-styles-wrapper .armature-module-news-listing .armature-module__preview .armature-news-listing__empty {
  margin-top: 0;
}

@media (max-width: 639px) {
  .armature-module__header {
    flex-wrap: wrap;
  }

  .armature-module__header-actions {
    width: 100%;
  }

  .editor-styles-wrapper .armature-module-project-grid .armature-module__editor-header,
  .editor-styles-wrapper .armature-module-news-listing .armature-module__editor-header {
    flex-wrap: wrap;
    align-items: stretch;
  }

  .editor-styles-wrapper .armature-module-project-grid .armature-module__editor-actions,
  .editor-styles-wrapper .armature-module-news-listing .armature-module__editor-actions {
    width: 100%;
  }
}

body.armature-theme,
.editor-styles-wrapper .armature-theme {
  background: var(--armature-color-canvas);
  color: var(--armature-color-text);
  font-family: var(--armature-font-body);
}

body.armature-theme .armature-module .wp-block-button__link,
.editor-styles-wrapper .armature-theme .armature-module .wp-block-button__link,
body.armature-theme .armature-home-hero__actions .wp-block-button__link,
.editor-styles-wrapper .armature-theme .armature-home-hero__actions .wp-block-button__link,
body.armature-theme .armature-about-preview__actions .wp-block-button__link,
.editor-styles-wrapper .armature-theme .armature-about-preview__actions .wp-block-button__link,
body.armature-theme .armature-contact-panel__actions .wp-block-button__link,
.editor-styles-wrapper .armature-theme .armature-contact-panel__actions .wp-block-button__link,
body.armature-theme .armature-teasers__button .wp-block-button__link,
.editor-styles-wrapper .armature-theme .armature-teasers__button .wp-block-button__link {
  font-family: var(--armature-font-body);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1;
}

body.armature-theme :where(h1, h2, h3, h4, h5, h6, .wp-block-site-title, .site-title),
.editor-styles-wrapper .armature-theme :where(h1, h2, h3, h4, h5, h6, .wp-block-site-title, .site-title) {
  color: var(--armature-color-heading);
  font-family: var(--armature-font-heading);
}

body.armature-theme :where(a),
.editor-styles-wrapper .armature-theme :where(a) {
  color: var(--armature-color-accent);
  text-decoration: none;
}

body.armature-theme :where(a:hover, a:focus),
.editor-styles-wrapper .armature-theme :where(a:hover, a:focus) {
  text-decoration: underline;
}

body.armature-theme :where(.wp-site-blocks > header, header.wp-block-template-part, header.site-header),
.editor-styles-wrapper .armature-theme :where(.wp-site-blocks > header, header.wp-block-template-part, header.site-header),
body.armature-theme :where(.wp-site-blocks > footer, footer.wp-block-template-part, footer.site-footer),
.editor-styles-wrapper .armature-theme :where(.wp-site-blocks > footer, footer.wp-block-template-part, footer.site-footer) {
  background: var(--armature-color-surface);
  border-color: var(--armature-color-border);
  color: var(--armature-color-text);
}

body.armature-theme .armature-module__title,
.editor-styles-wrapper .armature-theme .armature-module__title,
body.armature-theme .armature-home-hero__title,
.editor-styles-wrapper .armature-theme .armature-home-hero__title,
body.armature-theme .armature-featured-work__card-title,
.editor-styles-wrapper .armature-theme .armature-featured-work__card-title,
body.armature-theme .armature-project-grid__card-title,
.editor-styles-wrapper .armature-theme .armature-project-grid__card-title,
body.armature-theme .armature-news-listing__card-title,
.editor-styles-wrapper .armature-theme .armature-news-listing__card-title {
  color: var(--armature-color-heading);
}

body.armature-theme .armature-home-hero__descriptor,
.editor-styles-wrapper .armature-theme .armature-home-hero__descriptor,
body.armature-theme .armature-about-preview__eyebrow,
.editor-styles-wrapper .armature-theme .armature-about-preview__eyebrow,
body.armature-theme .armature-contact-panel__email-label,
.editor-styles-wrapper .armature-theme .armature-contact-panel__email-label,
body.armature-theme .armature-contact-panel__social-label,
.editor-styles-wrapper .armature-theme .armature-contact-panel__social-label,
body.armature-theme .armature-featured-work__meta,
.editor-styles-wrapper .armature-theme .armature-featured-work__meta,
body.armature-theme .armature-project-grid__meta,
.editor-styles-wrapper .armature-theme .armature-project-grid__meta,
body.armature-theme .armature-news-listing__meta,
.editor-styles-wrapper .armature-theme .armature-news-listing__meta {
  color: var(--armature-color-text);
  opacity: .72;
}

body.armature-theme .armature-featured-work__card,
.editor-styles-wrapper .armature-theme .armature-featured-work__card,
body.armature-theme .armature-about-preview__inner,
.editor-styles-wrapper .armature-theme .armature-about-preview__inner,
body.armature-theme .armature-contact-panel__inner,
.editor-styles-wrapper .armature-theme .armature-contact-panel__inner,
body.armature-theme .armature-project-grid__card,
.editor-styles-wrapper .armature-theme .armature-project-grid__card,
body.armature-theme .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .armature-news-listing__card,
body.armature-theme .armature-home-hero--hero-two,
.editor-styles-wrapper .armature-theme .armature-home-hero--hero-two,
body.armature-theme .armature-featured-work__empty,
.editor-styles-wrapper .armature-theme .armature-featured-work__empty,
body.armature-theme .armature-project-grid__empty,
.editor-styles-wrapper .armature-theme .armature-project-grid__empty,
body.armature-theme .armature-news-listing__empty,
.editor-styles-wrapper .armature-theme .armature-news-listing__empty,
body.armature-theme .armature-about-preview__empty,
.editor-styles-wrapper .armature-theme .armature-about-preview__empty,
body.armature-theme .armature-contact-panel__empty,
.editor-styles-wrapper .armature-theme .armature-contact-panel__empty,
body.armature-theme .armature-editor-fields,
.editor-styles-wrapper .armature-theme .armature-editor-fields,
body.armature-theme .armature-editor-field__input,
.editor-styles-wrapper .armature-theme .armature-editor-field__input,
body.armature-theme .armature-editor-field__richtext,
.editor-styles-wrapper .armature-theme .armature-editor-field__richtext,
body.armature-theme .armature-contact-panel__social-link-item a,
.editor-styles-wrapper .armature-theme .armature-contact-panel__social-link-item a,
body.armature-theme .armature-contact-panel__social-link-item span,
.editor-styles-wrapper .armature-theme .armature-contact-panel__social-link-item span {
  border-color: var(--armature-color-border);
}

body.armature-theme .armature-featured-work__card,
.editor-styles-wrapper .armature-theme .armature-featured-work__card,
body.armature-theme .armature-about-preview__inner,
.editor-styles-wrapper .armature-theme .armature-about-preview__inner,
body.armature-theme .armature-contact-panel__inner,
.editor-styles-wrapper .armature-theme .armature-contact-panel__inner,
body.armature-theme .armature-project-grid__card,
.editor-styles-wrapper .armature-theme .armature-project-grid__card,
body.armature-theme .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .armature-news-listing__card,
body.armature-theme .armature-editor-fields,
.editor-styles-wrapper .armature-theme .armature-editor-fields,
body.armature-theme .armature-editor-field__input,
.editor-styles-wrapper .armature-theme .armature-editor-field__input,
body.armature-theme .armature-editor-field__richtext,
.editor-styles-wrapper .armature-theme .armature-editor-field__richtext {
  background: var(--armature-color-surface);
  color: var(--armature-color-text);
}

body.armature-theme .armature-home-hero--hero-two,
.editor-styles-wrapper .armature-theme .armature-home-hero--hero-two,
body.armature-theme .armature-featured-work--featured-two .armature-featured-work__card,
.editor-styles-wrapper .armature-theme .armature-featured-work--featured-two .armature-featured-work__card,
body.armature-theme .armature-contact-panel--contact-two .armature-contact-panel__inner,
.editor-styles-wrapper .armature-theme .armature-contact-panel--contact-two .armature-contact-panel__inner,
body.armature-theme .armature-header--header-two :where(.wp-site-blocks > header, header.wp-block-template-part, header.site-header),
.editor-styles-wrapper .armature-theme .armature-header--header-two :where(.wp-site-blocks > header, header.wp-block-template-part, header.site-header),
body.armature-theme .armature-footer--footer-two :where(.wp-site-blocks > footer, footer.wp-block-template-part, footer.site-footer),
.editor-styles-wrapper .armature-theme .armature-footer--footer-two :where(.wp-site-blocks > footer, footer.wp-block-template-part, footer.site-footer) {
  background: var(--armature-color-surface-alt);
}

body.armature-theme .armature-header--header-three :where(.wp-site-blocks > header, header.wp-block-template-part, header.site-header),
.editor-styles-wrapper .armature-theme .armature-header--header-three :where(.wp-site-blocks > header, header.wp-block-template-part, header.site-header),
body.armature-theme .armature-footer--footer-three :where(.wp-site-blocks > footer, footer.wp-block-template-part, footer.site-footer),
.editor-styles-wrapper .armature-theme .armature-footer--footer-three :where(.wp-site-blocks > footer, footer.wp-block-template-part, footer.site-footer) {
  border-color: var(--armature-color-heading);
}

body.armature-theme .armature-module__link,
.editor-styles-wrapper .armature-theme .armature-module__link,
body.armature-theme .armature-home-hero__button,
.editor-styles-wrapper .armature-theme .armature-home-hero__button,
body.armature-theme .armature-featured-work__button,
.editor-styles-wrapper .armature-theme .armature-featured-work__button,
body.armature-theme .armature-about-preview__button,
.editor-styles-wrapper .armature-theme .armature-about-preview__button,
body.armature-theme .armature-contact-panel__button,
.editor-styles-wrapper .armature-theme .armature-contact-panel__button,
body.armature-theme .armature-home-hero__actions .wp-block-button__link,
.editor-styles-wrapper .armature-theme .armature-home-hero__actions .wp-block-button__link,
body.armature-theme .armature-about-preview__actions .wp-block-button__link,
.editor-styles-wrapper .armature-theme .armature-about-preview__actions .wp-block-button__link,
body.armature-theme .armature-module .wp-block-button__link,
.editor-styles-wrapper .armature-theme .armature-module .wp-block-button__link,
body.armature-theme .armature-teasers__button .wp-block-button__link,
.editor-styles-wrapper .armature-theme .armature-teasers__button .wp-block-button__link {
  font-family: var(--armature-font-body);
  font-size: .95rem;
  line-height: 1.15;
  font-weight: 500;
  border-radius: var(--armature-button-radius);
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

body.armature-theme.armature-button-style--solid .armature-module__link,
.editor-styles-wrapper .armature-theme.armature-button-style--solid .armature-module__link,
body.armature-theme.armature-button-style--solid .armature-home-hero__button,
.editor-styles-wrapper .armature-theme.armature-button-style--solid .armature-home-hero__button,
body.armature-theme.armature-button-style--solid .armature-featured-work__button,
.editor-styles-wrapper .armature-theme.armature-button-style--solid .armature-featured-work__button,
body.armature-theme.armature-button-style--solid .armature-about-preview__button,
.editor-styles-wrapper .armature-theme.armature-button-style--solid .armature-about-preview__button,
body.armature-theme.armature-button-style--solid .armature-contact-panel__button,
.editor-styles-wrapper .armature-theme.armature-button-style--solid .armature-contact-panel__button,
body.armature-theme.armature-button-style--solid .armature-home-hero__actions .wp-block-button__link,
.editor-styles-wrapper .armature-theme.armature-button-style--solid .armature-home-hero__actions .wp-block-button__link,
body.armature-theme.armature-button-style--solid .armature-about-preview__actions .wp-block-button__link,
.editor-styles-wrapper .armature-theme.armature-button-style--solid .armature-about-preview__actions .wp-block-button__link,
body.armature-theme.armature-button-style--solid .armature-module .wp-block-button__link,
.editor-styles-wrapper .armature-theme.armature-button-style--solid .armature-module .wp-block-button__link,
body.armature-theme.armature-button-style--solid .armature-teasers__button .wp-block-button__link,
.editor-styles-wrapper .armature-theme.armature-button-style--solid .armature-teasers__button .wp-block-button__link {
  background: var(--armature-color-accent);
  border-color: var(--armature-color-accent);
  color: var(--armature-color-canvas);
}

body.armature-theme.armature-button-style--solid .armature-module__link:hover,
.editor-styles-wrapper .armature-theme.armature-button-style--solid .armature-module__link:hover,
body.armature-theme.armature-button-style--solid .armature-home-hero__button:hover,
.editor-styles-wrapper .armature-theme.armature-button-style--solid .armature-home-hero__button:hover,
body.armature-theme.armature-button-style--solid .armature-featured-work__button:hover,
.editor-styles-wrapper .armature-theme.armature-button-style--solid .armature-featured-work__button:hover,
body.armature-theme.armature-button-style--solid .armature-about-preview__button:hover,
.editor-styles-wrapper .armature-theme.armature-button-style--solid .armature-about-preview__button:hover,
body.armature-theme.armature-button-style--solid .armature-contact-panel__button:hover,
.editor-styles-wrapper .armature-theme.armature-button-style--solid .armature-contact-panel__button:hover,
body.armature-theme.armature-button-style--solid .armature-home-hero__actions .wp-block-button__link:hover,
.editor-styles-wrapper .armature-theme.armature-button-style--solid .armature-home-hero__actions .wp-block-button__link:hover,
body.armature-theme.armature-button-style--solid .armature-about-preview__actions .wp-block-button__link:hover,
.editor-styles-wrapper .armature-theme.armature-button-style--solid .armature-about-preview__actions .wp-block-button__link:hover,
body.armature-theme.armature-button-style--solid .armature-module .wp-block-button__link:hover,
.editor-styles-wrapper .armature-theme.armature-button-style--solid .armature-module .wp-block-button__link:hover,
body.armature-theme.armature-button-style--solid .armature-teasers__button .wp-block-button__link:hover,
.editor-styles-wrapper .armature-theme.armature-button-style--solid .armature-teasers__button .wp-block-button__link:hover {
  background: var(--armature-color-accent-strong);
  border-color: var(--armature-color-accent-strong);
  color: var(--armature-color-canvas);
}

body.armature-theme.armature-button-style--outline .armature-module__link,
.editor-styles-wrapper .armature-theme.armature-button-style--outline .armature-module__link,
body.armature-theme.armature-button-style--outline .armature-home-hero__button,
.editor-styles-wrapper .armature-theme.armature-button-style--outline .armature-home-hero__button,
body.armature-theme.armature-button-style--outline .armature-featured-work__button,
.editor-styles-wrapper .armature-theme.armature-button-style--outline .armature-featured-work__button,
body.armature-theme.armature-button-style--outline .armature-about-preview__button,
.editor-styles-wrapper .armature-theme.armature-button-style--outline .armature-about-preview__button,
body.armature-theme.armature-button-style--outline .armature-contact-panel__button,
.editor-styles-wrapper .armature-theme.armature-button-style--outline .armature-contact-panel__button,
body.armature-theme.armature-button-style--outline .armature-home-hero__actions .wp-block-button__link,
.editor-styles-wrapper .armature-theme.armature-button-style--outline .armature-home-hero__actions .wp-block-button__link,
body.armature-theme.armature-button-style--outline .armature-about-preview__actions .wp-block-button__link,
.editor-styles-wrapper .armature-theme.armature-button-style--outline .armature-about-preview__actions .wp-block-button__link,
body.armature-theme.armature-button-style--outline .armature-module .wp-block-button__link,
.editor-styles-wrapper .armature-theme.armature-button-style--outline .armature-module .wp-block-button__link,
body.armature-theme.armature-button-style--outline .armature-teasers__button .wp-block-button__link,
.editor-styles-wrapper .armature-theme.armature-button-style--outline .armature-teasers__button .wp-block-button__link {
  background: transparent;
  border-color: var(--armature-color-accent);
  color: var(--armature-color-accent);
}

body.armature-theme.armature-button-style--outline .armature-module__link:hover,
.editor-styles-wrapper .armature-theme.armature-button-style--outline .armature-module__link:hover,
body.armature-theme.armature-button-style--outline .armature-home-hero__button:hover,
.editor-styles-wrapper .armature-theme.armature-button-style--outline .armature-home-hero__button:hover,
body.armature-theme.armature-button-style--outline .armature-featured-work__button:hover,
.editor-styles-wrapper .armature-theme.armature-button-style--outline .armature-featured-work__button:hover,
body.armature-theme.armature-button-style--outline .armature-about-preview__button:hover,
.editor-styles-wrapper .armature-theme.armature-button-style--outline .armature-about-preview__button:hover,
body.armature-theme.armature-button-style--outline .armature-contact-panel__button:hover,
.editor-styles-wrapper .armature-theme.armature-button-style--outline .armature-contact-panel__button:hover,
body.armature-theme.armature-button-style--outline .armature-home-hero__actions .wp-block-button__link:hover,
.editor-styles-wrapper .armature-theme.armature-button-style--outline .armature-home-hero__actions .wp-block-button__link:hover,
body.armature-theme.armature-button-style--outline .armature-about-preview__actions .wp-block-button__link:hover,
.editor-styles-wrapper .armature-theme.armature-button-style--outline .armature-about-preview__actions .wp-block-button__link:hover,
body.armature-theme.armature-button-style--outline .armature-module .wp-block-button__link:hover,
.editor-styles-wrapper .armature-theme.armature-button-style--outline .armature-module .wp-block-button__link:hover,
body.armature-theme.armature-button-style--outline .armature-teasers__button .wp-block-button__link:hover,
.editor-styles-wrapper .armature-theme.armature-button-style--outline .armature-teasers__button .wp-block-button__link:hover {
  background: var(--armature-color-accent);
  border-color: var(--armature-color-accent);
  color: var(--armature-color-canvas);
}

body.armature-theme .entry-content :where(.wp-block-heading:not([class*="armature-"])),
.editor-styles-wrapper .armature-theme :where(.wp-block-heading:not([class*="armature-"])) {
  margin: 0 0 0.75rem;
  color: var(--armature-color-heading);
  font-family: var(--armature-font-heading);
  font-weight: 600;
}

body.armature-theme .entry-content :where(h1.wp-block-heading:not([class*="armature-"])),
.editor-styles-wrapper .armature-theme :where(h1.wp-block-heading:not([class*="armature-"])) {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.96;
  letter-spacing: -0.035em;
}

body.armature-theme .entry-content :where(h2.wp-block-heading:not([class*="armature-"])),
.editor-styles-wrapper .armature-theme :where(h2.wp-block-heading:not([class*="armature-"])) {
  font-size: clamp(1.55rem, 2.35vw, 1.9rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

body.armature-theme .entry-content :where(h3.wp-block-heading:not([class*="armature-"])),
.editor-styles-wrapper .armature-theme :where(h3.wp-block-heading:not([class*="armature-"])) {
  font-size: clamp(1.2rem, 1.8vw, 1.4rem);
  line-height: 1.1;
}

body.armature-theme .entry-content :where(h4.wp-block-heading:not([class*="armature-"])),
.editor-styles-wrapper .armature-theme :where(h4.wp-block-heading:not([class*="armature-"])) {
  font-size: clamp(1.05rem, 1.35vw, 1.18rem);
  line-height: 1.18;
}

body.armature-theme .entry-content :where(h5.wp-block-heading:not([class*="armature-"])),
.editor-styles-wrapper .armature-theme :where(h5.wp-block-heading:not([class*="armature-"])) {
  font-size: 0.92rem;
  line-height: 1.2;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

body.armature-theme .entry-content :where(h6.wp-block-heading:not([class*="armature-"])),
.editor-styles-wrapper .armature-theme :where(h6.wp-block-heading:not([class*="armature-"])) {
  font-size: 0.78rem;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.78;
}

body.armature-theme .entry-content :where(:not(.wp-block-heading, h1, h2, h3, h4, h5, h6)) + :where(.wp-block-heading:not([class*="armature-"])),
.editor-styles-wrapper .armature-theme :where(:not(.wp-block-heading, h1, h2, h3, h4, h5, h6)) + :where(.wp-block-heading:not([class*="armature-"])) {
  margin-top: clamp(1.15rem, 2.8vw, 1.85rem);
}

body.armature-theme .entry-content :where(.wp-block-buttons:not([class*="armature-"])),
.editor-styles-wrapper .armature-theme :where(.wp-block-buttons:not([class*="armature-"])) {
  gap: 0.75rem;
}

body.armature-theme .entry-content :where(.wp-block-button:not([class*="armature-"])) .wp-block-button__link,
.editor-styles-wrapper .armature-theme :where(.wp-block-button:not([class*="armature-"])) .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 2.5rem;
  padding: 0.65rem 1rem;
  border: var(--armature-button-border-width, 1px) solid var(--armature-color-accent);
  border-radius: var(--armature-button-radius);
  background: transparent;
  color: var(--armature-color-accent);
  font-family: var(--armature-font-body);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.15;
  box-shadow: none;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

body.armature-theme.armature-button-style--solid .entry-content :where(.wp-block-button:not([class*="armature-"])) .wp-block-button__link,
.editor-styles-wrapper .armature-theme.armature-button-style--solid :where(.wp-block-button:not([class*="armature-"])) .wp-block-button__link {
  background: var(--armature-color-accent);
  border-color: var(--armature-color-accent);
  color: var(--armature-color-canvas);
}

body.armature-theme.armature-button-style--solid .entry-content :where(.wp-block-button:not([class*="armature-"])) .wp-block-button__link:hover,
body.armature-theme.armature-button-style--solid .entry-content :where(.wp-block-button:not([class*="armature-"])) .wp-block-button__link:focus,
.editor-styles-wrapper .armature-theme.armature-button-style--solid :where(.wp-block-button:not([class*="armature-"])) .wp-block-button__link:hover,
.editor-styles-wrapper .armature-theme.armature-button-style--solid :where(.wp-block-button:not([class*="armature-"])) .wp-block-button__link:focus {
  background: var(--armature-color-accent-strong);
  border-color: var(--armature-color-accent-strong);
  color: var(--armature-color-canvas);
  text-decoration: none;
}

body.armature-theme.armature-button-style--outline .entry-content :where(.wp-block-button:not([class*="armature-"])) .wp-block-button__link,
.editor-styles-wrapper .armature-theme.armature-button-style--outline :where(.wp-block-button:not([class*="armature-"])) .wp-block-button__link {
  background: transparent;
  border-color: var(--armature-color-accent);
  color: var(--armature-color-accent);
}

body.armature-theme.armature-button-style--outline .entry-content :where(.wp-block-button:not([class*="armature-"])) .wp-block-button__link:hover,
body.armature-theme.armature-button-style--outline .entry-content :where(.wp-block-button:not([class*="armature-"])) .wp-block-button__link:focus,
.editor-styles-wrapper .armature-theme.armature-button-style--outline :where(.wp-block-button:not([class*="armature-"])) .wp-block-button__link:hover,
.editor-styles-wrapper .armature-theme.armature-button-style--outline :where(.wp-block-button:not([class*="armature-"])) .wp-block-button__link:focus {
  background: var(--armature-color-accent);
  border-color: var(--armature-color-accent);
  color: var(--armature-color-canvas);
  text-decoration: none;
}

body.armature-theme .entry-content :where(.wp-block-quote),
.editor-styles-wrapper .armature-theme :where(.wp-block-quote) {
  margin: 1.5rem 0;
  padding: 1.05rem 1.25rem;
  border: 0;
  border-left: var(--armature-panel-border-width, 1px) solid var(--armature-color-accent);
  background: var(--armature-color-surface);
  color: var(--armature-color-text);
  font-family: var(--armature-font-body);
}

body.armature-theme .entry-content :where(.wp-block-quote p),
.editor-styles-wrapper .armature-theme :where(.wp-block-quote p) {
  margin: 0;
  color: inherit;
  font-size: 1rem;
  line-height: 1.6;
}

body.armature-theme .entry-content :where(.wp-block-quote p + p),
.editor-styles-wrapper .armature-theme :where(.wp-block-quote p + p) {
  margin-top: 0.75rem;
}

body.armature-theme .entry-content :where(.wp-block-quote cite),
.editor-styles-wrapper .armature-theme :where(.wp-block-quote cite) {
  display: block;
  margin-top: 0.75rem;
  color: var(--armature-color-text);
  font-size: 0.8rem;
  font-style: normal;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.72;
}

body.armature-theme .entry-content :where(.wp-block-pullquote),
.editor-styles-wrapper .armature-theme :where(.wp-block-pullquote) {
  margin: 2rem 0;
  padding: clamp(1.35rem, 3vw, 2.2rem);
  border: 0;
  border-top: var(--armature-panel-border-width, 1px) solid var(--armature-color-border);
  border-bottom: var(--armature-panel-border-width, 1px) solid var(--armature-color-border);
  color: var(--armature-color-heading);
  text-align: center;
}

body.armature-theme .entry-content :where(.wp-block-pullquote blockquote),
.editor-styles-wrapper .armature-theme :where(.wp-block-pullquote blockquote) {
  margin: 0;
}

body.armature-theme .entry-content :where(.wp-block-pullquote p),
.editor-styles-wrapper .armature-theme :where(.wp-block-pullquote p) {
  margin: 0;
  color: inherit;
  font-family: var(--armature-font-heading);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.22;
}

body.armature-theme .entry-content :where(.wp-block-pullquote cite),
.editor-styles-wrapper .armature-theme :where(.wp-block-pullquote cite) {
  display: block;
  margin-top: 0.9rem;
  color: var(--armature-color-text);
  font-family: var(--armature-font-body);
  font-size: 0.8rem;
  font-style: normal;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.72;
}

body.armature-theme .entry-content :where(.wp-block-table),
.editor-styles-wrapper .armature-theme :where(.wp-block-table) {
  margin: 1.5rem 0;
}

body.armature-theme .entry-content :where(.wp-block-table table),
.editor-styles-wrapper .armature-theme :where(.wp-block-table table) {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--armature-color-border);
  background: var(--armature-color-surface);
}

body.armature-theme .entry-content :where(.wp-block-table th, .wp-block-table td),
.editor-styles-wrapper .armature-theme :where(.wp-block-table th, .wp-block-table td) {
  padding: 0.75rem 0.85rem;
  border: 1px solid var(--armature-color-border);
  color: var(--armature-color-text);
  text-align: left;
}

body.armature-theme .entry-content :where(.wp-block-details),
.editor-styles-wrapper .armature-theme :where(.wp-block-details) {
  margin: 1.5rem 0;
  padding: 1rem 1.1rem;
  border: var(--armature-panel-border-width, 1px) solid var(--armature-color-border);
  background: var(--armature-color-surface);
  color: var(--armature-color-text);
}

body.armature-theme .entry-content :where(.wp-block-details summary),
.editor-styles-wrapper .armature-theme :where(.wp-block-details summary) {
  color: var(--armature-color-heading);
  font-family: var(--armature-font-heading);
  font-weight: 600;
  cursor: pointer;
}

body.armature-theme .armature-module-home-hero,
.editor-styles-wrapper .armature-module-home-hero,
body.armature-theme .armature-module-flexible-content,
.editor-styles-wrapper .armature-module-flexible-content {
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body.armature-theme .has-armature-image-overlay,
.editor-styles-wrapper .has-armature-image-overlay {
  position: relative;
  isolation: isolate;
}

body.armature-theme .has-armature-image-overlay::before,
.editor-styles-wrapper .has-armature-image-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--armature-image-overlay-color, var(--armature-color-heading));
  border-radius: inherit;
  opacity: var(--armature-image-overlay-opacity, 0.35);
  pointer-events: none;
}

body.armature-theme .has-armature-image-overlay > *,
.editor-styles-wrapper .has-armature-image-overlay > * {
  position: relative;
  z-index: 1;
}

body.armature-theme .armature-module-home-hero.alignfull,
.editor-styles-wrapper .armature-module-home-hero.alignfull {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

body.armature-theme .armature-module-home-hero.alignfull > .armature-home-hero__inner,
.editor-styles-wrapper .armature-module-home-hero.alignfull > .armature-home-hero__inner {
  width: min(calc(var(--wp--style--global--content-size, 1280px) + (var(--armature-shell-gutter, 50px) * 2)), 100%);
  max-width: none;
  margin-inline: auto;
  box-sizing: border-box;
  padding-inline: var(--armature-shell-gutter, 50px);
}

body.armature-theme .armature-module-home-hero.has-background,
.editor-styles-wrapper .armature-module-home-hero.has-background,
body.armature-theme .armature-module-home-hero[style*="background-image"],
.editor-styles-wrapper .armature-module-home-hero[style*="background-image"] {
  padding-block: clamp(2rem, 5vw, 4rem);
}

body.armature-theme .armature-module-home-hero.alignfull.has-background,
.editor-styles-wrapper .armature-module-home-hero.alignfull.has-background,
body.armature-theme .armature-module-home-hero.alignfull[style*="background-image"],
.editor-styles-wrapper .armature-module-home-hero.alignfull[style*="background-image"] {
  padding-inline: 0;
}

body.armature-theme .armature-module-home-hero.has-text-color .armature-home-hero__title,
body.armature-theme .armature-module-home-hero.has-text-color .armature-home-hero__descriptor,
body.armature-theme .armature-module-home-hero.has-text-color .armature-home-hero__intro,
.editor-styles-wrapper .armature-module-home-hero.has-text-color .armature-home-hero__title,
.editor-styles-wrapper .armature-module-home-hero.has-text-color .armature-home-hero__descriptor,
.editor-styles-wrapper .armature-module-home-hero.has-text-color .armature-home-hero__intro {
  color: inherit;
}

body.armature-theme .has-armature-canvas-background-color,
.editor-styles-wrapper .has-armature-canvas-background-color {
  background-color: var(--armature-color-canvas) !important;
}

body.armature-theme .has-armature-surface-background-color,
.editor-styles-wrapper .has-armature-surface-background-color {
  background-color: var(--armature-color-surface) !important;
}

body.armature-theme .has-armature-surface-alt-background-color,
.editor-styles-wrapper .has-armature-surface-alt-background-color {
  background-color: var(--armature-color-surface-alt) !important;
}

body.armature-theme .has-armature-text-background-color,
.editor-styles-wrapper .has-armature-text-background-color {
  background-color: var(--armature-color-text) !important;
}

body.armature-theme .has-armature-heading-background-color,
.editor-styles-wrapper .has-armature-heading-background-color {
  background-color: var(--armature-color-heading) !important;
}

body.armature-theme .has-armature-border-background-color,
.editor-styles-wrapper .has-armature-border-background-color {
  background-color: var(--armature-color-border) !important;
}

body.armature-theme .has-armature-accent-background-color,
.editor-styles-wrapper .has-armature-accent-background-color {
  background-color: var(--armature-color-accent) !important;
}

body.armature-theme .has-armature-accent-strong-background-color,
.editor-styles-wrapper .has-armature-accent-strong-background-color {
  background-color: var(--armature-color-accent-strong) !important;
}

body.armature-theme .has-armature-canvas-color,
.editor-styles-wrapper .has-armature-canvas-color {
  color: var(--armature-color-canvas) !important;
}

body.armature-theme .has-armature-surface-color,
.editor-styles-wrapper .has-armature-surface-color {
  color: var(--armature-color-surface) !important;
}

body.armature-theme .has-armature-surface-alt-color,
.editor-styles-wrapper .has-armature-surface-alt-color {
  color: var(--armature-color-surface-alt) !important;
}

body.armature-theme .has-armature-text-color,
.editor-styles-wrapper .has-armature-text-color {
  color: var(--armature-color-text) !important;
}

body.armature-theme .has-armature-heading-color,
.editor-styles-wrapper .has-armature-heading-color {
  color: var(--armature-color-heading) !important;
}

body.armature-theme .has-armature-border-color,
.editor-styles-wrapper .has-armature-border-color {
  color: var(--armature-color-border) !important;
}

body.armature-theme .has-armature-accent-color,
.editor-styles-wrapper .has-armature-accent-color {
  color: var(--armature-color-accent) !important;
}

body.armature-theme .has-armature-accent-strong-color,
.editor-styles-wrapper .has-armature-accent-strong-color {
  color: var(--armature-color-accent-strong) !important;
}

body.armature-theme .has-armature-canvas-border-color,
.editor-styles-wrapper .has-armature-canvas-border-color {
  border-color: var(--armature-color-canvas) !important;
}

body.armature-theme .has-armature-surface-border-color,
.editor-styles-wrapper .has-armature-surface-border-color {
  border-color: var(--armature-color-surface) !important;
}

body.armature-theme .has-armature-surface-alt-border-color,
.editor-styles-wrapper .has-armature-surface-alt-border-color {
  border-color: var(--armature-color-surface-alt) !important;
}

body.armature-theme .has-armature-text-border-color,
.editor-styles-wrapper .has-armature-text-border-color {
  border-color: var(--armature-color-text) !important;
}

body.armature-theme .has-armature-heading-border-color,
.editor-styles-wrapper .has-armature-heading-border-color {
  border-color: var(--armature-color-heading) !important;
}

body.armature-theme .has-armature-border-border-color,
.editor-styles-wrapper .has-armature-border-border-color {
  border-color: var(--armature-color-border) !important;
}

body.armature-theme .has-armature-accent-border-color,
.editor-styles-wrapper .has-armature-accent-border-color {
  border-color: var(--armature-color-accent) !important;
}

body.armature-theme .has-armature-accent-strong-border-color,
.editor-styles-wrapper .has-armature-accent-strong-border-color {
  border-color: var(--armature-color-accent-strong) !important;
}

body.armature-theme .armature-module-home-hero,
.editor-styles-wrapper .armature-theme .armature-module-home-hero {
  margin-top: 0;
}

.armature-home-hero--hero-default {
  padding: clamp(1.5rem, 3vw, 2rem);
  border: var(--armature-panel-border-width, 1px) solid var(--armature-color-border);
  background: var(--armature-color-surface);
}

.armature-home-hero--hero-default .armature-home-hero__inner {
  grid-template-columns: minmax(0, 1.08fr) minmax(16rem, 0.92fr);
  align-items: center;
}

.armature-home-hero--hero-default .armature-home-hero__title {
  font-size: clamp(1.7rem, 3.25vw, 2.55rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.armature-home-hero--hero-default .armature-home-hero__image {
  height: 100%;
  min-height: clamp(18rem, 36vw, 28rem);
  object-fit: cover;
}

.armature-featured-work--featured-default .armature-featured-work__card {
  grid-template-columns: minmax(13rem, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
}

.armature-featured-work--featured-default .armature-featured-work__image {
  aspect-ratio: 4 / 5;
}

.armature-featured-work--featured-default .armature-featured-work__image img {
  height: 100%;
  aspect-ratio: auto;
}

.armature-contact-panel--contact-default {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: clamp(2rem, 4vw, 3.5rem);
  row-gap: 1rem;
  align-items: stretch;
  padding: clamp(1.35rem, 3vw, 1.85rem);
  border: var(--armature-panel-border-width, 1px) solid var(--armature-color-border);
  background: var(--armature-color-surface);
}

.armature-contact-panel--contact-default .armature-module__header {
  grid-column: 1;
  margin: 0;
  display: block;
}

.armature-contact-panel--contact-default .armature-module__title,
.armature-contact-panel--contact-default .armature-module__intro,
.armature-contact-panel--contact-default .armature-module__intro p,
.armature-contact-panel--contact-default .armature-contact-panel__availability,
.armature-contact-panel--contact-default .armature-contact-panel__availability p {
  color: inherit;
}

.armature-contact-panel--contact-default .armature-module__title {
  margin: 0 0 0.8rem;
}

.armature-contact-panel--contact-default .armature-module__intro {
  max-width: 42rem;
  margin: 0;
}

.armature-contact-panel--contact-default .armature-contact-panel__inner,
.armature-contact-panel--contact-default .armature-contact-panel__main {
  display: contents;
}

.armature-contact-panel--contact-default .armature-contact-panel__availability {
  grid-column: 1;
  margin: 0;
}

.armature-contact-panel--contact-default .armature-contact-panel__aside,
.armature-contact-panel--contact-default .armature-contact-panel__social,
.armature-contact-panel--contact-default .armature-contact-panel__social-label,
.armature-contact-panel--contact-default .armature-contact-panel__social-links,
.armature-contact-panel--contact-default .armature-contact-panel__email,
.armature-contact-panel--contact-default .armature-contact-panel__email-label {
  display: none;
}

.armature-contact-panel--contact-default .armature-contact-panel__actions {
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-self: end;
  align-self: end;
  margin: 0;
  text-align: right;
}

@media (max-width: 960px) {
  .armature-contact-panel--contact-default {
    grid-template-columns: 1fr;
  }

  .armature-contact-panel--contact-default .armature-contact-panel__actions {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
    text-align: left;
  }
}

.armature-module-teasers .armature-module__preview .armature-module__header {
  display: none;
}

.armature-module-teasers {
  margin-top: clamp(1.5rem, 4vw, 2.5rem);
}

.armature-teasers__items {
  display: grid;
  gap: clamp(1rem, 2vw, 1.5rem);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
}

.armature-teasers__card {
  min-width: 0;
  height: 100%;
  border: var(--armature-panel-border-width, 1px) solid var(--armature-color-border, rgba(0,0,0,.12));
  background: var(--armature-color-surface, #fff);
  overflow: hidden;
}

.armature-teasers__link {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.armature-teasers__image {
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: var(--armature-color-surface-alt, rgba(0,0,0,.04));
}

.armature-teasers__image img,
.armature-teasers__placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.armature-teasers__image img {
  object-fit: cover;
  aspect-ratio: 1 / 1;
  transition: transform .25s ease;
}

.armature-teasers__link:hover .armature-teasers__image img,
.armature-teasers__link:focus-visible .armature-teasers__image img {
  transform: scale(1.02);
}

body.armature-theme :where(
  .armature-teasers__card:hover .armature-teasers__image img,
  .armature-teasers__card:focus-within .armature-teasers__image img,
  .armature-teasers__image-link:hover .armature-teasers__image img,
  .armature-teasers__image-link:focus-visible .armature-teasers__image img
) {
  transform: scale(1.02);
}

.armature-teasers__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: var(--armature-color-surface-alt, rgba(0,0,0,.04));
  color: var(--armature-color-heading, currentColor);
  text-align: center;
}

.armature-teasers__placeholder span {
  font-size: 1rem;
  line-height: 1.2;
  max-width: 10ch;
}

.armature-teasers__content {
  display: grid;
  gap: .55rem;
  padding: .85rem 0 0;
  align-content: start;
}

.armature-teasers__meta {
  display: none;
}

.armature-teasers__title {
  margin: 0;
  font-size: 1rem;
  line-height: 1.12;
}

.armature-teasers__excerpt {
  margin: 0;
  font-size: .84rem;
  line-height: 1.5;
  opacity: .82;
}

.armature-teasers__card--no-image {
  background: var(--armature-color-surface, #fff);
}

.armature-teasers__card--no-image .armature-teasers__link {
  grid-template-rows: auto 1fr;
}

.armature-teasers__card--no-image .armature-teasers__content {
  min-height: 100%;
}

.armature-teasers__empty {
  padding: 1rem 1.25rem;
  border: 1px dashed rgba(0,0,0,.2);
}

.armature-module-teasers.armature-template--default .armature-teasers__card {
  box-shadow: 0 1px 0 rgba(0,0,0,.03);
}

@media (max-width: 960px) {
  .armature-teasers__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .armature-teasers__items {
    grid-template-columns: 1fr;
  }
}

.armature-featured-work__card {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

.armature-featured-work__image-link,
.armature-featured-work__image {
  grid-column: 1;
}

.armature-featured-work__content {
  grid-column: 2 / span 2;
}

.armature-teasers__slot-controls .components-base-control {
  margin-bottom: .85rem;
}

@media (max-width: 1100px) {
  .armature-teasers__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 781px) {
  .armature-teasers__items,


  .armature-featured-work__card {
    grid-template-columns: minmax(0, 1fr);
  }

  .armature-featured-work__content,
  .armature-featured-work__image-link,
  .armature-featured-work__image {
    grid-column: auto;
  }
}

.block-editor-block-list__layout .armature-module a,
.editor-styles-wrapper .armature-module a {
  pointer-events: none;
}

.armature-teasers__editor-media-wrap {
  display: grid;
  gap: .5rem;
}

.armature-teasers__editor-media-button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.armature-teasers__editor-media-button img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.armature-teasers__editor-media-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  aspect-ratio: 1 / 1;
  border: 1px dashed rgba(0,0,0,.16);
  background: rgba(0,0,0,.03);
}

.armature-teasers__editor-remove-image {
  justify-self: start;
}

.armature-teasers__editor-title {
  margin: 0;
  min-height: 1.3em;
}

.armature-teasers__editor-title[contenteditable="true"],
.armature-teasers__editor-description[contenteditable="true"] {
  outline: none;
}

.armature-teasers__editor-title:focus,
.armature-teasers__editor-description:focus {
  box-shadow: 0 0 0 1px #1d4ed8;
}

.armature-teasers__editor-description {
  margin: 0;
  min-height: 4.5em;
}

.armature-teasers__editor-link-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  padding-top: .25rem;
}

.armature-teasers__editor-link-label {
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  opacity: .7;
}

.armature-teasers__items--editor {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.armature-teasers__editor-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: var(--armature-panel-border-width, 1px) solid var(--armature-color-border, rgba(0,0,0,.12));
  background: var(--armature-color-surface, #fff);
}

.armature-teasers__editor-media-wrap {
  margin: 0;
}

.armature-teasers__editor-media-button.components-button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  line-height: 0;
  min-height: 0;
}

.armature-teasers__editor-media-button img,
.armature-teasers__editor-media-placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.armature-teasers__editor-media-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed rgba(0,0,0,.16);
  background: rgba(0,0,0,.03);
  color: rgba(0,0,0,.58);
  font-size: .875rem;
  line-height: 1.3;
}

.armature-teasers__editor-content {
  display: flex;
  flex-direction: column;
  gap: .75rem;
  padding: 1rem;
  min-height: 0;
}

.armature-teasers__editor-title,
.armature-teasers__editor-description {
  margin: 0;
}

.armature-teasers__editor-title .block-editor-rich-text__editable,
.armature-teasers__editor-description .block-editor-rich-text__editable {
  outline: none;
  margin: 0;
}

.armature-teasers__editor-title .block-editor-rich-text__editable:focus,
.armature-teasers__editor-description .block-editor-rich-text__editable:focus {
  box-shadow: 0 0 0 1px #1d4ed8;
}

.armature-teasers__editor-description .block-editor-rich-text__editable {
  min-height: 4.8em;
}

.armature-teasers__editor-link-display {
  margin-top: auto;
  display: inline-block;
  color: inherit;
  font-size: .875rem;
  text-decoration: underline;
  opacity: .72;
  pointer-events: none;
}

.armature-teasers__editor-remove-image,
.armature-teasers__editor-link-row {
  display: none !important;
}

@media (max-width: 781px) {
  .armature-teasers__items--editor {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.armature-module-teasers .armature-teasers__columns {
  gap: 1.5rem;
  align-items: stretch;
}

.armature-module-teasers .armature-teasers__card {
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 100%;
  padding: 0 !important;
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(255,255,255,.18);
  overflow: hidden;
}

.armature-module-teasers .armature-teasers__card > * {
  margin-top: 0;
}

.armature-module-teasers .armature-teasers__image {
  margin: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: rgba(0,0,0,.04);
}

.armature-module-teasers .armature-teasers__image img,
.armature-module-teasers .armature-teasers__image .components-placeholder,
.armature-module-teasers .armature-teasers__image .components-base-control {
  width: 100%;
  height: 100%;
}

.armature-module-teasers .armature-teasers__image img {
  display: block;
  object-fit: cover;
}

.armature-module-teasers .armature-teasers__title,
.armature-module-teasers .armature-teasers__excerpt,
.armature-module-teasers .armature-teasers__actions {
  padding-inline: 1rem;
}

.armature-module-teasers .armature-teasers__title {
  margin: 1rem 0 .5rem;
}

.armature-module-teasers .armature-teasers__excerpt {
  margin: 0 0 1rem;
}

.armature-module-teasers .armature-teasers__actions {
  margin-top: auto;
  padding-bottom: 1rem;
}

.armature-module-teasers .armature-teasers__actions .wp-block-button__link {
  width: 100%;
  text-align: center;
}

.armature-module-teasers .block-editor-rich-text__editable[role="textbox"] {
  min-height: 0;
}

.block-editor-block-list__layout .armature-module-teasers .wp-block-button__link,
.block-editor-block-list__layout .armature-module-teasers .wp-block-image a {
  pointer-events: none !important;
}

@media (max-width: 781px) {
  .armature-module-teasers .armature-teasers__columns {
    display: block;
  }

  .armature-module-teasers .armature-teasers__card {
    margin-bottom: 1rem;
  }
}

body.armature-theme .armature-teasers__button .wp-block-button__link,
.editor-styles-wrapper .armature-theme .armature-teasers__button .wp-block-button__link,
body.armature-theme .armature-home-hero__actions .wp-block-button__link,
.editor-styles-wrapper .armature-theme .armature-home-hero__actions .wp-block-button__link,
body.armature-theme .armature-home-hero__button,
.editor-styles-wrapper .armature-theme .armature-home-hero__button,
body.armature-theme .armature-featured-work__button,
.editor-styles-wrapper .armature-theme .armature-featured-work__button,
body.armature-theme .armature-about-preview__button,
.editor-styles-wrapper .armature-theme .armature-about-preview__button,
body.armature-theme .armature-contact-panel__button,
.editor-styles-wrapper .armature-theme .armature-contact-panel__button,
body.armature-theme .armature-module__link,
.editor-styles-wrapper .armature-theme .armature-module__link {
  text-decoration: none;
}

body.armature-theme .armature-project-grid__group .armature-project-grid__group-title,
.editor-styles-wrapper .armature-theme .armature-project-grid__group .armature-project-grid__group-title {
  font-size: clamp(1.3rem, 1.65vw, 1.6rem);
}

body.armature-theme.armature-template--editorial,
.editor-styles-wrapper .armature-theme.armature-template--editorial,
body.armature-theme.armature-template--editorial .wp-site-blocks,
.editor-styles-wrapper .armature-theme.armature-template--editorial .wp-site-blocks {
  overflow-x: clip;
}

body.armature-theme.armature-template--editorial .armature-home-hero--hero-editorial,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-home-hero--hero-editorial {
  margin-top: 0;
}

body.armature-theme.armature-template--editorial .armature-home-hero--hero-editorial,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-home-hero--hero-editorial {
  width: auto;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0;
  border: 0;
  background: var(--armature-color-surface-alt);
}

body.armature-theme.armature-template--editorial .armature-home-hero--hero-editorial .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-home-hero--hero-editorial .armature-home-hero__inner,
body.armature-theme.armature-template--editorial .armature-home-hero--hero-editorial .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-home-hero--hero-editorial .armature-home-hero__inner {
  width: min(
    calc(var(--wp--style--global--content-size, 1280px) + (var(--armature-shell-gutter, 50px) * 2)),
    100%
  );
  max-width: none;
  margin-inline: auto;
  box-sizing: border-box;
  padding-inline: var(--armature-shell-gutter, 50px);
  padding-block: var(--armature-shell-gutter, 50px);
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: stretch;
}

body.armature-theme.armature-template--editorial .armature-home-hero--hero-editorial .armature-home-hero__content,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-home-hero--hero-editorial .armature-home-hero__content,
body.armature-theme.armature-template--editorial .armature-home-hero--hero-editorial .armature-home-hero__title,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-home-hero--hero-editorial .armature-home-hero__title,
body.armature-theme.armature-template--editorial .armature-home-hero--hero-editorial .armature-home-hero__intro,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-home-hero--hero-editorial .armature-home-hero__intro {
  width: 100%;
  max-width: none;
}

body.armature-theme.armature-template--editorial .armature-home-hero--hero-editorial .armature-home-hero__content,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-home-hero--hero-editorial .armature-home-hero__content {
  padding: 0;
  gap: 0.8rem;
  align-content: center;
}

body.armature-theme.armature-template--editorial .armature-home-hero--hero-editorial .armature-home-hero__descriptor,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-home-hero--hero-editorial .armature-home-hero__descriptor {
  margin-bottom: 0.1rem;
  font-size: 0.78rem;
  opacity: 0.7;
}

body.armature-theme.armature-template--editorial .armature-home-hero--hero-editorial .armature-home-hero__title,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-home-hero--hero-editorial .armature-home-hero__title {
  font-size: clamp(1.75rem, 3.35vw, 2.85rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
}

body.armature-theme.armature-template--editorial .armature-home-hero--hero-editorial .armature-home-hero__intro,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-home-hero--hero-editorial .armature-home-hero__intro {
  font-size: 0.88rem;
  line-height: 1.5;
}

body.armature-theme.armature-template--editorial .armature-home-hero--hero-editorial .armature-home-hero__actions,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-home-hero--hero-editorial .armature-home-hero__actions {
  margin-top: 0.65rem;
  gap: 0.75rem;
}

body.armature-theme.armature-template--editorial .armature-home-hero--hero-editorial .armature-home-hero__media,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-home-hero--hero-editorial .armature-home-hero__media {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  align-self: stretch;
}

body.armature-theme.armature-template--editorial .armature-home-hero--hero-editorial .armature-home-hero__image,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-home-hero--hero-editorial .armature-home-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(17rem, 31vw, 23rem);
  object-fit: cover;
  object-position: center;
}

body.armature-theme.armature-template--editorial .armature-home-hero--hero-editorial .armature-home-hero__actions,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-home-hero--hero-editorial .armature-home-hero__actions,
body.armature-theme.armature-template--editorial .armature-about-preview__actions,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-about-preview__actions,
body.armature-theme.armature-template--editorial .armature-home-hero--hero-editorial .armature-home-hero__actions .wp-block-buttons,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-home-hero--hero-editorial .armature-home-hero__actions .wp-block-buttons,
body.armature-theme.armature-template--editorial .armature-about-preview__actions .wp-block-buttons,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-about-preview__actions .wp-block-buttons,
body.armature-theme.armature-template--editorial .armature-home-hero--hero-editorial .armature-home-hero__actions .wp-block-button,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-home-hero--hero-editorial .armature-home-hero__actions .wp-block-button,
body.armature-theme.armature-template--editorial .armature-about-preview__actions .wp-block-button,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-about-preview__actions .wp-block-button {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

body.armature-theme.armature-template--editorial .armature-module__link,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module__link,
body.armature-theme.armature-template--editorial .armature-home-hero--hero-editorial .armature-home-hero__button,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-home-hero--hero-editorial .armature-home-hero__button,
body.armature-theme.armature-template--editorial .armature-featured-work__button,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-featured-work__button,
body.armature-theme.armature-template--editorial .armature-about-preview__button,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-about-preview__button,
body.armature-theme.armature-template--editorial .armature-contact-panel__button,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-contact-panel__button,
body.armature-theme.armature-template--editorial .armature-home-hero--hero-editorial .armature-home-hero__actions .wp-block-button__link,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-home-hero--hero-editorial .armature-home-hero__actions .wp-block-button__link,
body.armature-theme.armature-template--editorial .armature-about-preview__actions .wp-block-button__link,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-about-preview__actions .wp-block-button__link,
body.armature-theme.armature-template--editorial .armature-module .wp-block-button__link,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module .wp-block-button__link {
  min-height: 0;
  height: auto;
  padding: 0.85rem 1.7rem;
  line-height: 1.15;
  box-shadow: none;
}

body.armature-theme.armature-template--editorial .armature-module__title,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module__title {
  font-size: clamp(1.45rem, 2.1vw, 1.9rem);
  line-height: 1.12;
}

body.armature-theme.armature-template--editorial .armature-module-featured-work,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-featured-work {
  margin-top: 0;
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

body.armature-theme.armature-template--editorial .armature-featured-work--featured-editorial .armature-featured-work__card,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-featured-work--featured-editorial .armature-featured-work__card {
  grid-template-columns: minmax(12rem, 31%) minmax(0, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  align-items: start;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.armature-theme.armature-template--editorial .armature-featured-work--featured-editorial .armature-featured-work__section-title,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-featured-work--featured-editorial .armature-featured-work__section-title {
  display: none;
}

body.armature-theme.armature-template--editorial .armature-featured-work--featured-editorial .armature-featured-work__image,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-featured-work--featured-editorial .armature-featured-work__image,
body.armature-theme.armature-template--editorial .armature-featured-work--featured-editorial .armature-featured-work__image-link,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-featured-work--featured-editorial .armature-featured-work__image-link {
  width: 100%;
  max-width: none;
}

body.armature-theme.armature-template--editorial .armature-featured-work--featured-editorial .armature-featured-work__image,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-featured-work--featured-editorial .armature-featured-work__image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

body.armature-theme.armature-template--editorial .armature-featured-work--featured-editorial .armature-featured-work__image img,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-featured-work--featured-editorial .armature-featured-work__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
  contain-intrinsic-size: 1024px 768px;
}

body.armature-theme.armature-template--editorial .armature-featured-work--featured-editorial .armature-featured-work__content,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-featured-work--featured-editorial .armature-featured-work__content {
  grid-column: 2;
  display: grid;
  align-content: start;
  gap: 0.45rem;
  max-width: none;
  padding: 0;
}

body.armature-theme.armature-template--editorial .armature-featured-work--featured-editorial .armature-featured-work__meta,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-featured-work--featured-editorial .armature-featured-work__meta {
  margin: 0 0 0.15rem;
  font-size: 0.78rem;
  order: 1;
}

body.armature-theme.armature-template--editorial .armature-featured-work--featured-editorial .armature-featured-work__card-title,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-featured-work--featured-editorial .armature-featured-work__card-title {
  margin: 0;
  font-size: clamp(1.1rem, 1.35vw, 1.25rem);
  line-height: 1.15;
  order: 2;
}

body.armature-theme.armature-template--editorial .armature-featured-work--featured-editorial .armature-featured-work__summary,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-featured-work--featured-editorial .armature-featured-work__summary {
  font-size: 0.9rem;
  line-height: 1.5;
  order: 3;
}

body.armature-theme.armature-template--editorial .armature-featured-work--featured-editorial .armature-featured-work__actions,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-featured-work--featured-editorial .armature-featured-work__actions {
  margin-top: 0.45rem;
  order: 4;
}

body.armature-theme.armature-template--editorial .armature-module-teasers,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-teasers {
  margin-top: clamp(1.25rem, 2.5vw, 1.75rem);
  margin-bottom: clamp(1.75rem, 3vw, 2.25rem);
}

body.armature-theme.armature-template--editorial .armature-module-teasers .armature-module__header,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-teasers .armature-module__header {
  margin-bottom: 1.35rem;
}

body.armature-theme.armature-template--editorial .armature-module-teasers .armature-teasers__items,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-teasers .armature-teasers__items {
  gap: 1rem;
}

body.armature-theme.armature-template--editorial .armature-module-teasers .armature-teasers__card,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-teasers .armature-teasers__card {
  position: relative;
  border: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
  overflow: visible;
}

body.armature-theme.armature-template--editorial .armature-module-teasers .armature-teasers__link,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-teasers .armature-teasers__link {
  display: block;
  color: inherit;
  text-decoration: none;
  background: transparent;
  box-shadow: none;
}

body.armature-theme.armature-template--editorial .armature-module-teasers .armature-teasers__image,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-teasers .armature-teasers__image {
  margin: 0;
  aspect-ratio: 1 / 1;
  background: var(--armature-color-surface-alt);
}

body.armature-theme.armature-template--editorial .armature-module-teasers .armature-teasers__image img,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-teasers .armature-teasers__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.armature-theme.armature-template--editorial .armature-module-teasers .armature-teasers__content,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-teasers .armature-teasers__content {
  padding: 0.95rem 0 0;
}

body.armature-theme.armature-template--editorial .armature-module-teasers .armature-teasers__title,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-teasers .armature-teasers__title {
  margin: 1rem 0 0.35rem;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.18;
}

body.armature-theme.armature-template--editorial .armature-module-teasers .armature-teasers__excerpt,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-teasers .armature-teasers__excerpt {
  font-size: 0.9rem;
  line-height: 1.5;
}

body.armature-theme.armature-template--editorial .armature-module-teasers .armature-teasers__columns > .armature-teasers__card,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-teasers .armature-teasers__columns > .armature-teasers__card {
  position: relative;
}

body.armature-theme.armature-template--editorial .armature-module-teasers .armature-teasers__columns > .armature-teasers__card .armature-teasers__actions,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-teasers .armature-teasers__columns > .armature-teasers__card .armature-teasers__actions,
body.armature-theme.armature-template--editorial .armature-module-teasers .armature-teasers__columns > .armature-teasers__card .armature-teasers__button,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-teasers .armature-teasers__columns > .armature-teasers__card .armature-teasers__button {
  display: block;
}

body.armature-theme.armature-template--editorial .armature-module-teasers .armature-teasers__columns > .armature-teasers__card .armature-teasers__actions,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-teasers .armature-teasers__columns > .armature-teasers__card .armature-teasers__actions {
  position: absolute;
  inset: 0;
  z-index: 4;
  margin: 0;
  padding: 0;
}

body.armature-theme.armature-template--editorial .armature-module-teasers .armature-teasers__columns > .armature-teasers__card .armature-teasers__button,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-teasers .armature-teasers__columns > .armature-teasers__card .armature-teasers__button,
body.armature-theme.armature-template--editorial .armature-module-teasers .armature-teasers__columns > .armature-teasers__card .armature-teasers__button .wp-block-button__link,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-teasers .armature-teasers__columns > .armature-teasers__card .armature-teasers__button .wp-block-button__link {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}

body.armature-theme.armature-template--editorial .armature-module-teasers .armature-teasers__columns > .armature-teasers__card .armature-teasers__button .wp-block-button__link,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-teasers .armature-teasers__columns > .armature-teasers__card .armature-teasers__button .wp-block-button__link {
  border: 0;
  background: transparent;
  box-shadow: none;
  color: transparent;
  font-size: 0;
  line-height: 0;
  padding: 0;
  text-decoration: none;
  text-indent: -9999px;
}

body.armature-theme.armature-template--editorial .armature-module-project-grid,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-project-grid,
body.armature-theme.armature-template--editorial .armature-module-news-listing,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-news-listing {
  margin-block: clamp(2.25rem, 5vw, 3.5rem);
}

body.armature-theme.armature-template--editorial .armature-module-project-grid .armature-module__header,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-project-grid .armature-module__header,
body.armature-theme.armature-template--editorial .armature-module-news-listing .armature-module__header,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-news-listing .armature-module__header {
  margin-bottom: 1.15rem;
}

body.armature-theme.armature-template--editorial .armature-module-project-grid .armature-module__title,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-project-grid .armature-module__title,
body.armature-theme.armature-template--editorial .armature-module-news-listing .armature-module__title,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-news-listing .armature-module__title {
  font-size: clamp(1.6rem, 2vw, 2rem);
  line-height: 1.08;
}

body.armature-theme.armature-template--editorial .armature-module-project-grid .armature-project-grid__items,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-project-grid .armature-project-grid__items {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.4rem);
}

body.armature-theme.armature-template--editorial .armature-module-project-grid .armature-project-grid__card,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-project-grid .armature-project-grid__card {
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.armature-theme.armature-template--editorial .armature-module-project-grid .armature-project-grid__link,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-project-grid .armature-project-grid__link {
  display: grid;
  gap: 0.75rem;
  height: auto;
}

body.armature-theme.armature-template--editorial .armature-module-project-grid .armature-project-grid__image img,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-project-grid .armature-project-grid__image img {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

body.armature-theme.armature-template--editorial .armature-module-project-grid .armature-project-grid__content,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-project-grid .armature-project-grid__content {
  padding: 0;
  gap: 0.25rem;
}

body.armature-theme.armature-template--editorial .armature-module-project-grid .armature-project-grid__meta,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-project-grid .armature-project-grid__meta {
  display: none;
}

body.armature-theme.armature-template--editorial .armature-module-project-grid .armature-project-grid__card-title,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-project-grid .armature-project-grid__card-title {
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  line-height: 1.18;
}

body.armature-theme.armature-template--editorial .armature-project-grid__group .armature-project-grid__group-title,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-project-grid__group .armature-project-grid__group-title {
  font-size: clamp(1.3rem, 1.65vw, 1.6rem);
}

body.armature-theme.armature-template--editorial .armature-module-news-listing .armature-news-listing__items,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-news-listing .armature-news-listing__items {
  grid-template-columns: 1fr;
  gap: clamp(1.25rem, 2.5vw, 1.75rem);
}

body.armature-theme.armature-template--editorial .armature-module-news-listing .armature-news-listing__card,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-news-listing .armature-news-listing__card {
  display: grid;
  grid-template-columns: minmax(180px, 220px) 1fr;
  align-items: start;
  gap: clamp(1rem, 2vw, 1.5rem);
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.armature-theme.armature-template--editorial .armature-module-news-listing .armature-news-listing__image,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-news-listing .armature-news-listing__image {
  align-self: start;
}

body.armature-theme.armature-template--editorial .armature-module-news-listing .armature-news-listing__image img,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-news-listing .armature-news-listing__image img {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

body.armature-theme.armature-template--editorial .armature-module-news-listing .armature-news-listing__content,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-news-listing .armature-news-listing__content {
  padding: 0;
  gap: 0.5rem;
}

body.armature-theme.armature-template--editorial .armature-module-news-listing .armature-news-listing__card-title,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-news-listing .armature-news-listing__card-title {
  font-size: clamp(1.15rem, 1.45vw, 1.4rem);
  line-height: 1.08;
}

body.armature-theme.armature-template--editorial .armature-module-news-listing .armature-news-listing__excerpt,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-news-listing .armature-news-listing__excerpt {
  font-size: 0.95rem;
  line-height: 1.55;
  max-width: 52ch;
}

body.armature-theme.armature-template--editorial .armature-module-news-listing .armature-news-listing__actions,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-news-listing .armature-news-listing__actions {
  margin-top: 0.1rem;
}

body.armature-theme.armature-template--editorial .armature-module-news-listing .armature-news-listing__meta,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-news-listing .armature-news-listing__meta {
  margin: 0;
  font-size: 0.74rem;
  opacity: 0.62;
}

body.armature-theme.armature-template--editorial .armature-module-about-preview,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-about-preview {
  margin-bottom: 2rem;
}

body.armature-theme.armature-template--editorial .armature-about-preview__actions,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-about-preview__actions {
  margin-top: 1rem;
}

body.armature-theme.armature-template--editorial .armature-module-contact-panel,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-contact-panel {
  margin-top: 2rem;
  margin-bottom: 1.25rem;
}

body.armature-theme.armature-template--editorial .armature-contact-panel--contact-editorial,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-contact-panel--contact-editorial {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: clamp(2rem, 4vw, 3.5rem);
  row-gap: 1.25rem;
  align-items: stretch;
  background: var(--armature-color-surface-alt);
  border: 0;
  padding: clamp(1.5rem, 2.4vw, 2rem);
}

body.armature-theme.armature-template--editorial .armature-contact-panel--contact-editorial .armature-module__header,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-contact-panel--contact-editorial .armature-module__header {
  grid-column: 1;
  margin: 0;
  display: block;
}

body.armature-theme.armature-template--editorial .armature-contact-panel--contact-editorial .armature-module__title,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-contact-panel--contact-editorial .armature-module__title {
  margin: 0 0 0.6rem;
}

body.armature-theme.armature-template--editorial .armature-contact-panel--contact-editorial .armature-module__intro,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-contact-panel--contact-editorial .armature-module__intro {
  max-width: 42rem;
}

body.armature-theme.armature-template--editorial .armature-contact-panel--contact-editorial .armature-module__intro > :first-child,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-contact-panel--contact-editorial .armature-module__intro > :first-child,
body.armature-theme.armature-template--editorial .armature-contact-panel--contact-editorial .armature-contact-panel__availability > :first-child,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-contact-panel--contact-editorial .armature-contact-panel__availability > :first-child {
  margin-top: 0;
}

body.armature-theme.armature-template--editorial .armature-contact-panel--contact-editorial .armature-module__intro > :last-child,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-contact-panel--contact-editorial .armature-module__intro > :last-child,
body.armature-theme.armature-template--editorial .armature-contact-panel--contact-editorial .armature-contact-panel__availability > :last-child,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-contact-panel--contact-editorial .armature-contact-panel__availability > :last-child {
  margin-bottom: 0;
}

body.armature-theme.armature-template--editorial .armature-contact-panel--contact-editorial .armature-contact-panel__inner,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-contact-panel--contact-editorial .armature-contact-panel__inner,
body.armature-theme.armature-template--editorial .armature-contact-panel--contact-editorial .armature-contact-panel__main,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-contact-panel--contact-editorial .armature-contact-panel__main {
  display: contents;
}

body.armature-theme.armature-template--editorial .armature-contact-panel--contact-editorial .armature-contact-panel__availability,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-contact-panel--contact-editorial .armature-contact-panel__availability {
  grid-column: 1;
  margin: 0;
}

body.armature-theme.armature-template--editorial .armature-contact-panel--contact-editorial .armature-contact-panel__actions,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-contact-panel--contact-editorial .armature-contact-panel__actions {
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-self: end;
  align-self: end;
  margin: 0;
  text-align: right;
}

body.armature-theme.armature-template--editorial .armature-contact-panel--contact-editorial .armature-contact-panel__aside,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-contact-panel--contact-editorial .armature-contact-panel__aside,
body.armature-theme.armature-template--editorial .armature-contact-panel--contact-editorial .armature-contact-panel__social,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-contact-panel--contact-editorial .armature-contact-panel__social,
body.armature-theme.armature-template--editorial .armature-contact-panel--contact-editorial .armature-contact-panel__social-label,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-contact-panel--contact-editorial .armature-contact-panel__social-label,
body.armature-theme.armature-template--editorial .armature-contact-panel--contact-editorial .armature-contact-panel__social-links,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-contact-panel--contact-editorial .armature-contact-panel__social-links {
  display: none;
}

body.armature-theme.armature-template--editorial :where(.wp-site-blocks > footer, footer.wp-block-template-part, footer.site-footer),
.editor-styles-wrapper .armature-theme.armature-template--editorial :where(.wp-site-blocks > footer, footer.wp-block-template-part, footer.site-footer) {
  margin-top: 0;
}

@media (max-width: 900px) {
  body.armature-theme.armature-template--editorial .armature-home-hero--hero-editorial,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-home-hero--hero-editorial {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  body.armature-theme.armature-template--editorial .armature-home-hero--hero-editorial .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-home-hero--hero-editorial .armature-home-hero__inner,
body.armature-theme.armature-template--editorial .armature-home-hero--hero-editorial .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-home-hero--hero-editorial .armature-home-hero__inner {
    width: min(calc(100% + (var(--armature-shell-gutter, 50px) * 2)), 100%);
    padding-inline: var(--armature-shell-gutter, 50px);
    padding-block: var(--armature-shell-gutter, 50px);
    grid-template-columns: 1fr;
  }

  body.armature-theme.armature-template--editorial .armature-featured-work--featured-editorial .armature-featured-work__card,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-featured-work--featured-editorial .armature-featured-work__card {
    grid-template-columns: 1fr;
  }

  body.armature-theme.armature-template--editorial .armature-featured-work--featured-editorial .armature-featured-work__content,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-featured-work--featured-editorial .armature-featured-work__content {
    grid-column: auto;
  }

  body.armature-theme.armature-template--editorial .armature-module-project-grid .armature-project-grid__items,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-project-grid .armature-project-grid__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.armature-theme.armature-template--editorial .armature-module-news-listing .armature-news-listing__card,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-news-listing .armature-news-listing__card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 781px) {
  body.armature-theme.armature-template--editorial .armature-contact-panel--contact-editorial,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-contact-panel--contact-editorial {
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }

  body.armature-theme.armature-template--editorial .armature-contact-panel--contact-editorial .armature-contact-panel__actions,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-contact-panel--contact-editorial .armature-contact-panel__actions {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
    align-self: start;
    text-align: left;
  }
}

@media (max-width: 640px) {
  body.armature-theme.armature-template--editorial .armature-module-project-grid .armature-project-grid__items,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-project-grid .armature-project-grid__items {
    grid-template-columns: 1fr;
  }
}

body.armature-theme.armature-template--portfolio,
.editor-styles-wrapper .armature-theme.armature-template--portfolio,
body.armature-theme.armature-template--portfolio .wp-site-blocks,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .wp-site-blocks {
  overflow-x: clip;
}

body.armature-theme.armature-template--portfolio .armature-module__title,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module__title {
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  line-height: 1.08;
}

body.armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio {
  margin-top: clamp(1.25rem, 3vw, 2rem);
  margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
}

body.armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio {
  padding: 0;
  border: 0;
  background: transparent;
}

body.armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio .armature-home-hero__inner {
  width: 100%;
  max-width: none;
  grid-template-columns: minmax(0, 1.28fr) minmax(0, 0.92fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
}

body.armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio .armature-home-hero__content,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio .armature-home-hero__content,
body.armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio .armature-home-hero__title,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio .armature-home-hero__title,
body.armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio .armature-home-hero__intro,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio .armature-home-hero__intro {
  width: 100%;
  max-width: none;
}

body.armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio .armature-home-hero__content,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio .armature-home-hero__content {
  gap: 0.55rem;
  align-content: start;
}

body.armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio .armature-home-hero__title,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio .armature-home-hero__title {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.95;
  letter-spacing: -0.02em;
}

body.armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio .armature-home-hero__descriptor,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio .armature-home-hero__descriptor {
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  opacity: 0.7;
}

body.armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio .armature-home-hero__intro,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio .armature-home-hero__intro {
  font-size: 0.9rem;
  line-height: 1.5;
}

body.armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio .armature-home-hero__media,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio .armature-home-hero__media {
  display: flex;
  align-items: stretch;
}

body.armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio .armature-home-hero__image,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio .armature-home-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(18rem, 30vw, 24rem);
  object-fit: cover;
  object-position: center;
}

body.armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio .armature-home-hero__actions,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio .armature-home-hero__actions,
body.armature-theme.armature-template--portfolio .armature-about-preview__actions,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-about-preview__actions,
body.armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio .armature-home-hero__actions .wp-block-buttons,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio .armature-home-hero__actions .wp-block-buttons,
body.armature-theme.armature-template--portfolio .armature-about-preview__actions .wp-block-buttons,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-about-preview__actions .wp-block-buttons,
body.armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio .armature-home-hero__actions .wp-block-button,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio .armature-home-hero__actions .wp-block-button,
body.armature-theme.armature-template--portfolio .armature-about-preview__actions .wp-block-button,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-about-preview__actions .wp-block-button {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

body.armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio .armature-home-hero__actions,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio .armature-home-hero__actions,
body.armature-theme.armature-template--portfolio .armature-about-preview__actions,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-about-preview__actions {
  margin-top: 1.1rem;
}

body.armature-theme.armature-template--portfolio .armature-module__link,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module__link,
body.armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio .armature-home-hero__button,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio .armature-home-hero__button,
body.armature-theme.armature-template--portfolio .armature-featured-work__button,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-featured-work__button,
body.armature-theme.armature-template--portfolio .armature-about-preview__button,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-about-preview__button,
body.armature-theme.armature-template--portfolio .armature-contact-panel__button,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-contact-panel__button,
body.armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio .armature-home-hero__actions .wp-block-button__link,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio .armature-home-hero__actions .wp-block-button__link,
body.armature-theme.armature-template--portfolio .armature-about-preview__actions .wp-block-button__link,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-about-preview__actions .wp-block-button__link,
body.armature-theme.armature-template--portfolio .armature-module .wp-block-button__link,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module .wp-block-button__link {
  min-height: 0;
  height: auto;
  padding: 0.8rem 1.45rem;
  line-height: 1.15;
  box-shadow: none;
}

body.armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio-showcase,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio-showcase {
  position: relative;
  width: auto;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0;
  border: 0;
  background: var(--armature-color-surface-alt);
  color: var(--armature-color-heading);
  overflow: hidden;
}

body.armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio-showcase .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio-showcase .armature-home-hero__inner {
  position: relative;
  width: min(
    calc(var(--wp--style--global--content-size, 1280px) + (var(--armature-shell-gutter, 50px) * 2)),
    100%
  );
  max-width: none;
  min-height: clamp(22rem, 38vw, 32rem);
  margin-inline: auto;
  box-sizing: border-box;
  padding-inline: var(--armature-shell-gutter, 50px);
  padding-block: clamp(2.5rem, 6vw, 4.75rem);
  display: flex;
  align-items: center;
}

body.armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio-showcase .armature-home-hero__media,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio-showcase .armature-home-hero__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: min(58vw, 58%);
  z-index: 0;
  display: block;
}

body.armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio-showcase .armature-home-hero__media::after,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio-showcase .armature-home-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--armature-color-surface-alt) 0%, color-mix(in srgb, var(--armature-color-surface-alt) 80%, transparent) 22%, transparent 54%);
}

body.armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio-showcase .armature-home-hero__image,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio-showcase .armature-home-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(22rem, 38vw, 32rem);
  object-fit: cover;
  object-position: center right;
}

body.armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio-showcase .armature-home-hero__content,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio-showcase .armature-home-hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.7rem;
  max-width: min(35rem, 54%);
  padding: clamp(1rem, 2vw, 1.5rem) 0;
}

body.armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio-showcase .armature-home-hero__descriptor,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio-showcase .armature-home-hero__descriptor,
body.armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio-showcase .armature-home-hero__intro,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio-showcase .armature-home-hero__intro,
body.armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio-showcase .armature-home-hero__title,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio-showcase .armature-home-hero__title {
  color: inherit;
}

body.armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio-showcase .armature-home-hero__title,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio-showcase .armature-home-hero__title {
  font-size: clamp(2.05rem, 4.2vw, 3.45rem);
  line-height: 0.94;
  letter-spacing: -0.04em;
}

body.armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio-showcase .armature-home-hero__intro,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio-showcase .armature-home-hero__intro {
  max-width: 34rem;
  font-size: 0.96rem;
  line-height: 1.58;
  opacity: 0.94;
}

body.armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio-showcase .armature-home-hero__actions,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio-showcase .armature-home-hero__actions {
  margin-top: 1.2rem;
}

body.armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio-showcase .armature-home-hero__button,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio-showcase .armature-home-hero__button {
  color: inherit;
  border-color: var(--armature-color-accent);
  background: var(--armature-color-canvas);
}

body.armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio-showcase .armature-home-hero__button:hover,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio-showcase .armature-home-hero__button:hover,
body.armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio-showcase .armature-home-hero__button:focus,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio-showcase .armature-home-hero__button:focus {
  background: color-mix(in srgb, var(--armature-color-canvas) 86%, var(--armature-color-accent));
}

body.armature-theme.armature-template--portfolio .armature-module-featured-work,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-featured-work {
  margin-top: 0;
  margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
}

body.armature-theme.armature-template--portfolio .armature-featured-work--featured-portfolio .armature-featured-work__card,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-featured-work--featured-portfolio .armature-featured-work__card {
  grid-template-columns: minmax(10rem, 25%) minmax(0, 1fr);
  align-items: start;
  gap: clamp(1.25rem, 2.8vw, 2rem);
  padding: clamp(1rem, 2.6vw, 1.5rem);
  background: var(--armature-color-surface-alt);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body.armature-theme.armature-template--portfolio .armature-featured-work--featured-portfolio .armature-featured-work__image,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-featured-work--featured-portfolio .armature-featured-work__image,
body.armature-theme.armature-template--portfolio .armature-featured-work--featured-portfolio .armature-featured-work__image-link,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-featured-work--featured-portfolio .armature-featured-work__image-link {
  width: 100%;
  max-width: none;
}

body.armature-theme.armature-template--portfolio .armature-featured-work--featured-portfolio .armature-featured-work__image,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-featured-work--featured-portfolio .armature-featured-work__image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

body.armature-theme.armature-template--portfolio .armature-featured-work--featured-portfolio .armature-featured-work__image img,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-featured-work--featured-portfolio .armature-featured-work__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
  contain-intrinsic-size: 1024px 768px;
}

body.armature-theme.armature-template--portfolio .armature-featured-work--featured-portfolio .armature-featured-work__content,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-featured-work--featured-portfolio .armature-featured-work__content {
  padding: 0;
  gap: 0.45rem;
}

body.armature-theme.armature-template--portfolio .armature-featured-work--featured-portfolio .armature-featured-work__card-title,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-featured-work--featured-portfolio .armature-featured-work__card-title {
  font-size: clamp(1.1rem, 1.35vw, 1.25rem);
  line-height: 1.15;
}

body.armature-theme.armature-template--portfolio .armature-featured-work--featured-portfolio .armature-featured-work__summary,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-featured-work--featured-portfolio .armature-featured-work__summary {
  font-size: 0.92rem;
  line-height: 1.55;
  max-width: 52ch;
}

body.armature-theme.armature-template--portfolio .armature-module-teasers,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-teasers {
  margin-block: clamp(1.5rem, 3.5vw, 2.5rem);
}

body.armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__items,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__items {
  gap: 1rem;
}

body.armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__card,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__card {
  position: relative;
  display: block;
  border: 0;
  background: transparent;
  padding: 0;
  overflow: hidden;
  box-shadow: none;
}

body.armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__card::before,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    to top,
    color-mix(in srgb, var(--armature-color-heading) 68%, transparent) 0%,
    color-mix(in srgb, var(--armature-color-heading) 28%, transparent) 46%,
    transparent 78%
  );
}

body.armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__link,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__link {
  display: block;
  position: relative;
  height: 100%;
  color: inherit;
  text-decoration: none;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
  isolation: isolate;
}

body.armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__image,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__image,
body.armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__image img,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__image img {
  position: relative;
  z-index: 0;
}

body.armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__image,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__image {
  margin: 0;
  aspect-ratio: 1 / 1;
  background: var(--armature-color-surface-alt);
}

body.armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__image img,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__content,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

body.armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__title,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__title,
body.armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__content h3,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__content h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 3;
  width: calc(100% - 2rem);
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%);
  color: var(--armature-color-canvas);
  font-size: clamp(1.15rem, 1.6vw, 1.45rem);
  font-weight: 600;
  line-height: 1.08;
  text-align: center;
  text-shadow: 0 2px 12px color-mix(in srgb, var(--armature-color-heading) 32%, transparent);
}

body.armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__title a,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__title a,
body.armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__content h3 a,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__content h3 a {
  color: inherit;
  text-decoration: none;
}

body.armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__excerpt,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__excerpt,
body.armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__meta,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__meta {
  display: none;
}

body.armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__columns > .armature-teasers__card,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__columns > .armature-teasers__card {
  position: relative;
}

body.armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__columns > .armature-teasers__card .armature-teasers__actions,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__columns > .armature-teasers__card .armature-teasers__actions,
body.armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__columns > .armature-teasers__card .armature-teasers__button,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__columns > .armature-teasers__card .armature-teasers__button {
  display: block;
}

body.armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__columns > .armature-teasers__card .armature-teasers__actions,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__columns > .armature-teasers__card .armature-teasers__actions {
  position: absolute;
  inset: 0;
  z-index: 4;
  margin: 0;
  padding: 0;
}

body.armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__columns > .armature-teasers__card .armature-teasers__button,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__columns > .armature-teasers__card .armature-teasers__button,
body.armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__columns > .armature-teasers__card .armature-teasers__button .wp-block-button__link,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__columns > .armature-teasers__card .armature-teasers__button .wp-block-button__link {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}

body.armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__columns > .armature-teasers__card .armature-teasers__button .wp-block-button__link,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__columns > .armature-teasers__card .armature-teasers__button .wp-block-button__link {
  border: 0;
  background: transparent;
  box-shadow: none;
  color: transparent;
  font-size: 0;
  line-height: 0;
  padding: 0;
  text-decoration: none;
  text-indent: -9999px;
}

body.armature-theme.armature-template--portfolio .armature-module-news-listing,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-news-listing {
  margin-block: clamp(1.75rem, 3.5vw, 2.5rem);
}

body.armature-theme.armature-template--portfolio .armature-module-news-listing .armature-module__header,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-news-listing .armature-module__header {
  margin-bottom: 1.15rem;
}

body.armature-theme.armature-template--portfolio .armature-module-news-listing .armature-news-listing__items,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-news-listing .armature-news-listing__items {
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

body.armature-theme.armature-template--portfolio .armature-module-news-listing .armature-news-listing__card,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-news-listing .armature-news-listing__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 1.25rem;
  align-items: start;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.armature-theme.armature-template--portfolio .armature-module-news-listing .armature-news-listing__image img,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-news-listing .armature-news-listing__image img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

body.armature-theme.armature-template--portfolio .armature-module-news-listing .armature-news-listing__content,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-news-listing .armature-news-listing__content {
  padding: 0;
  gap: 0.45rem;
}

body.armature-theme.armature-template--portfolio .armature-module-news-listing .armature-news-listing__card-title,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-news-listing .armature-news-listing__card-title {
  font-size: clamp(1.1rem, 1.35vw, 1.3rem);
  line-height: 1.1;
}

body.armature-theme.armature-template--portfolio .armature-module-news-listing .armature-news-listing__excerpt,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-news-listing .armature-news-listing__excerpt {
  max-width: 48ch;
  font-size: 0.9rem;
  line-height: 1.5;
}

body.armature-theme.armature-template--portfolio .armature-module-news-listing .armature-news-listing__actions,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-news-listing .armature-news-listing__actions {
  margin-top: 0.1rem;
}

body.armature-theme.armature-template--portfolio .armature-module-news-listing .armature-news-listing__meta,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-news-listing .armature-news-listing__meta {
  margin: 0;
  font-size: 0.72rem;
  opacity: 0.62;
}

body.armature-theme.armature-template--portfolio .armature-project-grid__group .armature-project-grid__group-title,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-project-grid__group .armature-project-grid__group-title {
  font-size: clamp(1.3rem, 1.65vw, 1.6rem);
}

body.armature-theme.armature-template--portfolio .armature-module-about-preview,
body.armature-theme.armature-template--portfolio .armature-module-about-preview .armature-about-preview__inner {
  width: 100%;
  max-width: none;
}

.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-about-preview,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-about-preview .armature-about-preview__inner {
  width: 100%;
}

body.armature-theme.armature-template--portfolio .armature-module-about-preview,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-about-preview {
  margin-block: clamp(1.75rem, 3.5vw, 2.5rem);
}

body.armature-theme.armature-template--portfolio .armature-about-preview__inner,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-about-preview__inner {
  grid-template-columns: minmax(0, 1.22fr) minmax(12rem, 0.78fr);
  gap: clamp(2rem, 4vw, 3rem);
  padding-block: clamp(1.5rem, 3vw, 2rem);
  padding-inline: 0;
  border: 0;
  border-top: 1px solid var(--armature-color-border);
  border-bottom: 1px solid var(--armature-color-border);
  background: transparent;
}

/* Portfolio About Preview: keep editor sizing sane without overriding the
   constrained editor frame. Front-end stays untouched. */
body.armature-admin-editor .editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-about-preview,
body.armature-admin-editor .editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-about-preview .armature-about-preview__inner {
  box-sizing: border-box;
  width: 100% !important;
}

body.armature-theme.armature-template--portfolio .armature-about-preview__content,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-about-preview__content,
body.armature-theme.armature-template--portfolio .armature-about-preview__intro,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-about-preview__intro,
body.armature-theme.armature-template--portfolio .armature-about-preview__title,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-about-preview__title {
  width: 100%;
  max-width: none;
}

body.armature-theme.armature-template--portfolio .armature-about-preview__media,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-about-preview__media {
  max-width: none;
  width: 100%;
}

body.armature-theme.armature-template--portfolio .armature-about-preview__image,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-about-preview__image,
body.armature-theme.armature-template--portfolio .armature-about-preview__image img,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-about-preview__image img {
  display: block;
  width: 100%;
  height: auto;
}

body.armature-theme.armature-template--portfolio .armature-about-preview__actions,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-about-preview__actions {
  margin-top: 1rem;
}

body.armature-theme.armature-template--portfolio .armature-module-contact-panel,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-contact-panel {
  margin-top: clamp(2rem, 4vw, 3rem);
  margin-bottom: 1.25rem;
}

body.armature-theme.armature-template--portfolio .armature-contact-panel--contact-portfolio,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-contact-panel--contact-portfolio {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: clamp(2rem, 4vw, 3.5rem);
  row-gap: 1rem;
  align-items: stretch;
  background: var(--armature-contact-panel-bg);
  color: var(--armature-contact-panel-fg);
  border: 0;
  border-radius: 0.65rem;
  padding: clamp(1.35rem, 3vw, 1.85rem);
}

body.armature-theme.armature-template--portfolio .armature-contact-panel--contact-portfolio .armature-module__header,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-contact-panel--contact-portfolio .armature-module__header {
  grid-column: 1;
  margin: 0;
  display: block;
}

body.armature-theme.armature-template--portfolio .armature-contact-panel--contact-portfolio .armature-module__title,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-contact-panel--contact-portfolio .armature-module__title {
  color: var(--armature-contact-panel-heading) !important;
}

body.armature-theme.armature-template--portfolio .armature-contact-panel--contact-portfolio .armature-module__intro,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-contact-panel--contact-portfolio .armature-module__intro,
body.armature-theme.armature-template--portfolio .armature-contact-panel--contact-portfolio .armature-module__intro p,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-contact-panel--contact-portfolio .armature-module__intro p,
body.armature-theme.armature-template--portfolio .armature-contact-panel--contact-portfolio .armature-contact-panel__availability,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-contact-panel--contact-portfolio .armature-contact-panel__availability,
body.armature-theme.armature-template--portfolio .armature-contact-panel--contact-portfolio .armature-contact-panel__availability p,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-contact-panel--contact-portfolio .armature-contact-panel__availability p {
  color: var(--armature-contact-panel-fg) !important;
}

body.armature-theme.armature-template--portfolio .armature-contact-panel--contact-portfolio .armature-module__intro,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-contact-panel--contact-portfolio .armature-module__intro {
  max-width: 42rem;
}

body.armature-theme.armature-template--portfolio .armature-contact-panel--contact-portfolio .armature-contact-panel__inner,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-contact-panel--contact-portfolio .armature-contact-panel__inner,
body.armature-theme.armature-template--portfolio .armature-contact-panel--contact-portfolio .armature-contact-panel__main,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-contact-panel--contact-portfolio .armature-contact-panel__main {
  display: contents;
}

body.armature-theme.armature-template--portfolio .armature-contact-panel--contact-portfolio .armature-contact-panel__availability,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-contact-panel--contact-portfolio .armature-contact-panel__availability {
  grid-column: 1;
  margin: 0;
}

body.armature-theme.armature-template--portfolio .armature-contact-panel--contact-portfolio .armature-contact-panel__aside,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-contact-panel--contact-portfolio .armature-contact-panel__aside,
body.armature-theme.armature-template--portfolio .armature-contact-panel--contact-portfolio .armature-contact-panel__social,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-contact-panel--contact-portfolio .armature-contact-panel__social,
body.armature-theme.armature-template--portfolio .armature-contact-panel--contact-portfolio .armature-contact-panel__social-label,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-contact-panel--contact-portfolio .armature-contact-panel__social-label,
body.armature-theme.armature-template--portfolio .armature-contact-panel--contact-portfolio .armature-contact-panel__social-links,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-contact-panel--contact-portfolio .armature-contact-panel__social-links,
body.armature-theme.armature-template--portfolio .armature-contact-panel--contact-portfolio .armature-contact-panel__email,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-contact-panel--contact-portfolio .armature-contact-panel__email,
body.armature-theme.armature-template--portfolio .armature-contact-panel--contact-portfolio .armature-contact-panel__email-label,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-contact-panel--contact-portfolio .armature-contact-panel__email-label {
  display: none;
}

body.armature-theme.armature-template--portfolio .armature-contact-panel--contact-portfolio .armature-contact-panel__actions,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-contact-panel--contact-portfolio .armature-contact-panel__actions {
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-self: end;
  align-self: end;
  margin: 0;
  text-align: right;
}

body.armature-theme.armature-template--portfolio :where(.wp-site-blocks > footer, footer.wp-block-template-part, footer.site-footer),
.editor-styles-wrapper .armature-theme.armature-template--portfolio :where(.wp-site-blocks > footer, footer.wp-block-template-part, footer.site-footer) {
  margin-top: 0;
}

@media (max-width: 960px) {
  body.armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio .armature-home-hero__inner,
body.armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio-showcase .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio-showcase .armature-home-hero__inner,
body.armature-theme.armature-template--portfolio .armature-about-preview__inner,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-about-preview__inner,
body.armature-theme.armature-template--portfolio .armature-contact-panel--contact-portfolio,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-contact-panel--contact-portfolio {
    grid-template-columns: 1fr;
  }

  body.armature-theme.armature-template--portfolio .armature-module-project-grid .armature-project-grid__items,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-project-grid .armature-project-grid__items,
body.armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__items,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.armature-theme.armature-template--portfolio .armature-contact-panel--contact-portfolio .armature-contact-panel__actions,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-contact-panel--contact-portfolio .armature-contact-panel__actions {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
    align-self: start;
    text-align: left;
  }
}

@media (max-width: 960px) {
  body.armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio-showcase .armature-home-hero__content,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio-showcase .armature-home-hero__content {
    max-width: min(32rem, 58%);
  }

  body.armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio-showcase .armature-home-hero__title,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio-showcase .armature-home-hero__title,
body.armature-theme.armature-template--studio .armature-home-hero--hero-studio-card .armature-home-hero__title,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-home-hero--hero-studio-card .armature-home-hero__title {
    max-width: none;
  }

  body.armature-theme.armature-template--studio .armature-home-hero--hero-studio-card .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-home-hero--hero-studio-card .armature-home-hero__inner {
    grid-template-columns: minmax(12rem, 0.9fr) minmax(0, 1.1fr);
  }
}

@media (max-width: 781px) {
  body.armature-theme.armature-template--portfolio .armature-module-news-listing .armature-news-listing__card,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-news-listing .armature-news-listing__card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body.armature-theme.armature-template--portfolio .armature-module-project-grid .armature-project-grid__items,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-project-grid .armature-project-grid__items,
body.armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__items,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-teasers .armature-teasers__items {
    grid-template-columns: 1fr;
  }
}

body.armature-theme.armature-template--studio .armature-module__title,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module__title {
  font-size: clamp(1.35rem, 1.65vw, 1.7rem);
  line-height: 1.12;
}

body.armature-theme.armature-template--studio .armature-module-teasers .armature-teasers__items,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module-teasers .armature-teasers__items {
  grid-template-columns: 1fr;
  gap: 1rem;
}

body.armature-theme.armature-template--studio .armature-module-teasers .wp-block-columns.armature-teasers__columns,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module-teasers .wp-block-columns.armature-teasers__columns {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

body.armature-theme.armature-template--studio .armature-module-teasers .wp-block-columns.armature-teasers__columns > .wp-block-column,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module-teasers .wp-block-columns.armature-teasers__columns > .wp-block-column,
body.armature-theme.armature-template--studio .armature-module-teasers .wp-block-columns.armature-teasers__columns > .armature-teasers__card,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module-teasers .wp-block-columns.armature-teasers__columns > .armature-teasers__card,
body.armature-theme.armature-template--studio .armature-module-teasers .armature-teasers__card,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module-teasers .armature-teasers__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  column-gap: clamp(1rem, 2.5vw, 1.75rem);
  row-gap: 0;
  flex: 0 0 100%;
  width: 100%;
  max-width: none;
  margin-inline-start: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.armature-theme.armature-template--studio .armature-module-teasers .armature-teasers__image,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module-teasers .armature-teasers__image {
  grid-column: 1;
  grid-row: 1 / span 3;
  width: 100%;
  margin: 0;
  aspect-ratio: 16 / 9;
  align-self: start;
}

body.armature-theme.armature-template--studio .armature-module-teasers .armature-teasers__image img,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module-teasers .armature-teasers__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

body.armature-theme.armature-template--studio .armature-module-teasers .armature-teasers__title,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module-teasers .armature-teasers__title,
body.armature-theme.armature-template--studio .armature-module-teasers .armature-teasers__excerpt,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module-teasers .armature-teasers__excerpt,
body.armature-theme.armature-template--studio .armature-module-teasers .armature-teasers__actions,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module-teasers .armature-teasers__actions {
  grid-column: 2;
  padding-inline: 0;
}

body.armature-theme.armature-template--studio .armature-module-teasers .armature-teasers__title,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module-teasers .armature-teasers__title {
  align-self: end;
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.12;
}

body.armature-theme.armature-template--studio .armature-module-teasers .armature-teasers__title h3,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module-teasers .armature-teasers__title h3,
body.armature-theme.armature-template--studio .armature-module-teasers .armature-teasers__content h3,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module-teasers .armature-teasers__content h3 {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.12;
}

body.armature-theme.armature-template--studio .armature-module-teasers .armature-teasers__excerpt,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module-teasers .armature-teasers__excerpt {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
}

body.armature-theme.armature-template--studio .armature-module-teasers .armature-teasers__actions,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module-teasers .armature-teasers__actions {
  margin-top: 0;
  padding-bottom: 0;
  align-self: start;
}

body.armature-theme.armature-template--studio .armature-home-hero--hero-studio,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-home-hero--hero-studio {
  margin-top: clamp(1.5rem, 3vw, 2.25rem);
  margin-bottom: clamp(2rem, 5vw, 3rem);
  padding: 0;
  border: 0;
  background: transparent;
}

body.armature-theme.armature-template--studio .armature-home-hero--hero-studio .armature-home-hero__actions,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-home-hero--hero-studio .armature-home-hero__actions,
body.armature-theme.armature-template--studio .armature-about-preview__actions,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-about-preview__actions,
body.armature-theme.armature-template--studio .armature-home-hero--hero-studio .armature-home-hero__actions .wp-block-buttons,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-home-hero--hero-studio .armature-home-hero__actions .wp-block-buttons,
body.armature-theme.armature-template--studio .armature-about-preview__actions .wp-block-buttons,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-about-preview__actions .wp-block-buttons,
body.armature-theme.armature-template--studio .armature-home-hero--hero-studio .armature-home-hero__actions .wp-block-button,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-home-hero--hero-studio .armature-home-hero__actions .wp-block-button,
body.armature-theme.armature-template--studio .armature-about-preview__actions .wp-block-button,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-about-preview__actions .wp-block-button {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

body.armature-theme.armature-template--studio .armature-module__link,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module__link,
body.armature-theme.armature-template--studio .armature-home-hero--hero-studio .armature-home-hero__button,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-home-hero--hero-studio .armature-home-hero__button,
body.armature-theme.armature-template--studio .armature-featured-work__button,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-featured-work__button,
body.armature-theme.armature-template--studio .armature-about-preview__button,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-about-preview__button,
body.armature-theme.armature-template--studio .armature-contact-panel__button,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-contact-panel__button,
body.armature-theme.armature-template--studio .armature-home-hero--hero-studio .armature-home-hero__actions .wp-block-button__link,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-home-hero--hero-studio .armature-home-hero__actions .wp-block-button__link,
body.armature-theme.armature-template--studio .armature-about-preview__actions .wp-block-button__link,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-about-preview__actions .wp-block-button__link,
body.armature-theme.armature-template--studio .armature-module .wp-block-button__link,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module .wp-block-button__link {
  min-height: 0;
  height: auto;
  padding: 0.78rem 1.35rem;
  line-height: 1.1;
  box-shadow: none;
}

body.armature-theme.armature-template--studio .armature-home-hero--hero-studio .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-home-hero--hero-studio .armature-home-hero__inner {
  grid-template-columns: minmax(0, 1.05fr) minmax(15rem, 0.95fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: start;
}

body.armature-theme.armature-template--studio .armature-home-hero--hero-studio .armature-home-hero__media,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-home-hero--hero-studio .armature-home-hero__media {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}

body.armature-theme.armature-template--studio .armature-home-hero--hero-studio .armature-home-hero__image,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-home-hero--hero-studio .armature-home-hero__image {
  display: block;
  width: 100%;
  height: auto;
  min-height: clamp(16rem, 30vw, 23rem);
  object-fit: cover;
  object-position: center;
}

body.armature-theme.armature-template--studio .armature-home-hero--hero-studio .armature-home-hero__content,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-home-hero--hero-studio .armature-home-hero__content,
body.armature-theme.armature-template--studio .armature-home-hero--hero-studio .armature-home-hero__title,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-home-hero--hero-studio .armature-home-hero__title {
  max-width: none;
}

body.armature-theme.armature-template--studio .armature-home-hero--hero-studio .armature-home-hero__title,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-home-hero--hero-studio .armature-home-hero__title {
  font-size: clamp(1.9rem, 3vw, 3.25rem);
  line-height: 0.95;
}

body.armature-theme.armature-template--studio .armature-home-hero--hero-studio .armature-home-hero__actions,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-home-hero--hero-studio .armature-home-hero__actions {
  margin-top: 1.2rem;
  gap: 0.75rem;
}

body.armature-theme.armature-template--studio .armature-home-hero--hero-studio-card,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-home-hero--hero-studio-card {
  padding: 0;
  border: 0;
  background: transparent;
}

body.armature-theme.armature-template--studio .armature-home-hero--hero-studio-card .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-home-hero--hero-studio-card .armature-home-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(14rem, 0.78fr) minmax(0, 1.22fr);
  gap: 0;
  align-items: stretch;
  min-height: clamp(22rem, 38vw, 30rem);
  padding: 0;
}

body.armature-theme.armature-template--studio .armature-home-hero--hero-studio-card .armature-home-hero__media,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-home-hero--hero-studio-card .armature-home-hero__media {
  position: relative;
  overflow: hidden;
  z-index: 0;
  min-height: 100%;
}

body.armature-theme.armature-template--studio .armature-home-hero--hero-studio-card .armature-home-hero__image,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-home-hero--hero-studio-card .armature-home-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(22rem, 38vw, 30rem);
  object-fit: cover;
  object-position: center;
}

body.armature-theme.armature-template--studio .armature-home-hero--hero-studio-card .armature-home-hero__content,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-home-hero--hero-studio-card .armature-home-hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  gap: 0.8rem;
  padding: clamp(2rem, 4vw, 3rem);
  border: var(--armature-panel-border-width, 1px) solid var(--armature-color-border);
  border-left: 0;
  background: var(--armature-color-surface);
  box-shadow: none;
}

body.armature-theme.armature-template--studio .armature-home-hero--hero-studio-card .armature-home-hero__content::before,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-home-hero--hero-studio-card .armature-home-hero__content::before {
  content: "";
  width: clamp(3rem, 8vw, 5rem);
  height: 3px;
  background: var(--armature-color-accent);
  margin-bottom: 0.25rem;
}

body.armature-theme.armature-template--studio .armature-home-hero--hero-studio-card .armature-home-hero__title,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-home-hero--hero-studio-card .armature-home-hero__title {
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 0.94;
  letter-spacing: -0.04em;
}

body.armature-theme.armature-template--studio .armature-home-hero--hero-studio-card .armature-home-hero__intro,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-home-hero--hero-studio-card .armature-home-hero__intro {
  max-width: 34rem;
}

body.armature-theme.armature-template--studio .armature-home-hero--hero-studio-card .armature-home-hero__actions,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-home-hero--hero-studio-card .armature-home-hero__actions {
  margin-top: 1.2rem;
  gap: 0.75rem;
}

body.armature-theme.armature-template--studio .armature-module-project-grid .armature-project-grid__items,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module-project-grid .armature-project-grid__items {
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  gap: 1rem;
}

body.armature-theme.armature-template--studio .armature-module-project-grid .armature-project-grid__card,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module-project-grid .armature-project-grid__card {
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.armature-theme.armature-template--studio .armature-module-project-grid .armature-project-grid__link,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module-project-grid .armature-project-grid__link {
  display: block;
  height: auto;
}

body.armature-theme.armature-template--studio .armature-module-project-grid .armature-project-grid__content,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module-project-grid .armature-project-grid__content {
  display: none;
}

body.armature-theme.armature-template--studio .armature-module-project-grid .armature-project-grid__image,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module-project-grid .armature-project-grid__image {
  background: transparent;
}

body.armature-theme.armature-template--studio .armature-module-project-grid .armature-project-grid__image img,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module-project-grid .armature-project-grid__image img {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

body.armature-theme.armature-template--studio .armature-module-featured-work,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module-featured-work {
  padding: 0;
  background: transparent;
  margin-block: clamp(2rem, 5vw, 3rem);
}

body.armature-theme.armature-template--studio .armature-module-featured-work .armature-module__header,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module-featured-work .armature-module__header {
  margin: 0 0 1rem;
  padding: 0;
}

body.armature-theme.armature-template--studio .armature-featured-work--featured-studio .armature-featured-work__section-title,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-featured-work--featured-studio .armature-featured-work__section-title {
  display: none;
}

body.armature-theme.armature-template--studio .armature-featured-work--featured-studio .armature-featured-work__card,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-featured-work--featured-studio .armature-featured-work__card {
  grid-template-columns: minmax(0, 66.6667%) minmax(0, 33.3333%);
  grid-template-areas: "content image";
  gap: 0;
  padding: 0;
  background: var(--armature-color-surface-alt);
  border: 0;
}

body.armature-theme.armature-template--studio .armature-featured-work--featured-studio .armature-featured-work__content,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-featured-work--featured-studio .armature-featured-work__content {
  grid-area: content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.6rem;
  padding: 1.25rem 1.5rem;
}

body.armature-theme.armature-template--studio .armature-featured-work--featured-studio .armature-featured-work__image,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-featured-work--featured-studio .armature-featured-work__image,
body.armature-theme.armature-template--studio .armature-featured-work--featured-studio .armature-featured-work__image-link,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-featured-work--featured-studio .armature-featured-work__image-link {
  grid-area: image;
  width: 100%;
  max-width: none;
  margin: 0;
}

body.armature-theme.armature-template--studio .armature-featured-work--featured-studio .armature-featured-work__image,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-featured-work--featured-studio .armature-featured-work__image {
  overflow: hidden;
}

body.armature-theme.armature-template--studio .armature-featured-work--featured-studio .armature-featured-work__image img,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-featured-work--featured-studio .armature-featured-work__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
  contain-intrinsic-size: 1024px 768px;
}

body.armature-theme.armature-template--studio .armature-module-news-listing,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module-news-listing {
  margin-block: clamp(2rem, 5vw, 3rem);
}

body.armature-theme.armature-template--studio .armature-module-news-listing .armature-news-listing__items,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module-news-listing .armature-news-listing__items {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

body.armature-theme.armature-template--studio .armature-module-news-listing .armature-news-listing__card,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module-news-listing .armature-news-listing__card {
  border: 0;
  background: var(--armature-color-surface-alt);
  padding: 1.35rem;
}

body.armature-theme.armature-template--studio .armature-module-news-listing .armature-news-listing__image,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module-news-listing .armature-news-listing__image {
  display: none;
}

body.armature-theme.armature-template--studio .armature-module-news-listing .armature-news-listing__content,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module-news-listing .armature-news-listing__content {
  padding: 0;
  gap: 0.45rem;
}

body.armature-theme.armature-template--studio .armature-module-news-listing .armature-news-listing__card-title,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module-news-listing .armature-news-listing__card-title {
  font-size: 1.1rem;
  line-height: 1.16;
}

body.armature-theme.armature-template--studio .armature-module-news-listing .armature-news-listing__excerpt,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module-news-listing .armature-news-listing__excerpt {
  font-size: 0.9rem;
  line-height: 1.55;
}

body.armature-theme.armature-template--studio .armature-module-news-listing .armature-news-listing__actions,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module-news-listing .armature-news-listing__actions {
  margin-top: 0.2rem;
}

body.armature-theme.armature-template--studio .armature-module-news-listing .armature-news-listing__meta,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module-news-listing .armature-news-listing__meta {
  margin: 0;
  font-size: 0.72rem;
  opacity: 0.62;
}

body.armature-theme.armature-template--studio .armature-project-grid__group .armature-project-grid__group-title,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-project-grid__group .armature-project-grid__group-title {
  font-size: clamp(1.3rem, 1.65vw, 1.6rem);
}

body.armature-theme.armature-template--studio .armature-module-about-preview,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module-about-preview {
  margin-block: clamp(2rem, 5vw, 3rem);
}

body.armature-theme.armature-template--studio .armature-about-preview__inner,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-about-preview__inner {
  grid-template-columns: minmax(0, 1.1fr) minmax(14rem, 0.9fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  padding: clamp(1.5rem, 3vw, 2rem);
  background: var(--armature-color-surface-alt);
  border: var(--armature-panel-border-width, 1px) solid var(--armature-color-border);
}

body.armature-theme.armature-template--studio .armature-about-preview__media,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-about-preview__media {
  max-width: none;
}

body.armature-theme.armature-template--studio .armature-about-preview__actions,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-about-preview__actions {
  margin-top: 1rem;
}

body.armature-theme.armature-template--studio .armature-module-contact-panel,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module-contact-panel {
  margin-block: clamp(2rem, 5vw, 2.5rem);
}

body.armature-theme.armature-template--studio .armature-contact-panel--contact-studio,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-contact-panel--contact-studio {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: clamp(1.5rem, 3vw, 2.5rem);
  row-gap: 0.75rem;
  align-items: center;
  padding: 1.1rem 1.25rem;
  border: var(--armature-panel-border-width, 1px) solid var(--armature-color-border);
  background: transparent;
}

body.armature-theme.armature-template--studio .armature-contact-panel--contact-studio .armature-module__header,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-contact-panel--contact-studio .armature-module__header {
  grid-column: 1;
  margin: 0;
  display: block;
}

body.armature-theme.armature-template--studio .armature-contact-panel--contact-studio .armature-module__title,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-contact-panel--contact-studio .armature-module__title {
  margin: 0 0 0.15rem;
}

body.armature-theme.armature-template--studio .armature-contact-panel--contact-studio .armature-module__intro,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-contact-panel--contact-studio .armature-module__intro {
  margin: 0 0 0.2rem;
}

body.armature-theme.armature-template--studio .armature-contact-panel--contact-studio .armature-contact-panel__inner,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-contact-panel--contact-studio .armature-contact-panel__inner,
body.armature-theme.armature-template--studio .armature-contact-panel--contact-studio .armature-contact-panel__main,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-contact-panel--contact-studio .armature-contact-panel__main {
  display: contents;
}

body.armature-theme.armature-template--studio .armature-contact-panel--contact-studio .armature-contact-panel__availability,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-contact-panel--contact-studio .armature-contact-panel__availability {
  grid-column: 1;
  margin: 0;
  line-height: 1.45;
}

body.armature-theme.armature-template--studio .armature-contact-panel--contact-studio .armature-contact-panel__actions,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-contact-panel--contact-studio .armature-contact-panel__actions {
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-self: end;
  align-self: center;
  margin: 0;
}

body.armature-theme.armature-template--studio .armature-contact-panel--contact-studio .armature-contact-panel__aside,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-contact-panel--contact-studio .armature-contact-panel__aside,
body.armature-theme.armature-template--studio .armature-contact-panel--contact-studio .armature-contact-panel__social,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-contact-panel--contact-studio .armature-contact-panel__social,
body.armature-theme.armature-template--studio .armature-contact-panel--contact-studio .armature-contact-panel__social-label,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-contact-panel--contact-studio .armature-contact-panel__social-label,
body.armature-theme.armature-template--studio .armature-contact-panel--contact-studio .armature-contact-panel__social-links,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-contact-panel--contact-studio .armature-contact-panel__social-links,
body.armature-theme.armature-template--studio .armature-contact-panel--contact-studio .armature-contact-panel__email,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-contact-panel--contact-studio .armature-contact-panel__email,
body.armature-theme.armature-template--studio .armature-contact-panel--contact-studio .armature-contact-panel__email-label,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-contact-panel--contact-studio .armature-contact-panel__email-label {
  display: none;
}

body.armature-theme.armature-template--studio :where(.wp-site-blocks > footer, footer.wp-block-template-part, footer.site-footer),
.editor-styles-wrapper .armature-theme.armature-template--studio :where(.wp-site-blocks > footer, footer.wp-block-template-part, footer.site-footer) {
  margin-top: 0;
}

@media (max-width: 960px) {
  body.armature-theme.armature-template--studio .armature-home-hero--hero-studio .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-home-hero--hero-studio .armature-home-hero__inner,
body.armature-theme.armature-template--studio .armature-home-hero--hero-studio-card .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-home-hero--hero-studio-card .armature-home-hero__inner,
body.armature-theme.armature-template--studio .armature-featured-work--featured-studio .armature-featured-work__card,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-featured-work--featured-studio .armature-featured-work__card,
body.armature-theme.armature-template--studio .armature-about-preview__inner,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-about-preview__inner,
body.armature-theme.armature-template--studio .armature-contact-panel--contact-studio,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-contact-panel--contact-studio,
body.armature-theme.armature-template--studio .armature-module-teasers .wp-block-columns.armature-teasers__columns > .wp-block-column,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module-teasers .wp-block-columns.armature-teasers__columns > .wp-block-column,
body.armature-theme.armature-template--studio .armature-module-teasers .wp-block-columns.armature-teasers__columns > .armature-teasers__card,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module-teasers .wp-block-columns.armature-teasers__columns > .armature-teasers__card,
body.armature-theme.armature-template--studio .armature-module-teasers .armature-teasers__card,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module-teasers .armature-teasers__card {
    grid-template-columns: 1fr;
  }

  body.armature-theme.armature-template--studio .armature-featured-work--featured-studio .armature-featured-work__card,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-featured-work--featured-studio .armature-featured-work__card {
    grid-template-areas: "content"
      "image";
  }

  body.armature-theme.armature-template--studio .armature-module-teasers .armature-teasers__image,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module-teasers .armature-teasers__image,
body.armature-theme.armature-template--studio .armature-module-teasers .armature-teasers__title,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module-teasers .armature-teasers__title,
body.armature-theme.armature-template--studio .armature-module-teasers .armature-teasers__excerpt,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module-teasers .armature-teasers__excerpt,
body.armature-theme.armature-template--studio .armature-module-teasers .armature-teasers__actions,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module-teasers .armature-teasers__actions {
    grid-column: auto;
    grid-row: auto;
  }

  body.armature-theme.armature-template--studio .armature-module-teasers .armature-teasers__title,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module-teasers .armature-teasers__title,
body.armature-theme.armature-template--studio .armature-module-teasers .armature-teasers__content h3,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module-teasers .armature-teasers__content h3 {
    margin-top: clamp(0.9rem, 2.5vw, 1.15rem);
  }

  body.armature-theme.armature-template--studio .armature-module-news-listing .armature-news-listing__items,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module-news-listing .armature-news-listing__items {
    grid-template-columns: 1fr;
  }

  body.armature-theme.armature-template--studio .armature-contact-panel--contact-studio .armature-contact-panel__actions,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-contact-panel--contact-studio .armature-contact-panel__actions {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }
}

body.armature-theme.armature-template--studio .armature-page-shell--work .armature-project-grid__items,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-page-shell--work .armature-project-grid__items {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

@media (max-width: 1024px) {
  body.armature-theme.armature-template--studio .armature-page-shell--work .armature-project-grid__items,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-page-shell--work .armature-project-grid__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.armature-theme.armature-template--studio .armature-page-shell--work .armature-project-grid__items,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-page-shell--work .armature-project-grid__items {
    grid-template-columns: 1fr;
  }
}

body.armature-theme.page-id-126 .wp-site-blocks > main.wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained,
.editor-styles-wrapper .armature-theme.page-id-126 .wp-site-blocks > main.wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained,
body.armature-theme.page-id-126 main.wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained,
.editor-styles-wrapper .armature-theme.page-id-126 main.wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained,
body.armature-theme main:has(.armature-page-shell--work),
.editor-styles-wrapper .armature-theme main:has(.armature-page-shell--work),
body.armature-theme .wp-site-blocks > main:has(.armature-page-shell--work),
.editor-styles-wrapper .armature-theme .wp-site-blocks > main:has(.armature-page-shell--work),
body.armature-theme main:has(.armature-page-shell--news),
.editor-styles-wrapper .armature-theme main:has(.armature-page-shell--news),
body.armature-theme .wp-site-blocks > main:has(.armature-page-shell--news),
.editor-styles-wrapper .armature-theme .wp-site-blocks > main:has(.armature-page-shell--news),
body.armature-theme.page-id-126 .wp-site-blocks > main > .wp-block-group.alignfull.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained,
.editor-styles-wrapper .armature-theme.page-id-126 .wp-site-blocks > main > .wp-block-group.alignfull.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained,
body.armature-theme.page-id-126 main > .wp-block-group.alignfull.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained,
.editor-styles-wrapper .armature-theme.page-id-126 main > .wp-block-group.alignfull.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained,
body.armature-theme main:has(.armature-page-shell--work) > .wp-block-group.alignfull.has-global-padding,
.editor-styles-wrapper .armature-theme main:has(.armature-page-shell--work) > .wp-block-group.alignfull.has-global-padding,
body.armature-theme main:has(.armature-page-shell--work) > .wp-block-group.has-global-padding,
.editor-styles-wrapper .armature-theme main:has(.armature-page-shell--work) > .wp-block-group.has-global-padding,
body.armature-theme .wp-site-blocks > main:has(.armature-page-shell--work) > .wp-block-group.alignfull.has-global-padding,
.editor-styles-wrapper .armature-theme .wp-site-blocks > main:has(.armature-page-shell--work) > .wp-block-group.alignfull.has-global-padding,
body.armature-theme .wp-site-blocks > main:has(.armature-page-shell--work) > .wp-block-group.has-global-padding,
.editor-styles-wrapper .armature-theme .wp-site-blocks > main:has(.armature-page-shell--work) > .wp-block-group.has-global-padding,
body.armature-theme .wp-block-group.alignfull.has-global-padding:has(.armature-page-shell--work),
.editor-styles-wrapper .armature-theme .wp-block-group.alignfull.has-global-padding:has(.armature-page-shell--work),
body.armature-theme .wp-block-group.has-global-padding:has(.armature-page-shell--work),
.editor-styles-wrapper .armature-theme .wp-block-group.has-global-padding:has(.armature-page-shell--work),
body.armature-theme.page-id-126 .entry-content.alignfull.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained,
.editor-styles-wrapper .armature-theme.page-id-126 .entry-content.alignfull.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained,
body.armature-theme main:has(.armature-page-shell--news) > .wp-block-group.alignfull.has-global-padding,
.editor-styles-wrapper .armature-theme main:has(.armature-page-shell--news) > .wp-block-group.alignfull.has-global-padding,
body.armature-theme main:has(.armature-page-shell--news) > .wp-block-group.has-global-padding,
.editor-styles-wrapper .armature-theme main:has(.armature-page-shell--news) > .wp-block-group.has-global-padding,
body.armature-theme .wp-site-blocks > main:has(.armature-page-shell--news) > .wp-block-group.alignfull.has-global-padding,
.editor-styles-wrapper .armature-theme .wp-site-blocks > main:has(.armature-page-shell--news) > .wp-block-group.alignfull.has-global-padding,
body.armature-theme .wp-site-blocks > main:has(.armature-page-shell--news) > .wp-block-group.has-global-padding,
.editor-styles-wrapper .armature-theme .wp-site-blocks > main:has(.armature-page-shell--news) > .wp-block-group.has-global-padding,
body.armature-theme .wp-block-group.alignfull.has-global-padding:has(.armature-page-shell--news),
.editor-styles-wrapper .armature-theme .wp-block-group.alignfull.has-global-padding:has(.armature-page-shell--news),
body.armature-theme .wp-block-group.has-global-padding:has(.armature-page-shell--news),
.editor-styles-wrapper .armature-theme .wp-block-group.has-global-padding:has(.armature-page-shell--news),
body.armature-theme .entry-content.alignfull.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained:has(.armature-page-shell--news),
.editor-styles-wrapper .armature-theme .entry-content.alignfull.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained:has(.armature-page-shell--news) {
  margin-top: 0 !important;
}

body.armature-theme.armature-template--editorial .page-id-126 .wp-site-blocks > main.wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained,
.editor-styles-wrapper .armature-theme.armature-template--editorial .page-id-126 .wp-site-blocks > main.wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained,
body.armature-theme.armature-template--editorial .page-id-126 main.wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained,
.editor-styles-wrapper .armature-theme.armature-template--editorial .page-id-126 main.wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained,
body.armature-theme.armature-template--editorial  main:has(.armature-page-shell--work),
.editor-styles-wrapper .armature-theme.armature-template--editorial  main:has(.armature-page-shell--work),
body.armature-theme.armature-template--editorial  .wp-site-blocks > main:has(.armature-page-shell--work),
.editor-styles-wrapper .armature-theme.armature-template--editorial  .wp-site-blocks > main:has(.armature-page-shell--work),
body.armature-theme.armature-template--editorial  main:has(.armature-page-shell--news),
.editor-styles-wrapper .armature-theme.armature-template--editorial  main:has(.armature-page-shell--news),
body.armature-theme.armature-template--editorial  .wp-site-blocks > main:has(.armature-page-shell--news),
.editor-styles-wrapper .armature-theme.armature-template--editorial  .wp-site-blocks > main:has(.armature-page-shell--news),
body.armature-theme.armature-template--editorial .page-id-126 .wp-site-blocks > main > .wp-block-group.alignfull.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained,
.editor-styles-wrapper .armature-theme.armature-template--editorial .page-id-126 .wp-site-blocks > main > .wp-block-group.alignfull.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained,
body.armature-theme.armature-template--editorial.page-id-126 main > .wp-block-group.alignfull.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained,
.editor-styles-wrapper .armature-theme.armature-template--editorial.page-id-126 main > .wp-block-group.alignfull.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained,
body.armature-theme.armature-template--editorial main:has(.armature-page-shell--work) > .wp-block-group.alignfull.has-global-padding,
.editor-styles-wrapper .armature-theme.armature-template--editorial main:has(.armature-page-shell--work) > .wp-block-group.alignfull.has-global-padding,
body.armature-theme.armature-template--editorial main:has(.armature-page-shell--work) > .wp-block-group.has-global-padding,
.editor-styles-wrapper .armature-theme.armature-template--editorial main:has(.armature-page-shell--work) > .wp-block-group.has-global-padding,
body.armature-theme.armature-template--editorial .wp-site-blocks > main:has(.armature-page-shell--work) > .wp-block-group.alignfull.has-global-padding,
.editor-styles-wrapper .armature-theme.armature-template--editorial .wp-site-blocks > main:has(.armature-page-shell--work) > .wp-block-group.alignfull.has-global-padding,
body.armature-theme.armature-template--editorial .wp-site-blocks > main:has(.armature-page-shell--work) > .wp-block-group.has-global-padding,
.editor-styles-wrapper .armature-theme.armature-template--editorial .wp-site-blocks > main:has(.armature-page-shell--work) > .wp-block-group.has-global-padding,
body.armature-theme.armature-template--editorial .wp-block-group.alignfull.has-global-padding:has(.armature-page-shell--work),
.editor-styles-wrapper .armature-theme.armature-template--editorial .wp-block-group.alignfull.has-global-padding:has(.armature-page-shell--work),
body.armature-theme.armature-template--editorial .wp-block-group.has-global-padding:has(.armature-page-shell--work),
.editor-styles-wrapper .armature-theme.armature-template--editorial .wp-block-group.has-global-padding:has(.armature-page-shell--work),
body.armature-theme.armature-template--editorial.page-id-126 .entry-content.alignfull.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained,
.editor-styles-wrapper .armature-theme.armature-template--editorial.page-id-126 .entry-content.alignfull.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained,
body.armature-theme.armature-template--editorial main:has(.armature-page-shell--news) > .wp-block-group.alignfull.has-global-padding,
.editor-styles-wrapper .armature-theme.armature-template--editorial main:has(.armature-page-shell--news) > .wp-block-group.alignfull.has-global-padding,
body.armature-theme.armature-template--editorial main:has(.armature-page-shell--news) > .wp-block-group.has-global-padding,
.editor-styles-wrapper .armature-theme.armature-template--editorial main:has(.armature-page-shell--news) > .wp-block-group.has-global-padding,
body.armature-theme.armature-template--editorial .wp-site-blocks > main:has(.armature-page-shell--news) > .wp-block-group.alignfull.has-global-padding,
.editor-styles-wrapper .armature-theme.armature-template--editorial .wp-site-blocks > main:has(.armature-page-shell--news) > .wp-block-group.alignfull.has-global-padding,
body.armature-theme.armature-template--editorial .wp-site-blocks > main:has(.armature-page-shell--news) > .wp-block-group.has-global-padding,
.editor-styles-wrapper .armature-theme.armature-template--editorial .wp-site-blocks > main:has(.armature-page-shell--news) > .wp-block-group.has-global-padding,
body.armature-theme.armature-template--editorial .wp-block-group.alignfull.has-global-padding:has(.armature-page-shell--news),
.editor-styles-wrapper .armature-theme.armature-template--editorial .wp-block-group.alignfull.has-global-padding:has(.armature-page-shell--news),
body.armature-theme.armature-template--editorial .wp-block-group.has-global-padding:has(.armature-page-shell--news),
.editor-styles-wrapper .armature-theme.armature-template--editorial .wp-block-group.has-global-padding:has(.armature-page-shell--news),
body.armature-theme.armature-template--editorial .entry-content.alignfull.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained:has(.armature-page-shell--news),
.editor-styles-wrapper .armature-theme.armature-template--editorial .entry-content.alignfull.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained:has(.armature-page-shell--news) {
  margin-block-start: 0 !important;
  padding-top: 0 !important;
}

body.armature-theme main:has(.armature-page-shell--work) .wp-block-post-title,
.editor-styles-wrapper .armature-theme main:has(.armature-page-shell--work) .wp-block-post-title,
body.armature-theme .wp-site-blocks > main:has(.armature-page-shell--work) .wp-block-post-title,
.editor-styles-wrapper .armature-theme .wp-site-blocks > main:has(.armature-page-shell--work) .wp-block-post-title,
body.armature-theme .armature-page-shell--work > .armature-module-intro,
.editor-styles-wrapper .armature-theme .armature-page-shell--work > .armature-module-intro,
body.armature-theme main:has(.armature-page-shell--news) .wp-block-post-title,
.editor-styles-wrapper .armature-theme main:has(.armature-page-shell--news) .wp-block-post-title,
body.armature-theme .wp-site-blocks > main:has(.armature-page-shell--news) .wp-block-post-title,
.editor-styles-wrapper .armature-theme .wp-site-blocks > main:has(.armature-page-shell--news) .wp-block-post-title,
body.armature-theme .armature-page-shell--news > .armature-module-intro,
.editor-styles-wrapper .armature-theme .armature-page-shell--news > .armature-module-intro {
  display: none;
}

body.armature-theme .armature-archive-strip,
.editor-styles-wrapper .armature-archive-strip {
  margin: clamp(2rem, 4vw, 2.75rem) 0 clamp(2rem, 4vw, 2.75rem);
  color: var(--armature-color-text);
}

body.armature-theme .entry-content :where(hr, .wp-block-separator),
.editor-styles-wrapper .armature-theme :where(hr, .wp-block-separator) {
  margin-top: clamp(1.25rem, 3vw, 2rem);
  margin-bottom: clamp(1.5rem, 4vw, 2.25rem);
}

body.armature-theme .armature-entry-header.armature-archive-strip,
.editor-styles-wrapper .armature-entry-header.armature-archive-strip {
  margin-left: auto !important;
  margin-right: auto !important;
}

body.armature-theme:not(.armature-template--editorial) .armature-single-header,
.editor-styles-wrapper .armature-theme:not(.armature-template--editorial) .armature-single-header {
  margin-top: clamp(2rem, 4vw, 2.75rem) !important;
  margin-bottom: clamp(2rem, 4vw, 2.75rem) !important;
}

body.armature-theme .armature-archive-strip__title,
.editor-styles-wrapper .armature-theme .armature-archive-strip__title {
  margin: 0 0 0.75rem;
  color: var(--armature-color-heading);
  font-size: clamp(1.5rem, 2vw, 1.9rem);
  line-height: 1.08;
}

body.armature-theme.armature-template--portfolio .armature-archive-strip__title,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-archive-strip__title {
  font-size: clamp(2.1rem, 3vw, 2.7rem);
  margin: 0;
}

body.armature-theme .armature-archive-strip__intro,
.editor-styles-wrapper .armature-theme .armature-archive-strip__intro,
body.armature-theme .armature-archive-strip__intro :where(p, a, strong, em, span),
.editor-styles-wrapper .armature-theme .armature-archive-strip__intro :where(p, a, strong, em, span) {
  color: inherit;
}

body.armature-theme .armature-archive-strip__intro,
.editor-styles-wrapper .armature-theme .armature-archive-strip__intro {
  max-width: 42rem;
  font-size: 0.92rem;
  line-height: 1.5;
}

body.armature-theme .armature-archive-strip__intro > :first-child,
.editor-styles-wrapper .armature-theme .armature-archive-strip__intro > :first-child {
  margin-top: 0;
}

body.armature-theme .armature-archive-strip__intro > :last-child,
.editor-styles-wrapper .armature-theme .armature-archive-strip__intro > :last-child {
  margin-bottom: 0;
}

body.armature-theme.armature-template--editorial .armature-archive-strip.armature-archive-strip--editorial,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-archive-strip.armature-archive-strip--editorial {
  background: var(--armature-color-surface-alt);
  color: var(--armature-color-text);
  margin-block: 0;
  padding-top: var(--armature-shell-gutter, 50px);
  padding-bottom: var(--armature-shell-gutter, 50px);
  margin-right: calc(var(--wp--style--root--padding-right) * -1) !important;
  margin-left: calc(var(--wp--style--root--padding-left) * -1) !important;
  margin-top: 0 !important;
  max-width: 100vw;
}


body.armature-theme.armature-template--editorial .armature-page-title-block.armature-archive-strip--editorial,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-page-title-block.armature-archive-strip--editorial {
  box-sizing: border-box;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

body.armature-theme.armature-template--editorial .armature-archive-strip.armature-archive-strip--editorial .armature-archive-strip__columns,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-archive-strip.armature-archive-strip--editorial .armature-archive-strip__columns {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
}

body.armature-theme.armature-template--editorial .armature-archive-strip.armature-archive-strip--editorial .armature-archive-strip__column,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-archive-strip.armature-archive-strip--editorial .armature-archive-strip__column {
  min-width: 0;
}

body.armature-theme.armature-template--editorial .armature-archive-strip.armature-archive-strip--editorial .armature-archive-strip__title,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-archive-strip.armature-archive-strip--editorial .armature-archive-strip__title {
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  margin: 0;
  line-height: 1.05;
}

body.armature-theme.armature-template--editorial .armature-archive-strip.armature-archive-strip--editorial .armature-archive-strip__intro,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-archive-strip.armature-archive-strip--editorial .armature-archive-strip__intro {
  max-width: none;
  font-size: 1rem;
  margin-top: 0.75em;
}

@media (max-width: 1400px) {
  body.armature-theme.armature-template--editorial .armature-archive-strip.armature-archive-strip--editorial,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-archive-strip.armature-archive-strip--editorial {
    padding-left: var(--wp--style--root--padding-left);
    padding-right: var(--wp--style--root--padding-right);
  }
}

body.armature-theme.armature-template--editorial .armature-module-news-listing.armature-news-listing--archive .armature-news-listing__items,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-news-listing.armature-news-listing--archive .armature-news-listing__items {
  grid-template-columns: 1fr;
  gap: clamp(2rem, 4vw, 3rem);
}

body.armature-theme.armature-template--editorial .armature-module-news-listing.armature-news-listing--archive .armature-news-listing__card,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-news-listing.armature-news-listing--archive .armature-news-listing__card {
  display: grid;
  grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
  align-items: start;
  gap: clamp(1rem, 2vw, 1.5rem);
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.armature-theme.armature-template--editorial .armature-module-news-listing.armature-news-listing--archive .armature-news-listing__image,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-news-listing.armature-news-listing--archive .armature-news-listing__image {
  align-self: start;
  overflow: hidden;
}

body.armature-theme.armature-template--editorial .armature-module-news-listing.armature-news-listing--archive .armature-news-listing__image img,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-news-listing.armature-news-listing--archive .armature-news-listing__image img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

body.armature-theme.armature-template--editorial .armature-module-news-listing.armature-news-listing--archive .armature-news-listing__content,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-news-listing.armature-news-listing--archive .armature-news-listing__content {
  padding: 0;
  gap: .5rem;
}

body.armature-theme.armature-template--editorial .armature-module-news-listing .armature-news-listing__actions,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-news-listing .armature-news-listing__actions {
  margin: 0;
}

body.armature-theme.armature-template--editorial .armature-module-news-listing .armature-news-listing__read-more,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-news-listing .armature-news-listing__read-more {
  color: var(--armature-color-accent);
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

body.armature-theme.armature-template--editorial .armature-module-news-listing .armature-news-listing__meta,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-news-listing .armature-news-listing__meta {
  margin-bottom: 0;
  font-size: .74rem;
  opacity: .62;
}

@media (max-width: 900px) {
  body.armature-theme.armature-template--editorial .armature-module-news-listing.armature-news-listing--archive .armature-news-listing__card,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-news-listing.armature-news-listing--archive .armature-news-listing__card {
    grid-template-columns: 1fr;
  }
}

body.armature-theme:not(.armature-template--editorial) .armature-page-shell--home > .armature-module,
.editor-styles-wrapper .armature-theme:not(.armature-template--editorial) .armature-page-shell--home > .armature-module {
  margin-block: clamp(1.4rem, 3vw, 2.1rem);
}

body.armature-theme:not(.armature-template--editorial) .armature-page-shell--home > .armature-module-home-hero,
.editor-styles-wrapper .armature-theme:not(.armature-template--editorial) .armature-page-shell--home > .armature-module-home-hero {
  margin-top: 0;
  margin-bottom: 0;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-two .armature-teasers__items,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-two .armature-teasers__items {
  gap: 1rem;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-two .armature-teasers__card,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-two .armature-teasers__card {
  position: relative;
  display: block;
  border: 0;
  background: transparent;
  padding: 0;
  overflow: hidden;
  box-shadow: none;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-two .armature-teasers__card::before,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-two .armature-teasers__card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    to top,
    color-mix(in srgb, var(--armature-color-heading) 68%, transparent) 0%,
    color-mix(in srgb, var(--armature-color-heading) 28%, transparent) 46%,
    transparent 78%
  );
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-two .armature-teasers__link,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-two .armature-teasers__link {
  display: block;
  position: relative;
  height: 100%;
  color: inherit;
  text-decoration: none;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
  isolation: isolate;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-two .armature-teasers__image,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-two .armature-teasers__image {
  margin: 0;
  aspect-ratio: 1 / 1;
  background: var(--armature-color-surface-alt);
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-two .armature-teasers__image img,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-two .armature-teasers__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-two .armature-teasers__content,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-two .armature-teasers__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 1rem;
  text-align: center;
  pointer-events: none;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-two .armature-teasers__title,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-two .armature-teasers__title,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-two .armature-teasers__content h3,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-two .armature-teasers__content h3 {
  margin: 0;
  color: #fff;
  text-shadow: 0 1px 6px rgba(0,0,0,.35);
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-two .armature-teasers__excerpt,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-two .armature-teasers__excerpt,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-two .armature-teasers__actions,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-two .armature-teasers__actions {
  display: none;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-three .armature-teasers__items,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-three .armature-teasers__items {
  grid-template-columns: minmax(0, 1fr);
  gap: 1.25rem;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-three .armature-teasers__card,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-three .armature-teasers__card {
  border: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-three .armature-teasers__link,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-three .armature-teasers__link {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 1.25rem;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-three .armature-teasers__image,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-three .armature-teasers__image {
  margin: 0;
  aspect-ratio: 16 / 9;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-three .armature-teasers__content,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-three .armature-teasers__content {
  padding: 0;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-three .armature-teasers__actions,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-three .armature-teasers__actions,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-three .armature-teasers__button,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-three .armature-teasers__button {
  display: none;
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-two .armature-project-grid__items,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-two .armature-project-grid__items {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-two .armature-project-grid__card,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-two .armature-project-grid__card {
  border-width: 0 0 1px;
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-three .armature-project-grid__items,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-three .armature-project-grid__items {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-three .armature-project-grid__content,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-three .armature-project-grid__content {
  display: none;
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-three .armature-project-grid__image,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-three .armature-project-grid__image {
  aspect-ratio: 2 / 3;
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-three .armature-project-grid__image img,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-three .armature-project-grid__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.armature-theme .armature-news-listing--listing-two .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .armature-news-listing--listing-two .armature-news-listing__items {
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}

body.armature-theme .armature-news-listing--listing-two .armature-news-listing__link,
.editor-styles-wrapper .armature-theme .armature-news-listing--listing-two .armature-news-listing__link {
  display: grid;
  grid-template-columns: minmax(0, 14rem) minmax(0, 1fr);
}

body.armature-theme .armature-news-listing--listing-two .armature-news-listing__content,
.editor-styles-wrapper .armature-theme .armature-news-listing--listing-two .armature-news-listing__content {
  padding: 1.25rem;
}

body.armature-theme .armature-news-listing--listing-three .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .armature-news-listing--listing-three .armature-news-listing__items {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.armature-theme .armature-news-listing--listing-three .armature-news-listing__media,
.editor-styles-wrapper .armature-theme .armature-news-listing--listing-three .armature-news-listing__media {
  display: none;
}

body.armature-theme .armature-news-listing--listing-three .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .armature-news-listing--listing-three .armature-news-listing__card,
body.armature-theme .armature-news-listing--listing-three .armature-news-listing__link,
.editor-styles-wrapper .armature-theme .armature-news-listing--listing-three .armature-news-listing__link {
  background: var(--armature-color-surface-alt);
}

body.armature-theme .armature-archive-strip--archive-editorial,
.editor-styles-wrapper .armature-theme .armature-archive-strip--archive-editorial,
body.armature-theme .armature-archive-strip--editorial,
.editor-styles-wrapper .armature-theme .armature-archive-strip--editorial {
  background: var(--armature-color-surface-alt);
}

body.armature-theme .armature-archive-strip--archive-portfolio .armature-archive-strip__inner,
.editor-styles-wrapper .armature-theme .armature-archive-strip--archive-portfolio .armature-archive-strip__inner,
body.armature-theme .armature-archive-strip--portfolio .armature-archive-strip__inner,
.editor-styles-wrapper .armature-theme .armature-archive-strip--portfolio .armature-archive-strip__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: end;
}

@media (max-width: 781px) {
  body.armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio-showcase .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio-showcase .armature-home-hero__inner {
    min-height: 0;
    padding-block: clamp(2.5rem, 10vw, 4rem);
  }

  body.armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio-showcase .armature-home-hero__content,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio-showcase .armature-home-hero__content {
    max-width: none;
    padding-right: 0;
  }

  body.armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio-showcase .armature-home-hero__media,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio-showcase .armature-home-hero__media {
    width: 100%;
    opacity: 0.25;
  }

  body.armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio-showcase .armature-home-hero__media::after,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio-showcase .armature-home-hero__media::after {
    background: linear-gradient(90deg, var(--armature-color-surface-alt) 0%, color-mix(in srgb, var(--armature-color-surface-alt) 80%, transparent) 100%);
  }

  body.armature-theme.armature-template--studio .armature-home-hero--hero-studio-card .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-home-hero--hero-studio-card .armature-home-hero__inner {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  body.armature-theme.armature-template--studio .armature-home-hero--hero-studio-card .armature-home-hero__media,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-home-hero--hero-studio-card .armature-home-hero__media {
    order: 1;
  }

  body.armature-theme.armature-template--studio .armature-home-hero--hero-studio-card .armature-home-hero__content,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-home-hero--hero-studio-card .armature-home-hero__content {
    padding: clamp(1.5rem, 6vw, 2rem);
    border-left: 1px solid var(--armature-color-border);
    border-top: 0;
    order: 2;
  }
}

@media (max-width: 781px) {
  body.armature-theme .armature-module-teasers.armature-teasers--highlights-three .armature-teasers__link,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-three .armature-teasers__link,
body.armature-theme .armature-news-listing--listing-two .armature-news-listing__link,
.editor-styles-wrapper .armature-theme .armature-news-listing--listing-two .armature-news-listing__link,
body.armature-theme .armature-archive-strip--archive-portfolio .armature-archive-strip__inner,
.editor-styles-wrapper .armature-theme .armature-archive-strip--archive-portfolio .armature-archive-strip__inner,
body.armature-theme .armature-archive-strip--portfolio .armature-archive-strip__inner,
.editor-styles-wrapper .armature-theme .armature-archive-strip--portfolio .armature-archive-strip__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  body.armature-theme .armature-module-project-grid.armature-project-grid--grid-two .armature-project-grid__items,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-two .armature-project-grid__items,
body.armature-theme .armature-module-project-grid.armature-project-grid--grid-three .armature-project-grid__items,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-three .armature-project-grid__items,
body.armature-theme .armature-news-listing--listing-three .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .armature-news-listing--listing-three .armature-news-listing__items {
    grid-template-columns: minmax(0, 1fr);
  }
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__items,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__items,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__items,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__items,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__items,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.9rem, 2vw, 1.25rem);
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__card,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__card,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__card,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__card,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__card,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__card {
  position: relative;
  display: block;
  border: var(--armature-panel-border-width, 1px) solid var(--armature-color-border);
  background: var(--armature-color-surface);
  box-shadow: none;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__card,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__card,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__card,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__card {
  border: 0;
  background: transparent;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__link,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__link,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__link,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__link,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__link,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__link {
  display: block;
  height: auto;
  color: inherit;
  text-decoration: none;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__image,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__image,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__image,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__image,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__image,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__image {
  margin: 0;
  aspect-ratio: 1 / 1;
  background: var(--armature-color-surface-alt);
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__image img,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__image img,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__image img,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__image img,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__image img,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__content,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__content {
  padding: 0.8rem;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__content,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__content,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__content,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__content {
  padding: 0.75rem 0 0;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__excerpt,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__excerpt,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__excerpt,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__excerpt,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__actions,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__actions,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__actions,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__actions {
  display: none;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__items,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1rem, 2vw, 1.25rem);
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__card,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__card {
  border: 0;
  background: transparent;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__row,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__row {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(1rem, 3vw, 2rem);
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__image,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__image {
  aspect-ratio: 16 / 9;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__actions,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__actions {
  display: none;
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-default .armature-project-grid__items,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-default .armature-project-grid__items {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.9rem, 2vw, 1.25rem);
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-default .armature-project-grid__card,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-default .armature-project-grid__card {
  border: var(--armature-panel-border-width, 1px) solid var(--armature-color-border);
  background: var(--armature-color-surface);
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-default .armature-project-grid__image img,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-default .armature-project-grid__image img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-default .armature-project-grid__content,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-default .armature-project-grid__content {
  padding: 0.75rem 0.8rem 0.9rem;
  text-align: left;
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-editorial .armature-project-grid__items,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-editorial .armature-project-grid__items {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.4rem);
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-editorial .armature-project-grid__card,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-editorial .armature-project-grid__card,
body.armature-theme .armature-module-project-grid.armature-project-grid--grid-studio .armature-project-grid__card,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-studio .armature-project-grid__card {
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-editorial .armature-project-grid__link,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-editorial .armature-project-grid__link {
  display: grid;
  gap: 0.7rem;
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-editorial .armature-project-grid__image img,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-editorial .armature-project-grid__image img,
body.armature-theme .armature-module-project-grid.armature-project-grid--grid-studio .armature-project-grid__image img,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-studio .armature-project-grid__image img {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-editorial .armature-project-grid__content,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-editorial .armature-project-grid__content {
  padding: 0;
  text-align: left;
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__items,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__items {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.9rem, 1.8vw, 1.25rem);
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__card,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__card {
  position: relative;
  overflow: hidden;
  border: 0;
  background: var(--armature-color-surface-alt);
  box-shadow: none;
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__link,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__link {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__image,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__image {
  margin: 0;
  aspect-ratio: 1 / 1;
  background: var(--armature-color-surface-alt);
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__image img,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__content,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  align-content: center;
  padding: clamp(1rem, 2vw, 1.35rem);
  text-align: center;
  color: #fff;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.78) 0%,
    rgba(0, 0, 0, 0.48) 52%,
    rgba(0, 0, 0, 0.12) 100%
  );
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__card:hover .armature-project-grid__content,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__card:hover .armature-project-grid__content,
body.armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__card:focus-within .armature-project-grid__content,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__card:focus-within .armature-project-grid__content {
  opacity: 1;
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__card-title,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__card-title {
  color: inherit;
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  line-height: 1.08;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.65);
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__meta,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__meta,
body.armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__excerpt,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__excerpt {
  display: none;
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-studio .armature-project-grid__items,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-studio .armature-project-grid__items {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-studio .armature-project-grid__content,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-studio .armature-project-grid__content {
  display: none;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-default .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-default .armature-news-listing__items {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.9rem, 2vw, 1.25rem);
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-default .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-default .armature-news-listing__card {
  display: block;
  border: 0;
  background: var(--armature-color-surface-alt);
  box-shadow: none;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-default .armature-news-listing__image img,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-default .armature-news-listing__image img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-default .armature-news-listing__content,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-default .armature-news-listing__content {
  padding: 0.75rem 0.8rem 0.9rem;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__items,
body.armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__items {
  grid-template-columns: 1fr;
  gap: clamp(1rem, 2vw, 1.35rem);
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__card {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) minmax(0, 3fr);
  gap: clamp(1rem, 2vw, 1.4rem);
  align-items: start;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__image img,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__image img {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__card {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) minmax(0, 2fr);
  gap: clamp(1rem, 2vw, 1.4rem);
  align-items: start;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__image img,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__image img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__content,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__content,
body.armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__content,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__content {
  padding: 0;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__actions,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__actions,
body.armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__actions,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__actions {
  display: block;
  margin-top: 0.15rem;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-studio .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-studio .armature-news-listing__items {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-studio .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-studio .armature-news-listing__card {
  display: block;
  border: 0;
  background: var(--armature-color-surface-alt);
  box-shadow: none;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-studio .armature-news-listing__image,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-studio .armature-news-listing__image {
  display: none;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-studio .armature-news-listing__content,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-studio .armature-news-listing__content {
  padding: clamp(1rem, 2vw, 1.25rem);
}

body.armature-theme .armature-archive-strip--archive-default .armature-archive-strip__inner,
.editor-styles-wrapper .armature-theme .armature-archive-strip--archive-default .armature-archive-strip__inner,
body.armature-theme .armature-archive-strip--archive-editorial .armature-archive-strip__inner,
.editor-styles-wrapper .armature-theme .armature-archive-strip--archive-editorial .armature-archive-strip__inner,
body.armature-theme .armature-archive-strip--archive-studio .armature-archive-strip__inner,
.editor-styles-wrapper .armature-theme .armature-archive-strip--archive-studio .armature-archive-strip__inner {
  display: block;
  text-align: left;
  max-width: var(--wp--style--global--content-size);
  margin-right: auto;
  margin-left: auto;
}

body.armature-theme .armature-archive-strip--archive-editorial,
.editor-styles-wrapper .armature-theme .armature-archive-strip--archive-editorial {
  background: var(--armature-color-surface-alt);
}

body.armature-theme .armature-archive-strip--archive-portfolio .armature-archive-strip__inner,
.editor-styles-wrapper .armature-theme .armature-archive-strip--archive-portfolio .armature-archive-strip__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: end;
  border-bottom: 1px solid var(--armature-color-border);
  padding-bottom: clamp(1rem, 2vw, 1.5rem);
  text-align: left;
}

body.armature-theme .armature-archive-strip--archive-studio .armature-archive-strip__inner,
.editor-styles-wrapper .armature-theme .armature-archive-strip--archive-studio .armature-archive-strip__inner {
  border-bottom: 2px solid var(--armature-color-heading) !important;
  padding-bottom: clamp(0.85rem, 2vw, 1.25rem);
}

body.armature-theme .armature-archive-strip--archive-studio .armature-archive-strip__title,
.editor-styles-wrapper .armature-theme .armature-archive-strip--archive-studio .armature-archive-strip__title {
  font-size: clamp(2rem, 3vw, 2.5rem);
}

body.armature-theme.armature-header--header-default :where(.wp-site-blocks > header, header.wp-block-template-part, header.site-header),
.editor-styles-wrapper .armature-theme.armature-header--header-default :where(.wp-site-blocks > header, header.wp-block-template-part, header.site-header) {
  margin: 0;
  padding: clamp(1rem, 2.5vw, 1.5rem) 0;
  border: 0;
  border-bottom: 1px solid var(--armature-color-border);
  background: var(--armature-color-surface);
  text-align: left;
}

body.armature-theme.armature-header--header-one :where(.wp-site-blocks > header, header.wp-block-template-part, header.site-header),
.editor-styles-wrapper .armature-theme.armature-header--header-one :where(.wp-site-blocks > header, header.wp-block-template-part, header.site-header) {
  margin: 0;
  padding: clamp(1rem, 2.5vw, 1.5rem) 0;
  border: 0;
  border-bottom: 1px solid var(--armature-color-border);
  background: var(--armature-color-surface-alt);
  text-align: left;
}

body.armature-theme.armature-header--header-two :where(.wp-site-blocks > header, header.wp-block-template-part, header.site-header),
.editor-styles-wrapper .armature-theme.armature-header--header-two :where(.wp-site-blocks > header, header.wp-block-template-part, header.site-header) {
  margin: 0;
  padding: clamp(1rem, 2.5vw, 1.5rem) 0;
  border: 0;
  background: var(--armature-color-heading);
  color: var(--armature-color-surface);
  text-align: center;
}

body.armature-theme.armature-header--header-three :where(.wp-site-blocks > header, header.wp-block-template-part, header.site-header),
.editor-styles-wrapper .armature-theme.armature-header--header-three :where(.wp-site-blocks > header, header.wp-block-template-part, header.site-header) {
  margin: 0;
  padding: clamp(1rem, 2.5vw, 1.5rem) 0;
  border: 0;
  background: var(--armature-color-heading);
  color: var(--armature-color-surface);
  text-align: left;
}

body.armature-theme.armature-footer--footer-default :where(.wp-site-blocks > footer, footer.wp-block-template-part, footer.site-footer),
.editor-styles-wrapper .armature-theme.armature-footer--footer-default :where(.wp-site-blocks > footer, footer.wp-block-template-part, footer.site-footer),
body.armature-theme.armature-footer--footer-three :where(.wp-site-blocks > footer, footer.wp-block-template-part, footer.site-footer),
.editor-styles-wrapper .armature-theme.armature-footer--footer-three :where(.wp-site-blocks > footer, footer.wp-block-template-part, footer.site-footer) {
  border-top: 1px solid var(--armature-color-border);
  background: transparent;
}

body.armature-theme.armature-footer--footer-one :where(.wp-site-blocks > footer, footer.wp-block-template-part, footer.site-footer),
.editor-styles-wrapper .armature-theme.armature-footer--footer-one :where(.wp-site-blocks > footer, footer.wp-block-template-part, footer.site-footer),
body.armature-theme.armature-footer--footer-two :where(.wp-site-blocks > footer, footer.wp-block-template-part, footer.site-footer),
.editor-styles-wrapper .armature-theme.armature-footer--footer-two :where(.wp-site-blocks > footer, footer.wp-block-template-part, footer.site-footer) {
  background: transparent;
}

@media (max-width: 900px) {
  body.armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__items,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__items,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__items,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__items,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__items,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__items,
body.armature-theme .armature-module-project-grid.armature-project-grid--grid-default .armature-project-grid__items,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-default .armature-project-grid__items,
body.armature-theme .armature-module-project-grid.armature-project-grid--grid-editorial .armature-project-grid__items,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-editorial .armature-project-grid__items,
body.armature-theme .armature-module-project-grid.armature-project-grid--grid-studio .armature-project-grid__items,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-studio .armature-project-grid__items,
body.armature-theme .armature-module-news-listing.armature-news-listing--listing-default .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-default .armature-news-listing__items,
body.armature-theme .armature-module-news-listing.armature-news-listing--listing-studio .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-studio .armature-news-listing__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__items,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  body.armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__items,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__items,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__items,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__items,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__items,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__items,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__row,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__row,
body.armature-theme .armature-module-project-grid.armature-project-grid--grid-default .armature-project-grid__items,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-default .armature-project-grid__items,
body.armature-theme .armature-module-project-grid.armature-project-grid--grid-editorial .armature-project-grid__items,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-editorial .armature-project-grid__items,
body.armature-theme .armature-module-project-grid.armature-project-grid--grid-studio .armature-project-grid__items,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-studio .armature-project-grid__items,
body.armature-theme .armature-module-news-listing.armature-news-listing--listing-default .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-default .armature-news-listing__items,
body.armature-theme .armature-module-news-listing.armature-news-listing--listing-studio .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-studio .armature-news-listing__items,
body.armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__card,
body.armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__card,
body.armature-theme .armature-archive-strip--archive-portfolio .armature-archive-strip__inner,
.editor-styles-wrapper .armature-theme .armature-archive-strip--archive-portfolio .armature-archive-strip__inner {
    grid-template-columns: 1fr;
  }
}

body.armature-theme .armature-module-teasers[class*="armature-teasers--highlights-"] .wp-block-columns.armature-teasers__columns,
.editor-styles-wrapper .armature-theme .armature-module-teasers[class*="armature-teasers--highlights-"] .wp-block-columns.armature-teasers__columns {
  display: grid !important;
  gap: clamp(0.9rem, 2vw, 1.25rem) !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-default .wp-block-columns.armature-teasers__columns,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default .wp-block-columns.armature-teasers__columns {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .wp-block-columns.armature-teasers__columns,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .wp-block-columns.armature-teasers__columns,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .wp-block-columns.armature-teasers__columns,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .wp-block-columns.armature-teasers__columns {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio .wp-block-columns.armature-teasers__columns,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio .wp-block-columns.armature-teasers__columns {
  grid-template-columns: 1fr !important;
}

body.armature-theme .armature-module-teasers[class*="armature-teasers--highlights-"] .wp-block-column.armature-teasers__card,
.editor-styles-wrapper .armature-theme .armature-module-teasers[class*="armature-teasers--highlights-"] .wp-block-column.armature-teasers__card {
  min-width: 0 !important;
  flex-basis: auto !important;
  flex-grow: 0 !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__card,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__card {
  border: var(--armature-panel-border-width, 1px) solid var(--armature-color-border) !important;
  background: var(--armature-color-surface) !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__card,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__card,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__card,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__card,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__card,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__card {
  border: 0 !important;
  background: transparent !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__title,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__title,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__excerpt,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__excerpt,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__actions,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__actions {
  padding-inline: 0.8rem !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__excerpt,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__excerpt,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__actions,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__actions,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__excerpt,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__excerpt,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__actions,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__actions {
  display: none !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__title,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__title,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__title,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__title {
  margin: 0.75rem 0 0 !important;
  text-align: left !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__card,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__card {
  position: relative !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__image::after,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.3);
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__card,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__card {
  display: grid !important;
  grid-template-columns: minmax(220px, 1fr) minmax(0, 1fr) !important;
  gap: clamp(1rem, 3vw, 2rem) !important;
  align-items: center !important;
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-editorial .armature-project-grid__content,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-editorial .armature-project-grid__content,
body.armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__content,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__content {
  display: block !important;
  text-align: left !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__items,
body.armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__items {
  display: grid !important;
  grid-template-columns: 1fr !important;
}

@media (max-width: 781px) {
  body.armature-theme .armature-module-teasers[class*="armature-teasers--highlights-"] .wp-block-columns.armature-teasers__columns,
.editor-styles-wrapper .armature-theme .armature-module-teasers[class*="armature-teasers--highlights-"] .wp-block-columns.armature-teasers__columns,
body.armature-theme .armature-module-project-grid[class*="armature-project-grid--grid-"] .armature-project-grid__items,
.editor-styles-wrapper .armature-theme .armature-module-project-grid[class*="armature-project-grid--grid-"] .armature-project-grid__items,
body.armature-theme .armature-module-news-listing[class*="armature-news-listing--listing-"] .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .armature-module-news-listing[class*="armature-news-listing--listing-"] .armature-news-listing__items,
body.armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__card,
body.armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__card,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__card,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__card {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__items,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__items,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__items,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__items,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__items,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__items,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-default .wp-block-columns.armature-teasers__columns,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default .wp-block-columns.armature-teasers__columns,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .wp-block-columns.armature-teasers__columns,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .wp-block-columns.armature-teasers__columns,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .wp-block-columns.armature-teasers__columns,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .wp-block-columns.armature-teasers__columns {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(0.9rem, 2vw, 1.25rem) !important;
  flex-wrap: initial !important;
  align-items: start !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__card,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__card,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__card,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__card,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__card,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__card,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-default .wp-block-columns.armature-teasers__columns > .wp-block-column,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default .wp-block-columns.armature-teasers__columns > .wp-block-column,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .wp-block-columns.armature-teasers__columns > .wp-block-column,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .wp-block-columns.armature-teasers__columns > .wp-block-column,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .wp-block-columns.armature-teasers__columns > .wp-block-column,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .wp-block-columns.armature-teasers__columns > .wp-block-column {
  display: block !important;
  grid-template-columns: none !important;
  grid-column: auto !important;
  grid-row: auto !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  flex: initial !important;
  flex-basis: auto !important;
  flex-grow: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__card,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__card,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-default .wp-block-columns.armature-teasers__columns > .wp-block-column,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default .wp-block-columns.armature-teasers__columns > .wp-block-column {
  border: var(--armature-panel-border-width, 1px) solid var(--armature-color-border) !important;
  background: var(--armature-color-surface) !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__card,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__card,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__card,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__card,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .wp-block-columns.armature-teasers__columns > .wp-block-column,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .wp-block-columns.armature-teasers__columns > .wp-block-column,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .wp-block-columns.armature-teasers__columns > .wp-block-column,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .wp-block-columns.armature-teasers__columns > .wp-block-column {
  border: 0 !important;
  background: transparent !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__image,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__image,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__image,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__image,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__image,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__image {
  display: block !important;
  grid-column: auto !important;
  grid-row: auto !important;
  width: 100% !important;
  margin: 0 !important;
  aspect-ratio: 1 / 1 !important;
  position: relative !important;
  overflow: hidden !important;
  background: var(--armature-color-surface-alt) !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__image img,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__image img,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__image img,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__image img,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__image img,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio :is(.armature-teasers__card, .wp-block-column):hover .armature-teasers__image img,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio :is(.armature-teasers__card, .wp-block-column):focus-within .armature-teasers__image img,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__link:hover .armature-teasers__image img,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__link:focus-visible .armature-teasers__image img,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio :is(.armature-teasers__card, .wp-block-column):hover .armature-teasers__image img,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio :is(.armature-teasers__card, .wp-block-column):focus-within .armature-teasers__image img {
  transform: scale(1.02) !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__title,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__title,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__excerpt,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__excerpt,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__actions,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__actions,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__content,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__content {
  grid-column: auto !important;
  grid-row: auto !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__content,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__content,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-default .wp-block-columns.armature-teasers__columns > .wp-block-column > :not(.armature-teasers__image),
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default .wp-block-columns.armature-teasers__columns > .wp-block-column > :not(.armature-teasers__image) {
  padding-inline: 0.8rem !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__title,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__title,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__content h3,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__content h3,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .wp-block-columns.armature-teasers__columns > .wp-block-column > .armature-teasers__title,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .wp-block-columns.armature-teasers__columns > .wp-block-column > .armature-teasers__title {
  position: static !important;
  display: block !important;
  width: auto !important;
  margin: 0.7rem 0 0 !important;
  padding: 0 !important;
  transform: none !important;
  color: var(--armature-color-heading) !important;
  text-align: left !important;
  text-shadow: none !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__excerpt,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__excerpt,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__actions,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__actions,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__button,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__button,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__excerpt,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__excerpt,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__actions,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__actions,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__button,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__button {
  display: none !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__card,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__card,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .wp-block-columns.armature-teasers__columns > .wp-block-column,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .wp-block-columns.armature-teasers__columns > .wp-block-column {
  position: relative !important;
  overflow: hidden !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__image::after,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: color-mix(in srgb, var(--armature-color-heading) 38%, transparent);
  z-index: 1;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__title,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__title,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__content h3,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__content h3,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .wp-block-columns.armature-teasers__columns > .wp-block-column > .armature-teasers__title,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .wp-block-columns.armature-teasers__columns > .wp-block-column > .armature-teasers__title {
  position: absolute !important;
  inset: 0 !important;
  z-index: 3 !important;
  display: grid !important;
  place-items: center !important;
  width: auto !important;
  margin: 0 !important;
  padding: 1rem !important;
  transform: none !important;
  color: var(--armature-color-canvas) !important;
  text-align: center !important;
  text-shadow: 0 2px 12px color-mix(in srgb, var(--armature-color-heading) 35%, transparent) !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__items,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__items,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio .wp-block-columns.armature-teasers__columns,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio .wp-block-columns.armature-teasers__columns {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: clamp(1rem, 2vw, 1.25rem) !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__card,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__card,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio .wp-block-columns.armature-teasers__columns > .wp-block-column,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio .wp-block-columns.armature-teasers__columns > .wp-block-column {
  display: grid !important;
  grid-template-columns: minmax(220px, 1fr) minmax(0, 1fr) !important;
  align-items: center !important;
  gap: clamp(1rem, 3vw, 2rem) !important;
  width: 100% !important;
  flex: initial !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__image,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__image {
  grid-column: 1 !important;
  grid-row: 1 / span 3 !important;
  width: 100% !important;
  margin: 0 !important;
  aspect-ratio: 16 / 9 !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__actions,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__actions {
  display: none !important;
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-default .armature-project-grid__items,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-default .armature-project-grid__items,
body.armature-theme .armature-module-project-grid.armature-project-grid--grid-editorial .armature-project-grid__items,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-editorial .armature-project-grid__items,
body.armature-theme .armature-module-project-grid.armature-project-grid--grid-studio .armature-project-grid__items,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-studio .armature-project-grid__items {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(1rem, 2vw, 1.35rem) !important;
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__items,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__items {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(0.9rem, 1.8vw, 1.25rem) !important;
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-default .armature-project-grid__card,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-default .armature-project-grid__card {
  border: var(--armature-panel-border-width, 1px) solid var(--armature-color-border) !important;
  background: var(--armature-color-surface) !important;
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__card,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__card {
  position: relative !important;
  overflow: hidden !important;
  border: 0 !important;
  background: var(--armature-color-surface-alt) !important;
  box-shadow: none !important;
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__link,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__link {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
  background: transparent !important;
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-editorial .armature-project-grid__card,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-editorial .armature-project-grid__card,
body.armature-theme .armature-module-project-grid.armature-project-grid--grid-studio .armature-project-grid__card,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-studio .armature-project-grid__card {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-default .armature-project-grid__image img,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-default .armature-project-grid__image img {
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-editorial .armature-project-grid__image img,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-editorial .armature-project-grid__image img,
body.armature-theme .armature-module-project-grid.armature-project-grid--grid-studio .armature-project-grid__image img,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-studio .armature-project-grid__image img {
  aspect-ratio: 2 / 3 !important;
  object-fit: cover !important;
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__image,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__image {
  margin: 0 !important;
  aspect-ratio: 1 / 1 !important;
  background: var(--armature-color-surface-alt) !important;
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__image img,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-default .armature-project-grid__content,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-default .armature-project-grid__content,
body.armature-theme .armature-module-project-grid.armature-project-grid--grid-editorial .armature-project-grid__content,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-editorial .armature-project-grid__content {
  display: block !important;
  text-align: left !important;
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__content,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__content {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  display: grid !important;
  place-items: center !important;
  align-content: center !important;
  padding: clamp(1rem, 2vw, 1.35rem) !important;
  text-align: center !important;
  color: #fff !important;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.78) 0%,
    rgba(0, 0, 0, 0.48) 52%,
    rgba(0, 0, 0, 0.12) 100%
  ) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 220ms ease !important;
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__card:hover .armature-project-grid__content,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__card:hover .armature-project-grid__content,
body.armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__card:focus-within .armature-project-grid__content,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__card:focus-within .armature-project-grid__content {
  opacity: 1 !important;
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__card-title,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__card-title {
  color: inherit !important;
  font-size: clamp(1.05rem, 1.45vw, 1.35rem) !important;
  line-height: 1.08 !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.65) !important;
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__meta,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__meta,
body.armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__excerpt,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__excerpt {
  display: none !important;
}

@media (hover: none), (pointer: coarse), (max-width: 700px) {
  body.armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__content,
  .editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__content {
    align-content: end !important;
    place-items: end start !important;
    text-align: left !important;
    opacity: 1 !important;
  }
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-default .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-default .armature-news-listing__items {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(0.9rem, 2vw, 1.25rem) !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__items,
body.armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__items {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(1rem, 2vw, 1.35rem) !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-studio .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-studio .armature-news-listing__items {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(1rem, 2vw, 1.35rem) !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__card {
  display: grid !important;
  grid-template-columns: minmax(120px, 1fr) minmax(0, 3fr) !important;
  gap: clamp(1rem, 2vw, 1.4rem) !important;
  align-items: start !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__card {
  display: grid !important;
  grid-template-columns: minmax(120px, 1fr) minmax(0, 2fr) !important;
  gap: clamp(1rem, 2vw, 1.4rem) !important;
  align-items: start !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-default .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-default .armature-news-listing__card,
body.armature-theme .armature-module-news-listing.armature-news-listing--listing-studio .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-studio .armature-news-listing__card {
  display: block !important;
  border: 0 !important;
  background: var(--armature-color-surface-alt) !important;
  box-shadow: none !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-default .armature-news-listing__image,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-default .armature-news-listing__image,
body.armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__image,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__image,
body.armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__image,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__image {
  display: block !important;
  margin: 0 !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-default .armature-news-listing__image img,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-default .armature-news-listing__image img {
  aspect-ratio: 16 / 9 !important;
  object-fit: cover !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__actions,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__actions,
body.armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__actions,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__actions {
  display: block !important;
  margin-top: 0.15rem !important;
}

@media (max-width: 781px) {
  body.armature-theme .armature-module-teasers[class*="armature-teasers--highlights-"] .armature-teasers__items,
.editor-styles-wrapper .armature-theme .armature-module-teasers[class*="armature-teasers--highlights-"] .armature-teasers__items,
body.armature-theme .armature-module-teasers[class*="armature-teasers--highlights-"] .wp-block-columns.armature-teasers__columns,
.editor-styles-wrapper .armature-theme .armature-module-teasers[class*="armature-teasers--highlights-"] .wp-block-columns.armature-teasers__columns,
body.armature-theme .armature-module-project-grid[class*="armature-project-grid--grid-"] .armature-project-grid__items,
.editor-styles-wrapper .armature-theme .armature-module-project-grid[class*="armature-project-grid--grid-"] .armature-project-grid__items,
body.armature-theme .armature-module-news-listing[class*="armature-news-listing--listing-"] .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .armature-module-news-listing[class*="armature-news-listing--listing-"] .armature-news-listing__items,
body.armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__card,
body.armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__card,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__card,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__card,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio .wp-block-columns.armature-teasers__columns > .wp-block-column,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio .wp-block-columns.armature-teasers__columns > .wp-block-column {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

body.armature-theme .armature-module-teasers[class*="armature-teasers--highlights-"],
.editor-styles-wrapper .armature-theme .armature-module-teasers[class*="armature-teasers--highlights-"] {
  margin-block: clamp(1.5rem, 3.5vw, 2.5rem) !important;
}

body.armature-theme .armature-module-teasers[class*="armature-teasers--highlights-"] .wp-block-columns.armature-teasers__columns,
.editor-styles-wrapper .armature-theme .armature-module-teasers[class*="armature-teasers--highlights-"] .wp-block-columns.armature-teasers__columns,
body.armature-theme .armature-module-teasers[class*="armature-teasers--highlights-"] .armature-teasers__items,
.editor-styles-wrapper .armature-theme .armature-module-teasers[class*="armature-teasers--highlights-"] .armature-teasers__items {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  flex-wrap: unset !important;
  align-items: stretch !important;
}

body.armature-theme .armature-module-teasers[class*="armature-teasers--highlights-"] .wp-block-columns.armature-teasers__columns > .wp-block-column,
.editor-styles-wrapper .armature-theme .armature-module-teasers[class*="armature-teasers--highlights-"] .wp-block-columns.armature-teasers__columns > .wp-block-column,
body.armature-theme .armature-module-teasers[class*="armature-teasers--highlights-"] .armature-teasers__card,
.editor-styles-wrapper .armature-theme .armature-module-teasers[class*="armature-teasers--highlights-"] .armature-teasers__card {
  min-width: 0 !important;
  width: auto !important;
  flex: none !important;
  flex-basis: auto !important;
  flex-grow: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}

body.armature-theme .armature-module-teasers[class*="armature-teasers--highlights-"] .armature-teasers__image,
.editor-styles-wrapper .armature-theme .armature-module-teasers[class*="armature-teasers--highlights-"] .armature-teasers__image {
  margin: 0 !important;
}

body.armature-theme .armature-module-teasers[class*="armature-teasers--highlights-"] .armature-teasers__image img,
.editor-styles-wrapper .armature-theme .armature-module-teasers[class*="armature-teasers--highlights-"] .armature-teasers__image img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  object-fit: cover !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-default .wp-block-columns.armature-teasers__columns,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default .wp-block-columns.armature-teasers__columns,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__items,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__items {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(0.9rem, 2vw, 1.25rem) !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-default .wp-block-columns.armature-teasers__columns > .wp-block-column,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default .wp-block-columns.armature-teasers__columns > .wp-block-column,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__card,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__card {
  position: relative !important;
  display: block !important;
  border: var(--armature-panel-border-width, 1px) solid var(--armature-color-border) !important;
  background: var(--armature-color-surface) !important;
  overflow: hidden !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__image,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__image {
  position: relative !important;
  aspect-ratio: 1 / 1 !important;
  width: 100% !important;
  height: auto !important;
  background: var(--armature-color-surface-alt) !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__title,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__title,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__excerpt,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__excerpt,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__actions,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__actions {
  position: static !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin-inline: 0 !important;
  color: inherit !important;
  text-align: left !important;
  transform: none !important;
  text-shadow: none !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__title,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__title {
  margin: 0 !important;
  padding: 0.8rem 0.8rem 0.25rem !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__excerpt,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__excerpt {
  padding: 0 0.8rem !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__actions,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__actions {
  padding: 0 0.8rem 0.9rem !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .wp-block-columns.armature-teasers__columns,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .wp-block-columns.armature-teasers__columns,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__items,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__items {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(0.9rem, 2vw, 1.25rem) !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .wp-block-columns.armature-teasers__columns > .wp-block-column,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .wp-block-columns.armature-teasers__columns > .wp-block-column,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__card,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__card {
  position: relative !important;
  display: block !important;
  border: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__image,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__image {
  position: relative !important;
  aspect-ratio: 1 / 1 !important;
  width: 100% !important;
  height: auto !important;
  background: var(--armature-color-surface-alt) !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__title,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__title {
  position: static !important;
  display: block !important;
  width: auto !important;
  margin: 0.75rem 0 0 !important;
  padding: 0 !important;
  color: var(--armature-color-heading) !important;
  text-align: left !important;
  transform: none !important;
  text-shadow: none !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__excerpt,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__excerpt,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__actions,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__actions,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__button,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__button {
  display: none !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .wp-block-columns.armature-teasers__columns,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .wp-block-columns.armature-teasers__columns,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__items,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__items {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(0.9rem, 2vw, 1.25rem) !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .wp-block-columns.armature-teasers__columns > .wp-block-column,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .wp-block-columns.armature-teasers__columns > .wp-block-column,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__card,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__card {
  position: relative !important;
  display: block !important;
  aspect-ratio: 1 / 1 !important;
  border: 0 !important;
  background: transparent !important;
  overflow: hidden !important;
  isolation: isolate !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__image,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__image {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: auto !important;
  background: var(--armature-color-surface-alt) !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .wp-block-columns.armature-teasers__columns > .wp-block-column::before,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .wp-block-columns.armature-teasers__columns > .wp-block-column::before,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__card::before,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  pointer-events: none !important;
  background: color-mix(in srgb, var(--armature-color-heading) 38%, transparent) !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__image::after,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__image::after {
  content: none !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__title,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__title {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  display: grid !important;
  place-items: center !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 1rem !important;
  color: var(--armature-color-canvas) !important;
  text-align: center !important;
  transform: none !important;
  text-shadow: 0 2px 12px color-mix(in srgb, var(--armature-color-heading) 35%, transparent) !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__excerpt,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__excerpt,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__actions,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__actions,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__button,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__button {
  display: none !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio .wp-block-columns.armature-teasers__columns,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio .wp-block-columns.armature-teasers__columns,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__items,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__items {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(1rem, 2vw, 1.25rem) !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio .wp-block-columns.armature-teasers__columns > .wp-block-column,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio .wp-block-columns.armature-teasers__columns > .wp-block-column,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__card,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__card {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(180px, 1fr) minmax(0, 1fr) !important;
  gap: clamp(1rem, 3vw, 2rem) !important;
  align-items: center !important;
  border: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__image,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__image {
  position: static !important;
  grid-column: 1 !important;
  grid-row: 1 / span 2 !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
  background: var(--armature-color-surface-alt) !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__title,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__title,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__excerpt,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__excerpt {
  position: static !important;
  grid-column: 2 !important;
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  text-align: left !important;
  transform: none !important;
  text-shadow: none !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__actions,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__actions,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__button,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__button {
  display: none !important;
}

@media (max-width: 781px) {
  body.armature-theme .armature-module-teasers[class*="armature-teasers--highlights-"] .wp-block-columns.armature-teasers__columns,
.editor-styles-wrapper .armature-theme .armature-module-teasers[class*="armature-teasers--highlights-"] .wp-block-columns.armature-teasers__columns,
body.armature-theme .armature-module-teasers[class*="armature-teasers--highlights-"] .armature-teasers__items,
.editor-styles-wrapper .armature-theme .armature-module-teasers[class*="armature-teasers--highlights-"] .armature-teasers__items,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio .wp-block-columns.armature-teasers__columns > .wp-block-column,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio .wp-block-columns.armature-teasers__columns > .wp-block-column,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__card,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__card {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

body.armature-theme .armature-module-teasers.armature-teasers--native,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--native,
body.armature-theme .armature-module-teasers.armature-teasers--native *,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--native * {
  box-sizing: border-box;
}

body.armature-theme .armature-module-teasers.armature-teasers--native,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--native {
  margin-block: clamp(1.5rem, 3vw, 2.5rem);
}

body.armature-theme .armature-module-teasers.armature-teasers--native .armature-teasers__items,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--native .armature-teasers__items {
  display: grid !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: clamp(1rem, 2vw, 1.35rem) !important;
  align-items: stretch !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--native .armature-teasers__card,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--native .armature-teasers__card,
body.armature-theme .armature-module-teasers.armature-teasers--native .armature-teasers__link,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--native .armature-teasers__link,
body.armature-theme .armature-module-teasers.armature-teasers--native .armature-teasers__image,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--native .armature-teasers__image,
body.armature-theme .armature-module-teasers.armature-teasers--native .armature-teasers__content,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--native .armature-teasers__content,
body.armature-theme .armature-module-teasers.armature-teasers--native .armature-teasers__title,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--native .armature-teasers__title,
body.armature-theme .armature-module-teasers.armature-teasers--native .armature-teasers__excerpt,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--native .armature-teasers__excerpt,
body.armature-theme .armature-module-teasers.armature-teasers--native .armature-teasers__actions,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--native .armature-teasers__actions {
  float: none !important;
  clear: none !important;
  max-width: none !important;
  min-width: 0 !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--native .armature-teasers__card,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--native .armature-teasers__card {
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--native .armature-teasers__card::before,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--native .armature-teasers__card::before,
body.armature-theme .armature-module-teasers.armature-teasers--native .armature-teasers__card::after,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--native .armature-teasers__card::after,
body.armature-theme .armature-module-teasers.armature-teasers--native .armature-teasers__link::before,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--native .armature-teasers__link::before {
  content: none !important;
  display: none !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--native .armature-teasers__image,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--native .armature-teasers__image {
  margin: 0 !important;
  background: var(--armature-color-surface-alt) !important;
  overflow: hidden !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--native .armature-teasers__image img,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--native .armature-teasers__image img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  object-fit: cover !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--native .armature-teasers__title,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--native .armature-teasers__title {
  font-family: var(--armature-font-heading) !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--native .armature-teasers__link,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--native .armature-teasers__link {
  color: inherit !important;
  text-decoration: none !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-default.armature-teasers--native .armature-teasers__items,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default.armature-teasers--native .armature-teasers__items {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-default.armature-teasers--native .armature-teasers__card,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default.armature-teasers--native .armature-teasers__card {
  display: flex !important;
  flex-direction: column !important;
  border: var(--armature-panel-border-width, 1px) solid var(--armature-color-border) !important;
  background: var(--armature-color-surface) !important;
  overflow: hidden !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-default.armature-teasers--native .armature-teasers__link,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default.armature-teasers--native .armature-teasers__link {
  display: block !important;
  position: static !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-default.armature-teasers--native .armature-teasers__image,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default.armature-teasers--native .armature-teasers__image {
  position: static !important;
  aspect-ratio: 1 / 1 !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-default.armature-teasers--native .armature-teasers__content,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default.armature-teasers--native .armature-teasers__content {
  position: static !important;
  display: block !important;
  padding: 0.8rem 0.9rem 0 !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-default.armature-teasers--native .armature-teasers__title,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default.armature-teasers--native .armature-teasers__title,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-default.armature-teasers--native .armature-teasers__excerpt,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default.armature-teasers--native .armature-teasers__excerpt {
  position: static !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  text-align: left !important;
  text-shadow: none !important;
  transform: none !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-default.armature-teasers--native .armature-teasers__title,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default.armature-teasers--native .armature-teasers__title {
  margin-bottom: 0.35rem !important;
  color: var(--armature-color-heading) !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-default.armature-teasers--native .armature-teasers__actions,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default.armature-teasers--native .armature-teasers__actions {
  display: block !important;
  margin: auto 0 0 !important;
  padding: 0.8rem 0.9rem 0.9rem !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial.armature-teasers--native .armature-teasers__items,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial.armature-teasers--native .armature-teasers__items {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial.armature-teasers--native .armature-teasers__card,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial.armature-teasers--native .armature-teasers__card {
  display: block !important;
  border: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial.armature-teasers--native .armature-teasers__link,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial.armature-teasers--native .armature-teasers__link {
  display: block !important;
  position: static !important;
  overflow: visible !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial.armature-teasers--native .armature-teasers__image,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial.armature-teasers--native .armature-teasers__image {
  position: static !important;
  aspect-ratio: 1 / 1 !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial.armature-teasers--native .armature-teasers__content,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial.armature-teasers--native .armature-teasers__content {
  position: static !important;
  display: block !important;
  padding: 0.75rem 0 0 !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial.armature-teasers--native .armature-teasers__title,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial.armature-teasers--native .armature-teasers__title,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial.armature-teasers--native .armature-teasers__excerpt,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial.armature-teasers--native .armature-teasers__excerpt {
  position: static !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  text-align: left !important;
  text-shadow: none !important;
  transform: none !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial.armature-teasers--native .armature-teasers__title,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial.armature-teasers--native .armature-teasers__title {
  margin-bottom: 0.35rem !important;
  color: var(--armature-color-heading) !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial.armature-teasers--native .armature-teasers__actions,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial.armature-teasers--native .armature-teasers__actions {
  display: none !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__link::after,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__link::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  display: block !important;
  background: color-mix(in srgb, var(--armature-color-heading) 36%, transparent) !important;
  pointer-events: none !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__title,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__title {
  margin: 0 !important;
  color: var(--armature-color-canvas) !important;
  text-align: center !important;
  text-shadow: 0 2px 12px color-mix(in srgb, var(--armature-color-heading) 40%, transparent) !important;
  transform: none !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio.armature-teasers--native .armature-teasers__items,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio.armature-teasers--native .armature-teasers__items {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(1rem, 2vw, 1.25rem) !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio.armature-teasers--native .armature-teasers__card,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio.armature-teasers--native .armature-teasers__card {
  display: block !important;
  border: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio.armature-teasers--native .armature-teasers__row,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio.armature-teasers--native .armature-teasers__row {
  display: grid !important;
  grid-template-columns: minmax(240px, 1fr) minmax(0, 1fr) !important;
  gap: clamp(1.5rem, 4vw, 2.5rem) !important;
  align-items: center !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio.armature-teasers--native .armature-teasers__image,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio.armature-teasers--native .armature-teasers__image {
  position: static !important;
  aspect-ratio: 16 / 9 !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio.armature-teasers--native .armature-teasers__content,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio.armature-teasers--native .armature-teasers__content {
  display: block !important;
  padding: 0 !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio.armature-teasers--native .armature-teasers__title,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio.armature-teasers--native .armature-teasers__title,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio.armature-teasers--native .armature-teasers__excerpt,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio.armature-teasers--native .armature-teasers__excerpt,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio.armature-teasers--native .armature-teasers__actions,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio.armature-teasers--native .armature-teasers__actions {
  position: static !important;
  display: block !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  text-align: left !important;
  transform: none !important;
  text-shadow: none !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio.armature-teasers--native .armature-teasers__title,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio.armature-teasers--native .armature-teasers__title {
  margin-bottom: 0.7rem !important;
  color: var(--armature-color-heading) !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio.armature-teasers--native .armature-teasers__actions,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio.armature-teasers--native .armature-teasers__actions {
  margin-top: 1rem !important;
}

@media (max-width: 639px) {
  body.armature-theme .armature-module-teasers.armature-teasers--native .armature-teasers__items,
  body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio.armature-teasers--native .armature-teasers__row {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

body.armature-theme .armature-module-teasers.armature-teasers--native .armature-teasers__placeholder,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--native .armature-teasers__placeholder {
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  background: color-mix(in srgb, var(--armature-color-heading) 22%, var(--armature-color-surface-alt)) !important;
  color: var(--armature-color-canvas) !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__placeholder span,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__placeholder span {
  display: none !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-default.armature-teasers--native .armature-teasers__placeholder,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default.armature-teasers--native .armature-teasers__placeholder,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial.armature-teasers--native .armature-teasers__placeholder,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial.armature-teasers--native .armature-teasers__placeholder,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio.armature-teasers--native .armature-teasers__placeholder,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio.armature-teasers--native .armature-teasers__placeholder {
  color: var(--armature-color-heading) !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native {
  margin-block: clamp(1.5rem, 3.5vw, 2.5rem) !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__items,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__items {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1rem !important;
  align-items: stretch !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__card,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__card {
  position: relative !important;
  display: block !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  overflow: hidden !important;
  box-shadow: none !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__card::before,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__card::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  pointer-events: none !important;
  background: linear-gradient(
    to top,
    color-mix(in srgb, var(--armature-color-heading) 68%, transparent) 0%,
    color-mix(in srgb, var(--armature-color-heading) 28%, transparent) 46%,
    transparent 78%
  ) !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__link,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__link {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1 / 1 !important;
  color: inherit !important;
  text-decoration: none !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: hidden !important;
  isolation: isolate !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__link::after,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__link::after {
  content: none !important;
  display: none !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__content,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__content {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__title,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__title {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 3 !important;
  display: block !important;
  width: calc(100% - 2rem) !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translate(-50%, -50%) !important;
  color: var(--armature-color-canvas) !important;
  font-family: var(--armature-font-heading) !important;
  font-size: clamp(1.15rem, 1.6vw, 1.45rem) !important;
  font-weight: 600 !important;
  line-height: 1.08 !important;
  text-align: center !important;
  text-shadow: 0 2px 12px color-mix(in srgb, var(--armature-color-heading) 32%, transparent) !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-default.armature-teasers--native .armature-teasers__items,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default.armature-teasers--native .armature-teasers__items,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial.armature-teasers--native .armature-teasers__items,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial.armature-teasers--native .armature-teasers__items {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1rem !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio.armature-teasers--native .armature-teasers__items,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio.armature-teasers--native .armature-teasers__items {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 1rem !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio.armature-teasers--native .armature-teasers__row,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio.armature-teasers--native .armature-teasers__row {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  column-gap: clamp(1rem, 2.5vw, 1.75rem) !important;
  row-gap: 0 !important;
}

@media (max-width: 639px) {
  body.armature-theme .armature-module-teasers.armature-teasers--highlights-default.armature-teasers--native .armature-teasers__items,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-default.armature-teasers--native .armature-teasers__items,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial.armature-teasers--native .armature-teasers__items,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-editorial.armature-teasers--native .armature-teasers__items,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__items,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__items,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio.armature-teasers--native .armature-teasers__items,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio.armature-teasers--native .armature-teasers__items,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio.armature-teasers--native .armature-teasers__row,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio.armature-teasers--native .armature-teasers__row {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

body.armature-theme .armature-site-header.armature-site-header--default,
.editor-styles-wrapper .armature-theme .armature-site-header.armature-site-header--default {
  background: var(--armature-color-canvas) !important;
  color: var(--armature-color-heading) !important;
  border-bottom: 1px solid var(--armature-color-border) !important;
}

body.armature-theme .armature-site-header.armature-site-header--editorial,
.editor-styles-wrapper .armature-theme .armature-site-header.armature-site-header--editorial {
  background: var(--armature-color-surface) !important;
  color: var(--armature-color-heading) !important;
  border-bottom: 0 !important;
}

body.armature-theme .armature-site-header.armature-site-header--portfolio,
.editor-styles-wrapper .armature-theme .armature-site-header.armature-site-header--portfolio {
  background: var(--armature-color-heading) !important;
  color: var(--armature-color-canvas) !important;
  border-bottom: 0 !important;
}

body.armature-theme .armature-site-header.armature-site-header--studio,
.editor-styles-wrapper .armature-theme .armature-site-header.armature-site-header--studio {
  background: var(--armature-color-accent) !important;
  color: var(--armature-color-canvas) !important;
  border-bottom: 1px solid var(--armature-color-accent) !important;
}

body.armature-theme .armature-site-header.armature-site-header--default .armature-site-brand,
.editor-styles-wrapper .armature-theme .armature-site-header.armature-site-header--default .armature-site-brand,
body.armature-theme .armature-site-header.armature-site-header--default .armature-site-nav__link,
.editor-styles-wrapper .armature-theme .armature-site-header.armature-site-header--default .armature-site-nav__link,
body.armature-theme .armature-site-header.armature-site-header--editorial .armature-site-brand,
.editor-styles-wrapper .armature-theme .armature-site-header.armature-site-header--editorial .armature-site-brand,
body.armature-theme .armature-site-header.armature-site-header--editorial .armature-site-nav__link,
.editor-styles-wrapper .armature-theme .armature-site-header.armature-site-header--editorial .armature-site-nav__link {
  color: var(--armature-color-heading) !important;
}

body.armature-theme .armature-site-header.armature-site-header--portfolio .armature-site-brand,
.editor-styles-wrapper .armature-theme .armature-site-header.armature-site-header--portfolio .armature-site-brand,
body.armature-theme .armature-site-header.armature-site-header--portfolio .armature-site-nav__link,
.editor-styles-wrapper .armature-theme .armature-site-header.armature-site-header--portfolio .armature-site-nav__link,
body.armature-theme .armature-site-header.armature-site-header--studio .armature-site-brand,
.editor-styles-wrapper .armature-theme .armature-site-header.armature-site-header--studio .armature-site-brand,
body.armature-theme .armature-site-header.armature-site-header--studio .armature-site-nav__link,
.editor-styles-wrapper .armature-theme .armature-site-header.armature-site-header--studio .armature-site-nav__link {
  color: var(--armature-color-canvas) !important;
}

body.armature-theme .armature-module-featured-work[class*="armature-featured-work--featured-"],
.editor-styles-wrapper .armature-theme .armature-module-featured-work[class*="armature-featured-work--featured-"] {
  margin-block: clamp(1.75rem, 4vw, 2.75rem) !important;
  padding: 0 !important;
  background: transparent !important;
}

body.armature-theme .armature-module-featured-work[class*="armature-featured-work--featured-"] .armature-featured-work__card,
.editor-styles-wrapper .armature-theme .armature-module-featured-work[class*="armature-featured-work--featured-"] .armature-featured-work__card {
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box !important;
  border-radius: var(--armature-surface-border-radius, 0) !important;
  box-shadow: none !important;
}

body.armature-theme .armature-module-featured-work[class*="armature-featured-work--featured-"] .armature-featured-work__image,
.editor-styles-wrapper .armature-theme .armature-module-featured-work[class*="armature-featured-work--featured-"] .armature-featured-work__image,
body.armature-theme .armature-module-featured-work[class*="armature-featured-work--featured-"] .armature-featured-work__image-link,
.editor-styles-wrapper .armature-theme .armature-module-featured-work[class*="armature-featured-work--featured-"] .armature-featured-work__image-link {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.armature-theme .armature-module-featured-work[class*="armature-featured-work--featured-"] .armature-featured-work__image img,
.editor-styles-wrapper .armature-theme .armature-module-featured-work[class*="armature-featured-work--featured-"] .armature-featured-work__image img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  object-position: center !important;
}

body.armature-theme .armature-module-featured-work[class*="armature-featured-work--featured-"] .armature-featured-work__content,
.editor-styles-wrapper .armature-theme .armature-module-featured-work[class*="armature-featured-work--featured-"] .armature-featured-work__content {
  min-width: 0 !important;
}

body.armature-theme .armature-featured-work--featured-default .armature-featured-work__card,
.editor-styles-wrapper .armature-theme .armature-featured-work--featured-default .armature-featured-work__card {
  grid-template-columns: minmax(13rem, 0.92fr) minmax(0, 1.08fr) !important;
  gap: clamp(1.25rem, 3vw, 2rem) !important;
  align-items: center !important;
  padding: clamp(1rem, 2.8vw, 1.5rem) !important;
  border: var(--armature-panel-border-width, 1px) solid var(--armature-color-border) !important;
  background: var(--armature-color-surface) !important;
}

body.armature-theme .armature-featured-work--featured-default .armature-featured-work__image,
.editor-styles-wrapper .armature-theme .armature-featured-work--featured-default .armature-featured-work__image {
  aspect-ratio: 4 / 5 !important;
  overflow: hidden !important;
}

body.armature-theme .armature-featured-work--featured-default .armature-featured-work__image img,
.editor-styles-wrapper .armature-theme .armature-featured-work--featured-default .armature-featured-work__image img {
  height: 100% !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  object-position: center !important;
  contain-intrinsic-size: 1024px 1280px !important;
}

body.armature-theme .armature-featured-work--featured-default .armature-featured-work__content,
.editor-styles-wrapper .armature-theme .armature-featured-work--featured-default .armature-featured-work__content {
  display: grid !important;
  align-content: center !important;
  gap: 0.55rem !important;
  padding: 0 !important;
}

body.armature-theme .armature-featured-work--featured-editorial .armature-featured-work__card,
.editor-styles-wrapper .armature-theme .armature-featured-work--featured-editorial .armature-featured-work__card {
  grid-template-columns: minmax(10rem, 25%) minmax(0, 1fr) !important;
  gap: clamp(1rem, 2vw, 1.5rem) !important;
  align-items: start !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.armature-theme .armature-featured-work--featured-editorial .armature-featured-work__image,
.editor-styles-wrapper .armature-theme .armature-featured-work--featured-editorial .armature-featured-work__image {
  aspect-ratio: 4 / 3 !important;
  overflow: hidden !important;
}

body.armature-theme .armature-featured-work--featured-editorial .armature-featured-work__image img,
.editor-styles-wrapper .armature-theme .armature-featured-work--featured-editorial .armature-featured-work__image img {
  height: 100% !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  object-position: center !important;
  contain-intrinsic-size: 1024px 768px !important;
}

body.armature-theme .armature-featured-work--featured-editorial .armature-featured-work__content,
.editor-styles-wrapper .armature-theme .armature-featured-work--featured-editorial .armature-featured-work__content {
  display: grid !important;
  align-content: start !important;
  gap: 0.45rem !important;
  padding: 0 !important;
}

body.armature-theme .armature-featured-work--featured-portfolio .armature-featured-work__card,
.editor-styles-wrapper .armature-theme .armature-featured-work--featured-portfolio .armature-featured-work__card {
  grid-template-columns: minmax(10rem, 25%) minmax(0, 1fr) !important;
  gap: clamp(1.25rem, 2.8vw, 2rem) !important;
  align-items: start !important;
  padding: clamp(1rem, 2.6vw, 1.5rem) !important;
  border: 0 !important;
  background: var(--armature-color-surface-alt) !important;
}

body.armature-theme .armature-featured-work--featured-portfolio .armature-featured-work__image,
.editor-styles-wrapper .armature-theme .armature-featured-work--featured-portfolio .armature-featured-work__image {
  aspect-ratio: 4 / 3 !important;
  overflow: hidden !important;
}

body.armature-theme .armature-featured-work--featured-portfolio .armature-featured-work__image img,
.editor-styles-wrapper .armature-theme .armature-featured-work--featured-portfolio .armature-featured-work__image img {
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  object-position: center !important;
  contain-intrinsic-size: 1024px 768px !important;
}

body.armature-theme .armature-featured-work--featured-portfolio .armature-featured-work__content,
.editor-styles-wrapper .armature-theme .armature-featured-work--featured-portfolio .armature-featured-work__content {
  display: grid !important;
  align-content: start !important;
  gap: 0.45rem !important;
  padding: 0 !important;
}

body.armature-theme .armature-featured-work--featured-studio .armature-featured-work__card,
.editor-styles-wrapper .armature-theme .armature-featured-work--featured-studio .armature-featured-work__card {
  grid-template-columns: minmax(0, 66.6667%) minmax(0, 33.3333%) !important;
  grid-template-areas: "content image" !important;
  gap: 0 !important;
  align-items: stretch !important;
  padding: 0 !important;
  border: 0 !important;
  background: var(--armature-color-surface-alt) !important;
  overflow: hidden !important;
}

body.armature-theme .armature-featured-work--featured-studio .armature-featured-work__content,
.editor-styles-wrapper .armature-theme .armature-featured-work--featured-studio .armature-featured-work__content {
  grid-area: content !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  gap: 0.6rem !important;
  padding: clamp(1.25rem, 3vw, 2rem) !important;
}

body.armature-theme .armature-featured-work--featured-studio .armature-featured-work__image-link,
.editor-styles-wrapper .armature-theme .armature-featured-work--featured-studio .armature-featured-work__image-link {
  grid-area: image !important;
  display: block !important;
  height: 100% !important;
}

body.armature-theme .armature-featured-work--featured-studio .armature-featured-work__image,
.editor-styles-wrapper .armature-theme .armature-featured-work--featured-studio .armature-featured-work__image {
  height: 100% !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

body.armature-theme .armature-featured-work--featured-studio .armature-featured-work__image img,
.editor-styles-wrapper .armature-theme .armature-featured-work--featured-studio .armature-featured-work__image img {
  height: 100% !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  object-position: center !important;
  contain-intrinsic-size: 1024px 768px !important;
}

body.armature-theme .armature-featured-work--featured-editorial .armature-featured-work__section-title,
.editor-styles-wrapper .armature-theme .armature-featured-work--featured-editorial .armature-featured-work__section-title,
body.armature-theme .armature-featured-work--featured-studio .armature-featured-work__section-title,
.editor-styles-wrapper .armature-theme .armature-featured-work--featured-studio .armature-featured-work__section-title {
  display: none !important;
}

@media (max-width: 639px) {
  body.armature-theme .armature-featured-work--featured-default .armature-featured-work__card,
.editor-styles-wrapper .armature-theme .armature-featured-work--featured-default .armature-featured-work__card,
body.armature-theme .armature-featured-work--featured-editorial .armature-featured-work__card,
.editor-styles-wrapper .armature-theme .armature-featured-work--featured-editorial .armature-featured-work__card,
body.armature-theme .armature-featured-work--featured-portfolio .armature-featured-work__card,
.editor-styles-wrapper .armature-theme .armature-featured-work--featured-portfolio .armature-featured-work__card,
body.armature-theme .armature-featured-work--featured-studio .armature-featured-work__card,
.editor-styles-wrapper .armature-theme .armature-featured-work--featured-studio .armature-featured-work__card {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas: none !important;
  }

  body.armature-theme .armature-featured-work--featured-studio .armature-featured-work__content,
.editor-styles-wrapper .armature-theme .armature-featured-work--featured-studio .armature-featured-work__content,
body.armature-theme .armature-featured-work--featured-studio .armature-featured-work__image-link,
.editor-styles-wrapper .armature-theme .armature-featured-work--featured-studio .armature-featured-work__image-link {
    grid-area: auto !important;
  }

  body.armature-theme .armature-featured-work--featured-default .armature-featured-work__image,
.editor-styles-wrapper .armature-theme .armature-featured-work--featured-default .armature-featured-work__image {
    aspect-ratio: 4 / 5 !important;
  }

  body.armature-theme .armature-featured-work--featured-editorial .armature-featured-work__image,
.editor-styles-wrapper .armature-theme .armature-featured-work--featured-editorial .armature-featured-work__image,
body.armature-theme .armature-featured-work--featured-portfolio .armature-featured-work__image,
.editor-styles-wrapper .armature-theme .armature-featured-work--featured-portfolio .armature-featured-work__image,
body.armature-theme .armature-featured-work--featured-studio .armature-featured-work__image,
.editor-styles-wrapper .armature-theme .armature-featured-work--featured-studio .armature-featured-work__image {
    aspect-ratio: 4 / 3 !important;
  }

  body.armature-theme .armature-featured-work--featured-default .armature-featured-work__image img,
.editor-styles-wrapper .armature-theme .armature-featured-work--featured-default .armature-featured-work__image img {
    height: 100% !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
    contain-intrinsic-size: 1024px 1280px !important;
  }

  body.armature-theme .armature-featured-work--featured-editorial .armature-featured-work__image img,
.editor-styles-wrapper .armature-theme .armature-featured-work--featured-editorial .armature-featured-work__image img,
body.armature-theme .armature-featured-work--featured-portfolio .armature-featured-work__image img,
.editor-styles-wrapper .armature-theme .armature-featured-work--featured-portfolio .armature-featured-work__image img,
body.armature-theme .armature-featured-work--featured-studio .armature-featured-work__image img,
.editor-styles-wrapper .armature-theme .armature-featured-work--featured-studio .armature-featured-work__image img {
    height: 100% !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
    contain-intrinsic-size: 1024px 768px !important;
  }
}

body.armature-theme .armature-module-home-hero[class*="armature-home-hero--hero-"],
.editor-styles-wrapper .armature-theme .armature-module-home-hero[class*="armature-home-hero--hero-"] {
  box-sizing: border-box !important;
}

body.armature-theme .armature-module-home-hero[class*="armature-home-hero--hero-"] .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme .armature-module-home-hero[class*="armature-home-hero--hero-"] .armature-home-hero__inner {
  display: grid !important;
  box-sizing: border-box !important;
}

body.armature-theme .armature-module-home-hero[class*="armature-home-hero--hero-"] .armature-home-hero__content,
.editor-styles-wrapper .armature-theme .armature-module-home-hero[class*="armature-home-hero--hero-"] .armature-home-hero__content,
body.armature-theme .armature-module-home-hero[class*="armature-home-hero--hero-"] .armature-home-hero__media,
.editor-styles-wrapper .armature-theme .armature-module-home-hero[class*="armature-home-hero--hero-"] .armature-home-hero__media,
body.armature-theme .armature-module-home-hero[class*="armature-home-hero--hero-"] .armature-home-hero__image,
.editor-styles-wrapper .armature-theme .armature-module-home-hero[class*="armature-home-hero--hero-"] .armature-home-hero__image {
  max-width: none !important;
}

body.armature-theme .armature-home-hero--hero-default,
.editor-styles-wrapper .armature-theme .armature-home-hero--hero-default {
  width: auto !important;
  max-width: var(--wp--style--global--content-size, 1280px) !important;
  margin-inline: auto !important;
  margin: 0 !important;
  padding: clamp(1.5rem, 3vw, 2rem) !important;
  border: var(--armature-panel-border-width, 1px) solid var(--armature-color-border) !important;
  background: var(--armature-color-surface) !important;
}

body.armature-theme .armature-home-hero--hero-default .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme .armature-home-hero--hero-default .armature-home-hero__inner {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(16rem, 0.92fr) !important;
  gap: clamp(1.5rem, 3vw, 3rem) !important;
  align-items: center !important;
}

body.armature-theme .armature-home-hero--hero-default .armature-home-hero__image,
.editor-styles-wrapper .armature-theme .armature-home-hero--hero-default .armature-home-hero__image {
  width: 100% !important;
  height: 100% !important;
  min-height: clamp(18rem, 36vw, 28rem) !important;
  object-fit: cover !important;
}

body.armature-theme .armature-home-hero--hero-editorial,
.editor-styles-wrapper .armature-theme .armature-home-hero--hero-editorial {
  width: auto !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-top: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: var(--armature-color-surface-alt) !important;
}

body.armature-theme .armature-home-hero--hero-editorial .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme .armature-home-hero--hero-editorial .armature-home-hero__inner {
  width: min(calc(var(--wp--style--global--content-size, 1280px) + (var(--armature-shell-gutter, 50px) * 2)), 100%) !important;
  max-width: none !important;
  margin-inline: auto !important;
  padding-inline: var(--armature-shell-gutter, 50px) !important;
  padding-block: var(--armature-shell-gutter, 50px) !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) !important;
  gap: clamp(1.5rem, 3vw, 3rem) !important;
  align-items: stretch !important;
}

body.armature-theme .armature-home-hero--hero-editorial .armature-home-hero__image,
.editor-styles-wrapper .armature-theme .armature-home-hero--hero-editorial .armature-home-hero__image {
  width: 100% !important;
  height: 100% !important;
  min-height: clamp(18rem, 34vw, 28rem) !important;
  object-fit: cover !important;
}

body.armature-theme .armature-home-hero--hero-portfolio,
.editor-styles-wrapper .armature-theme .armature-home-hero--hero-portfolio {
  width: auto !important;
  max-width: var(--wp--style--global--content-size, 1280px) !important;
  margin-inline: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.armature-theme .armature-home-hero--hero-portfolio .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme .armature-home-hero--hero-portfolio .armature-home-hero__inner {
  width: 100% !important;
  margin: 0 !important;
  padding: clamp(1.5rem, 3vw, 2rem) 0 !important;
  grid-template-columns: minmax(0, 1fr) minmax(15rem, 0.72fr) !important;
  gap: clamp(1.5rem, 4vw, 4rem) !important;
  align-items: center !important;
}

body.armature-theme .armature-home-hero--hero-portfolio .armature-home-hero__image,
.editor-styles-wrapper .armature-theme .armature-home-hero--hero-portfolio .armature-home-hero__image {
  width: 100% !important;
  height: auto !important;
  min-height: clamp(18rem, 32vw, 28rem) !important;
  object-fit: cover !important;
}

body.armature-theme .armature-home-hero--hero-studio,
.editor-styles-wrapper .armature-theme .armature-home-hero--hero-studio {
  width: auto !important;
  max-width: var(--wp--style--global--content-size, 1280px) !important;
  margin-inline: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.armature-theme .armature-home-hero--hero-studio .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme .armature-home-hero--hero-studio .armature-home-hero__inner {
  width: 100% !important;
  margin: 0 !important;
  padding: clamp(1.5rem, 3vw, 2rem) 0 !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(15rem, 0.95fr) !important;
  gap: clamp(1.5rem, 3vw, 2.5rem) !important;
  align-items: start !important;
}

body.armature-theme .armature-home-hero--hero-studio .armature-home-hero__image,
.editor-styles-wrapper .armature-theme .armature-home-hero--hero-studio .armature-home-hero__image {
  width: 100% !important;
  height: auto !important;
  min-height: clamp(16rem, 30vw, 23rem) !important;
  object-fit: cover !important;
}

body.armature-theme .armature-module-project-grid[class*="armature-project-grid--grid-"] .armature-project-grid__items,
.editor-styles-wrapper .armature-theme .armature-module-project-grid[class*="armature-project-grid--grid-"] .armature-project-grid__items {
  display: grid !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.armature-theme .armature-module-project-grid[class*="armature-project-grid--grid-"] .armature-project-grid__card,
.editor-styles-wrapper .armature-theme .armature-module-project-grid[class*="armature-project-grid--grid-"] .armature-project-grid__card {
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: var(--armature-surface-border-radius, 0) !important;
  box-shadow: none !important;
}

body.armature-theme .armature-module-project-grid[class*="armature-project-grid--grid-"] .armature-project-grid__image img,
.editor-styles-wrapper .armature-theme .armature-module-project-grid[class*="armature-project-grid--grid-"] .armature-project-grid__image img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  object-position: center !important;
}

body.armature-theme .armature-project-grid--grid-default .armature-project-grid__items,
.editor-styles-wrapper .armature-theme .armature-project-grid--grid-default .armature-project-grid__items {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(0.9rem, 2vw, 1.25rem) !important;
}

body.armature-theme .armature-project-grid--grid-default .armature-project-grid__card,
.editor-styles-wrapper .armature-theme .armature-project-grid--grid-default .armature-project-grid__card {
  border: var(--armature-panel-border-width, 1px) solid var(--armature-color-border) !important;
  background: var(--armature-color-surface) !important;
}

body.armature-theme .armature-project-grid--grid-default .armature-project-grid__image img,
.editor-styles-wrapper .armature-theme .armature-project-grid--grid-default .armature-project-grid__image img {
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
}

body.armature-theme .armature-project-grid--grid-default .armature-project-grid__content,
.editor-styles-wrapper .armature-theme .armature-project-grid--grid-default .armature-project-grid__content {
  display: block !important;
  padding: 0.75rem 0.8rem 0.9rem !important;
  text-align: left !important;
}

body.armature-theme .armature-project-grid--grid-editorial .armature-project-grid__items,
.editor-styles-wrapper .armature-theme .armature-project-grid--grid-editorial .armature-project-grid__items {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(1rem, 2vw, 1.4rem) !important;
}

body.armature-theme .armature-project-grid--grid-editorial .armature-project-grid__card,
.editor-styles-wrapper .armature-theme .armature-project-grid--grid-editorial .armature-project-grid__card {
  border: 0 !important;
  background: transparent !important;
}

body.armature-theme .armature-project-grid--grid-editorial .armature-project-grid__link,
.editor-styles-wrapper .armature-theme .armature-project-grid--grid-editorial .armature-project-grid__link {
  display: grid !important;
  gap: 0.7rem !important;
}

body.armature-theme .armature-project-grid--grid-editorial .armature-project-grid__image img,
.editor-styles-wrapper .armature-theme .armature-project-grid--grid-editorial .armature-project-grid__image img {
  aspect-ratio: 2 / 3 !important;
  object-fit: cover !important;
}

body.armature-theme .armature-project-grid--grid-editorial .armature-project-grid__content,
.editor-styles-wrapper .armature-theme .armature-project-grid--grid-editorial .armature-project-grid__content {
  display: block !important;
  padding: 0 !important;
  text-align: left !important;
}

body.armature-theme .armature-project-grid--grid-portfolio .armature-project-grid__items,
.editor-styles-wrapper .armature-theme .armature-project-grid--grid-portfolio .armature-project-grid__items {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(0.9rem, 1.8vw, 1.25rem) !important;
}

body.armature-theme .armature-project-grid--grid-portfolio .armature-project-grid__card,
.editor-styles-wrapper .armature-theme .armature-project-grid--grid-portfolio .armature-project-grid__card {
  position: relative !important;
  overflow: hidden !important;
  border: 0 !important;
  background: var(--armature-color-surface-alt) !important;
  box-shadow: none !important;
}

body.armature-theme .armature-project-grid--grid-portfolio .armature-project-grid__link,
.editor-styles-wrapper .armature-theme .armature-project-grid--grid-portfolio .armature-project-grid__link {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
  background: transparent !important;
}

body.armature-theme .armature-project-grid--grid-portfolio .armature-project-grid__image,
.editor-styles-wrapper .armature-theme .armature-project-grid--grid-portfolio .armature-project-grid__image {
  margin: 0 !important;
  aspect-ratio: 1 / 1 !important;
  background: var(--armature-color-surface-alt) !important;
}

body.armature-theme .armature-project-grid--grid-portfolio .armature-project-grid__image img,
.editor-styles-wrapper .armature-theme .armature-project-grid--grid-portfolio .armature-project-grid__image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
}

body.armature-theme .armature-project-grid--grid-portfolio .armature-project-grid__content,
.editor-styles-wrapper .armature-theme .armature-project-grid--grid-portfolio .armature-project-grid__content {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  display: grid !important;
  place-items: center !important;
  align-content: center !important;
  padding: clamp(1rem, 2vw, 1.35rem) !important;
  text-align: center !important;
  color: #fff !important;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.78) 0%,
    rgba(0, 0, 0, 0.48) 52%,
    rgba(0, 0, 0, 0.12) 100%
  ) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 220ms ease !important;
}

body.armature-theme .armature-project-grid--grid-portfolio .armature-project-grid__card:hover .armature-project-grid__content,
.editor-styles-wrapper .armature-theme .armature-project-grid--grid-portfolio .armature-project-grid__card:hover .armature-project-grid__content,
body.armature-theme .armature-project-grid--grid-portfolio .armature-project-grid__card:focus-within .armature-project-grid__content,
.editor-styles-wrapper .armature-theme .armature-project-grid--grid-portfolio .armature-project-grid__card:focus-within .armature-project-grid__content {
  opacity: 1 !important;
}

body.armature-theme .armature-project-grid--grid-portfolio .armature-project-grid__card-title,
.editor-styles-wrapper .armature-theme .armature-project-grid--grid-portfolio .armature-project-grid__card-title {
  color: inherit !important;
  font-size: clamp(1.05rem, 1.45vw, 1.35rem) !important;
  line-height: 1.08 !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.65) !important;
}

body.armature-theme .armature-project-grid--grid-portfolio .armature-project-grid__meta,
.editor-styles-wrapper .armature-theme .armature-project-grid--grid-portfolio .armature-project-grid__meta,
body.armature-theme .armature-project-grid--grid-portfolio .armature-project-grid__excerpt,
.editor-styles-wrapper .armature-theme .armature-project-grid--grid-portfolio .armature-project-grid__excerpt {
  display: none !important;
}

@media (hover: none), (pointer: coarse), (max-width: 700px) {
  body.armature-theme .armature-project-grid--grid-portfolio .armature-project-grid__content,
  .editor-styles-wrapper .armature-theme .armature-project-grid--grid-portfolio .armature-project-grid__content {
    align-content: end !important;
    place-items: end start !important;
    text-align: left !important;
    opacity: 1 !important;
  }
}

body.armature-theme .armature-project-grid--grid-studio .armature-project-grid__items,
.editor-styles-wrapper .armature-theme .armature-project-grid--grid-studio .armature-project-grid__items {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(1rem, 2vw, 1.35rem) !important;
}

body.armature-theme .armature-project-grid--grid-studio .armature-project-grid__card,
.editor-styles-wrapper .armature-theme .armature-project-grid--grid-studio .armature-project-grid__card {
  border: 0 !important;
  background: transparent !important;
}

body.armature-theme .armature-project-grid--grid-studio .armature-project-grid__image img,
.editor-styles-wrapper .armature-theme .armature-project-grid--grid-studio .armature-project-grid__image img {
  aspect-ratio: 2 / 3 !important;
  object-fit: cover !important;
}

body.armature-theme .armature-project-grid--grid-studio .armature-project-grid__content,
.editor-styles-wrapper .armature-theme .armature-project-grid--grid-studio .armature-project-grid__content {
  display: none !important;
}

body.armature-theme .armature-module-news-listing[class*="armature-news-listing--listing-"] .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .armature-module-news-listing[class*="armature-news-listing--listing-"] .armature-news-listing__items {
  display: grid !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.armature-theme .armature-module-news-listing[class*="armature-news-listing--listing-"] .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .armature-module-news-listing[class*="armature-news-listing--listing-"] .armature-news-listing__card {
  min-width: 0 !important;
  margin: 0 !important;
  border-radius: var(--armature-surface-border-radius, 0) !important;
  box-shadow: none !important;
}

body.armature-theme .armature-module-news-listing[class*="armature-news-listing--listing-"] .armature-news-listing__image img,
.editor-styles-wrapper .armature-theme .armature-module-news-listing[class*="armature-news-listing--listing-"] .armature-news-listing__image img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  object-position: center !important;
}

body.armature-theme .armature-news-listing--listing-default .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .armature-news-listing--listing-default .armature-news-listing__items {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(0.9rem, 2vw, 1.25rem) !important;
}

body.armature-theme .armature-news-listing--listing-default .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .armature-news-listing--listing-default .armature-news-listing__card {
  display: block !important;
  border: 0 !important;
  background: var(--armature-color-surface-alt) !important;
}

body.armature-theme .armature-news-listing--listing-default .armature-news-listing__image,
.editor-styles-wrapper .armature-theme .armature-news-listing--listing-default .armature-news-listing__image {
  display: block !important;
}

body.armature-theme .armature-news-listing--listing-default .armature-news-listing__image img,
.editor-styles-wrapper .armature-theme .armature-news-listing--listing-default .armature-news-listing__image img {
  aspect-ratio: 16 / 9 !important;
  object-fit: cover !important;
}

body.armature-theme .armature-news-listing--listing-default .armature-news-listing__content,
.editor-styles-wrapper .armature-theme .armature-news-listing--listing-default .armature-news-listing__content {
  padding: 0.75rem 0.8rem 0.9rem !important;
}

body.armature-theme .armature-news-listing--listing-editorial .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .armature-news-listing--listing-editorial .armature-news-listing__items,
body.armature-theme .armature-news-listing--listing-portfolio .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .armature-news-listing--listing-portfolio .armature-news-listing__items {
  grid-template-columns: 1fr !important;
  gap: clamp(1rem, 2vw, 1.35rem) !important;
}

body.armature-theme .armature-news-listing--listing-editorial .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .armature-news-listing--listing-editorial .armature-news-listing__card {
  display: grid !important;
  grid-template-columns: minmax(120px, 1fr) minmax(0, 3fr) !important;
  gap: clamp(1rem, 2vw, 1.4rem) !important;
  align-items: start !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
}

body.armature-theme .armature-news-listing--listing-editorial .armature-news-listing__image,
.editor-styles-wrapper .armature-theme .armature-news-listing--listing-editorial .armature-news-listing__image {
  display: block !important;
}

body.armature-theme .armature-news-listing--listing-editorial .armature-news-listing__image img,
.editor-styles-wrapper .armature-theme .armature-news-listing--listing-editorial .armature-news-listing__image img {
  aspect-ratio: 2 / 3 !important;
  object-fit: cover !important;
}

body.armature-theme .armature-news-listing--listing-portfolio .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .armature-news-listing--listing-portfolio .armature-news-listing__card {
  display: grid !important;
  grid-template-columns: minmax(120px, 1fr) minmax(0, 2fr) !important;
  gap: clamp(1rem, 2vw, 1.4rem) !important;
  align-items: start !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
}

body.armature-theme .armature-news-listing--listing-portfolio .armature-news-listing__image,
.editor-styles-wrapper .armature-theme .armature-news-listing--listing-portfolio .armature-news-listing__image {
  display: block !important;
}

body.armature-theme .armature-news-listing--listing-portfolio .armature-news-listing__image img,
.editor-styles-wrapper .armature-theme .armature-news-listing--listing-portfolio .armature-news-listing__image img {
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
}

body.armature-theme .armature-news-listing--listing-editorial .armature-news-listing__content,
.editor-styles-wrapper .armature-theme .armature-news-listing--listing-editorial .armature-news-listing__content,
body.armature-theme .armature-news-listing--listing-portfolio .armature-news-listing__content,
.editor-styles-wrapper .armature-theme .armature-news-listing--listing-portfolio .armature-news-listing__content {
  padding: 0 !important;
}

body.armature-theme .armature-news-listing--listing-editorial .armature-news-listing__actions,
.editor-styles-wrapper .armature-theme .armature-news-listing--listing-editorial .armature-news-listing__actions,
body.armature-theme .armature-news-listing--listing-portfolio .armature-news-listing__actions,
.editor-styles-wrapper .armature-theme .armature-news-listing--listing-portfolio .armature-news-listing__actions {
  display: none !important;
}

body.armature-theme .armature-news-listing--listing-studio .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .armature-news-listing--listing-studio .armature-news-listing__items {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1.25rem !important;
}

body.armature-theme .armature-news-listing--listing-studio .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .armature-news-listing--listing-studio .armature-news-listing__card {
  display: block !important;
  border: 0 !important;
  background: var(--armature-color-surface-alt) !important;
  padding: 1.35rem !important;
}

body.armature-theme .armature-news-listing--listing-studio .armature-news-listing__image,
.editor-styles-wrapper .armature-theme .armature-news-listing--listing-studio .armature-news-listing__image {
  display: none !important;
}

body.armature-theme .armature-news-listing--listing-studio .armature-news-listing__content,
.editor-styles-wrapper .armature-theme .armature-news-listing--listing-studio .armature-news-listing__content {
  padding: 0 !important;
}

@media (max-width: 639px) {
  body.armature-theme .armature-home-hero--hero-default .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme .armature-home-hero--hero-default .armature-home-hero__inner,
body.armature-theme .armature-home-hero--hero-editorial .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme .armature-home-hero--hero-editorial .armature-home-hero__inner,
body.armature-theme .armature-home-hero--hero-portfolio .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme .armature-home-hero--hero-portfolio .armature-home-hero__inner,
body.armature-theme .armature-home-hero--hero-studio .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme .armature-home-hero--hero-studio .armature-home-hero__inner,
body.armature-theme .armature-project-grid--grid-default .armature-project-grid__items,
.editor-styles-wrapper .armature-theme .armature-project-grid--grid-default .armature-project-grid__items,
body.armature-theme .armature-project-grid--grid-editorial .armature-project-grid__items,
.editor-styles-wrapper .armature-theme .armature-project-grid--grid-editorial .armature-project-grid__items,
body.armature-theme .armature-project-grid--grid-portfolio .armature-project-grid__items,
.editor-styles-wrapper .armature-theme .armature-project-grid--grid-portfolio .armature-project-grid__items,
body.armature-theme .armature-project-grid--grid-studio .armature-project-grid__items,
.editor-styles-wrapper .armature-theme .armature-project-grid--grid-studio .armature-project-grid__items,
body.armature-theme .armature-news-listing--listing-default .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .armature-news-listing--listing-default .armature-news-listing__items,
body.armature-theme .armature-news-listing--listing-editorial .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .armature-news-listing--listing-editorial .armature-news-listing__card,
body.armature-theme .armature-news-listing--listing-portfolio .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .armature-news-listing--listing-portfolio .armature-news-listing__card,
body.armature-theme .armature-news-listing--listing-studio .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .armature-news-listing--listing-studio .armature-news-listing__items {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.armature-theme .armature-home-hero--hero-editorial,
.editor-styles-wrapper .armature-theme .armature-home-hero--hero-editorial {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.armature-theme .armature-home-hero--hero-editorial .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme .armature-home-hero--hero-editorial .armature-home-hero__inner {
    padding-inline: 0 !important;
  }
}

body.armature-theme .armature-module-news-listing[class*="armature-news-listing--listing-"],
.editor-styles-wrapper .armature-theme .armature-module-news-listing[class*="armature-news-listing--listing-"] {
  margin-block: clamp(1.75rem, 4vw, 2.75rem) !important;
}

body.armature-theme .armature-module-news-listing[class*="armature-news-listing--listing-"] .armature-module__header,
.editor-styles-wrapper .armature-theme .armature-module-news-listing[class*="armature-news-listing--listing-"] .armature-module__header {
  display: flex !important;
  align-items: baseline !important;
  justify-content: space-between !important;
  gap: 1rem !important;
  width: 100% !important;
  margin: 0 0 1.25rem !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.armature-theme .armature-module-news-listing[class*="armature-news-listing--listing-"] .armature-module__header-actions,
.editor-styles-wrapper .armature-theme .armature-module-news-listing[class*="armature-news-listing--listing-"] .armature-module__header-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  margin-left: auto !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

body.armature-theme .armature-module-news-listing[class*="armature-news-listing--listing-"] .armature-module__title,
.editor-styles-wrapper .armature-theme .armature-module-news-listing[class*="armature-news-listing--listing-"] .armature-module__title {
  margin: 0 !important;
  color: var(--armature-color-heading) !important;
  text-align: left !important;
}

body.armature-theme .armature-module-news-listing[class*="armature-news-listing--listing-"] .armature-module__link,
.editor-styles-wrapper .armature-theme .armature-module-news-listing[class*="armature-news-listing--listing-"] .armature-module__link {
  white-space: nowrap !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__items {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(1.25rem, 2.25vw, 1.75rem) !important;
  align-items: stretch !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__card {
  display: grid !important;
  grid-template-columns: minmax(8.5rem, 1fr) minmax(0, 2fr) !important;
  gap: clamp(1rem, 2vw, 1.4rem) !important;
  align-items: start !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__image,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__image {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  background: var(--armature-color-surface-alt) !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__image img,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__image img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  object-position: center !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__content,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__content {
  display: grid !important;
  align-content: start !important;
  gap: 0.35rem !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__card-title,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__card-title {
  margin: 0 !important;
  color: var(--armature-color-heading) !important;
  line-height: 1.15 !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__excerpt,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__excerpt {
  margin: 0 !important;
  color: var(--armature-color-text) !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__actions,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__actions {
  display: none !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__meta,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__meta {
  margin: 0.15rem 0 0 !important;
  color: var(--armature-color-muted) !important;
  text-transform: uppercase !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__content,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__content {
  padding: 0 !important;
  background: transparent !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__actions,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__actions {
  display: none !important;
}

@media (max-width: 639px) {
  body.armature-theme .armature-module-news-listing[class*="armature-news-listing--listing-"] .armature-module__header,
.editor-styles-wrapper .armature-theme .armature-module-news-listing[class*="armature-news-listing--listing-"] .armature-module__header {
    display: grid !important;
    align-items: start !important;
  }

  body.armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__card,
body.armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__card {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

body.armature-theme .wp-site-blocks .armature-module-home-hero.armature-home-hero--hero-editorial,
.editor-styles-wrapper .armature-theme .wp-site-blocks .armature-module-home-hero.armature-home-hero--hero-editorial,
body.armature-theme .entry-content > .armature-module-home-hero.armature-home-hero--hero-editorial:first-child,
.editor-styles-wrapper .armature-theme .entry-content > .armature-module-home-hero.armature-home-hero--hero-editorial:first-child,
body.armature-theme .wp-block-post-content > .armature-module-home-hero.armature-home-hero--hero-editorial:first-child,
.editor-styles-wrapper .armature-theme .wp-block-post-content > .armature-module-home-hero.armature-home-hero--hero-editorial:first-child,
body.armature-theme .armature-module-home-hero.armature-home-hero--hero-editorial.armature-home-hero--hero-editorial,
.editor-styles-wrapper .armature-theme .armature-module-home-hero.armature-home-hero--hero-editorial.armature-home-hero--hero-editorial {
  margin-top: 0 !important;
  margin-block-start: 0 !important;
}

body.armature-theme .armature-module-home-hero.armature-home-hero--hero-editorial.armature-home-hero--hero-editorial,
.editor-styles-wrapper .armature-theme .armature-module-home-hero.armature-home-hero--hero-editorial.armature-home-hero--hero-editorial {
  width: auto !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 0 !important;
  border: 0 !important;
  background: var(--armature-color-surface-alt) !important;
}

body.armature-theme .armature-module-home-hero.armature-home-hero--hero-editorial.armature-home-hero--hero-editorial .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme .armature-module-home-hero.armature-home-hero--hero-editorial.armature-home-hero--hero-editorial .armature-home-hero__inner {
  width: min(calc(var(--wp--style--global--content-size, 1280px) + (var(--armature-shell-gutter, 50px) * 2)), 100%) !important;
  margin-inline: auto !important;
  padding-inline: var(--armature-shell-gutter, 50px) !important;
  padding-block: var(--armature-shell-gutter, 50px) !important;
}

body.armature-theme .armature-module-news-listing.armature-module-news-listing[class*="armature-news-listing--listing-"] .armature-module__header,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-module-news-listing[class*="armature-news-listing--listing-"] .armature-module__header {
  display: flex !important;
  align-items: baseline !important;
  justify-content: space-between !important;
  gap: 1rem !important;
  width: 100% !important;
  margin: 0 0 1.25rem !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.armature-theme .armature-module-news-listing.armature-module-news-listing[class*="armature-news-listing--listing-"] .armature-module__header-actions,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-module-news-listing[class*="armature-news-listing--listing-"] .armature-module__header-actions {
  display: flex !important;
  justify-content: flex-end !important;
  margin-left: auto !important;
  padding: 0 !important;
  background: transparent !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio.armature-news-listing--listing-portfolio .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio.armature-news-listing--listing-portfolio .armature-news-listing__items {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(1.25rem, 2.25vw, 1.75rem) !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio.armature-news-listing--listing-portfolio .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio.armature-news-listing--listing-portfolio .armature-news-listing__card {
  display: grid !important;
  grid-template-columns: minmax(8.5rem, 1fr) minmax(0, 2fr) !important;
  gap: clamp(1rem, 2vw, 1.4rem) !important;
  align-items: start !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio.armature-news-listing--listing-portfolio .armature-news-listing__image,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio.armature-news-listing--listing-portfolio .armature-news-listing__image {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  background: var(--armature-color-surface-alt) !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio.armature-news-listing--listing-portfolio .armature-news-listing__image img,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio.armature-news-listing--listing-portfolio .armature-news-listing__image img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  object-position: center !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio.armature-news-listing--listing-portfolio .armature-news-listing__content,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio.armature-news-listing--listing-portfolio .armature-news-listing__content {
  display: grid !important;
  align-content: start !important;
  gap: 0.35rem !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio.armature-news-listing--listing-portfolio .armature-news-listing__actions,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio.armature-news-listing--listing-portfolio .armature-news-listing__actions {
  display: none !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial.armature-news-listing--listing-editorial .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial.armature-news-listing--listing-editorial .armature-news-listing__items {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(1.25rem, 2.25vw, 1.75rem) !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial.armature-news-listing--listing-editorial .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial.armature-news-listing--listing-editorial .armature-news-listing__card {
  display: grid !important;
  grid-template-columns: minmax(8.5rem, 1fr) minmax(0, 3fr) !important;
  gap: clamp(1rem, 2vw, 1.4rem) !important;
  align-items: start !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial.armature-news-listing--listing-editorial .armature-news-listing__image,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial.armature-news-listing--listing-editorial .armature-news-listing__image {
  display: block !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial.armature-news-listing--listing-editorial .armature-news-listing__image img,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial.armature-news-listing--listing-editorial .armature-news-listing__image img {
  aspect-ratio: 2 / 3 !important;
  object-fit: cover !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial.armature-news-listing--listing-editorial .armature-news-listing__content,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial.armature-news-listing--listing-editorial .armature-news-listing__content {
  padding: 0 !important;
  background: transparent !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial.armature-news-listing--listing-editorial .armature-news-listing__actions,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial.armature-news-listing--listing-editorial .armature-news-listing__actions {
  display: none !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-default.armature-news-listing--listing-default .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-default.armature-news-listing--listing-default .armature-news-listing__items {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(0.9rem, 2vw, 1.25rem) !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-default.armature-news-listing--listing-default .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-default.armature-news-listing--listing-default .armature-news-listing__card {
  display: block !important;
  padding: 0 !important;
  border: 0 !important;
  background: var(--armature-color-surface-alt) !important;
  box-shadow: none !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-default.armature-news-listing--listing-default .armature-news-listing__image,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-default.armature-news-listing--listing-default .armature-news-listing__image {
  display: block !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-default.armature-news-listing--listing-default .armature-news-listing__image img,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-default.armature-news-listing--listing-default .armature-news-listing__image img {
  aspect-ratio: 16 / 9 !important;
  object-fit: cover !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-default.armature-news-listing--listing-default .armature-news-listing__content,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-default.armature-news-listing--listing-default .armature-news-listing__content {
  padding: 0.75rem 0.8rem 0.9rem !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-studio.armature-news-listing--listing-studio .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-studio.armature-news-listing--listing-studio .armature-news-listing__items {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1.25rem !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-studio.armature-news-listing--listing-studio .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-studio.armature-news-listing--listing-studio .armature-news-listing__card {
  display: block !important;
  padding: 1.35rem !important;
  border: 0 !important;
  background: var(--armature-color-surface-alt) !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-studio.armature-news-listing--listing-studio .armature-news-listing__image,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-studio.armature-news-listing--listing-studio .armature-news-listing__image {
  display: none !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-studio.armature-news-listing--listing-studio .armature-news-listing__content,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-studio.armature-news-listing--listing-studio .armature-news-listing__content {
  padding: 0 !important;
}

@media (max-width: 639px) {
  body.armature-theme .armature-module-news-listing.armature-module-news-listing[class*="armature-news-listing--listing-"] .armature-module__header,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-module-news-listing[class*="armature-news-listing--listing-"] .armature-module__header {
    display: grid !important;
    align-items: start !important;
  }

  body.armature-theme .armature-module-news-listing.armature-news-listing--listing-default.armature-news-listing--listing-default .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-default.armature-news-listing--listing-default .armature-news-listing__items,
body.armature-theme .armature-module-news-listing.armature-news-listing--listing-studio.armature-news-listing--listing-studio .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-studio.armature-news-listing--listing-studio .armature-news-listing__items,
body.armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio.armature-news-listing--listing-portfolio .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio.armature-news-listing--listing-portfolio .armature-news-listing__card,
body.armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial.armature-news-listing--listing-editorial .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial.armature-news-listing--listing-editorial .armature-news-listing__card {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

body.armature-theme:not(.armature-template--editorial) .armature-page-shell--home > .armature-module-home-hero.armature-home-hero--hero-editorial,
.editor-styles-wrapper .armature-theme:not(.armature-template--editorial) .armature-page-shell--home > .armature-module-home-hero.armature-home-hero--hero-editorial,
body.armature-theme .armature-page-shell--home > section.armature-module-home-hero.armature-home-hero--hero-editorial,
.editor-styles-wrapper .armature-theme .armature-page-shell--home > section.armature-module-home-hero.armature-home-hero--hero-editorial,
body.armature-theme .wp-block-armature-page-shell > section.armature-module-home-hero.armature-home-hero--hero-editorial,
.editor-styles-wrapper .armature-theme .wp-block-armature-page-shell > section.armature-module-home-hero.armature-home-hero--hero-editorial,
body.armature-theme section.armature-module-home-hero.armature-home-hero--hero-editorial[data-armature-part="hero"],
.editor-styles-wrapper .armature-theme section.armature-module-home-hero.armature-home-hero--hero-editorial[data-armature-part="hero"] {
  margin-top: 0 !important;
  margin-block-start: 0 !important;
}

body.armature-theme .armature-page-shell--home > section.armature-module-home-hero.armature-home-hero--hero-editorial[data-armature-part="hero"],
.editor-styles-wrapper .armature-theme .armature-page-shell--home > section.armature-module-home-hero.armature-home-hero--hero-editorial[data-armature-part="hero"],
body.armature-theme section.armature-module-home-hero.armature-home-hero--hero-editorial[data-armature-part="hero"],
.editor-styles-wrapper .armature-theme section.armature-module-home-hero.armature-home-hero--hero-editorial[data-armature-part="hero"] {
  width: auto !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 0 !important;
  border: 0 !important;
  background: var(--armature-color-surface-alt) !important;
}

body.armature-theme section.armature-module-home-hero.armature-home-hero--hero-editorial[data-armature-part="hero"] > .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme section.armature-module-home-hero.armature-home-hero--hero-editorial[data-armature-part="hero"] > .armature-home-hero__inner {
  display: grid !important;
  width: min(calc(var(--wp--style--global--content-size, 1280px) + (var(--armature-shell-gutter, 50px) * 2)), 100%) !important;
  max-width: none !important;
  margin-inline: auto !important;
  padding-inline: var(--armature-shell-gutter, 50px) !important;
  padding-block: var(--armature-shell-gutter, 50px) !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) !important;
  gap: clamp(1.5rem, 3vw, 3rem) !important;
  align-items: center !important;
}

body.armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part="news-listing"],
.editor-styles-wrapper .armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part="news-listing"] {
  width: 100% !important;
  max-width: var(--wp--style--global--content-size, 1280px) !important;
  margin-inline: auto !important;
  margin-block: clamp(1.75rem, 4vw, 2.75rem) !important;
}

body.armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part="news-listing"] > .armature-module__header,
.editor-styles-wrapper .armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part="news-listing"] > .armature-module__header {
  display: flex !important;
  align-items: baseline !important;
  justify-content: space-between !important;
  gap: 1rem !important;
  width: 100% !important;
  margin: 0 0 1.25rem !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part="news-listing"] > .armature-module__header .armature-module__header-actions,
.editor-styles-wrapper .armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part="news-listing"] > .armature-module__header .armature-module__header-actions {
  display: flex !important;
  justify-content: flex-end !important;
  margin-left: auto !important;
}

body.armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part="news-listing"] .armature-news-listing__items,
.editor-styles-wrapper .armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part="news-listing"] .armature-news-listing__items {
  display: grid !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part="news-listing"] .armature-news-listing__card,
.editor-styles-wrapper .armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part="news-listing"] .armature-news-listing__card {
  min-width: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  border-radius: var(--armature-surface-border-radius, 0) !important;
}

body.armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part-style="listing-portfolio"] .armature-news-listing__items,
.editor-styles-wrapper .armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part-style="listing-portfolio"] .armature-news-listing__items {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(1.25rem, 2.25vw, 1.75rem) !important;
}

body.armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part-style="listing-portfolio"] .armature-news-listing__card,
.editor-styles-wrapper .armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part-style="listing-portfolio"] .armature-news-listing__card {
  display: grid !important;
  grid-template-columns: minmax(8.5rem, 1fr) minmax(0, 2fr) !important;
  gap: clamp(1rem, 2vw, 1.4rem) !important;
  align-items: start !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part-style="listing-portfolio"] .armature-news-listing__image,
.editor-styles-wrapper .armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part-style="listing-portfolio"] .armature-news-listing__image {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  background: var(--armature-color-surface-alt) !important;
}

body.armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part-style="listing-portfolio"] .armature-news-listing__image img,
.editor-styles-wrapper .armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part-style="listing-portfolio"] .armature-news-listing__image img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  object-position: center !important;
}

body.armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part-style="listing-portfolio"] .armature-news-listing__content,
.editor-styles-wrapper .armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part-style="listing-portfolio"] .armature-news-listing__content {
  display: grid !important;
  align-content: start !important;
  gap: 0.35rem !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

body.armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part-style="listing-portfolio"] .armature-news-listing__actions,
.editor-styles-wrapper .armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part-style="listing-portfolio"] .armature-news-listing__actions {
  display: none !important;
}

body.armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part-style="listing-editorial"] .armature-news-listing__items,
.editor-styles-wrapper .armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part-style="listing-editorial"] .armature-news-listing__items {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(1.25rem, 2.25vw, 1.75rem) !important;
}

body.armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part-style="listing-editorial"] .armature-news-listing__card,
.editor-styles-wrapper .armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part-style="listing-editorial"] .armature-news-listing__card {
  display: grid !important;
  grid-template-columns: minmax(8.5rem, 1fr) minmax(0, 3fr) !important;
  gap: clamp(1rem, 2vw, 1.4rem) !important;
  align-items: start !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part-style="listing-editorial"] .armature-news-listing__image img,
.editor-styles-wrapper .armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part-style="listing-editorial"] .armature-news-listing__image img {
  aspect-ratio: 2 / 3 !important;
  object-fit: cover !important;
}

body.armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part-style="listing-editorial"] .armature-news-listing__actions,
.editor-styles-wrapper .armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part-style="listing-editorial"] .armature-news-listing__actions {
  display: none !important;
}

body.armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part-style="listing-default"] .armature-news-listing__items,
.editor-styles-wrapper .armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part-style="listing-default"] .armature-news-listing__items {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(0.9rem, 2vw, 1.25rem) !important;
}

body.armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part-style="listing-default"] .armature-news-listing__card,
.editor-styles-wrapper .armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part-style="listing-default"] .armature-news-listing__card {
  display: block !important;
  padding: 0 !important;
  border: 0 !important;
  background: var(--armature-color-surface-alt) !important;
}

body.armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part-style="listing-default"] .armature-news-listing__image img,
.editor-styles-wrapper .armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part-style="listing-default"] .armature-news-listing__image img {
  aspect-ratio: 16 / 9 !important;
  object-fit: cover !important;
}

body.armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part-style="listing-default"] .armature-news-listing__content,
.editor-styles-wrapper .armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part-style="listing-default"] .armature-news-listing__content {
  padding: 0.75rem 0.8rem 0.9rem !important;
}

body.armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part-style="listing-studio"] .armature-news-listing__items,
.editor-styles-wrapper .armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part-style="listing-studio"] .armature-news-listing__items {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1.25rem !important;
}

body.armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part-style="listing-studio"] .armature-news-listing__card,
.editor-styles-wrapper .armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part-style="listing-studio"] .armature-news-listing__card {
  display: block !important;
  padding: 1.35rem !important;
  border: 0 !important;
  background: var(--armature-color-surface-alt) !important;
}

body.armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part-style="listing-studio"] .armature-news-listing__image,
.editor-styles-wrapper .armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part-style="listing-studio"] .armature-news-listing__image {
  display: none !important;
}

@media (max-width: 639px) {
  body.armature-theme section.armature-module-home-hero.armature-home-hero--hero-editorial[data-armature-part="hero"] > .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme section.armature-module-home-hero.armature-home-hero--hero-editorial[data-armature-part="hero"] > .armature-home-hero__inner,
body.armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part-style="listing-default"] .armature-news-listing__items,
.editor-styles-wrapper .armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part-style="listing-default"] .armature-news-listing__items,
body.armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part-style="listing-studio"] .armature-news-listing__items,
.editor-styles-wrapper .armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part-style="listing-studio"] .armature-news-listing__items,
body.armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part-style="listing-portfolio"] .armature-news-listing__card,
.editor-styles-wrapper .armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part-style="listing-portfolio"] .armature-news-listing__card,
body.armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part-style="listing-editorial"] .armature-news-listing__card,
.editor-styles-wrapper .armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part-style="listing-editorial"] .armature-news-listing__card {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

body.armature-theme .wp-site-blocks section.armature-module-home-hero[class*="armature-home-hero--hero-"],
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-home-hero[class*="armature-home-hero--hero-"] {
  box-sizing: border-box !important;
}

body.armature-theme .wp-site-blocks section.armature-module-home-hero[class*="armature-home-hero--hero-"] > .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-home-hero[class*="armature-home-hero--hero-"] > .armature-home-hero__inner {
  display: grid !important;
  box-sizing: border-box !important;
}

body.armature-theme .wp-site-blocks section.armature-module-home-hero.armature-home-hero--selected-editorial,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-home-hero.armature-home-hero--selected-editorial,
body.armature-theme .wp-site-blocks section.armature-module-home-hero.armature-home-hero--hero-editorial,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-home-hero.armature-home-hero--hero-editorial {
  width: auto !important;
  max-width: none !important;
  margin-top: 0 !important;
  margin-block-start: 0 !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 0 !important;
  border: 0 !important;
  background: var(--armature-color-surface-alt) !important;
}

body.armature-theme .wp-site-blocks section.armature-module-home-hero.armature-home-hero--selected-editorial > .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-home-hero.armature-home-hero--selected-editorial > .armature-home-hero__inner,
body.armature-theme .wp-site-blocks section.armature-module-home-hero.armature-home-hero--hero-editorial > .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-home-hero.armature-home-hero--hero-editorial > .armature-home-hero__inner {
  width: min(calc(var(--wp--style--global--content-size, 1280px) + (var(--armature-shell-gutter, 50px) * 2)), 100%) !important;
  max-width: none !important;
  margin-inline: auto !important;
  padding-inline: var(--armature-shell-gutter, 50px) !important;
  padding-block: var(--armature-shell-gutter, 50px) !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) !important;
  gap: clamp(1.5rem, 3vw, 3rem) !important;
  align-items: center !important;
}

body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--native,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--native,
body.armature-theme .wp-site-blocks section.armature-module-news-listing[class*="armature-news-listing--listing-"],
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing[class*="armature-news-listing--listing-"] {
  width: 100% !important;
  max-width: var(--wp--style--global--content-size, 1280px) !important;
  margin-inline: auto !important;
  margin-block: clamp(1.75rem, 4vw, 2.75rem) !important;
}

body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--native > .armature-module__header,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--native > .armature-module__header,
body.armature-theme .wp-site-blocks section.armature-module-news-listing[class*="armature-news-listing--listing-"] > .armature-module__header,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing[class*="armature-news-listing--listing-"] > .armature-module__header {
  display: flex !important;
  align-items: baseline !important;
  justify-content: space-between !important;
  gap: 1rem !important;
  width: 100% !important;
  margin: 0 0 1.25rem !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--native > .armature-module__header .armature-module__header-actions,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--native > .armature-module__header .armature-module__header-actions,
body.armature-theme .wp-site-blocks section.armature-module-news-listing[class*="armature-news-listing--listing-"] > .armature-module__header .armature-module__header-actions,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing[class*="armature-news-listing--listing-"] > .armature-module__header .armature-module__header-actions {
  display: flex !important;
  justify-content: flex-end !important;
  margin-left: auto !important;
  padding: 0 !important;
  background: transparent !important;
}

body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-default .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-default .armature-news-listing__items,
body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-default .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-default .armature-news-listing__items,
body.armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-default"] .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-default"] .armature-news-listing__items {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(0.9rem, 2vw, 1.25rem) !important;
}

body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-default .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-default .armature-news-listing__card,
body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-default .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-default .armature-news-listing__card,
body.armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-default"] .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-default"] .armature-news-listing__card {
  display: block !important;
  padding: 0 !important;
  border: 0 !important;
  background: var(--armature-color-surface) !important;
  box-shadow: none !important;
  border-radius: var(--armature-surface-border-radius, 0) !important;
}

body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-default .armature-news-listing__image,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-default .armature-news-listing__image,
body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-default .armature-news-listing__image,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-default .armature-news-listing__image,
body.armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-default"] .armature-news-listing__image,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-default"] .armature-news-listing__image {
  display: block !important;
}

body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-default .armature-news-listing__image img,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-default .armature-news-listing__image img,
body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-default .armature-news-listing__image img,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-default .armature-news-listing__image img,
body.armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-default"] .armature-news-listing__image img,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-default"] .armature-news-listing__image img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
  object-fit: cover !important;
}

body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-default .armature-news-listing__content,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-default .armature-news-listing__content,
body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-default .armature-news-listing__content,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-default .armature-news-listing__content,
body.armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-default"] .armature-news-listing__content,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-default"] .armature-news-listing__content {
  padding: 0.75rem 0.8rem 0.9rem !important;
}

body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-editorial .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-editorial .armature-news-listing__items,
body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__items,
body.armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-editorial"] .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-editorial"] .armature-news-listing__items {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: clamp(1.25rem, 2.25vw, 1.75rem) !important;
}

body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-editorial .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-editorial .armature-news-listing__card,
body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__card,
body.armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-editorial"] .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-editorial"] .armature-news-listing__card {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 3fr) !important;
  gap: clamp(1rem, 2vw, 1.4rem) !important;
  align-items: start !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-editorial .armature-news-listing__image,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-editorial .armature-news-listing__image,
body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__image,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__image,
body.armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-editorial"] .armature-news-listing__image,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-editorial"] .armature-news-listing__image {
  display: block !important;
}

body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-editorial .armature-news-listing__image img,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-editorial .armature-news-listing__image img,
body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__image img,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__image img,
body.armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-editorial"] .armature-news-listing__image img,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-editorial"] .armature-news-listing__image img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  aspect-ratio: 2 / 3 !important;
  object-fit: cover !important;
}

body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-editorial .armature-news-listing__content,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-editorial .armature-news-listing__content,
body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__content,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__content,
body.armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-editorial"] .armature-news-listing__content,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-editorial"] .armature-news-listing__content {
  padding: 0 !important;
  background: transparent !important;
}

body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-editorial .armature-news-listing__actions,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-editorial .armature-news-listing__actions,
body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__actions,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__actions,
body.armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-editorial"] .armature-news-listing__actions,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-editorial"] .armature-news-listing__actions {
  display: none !important;
}

body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-portfolio .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-portfolio .armature-news-listing__items,
body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__items,
body.armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-portfolio"] .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-portfolio"] .armature-news-listing__items {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1.5rem !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-portfolio .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-portfolio .armature-news-listing__card,
body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__card,
body.armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-portfolio"] .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-portfolio"] .armature-news-listing__card {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr) !important;
  gap: 1.25rem !important;
  align-items: start !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: var(--armature-surface-border-radius, 0) !important;
}

body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-portfolio .armature-news-listing__image,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-portfolio .armature-news-listing__image,
body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__image,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__image,
body.armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-portfolio"] .armature-news-listing__image,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-portfolio"] .armature-news-listing__image {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  background: transparent !important;
}

body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-portfolio .armature-news-listing__image img,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-portfolio .armature-news-listing__image img,
body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__image img,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__image img,
body.armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-portfolio"] .armature-news-listing__image img,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-portfolio"] .armature-news-listing__image img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  object-position: center !important;
}

body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-portfolio .armature-news-listing__content,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-portfolio .armature-news-listing__content,
body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__content,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__content,
body.armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-portfolio"] .armature-news-listing__content,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-portfolio"] .armature-news-listing__content {
  display: grid !important;
  align-content: start !important;
  gap: 0.45rem !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-portfolio .armature-news-listing__card-title,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-portfolio .armature-news-listing__card-title,
body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__card-title,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__card-title,
body.armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-portfolio"] .armature-news-listing__card-title,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-portfolio"] .armature-news-listing__card-title {
  margin: 0 !important;
  font-size: clamp(1.1rem, 1.35vw, 1.3rem) !important;
  line-height: 1.1 !important;
  color: var(--armature-color-heading) !important;
}

body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-portfolio .armature-news-listing__excerpt,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-portfolio .armature-news-listing__excerpt,
body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__excerpt,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__excerpt,
body.armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-portfolio"] .armature-news-listing__excerpt,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-portfolio"] .armature-news-listing__excerpt {
  margin: 0 !important;
  max-width: 48ch !important;
  font-size: 0.9rem !important;
  line-height: 1.5 !important;
  color: var(--armature-color-text) !important;
}

body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-portfolio .armature-news-listing__actions,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-portfolio .armature-news-listing__actions,
body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__actions,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__actions,
body.armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-portfolio"] .armature-news-listing__actions,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-portfolio"] .armature-news-listing__actions {
  display: none !important;
  margin-top: 0 !important;
}

body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-portfolio .armature-news-listing__meta,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-portfolio .armature-news-listing__meta,
body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__meta,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__meta,
body.armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-portfolio"] .armature-news-listing__meta,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-portfolio"] .armature-news-listing__meta {
  margin: 0 !important;
  font-size: 0.72rem !important;
  opacity: 0.62 !important;
}

body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-studio .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-studio .armature-news-listing__items,
body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-studio .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-studio .armature-news-listing__items,
body.armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-studio"] .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-studio"] .armature-news-listing__items {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1.25rem !important;
}

body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-studio .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-studio .armature-news-listing__card,
body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-studio .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-studio .armature-news-listing__card,
body.armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-studio"] .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-studio"] .armature-news-listing__card {
  display: block !important;
  padding: 1.35rem !important;
  border: 0 !important;
  background: var(--armature-color-surface-alt) !important;
  box-shadow: none !important;
}

body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-studio .armature-news-listing__image,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-studio .armature-news-listing__image,
body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-studio .armature-news-listing__image,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-studio .armature-news-listing__image,
body.armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-studio"] .armature-news-listing__image,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-studio"] .armature-news-listing__image {
  display: none !important;
}

@media (max-width: 639px) {
  body.armature-theme .wp-site-blocks section.armature-module-home-hero.armature-home-hero--selected-editorial > .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-home-hero.armature-home-hero--selected-editorial > .armature-home-hero__inner,
body.armature-theme .wp-site-blocks section.armature-module-home-hero.armature-home-hero--hero-editorial > .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-home-hero.armature-home-hero--hero-editorial > .armature-home-hero__inner,
body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--native > .armature-module__header,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--native > .armature-module__header,
body.armature-theme .wp-site-blocks section.armature-module-news-listing[class*="armature-news-listing--listing-"] > .armature-module__header,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing[class*="armature-news-listing--listing-"] > .armature-module__header {
    display: grid !important;
    align-items: start !important;
  }

  body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-default .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-default .armature-news-listing__items,
body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-default .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-default .armature-news-listing__items,
body.armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-default"] .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-default"] .armature-news-listing__items,
body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-studio .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-studio .armature-news-listing__items,
body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-studio .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-studio .armature-news-listing__items,
body.armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-studio"] .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-studio"] .armature-news-listing__items,
body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-portfolio .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-portfolio .armature-news-listing__card,
body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__card,
body.armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-portfolio"] .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-portfolio"] .armature-news-listing__card,
body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-editorial .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--selected-editorial .armature-news-listing__card,
body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__card,
body.armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-editorial"] .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing[data-armature-part-style="listing-editorial"] .armature-news-listing__card {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (min-width: 640px) {
  body.armature-theme .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__items,
  body.armature-theme .armature-module-teasers.armature-teasers--highlights-editorial .armature-teasers__items,
  body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__items {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 1rem !important;
  }

  body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__items {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 1rem !important;
  }

  body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: clamp(1.5rem, 4vw, 2.5rem) !important;
    align-items: center !important;
  }

  body.armature-theme .armature-module-project-grid.armature-project-grid--grid-default .armature-project-grid__items,
  body.armature-theme .armature-module-project-grid.armature-project-grid--grid-editorial .armature-project-grid__items,
  body.armature-theme .armature-module-project-grid.armature-project-grid--grid-studio .armature-project-grid__items {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: clamp(1rem, 2vw, 1.35rem) !important;
  }

  body.armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__items {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: clamp(0.9rem, 1.8vw, 1.25rem) !important;
  }

  body.armature-theme .armature-module-news-listing.armature-news-listing--listing-default .armature-news-listing__items {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: clamp(0.9rem, 2vw, 1.25rem) !important;
  }

  body.armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__items,
  body.armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__items {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: clamp(1.25rem, 2.25vw, 1.75rem) !important;
  }

  body.armature-theme .armature-module-news-listing.armature-news-listing--listing-studio .armature-news-listing__items {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1.25rem !important;
  }
}

@media (min-width: 640px) and (max-width: 899px) {
  body.armature-theme .armature-module-news-listing.armature-news-listing--listing-default .armature-news-listing__items,
  body.armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part-style="listing-default"] .armature-news-listing__items,
  .editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-default .armature-news-listing__items,
  .editor-styles-wrapper .armature-theme section.armature-module-news-listing.armature-news-listing--native[data-armature-part-style="listing-default"] .armature-news-listing__items,
  body.armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__items,
  .editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__items,
  body.armature-theme .armature-project-grid--grid-portfolio .armature-project-grid__items,
  .editor-styles-wrapper .armature-theme .armature-project-grid--grid-portfolio .armature-project-grid__items {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 840px) {
  body.armature-theme .armature-page-shell--home > .armature-module-home-hero:first-child:not(.has-background):not([style*="background-image"]),
  .editor-styles-wrapper .armature-theme .armature-page-shell--home > .armature-module-home-hero:first-child:not(.has-background):not([style*="background-image"]) {
    padding-top: clamp(1.25rem, 4vw, 2.25rem) !important;
    padding-block-start: clamp(1.25rem, 4vw, 2.25rem) !important;
  }
}

@media (max-width: 639px) {
  body.armature-theme .armature-module__header,
  .editor-styles-wrapper .armature-theme .armature-module__header {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: start !important;
    justify-content: start !important;
    gap: 0.75rem !important;
  }

  body.armature-theme .armature-module__header-actions,
  .editor-styles-wrapper .armature-theme .armature-module__header-actions,
  body.armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--native > .armature-module__header .armature-module__header-actions,
  .editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing.armature-news-listing--native > .armature-module__header .armature-module__header-actions,
  body.armature-theme .wp-site-blocks section.armature-module-news-listing[class*="armature-news-listing--listing-"] > .armature-module__header .armature-module__header-actions,
  .editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-news-listing[class*="armature-news-listing--listing-"] > .armature-module__header .armature-module__header-actions {
    width: auto !important;
    margin-left: 0 !important;
    justify-content: flex-start !important;
    justify-self: start !important;
    text-align: left !important;
  }

  body.armature-theme .armature-module__header-actions .armature-module__link,
  .editor-styles-wrapper .armature-theme .armature-module__header-actions .armature-module__link {
    margin-left: 0 !important;
  }
}

body.armature-theme .armature-module-home-hero[class*="armature-home-hero--hero-"] > .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme .armature-module-home-hero[class*="armature-home-hero--hero-"] > .armature-home-hero__inner {
  display: grid !important;
}

body.armature-theme .armature-module-home-hero.armature-home-hero--hero-editorial,
.editor-styles-wrapper .armature-theme .armature-module-home-hero.armature-home-hero--hero-editorial {
  width: auto !important;
  max-width: none !important;
  margin-top: 0 !important;
  margin-block-start: 0 !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 0 !important;
  border: 0 !important;
  background: var(--armature-color-surface-alt) !important;
}

body.armature-theme .armature-module-home-hero.armature-home-hero--hero-editorial > .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme .armature-module-home-hero.armature-home-hero--hero-editorial > .armature-home-hero__inner {
  width: min(calc(var(--wp--style--global--content-size, 1280px) + (var(--armature-shell-gutter, 50px) * 2)), 100%) !important;
  max-width: none !important;
  margin-inline: auto !important;
  padding-inline: var(--armature-shell-gutter, 50px) !important;
  padding-block: var(--armature-shell-gutter, 50px) !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) !important;
  gap: clamp(1.5rem, 3vw, 3rem) !important;
  align-items: center !important;
}

body.armature-theme .armature-module-project-grid[class*="armature-project-grid--grid-"] .armature-project-grid__image img,
.editor-styles-wrapper .armature-theme .armature-module-project-grid[class*="armature-project-grid--grid-"] .armature-project-grid__image img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  object-fit: cover !important;
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-default .armature-project-grid__image img,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-default .armature-project-grid__image img {
  aspect-ratio: 1 / 1 !important;
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-editorial .armature-project-grid__image img,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-editorial .armature-project-grid__image img,
body.armature-theme .armature-module-project-grid.armature-project-grid--grid-studio .armature-project-grid__image img,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-studio .armature-project-grid__image img {
  aspect-ratio: 2 / 3 !important;
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__image,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__image {
  margin: 0 !important;
  aspect-ratio: 1 / 1 !important;
  background: var(--armature-color-surface-alt) !important;
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__image img,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__image img {
  height: 100% !important;
  aspect-ratio: 1 / 1 !important;
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-studio .armature-project-grid__content,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-studio .armature-project-grid__content {
  display: none !important;
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-default .armature-project-grid__content,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-default .armature-project-grid__content {
  padding: 0.75rem 0.8rem 0.9rem !important;
  text-align: left !important;
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__content,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__content {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  display: grid !important;
  place-items: center !important;
  align-content: center !important;
  padding: clamp(1rem, 2vw, 1.35rem) !important;
  text-align: center !important;
  color: #fff !important;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.78) 0%,
    rgba(0, 0, 0, 0.48) 52%,
    rgba(0, 0, 0, 0.12) 100%
  ) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 220ms ease !important;
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__card:hover .armature-project-grid__content,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__card:hover .armature-project-grid__content,
body.armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__card:focus-within .armature-project-grid__content,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__card:focus-within .armature-project-grid__content {
  opacity: 1 !important;
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__card-title,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__card-title {
  color: inherit !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.65) !important;
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__meta,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__meta,
body.armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__excerpt,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__excerpt {
  display: none !important;
}

@media (hover: none), (pointer: coarse), (max-width: 700px) {
  body.armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__content,
  .editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-portfolio .armature-project-grid__content {
    align-content: end !important;
    place-items: end start !important;
    text-align: left !important;
    opacity: 1 !important;
  }
}

body.armature-theme .armature-module-project-grid.armature-project-grid--grid-editorial .armature-project-grid__content,
.editor-styles-wrapper .armature-theme .armature-module-project-grid.armature-project-grid--grid-editorial .armature-project-grid__content {
  padding: 0 !important;
  text-align: left !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__card {
  display: grid !important;
  grid-template-columns: minmax(8.5rem, 1fr) minmax(0, 3fr) !important;
  gap: clamp(1rem, 2vw, 1.4rem) !important;
  align-items: start !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__card {
  display: grid !important;
  grid-template-columns: minmax(8.5rem, 1fr) minmax(0, 2fr) !important;
  gap: 1.25rem !important;
  align-items: start !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__image img,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__image img {
  aspect-ratio: 2 / 3 !important;
  object-fit: cover !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__image img,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__image img {
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__content,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__content,
body.armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__content,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__content {
  padding: 0 !important;
  background: transparent !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__actions,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__actions,
body.armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__actions,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__actions {
  display: none !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__excerpt,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__excerpt {
  max-width: 48ch !important;
  font-size: 0.9rem !important;
  line-height: 1.5 !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-studio .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-studio .armature-news-listing__card {
  display: block !important;
  background: var(--armature-color-surface-alt) !important;
  border: 0 !important;
  padding: 1.35rem !important;
}

body.armature-theme .armature-module-news-listing.armature-news-listing--listing-studio .armature-news-listing__image,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-studio .armature-news-listing__image {
  display: none !important;
}

@media (max-width: 639px) {
  body.armature-theme .armature-module-home-hero[class*="armature-home-hero--hero-"] > .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme .armature-module-home-hero[class*="armature-home-hero--hero-"] > .armature-home-hero__inner,
body.armature-theme .armature-module-teasers[class*="armature-teasers--highlights-"] .armature-teasers__items,
.editor-styles-wrapper .armature-theme .armature-module-teasers[class*="armature-teasers--highlights-"] .armature-teasers__items,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__row,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__row,
body.armature-theme .armature-module-project-grid[class*="armature-project-grid--grid-"] .armature-project-grid__items,
.editor-styles-wrapper .armature-theme .armature-module-project-grid[class*="armature-project-grid--grid-"] .armature-project-grid__items,
body.armature-theme .armature-module-news-listing.armature-news-listing--listing-default .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-default .armature-news-listing__items,
body.armature-theme .armature-module-news-listing.armature-news-listing--listing-studio .armature-news-listing__items,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-studio .armature-news-listing__items,
body.armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-editorial .armature-news-listing__card,
body.armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__card,
.editor-styles-wrapper .armature-theme .armature-module-news-listing.armature-news-listing--listing-portfolio .armature-news-listing__card {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

body.armature-theme .wp-site-blocks section.armature-module-home-hero[class*="armature-home-hero--hero-"] > .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-home-hero[class*="armature-home-hero--hero-"] > .armature-home-hero__inner,
body.armature-theme .wp-site-blocks section.armature-module-home-hero[class*="armature-home-hero--selected-"] > .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-home-hero[class*="armature-home-hero--selected-"] > .armature-home-hero__inner,
body.armature-theme .armature-module-home-hero[class*="armature-home-hero--hero-"] .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme .armature-module-home-hero[class*="armature-home-hero--hero-"] .armature-home-hero__inner,
body.armature-theme .armature-module-home-hero[class*="armature-home-hero--selected-"] .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme .armature-module-home-hero[class*="armature-home-hero--selected-"] .armature-home-hero__inner {
  display: flex !important;
  flex-wrap: nowrap !important;
  box-sizing: border-box !important;
  gap: clamp(1.5rem, 3vw, 3rem) !important;
  align-items: center !important;
  grid-template-columns: none !important;
}

body.armature-theme .armature-module-home-hero .armature-home-hero__content,
.editor-styles-wrapper .armature-theme .armature-module-home-hero .armature-home-hero__content {
  min-width: 0 !important;
  flex: 1 1 66.6667%;
  max-width: none !important;
}

body.armature-theme .armature-module-home-hero .armature-home-hero__media,
.editor-styles-wrapper .armature-theme .armature-module-home-hero .armature-home-hero__media {
  min-width: 0 !important;
  flex: 1 1 33.3333%;
  max-width: none !important;
}

body.armature-theme .armature-module-home-hero .armature-home-hero__inner > .wp-block-column,
.editor-styles-wrapper .armature-theme .armature-module-home-hero .armature-home-hero__inner > .wp-block-column,
body.armature-theme .armature-module-home-hero .wp-block-columns.armature-home-hero__inner > .wp-block-column,
.editor-styles-wrapper .armature-theme .armature-module-home-hero .wp-block-columns.armature-home-hero__inner > .wp-block-column {
  min-width: 0 !important;
  max-width: none !important;
}

body.armature-theme .wp-site-blocks section.armature-module-home-hero.armature-home-hero--selected-editorial,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-home-hero.armature-home-hero--selected-editorial,
body.armature-theme .wp-site-blocks section.armature-module-home-hero.armature-home-hero--hero-editorial,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-home-hero.armature-home-hero--hero-editorial,
body.armature-theme section.armature-module-home-hero[data-armature-part-style="hero-editorial"],
.editor-styles-wrapper .armature-theme section.armature-module-home-hero[data-armature-part-style="hero-editorial"] {
  width: auto !important;
  max-width: none !important;
  margin-top: 0 !important;
  margin-block-start: 0 !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 0 !important;
  border: 0 !important;
  background: var(--armature-color-surface-alt) !important;
}

body.armature-theme .wp-site-blocks section.armature-module-home-hero.armature-home-hero--selected-editorial > .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-home-hero.armature-home-hero--selected-editorial > .armature-home-hero__inner,
body.armature-theme .wp-site-blocks section.armature-module-home-hero.armature-home-hero--hero-editorial > .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-home-hero.armature-home-hero--hero-editorial > .armature-home-hero__inner,
body.armature-theme section.armature-module-home-hero[data-armature-part-style="hero-editorial"] > .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme section.armature-module-home-hero[data-armature-part-style="hero-editorial"] > .armature-home-hero__inner {
  width: min(calc(var(--wp--style--global--content-size, 1280px) + (var(--armature-shell-gutter, 50px) * 2)), 100%) !important;
  max-width: none !important;
  margin-inline: auto !important;
  padding-inline: var(--armature-shell-gutter, 50px) !important;
  padding-block: var(--armature-shell-gutter, 50px) !important;
}

body.armature-theme .armature-module-home-hero .armature-home-hero__image,
.editor-styles-wrapper .armature-theme .armature-module-home-hero .armature-home-hero__image,
body.armature-theme .armature-module-home-hero .wp-block-image img,
.editor-styles-wrapper .armature-theme .armature-module-home-hero .wp-block-image img {
  display: block !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
}

@media (max-width: 639px) {
  body.armature-theme .wp-site-blocks section.armature-module-home-hero[class*="armature-home-hero--hero-"] > .armature-home-hero__inner,
  body.armature-theme .wp-site-blocks section.armature-module-home-hero[class*="armature-home-hero--selected-"] > .armature-home-hero__inner,
  body.armature-theme .armature-module-home-hero[class*="armature-home-hero--hero-"] .armature-home-hero__inner,
  body.armature-theme .armature-module-home-hero[class*="armature-home-hero--selected-"] .armature-home-hero__inner {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
  }

  body.armature-theme .armature-module-home-hero .armature-home-hero__content,
  body.armature-theme .armature-module-home-hero .armature-home-hero__media,
  body.armature-theme .armature-module-home-hero .armature-home-hero__inner > .wp-block-column,
  body.armature-theme .armature-module-home-hero .wp-block-columns.armature-home-hero__inner > .wp-block-column {
    flex-basis: auto !important;
    width: 100% !important;
  }
}

body.armature-theme .wp-site-blocks section.armature-module-home-hero[class*="armature-home-hero--hero-"] > .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-home-hero[class*="armature-home-hero--hero-"] > .armature-home-hero__inner,
body.armature-theme .wp-site-blocks section.armature-module-home-hero[class*="armature-home-hero--selected-"] > .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme .wp-site-blocks section.armature-module-home-hero[class*="armature-home-hero--selected-"] > .armature-home-hero__inner,
body.armature-theme .armature-module-home-hero[class*="armature-home-hero--hero-"] .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme .armature-module-home-hero[class*="armature-home-hero--hero-"] .armature-home-hero__inner,
body.armature-theme .armature-module-home-hero[class*="armature-home-hero--selected-"] .armature-home-hero__inner,
.editor-styles-wrapper .armature-theme .armature-module-home-hero[class*="armature-home-hero--selected-"] .armature-home-hero__inner,
body.armature-theme .wp-block-columns.armature-home-hero__inner,
.editor-styles-wrapper .armature-theme .wp-block-columns.armature-home-hero__inner {
  display: flex !important;
  flex-wrap: nowrap !important;
  grid-template-columns: none !important;
  box-sizing: border-box !important;
  align-items: center !important;
}

body.armature-theme .armature-module-home-hero .armature-home-hero__inner > .wp-block-column,
.editor-styles-wrapper .armature-theme .armature-module-home-hero .armature-home-hero__inner > .wp-block-column,
body.armature-theme .wp-block-columns.armature-home-hero__inner > .wp-block-column,
.editor-styles-wrapper .armature-theme .wp-block-columns.armature-home-hero__inner > .wp-block-column {
  min-width: 0 !important;
  max-width: none !important;
}

body.armature-theme .wp-block-post-content > .wp-block-columns,
.editor-styles-wrapper .armature-theme .wp-block-post-content > .wp-block-columns,
body.armature-theme .entry-content > .wp-block-columns,
.editor-styles-wrapper .armature-theme .entry-content > .wp-block-columns,
body.armature-theme .wp-site-blocks main > .wp-block-columns,
.editor-styles-wrapper .armature-theme .wp-site-blocks main > .wp-block-columns,
body.armature-theme .wp-block-group > .wp-block-columns:not(.armature-featured-work__card):not(.armature-contact-panel__inner):not(.armature-about-preview__inner),
.editor-styles-wrapper .armature-theme .wp-block-group > .wp-block-columns:not(.armature-featured-work__card):not(.armature-contact-panel__inner):not(.armature-about-preview__inner),
body.armature-theme .armature-module__body > .wp-block-columns,
.editor-styles-wrapper .armature-theme .armature-module__body > .wp-block-columns {
  display: flex !important;
  flex-wrap: nowrap !important;
  grid-template-columns: none !important;
}

body.armature-theme .wp-block-post-content > .wp-block-columns > .wp-block-column,
.editor-styles-wrapper .armature-theme .wp-block-post-content > .wp-block-columns > .wp-block-column,
body.armature-theme .entry-content > .wp-block-columns > .wp-block-column,
.editor-styles-wrapper .armature-theme .entry-content > .wp-block-columns > .wp-block-column,
body.armature-theme .wp-site-blocks main > .wp-block-columns > .wp-block-column,
.editor-styles-wrapper .armature-theme .wp-site-blocks main > .wp-block-columns > .wp-block-column,
body.armature-theme .wp-block-group > .wp-block-columns:not(.armature-featured-work__card):not(.armature-contact-panel__inner):not(.armature-about-preview__inner) > .wp-block-column,
.editor-styles-wrapper .armature-theme .wp-block-group > .wp-block-columns:not(.armature-featured-work__card):not(.armature-contact-panel__inner):not(.armature-about-preview__inner) > .wp-block-column,
body.armature-theme .armature-module__body > .wp-block-columns > .wp-block-column,
.editor-styles-wrapper .armature-theme .armature-module__body > .wp-block-columns > .wp-block-column {
  min-width: 0 !important;
  max-width: none !important;
}

body.armature-theme .armature-module-featured-work .armature-featured-work__card,
.editor-styles-wrapper .armature-theme .armature-module-featured-work .armature-featured-work__card,
body.armature-theme .wp-block-columns.armature-featured-work__card,
.editor-styles-wrapper .armature-theme .wp-block-columns.armature-featured-work__card {
  display: grid !important;
}

body.armature-theme .armature-module-contact-panel .armature-contact-panel__inner,
.editor-styles-wrapper .armature-theme .armature-module-contact-panel .armature-contact-panel__inner,
body.armature-theme .wp-block-columns.armature-contact-panel__inner,
.editor-styles-wrapper .armature-theme .wp-block-columns.armature-contact-panel__inner {
  display: grid !important;
}

@media (max-width: 639px) {
  body.armature-theme .wp-site-blocks section.armature-module-home-hero[class*="armature-home-hero--hero-"] > .armature-home-hero__inner,
  body.armature-theme .wp-site-blocks section.armature-module-home-hero[class*="armature-home-hero--selected-"] > .armature-home-hero__inner,
  body.armature-theme .armature-module-home-hero[class*="armature-home-hero--hero-"] .armature-home-hero__inner,
  body.armature-theme .armature-module-home-hero[class*="armature-home-hero--selected-"] .armature-home-hero__inner,
  body.armature-theme .wp-block-columns.armature-home-hero__inner,
  body.armature-theme .wp-block-post-content > .wp-block-columns,
  body.armature-theme .entry-content > .wp-block-columns,
  body.armature-theme .wp-site-blocks main > .wp-block-columns,
  body.armature-theme .wp-block-group > .wp-block-columns:not(.armature-featured-work__card):not(.armature-contact-panel__inner):not(.armature-about-preview__inner),
  body.armature-theme .armature-module__body > .wp-block-columns {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
  }

  body.armature-theme .armature-module-home-hero .armature-home-hero__inner > .wp-block-column,
  body.armature-theme .wp-block-columns.armature-home-hero__inner > .wp-block-column,
  body.armature-theme .wp-block-post-content > .wp-block-columns > .wp-block-column,
  body.armature-theme .entry-content > .wp-block-columns > .wp-block-column,
  body.armature-theme .wp-site-blocks main > .wp-block-columns > .wp-block-column,
  body.armature-theme .wp-block-group > .wp-block-columns:not(.armature-featured-work__card):not(.armature-contact-panel__inner):not(.armature-about-preview__inner) > .wp-block-column,
  body.armature-theme .armature-module__body > .wp-block-columns > .wp-block-column {
    flex-basis: auto !important;
    width: 100% !important;
  }
}

body.armature-theme .wp-site-blocks main:has(.armature-page-shell--home .armature-home-hero--hero-editorial),
.editor-styles-wrapper .armature-theme .wp-site-blocks main:has(.armature-page-shell--home .armature-home-hero--hero-editorial),
body.armature-theme .wp-site-blocks main:has(.armature-page-shell--home [data-armature-part-style="hero-editorial"]),
.editor-styles-wrapper .armature-theme .wp-site-blocks main:has(.armature-page-shell--home [data-armature-part-style="hero-editorial"]),
body.armature-theme main#wp--skip-link--target:has(.armature-home-hero--hero-editorial),
.editor-styles-wrapper .armature-theme main#wp--skip-link--target:has(.armature-home-hero--hero-editorial),
body.armature-theme main#wp--skip-link--target:has([data-armature-part-style="hero-editorial"]),
.editor-styles-wrapper .armature-theme main#wp--skip-link--target:has([data-armature-part-style="hero-editorial"]) {
  margin-top: 0 !important;
  margin-block-start: 0 !important;
  padding-top: 0 !important;
}

body.armature-theme .wp-site-blocks main:has(.armature-page-shell--home .armature-home-hero--hero-editorial) > .wp-block-group,
.editor-styles-wrapper .armature-theme .wp-site-blocks main:has(.armature-page-shell--home .armature-home-hero--hero-editorial) > .wp-block-group,
body.armature-theme .wp-site-blocks main:has(.armature-page-shell--home [data-armature-part-style="hero-editorial"]) > .wp-block-group,
.editor-styles-wrapper .armature-theme .wp-site-blocks main:has(.armature-page-shell--home [data-armature-part-style="hero-editorial"]) > .wp-block-group,
body.armature-theme main#wp--skip-link--target:has(.armature-home-hero--hero-editorial) > .wp-block-group,
.editor-styles-wrapper .armature-theme main#wp--skip-link--target:has(.armature-home-hero--hero-editorial) > .wp-block-group,
body.armature-theme main#wp--skip-link--target:has([data-armature-part-style="hero-editorial"]) > .wp-block-group,
.editor-styles-wrapper .armature-theme main#wp--skip-link--target:has([data-armature-part-style="hero-editorial"]) > .wp-block-group,
body.armature-theme .entry-content:has(> .armature-page-shell .armature-home-hero--hero-editorial),
.editor-styles-wrapper .armature-theme .entry-content:has(> .armature-page-shell .armature-home-hero--hero-editorial),
body.armature-theme .entry-content:has(> .armature-page-shell [data-armature-part-style="hero-editorial"]),
.editor-styles-wrapper .armature-theme .entry-content:has(> .armature-page-shell [data-armature-part-style="hero-editorial"]),
body.armature-theme .armature-page-shell--home:has(> .armature-home-hero--hero-editorial),
.editor-styles-wrapper .armature-theme .armature-page-shell--home:has(> .armature-home-hero--hero-editorial),
body.armature-theme .armature-page-shell--home:has(> [data-armature-part-style="hero-editorial"]),
.editor-styles-wrapper .armature-theme .armature-page-shell--home:has(> [data-armature-part-style="hero-editorial"]) {
  margin-top: 0 !important;
  margin-block-start: 0 !important;
  padding-top: 0 !important;
}

body.armature-theme .armature-page-shell--home > .armature-module-home-hero.armature-home-hero--hero-editorial:first-child,
.editor-styles-wrapper .armature-theme .armature-page-shell--home > .armature-module-home-hero.armature-home-hero--hero-editorial:first-child,
body.armature-theme .armature-page-shell--home > .armature-module-home-hero[data-armature-part-style="hero-editorial"]:first-child,
.editor-styles-wrapper .armature-theme .armature-page-shell--home > .armature-module-home-hero[data-armature-part-style="hero-editorial"]:first-child,
body.armature-theme .entry-content .armature-page-shell--home > .armature-module-home-hero.armature-home-hero--hero-editorial:first-child,
.editor-styles-wrapper .armature-theme .entry-content .armature-page-shell--home > .armature-module-home-hero.armature-home-hero--hero-editorial:first-child,
body.armature-theme .entry-content .armature-page-shell--home > .armature-module-home-hero[data-armature-part-style="hero-editorial"]:first-child,
.editor-styles-wrapper .armature-theme .entry-content .armature-page-shell--home > .armature-module-home-hero[data-armature-part-style="hero-editorial"]:first-child {
  margin-top: 0 !important;
  margin-block-start: 0 !important;
}

body.armature-theme .armature-module-home-hero.armature-home-hero--hero-editorial,
.editor-styles-wrapper .armature-theme .armature-module-home-hero.armature-home-hero--hero-editorial,
body.armature-theme .armature-module-home-hero[data-armature-part-style="hero-editorial"],
.editor-styles-wrapper .armature-theme .armature-module-home-hero[data-armature-part-style="hero-editorial"] {
  width: auto !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 0 !important;
  border: 0 !important;
  background: var(--armature-color-surface-alt) !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__card::before,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__card::before,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__link::after,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__link::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  display: block !important;
  pointer-events: none !important;
  background: linear-gradient(
    to top,
    color-mix(in srgb, var(--armature-color-heading) 64%, transparent) 0%,
    color-mix(in srgb, var(--armature-color-heading) 30%, transparent) 50%,
    color-mix(in srgb, var(--armature-color-heading) 14%, transparent) 100%
  ) !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__link,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__link {
  position: relative !important;
  z-index: 0 !important;
  display: block !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  isolation: isolate !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__image,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__image {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__image img,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__image img {
  position: relative !important;
  z-index: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

@media (prefers-reduced-motion: reduce) {
  body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio :is(.armature-teasers__card, .wp-block-column):hover .armature-teasers__image img,
  body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio :is(.armature-teasers__card, .wp-block-column):focus-within .armature-teasers__image img,
  body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__card:hover .armature-teasers__image img,
  body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__card:focus-within .armature-teasers__image img,
  body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__link:hover .armature-teasers__image img,
  body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__link:focus-visible .armature-teasers__image img {
    transform: none !important;
  }
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__content,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__content {
  position: absolute !important;
  inset: 0 !important;
  z-index: 5 !important;
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  height: 100% !important;
  padding: 1rem !important;
  margin: 0 !important;
  background: transparent !important;
  pointer-events: none !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__title,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__title {
  position: relative !important;
  z-index: 6 !important;
  left: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  display: block !important;
  width: auto !important;
  max-width: calc(100% - 1rem) !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  color: var(--armature-color-canvas) !important;
  text-align: center !important;
  text-shadow: 0 2px 12px color-mix(in srgb, var(--armature-color-heading) 50%, transparent) !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__excerpt,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__excerpt,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__actions,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__actions {
  display: none !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__card,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__card {
  position: relative !important;
  display: block !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  isolation: isolate !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__card::before,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__card::before,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__card::after,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__card::after {
  content: none !important;
  display: none !important;
  opacity: 0 !important;
  z-index: -1 !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__link,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__link {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: auto !important;
  overflow: hidden !important;
  isolation: isolate !important;
  background: transparent !important;
  color: inherit !important;
  text-decoration: none !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__link::before,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__link::before {
  content: none !important;
  display: none !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__link::after,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__link::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  display: block !important;
  pointer-events: none !important;
  background: linear-gradient(
    to top,
    color-mix(in srgb, var(--armature-color-heading) 58%, transparent) 0%,
    color-mix(in srgb, var(--armature-color-heading) 34%, transparent) 52%,
    color-mix(in srgb, var(--armature-color-heading) 18%, transparent) 100%
  ) !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__image,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__image {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  aspect-ratio: auto !important;
  overflow: hidden !important;
  background: var(--armature-color-surface-alt) !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__image img,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__image img {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  object-fit: cover !important;
  transform: none !important;
  transform-origin: center !important;
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1) !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__card:hover .armature-teasers__image img,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__card:focus-within .armature-teasers__image img,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__link:hover .armature-teasers__image img,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__link:focus-visible .armature-teasers__image img,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__card:hover .armature-teasers__image img,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__card:focus-within .armature-teasers__image img {
  transform: scale(1.02) !important;
}

@media (prefers-reduced-motion: reduce) {
  body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio :is(.armature-teasers__card, .wp-block-column):hover .armature-teasers__image img,
  body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio :is(.armature-teasers__card, .wp-block-column):focus-within .armature-teasers__image img,
  body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__link:hover .armature-teasers__image img,
  body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio .armature-teasers__link:focus-visible .armature-teasers__image img,
  body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__card:hover .armature-teasers__image img,
  body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__card:focus-within .armature-teasers__image img,
  body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__link:hover .armature-teasers__image img,
  body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__link:focus-visible .armature-teasers__image img {
    transform: none !important;
  }
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__content,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__content {
  position: absolute !important;
  inset: 0 !important;
  z-index: 4 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 1rem !important;
  background: transparent !important;
  text-align: center !important;
  pointer-events: none !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__title,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__title {
  position: static !important;
  z-index: 5 !important;
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  color: var(--armature-color-canvas) !important;
  font-family: var(--armature-font-heading) !important;
  font-size: clamp(1.05rem, 1.45vw, 1.3rem) !important;
  font-weight: 600 !important;
  line-height: 1.08 !important;
  text-align: center !important;
  text-shadow: 0 2px 12px color-mix(in srgb, var(--armature-color-heading) 58%, transparent) !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__title a,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__title a {
  color: inherit !important;
  text-decoration: none !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__excerpt,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__excerpt,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__actions,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__actions,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__button,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__button {
  display: none !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__content,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__content,
body.armature-theme.armature-template--studio .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__content,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__content,
body.armature-theme.armature-template--default .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__content,
.editor-styles-wrapper .armature-theme.armature-template--default .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__content,
body.armature-theme.armature-template--editorial .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__content,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__content,
body.armature-theme.armature-template--portfolio .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__content,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__content {
  position: absolute !important;
  inset: 0 !important;
  z-index: 4 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  align-content: center !important;
  justify-items: center !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  padding: 1rem !important;
  box-sizing: border-box !important;
  background: transparent !important;
  text-align: center !important;
  pointer-events: none !important;
  transform: none !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__title,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__title,
body.armature-theme.armature-template--studio .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__title,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__title,
body.armature-theme.armature-template--default .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__title,
.editor-styles-wrapper .armature-theme.armature-template--default .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__title,
body.armature-theme.armature-template--editorial .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__title,
.editor-styles-wrapper .armature-theme.armature-template--editorial .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__title,
body.armature-theme.armature-template--portfolio .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__title,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__title {
  position: static !important;
  inset: auto !important;
  z-index: 5 !important;
  display: block !important;
  grid-column: auto !important;
  grid-row: auto !important;
  align-self: center !important;
  justify-self: center !important;
  place-self: center !important;
  width: auto !important;
  max-width: calc(100% - 1rem) !important;
  min-width: 0 !important;
  margin: 0 auto !important;
  padding: 0 !important;
  transform: none !important;
  color: var(--armature-color-canvas) !important;
  font-family: var(--armature-font-heading) !important;
  font-size: clamp(1.05rem, 1.45vw, 1.3rem) !important;
  font-weight: 600 !important;
  line-height: 1.08 !important;
  text-align: center !important;
  text-shadow: 0 2px 12px color-mix(in srgb, var(--armature-color-heading) 58%, transparent) !important;
}

body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__title > a,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__title > a,
body.armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__title a,
.editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-portfolio.armature-teasers--native .armature-teasers__title a {
  color: inherit !important;
  text-decoration: none !important;
}

body.armature-admin-editor.armature-editor-kind--news .editor-styles-wrapper,
body.armature-admin-editor.armature-editor-kind--project .editor-styles-wrapper {
  background: var(--armature-color-surface);
  color: var(--armature-color-text);
  font-family: var(--armature-font-body);
  font-size: clamp(0.98rem, 0.9vw, 1.05rem);
  line-height: 1.6;
}

body.armature-admin-editor.armature-editor-kind--news .editor-styles-wrapper .block-editor-writing-flow,
body.armature-admin-editor.armature-editor-kind--project .editor-styles-wrapper .block-editor-writing-flow {
  background: var(--armature-color-surface);
}

body.armature-admin-editor.armature-editor-kind--news .editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper,
body.armature-admin-editor.armature-editor-kind--news .editor-styles-wrapper .editor-visual-editor__post-title-wrapper,
body.armature-admin-editor.armature-editor-kind--project .editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper,
body.armature-admin-editor.armature-editor-kind--project .editor-styles-wrapper .editor-visual-editor__post-title-wrapper {
  box-sizing: border-box;
  max-width: var(--wp--style--global--content-size, 1280px);
  margin: clamp(2rem, 4vw, 3.5rem) auto clamp(2.25rem, 4vw, 4rem) !important;
  padding-inline: var(--armature-shell-gutter, 50px);
}

body.armature-admin-editor.armature-editor-kind--news .editor-styles-wrapper .editor-post-title__input,
body.armature-admin-editor.armature-editor-kind--project .editor-styles-wrapper .editor-post-title__input {
  color: var(--armature-color-heading);
  font-family: var(--armature-font-heading);
  font-size: clamp(2rem, 3.4vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

body.armature-admin-editor.armature-editor-kind--news .editor-styles-wrapper .is-root-container,
body.armature-admin-editor.armature-editor-kind--project .editor-styles-wrapper .is-root-container {
  box-sizing: border-box;
  max-width: var(--wp--style--global--content-size, 1280px);
  margin-inline: auto;
  padding-inline: var(--armature-shell-gutter, 50px);
}

body.armature-admin-editor.armature-editor-kind--news .editor-styles-wrapper .is-root-container > *,
body.armature-admin-editor.armature-editor-kind--project .editor-styles-wrapper .is-root-container > * {
  max-width: 100%;
}

body.armature-admin-editor.armature-editor-kind--news .editor-styles-wrapper p,
body.armature-admin-editor.armature-editor-kind--project .editor-styles-wrapper p {
  color: var(--armature-color-text);
  font-family: var(--armature-font-body);
  font-size: clamp(0.98rem, 0.9vw, 1.05rem);
  line-height: 1.65;
}

body.armature-admin-editor.armature-editor-kind--news .editor-styles-wrapper h1,
body.armature-admin-editor.armature-editor-kind--news .editor-styles-wrapper h2,
body.armature-admin-editor.armature-editor-kind--news .editor-styles-wrapper h3,
body.armature-admin-editor.armature-editor-kind--project .editor-styles-wrapper h1,
body.armature-admin-editor.armature-editor-kind--project .editor-styles-wrapper h2,
body.armature-admin-editor.armature-editor-kind--project .editor-styles-wrapper h3 {
  color: var(--armature-color-heading);
  font-family: var(--armature-font-heading);
  letter-spacing: -0.025em;
}

body.armature-admin-editor.armature-editor-kind--news .editor-styles-wrapper .wp-block-columns,
body.armature-admin-editor.armature-editor-kind--project .editor-styles-wrapper .wp-block-columns {
  gap: clamp(2rem, 4vw, 4rem);
  align-items: flex-start;
}

body.armature-admin-editor.armature-editor-kind--news .editor-styles-wrapper .wp-block-image img,
body.armature-admin-editor.armature-editor-kind--project .editor-styles-wrapper .wp-block-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

body.armature-admin-editor .editor-styles-wrapper .armature-module,
body.armature-admin-editor .editor-styles-wrapper .wp-block-armature-page-shell {
  color: var(--armature-color-text);
  font-family: var(--armature-font-body);
}

body.armature-admin-editor .editor-styles-wrapper .armature-module__editor-header,
body.armature-admin-editor .editor-styles-wrapper .armature-editor-layout-panel,
body.armature-admin-editor .editor-styles-wrapper .armature-editor-fields {
  border-color: var(--armature-color-border);
  background: color-mix(in srgb, var(--armature-color-surface) 88%, var(--armature-color-surface-alt));
  color: var(--armature-color-text);
}

body.armature-admin-editor .editor-styles-wrapper .armature-module__editor-header :where(button, .components-button),
body.armature-admin-editor .editor-styles-wrapper .armature-module__editor-actions :where(button, .components-button, a),
body.armature-admin-editor .editor-styles-wrapper .armature-editor-layout-panel :where(button, .components-button, a) {
  border-color: var(--armature-color-accent);
  color: var(--armature-color-accent);
}

body.armature-admin-editor .editor-styles-wrapper .armature-module__editor-header :where(button, .components-button):hover,
body.armature-admin-editor .editor-styles-wrapper .armature-module__editor-header :where(button, .components-button):focus,
body.armature-admin-editor .editor-styles-wrapper .armature-module__editor-actions :where(button, .components-button, a):hover,
body.armature-admin-editor .editor-styles-wrapper .armature-module__editor-actions :where(button, .components-button, a):focus,
body.armature-admin-editor .editor-styles-wrapper .armature-editor-layout-panel :where(button, .components-button, a):hover,
body.armature-admin-editor .editor-styles-wrapper .armature-editor-layout-panel :where(button, .components-button, a):focus {
  background: var(--armature-color-accent);
  border-color: var(--armature-color-accent);
  color: var(--armature-color-canvas);
}

body.armature-admin-editor .editor-styles-wrapper .armature-module__title,
body.armature-admin-editor .editor-styles-wrapper .armature-home-hero__title,
body.armature-admin-editor .editor-styles-wrapper .armature-featured-work__card-title,
body.armature-admin-editor .editor-styles-wrapper .armature-project-grid__card-title,
body.armature-admin-editor .editor-styles-wrapper .armature-news-listing__card-title {
  color: var(--armature-color-heading);
  font-family: var(--armature-font-heading);
}

@media (max-width: 782px) {
  body.armature-admin-editor.armature-editor-kind--news .editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper,
	body.armature-admin-editor.armature-editor-kind--news .editor-styles-wrapper .editor-visual-editor__post-title-wrapper,
	body.armature-admin-editor.armature-editor-kind--project .editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper,
	body.armature-admin-editor.armature-editor-kind--project .editor-styles-wrapper .editor-visual-editor__post-title-wrapper,
	body.armature-admin-editor.armature-editor-kind--news .editor-styles-wrapper .is-root-container,
	body.armature-admin-editor.armature-editor-kind--project .editor-styles-wrapper .is-root-container {
    padding-inline: 24px;
  }

  body.armature-admin-editor.armature-editor-kind--news .editor-styles-wrapper .wp-block-columns,
	body.armature-admin-editor.armature-editor-kind--project .editor-styles-wrapper .wp-block-columns {
    flex-direction: column;
    gap: 1.5rem;
  }
}

body.armature-theme,
.editor-styles-wrapper .armature-theme {
  --armature-panel-border-width: 1px;
  --armature-button-border-width: 1px;
  --armature-surface-border-radius: 0;
  --armature-sketch-border-radius: 10% 0.5% 10% 0.5% / 0.5% 10% 0.5% 10%;
  --armature-sketch-button-border-radius: 50% 1% / 3% 50%;
  --armature-sketch-transform: rotate(0.15deg);
  --armature-3d-offset: 6px;
  --armature-3d-border-color: var(--armature-color-border);
}

body.armature-theme.armature-border-treatment--minimal,
.editor-styles-wrapper .armature-theme.armature-border-treatment--minimal {
  --armature-panel-border-width: 1px;
  --armature-button-border-width: 1px;
}

body.armature-theme.armature-border-treatment--panel,
.editor-styles-wrapper .armature-theme.armature-border-treatment--panel {
  --armature-panel-border-width: 6px;
  --armature-button-border-width: 4px;
}

body.armature-theme.armature-border-treatment--sketched,
.editor-styles-wrapper .armature-theme.armature-border-treatment--sketched {
  --armature-panel-border-width: 4px;
  --armature-button-border-width: 4px;
}

body.armature-theme.armature-border-treatment--comic-3d,
.editor-styles-wrapper .armature-theme.armature-border-treatment--comic-3d {
  --armature-panel-border-width: 2px;
  --armature-button-border-width: 2px;
  --armature-button-radius: 0;
}

body.armature-theme :where(.wp-block-button.armature-home-hero__button, .wp-block-button.armature-about-preview__button),
.editor-styles-wrapper .armature-theme :where(.wp-block-button.armature-home-hero__button, .wp-block-button.armature-about-preview__button) {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body.armature-theme :where(
  .entry-content :is([class^="wp-block-"], [class*=" wp-block-"]):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image):not([class*="-border-color"]):not([style*="border-color"]):is(.has-border-color, .has-custom-border),
  .entry-content :is([class^="wp-block-"], [class*=" wp-block-"]):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image):not([class*="-border-color"]):not([style*="border-color"])[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"]),
  .entry-content .wp-block-image.has-custom-border:not([class*="-border-color"]) img:not([class*="-border-color"]):not([style*="border-color"]),
  .entry-content .wp-block-image img.has-border-color:not([class*="-border-color"]):not([style*="border-color"]),
  .entry-content .wp-block-image img:not([class*="-border-color"]):not([style*="border-color"])[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"])
),
.editor-styles-wrapper .armature-theme :where(
  :is([class^="wp-block-"], [class*=" wp-block-"]):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image):not([class*="-border-color"]):not([style*="border-color"]):is(.has-border-color, .has-custom-border),
  :is([class^="wp-block-"], [class*=" wp-block-"]):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image):not([class*="-border-color"]):not([style*="border-color"])[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"]),
  .wp-block-image.has-custom-border:not([class*="-border-color"]) img:not([class*="-border-color"]):not([style*="border-color"]),
  .wp-block-image img.has-border-color:not([class*="-border-color"]):not([style*="border-color"]),
  .wp-block-image img:not([class*="-border-color"]):not([style*="border-color"])[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"])
) {
  border-color: var(--armature-color-border);
}

body.armature-theme :where(
  .entry-content .wp-block-button.is-style-outline > .wp-block-button__link:not([class*="-border-color"]):not([style*="border-color"]),
  .entry-content .wp-block-button__link:not([class*="-border-color"]):not([style*="border-color"]):is(.has-border-color, .has-custom-border),
  .entry-content .wp-block-button__link:not([class*="-border-color"]):not([style*="border-color"])[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"])
),
.editor-styles-wrapper .armature-theme :where(
  .wp-block-button.is-style-outline > .wp-block-button__link:not([class*="-border-color"]):not([style*="border-color"]),
  .wp-block-button__link:not([class*="-border-color"]):not([style*="border-color"]):is(.has-border-color, .has-custom-border),
  .wp-block-button__link:not([class*="-border-color"]):not([style*="border-color"])[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"])
) {
  border-color: var(--armature-color-accent);
}

body.armature-theme.armature-border-treatment--panel :where(
  .entry-content :is([class^="wp-block-"], [class*=" wp-block-"]):is(.has-border-color, .has-custom-border):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image),
  .entry-content :is([class^="wp-block-"], [class*=" wp-block-"])[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"]):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image),
  .entry-content .wp-block-image.has-custom-border img,
  .entry-content .wp-block-image img.has-border-color,
  .entry-content .wp-block-image img[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"])
),
.editor-styles-wrapper .armature-theme.armature-border-treatment--panel :where(
  :is([class^="wp-block-"], [class*=" wp-block-"]):is(.has-border-color, .has-custom-border):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image),
  :is([class^="wp-block-"], [class*=" wp-block-"])[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"]):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image),
  .wp-block-image.has-custom-border img,
  .wp-block-image img.has-border-color,
  .wp-block-image img[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"])
) {
  border-width: var(--armature-panel-border-width) !important;
  box-sizing: border-box;
}

body.armature-theme.armature-border-treatment--sketched :where(
  .entry-content :is([class^="wp-block-"], [class*=" wp-block-"]):is(.has-border-color, .has-custom-border):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image),
  .entry-content :is([class^="wp-block-"], [class*=" wp-block-"])[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"]):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image),
  .entry-content .wp-block-image.has-custom-border img,
  .entry-content .wp-block-image img.has-border-color,
  .entry-content .wp-block-image img[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"])
),
.editor-styles-wrapper .armature-theme.armature-border-treatment--sketched :where(
  :is([class^="wp-block-"], [class*=" wp-block-"]):is(.has-border-color, .has-custom-border):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image),
  :is([class^="wp-block-"], [class*=" wp-block-"])[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"]):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image),
  .wp-block-image.has-custom-border img,
  .wp-block-image img.has-border-color,
  .wp-block-image img[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"])
) {
  border-width: var(--armature-panel-border-width) !important;
  border-radius: var(--armature-sketch-border-radius) !important;
  box-sizing: border-box;
  transform: var(--armature-sketch-transform);
  transform-origin: center;
}

body.armature-theme.armature-border-treatment--panel :where(
  .entry-content .wp-block-button.is-style-outline > .wp-block-button__link,
  .entry-content .wp-block-button__link:is(.has-border-color, .has-custom-border),
  .entry-content .wp-block-button__link[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"])
),
.editor-styles-wrapper .armature-theme.armature-border-treatment--panel :where(
  .wp-block-button.is-style-outline > .wp-block-button__link,
  .wp-block-button__link:is(.has-border-color, .has-custom-border),
  .wp-block-button__link[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"])
) {
  border-width: var(--armature-button-border-width) !important;
}

body.armature-theme.armature-border-treatment--sketched :where(
  .entry-content .wp-block-button.is-style-outline > .wp-block-button__link,
  .entry-content .wp-block-button__link:is(.has-border-color, .has-custom-border),
  .entry-content .wp-block-button__link[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"])
),
.editor-styles-wrapper .armature-theme.armature-border-treatment--sketched :where(
  .wp-block-button.is-style-outline > .wp-block-button__link,
  .wp-block-button__link:is(.has-border-color, .has-custom-border),
  .wp-block-button__link[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"])
) {
  border-width: var(--armature-button-border-width) !important;
  border-radius: var(--armature-sketch-button-border-radius) !important;
  transform: var(--armature-sketch-transform);
  transform-origin: center;
}

body.armature-theme.armature-template--portfolio .armature-about-preview__inner,
.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-about-preview__inner,
body.armature-theme.armature-template--studio .armature-about-preview__inner,
.editor-styles-wrapper .armature-theme.armature-template--studio .armature-about-preview__inner {
  border: 0 !important;
}

body.armature-theme.armature-border-treatment--panel :where(
  .armature-home-hero--hero-default,
  .armature-featured-work--featured-default .armature-featured-work__card,
  .armature-module-about-preview.armature-template--default .armature-about-preview__inner,
  .armature-module-about-preview.armature-template--editorial .armature-about-preview__inner,
  .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__card,
  .armature-module-teasers.armature-teasers--highlights-default .wp-block-columns.armature-teasers__columns > .wp-block-column,
  .armature-project-grid--grid-default .armature-project-grid__card,
  .armature-project-grid--grid-portfolio .armature-project-grid__card,
  .armature-news-listing--listing-default .armature-news-listing__card,
  .armature-contact-panel--contact-default,
  .armature-contact-panel--contact-two,
  .armature-contact-panel--contact-three,
  .armature-contact-panel--contact-editorial,
  .armature-contact-panel--contact-portfolio,
  .armature-contact-panel--contact-studio
),
.editor-styles-wrapper .armature-theme.armature-border-treatment--panel :where(
  .armature-home-hero--hero-default,
  .armature-featured-work--featured-default .armature-featured-work__card,
  .armature-module-about-preview.armature-template--default .armature-about-preview__inner,
  .armature-module-about-preview.armature-template--editorial .armature-about-preview__inner,
  .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__card,
  .armature-module-teasers.armature-teasers--highlights-default .wp-block-columns.armature-teasers__columns > .wp-block-column,
  .armature-project-grid--grid-default .armature-project-grid__card,
  .armature-project-grid--grid-portfolio .armature-project-grid__card,
  .armature-news-listing--listing-default .armature-news-listing__card,
  .armature-contact-panel--contact-default,
  .armature-contact-panel--contact-two,
  .armature-contact-panel--contact-three,
  .armature-contact-panel--contact-editorial,
  .armature-contact-panel--contact-portfolio,
  .armature-contact-panel--contact-studio
) {
  border-width: var(--armature-panel-border-width) !important;
  box-sizing: border-box;
}

body.armature-theme.armature-border-treatment--sketched :where(
  .armature-home-hero--hero-default,
  .armature-featured-work--featured-default .armature-featured-work__card,
  .armature-module-about-preview.armature-template--default .armature-about-preview__inner,
  .armature-module-about-preview.armature-template--editorial .armature-about-preview__inner,
  .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__card,
  .armature-module-teasers.armature-teasers--highlights-default .wp-block-columns.armature-teasers__columns > .wp-block-column,
  .armature-project-grid--grid-default .armature-project-grid__card,
  .armature-project-grid--grid-portfolio .armature-project-grid__card,
  .armature-news-listing--listing-default .armature-news-listing__card,
  .armature-contact-panel--contact-default,
  .armature-contact-panel--contact-two,
  .armature-contact-panel--contact-three,
  .armature-contact-panel--contact-editorial,
  .armature-contact-panel--contact-portfolio,
  .armature-contact-panel--contact-studio
),
.editor-styles-wrapper .armature-theme.armature-border-treatment--sketched :where(
  .armature-home-hero--hero-default,
  .armature-featured-work--featured-default .armature-featured-work__card,
  .armature-module-about-preview.armature-template--default .armature-about-preview__inner,
  .armature-module-about-preview.armature-template--editorial .armature-about-preview__inner,
  .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__card,
  .armature-module-teasers.armature-teasers--highlights-default .wp-block-columns.armature-teasers__columns > .wp-block-column,
  .armature-project-grid--grid-default .armature-project-grid__card,
  .armature-project-grid--grid-portfolio .armature-project-grid__card,
  .armature-news-listing--listing-default .armature-news-listing__card,
  .armature-contact-panel--contact-default,
  .armature-contact-panel--contact-two,
  .armature-contact-panel--contact-three,
  .armature-contact-panel--contact-editorial,
  .armature-contact-panel--contact-portfolio,
  .armature-contact-panel--contact-studio
) {
  --armature-surface-border-radius: var(--armature-sketch-border-radius);
  border-width: var(--armature-panel-border-width) !important;
  border-radius: var(--armature-sketch-border-radius) !important;
  box-sizing: border-box;
  transform: var(--armature-sketch-transform);
  transform-origin: center;
}

body.armature-theme.armature-border-treatment--panel :where(
  a.armature-module__link,
  a.armature-home-hero__button,
  a.armature-featured-work__button,
  a.armature-about-preview__button,
  a.armature-contact-panel__button,
  .armature-home-hero__actions .wp-block-button__link,
  .armature-about-preview__actions .wp-block-button__link,
  .armature-module .wp-block-button__link,
  .armature-teasers__button .wp-block-button__link
),
.editor-styles-wrapper .armature-theme.armature-border-treatment--panel :where(
  a.armature-module__link,
  a.armature-home-hero__button,
  a.armature-featured-work__button,
  a.armature-about-preview__button,
  a.armature-contact-panel__button,
  .armature-home-hero__actions .wp-block-button__link,
  .armature-about-preview__actions .wp-block-button__link,
  .armature-module .wp-block-button__link,
  .armature-teasers__button .wp-block-button__link
) {
  border-width: var(--armature-button-border-width) !important;
}

body.armature-theme.armature-border-treatment--sketched :where(
  a.armature-module__link,
  a.armature-home-hero__button,
  a.armature-featured-work__button,
  a.armature-about-preview__button,
  a.armature-contact-panel__button,
  .armature-home-hero__actions .wp-block-button__link,
  .armature-about-preview__actions .wp-block-button__link,
  .armature-module .wp-block-button__link,
  .armature-teasers__button .wp-block-button__link
),
.editor-styles-wrapper .armature-theme.armature-border-treatment--sketched :where(
  a.armature-module__link,
  a.armature-home-hero__button,
  a.armature-featured-work__button,
  a.armature-about-preview__button,
  a.armature-contact-panel__button,
  .armature-home-hero__actions .wp-block-button__link,
  .armature-about-preview__actions .wp-block-button__link,
  .armature-module .wp-block-button__link,
  .armature-teasers__button .wp-block-button__link
) {
  border-width: var(--armature-button-border-width) !important;
  border-radius: var(--armature-sketch-button-border-radius) !important;
  transform: var(--armature-sketch-transform);
  transform-origin: center;
}

body.armature-theme.armature-border-treatment--comic-3d :where(
  .entry-content :is([class^="wp-block-"], [class*=" wp-block-"]):is(.has-border-color, .has-custom-border):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image),
  .entry-content :is([class^="wp-block-"], [class*=" wp-block-"])[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"]):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image),
  .armature-home-hero--hero-default,
  .armature-featured-work--featured-default .armature-featured-work__card,
  .armature-module-about-preview.armature-template--default .armature-about-preview__inner,
  .armature-module-about-preview.armature-template--editorial .armature-about-preview__inner,
  .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__card,
  .armature-module-teasers.armature-teasers--highlights-default .wp-block-columns.armature-teasers__columns > .wp-block-column,
  .armature-project-grid--grid-default .armature-project-grid__card,
  .armature-project-grid--grid-portfolio .armature-project-grid__card,
  .armature-contact-panel--contact-default,
  .armature-contact-panel--contact-two,
  .armature-contact-panel--contact-three,
  .armature-contact-panel--contact-editorial,
  .armature-contact-panel--contact-portfolio,
  .armature-contact-panel--contact-studio
),
.editor-styles-wrapper .armature-theme.armature-border-treatment--comic-3d :where(
  :is([class^="wp-block-"], [class*=" wp-block-"]):is(.has-border-color, .has-custom-border):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image),
  :is([class^="wp-block-"], [class*=" wp-block-"])[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"]):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image),
  .armature-home-hero--hero-default,
  .armature-featured-work--featured-default .armature-featured-work__card,
  .armature-module-about-preview.armature-template--default .armature-about-preview__inner,
  .armature-module-about-preview.armature-template--editorial .armature-about-preview__inner,
  .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__card,
  .armature-module-teasers.armature-teasers--highlights-default .wp-block-columns.armature-teasers__columns > .wp-block-column,
  .armature-project-grid--grid-default .armature-project-grid__card,
  .armature-project-grid--grid-portfolio .armature-project-grid__card,
  .armature-contact-panel--contact-default,
  .armature-contact-panel--contact-two,
  .armature-contact-panel--contact-three,
  .armature-contact-panel--contact-editorial,
  .armature-contact-panel--contact-portfolio,
  .armature-contact-panel--contact-studio
) {
  --armature-3d-border-color: var(--armature-contact-panel-border-color, var(--armature-color-border));
  border-width: var(--armature-panel-border-width) !important;
  box-sizing: border-box;
  isolation: isolate;
  overflow: visible !important;
  position: relative;
  z-index: 0;
}

body.armature-theme.armature-border-treatment--comic-3d :where(
  .entry-content :is([class^="wp-block-"], [class*=" wp-block-"]):is(.has-border-color, .has-custom-border):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image),
  .entry-content :is([class^="wp-block-"], [class*=" wp-block-"])[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"]):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image),
  .armature-home-hero--hero-default,
  .armature-featured-work--featured-default .armature-featured-work__card,
  .armature-module-about-preview.armature-template--default .armature-about-preview__inner,
  .armature-module-about-preview.armature-template--editorial .armature-about-preview__inner,
  .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__card,
  .armature-module-teasers.armature-teasers--highlights-default .wp-block-columns.armature-teasers__columns > .wp-block-column,
  .armature-project-grid--grid-default .armature-project-grid__card,
  .armature-project-grid--grid-portfolio .armature-project-grid__card,
  .armature-contact-panel--contact-default,
  .armature-contact-panel--contact-two,
  .armature-contact-panel--contact-three,
  .armature-contact-panel--contact-editorial,
  .armature-contact-panel--contact-portfolio,
  .armature-contact-panel--contact-studio
)::before,
body.armature-theme.armature-border-treatment--comic-3d :where(
  .entry-content :is([class^="wp-block-"], [class*=" wp-block-"]):is(.has-border-color, .has-custom-border):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image),
  .entry-content :is([class^="wp-block-"], [class*=" wp-block-"])[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"]):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image),
  .armature-home-hero--hero-default,
  .armature-featured-work--featured-default .armature-featured-work__card,
  .armature-module-about-preview.armature-template--default .armature-about-preview__inner,
  .armature-module-about-preview.armature-template--editorial .armature-about-preview__inner,
  .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__card,
  .armature-module-teasers.armature-teasers--highlights-default .wp-block-columns.armature-teasers__columns > .wp-block-column,
  .armature-project-grid--grid-default .armature-project-grid__card,
  .armature-project-grid--grid-portfolio .armature-project-grid__card,
  .armature-contact-panel--contact-default,
  .armature-contact-panel--contact-two,
  .armature-contact-panel--contact-three,
  .armature-contact-panel--contact-editorial,
  .armature-contact-panel--contact-portfolio,
  .armature-contact-panel--contact-studio
)::after,
.editor-styles-wrapper .armature-theme.armature-border-treatment--comic-3d :where(
  :is([class^="wp-block-"], [class*=" wp-block-"]):is(.has-border-color, .has-custom-border):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image),
  :is([class^="wp-block-"], [class*=" wp-block-"])[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"]):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image),
  .armature-home-hero--hero-default,
  .armature-featured-work--featured-default .armature-featured-work__card,
  .armature-module-about-preview.armature-template--default .armature-about-preview__inner,
  .armature-module-about-preview.armature-template--editorial .armature-about-preview__inner,
  .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__card,
  .armature-module-teasers.armature-teasers--highlights-default .wp-block-columns.armature-teasers__columns > .wp-block-column,
  .armature-project-grid--grid-default .armature-project-grid__card,
  .armature-project-grid--grid-portfolio .armature-project-grid__card,
  .armature-contact-panel--contact-default,
  .armature-contact-panel--contact-two,
  .armature-contact-panel--contact-three,
  .armature-contact-panel--contact-editorial,
  .armature-contact-panel--contact-portfolio,
  .armature-contact-panel--contact-studio
)::before,
.editor-styles-wrapper .armature-theme.armature-border-treatment--comic-3d :where(
  :is([class^="wp-block-"], [class*=" wp-block-"]):is(.has-border-color, .has-custom-border):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image),
  :is([class^="wp-block-"], [class*=" wp-block-"])[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"]):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image),
  .armature-home-hero--hero-default,
  .armature-featured-work--featured-default .armature-featured-work__card,
  .armature-module-about-preview.armature-template--default .armature-about-preview__inner,
  .armature-module-about-preview.armature-template--editorial .armature-about-preview__inner,
  .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__card,
  .armature-module-teasers.armature-teasers--highlights-default .wp-block-columns.armature-teasers__columns > .wp-block-column,
  .armature-project-grid--grid-default .armature-project-grid__card,
  .armature-project-grid--grid-portfolio .armature-project-grid__card,
  .armature-contact-panel--contact-default,
  .armature-contact-panel--contact-two,
  .armature-contact-panel--contact-three,
  .armature-contact-panel--contact-editorial,
  .armature-contact-panel--contact-portfolio,
  .armature-contact-panel--contact-studio
)::after {
  background: var(--armature-3d-border-color, var(--armature-color-border));
  content: "" !important;
  display: block !important;
  pointer-events: none;
  opacity: 0.75 !important;
  position: absolute;
  transition: all .15s ease-out;
  z-index: -1;
}

body.armature-theme.armature-border-treatment--comic-3d :where(
  .entry-content :is([class^="wp-block-"], [class*=" wp-block-"]):is(.has-border-color, .has-custom-border):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image),
  .entry-content :is([class^="wp-block-"], [class*=" wp-block-"])[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"]):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image),
  .armature-home-hero--hero-default,
  .armature-featured-work--featured-default .armature-featured-work__card,
  .armature-module-about-preview.armature-template--default .armature-about-preview__inner,
  .armature-module-about-preview.armature-template--editorial .armature-about-preview__inner,
  .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__card,
  .armature-module-teasers.armature-teasers--highlights-default .wp-block-columns.armature-teasers__columns > .wp-block-column,
  .armature-project-grid--grid-default .armature-project-grid__card,
  .armature-project-grid--grid-portfolio .armature-project-grid__card,
  .armature-contact-panel--contact-default,
  .armature-contact-panel--contact-two,
  .armature-contact-panel--contact-three,
  .armature-contact-panel--contact-editorial,
  .armature-contact-panel--contact-portfolio,
  .armature-contact-panel--contact-studio
)::before,
.editor-styles-wrapper .armature-theme.armature-border-treatment--comic-3d :where(
  :is([class^="wp-block-"], [class*=" wp-block-"]):is(.has-border-color, .has-custom-border):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image),
  :is([class^="wp-block-"], [class*=" wp-block-"])[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"]):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image),
  .armature-home-hero--hero-default,
  .armature-featured-work--featured-default .armature-featured-work__card,
  .armature-module-about-preview.armature-template--default .armature-about-preview__inner,
  .armature-module-about-preview.armature-template--editorial .armature-about-preview__inner,
  .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__card,
  .armature-module-teasers.armature-teasers--highlights-default .wp-block-columns.armature-teasers__columns > .wp-block-column,
  .armature-project-grid--grid-default .armature-project-grid__card,
  .armature-project-grid--grid-portfolio .armature-project-grid__card,
  .armature-contact-panel--contact-default,
  .armature-contact-panel--contact-two,
  .armature-contact-panel--contact-three,
  .armature-contact-panel--contact-editorial,
  .armature-contact-panel--contact-portfolio,
  .armature-contact-panel--contact-studio
)::before {
  height: 100%;
  left: calc(var(--armature-3d-offset) * -1);
  max-width: 100%;
  top: var(--armature-3d-offset);
  width: var(--armature-3d-offset);
}

body.armature-theme.armature-border-treatment--comic-3d :where(
  .entry-content :is([class^="wp-block-"], [class*=" wp-block-"]):is(.has-border-color, .has-custom-border):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image),
  .entry-content :is([class^="wp-block-"], [class*=" wp-block-"])[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"]):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image),
  .armature-home-hero--hero-default,
  .armature-featured-work--featured-default .armature-featured-work__card,
  .armature-module-about-preview.armature-template--default .armature-about-preview__inner,
  .armature-module-about-preview.armature-template--editorial .armature-about-preview__inner,
  .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__card,
  .armature-module-teasers.armature-teasers--highlights-default .wp-block-columns.armature-teasers__columns > .wp-block-column,
  .armature-project-grid--grid-default .armature-project-grid__card,
  .armature-project-grid--grid-portfolio .armature-project-grid__card,
  .armature-contact-panel--contact-default,
  .armature-contact-panel--contact-two,
  .armature-contact-panel--contact-three,
  .armature-contact-panel--contact-editorial,
  .armature-contact-panel--contact-portfolio,
  .armature-contact-panel--contact-studio
)::after,
.editor-styles-wrapper .armature-theme.armature-border-treatment--comic-3d :where(
  :is([class^="wp-block-"], [class*=" wp-block-"]):is(.has-border-color, .has-custom-border):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image),
  :is([class^="wp-block-"], [class*=" wp-block-"])[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"]):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image),
  .armature-home-hero--hero-default,
  .armature-featured-work--featured-default .armature-featured-work__card,
  .armature-module-about-preview.armature-template--default .armature-about-preview__inner,
  .armature-module-about-preview.armature-template--editorial .armature-about-preview__inner,
  .armature-module-teasers.armature-teasers--highlights-default .armature-teasers__card,
  .armature-module-teasers.armature-teasers--highlights-default .wp-block-columns.armature-teasers__columns > .wp-block-column,
  .armature-project-grid--grid-default .armature-project-grid__card,
  .armature-project-grid--grid-portfolio .armature-project-grid__card,
  .armature-contact-panel--contact-default,
  .armature-contact-panel--contact-two,
  .armature-contact-panel--contact-three,
  .armature-contact-panel--contact-editorial,
  .armature-contact-panel--contact-portfolio,
  .armature-contact-panel--contact-studio
)::after {
  height: var(--armature-3d-offset);
  left: calc(var(--armature-3d-offset) * 0);
  max-width: 100%;
  top: 100%;
  width: 100%;
}

body.armature-theme.armature-border-treatment--comic-3d :where(
  .entry-content .wp-block-button.is-style-outline > .wp-block-button__link,
  .entry-content .wp-block-button__link:is(.has-border-color, .has-custom-border),
  .entry-content .wp-block-button__link[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"]),
  a.armature-module__link,
  a.armature-home-hero__button,
  a.armature-featured-work__button,
  a.armature-about-preview__button,
  a.armature-contact-panel__button,
  .armature-home-hero__actions .wp-block-button__link,
  .armature-about-preview__actions .wp-block-button__link,
  .armature-module .wp-block-button__link,
  .armature-teasers__button .wp-block-button__link
),
.editor-styles-wrapper .armature-theme.armature-border-treatment--comic-3d :where(
  .wp-block-button.is-style-outline > .wp-block-button__link,
  .wp-block-button__link:is(.has-border-color, .has-custom-border),
  .wp-block-button__link[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"]),
  a.armature-module__link,
  a.armature-home-hero__button,
  a.armature-featured-work__button,
  a.armature-about-preview__button,
  a.armature-contact-panel__button,
  .armature-home-hero__actions .wp-block-button__link,
  .armature-about-preview__actions .wp-block-button__link,
  .armature-module .wp-block-button__link,
  .armature-teasers__button .wp-block-button__link
) {
  --armature-3d-border-color: var(--armature-color-accent);
  border-width: var(--armature-button-border-width) !important;
  box-sizing: border-box;
  isolation: isolate;
  overflow: visible !important;
  position: relative;
  z-index: 0;
}

body.armature-theme.armature-button-style--solid.armature-border-treatment--comic-3d :where(.armature-contact-panel--contact-default, .armature-contact-panel--contact-two, .armature-contact-panel--contact-three, .armature-contact-panel--contact-editorial, .armature-contact-panel--contact-portfolio, .armature-contact-panel--contact-studio) .armature-contact-panel__button,
.editor-styles-wrapper .armature-theme.armature-button-style--solid.armature-border-treatment--comic-3d :where(.armature-contact-panel--contact-default, .armature-contact-panel--contact-two, .armature-contact-panel--contact-three, .armature-contact-panel--contact-editorial, .armature-contact-panel--contact-portfolio, .armature-contact-panel--contact-studio) .armature-contact-panel__button {
  --armature-3d-border-color: var(--armature-color-canvas);
}

body.armature-theme.armature-border-treatment--comic-3d :where(
  .entry-content .wp-block-button.is-style-outline > .wp-block-button__link,
  .entry-content .wp-block-button__link:is(.has-border-color, .has-custom-border),
  .entry-content .wp-block-button__link[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"]),
  a.armature-module__link,
  a.armature-home-hero__button,
  a.armature-featured-work__button,
  a.armature-about-preview__button,
  a.armature-contact-panel__button,
  .armature-home-hero__actions .wp-block-button__link,
  .armature-about-preview__actions .wp-block-button__link,
  .armature-module .wp-block-button__link,
  .armature-teasers__button .wp-block-button__link
)::before,
body.armature-theme.armature-border-treatment--comic-3d :where(
  .entry-content .wp-block-button.is-style-outline > .wp-block-button__link,
  .entry-content .wp-block-button__link:is(.has-border-color, .has-custom-border),
  .entry-content .wp-block-button__link[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"]),
  a.armature-module__link,
  a.armature-home-hero__button,
  a.armature-featured-work__button,
  a.armature-about-preview__button,
  a.armature-contact-panel__button,
  .armature-home-hero__actions .wp-block-button__link,
  .armature-about-preview__actions .wp-block-button__link,
  .armature-module .wp-block-button__link,
  .armature-teasers__button .wp-block-button__link
)::after,
.editor-styles-wrapper .armature-theme.armature-border-treatment--comic-3d :where(
  .wp-block-button.is-style-outline > .wp-block-button__link,
  .wp-block-button__link:is(.has-border-color, .has-custom-border),
  .wp-block-button__link[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"]),
  a.armature-module__link,
  a.armature-home-hero__button,
  a.armature-featured-work__button,
  a.armature-about-preview__button,
  a.armature-contact-panel__button,
  .armature-home-hero__actions .wp-block-button__link,
  .armature-about-preview__actions .wp-block-button__link,
  .armature-module .wp-block-button__link,
  .armature-teasers__button .wp-block-button__link
)::before,
.editor-styles-wrapper .armature-theme.armature-border-treatment--comic-3d :where(
  .wp-block-button.is-style-outline > .wp-block-button__link,
  .wp-block-button__link:is(.has-border-color, .has-custom-border),
  .wp-block-button__link[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"]),
  a.armature-module__link,
  a.armature-home-hero__button,
  a.armature-featured-work__button,
  a.armature-about-preview__button,
  a.armature-contact-panel__button,
  .armature-home-hero__actions .wp-block-button__link,
  .armature-about-preview__actions .wp-block-button__link,
  .armature-module .wp-block-button__link,
  .armature-teasers__button .wp-block-button__link
)::after {
  background: var(--armature-3d-border-color, var(--armature-color-accent));
  content: "" !important;
  display: block !important;
  pointer-events: none;
  opacity: 0.75 !important;
  position: absolute;
  transition: all .15s ease-out;
  z-index: -1;
}

body.armature-theme.armature-border-treatment--comic-3d :where(
  .entry-content .wp-block-button.is-style-outline > .wp-block-button__link,
  .entry-content .wp-block-button__link:is(.has-border-color, .has-custom-border),
  .entry-content .wp-block-button__link[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"]),
  a.armature-module__link,
  a.armature-home-hero__button,
  a.armature-featured-work__button,
  a.armature-about-preview__button,
  a.armature-contact-panel__button,
  .armature-home-hero__actions .wp-block-button__link,
  .armature-about-preview__actions .wp-block-button__link,
  .armature-module .wp-block-button__link,
  .armature-teasers__button .wp-block-button__link
)::before,
.editor-styles-wrapper .armature-theme.armature-border-treatment--comic-3d :where(
  .wp-block-button.is-style-outline > .wp-block-button__link,
  .wp-block-button__link:is(.has-border-color, .has-custom-border),
  .wp-block-button__link[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"]),
  a.armature-module__link,
  a.armature-home-hero__button,
  a.armature-featured-work__button,
  a.armature-about-preview__button,
  a.armature-contact-panel__button,
  .armature-home-hero__actions .wp-block-button__link,
  .armature-about-preview__actions .wp-block-button__link,
  .armature-module .wp-block-button__link,
  .armature-teasers__button .wp-block-button__link
)::before {
  height: 100%;
  left: calc(var(--armature-3d-offset) * -1);
  max-width: 100%;
  top: var(--armature-3d-offset);
  width: var(--armature-3d-offset);
}

body.armature-theme.armature-border-treatment--comic-3d :where(
  .entry-content .wp-block-button.is-style-outline > .wp-block-button__link,
  .entry-content .wp-block-button__link:is(.has-border-color, .has-custom-border),
  .entry-content .wp-block-button__link[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"]),
  a.armature-module__link,
  a.armature-home-hero__button,
  a.armature-featured-work__button,
  a.armature-about-preview__button,
  a.armature-contact-panel__button,
  .armature-home-hero__actions .wp-block-button__link,
  .armature-about-preview__actions .wp-block-button__link,
  .armature-module .wp-block-button__link,
  .armature-teasers__button .wp-block-button__link
)::after,
.editor-styles-wrapper .armature-theme.armature-border-treatment--comic-3d :where(
  .wp-block-button.is-style-outline > .wp-block-button__link,
  .wp-block-button__link:is(.has-border-color, .has-custom-border),
  .wp-block-button__link[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"]),
  a.armature-module__link,
  a.armature-home-hero__button,
  a.armature-featured-work__button,
  a.armature-about-preview__button,
  a.armature-contact-panel__button,
  .armature-home-hero__actions .wp-block-button__link,
  .armature-about-preview__actions .wp-block-button__link,
  .armature-module .wp-block-button__link,
  .armature-teasers__button .wp-block-button__link
)::after {
  height: var(--armature-3d-offset);
  left: calc(var(--armature-3d-offset) * 0);
  max-width: 100%;
  top: 100%;
  width: 100%;
}

body.armature-theme.armature-border-treatment--comic-3d .armature-module-teasers.armature-teasers--highlights-default.armature-teasers--native .armature-teasers__card,
.editor-styles-wrapper .armature-theme.armature-border-treatment--comic-3d .armature-module-teasers.armature-teasers--highlights-default.armature-teasers--native .armature-teasers__card {
  --armature-3d-border-color: var(--armature-color-border);
  border-width: var(--armature-panel-border-width) !important;
  box-sizing: border-box;
  isolation: isolate;
  overflow: visible !important;
  position: relative !important;
  z-index: 0;
}

body.armature-theme.armature-border-treatment--comic-3d .armature-module-teasers.armature-teasers--highlights-default.armature-teasers--native .armature-teasers__card::before,
body.armature-theme.armature-border-treatment--comic-3d .armature-module-teasers.armature-teasers--highlights-default.armature-teasers--native .armature-teasers__card::after,
.editor-styles-wrapper .armature-theme.armature-border-treatment--comic-3d .armature-module-teasers.armature-teasers--highlights-default.armature-teasers--native .armature-teasers__card::before,
.editor-styles-wrapper .armature-theme.armature-border-treatment--comic-3d .armature-module-teasers.armature-teasers--highlights-default.armature-teasers--native .armature-teasers__card::after {
  background: var(--armature-3d-border-color, var(--armature-color-border));
  content: "" !important;
  display: block !important;
  pointer-events: none;
  opacity: 0.75 !important;
  position: absolute;
  transition: all .15s ease-out;
  z-index: -1;
}

body.armature-theme.armature-border-treatment--comic-3d .armature-module-teasers.armature-teasers--highlights-default.armature-teasers--native .armature-teasers__card::before,
.editor-styles-wrapper .armature-theme.armature-border-treatment--comic-3d .armature-module-teasers.armature-teasers--highlights-default.armature-teasers--native .armature-teasers__card::before {
  height: 100%;
  left: calc(var(--armature-3d-offset) * -1);
  max-width: 100%;
  top: var(--armature-3d-offset);
  width: var(--armature-3d-offset);
}

body.armature-theme.armature-border-treatment--comic-3d .armature-module-teasers.armature-teasers--highlights-default.armature-teasers--native .armature-teasers__card::after,
.editor-styles-wrapper .armature-theme.armature-border-treatment--comic-3d .armature-module-teasers.armature-teasers--highlights-default.armature-teasers--native .armature-teasers__card::after {
  height: var(--armature-3d-offset);
  left: calc(var(--armature-3d-offset) * 0);
  max-width: 100%;
  top: 100%;
  width: 100%;
}

body.armature-theme.armature-border-treatment--comic-3d :where(
  .entry-content .wp-block-image.has-custom-border img,
  .entry-content .wp-block-image img.has-border-color,
  .entry-content .wp-block-image img[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"])
),
.editor-styles-wrapper .armature-theme.armature-border-treatment--comic-3d :where(
  .wp-block-image.has-custom-border img,
  .wp-block-image img.has-border-color,
  .wp-block-image img[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"])
) {
  border-width: var(--armature-panel-border-width) !important;
  box-shadow: calc(var(--armature-3d-offset) * -1) var(--armature-3d-offset) 0 var(--armature-color-border);
  box-sizing: border-box;
}

body.armature-theme.armature-border-treatment--panel .entry-content :where(.wp-block-quote),
.editor-styles-wrapper .armature-theme.armature-border-treatment--panel :where(.wp-block-quote) {
  border-left-width: var(--armature-panel-border-width, 1px) !important;
}

body.armature-theme.armature-border-treatment--panel .entry-content :where(.wp-block-details),
.editor-styles-wrapper .armature-theme.armature-border-treatment--panel :where(.wp-block-details) {
  border-width: var(--armature-panel-border-width, 1px) !important;
}

body.armature-theme.armature-border-treatment--panel .entry-content :where(.wp-block-pullquote),
.editor-styles-wrapper .armature-theme.armature-border-treatment--panel :where(.wp-block-pullquote) {
  border-top-width: var(--armature-panel-border-width, 1px) !important;
  border-bottom-width: var(--armature-panel-border-width, 1px) !important;
}

body.armature-theme.armature-border-treatment--sketched .entry-content :where(.wp-block-quote),
.editor-styles-wrapper .armature-theme.armature-border-treatment--sketched :where(.wp-block-quote) {
  border-left-width: var(--armature-panel-border-width, 1px) !important;
}

body.armature-theme.armature-border-treatment--sketched .entry-content :where(.wp-block-details),
.editor-styles-wrapper .armature-theme.armature-border-treatment--sketched :where(.wp-block-details) {
  border-width: var(--armature-panel-border-width, 1px) !important;
  border-radius: var(--armature-sketch-border-radius) !important;
  transform: var(--armature-sketch-transform);
}

body.armature-theme.armature-border-treatment--sketched .entry-content :where(.wp-block-pullquote),
.editor-styles-wrapper .armature-theme.armature-border-treatment--sketched :where(.wp-block-pullquote) {
  border-top-width: var(--armature-panel-border-width, 1px) !important;
  border-bottom-width: var(--armature-panel-border-width, 1px) !important;
}

body.armature-theme.armature-border-treatment--comic-3d .entry-content :where(.wp-block-details),
.editor-styles-wrapper .armature-theme.armature-border-treatment--comic-3d :where(.wp-block-details) {
  --armature-3d-border-color: var(--armature-color-border);
  overflow: visible;
  position: relative;
  isolation: isolate;
  z-index: 0;
}

body.armature-theme.armature-border-treatment--comic-3d .entry-content :where(.wp-block-quote),
.editor-styles-wrapper .armature-theme.armature-border-treatment--comic-3d :where(.wp-block-quote) {
  border-left-width: var(--armature-panel-border-width, 1px) !important;
}

body.armature-theme.armature-border-treatment--comic-3d .entry-content :where(.wp-block-details),
.editor-styles-wrapper .armature-theme.armature-border-treatment--comic-3d :where(.wp-block-details) {
  border-width: var(--armature-panel-border-width, 1px) !important;
}

body.armature-theme.armature-border-treatment--comic-3d .entry-content :where(.wp-block-pullquote),
.editor-styles-wrapper .armature-theme.armature-border-treatment--comic-3d :where(.wp-block-pullquote) {
  border-top-width: var(--armature-panel-border-width, 1px) !important;
  border-bottom-width: var(--armature-panel-border-width, 1px) !important;
}

body.armature-theme.armature-border-treatment--comic-3d .entry-content :where(.wp-block-details)::before,
body.armature-theme.armature-border-treatment--comic-3d .entry-content :where(.wp-block-details)::after,
.editor-styles-wrapper .armature-theme.armature-border-treatment--comic-3d :where(.wp-block-details)::before,
.editor-styles-wrapper .armature-theme.armature-border-treatment--comic-3d :where(.wp-block-details)::after {
  background: var(--armature-3d-border-color, var(--armature-color-border));
  content: "" !important;
  display: block !important;
  pointer-events: none;
  opacity: 0.75 !important;
  position: absolute;
  transition: all .15s ease-out;
  z-index: -1;
}

body.armature-theme.armature-border-treatment--comic-3d .entry-content :where(.wp-block-details)::before,
.editor-styles-wrapper .armature-theme.armature-border-treatment--comic-3d :where(.wp-block-details)::before {
  height: 100%;
  left: calc(var(--armature-3d-offset) * -1);
  max-width: 100%;
  top: var(--armature-3d-offset);
  width: var(--armature-3d-offset);
}

body.armature-theme.armature-border-treatment--comic-3d .entry-content :where(.wp-block-details)::after,
.editor-styles-wrapper .armature-theme.armature-border-treatment--comic-3d :where(.wp-block-details)::after {
  height: var(--armature-3d-offset);
  left: calc(var(--armature-3d-offset) * 0);
  max-width: 100%;
  top: 100%;
  width: 100%;
}

body.armature-theme.armature-border-treatment--panel .armature-site-header.armature-site-header--default,
.editor-styles-wrapper .armature-theme.armature-border-treatment--panel .armature-site-header.armature-site-header--default,
body.armature-theme.armature-border-treatment--sketched .armature-site-header.armature-site-header--default,
.editor-styles-wrapper .armature-theme.armature-border-treatment--sketched .armature-site-header.armature-site-header--default,
body.armature-theme.armature-border-treatment--comic-3d .armature-site-header.armature-site-header--default,
.editor-styles-wrapper .armature-theme.armature-border-treatment--comic-3d .armature-site-header.armature-site-header--default {
  border-bottom-width: var(--armature-panel-border-width, 1px) !important;
}

body.armature-theme.armature-border-treatment--panel .armature-site-footer--default,
.editor-styles-wrapper .armature-theme.armature-border-treatment--panel .armature-site-footer--default,
body.armature-theme.armature-border-treatment--sketched .armature-site-footer--default,
.editor-styles-wrapper .armature-theme.armature-border-treatment--sketched .armature-site-footer--default,
body.armature-theme.armature-border-treatment--comic-3d .armature-site-footer--default,
.editor-styles-wrapper .armature-theme.armature-border-treatment--comic-3d .armature-site-footer--default {
  border-top: var(--armature-panel-border-width, 1px) solid var(--armature-shell-footer-border, var(--armature-color-border)) !important;
}

body.armature-theme.armature-border-treatment--panel .armature-site-footer--studio .armature-site-footer__inner,
.editor-styles-wrapper .armature-theme.armature-border-treatment--panel .armature-site-footer--studio .armature-site-footer__inner,
body.armature-theme.armature-border-treatment--sketched .armature-site-footer--studio .armature-site-footer__inner,
.editor-styles-wrapper .armature-theme.armature-border-treatment--sketched .armature-site-footer--studio .armature-site-footer__inner,
body.armature-theme.armature-border-treatment--comic-3d .armature-site-footer--studio .armature-site-footer__inner,
.editor-styles-wrapper .armature-theme.armature-border-treatment--comic-3d .armature-site-footer--studio .armature-site-footer__inner {
  border-top-width: var(--armature-panel-border-width, 1px) !important;
}

body.armature-theme.armature-border-treatment--panel :where(.armature-archive-strip--archive-portfolio .armature-archive-strip__inner, .armature-archive-strip--portfolio .armature-archive-strip__inner, .armature-archive-strip--archive-studio .armature-archive-strip__inner, .armature-archive-strip--studio .armature-archive-strip__inner),
.editor-styles-wrapper .armature-theme.armature-border-treatment--panel :where(.armature-archive-strip--archive-portfolio .armature-archive-strip__inner, .armature-archive-strip--portfolio .armature-archive-strip__inner, .armature-archive-strip--archive-studio .armature-archive-strip__inner, .armature-archive-strip--studio .armature-archive-strip__inner),
body.armature-theme.armature-border-treatment--sketched :where(.armature-archive-strip--archive-portfolio .armature-archive-strip__inner, .armature-archive-strip--portfolio .armature-archive-strip__inner, .armature-archive-strip--archive-studio .armature-archive-strip__inner, .armature-archive-strip--studio .armature-archive-strip__inner),
.editor-styles-wrapper .armature-theme.armature-border-treatment--sketched :where(.armature-archive-strip--archive-portfolio .armature-archive-strip__inner, .armature-archive-strip--portfolio .armature-archive-strip__inner, .armature-archive-strip--archive-studio .armature-archive-strip__inner, .armature-archive-strip--studio .armature-archive-strip__inner),
body.armature-theme.armature-border-treatment--comic-3d :where(.armature-archive-strip--archive-portfolio .armature-archive-strip__inner, .armature-archive-strip--portfolio .armature-archive-strip__inner, .armature-archive-strip--archive-studio .armature-archive-strip__inner, .armature-archive-strip--studio .armature-archive-strip__inner),
.editor-styles-wrapper .armature-theme.armature-border-treatment--comic-3d :where(.armature-archive-strip--archive-portfolio .armature-archive-strip__inner, .armature-archive-strip--portfolio .armature-archive-strip__inner, .armature-archive-strip--archive-studio .armature-archive-strip__inner, .armature-archive-strip--studio .armature-archive-strip__inner) {
  border-bottom-width: var(--armature-panel-border-width, 1px) !important;
}

body.armature-theme.armature-border-treatment--panel .entry-content :where(hr, .wp-block-separator),
.editor-styles-wrapper .armature-theme.armature-border-treatment--panel :where(hr, .wp-block-separator),
body.armature-theme.armature-border-treatment--sketched .entry-content :where(hr, .wp-block-separator),
.editor-styles-wrapper .armature-theme.armature-border-treatment--sketched :where(hr, .wp-block-separator) {
  border-top-width: var(--armature-panel-border-width, 1px) !important;
}

body.armature-theme.armature-border-treatment--comic-3d .entry-content :where(hr, .wp-block-separator),
.editor-styles-wrapper .armature-theme.armature-border-treatment--comic-3d :where(hr, .wp-block-separator) {
  border: 0 !important;
  height: var(--armature-panel-border-width, 2px) !important;
  min-height: var(--armature-panel-border-width, 2px);
  background: var(--armature-color-border) !important;
  box-shadow: 0 var(--armature-3d-offset) 0 color-mix(in srgb, var(--armature-color-border) 75%, transparent) !important;
  opacity: 1;
}

body.armature-theme.armature-border-treatment--sketched :where(.armature-site-header.armature-site-header--default, .armature-site-footer--default, .armature-site-footer--studio .armature-site-footer__inner, .armature-archive-strip--archive-portfolio .armature-archive-strip__inner, .armature-archive-strip--portfolio .armature-archive-strip__inner, .armature-archive-strip--archive-studio .armature-archive-strip__inner, .armature-archive-strip--studio .armature-archive-strip__inner),
.editor-styles-wrapper .armature-theme.armature-border-treatment--sketched :where(.armature-site-header.armature-site-header--default, .armature-site-footer--default, .armature-site-footer--studio .armature-site-footer__inner, .armature-archive-strip--archive-portfolio .armature-archive-strip__inner, .armature-archive-strip--portfolio .armature-archive-strip__inner, .armature-archive-strip--archive-studio .armature-archive-strip__inner, .armature-archive-strip--studio .armature-archive-strip__inner),
body.armature-theme.armature-border-treatment--sketched .entry-content :where(hr, .wp-block-separator),
.editor-styles-wrapper .armature-theme.armature-border-treatment--sketched :where(hr, .wp-block-separator) {
  transform: var(--armature-sketch-transform);
  transform-origin: center;
}

body.armature-theme.armature-border-treatment--comic-3d :where(.armature-site-header.armature-site-header--default, .armature-archive-strip--archive-portfolio .armature-archive-strip__inner, .armature-archive-strip--portfolio .armature-archive-strip__inner, .armature-archive-strip--archive-studio .armature-archive-strip__inner, .armature-archive-strip--studio .armature-archive-strip__inner),
.editor-styles-wrapper .armature-theme.armature-border-treatment--comic-3d :where(.armature-site-header.armature-site-header--default, .armature-archive-strip--archive-portfolio .armature-archive-strip__inner, .armature-archive-strip--portfolio .armature-archive-strip__inner, .armature-archive-strip--archive-studio .armature-archive-strip__inner, .armature-archive-strip--studio .armature-archive-strip__inner) {
  box-shadow: 0 var(--armature-3d-offset) 0 color-mix(in srgb, var(--armature-color-border) 75%, transparent) !important;
}

body.armature-theme.armature-border-treatment--comic-3d :where(.armature-site-footer--default, .armature-site-footer--studio .armature-site-footer__inner),
.editor-styles-wrapper .armature-theme.armature-border-treatment--comic-3d :where(.armature-site-footer--default, .armature-site-footer--studio .armature-site-footer__inner) {
  box-shadow: 0 calc(var(--armature-3d-offset) * -1) 0 color-mix(in srgb, var(--armature-color-border) 75%, transparent) !important;
}

body.armature-theme.armature-border-treatment--comic-3d :where(.armature-module-teasers.armature-teasers--highlights-editorial, .armature-module-teasers.armature-teasers--highlights-portfolio, .armature-module-teasers.armature-teasers--highlights-studio) .armature-teasers__card::before,
body.armature-theme.armature-border-treatment--comic-3d :where(.armature-module-teasers.armature-teasers--highlights-editorial, .armature-module-teasers.armature-teasers--highlights-portfolio, .armature-module-teasers.armature-teasers--highlights-studio) .armature-teasers__card::after,
.editor-styles-wrapper .armature-theme.armature-border-treatment--comic-3d :where(.armature-module-teasers.armature-teasers--highlights-editorial, .armature-module-teasers.armature-teasers--highlights-portfolio, .armature-module-teasers.armature-teasers--highlights-studio) .armature-teasers__card::before,
.editor-styles-wrapper .armature-theme.armature-border-treatment--comic-3d :where(.armature-module-teasers.armature-teasers--highlights-editorial, .armature-module-teasers.armature-teasers--highlights-portfolio, .armature-module-teasers.armature-teasers--highlights-studio) .armature-teasers__card::after {
  content: none !important;
  display: none !important;
}

body.armature-admin-editor .editor-styles-wrapper :where(.wp-block-armature-page-shell.armature-page-shell, .armature-page-shell.armature-theme) {
  box-sizing: border-box;
  width: min(100%, calc(var(--wp--style--global--content-size, 1280px) + (var(--armature-shell-gutter, 50px) * 2))) !important;
  max-width: min(calc(100vw - 96px), calc(var(--wp--style--global--content-size, 1280px) + (var(--armature-shell-gutter, 50px) * 2))) !important;
  margin-inline: auto !important;
}

body.armature-theme,
.editor-styles-wrapper .armature-theme {
  --armature-contact-panel-radius: 0;
  --armature-contact-panel-bg: var(--armature-color-surface);
  --armature-contact-panel-fg: var(--armature-color-text);
  --armature-contact-panel-heading: var(--armature-color-heading);
  --armature-contact-panel-border-color: var(--armature-color-border);
}

body.armature-theme.armature-button-shape--rounded,
.editor-styles-wrapper .armature-theme.armature-button-shape--rounded {
  --armature-contact-panel-radius: 0.65rem;
}

body.armature-theme.armature-button-shape--pill,
.editor-styles-wrapper .armature-theme.armature-button-shape--pill {
  --armature-contact-panel-radius: 1.25rem;
}

body.armature-theme,
.editor-styles-wrapper .armature-theme {
  --armature-contact-panel-bg: var(--armature-color-surface);
  --armature-contact-panel-fg: var(--armature-color-text);
  --armature-contact-panel-heading: var(--armature-color-heading);
  --armature-contact-panel-border-color: var(--armature-color-border);
  --armature-contact-panel-button-bg: var(--armature-color-accent);
  --armature-contact-panel-button-border: var(--armature-color-accent);
  --armature-contact-panel-button-fg: var(--armature-color-canvas);
  --armature-contact-panel-button-hover-bg: var(--armature-color-accent-strong);
  --armature-contact-panel-button-hover-border: var(--armature-color-accent-strong);
  --armature-contact-panel-button-hover-fg: var(--armature-color-canvas);
  --armature-contact-panel-outline-button-border: var(--armature-contact-panel-fg);
  --armature-contact-panel-outline-button-fg: var(--armature-contact-panel-fg);
}

body.armature-theme :where(.armature-contact-panel--contact-default, .armature-contact-panel--contact-two, .armature-contact-panel--contact-three, .armature-contact-panel--contact-editorial, .armature-contact-panel--contact-portfolio, .armature-contact-panel--contact-studio),
.editor-styles-wrapper .armature-theme :where(.armature-contact-panel--contact-default, .armature-contact-panel--contact-two, .armature-contact-panel--contact-three, .armature-contact-panel--contact-editorial, .armature-contact-panel--contact-portfolio, .armature-contact-panel--contact-studio) {
  background: var(--armature-contact-panel-bg) !important;
  border: var(--armature-panel-border-width, 1px) solid var(--armature-contact-panel-border-color) !important;
  color: var(--armature-contact-panel-fg) !important;
}

body.armature-theme:not(.armature-border-treatment--sketched) :where(.armature-contact-panel--contact-default, .armature-contact-panel--contact-two, .armature-contact-panel--contact-three, .armature-contact-panel--contact-editorial, .armature-contact-panel--contact-portfolio, .armature-contact-panel--contact-studio),
.editor-styles-wrapper .armature-theme:not(.armature-border-treatment--sketched) :where(.armature-contact-panel--contact-default, .armature-contact-panel--contact-two, .armature-contact-panel--contact-three, .armature-contact-panel--contact-editorial, .armature-contact-panel--contact-portfolio, .armature-contact-panel--contact-studio) {
  border-radius: var(--armature-contact-panel-radius) !important;
}

body.armature-theme :where(.armature-contact-panel--contact-default, .armature-contact-panel--contact-two, .armature-contact-panel--contact-three, .armature-contact-panel--contact-editorial, .armature-contact-panel--contact-portfolio, .armature-contact-panel--contact-studio) :where(.armature-module__title, .armature-contact-panel__title),
.editor-styles-wrapper .armature-theme :where(.armature-contact-panel--contact-default, .armature-contact-panel--contact-two, .armature-contact-panel--contact-three, .armature-contact-panel--contact-portfolio, .armature-contact-panel--contact-editorial, .armature-contact-panel--contact-studio) :where(.armature-module__title, .armature-contact-panel__title) {
  color: var(--armature-contact-panel-heading) !important;
}

body.armature-theme :where(.armature-contact-panel--contact-default, .armature-contact-panel--contact-two, .armature-contact-panel--contact-three, .armature-contact-panel--contact-editorial, .armature-contact-panel--contact-portfolio, .armature-contact-panel--contact-studio) :where(.armature-module__intro, .armature-module__intro p, .armature-contact-panel__intro, .armature-contact-panel__intro p, .armature-contact-panel__availability, .armature-contact-panel__availability p),
.editor-styles-wrapper .armature-theme :where(.armature-contact-panel--contact-default, .armature-contact-panel--contact-two, .armature-contact-panel--contact-three, .armature-contact-panel--contact-portfolio, .armature-contact-panel--contact-editorial, .armature-contact-panel--contact-studio) :where(.armature-module__intro, .armature-module__intro p, .armature-contact-panel__intro, .armature-contact-panel__intro p, .armature-contact-panel__availability, .armature-contact-panel__availability p) {
  color: var(--armature-contact-panel-fg) !important;
}

body.armature-theme :where(.armature-contact-panel--contact-default, .armature-contact-panel--contact-two, .armature-contact-panel--contact-three, .armature-contact-panel--contact-editorial, .armature-contact-panel--contact-portfolio, .armature-contact-panel--contact-studio) :where(.armature-module__intro, .armature-contact-panel__intro, .armature-contact-panel__availability) a:not(.armature-contact-panel__button):not(.wp-block-button__link),
.editor-styles-wrapper .armature-theme :where(.armature-contact-panel--contact-default, .armature-contact-panel--contact-two, .armature-contact-panel--contact-three, .armature-contact-panel--contact-portfolio, .armature-contact-panel--contact-editorial, .armature-contact-panel--contact-studio) :where(.armature-module__intro, .armature-contact-panel__intro, .armature-contact-panel__availability) a:not(.armature-contact-panel__button):not(.wp-block-button__link) {
  color: var(--armature-contact-panel-fg) !important;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

body.armature-theme :where(.armature-contact-panel--contact-default, .armature-contact-panel--contact-two, .armature-contact-panel--contact-three, .armature-contact-panel--contact-editorial, .armature-contact-panel--contact-portfolio, .armature-contact-panel--contact-studio) :where(.armature-module__intro, .armature-contact-panel__intro, .armature-contact-panel__availability) a:not(.armature-contact-panel__button):not(.wp-block-button__link):hover,
body.armature-theme :where(.armature-contact-panel--contact-default, .armature-contact-panel--contact-two, .armature-contact-panel--contact-three, .armature-contact-panel--contact-editorial, .armature-contact-panel--contact-portfolio, .armature-contact-panel--contact-studio) :where(.armature-module__intro, .armature-contact-panel__intro, .armature-contact-panel__availability) a:not(.armature-contact-panel__button):not(.wp-block-button__link):focus,
.editor-styles-wrapper .armature-theme :where(.armature-contact-panel--contact-default, .armature-contact-panel--contact-two, .armature-contact-panel--contact-three, .armature-contact-panel--contact-portfolio, .armature-contact-panel--contact-editorial, .armature-contact-panel--contact-studio) :where(.armature-module__intro, .armature-contact-panel__intro, .armature-contact-panel__availability) a:not(.armature-contact-panel__button):not(.wp-block-button__link):hover,
.editor-styles-wrapper .armature-theme :where(.armature-contact-panel--contact-default, .armature-contact-panel--contact-two, .armature-contact-panel--contact-three, .armature-contact-panel--contact-portfolio, .armature-contact-panel--contact-editorial, .armature-contact-panel--contact-studio) :where(.armature-module__intro, .armature-contact-panel__intro, .armature-contact-panel__availability) a:not(.armature-contact-panel__button):not(.wp-block-button__link):focus {
  color: var(--armature-contact-panel-fg) !important;
  opacity: 0.82;
}

body.armature-theme.armature-button-style--solid :where(.armature-contact-panel--contact-default, .armature-contact-panel--contact-two, .armature-contact-panel--contact-three, .armature-contact-panel--contact-editorial, .armature-contact-panel--contact-portfolio, .armature-contact-panel--contact-studio) .armature-contact-panel__button,
.editor-styles-wrapper .armature-theme.armature-button-style--solid :where(.armature-contact-panel--contact-default, .armature-contact-panel--contact-two, .armature-contact-panel--contact-three, .armature-contact-panel--contact-editorial, .armature-contact-panel--contact-portfolio, .armature-contact-panel--contact-studio) .armature-contact-panel__button {
  background: var(--armature-contact-panel-button-bg) !important;
  border-color: var(--armature-contact-panel-button-border) !important;
  color: var(--armature-contact-panel-button-fg) !important;
}

body.armature-theme.armature-button-style--solid :where(.armature-contact-panel--contact-default, .armature-contact-panel--contact-two, .armature-contact-panel--contact-three, .armature-contact-panel--contact-editorial, .armature-contact-panel--contact-portfolio, .armature-contact-panel--contact-studio) .armature-contact-panel__button:hover,
.editor-styles-wrapper .armature-theme.armature-button-style--solid :where(.armature-contact-panel--contact-default, .armature-contact-panel--contact-two, .armature-contact-panel--contact-three, .armature-contact-panel--contact-editorial, .armature-contact-panel--contact-portfolio, .armature-contact-panel--contact-studio) .armature-contact-panel__button:hover {
  background: var(--armature-contact-panel-button-hover-bg) !important;
  border-color: var(--armature-contact-panel-button-hover-border) !important;
  color: var(--armature-contact-panel-button-hover-fg) !important;
}

body.armature-theme.armature-button-style--outline :where(.armature-contact-panel--contact-default, .armature-contact-panel--contact-two, .armature-contact-panel--contact-three, .armature-contact-panel--contact-editorial, .armature-contact-panel--contact-portfolio, .armature-contact-panel--contact-studio) .armature-contact-panel__button,
.editor-styles-wrapper .armature-theme.armature-button-style--outline :where(.armature-contact-panel--contact-default, .armature-contact-panel--contact-two, .armature-contact-panel--contact-three, .armature-contact-panel--contact-editorial, .armature-contact-panel--contact-portfolio, .armature-contact-panel--contact-studio) .armature-contact-panel__button {
  background: transparent !important;
  border-color: var(--armature-contact-panel-outline-button-border) !important;
  color: var(--armature-contact-panel-outline-button-fg) !important;
}

body.armature-theme.armature-button-style--outline :where(.armature-contact-panel--contact-default, .armature-contact-panel--contact-two, .armature-contact-panel--contact-three, .armature-contact-panel--contact-editorial, .armature-contact-panel--contact-portfolio, .armature-contact-panel--contact-studio) .armature-contact-panel__button:hover,
.editor-styles-wrapper .armature-theme.armature-button-style--outline :where(.armature-contact-panel--contact-default, .armature-contact-panel--contact-two, .armature-contact-panel--contact-three, .armature-contact-panel--contact-editorial, .armature-contact-panel--contact-portfolio, .armature-contact-panel--contact-studio) .armature-contact-panel__button:hover {
  background: var(--armature-contact-panel-button-bg) !important;
  border-color: var(--armature-contact-panel-button-border) !important;
  color: var(--armature-contact-panel-button-fg) !important;
}

body.armature-theme .armature-site-header__bar,
.editor-styles-wrapper .armature-theme .armature-site-header__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-width: 0;
}

body.armature-theme .armature-site-nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
  padding: 0;
  border: 0;
  border-radius: var(--armature-button-radius, 0);
  background: transparent;
  color: var(--armature-shell-header-link, currentColor);
  cursor: pointer;
}

body.armature-theme .armature-site-nav-toggle:hover,
body.armature-theme .armature-site-nav-toggle:focus-visible {
  background: color-mix(in srgb, currentColor 9%, transparent);
}

body.armature-theme .armature-site-nav-toggle__icon {
  position: relative;
  display: inline-block;
  width: 1.35rem;
  height: 0.9rem;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}

body.armature-theme .armature-site-nav-toggle__icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 100%;
  height: 2px;
  background: currentColor;
}

body.armature-theme .armature-site-header.is-mobile-nav-active .armature-site-header__inner {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding-bottom: 0;
}

body.armature-theme .armature-site-header.is-mobile-nav-active .armature-site-header__bar {
  position: relative;
  width: 100%;
  padding-bottom: var(--armature-mobile-header-bar-bottom, clamp(2.45rem, 8vw, 3.25rem)) !important;
}

body.armature-theme .armature-site-header.is-mobile-nav-active.armature-site-header--default {
  --armature-mobile-header-bar-bottom: 3rem;
}

body.armature-theme .armature-site-header.is-mobile-nav-active.armature-site-header--editorial {
  --armature-mobile-header-bar-bottom: 3.2rem;
}

body.armature-theme .armature-site-header.is-mobile-nav-active.armature-site-header--portfolio {
  --armature-mobile-header-bar-bottom: 2.15rem;
}

body.armature-theme .armature-site-header.is-mobile-nav-active.armature-site-header--studio {
  --armature-mobile-header-bar-bottom: 1.6rem;
}

body.armature-theme .armature-site-header.is-mobile-nav-active .armature-site-header__brand-wrap {
  min-width: 0;
}

body.armature-theme .armature-site-header.is-mobile-nav-active .armature-site-nav-toggle {
  display: inline-flex;
  flex: 0 0 auto;
}

body.armature-theme .armature-site-header.is-mobile-nav-active:not(.is-mobile-nav-open) .armature-site-nav {
  display: none !important;
}

body.armature-theme .armature-site-header.is-mobile-nav-active.is-mobile-nav-open .armature-site-nav {
  display: flex !important;
  width: calc(100% + (var(--armature-shell-gutter, 50px) * 2));
  margin-inline: calc(var(--armature-shell-gutter, 50px) * -1);
  padding: clamp(0.8rem, 3vw, 1.15rem) var(--armature-shell-gutter, 50px) clamp(1.1rem, 4vw, 1.5rem);
  border-top: 1px solid var(--armature-shell-header-border, var(--armature-color-border));
  border-bottom: 0;
  box-sizing: border-box;
}

body.armature-theme .armature-site-header.is-mobile-nav-active.is-mobile-nav-open .armature-site-nav__list {
  display: flex !important;
  flex-direction: column;
  align-items: stretch !important;
  width: 100%;
  gap: 0;
  padding: 0;
  border-top: 0;
}

body.armature-theme .armature-site-header.is-mobile-nav-active.is-mobile-nav-open .armature-site-nav__item {
  width: 100%;
}

body.armature-theme .armature-site-header.is-mobile-nav-active.is-mobile-nav-open .armature-site-nav__link {
  display: block;
  padding: 0.72rem 0;
  font-size: 1rem;
  line-height: 1.2;
  text-align: left;
}

body.armature-theme .armature-site-header.is-mobile-nav-active.armature-site-header--portfolio .armature-site-header__bar,
body.armature-theme .armature-site-header.is-mobile-nav-active.armature-site-header--studio .armature-site-header__bar {
  text-align: left;
}

body.armature-theme .armature-site-header.is-mobile-nav-active.armature-site-header--portfolio .armature-site-header__inner,
body.armature-theme .armature-site-header.is-mobile-nav-active.armature-site-header--studio .armature-site-header__inner {
  align-items: flex-start;
}

@media (max-width: 840px) {
  body.armature-theme :where(.armature-module-home-hero.has-background, .armature-module-home-hero[style*="background-image"]),
  .editor-styles-wrapper .armature-theme :where(.armature-module-home-hero.has-background, .armature-module-home-hero[style*="background-image"]) {
    padding-inline: max(1.75rem, calc(var(--armature-shell-gutter, 50px) + 0.65rem)) !important;
  }

  body.armature-theme .armature-page-shell > :where(.armature-module-home-hero.alignfull.has-background, .armature-module-home-hero.alignfull[style*="background-image"]),
  .editor-styles-wrapper .armature-theme .armature-page-shell > :where(.armature-module-home-hero.alignfull.has-background, .armature-module-home-hero.alignfull[style*="background-image"]) {
    width: auto !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-inline: max(1.75rem, calc(var(--armature-shell-gutter, 50px) + 0.65rem)) !important;
  }

  body.armature-theme .armature-page-shell > :where(.armature-module-home-hero.alignfull.has-background, .armature-module-home-hero.alignfull[style*="background-image"]) > .armature-home-hero__inner,
  .editor-styles-wrapper .armature-theme .armature-page-shell > :where(.armature-module-home-hero.alignfull.has-background, .armature-module-home-hero.alignfull[style*="background-image"]) > .armature-home-hero__inner {
    width: 100% !important;
    padding-inline: 0 !important;
  }
}

@media (max-width: 639px) {
  body.armature-theme {
    --armature-shell-gutter: 18px;
  }

  body.armature-theme .entry-content :where(.wp-block-group.has-background, .wp-block-cover),
  .editor-styles-wrapper .armature-theme :where(.wp-block-group.has-background, .wp-block-cover) {
    padding-inline: max(1.35rem, var(--armature-shell-gutter, 18px));
  }

  body.armature-theme .armature-module-flexible-content > :where(.wp-block-group.alignfull.has-background, .wp-block-cover.alignfull),
  .editor-styles-wrapper .armature-theme .armature-module-flexible-content > :where(.wp-block-group.alignfull.has-background, .wp-block-cover.alignfull),
  body.armature-theme .entry-content > :where(.wp-block-group.alignfull.has-background, .wp-block-cover.alignfull),
  .editor-styles-wrapper .armature-theme > :where(.wp-block-group.alignfull.has-background, .wp-block-cover.alignfull) {
    box-sizing: border-box;
    padding-inline: max(1.75rem, calc(var(--armature-shell-gutter, 18px) + 0.65rem)) !important;
    padding-block: clamp(1.75rem, 8vw, 2.75rem);
  }

  body.armature-theme .entry-content :where(.wp-block-cover.alignfull, .wp-block-cover.alignwide),
  .editor-styles-wrapper .armature-theme :where(.wp-block-cover.alignfull, .wp-block-cover.alignwide) {
    padding-inline: max(1.75rem, calc(var(--armature-shell-gutter, 18px) + 0.65rem)) !important;
  }

  body.armature-theme .entry-content :where(.wp-block-cover.alignfull, .wp-block-cover.alignwide) .wp-block-cover__inner-container,
  .editor-styles-wrapper .armature-theme :where(.wp-block-cover.alignfull, .wp-block-cover.alignwide) .wp-block-cover__inner-container {
    box-sizing: border-box;
    width: 100%;
    max-width: min(100%, var(--wp--style--global--wide-size, 1100px));
    margin-inline: auto;
  }

  body.armature-theme .entry-content :where(.alignleft, .alignright),
  .editor-styles-wrapper .armature-theme :where(.alignleft, .alignright) {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.armature-theme .entry-content :where(.wp-block-image.alignleft, .wp-block-image.alignright),
  .editor-styles-wrapper .armature-theme :where(.wp-block-image.alignleft, .wp-block-image.alignright) {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
  }

  body.armature-theme .entry-content :where(.wp-block-image.alignleft img, .wp-block-image.alignright img),
  .editor-styles-wrapper .armature-theme :where(.wp-block-image.alignleft img, .wp-block-image.alignright img) {
    display: block;
    max-width: 100%;
    height: auto;
    margin-inline: auto;
  }

  body.armature-theme .entry-content :where(.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content),
  .editor-styles-wrapper .armature-theme :where(.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content) {
    padding: 1.25rem 0 0;
  }
}

@media (max-width: 700px) {
  body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__row,
  .editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__row {
    grid-template-columns: 1fr !important;
  }

  body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__content,
  .editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__content {
    margin-top: clamp(0.9rem, 2.5vw, 1.15rem) !important;
  }

  body.armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__title,
  .editor-styles-wrapper .armature-theme .armature-module-teasers.armature-teasers--highlights-studio .armature-teasers__title {
    margin-top: 0 !important;
  }
}

body.armature-theme.armature-border-treatment--comic-3d .entry-content :where(.wp-block-quote),
.editor-styles-wrapper .armature-theme.armature-border-treatment--comic-3d :where(.wp-block-quote) {
  border-left-width: 1px !important;
  box-shadow: none !important;
}

body.armature-theme.armature-border-treatment--comic-3d .entry-content :where(.wp-block-pullquote),
.editor-styles-wrapper .armature-theme.armature-border-treatment--comic-3d :where(.wp-block-pullquote) {
  border-top-width: 1px !important;
  border-bottom-width: 1px !important;
  box-shadow: none !important;
}

body.armature-theme.armature-border-treatment--comic-3d .entry-content :where(hr, .wp-block-separator),
.editor-styles-wrapper .armature-theme.armature-border-treatment--comic-3d :where(hr, .wp-block-separator) {
  border: 0 !important;
  border-top: 1px solid var(--armature-color-border) !important;
  height: 0 !important;
  min-height: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  opacity: 1;
}

body.armature-theme.armature-border-treatment--comic-3d :where(
  .armature-site-header.armature-site-header--default,
  .armature-site-footer--default,
  .armature-site-footer--studio .armature-site-footer__inner,
  .armature-archive-strip--archive-portfolio .armature-archive-strip__inner,
  .armature-archive-strip--portfolio .armature-archive-strip__inner,
  .armature-archive-strip--archive-studio .armature-archive-strip__inner,
  .armature-archive-strip--studio .armature-archive-strip__inner
),
.editor-styles-wrapper .armature-theme.armature-border-treatment--comic-3d :where(
  .armature-site-header.armature-site-header--default,
  .armature-site-footer--default,
  .armature-site-footer--studio .armature-site-footer__inner,
  .armature-archive-strip--archive-portfolio .armature-archive-strip__inner,
  .armature-archive-strip--portfolio .armature-archive-strip__inner,
  .armature-archive-strip--archive-studio .armature-archive-strip__inner,
  .armature-archive-strip--studio .armature-archive-strip__inner
) {
  box-shadow: none !important;
}

body.armature-theme.armature-border-treatment--comic-3d .armature-site-header.armature-site-header--default,
.editor-styles-wrapper .armature-theme.armature-border-treatment--comic-3d .armature-site-header.armature-site-header--default {
  border-bottom-width: 1px !important;
}

body.armature-theme.armature-border-treatment--comic-3d .armature-site-footer--default,
.editor-styles-wrapper .armature-theme.armature-border-treatment--comic-3d .armature-site-footer--default {
  border-top-width: 1px !important;
}

body.armature-theme.armature-border-treatment--comic-3d .armature-site-footer--studio .armature-site-footer__inner,
.editor-styles-wrapper .armature-theme.armature-border-treatment--comic-3d .armature-site-footer--studio .armature-site-footer__inner,
body.armature-theme.armature-border-treatment--comic-3d :where(.armature-archive-strip--archive-portfolio, .armature-archive-strip--portfolio, .armature-archive-strip--archive-studio, .armature-archive-strip--studio) .armature-archive-strip__inner,
.editor-styles-wrapper .armature-theme.armature-border-treatment--comic-3d :where(.armature-archive-strip--archive-portfolio, .armature-archive-strip--portfolio, .armature-archive-strip--archive-studio, .armature-archive-strip--studio) .armature-archive-strip__inner {
  border-bottom-width: 1px !important;
}

body.armature-theme.armature-border-treatment--panel :where(.armature-archive-strip--archive-studio, .armature-archive-strip--studio) .armature-archive-strip__inner,
.editor-styles-wrapper .armature-theme.armature-border-treatment--panel :where(.armature-archive-strip--archive-studio, .armature-archive-strip--studio) .armature-archive-strip__inner,
body.armature-theme.armature-border-treatment--sketched :where(.armature-archive-strip--archive-studio, .armature-archive-strip--studio) .armature-archive-strip__inner,
.editor-styles-wrapper .armature-theme.armature-border-treatment--sketched :where(.armature-archive-strip--archive-studio, .armature-archive-strip--studio) .armature-archive-strip__inner {
  border-bottom-width: var(--armature-panel-border-width, 1px) !important;
}

/* Armature v0.2.306 - native Gutenberg editor parity, final scoped pass.
   This keeps ordinary native editor blocks visually aligned with the front end
   without adding Armature template classes to the editor root or duplicating
   button/border treatments. */
body.armature-admin-editor .editor-styles-wrapper {
  --armature-editor-content-width: var(--wp--style--global--content-size, 1280px);
  --armature-editor-wide-width: var(--wp--style--global--wide-size, 1440px);
  --armature-editor-inline-gutter: var(--armature-shell-gutter, 50px);
  --armature-button-radius: 0;
}

body.armature-admin-editor.armature-button-shape--rounded .editor-styles-wrapper {
  --armature-button-radius: 0.35rem;
}

body.armature-admin-editor.armature-button-shape--pill .editor-styles-wrapper {
  --armature-button-radius: 999px;
}

body.armature-admin-editor.armature-border-treatment--minimal .editor-styles-wrapper {
  --armature-panel-border-width: 1px;
  --armature-button-border-width: 1px;
}

body.armature-admin-editor.armature-border-treatment--panel .editor-styles-wrapper {
  --armature-panel-border-width: 6px;
  --armature-button-border-width: 4px;
}

body.armature-admin-editor.armature-border-treatment--sketched .editor-styles-wrapper {
  --armature-panel-border-width: 4px;
  --armature-button-border-width: 4px;
}

body.armature-admin-editor.armature-border-treatment--comic-3d .editor-styles-wrapper {
  --armature-panel-border-width: 2px;
  --armature-button-border-width: 2px;
  --armature-button-radius: 0;
}

body.armature-admin-editor.armature-editor-kind--page .editor-styles-wrapper .is-root-container > :where(.wp-block:not(.alignfull):not(.alignwide):not(.wp-block-armature-page-shell):not([class*="wp-block-armature-"])) {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.armature-admin-editor.armature-editor-kind--page .editor-styles-wrapper .is-root-container > :where(.wp-block.alignwide:not(.wp-block-armature-page-shell):not([class*="wp-block-armature-"])) {
  box-sizing: border-box;
  width: min(100%, var(--armature-editor-wide-width)) !important;
  max-width: min(calc(100% - (var(--armature-editor-inline-gutter) * 2)), var(--armature-editor-wide-width)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.armature-admin-editor.armature-editor-kind--page .editor-styles-wrapper .is-root-container > :where(.wp-block.alignfull:not(.wp-block-armature-page-shell):not([class*="wp-block-armature-"])) {
  box-sizing: border-box;
  width: calc(100% + (var(--armature-editor-inline-gutter) * 2)) !important;
  max-width: none !important;
  margin-left: calc(var(--armature-editor-inline-gutter) * -1) !important;
  margin-right: calc(var(--armature-editor-inline-gutter) * -1) !important;
}

body.armature-admin-editor .editor-styles-wrapper :where(.wp-block-quote, .wp-block-pullquote, .wp-block-details, .wp-block-table, .wp-block-buttons, .wp-block-separator, hr) {
  box-sizing: border-box;
}

body.armature-admin-editor .editor-styles-wrapper :where(.wp-block-buttons:not([class*="armature-"])) {
  gap: 0.75rem;
}

body.armature-admin-editor .editor-styles-wrapper .wp-block-button:not([class*="armature-"]) > :is(.wp-block-button__link, .wp-element-button) {
  align-items: center;
  background: transparent;
  border-color: var(--armature-color-accent, currentColor);
  border-radius: var(--armature-button-radius, 0);
  border-style: solid;
  border-width: var(--armature-button-border-width, 1px);
  box-shadow: none;
  color: var(--armature-color-accent, currentColor);
  display: inline-flex;
  font-family: var(--armature-font-body, inherit);
  font-size: 0.95rem;
  font-weight: 500;
  gap: 0.5rem;
  justify-content: center;
  line-height: 1.15;
  min-height: 2.5rem;
  padding: 0.65rem 1rem;
  position: relative;
  text-decoration: none;
}

body.armature-admin-editor.armature-button-style--solid .editor-styles-wrapper .wp-block-button:not([class*="armature-"]) > :is(.wp-block-button__link, .wp-element-button) {
  background: var(--armature-color-accent, currentColor);
  border-color: var(--armature-color-accent, currentColor);
  color: var(--armature-color-canvas, #fff);
}

body.armature-admin-editor.armature-button-style--outline .editor-styles-wrapper .wp-block-button:not([class*="armature-"]) > :is(.wp-block-button__link, .wp-element-button) {
  background: transparent;
  border-color: var(--armature-color-accent, currentColor);
  color: var(--armature-color-accent, currentColor);
}

body.armature-admin-editor.armature-border-treatment--sketched .editor-styles-wrapper .wp-block-button:not([class*="armature-"]) > :is(.wp-block-button__link, .wp-element-button) {
  border-radius: var(--armature-sketch-button-border-radius, 50% 1% / 3% 50%);
  transform: var(--armature-sketch-transform, rotate(0.15deg));
  transform-origin: center;
}

body.armature-admin-editor.armature-border-treatment--comic-3d .editor-styles-wrapper .wp-block-button:not([class*="armature-"]) > :is(.wp-block-button__link, .wp-element-button) {
  --armature-3d-border-color: var(--armature-color-accent, currentColor);
  isolation: isolate;
  overflow: visible;
  z-index: 0;
}

body.armature-admin-editor.armature-border-treatment--comic-3d .editor-styles-wrapper .wp-block-button:not([class*="armature-"]) > :is(.wp-block-button__link, .wp-element-button)::before,
body.armature-admin-editor.armature-border-treatment--comic-3d .editor-styles-wrapper .wp-block-button:not([class*="armature-"]) > :is(.wp-block-button__link, .wp-element-button)::after {
  background: var(--armature-3d-border-color, var(--armature-color-accent, currentColor));
  content: "";
  display: block;
  opacity: .75;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

body.armature-admin-editor.armature-border-treatment--comic-3d .editor-styles-wrapper .wp-block-button:not([class*="armature-"]) > :is(.wp-block-button__link, .wp-element-button)::before {
  height: 100%;
  left: calc(var(--armature-3d-offset, 4px) * -1);
  max-width: 100%;
  top: var(--armature-3d-offset, 4px);
  width: var(--armature-3d-offset, 4px);
}

body.armature-admin-editor.armature-border-treatment--comic-3d .editor-styles-wrapper .wp-block-button:not([class*="armature-"]) > :is(.wp-block-button__link, .wp-element-button)::after {
  height: var(--armature-3d-offset, 4px);
  left: 0;
  max-width: 100%;
  top: 100%;
  width: 100%;
}

body.armature-admin-editor .editor-styles-wrapper :where(.wp-block-quote) {
  margin: 1.5rem 0;
  padding: 1.05rem 1.25rem;
  border: 0;
  border-left: var(--armature-panel-border-width, 1px) solid var(--armature-color-accent);
  background: var(--armature-color-surface);
  color: var(--armature-color-text);
  font-family: var(--armature-font-body);
}

body.armature-admin-editor .editor-styles-wrapper :where(.wp-block-quote p) {
  margin: 0;
  color: inherit;
  font-size: 1rem;
  line-height: 1.6;
}

body.armature-admin-editor .editor-styles-wrapper :where(.wp-block-quote p + p) {
  margin-top: 0.75rem;
}

body.armature-admin-editor .editor-styles-wrapper :where(.wp-block-quote cite) {
  display: block;
  margin-top: 0.75rem;
  color: var(--armature-color-text);
  font-size: 0.8rem;
  font-style: normal;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.72;
}

body.armature-admin-editor .editor-styles-wrapper :where(.wp-block-pullquote) {
  margin: 2rem 0;
  padding: clamp(1.35rem, 3vw, 2.2rem);
  border: 0;
  border-top: var(--armature-panel-border-width, 1px) solid var(--armature-color-border);
  border-bottom: var(--armature-panel-border-width, 1px) solid var(--armature-color-border);
  color: var(--armature-color-heading);
  text-align: center;
}

body.armature-admin-editor .editor-styles-wrapper :where(.wp-block-pullquote blockquote) {
  margin: 0;
}

body.armature-admin-editor .editor-styles-wrapper :where(.wp-block-pullquote p) {
  margin: 0;
  color: inherit;
  font-family: var(--armature-font-heading);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.22;
}

body.armature-admin-editor .editor-styles-wrapper :where(.wp-block-pullquote cite) {
  display: block;
  margin-top: 0.9rem;
  color: var(--armature-color-text);
  font-family: var(--armature-font-body);
  font-size: 0.8rem;
  font-style: normal;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.72;
}

body.armature-admin-editor .editor-styles-wrapper :where(.wp-block-table) {
  margin: 1.5rem 0;
}

body.armature-admin-editor .editor-styles-wrapper :where(.wp-block-table table) {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--armature-color-border);
  background: var(--armature-color-surface);
}

body.armature-admin-editor .editor-styles-wrapper :where(.wp-block-table th, .wp-block-table td) {
  padding: 0.75rem 0.85rem;
  border: 1px solid var(--armature-color-border);
  color: var(--armature-color-text);
  text-align: left;
}

body.armature-admin-editor .editor-styles-wrapper :where(.wp-block-details) {
  margin: 1.5rem 0;
  padding: 1rem 1.1rem;
  border: var(--armature-panel-border-width, 1px) solid var(--armature-color-border);
  background: var(--armature-color-surface);
  color: var(--armature-color-text);
}

body.armature-admin-editor .editor-styles-wrapper :where(.wp-block-details summary) {
  color: var(--armature-color-heading);
  font-family: var(--armature-font-heading);
  font-weight: 600;
  cursor: pointer;
}

body.armature-admin-editor .editor-styles-wrapper :where(hr, .wp-block-separator) {
  margin: 2rem 0;
  border: 0;
  border-top: var(--armature-panel-border-width, 1px) solid var(--armature-color-border);
}

body.armature-admin-editor.armature-border-treatment--sketched .editor-styles-wrapper :where(.wp-block-quote) {
  border-left-width: var(--armature-panel-border-width, 4px);
}

body.armature-admin-editor.armature-border-treatment--sketched .editor-styles-wrapper :where(.wp-block-pullquote, hr, .wp-block-separator) {
  border-top-width: var(--armature-panel-border-width, 4px);
  border-bottom-width: var(--armature-panel-border-width, 4px);
}

body.armature-admin-editor.armature-border-treatment--sketched .editor-styles-wrapper :where(.wp-block-details) {
  border-radius: var(--armature-sketch-panel-border-radius, 10% 0.5% 10% 0.5% / 0.5% 10% 0.5% 10%);
  transform: var(--armature-sketch-transform, rotate(0.15deg));
  transform-origin: center;
}

body.armature-admin-editor.armature-border-treatment--comic-3d .editor-styles-wrapper :where(.wp-block-quote) {
  border-left-width: var(--armature-panel-border-width, 2px);
}

body.armature-admin-editor.armature-border-treatment--comic-3d .editor-styles-wrapper :where(.wp-block-pullquote, hr, .wp-block-separator) {
  border-top-width: var(--armature-panel-border-width, 2px);
  border-bottom-width: var(--armature-panel-border-width, 2px);
}

body.armature-admin-editor .editor-styles-wrapper :where(
  :is([class^="wp-block-"], [class*=" wp-block-"]):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image):not([class*="-border-color"]):not([style*="border-color"]):is(.has-border-color, .has-custom-border),
  :is([class^="wp-block-"], [class*=" wp-block-"]):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image):not([class*="-border-color"]):not([style*="border-color"])[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"])
) {
  border-color: var(--armature-color-border) !important;
}

body.armature-admin-editor.armature-border-treatment--panel .editor-styles-wrapper :where(
  :is([class^="wp-block-"], [class*=" wp-block-"]):is(.has-border-color, .has-custom-border):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image),
  :is([class^="wp-block-"], [class*=" wp-block-"])[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"]):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image)
),
body.armature-admin-editor.armature-border-treatment--sketched .editor-styles-wrapper :where(
  :is([class^="wp-block-"], [class*=" wp-block-"]):is(.has-border-color, .has-custom-border):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image),
  :is([class^="wp-block-"], [class*=" wp-block-"])[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"]):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image)
) {
  border-width: var(--armature-panel-border-width, 4px) !important;
}

body.armature-admin-editor.armature-border-treatment--sketched .editor-styles-wrapper :where(
  :is([class^="wp-block-"], [class*=" wp-block-"]):is(.has-border-color, .has-custom-border):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image),
  :is([class^="wp-block-"], [class*=" wp-block-"])[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"]):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image)
) {
  border-radius: var(--armature-sketch-panel-border-radius, 10% 0.5% 10% 0.5% / 0.5% 10% 0.5% 10%);
  transform: var(--armature-sketch-transform, rotate(0.15deg));
  transform-origin: center;
}

body.armature-admin-editor.armature-border-treatment--comic-3d .editor-styles-wrapper :where(
  :is([class^="wp-block-"], [class*=" wp-block-"]):is(.has-border-color, .has-custom-border):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image),
  :is([class^="wp-block-"], [class*=" wp-block-"])[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"]):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image),
  .wp-block-details
) {
  --armature-3d-border-color: var(--armature-color-border);
  border-width: var(--armature-panel-border-width, 2px) !important;
  isolation: isolate;
  overflow: visible;
  position: relative;
  z-index: 0;
}

body.armature-admin-editor.armature-border-treatment--comic-3d .editor-styles-wrapper :where(
  :is([class^="wp-block-"], [class*=" wp-block-"]):is(.has-border-color, .has-custom-border):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image),
  :is([class^="wp-block-"], [class*=" wp-block-"])[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"]):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image),
  .wp-block-details
)::before,
body.armature-admin-editor.armature-border-treatment--comic-3d .editor-styles-wrapper :where(
  :is([class^="wp-block-"], [class*=" wp-block-"]):is(.has-border-color, .has-custom-border):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image),
  :is([class^="wp-block-"], [class*=" wp-block-"])[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"]):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image),
  .wp-block-details
)::after {
  background: var(--armature-3d-border-color, var(--armature-color-border));
  content: "";
  display: block;
  opacity: .75;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

body.armature-admin-editor.armature-border-treatment--comic-3d .editor-styles-wrapper :where(
  :is([class^="wp-block-"], [class*=" wp-block-"]):is(.has-border-color, .has-custom-border):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image),
  :is([class^="wp-block-"], [class*=" wp-block-"])[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"]):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image),
  .wp-block-details
)::before {
  height: 100%;
  left: calc(var(--armature-3d-offset, 4px) * -1);
  max-width: 100%;
  top: var(--armature-3d-offset, 4px);
  width: var(--armature-3d-offset, 4px);
}

body.armature-admin-editor.armature-border-treatment--comic-3d .editor-styles-wrapper :where(
  :is([class^="wp-block-"], [class*=" wp-block-"]):is(.has-border-color, .has-custom-border):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image),
  :is([class^="wp-block-"], [class*=" wp-block-"])[style*="border-width"]:not([style*="border-width:0"]):not([style*="border-width: 0"]):not([style*="border-style:none"]):not([style*="border-style: none"]):not(.armature-module):not([class*="wp-block-armature-"]):not(.wp-block-button):not(.wp-block-button__link):not(.wp-block-image),
  .wp-block-details
)::after {
  height: var(--armature-3d-offset, 4px);
  left: 0;
  max-width: 100%;
  top: 100%;
  width: 100%;
}

.editor-styles-wrapper .armature-overlay-control,
.interface-interface-skeleton__sidebar .armature-overlay-control,
.components-popover .armature-overlay-control {
  display: block;
  width: 100%;
}

/* Armature v0.2.337: use the native Gutenberg colour palette for image overlays,
   so selection styling matches the standard editor picker. */
.editor-styles-wrapper .armature-overlay-control .components-color-palette,
.interface-interface-skeleton__sidebar .armature-overlay-control .components-color-palette,
.components-popover .armature-overlay-control .components-color-palette {
  margin: 8px 0 14px;
  width: 100%;
}

.editor-styles-wrapper .armature-overlay-opacity,
.interface-interface-skeleton__sidebar .armature-overlay-opacity,
.components-popover .armature-overlay-opacity {
  clear: both;
  display: block;
  margin-top: 12px;
  width: 100%;
}

.editor-styles-wrapper .armature-overlay-opacity .components-base-control,
.interface-interface-skeleton__sidebar .armature-overlay-opacity .components-base-control,
.components-popover .armature-overlay-opacity .components-base-control {
  margin-bottom: 0;
}

/* Armature v0.2.334: keep the image-overlay controls from being squeezed into
   the Background tools panel's internal two-column/grid layout. */
.interface-interface-skeleton__sidebar .armature-overlay-base-control,
.edit-post-sidebar .armature-overlay-base-control,
.components-popover .armature-overlay-base-control {
  grid-column: 1 / -1;
  max-width: none;
  width: 100%;
}

.interface-interface-skeleton__sidebar :is(.components-tools-panel-item, .components-base-control, .components-panel__row):has(.armature-overlay-control),
.edit-post-sidebar :is(.components-tools-panel-item, .components-base-control, .components-panel__row):has(.armature-overlay-control),
.components-popover :is(.components-tools-panel-item, .components-base-control, .components-panel__row):has(.armature-overlay-control) {
  grid-column: 1 / -1;
  max-width: none;
  width: 100%;
}

.interface-interface-skeleton__sidebar .armature-overlay-opacity .components-range-control,
.edit-post-sidebar .armature-overlay-opacity .components-range-control,
.components-popover .armature-overlay-opacity .components-range-control {
  max-width: none;
  width: 100%;
}


/* Editor-only Home Hero breakpoint repair v0.2.352.
   Gutenberg device previews often resize the canvas without changing the browser viewport,
   so viewport media queries do not always fire inside the editor. */
.editor-styles-wrapper .armature-module-home-hero {
	container-type: inline-size;
	container-name: armature-home-hero-editor;
}

@container armature-home-hero-editor (max-width: 781px) {
	.editor-styles-wrapper .armature-module-home-hero .armature-home-hero__inner,
	.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio .armature-home-hero__inner,
	.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio-showcase .armature-home-hero__inner,
	.editor-styles-wrapper .armature-theme.armature-template--studio .armature-home-hero--hero-studio .armature-home-hero__inner,
	.editor-styles-wrapper .armature-theme.armature-template--studio .armature-home-hero--hero-studio-card .armature-home-hero__inner {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.editor-styles-wrapper .armature-module-home-hero .armature-home-hero__content,
	.editor-styles-wrapper .armature-theme.armature-template--portfolio .armature-home-hero--hero-portfolio-showcase .armature-home-hero__content {
		max-width: none !important;
		grid-column: auto !important;
		grid-row: auto !important;
	}

	.editor-styles-wrapper .armature-module-home-hero .armature-home-hero__media,
	.editor-styles-wrapper .armature-module-home-hero .armature-home-hero__image {
		grid-column: auto !important;
		grid-row: auto !important;
		min-height: 0 !important;
	}
}

/* Editor-only Home Hero preview breakpoint repair v0.2.356.
   Gutenberg keeps core/columns as flex nowrap inside the iframe preview, so force
   Home Hero columns to stack using flex rules rather than grid-only fallbacks. */
.editor-styles-wrapper.armature-editor-preview--mobile .armature-module-home-hero .armature-home-hero__inner,
.armature-editor-preview--mobile .editor-styles-wrapper .armature-module-home-hero .armature-home-hero__inner,
.armature-editor-preview--mobile .armature-module-home-hero .armature-home-hero__inner,
.armature-module-home-hero.armature-editor-preview--mobile .armature-home-hero__inner,
.editor-styles-wrapper.armature-editor-preview--mobile .armature-theme.armature-template--default .armature-module-home-hero .armature-home-hero__inner,
.editor-styles-wrapper.armature-editor-preview--mobile .armature-theme.armature-template--editorial .armature-module-home-hero .armature-home-hero__inner,
.editor-styles-wrapper.armature-editor-preview--mobile .armature-theme.armature-template--portfolio .armature-module-home-hero .armature-home-hero__inner,
.editor-styles-wrapper.armature-editor-preview--mobile .armature-theme.armature-template--studio .armature-module-home-hero .armature-home-hero__inner {
	display: flex !important;
	flex-direction: column !important;
	flex-wrap: wrap !important;
	align-items: stretch !important;
	grid-template-columns: minmax(0, 1fr) !important;
}

.editor-styles-wrapper.armature-editor-preview--mobile .armature-module-home-hero .armature-home-hero__content,
.armature-editor-preview--mobile .editor-styles-wrapper .armature-module-home-hero .armature-home-hero__content,
.armature-editor-preview--mobile .armature-module-home-hero .armature-home-hero__content,
.armature-module-home-hero.armature-editor-preview--mobile .armature-home-hero__content,
.editor-styles-wrapper.armature-editor-preview--mobile .armature-theme.armature-template--default .armature-module-home-hero .armature-home-hero__content,
.editor-styles-wrapper.armature-editor-preview--mobile .armature-theme.armature-template--editorial .armature-module-home-hero .armature-home-hero__content,
.editor-styles-wrapper.armature-editor-preview--mobile .armature-theme.armature-template--portfolio .armature-module-home-hero .armature-home-hero__content,
.editor-styles-wrapper.armature-editor-preview--mobile .armature-theme.armature-template--studio .armature-module-home-hero .armature-home-hero__content {
	flex-basis: 100% !important;
	grid-column: auto !important;
	grid-row: auto !important;
	max-width: none !important;
	width: 100% !important;
}

.editor-styles-wrapper.armature-editor-preview--mobile .armature-module-home-hero .armature-home-hero__media,
.editor-styles-wrapper.armature-editor-preview--mobile .armature-module-home-hero .armature-home-hero__image,
.armature-editor-preview--mobile .editor-styles-wrapper .armature-module-home-hero .armature-home-hero__media,
.armature-editor-preview--mobile .editor-styles-wrapper .armature-module-home-hero .armature-home-hero__image,
.armature-editor-preview--mobile .armature-module-home-hero .armature-home-hero__media,
.armature-editor-preview--mobile .armature-module-home-hero .armature-home-hero__image,
.armature-module-home-hero.armature-editor-preview--mobile .armature-home-hero__media,
.armature-module-home-hero.armature-editor-preview--mobile .armature-home-hero__image {
	flex-basis: 100% !important;
	float: none !important;
	grid-column: auto !important;
	grid-row: auto !important;
	margin-inline-start: 0 !important;
	margin-inline-end: 0 !important;
	min-height: 0 !important;
	max-width: 100% !important;
	width: 100% !important;
}

.editor-styles-wrapper.armature-editor-preview--mobile .armature-module-home-hero .armature-home-hero__image,
.armature-editor-preview--mobile .editor-styles-wrapper .armature-module-home-hero .armature-home-hero__image,
.armature-editor-preview--mobile .armature-module-home-hero .armature-home-hero__image,
.armature-module-home-hero.armature-editor-preview--mobile .armature-home-hero__image {
	height: auto !important;
	max-height: none !important;
	object-fit: contain !important;
}

.editor-styles-wrapper.armature-editor-preview--mobile .armature-module-home-hero .armature-home-hero__title,
.armature-editor-preview--mobile .editor-styles-wrapper .armature-module-home-hero .armature-home-hero__title,
.armature-editor-preview--mobile .armature-module-home-hero .armature-home-hero__title,
.armature-module-home-hero.armature-editor-preview--mobile .armature-home-hero__title {
	font-size: clamp(1.7rem, 8vw, 2.35rem) !important;
	max-width: none !important;
	overflow-wrap: normal !important;
	word-break: normal !important;
}

.editor-styles-wrapper.armature-editor-preview--mobile .armature-module-home-hero .armature-home-hero__actions,
.editor-styles-wrapper.armature-editor-preview--mobile .armature-module-home-hero .armature-home-hero__actions .wp-block-buttons,
.armature-editor-preview--mobile .editor-styles-wrapper .armature-module-home-hero .armature-home-hero__actions,
.armature-editor-preview--mobile .editor-styles-wrapper .armature-module-home-hero .armature-home-hero__actions .wp-block-buttons,
.armature-editor-preview--mobile .armature-module-home-hero .armature-home-hero__actions,
.armature-editor-preview--mobile .armature-module-home-hero .armature-home-hero__actions .wp-block-buttons,
.armature-module-home-hero.armature-editor-preview--mobile .armature-home-hero__actions,
.armature-module-home-hero.armature-editor-preview--mobile .armature-home-hero__actions .wp-block-buttons {
	align-items: flex-start !important;
	justify-content: flex-start !important;
}

/* Editor-only Home Hero fallback v0.2.356.
   The Home Hero can be alignfull and therefore too wide for block-level
   container queries in Gutenberg preview mode. Use the Page Shell / editor
   canvas as the preview container instead, then force the Hero to the same
   single-column layout used on the front end. */
.editor-styles-wrapper .armature-page-shell,
.editor-styles-wrapper .wp-block-armature-page-shell {
  container-type: inline-size;
  container-name: armature-editor-page-shell;
}

@container armature-editor-page-shell (max-width: 781px) {
  .armature-module-home-hero .armature-home-hero__inner,
  .armature-home-hero--hero-default .armature-home-hero__inner,
  .armature-home-hero--hero-editorial .armature-home-hero__inner,
  .armature-home-hero--hero-portfolio .armature-home-hero__inner,
  .armature-home-hero--hero-portfolio-showcase .armature-home-hero__inner,
  .armature-home-hero--hero-studio .armature-home-hero__inner,
  .armature-home-hero--hero-studio-card .armature-home-hero__inner {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .armature-module-home-hero .armature-home-hero__content,
  .armature-home-hero--hero-default .armature-home-hero__content,
  .armature-home-hero--hero-editorial .armature-home-hero__content,
  .armature-home-hero--hero-portfolio .armature-home-hero__content,
  .armature-home-hero--hero-portfolio-showcase .armature-home-hero__content,
  .armature-home-hero--hero-studio .armature-home-hero__content,
  .armature-home-hero--hero-studio-card .armature-home-hero__content {
    flex-basis: 100% !important;
    grid-column: auto !important;
    grid-row: auto !important;
    max-width: none !important;
    width: 100% !important;
  }

  .armature-module-home-hero .armature-home-hero__media,
  .armature-module-home-hero .armature-home-hero__image,
  .armature-home-hero--hero-default .armature-home-hero__media,
  .armature-home-hero--hero-default .armature-home-hero__image,
  .armature-home-hero--hero-editorial .armature-home-hero__media,
  .armature-home-hero--hero-editorial .armature-home-hero__image,
  .armature-home-hero--hero-portfolio .armature-home-hero__media,
  .armature-home-hero--hero-portfolio .armature-home-hero__image,
  .armature-home-hero--hero-portfolio-showcase .armature-home-hero__media,
  .armature-home-hero--hero-portfolio-showcase .armature-home-hero__image,
  .armature-home-hero--hero-studio .armature-home-hero__media,
  .armature-home-hero--hero-studio .armature-home-hero__image,
  .armature-home-hero--hero-studio-card .armature-home-hero__media,
  .armature-home-hero--hero-studio-card .armature-home-hero__image {
    flex-basis: 100% !important;
    float: none !important;
    grid-column: auto !important;
    grid-row: auto !important;
    margin-inline-start: 0 !important;
    margin-inline-end: 0 !important;
    min-height: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .armature-module-home-hero .armature-home-hero__image,
  .armature-home-hero--hero-default .armature-home-hero__image,
  .armature-home-hero--hero-editorial .armature-home-hero__image,
  .armature-home-hero--hero-portfolio .armature-home-hero__image,
  .armature-home-hero--hero-portfolio-showcase .armature-home-hero__image,
  .armature-home-hero--hero-studio .armature-home-hero__image,
  .armature-home-hero--hero-studio-card .armature-home-hero__image {
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
  }

  .armature-module-home-hero .armature-home-hero__title,
  .armature-home-hero--hero-default .armature-home-hero__title,
  .armature-home-hero--hero-editorial .armature-home-hero__title,
  .armature-home-hero--hero-portfolio .armature-home-hero__title,
  .armature-home-hero--hero-portfolio-showcase .armature-home-hero__title,
  .armature-home-hero--hero-studio .armature-home-hero__title,
  .armature-home-hero--hero-studio-card .armature-home-hero__title {
    font-size: clamp(1.7rem, 8vw, 2.35rem) !important;
    max-width: none !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }
}
