/*
Theme Name: Armature Base
Theme URI: https://example.com/armature-base
Author: OpenAI
Description: Minimal controlled base theme for the Armature plugin.
Version: 0.2.10
Requires at least: 6.5
Tested up to: 6.9
Requires PHP: 7.4
Text Domain: armature-base
*/

/* Armature Base theme v0.2.9 */

:root {
  --wp--style--global--content-size: 1280px;
  --wp--style--global--wide-size: 1340px;
  --armature-base-page-padding: 50px;
  --wp--style--root--padding-top: 0px;
  --wp--style--root--padding-right: var(--armature-base-page-padding);
  --wp--style--root--padding-bottom: 0px;
  --wp--style--root--padding-left: var(--armature-base-page-padding);
}

html {
  box-sizing: border-box;
}

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

body {
  margin: 0;
}

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

.wp-site-blocks {
  min-height: 100vh;
}

.wp-site-blocks > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

.has-global-padding {
  padding-right: var(--armature-base-page-padding);
  padding-left: var(--armature-base-page-padding);
}

.has-global-padding > .alignfull {
  margin-right: calc(var(--armature-base-page-padding) * -1);
  margin-left: calc(var(--armature-base-page-padding) * -1);
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}

.is-layout-constrained > .alignwide {
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto !important;
  margin-right: auto !important;
}

body.armature-theme {
  --armature-page-top-space: 0;
  --armature-page-bottom-space: 0;
}

body.armature-theme :where(h1, h2, h3, h4, h5, h6) {
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.02;
}

body.armature-theme main.wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
  margin: 0 !important;
  padding-top: 0 !important;
}

body.armature-theme main.wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained > .wp-block-group.alignfull.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
  margin-top: 0 !important;
  padding-top: var(--armature-page-top-space) !important;
  padding-bottom: var(--armature-page-bottom-space) !important;
}

body.armature-theme .entry-content.alignfull.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* body.armature-theme .entry-content.alignfull.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained > :first-child {
  margin-block-start: 0;
} */

.armature-entry-header {
  margin: 3rem 0 !important;
}

.armature-entry-title {
  margin: 0;
}

.armature-entry-meta {
  margin: 0.75rem 0 0;
  font-size: 0.95rem;
}

body.armature-theme .armature-single-header {
  margin: 0 0 clamp(2rem, 4vw, 2.75rem);
}

body.armature-theme .armature-single-header .armature-archive-strip__title {
  margin: 0;
}

body.armature-theme .armature-single-header .armature-entry-meta,
body.armature-theme .armature-single-header .armature-entry-meta a,
body.armature-theme .armature-single-header .armature-entry-meta time {
  color: inherit;
}

body.armature-theme .armature-single-header .armature-entry-meta {
  margin: 0.8rem 0 0;
  font-size: 0.82rem;
  line-height: 1.4;
  opacity: 0.74;
}

body.armature-theme .armature-single-header .armature-entry-meta__date + .armature-entry-meta__terms {
  margin-top: 0.35rem;
}

body.armature-theme .armature-single-header .armature-entry-meta__terms + .armature-entry-meta__terms {
  margin-top: 0.2rem;
}

body.armature-theme .armature-single-header .armature-entry-meta__label {
  display: inline-block;
  margin-right: 0.45rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  opacity: 0.8;
  text-transform: uppercase;
}

body.armature-theme .armature-single-header .armature-entry-meta__value a {
  color: inherit;
  text-decoration: none;
}

body.armature-theme .armature-single-header .armature-entry-meta__value a:hover {
  text-decoration: underline;
}

body.armature-theme .armature-single-header .armature-archive-strip__intro {
  margin-top: 0.95rem;
}

body.armature-theme .armature-single-header .armature-archive-strip__intro > :first-child {
  margin-top: 0;
}

body.armature-theme .armature-single-header .armature-archive-strip__intro > :last-child {
  margin-bottom: 0;
}

/* body.armature-theme .armature-single-header.armature-archive-strip--editorial {
  background: var(--armature-color-surface-alt);
  color: var(--armature-color-text);
  width: 100vw;
  max-width: none !important;
  margin-block: 0 clamp(2rem, 4vw, 2.75rem);
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-top: calc(var(--wp--preset--spacing--50, var(--armature-shell-gutter, 50px)) * 2);
  padding-bottom: calc(var(--wp--preset--spacing--50, var(--armature-shell-gutter, 50px)) * 2);
}

body.armature-theme .armature-single-header.armature-archive-strip--editorial .armature-archive-strip__inner {
  width: calc(100% - (var(--armature-base-page-padding, 50px) * 2));
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
} */

body.armature-theme .armature-single-header.armature-archive-strip--editorial .armature-archive-strip__title {
  font-size: clamp(1.5rem, 2vw, 1.9rem);
  line-height: 1.08;
}

body.armature-theme .armature-single-header.armature-archive-strip--editorial .armature-archive-strip__intro {
  max-width: none;
  font-size: 0.95rem;
}

body.armature-theme .armature-single-header.armature-archive-strip--portfolio {
  background: transparent;
  color: var(--armature-color-text);
  margin-block: 0 clamp(2.5rem, 4.5vw, 3.35rem);
  padding-top: 0;
  padding-bottom: 0;
}

body.armature-theme .armature-single-header.armature-archive-strip--portfolio .armature-archive-strip__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: start;
  width: 100%;
  max-width: none;
  margin-inline: 0;
  box-sizing: border-box;
  padding-bottom: clamp(1rem, 2vw, 1.25rem);
  border-bottom: 1px solid var(--armature-color-border);
}

body.armature-theme .armature-single-header.armature-archive-strip--portfolio .armature-archive-strip__title {
  grid-column: 1;
  grid-row: 1 / span 2;
  margin-bottom: 0;
  font-size: clamp(1.95rem, 2.8vw, 2.45rem);
  line-height: 1.04;
}

body.armature-theme .armature-single-project-header.armature-archive-strip--portfolio .armature-archive-strip__title {
  font-size: clamp(2.1rem, 3vw, 2.7rem);
  line-height: 1.02;
}

body.armature-theme .armature-single-header.armature-archive-strip--portfolio .armature-entry-meta {
  grid-column: 2 / 4;
  grid-row: 1;
  margin: 0.1rem 0 0;
  font-size: 0.84rem;
  line-height: 1.55;
  opacity: 0.86;
}

body.armature-theme .armature-single-project-header.armature-archive-strip--portfolio .armature-entry-meta {
  margin-top: 0.15rem;
  font-size: 0.82rem;
  line-height: 1.6;
  opacity: 0.82;
}

body.armature-theme .armature-single-header.armature-archive-strip--portfolio .armature-archive-strip__intro {
  grid-column: 2 / 4;
  grid-row: 2;
  margin-top: 0.2rem;
  max-width: none;
  font-size: 0.95rem;
  line-height: 1.55;
}

body.armature-theme .armature-single-header.armature-archive-strip--portfolio .armature-entry-meta__date {
  margin-bottom: 0.45rem;
  font-weight: 500;
}

body.armature-theme .armature-single-project-header.armature-archive-strip--portfolio .armature-entry-meta__date {
  margin-bottom: 0.55rem;
  font-weight: 500;
  opacity: 0.94;
}

body.armature-theme .armature-single-header.armature-archive-strip--portfolio .armature-entry-meta__terms {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.2rem 0.45rem;
}

body.armature-theme .armature-single-header.armature-archive-strip--portfolio .armature-entry-meta__terms + .armature-entry-meta__terms {
  margin-top: 0.28rem;
}

body.armature-theme .armature-single-project-header.armature-archive-strip--portfolio .armature-entry-meta__terms + .armature-entry-meta__terms {
  margin-top: 0.34rem;
}

body.armature-theme .armature-single-header.armature-archive-strip--portfolio .armature-entry-meta__label {
  min-width: 5.8rem;
  margin-right: 0;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  opacity: 0.68;
}

body.armature-theme .armature-single-project-header.armature-archive-strip--portfolio .armature-entry-meta__label {
  min-width: 6rem;
  font-size: 0.68rem;
  letter-spacing: 0.09em;
  opacity: 0.62;
}

body.armature-theme .armature-single-header.armature-archive-strip--portfolio .armature-entry-meta__value {
  color: var(--armature-color-text);
  font-weight: 500;
}

body.armature-theme .armature-single-project-header.armature-archive-strip--portfolio .armature-entry-meta__value {
  font-weight: 500;
}

body.armature-theme .armature-single-header.armature-archive-strip--portfolio .armature-entry-meta__value a {
  text-decoration: none;
}

body.armature-theme .armature-single-header.armature-archive-strip--portfolio .armature-entry-meta__value a:hover {
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

body.armature-theme .armature-single-header.armature-archive-strip--studio {
  background: transparent;
  color: var(--armature-color-text);
  margin-block: 0 clamp(2.45rem, 4.5vw, 3.2rem);
  padding-top: 0;
  padding-bottom: 0;
}

body.armature-theme .armature-single-header.armature-archive-strip--studio .armature-archive-strip__inner {
  display: block;
  width: 100%;
  max-width: none;
  padding-bottom: clamp(1rem, 2vw, 1.25rem);
  border-bottom: 2px solid var(--armature-color-border);
}

body.armature-theme .armature-single-header.armature-archive-strip--studio .armature-archive-strip__title {
  display: block;
  margin: 0;
  font-size: clamp(1.95rem, 3vw, 2.45rem);
  line-height: 1.04;
  letter-spacing: -0.015em;
  padding-top: 0.1rem;
}

body.armature-theme .armature-single-header.armature-archive-strip--studio .armature-entry-meta {
  margin: 0.75rem 0 0;
  font-size: 0.84rem;
  line-height: 1.5;
  opacity: 0.84;
}

body.armature-theme .armature-single-header.armature-archive-strip--studio .armature-entry-meta__date {
  margin-bottom: 0.45rem;
  font-weight: 500;
  opacity: 0.92;
}

body.armature-theme .armature-single-header.armature-archive-strip--studio .armature-entry-meta__terms {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.2rem 0.45rem;
}

body.armature-theme .armature-single-header.armature-archive-strip--studio .armature-entry-meta__terms + .armature-entry-meta__terms {
  margin-top: 0.28rem;
}

body.armature-theme .armature-single-header.armature-archive-strip--studio .armature-entry-meta__label {
  min-width: 4.9rem;
  margin-right: 0;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  opacity: 0.62;
}

body.armature-theme .armature-single-header.armature-archive-strip--studio .armature-entry-meta__value {
  color: var(--armature-color-text);
  font-weight: 500;
}

body.armature-theme .armature-single-header.armature-archive-strip--studio .armature-entry-meta__value a {
  text-decoration: none;
}

body.armature-theme .armature-single-header.armature-archive-strip--studio .armature-entry-meta__value a:hover {
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

body.armature-theme .armature-single-header.armature-archive-strip--studio .armature-archive-strip__intro {
  max-width: 52rem;
  margin-top: clamp(0.7rem, 1.6vw, 0.95rem);
  font-size: 0.98rem;
  line-height: 1.6;
}

@media (max-width: 900px) {
  body.armature-theme .armature-single-header.armature-archive-strip--portfolio .armature-archive-strip__inner {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  body.armature-theme .armature-single-header.armature-archive-strip--portfolio .armature-archive-strip__title,
  body.armature-theme .armature-single-header.armature-archive-strip--portfolio .armature-entry-meta,
  body.armature-theme .armature-single-header.armature-archive-strip--portfolio .armature-archive-strip__intro {
    grid-column: auto;
    grid-row: auto;
  }

  body.armature-theme .armature-single-header.armature-archive-strip--portfolio .armature-entry-meta,
  body.armature-theme .armature-single-header.armature-archive-strip--portfolio .armature-archive-strip__intro {
    margin-top: 0;
  }
}

body.armature-theme .armature-single-project-header {
  margin-bottom: clamp(2rem, 4vw, 2.8rem);
}

body.armature-theme .armature-single-project-header .armature-entry-meta {
  margin-top: 0.65rem;
}

body.armature-theme .armature-single-project-header .armature-entry-meta__date {
  font-weight: 500;
}

body.armature-theme .armature-project-content {
  max-width: var(--wp--style--global--content-size, 1280px);
  margin-left: auto;
  margin-right: auto;
  padding-top: 0 !important;
}

body.armature-theme .armature-project-content > * {
  max-width: none;
}

body.armature-theme .armature-project-content > .wp-block-gallery,
body.armature-theme .armature-project-content > .wp-block-image,
body.armature-theme .armature-project-content > .wp-block-columns,
body.armature-theme .armature-project-content > .wp-block-group {
  width: 100%;
}

body.armature-theme .armature-project-intro {
  margin: 0 0 clamp(2rem, 4vw, 2.75rem);
}

body.armature-theme .armature-project-intro__primary,
body.armature-theme .armature-project-intro__secondary {
  min-width: 0;
}

body.armature-theme .armature-project-standfirst {
  margin: 0 0 1.15rem;
}

body.armature-theme .armature-project-standfirst p {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.6;
}

body.armature-theme .armature-project-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
  gap: 0.65rem 1.1rem;
  margin: 0;
}

body.armature-theme .armature-project-facts__item p {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.4;
}

body.armature-theme .armature-project-facts__item strong {
  color: var(--armature-color-heading);
  font-weight: 600;
}

body.armature-theme .armature-project-intro__secondary p {
  margin: 0 0 1rem;
}

body.armature-theme .armature-project-intro__secondary > :last-child {
  margin-bottom: 0;
}

body.armature-theme .armature-project-content > .wp-block-heading {
  margin-top: clamp(2rem, 4vw, 2.9rem);
  margin-bottom: 0.8rem;
  font-size: 1.12rem;
  line-height: 1.2;
}

body.armature-theme .armature-project-content > .wp-block-heading:first-child {
  margin-top: 0;
}

body.armature-theme .armature-project-content > .wp-block-gallery,
body.armature-theme .armature-project-content > .wp-block-image,
body.armature-theme .armature-project-content > .wp-block-columns {
  margin-top: 1rem;
}

body.armature-theme .armature-project-content > .wp-block-gallery + .wp-block-image,
body.armature-theme .armature-project-content > .wp-block-gallery + .wp-block-columns,
body.armature-theme .armature-project-content > .wp-block-image + .wp-block-heading,
body.armature-theme .armature-project-content > .wp-block-columns + .wp-block-heading {
  margin-top: clamp(2rem, 4vw, 2.85rem);
}

body.armature-theme .armature-single-project-header.armature-archive-strip--editorial .armature-archive-strip__title {
  font-size: clamp(2rem, 3.2vw, 2.7rem);
  line-height: 1.02;
}

body.armature-theme .armature-single-project-header.armature-archive-strip--editorial .armature-entry-meta {
  margin-top: 0.8rem;
  font-size: 0.85rem;
  line-height: 1.55;
  opacity: 0.82;
}

body.armature-theme .armature-single-project-header.armature-archive-strip--editorial .armature-entry-meta__terms {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.2rem 0.45rem;
}

body.armature-theme .armature-single-project-header.armature-archive-strip--editorial .armature-entry-meta__terms + .armature-entry-meta__terms {
  margin-top: 0.2rem;
}

body.armature-theme .armature-single-project-header.armature-archive-strip--editorial .armature-entry-meta__label {
  min-width: 5.8rem;
  margin-right: 0;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  opacity: 0.75;
}

body.armature-theme .armature-single-project-header.armature-archive-strip--editorial .armature-entry-meta__value {
  font-weight: 500;
}

body.armature-theme.armature-template--editorial .armature-project-content .armature-project-standfirst p {
  font-size: 1.16rem;
  line-height: 1.62;
}

body.armature-theme.armature-template--editorial .armature-project-content .armature-project-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.35rem;
  margin-top: 0.95rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--armature-color-border);
}

body.armature-theme.armature-template--editorial .armature-project-content .armature-project-facts__item {
  min-width: 10rem;
}

body.armature-theme.armature-template--editorial .armature-project-content > .wp-block-gallery,
body.armature-theme.armature-template--editorial .armature-project-content > .wp-block-image,
body.armature-theme.armature-template--editorial .armature-project-content > .wp-block-columns {
  margin-top: 0.85rem;
}

body.armature-theme.armature-template--editorial .armature-project-content > .wp-block-gallery + .wp-block-image,
body.armature-theme.armature-template--editorial .armature-project-content > .wp-block-gallery + .wp-block-columns,
body.armature-theme.armature-template--editorial .armature-project-content > .wp-block-image + .wp-block-heading,
body.armature-theme.armature-template--editorial .armature-project-content > .wp-block-columns + .wp-block-heading {
  margin-top: clamp(2.25rem, 4vw, 3rem);
}

body.armature-theme.armature-template--editorial .armature-project-content > .wp-block-heading {
  margin-top: clamp(2.25rem, 4vw, 3rem);
  margin-bottom: 0.95rem;
}

body.armature-theme.armature-template--editorial .armature-entry-navigation--projects {
  margin-top: clamp(2.35rem, 4vw, 3rem);
}

@media (max-width: 900px) {
  body.armature-theme.armature-template--editorial .armature-project-intro {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  body.armature-theme.armature-template--editorial .armature-project-intro__secondary {
    max-width: none;
  }

  body.armature-theme .armature-project-facts {
    grid-template-columns: 1fr;
  }

  body.armature-theme .armature-project-content > .wp-block-gallery + .wp-block-image,
  body.armature-theme .armature-project-content > .wp-block-gallery + .wp-block-columns,
  body.armature-theme .armature-project-content > .wp-block-image + .wp-block-heading,
  body.armature-theme .armature-project-content > .wp-block-columns + .wp-block-heading {
    margin-top: 2rem;
  }
}

body.armature-theme .armature-entry-navigation {
  margin-top: clamp(2rem, 4vw, 3rem);
  padding-top: clamp(1.35rem, 2.6vw, 1.85rem);
  border-top: 1px solid var(--armature-color-border);
}

body.armature-theme .armature-entry-navigation__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

body.armature-theme .armature-entry-navigation__link {
  min-width: 0;
}

body.armature-theme .armature-entry-navigation__link--next {
  text-align: right;
}

body.armature-theme .armature-entry-navigation__label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.72rem;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.62;
}

body.armature-theme .armature-entry-navigation__title {
  color: var(--armature-color-heading);
  font-size: 1rem;
  line-height: 1.35;
  text-decoration: none;
}

body.armature-theme .armature-entry-navigation__title:hover {
  color: var(--armature-color-accent);
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

body.armature-theme.armature-template--portfolio .armature-entry-navigation {
  margin-top: clamp(2.5rem, 4.5vw, 3.4rem);
  padding-top: clamp(1.5rem, 2.8vw, 2rem);
}

body.armature-theme.armature-template--portfolio .armature-entry-navigation__links {
  gap: clamp(1rem, 2.5vw, 1.5rem);
}

body.armature-theme.armature-template--portfolio .armature-entry-navigation--projects .armature-entry-navigation__links:has(.armature-entry-navigation__link:empty) {
  grid-template-columns: 1fr;
}

body.armature-theme.armature-template--portfolio .armature-entry-navigation__link {
  padding-top: 0.15rem;
}

body.armature-theme.armature-template--portfolio .armature-entry-navigation--projects .armature-entry-navigation__link {
  max-width: none;
}

body.armature-theme.armature-template--portfolio .armature-entry-navigation__label {
  margin-bottom: 0.45rem;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  opacity: 0.6;
}

body.armature-theme.armature-template--portfolio .armature-entry-navigation--projects .armature-entry-navigation__label {
  margin-bottom: 0.42rem;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  opacity: 0.58;
}

body.armature-theme.armature-template--portfolio .armature-entry-navigation__title {
  display: inline-block;
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.32;
}

body.armature-theme.armature-template--portfolio .armature-entry-navigation--projects .armature-entry-navigation__title {
  font-size: 1.12rem;
  line-height: 1.3;
}

body.armature-theme.armature-template--studio .armature-entry-navigation {
  margin-top: clamp(2.5rem, 4.5vw, 3.4rem);
  padding-top: clamp(1.5rem, 2.8vw, 2rem);
  border-top: 2px solid var(--armature-color-border);
}

body.armature-theme.armature-template--studio .armature-entry-navigation__links {
  gap: clamp(1rem, 2.5vw, 1.5rem);
}

body.armature-theme.armature-template--studio .armature-entry-navigation__link {
  padding-top: 0.15rem;
}

body.armature-theme.armature-template--studio .armature-entry-navigation__label {
  margin-bottom: 0.45rem;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  opacity: 0.62;
}

body.armature-theme.armature-template--studio .armature-entry-navigation__title {
  display: inline-block;
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.32;
}

@media (max-width: 900px) {
  body.armature-theme .armature-entry-navigation__links {
    grid-template-columns: 1fr;
  }

  body.armature-theme .armature-entry-navigation__link--next {
    text-align: left;
  }
}

.skip-link.screen-reader-text,
.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.skip-link.screen-reader-text:focus,
.screen-reader-text:focus {
  background-color: #eee;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

@media (max-width: 780px) {
  :root {
    --armature-base-page-padding: 24px;
  }
}


/* Armature Base theme v0.2.3 */
body.armature-theme .armature-project-content {
  max-width: var(--wp--style--global--content-size, 1280px);
  margin-left: auto;
  margin-right: auto;
  padding-top: 0 !important;
}

body.armature-theme .armature-project-content > * {
  max-width: none;
}

body.armature-theme .armature-project-content > .wp-block-gallery,
body.armature-theme .armature-project-content > .wp-block-image,
body.armature-theme .armature-project-content > .wp-block-columns,
body.armature-theme .armature-project-content > .wp-block-group {
  width: 100%;
}

body.armature-theme.armature-template--editorial .armature-project-content > * {
  margin-left: 0;
  margin-right: 0;
}

body.armature-theme.armature-template--editorial .armature-project-content > .wp-block-heading {
  margin-top: clamp(2rem, 4vw, 2.85rem);
  margin-bottom: 0.9rem;
}

body.armature-theme.armature-template--editorial .armature-project-content > .wp-block-heading + p,
body.armature-theme.armature-template--editorial .armature-project-content > .wp-block-heading + ul,
body.armature-theme.armature-template--editorial .armature-project-content > .wp-block-heading + ol,
body.armature-theme.armature-template--editorial .armature-project-content > .wp-block-heading + .wp-block-gallery,
body.armature-theme.armature-template--editorial .armature-project-content > .wp-block-heading + .wp-block-image,
body.armature-theme.armature-template--editorial .armature-project-content > .wp-block-heading + .wp-block-columns,
body.armature-theme.armature-template--editorial .armature-project-content > .wp-block-heading + .wp-block-group {
  margin-top: 0;
}

/* Armature Base theme v0.2.3 - Studio single project polish */
body.armature-theme .armature-single-project-header.armature-archive-strip--studio {
  margin-bottom: clamp(2.35rem, 4.4vw, 3.05rem);
}

body.armature-theme .armature-single-project-header.armature-archive-strip--studio .armature-archive-strip__title {
  font-size: clamp(2.1rem, 3vw, 2.7rem);
  line-height: 1.02;
  letter-spacing: -0.018em;
  padding-top: 0;
}

body.armature-theme .armature-single-project-header.armature-archive-strip--studio .armature-entry-meta {
  font-size: 0.82rem;
  line-height: 1.62;
  opacity: 0.82;
}

body.armature-theme .armature-single-project-header.armature-archive-strip--studio .armature-entry-meta__date {
  margin-bottom: 0.55rem;
  font-weight: 500;
  opacity: 0.94;
}

body.armature-theme .armature-single-project-header.armature-archive-strip--studio .armature-entry-meta__terms + .armature-entry-meta__terms {
  margin-top: 0.34rem;
}

body.armature-theme .armature-single-project-header.armature-archive-strip--studio .armature-entry-meta__label {
  min-width: 5.7rem;
  font-size: 0.68rem;
  letter-spacing: 0.09em;
  opacity: 0.64;
}

body.armature-theme .armature-single-project-header.armature-archive-strip--studio .armature-entry-meta__value {
  font-weight: 500;
}

body.armature-theme.armature-template--studio .armature-entry-navigation--projects {
  margin-top: clamp(2.7rem, 4.6vw, 3.5rem);
  padding-top: clamp(1.55rem, 2.8vw, 2rem);
  border-top: 2px solid var(--armature-color-border);
}

body.armature-theme.armature-template--studio .armature-entry-navigation--projects .armature-entry-navigation__links {
  gap: clamp(1rem, 2.6vw, 1.65rem);
}

body.armature-theme.armature-template--studio .armature-entry-navigation--projects .armature-entry-navigation__links:has(.armature-entry-navigation__link:empty) {
  grid-template-columns: 1fr;
}

body.armature-theme.armature-template--studio .armature-entry-navigation--projects .armature-entry-navigation__label {
  margin-bottom: 0.5rem;
  font-size: 0.69rem;
  letter-spacing: 0.09em;
  opacity: 0.68;
}

body.armature-theme.armature-template--studio .armature-entry-navigation--projects .armature-entry-navigation__title {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.3;
}

@media (max-width: 900px) {
  body.armature-theme.armature-template--studio .armature-entry-navigation--projects .armature-entry-navigation__link--next {
    text-align: left;
  }
}
