:root {
  --gr-ink: #141414;
  --gr-paper: #fff;
  --gr-soft: #f0f0ee;
  --gr-muted: #707070;
  --gr-rule: rgb(20 20 20 / .35);
  --gr-edge: 16px;
  --gr-section: 80px;
}

html { scroll-behavior: smooth; }
body {
  overflow-x: hidden;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a { text-underline-offset: .2em; }
img { display: block; }

.gr-site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  color: var(--gr-paper);
  background: linear-gradient(to bottom, rgb(0 0 0 / .48), transparent);
}

.gr-site-header__inner,
.gr-site-footer__inner,
.gr-project__header,
.gr-project-navigation {
  padding-inline: var(--gr-edge);
}

.gr-site-header__inner { min-height: 72px; }
.gr-site-header a,
.gr-site-header button,
.gr-site-footer a,
.gr-project-navigation a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: inherit;
}

.gr-site-title {
  font-size: 20px;
  letter-spacing: -.04em;
  text-transform: uppercase;
}

.gr-main { min-height: 60vh; }
.gr-editorial-index > .wp-block-post-content { margin-block-start: 0; }

.gr-page-hero {
  min-height: max(640px, 82svh);
  overflow: hidden;
  background: var(--gr-ink);
}

.gr-page-hero .wp-block-cover__image-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gr-page-hero__content {
  display: flex;
  min-height: inherit;
  flex-direction: column;
  justify-content: flex-end;
  padding: 120px var(--gr-edge) 48px;
  color: var(--gr-paper);
}

.gr-page-title {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(48px, 14vw, 96px);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.05em;
  text-transform: uppercase;
}

.gr-page-excerpt {
  max-width: 34rem;
  margin: 24px 0 0;
  font-size: clamp(20px, 4.5vw, 24px);
  font-weight: 400;
  line-height: 1.3;
}

.gr-index-intro,
.gr-feature-entry,
.gr-index-entry {
  box-sizing: border-box;
  width: 100%;
  max-width: none !important;
  padding-inline: var(--gr-edge);
}

.gr-index-intro { padding-block: var(--gr-section); }
.gr-lede {
  max-width: 30ch;
  margin: 0;
  font-size: clamp(28px, 8vw, 64px);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.gr-feature-entry,
.gr-index-entry {
  display: grid;
  gap: 28px;
  padding-block: var(--gr-section);
  border-top: 1px solid rgb(20 20 20 / .25);
}

.gr-index-entry__media {
  width: 100%;
  max-width: none !important;
  overflow: hidden;
}

.gr-index-entry__media .wp-block-image,
.gr-image-placeholder {
  width: 100%;
  margin: 0;
  aspect-ratio: 4 / 3;
  background: var(--gr-soft);
}

.gr-index-entry__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(.2,.8,.2,1);
}

.gr-image-placeholder {
  display: grid;
  place-items: center;
  color: var(--gr-muted);
}

.gr-image-placeholder p {
  margin: 0;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gr-index-entry__copy {
  width: 100%;
  max-width: 36rem !important;
  margin: 0 !important;
}

.gr-index-entry__meta,
.has-metadata-font-size,
.taxonomy-gr_work_type,
.taxonomy-gr_project_world {
  margin: 0 0 48px;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gr-index-entry__title {
  margin: 0;
  font-size: clamp(38px, 10vw, 48px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.05em;
}

.gr-index-entry__summary {
  max-width: 34rem;
  margin: 24px 0 0;
}

.gr-index-entry__link { margin: 32px 0 0; }
.gr-index-entry__link a { min-height: 44px; display: inline-flex; align-items: center; }

/* Projects keeps the exact editorial hierarchy of the supplied page. */
.gr-projects-hero-meta,
.gr-projects-axis,
.gr-projects-status,
.gr-projects-chapters,
.gr-project-caption,
.gr-project-entry__meta,
.gr-project-entry__facts,
.gr-project-depth__label,
.gr-project-fact__label {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.gr-projects-hero-meta { margin: 0 0 16px; }
.gr-projects-hero-note { margin: 24px 0 0; color: rgb(255 255 255 / .7); }
.gr-andrea-feature,
.gr-personal-works,
.gr-projects-cta {
  box-sizing: border-box;
  width: 100%;
  max-width: none !important;
  padding: 80px var(--gr-edge);
  border-top: 1px solid var(--gr-rule);
}

.gr-projects-cta { border-bottom: 1px solid var(--gr-rule); }

.gr-andrea-heading,
.gr-andrea-media,
.gr-andrea-story,
.gr-project-depth,
.gr-personal-works-header,
.gr-project-entry {
  width: 100%;
  max-width: none !important;
  margin-inline: 0 !important;
}

.gr-andrea-heading {
  position: relative;
  margin-bottom: 48px !important;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--gr-rule);
}
.gr-projects-axis { margin: 0 0 32px; }
.gr-projects-status { margin: 0 0 32px; color: var(--gr-muted); }
.gr-projects-display-title {
  max-width: 7ch;
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: .85;
  letter-spacing: -.05em;
}
.gr-projects-chapters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  margin: 32px 0 0;
  color: var(--gr-muted);
}
.gr-andrea-media .wp-block-image,
.gr-andrea-media .gr-image-placeholder,
.gr-project-entry__media .wp-block-image,
.gr-project-entry__media .gr-image-placeholder {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--gr-soft);
}
.gr-andrea-media .wp-block-image,
.gr-andrea-media .gr-image-placeholder { aspect-ratio: 16 / 9; }
.gr-project-entry__media .wp-block-image,
.gr-project-entry__media .gr-image-placeholder { aspect-ratio: 4 / 3; }
.gr-andrea-media img,
.gr-project-entry__media img { width: 100%; height: 100%; object-fit: cover; }
.gr-project-caption {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin: 12px 0 0;
}
.gr-project-caption span:last-child { text-align: right; }

.gr-andrea-story {
  display: grid;
  gap: 40px;
  margin-top: 48px !important;
  padding-top: 48px;
  border-top: 1px solid var(--gr-rule);
}
.gr-projects-lede {
  max-width: 48rem;
  margin: 0;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -.04em;
}
.gr-projects-quote {
  max-width: 42rem;
  margin: 40px 0 0;
  padding: 0;
  border: 0;
  color: var(--gr-muted);
  font-size: 18px;
}
.gr-projects-quote p { margin: 0; }
.gr-project-facts { margin: 0 !important; border-top: 1px solid var(--gr-rule); }
.gr-project-fact {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 16px;
  margin: 0 !important;
  padding: 20px 0;
  border-bottom: 1px solid var(--gr-rule);
}
.gr-project-fact p { margin: 0; }
.gr-project-fact__label { color: var(--gr-muted); }
.gr-editorial-link { margin: 24px 0 0; }
.gr-editorial-link a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border-bottom: 1px solid var(--gr-ink);
  color: inherit;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}

.gr-project-depth {
  display: grid;
  gap: 32px;
  margin-top: 64px !important;
  padding: 40px 0;
  border-block: 1px solid var(--gr-rule);
}
.gr-project-depth__label { margin: 0; color: var(--gr-muted); }
.gr-project-depth__column { margin: 0 !important; }
.gr-project-depth__title {
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.04em;
}
.gr-project-depth__text { margin: 0; font-size: 17px; line-height: 1.5; }

.gr-personal-works-header {
  display: grid;
  gap: 32px;
  margin-bottom: 64px !important;
  padding-bottom: 64px;
  border-bottom: 1px solid var(--gr-rule);
}
.gr-personal-works-header__title,
.gr-personal-works-header__copy { margin: 0 !important; }
.gr-personal-works-summary { margin: 0; font-size: 19px; line-height: 1.35; }
.gr-project-entry { display: grid; gap: 32px; }
.gr-project-entry--chinmoku { margin-top: 0 !important; }
.gr-project-entry--archive {
  margin-top: 96px !important;
  padding-top: 96px;
  border-top: 1px solid var(--gr-rule);
}
.gr-project-entry__copy,
.gr-project-entry__media { margin: 0 !important; }
.gr-project-entry__meta { margin: 0 0 12px; color: var(--gr-muted); }
.gr-project-entry__title {
  margin: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.05em;
}
.gr-project-entry__subtitle {
  margin: 24px 0 0;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -.04em;
}
.gr-project-entry__facts { margin: 32px 0 0; }
.gr-project-entry > .gr-project-depth { grid-column: 1 / -1; margin-top: 8px !important; }
.gr-projects-cta__title {
  max-width: 10ch;
  margin: 0 0 32px;
  font-size: 48px;
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.05em;
  text-transform: uppercase;
}
.gr-projects-cta__summary { margin: 0 0 40px; color: var(--gr-muted); }

/* Elementor Projects: intentionally low specificity so every default remains editable. */
:where(.gr-el-projects-hero) { color: var(--gr-paper); }
:where(.gr-el-projects-hero) :where(p, h1) { margin: 0; color: inherit; }
:where(.gr-el-hero-copy) { width: 100%; max-width: 64rem; }
:where(.gr-el-meta) :where(.elementor-widget-container, p, a) {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .1em;
  text-transform: uppercase;
}
:where(.gr-el-hero-meta) { margin-bottom: 16px; }
:where(.gr-el-hero-title) .elementor-heading-title {
  max-width: 12ch;
  margin: 0;
  color: var(--gr-paper);
  font-size: 96px;
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.05em;
  text-transform: uppercase;
}
:where(.gr-el-hero-summary) {
  max-width: 42rem;
  margin-top: 24px;
  font-size: 24px;
  line-height: 1.3;
}
:where(.gr-el-hero-note) { margin-top: 24px; color: rgb(255 255 255 / .7); }

/* Elementor widgets default to full width; these flex items must stay inline. */
.elementor-element.gr-el-status { width: auto; }
.elementor-element.gr-el-link { width: auto; }
.elementor-element.gr-el-caption-part {
  width: auto;
  min-width: 0;
  flex: 1 1 0;
}
.elementor-element.gr-el-fact-label { width: 96px; flex: 0 0 96px; }
.elementor-element.gr-el-fact-value { width: auto; min-width: 0; flex: 1 1 0; }
.elementor-element.gr-el-display-title,
.elementor-element.gr-el-chapters { min-width: 0; flex: 0 0 100%; }
.gr-el-meta p,
.gr-el-andrea-lede p,
.gr-el-andrea-quote p,
.gr-el-fact-value p,
.gr-el-depth-text p,
.gr-el-personal-summary p,
.gr-el-entry-subtitle p,
.gr-el-cta-copy p,
.gr-el-chapters-copy p,
.gr-el-link p { margin: 0; }

:where(.gr-el-andrea-section),
:where(.gr-el-personal-section),
:where(.gr-el-projects-cta) {
  border-top: 1px solid var(--gr-rule);
  border-bottom: 0;
}
:where(.gr-el-projects-cta) { border-bottom: 1px solid var(--gr-rule); }
:where(.gr-el-andrea-heading) {
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--gr-rule);
}
:where(.gr-el-andrea-heading) :where(.gr-el-display-title) { margin-top: 32px; }
:where(.gr-el-axis) { width: min(70%, 52rem); }
:where(.gr-el-status) { width: auto; margin-left: auto; color: var(--gr-muted); }
:where(.gr-el-display-title) { width: 100%; }
:where(.gr-el-display-title) .elementor-heading-title {
  max-width: 7ch;
  margin: 0;
  color: var(--gr-ink);
  font-size: 120px;
  font-weight: 400;
  line-height: .85;
  letter-spacing: -.05em;
}
:where(.gr-el-chapters) { width: 100%; margin-top: 32px; }
:where(.gr-el-link) a { color: inherit; text-decoration: none; }

/* Andrea Roggi project names are one editorial note, not a navigation grid. */
.elementor-element.gr-el-chapters-copy { width: 100%; }
.elementor-element.gr-el-chapters-copy :where(.elementor-widget-container, p) {
  color: var(--gr-muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: .08em;
  text-transform: uppercase;
}

:where(.gr-el-project-image) { width: 100%; overflow: hidden; background: var(--gr-soft); }
:where(.gr-el-project-image) img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: grayscale(1);
  transition: filter 700ms ease, transform 700ms cubic-bezier(.2,.8,.2,1);
}
:where(.gr-el-andrea-figure) :where(.gr-el-project-image, .elementor-widget-container, img) { aspect-ratio: 2.35 / 1; }
:where(.gr-el-entry-figure) :where(.gr-el-project-image, .elementor-widget-container, img) { aspect-ratio: 16 / 9; }
:where(.gr-el-caption) { margin-top: 12px; justify-content: space-between; }
:where(.gr-el-caption-part) { width: auto; }
:where(.gr-el-caption-part:last-child) { margin-left: auto; text-align: right; }

:where(.gr-el-andrea-story) {
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid var(--gr-rule);
}
:where(.gr-el-andrea-lede) {
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: -.04em;
}
:where(.gr-el-andrea-quote) { max-width: 42rem; margin-top: 40px; color: var(--gr-muted); font-size: 21px; line-height: 1.4; }
:where(.gr-el-facts) { border-top: 1px solid var(--gr-rule); }
:where(.gr-el-fact) { padding-block: 20px; border-bottom: 1px solid var(--gr-rule); }
:where(.gr-el-fact-label) { width: 96px; flex: 0 0 96px; color: var(--gr-muted); }
:where(.gr-el-fact-value) { flex: 1 1 0; }
:where(.gr-el-link) { width: auto; margin-top: 24px; }
:where(.gr-el-facts) :where(.gr-el-link) { margin-top: 32px; }
:where(.gr-el-link) a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border-bottom: 1px solid var(--gr-ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

:where(.gr-el-depth) {
  margin-top: 96px;
  padding-block: 56px;
  border-block: 1px solid var(--gr-rule);
}
:where(.gr-el-depth-label) { width: 24%; color: var(--gr-muted); }
:where(.gr-el-depth-title) .elementor-heading-title { font-size: 24px; font-weight: 400; line-height: 1.1; letter-spacing: -.04em; }
:where(.gr-el-depth-text) { margin-top: 24px; font-size: 19px; line-height: 1.5; }
:where(.gr-el-personal-heading) {
  margin-bottom: 64px;
  padding-bottom: 64px;
  align-items: flex-end;
  border-bottom: 1px solid var(--gr-rule);
}
:where(.gr-el-personal-heading-title) :where(.gr-el-display-title) { margin-top: 20px; }
:where(.gr-el-personal-summary) { font-size: 22px; line-height: 1.35; }
:where(.gr-el-personal-heading-copy) :where(.gr-el-link) { margin-top: 28px; }
:where(.gr-el-entry--chinmoku) { margin-top: 0; }
:where(.gr-el-entry--archive) { padding-top: 160px; border-top: 1px solid var(--gr-rule); }
:where(.gr-el-entry-title) .elementor-heading-title { margin: 0; font-size: 48px; font-weight: 400; line-height: 1; letter-spacing: -.05em; }
:where(.gr-el-entry-subtitle) { margin-top: 24px; font-size: 24px; line-height: 1.1; letter-spacing: -.04em; }
:where(.gr-el-entry-facts) { margin-top: 56px; }
:where(.gr-el-entry) > :where(.gr-el-depth) { margin-top: 64px; }
:where(.gr-el-projects-cta) { border-bottom: 1px solid var(--gr-rule); }
:where(.gr-el-cta-title) .elementor-heading-title {
  max-width: 10ch;
  margin: 0;
  font-size: 80px;
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.05em;
  text-transform: uppercase;
}
:where(.gr-el-cta-copy) { margin-top: 32px; color: var(--gr-muted); }
:where(.gr-el-projects-cta) :where(.gr-el-link) { margin-top: 40px; }

/* Elementor Work follows its supplied alternating editorial index. */
:where(.gr-el-work-hero) { color: var(--gr-paper); }
:where(.gr-el-work-hero) :where(p, h1) { margin: 0; color: inherit; }
:where(.gr-el-work-hero-copy) { width: 100%; max-width: 64rem; }
:where(.gr-el-work-hero-meta) { margin-bottom: 16px; }
:where(.gr-el-work-hero-title) .elementor-heading-title {
  max-width: 12ch;
  margin: 0;
  color: var(--gr-paper);
  font-size: 96px;
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.05em;
  text-transform: uppercase;
}
:where(.gr-el-work-hero-summary) {
  max-width: 42rem;
  margin-top: 24px;
  font-size: 24px;
  line-height: 1.3;
}
:where(.gr-el-work-intro-label) { margin-bottom: 20px; }
:where(.gr-el-work-display-title) .elementor-heading-title {
  max-width: 10ch;
  margin: 0;
  font-size: 96px;
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.05em;
}
.elementor-element.gr-el-work-intro-copy { width: 30%; }
:where(.gr-el-work-intro-copy) :where(.elementor-widget-container, p) {
  margin: 0;
  font-size: 22px;
  line-height: 1.4;
}
:where(.gr-el-work-category-index) { margin-bottom: 16px; color: var(--gr-muted); }
:where(.gr-el-work-category-title) .elementor-heading-title {
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.05em;
}
:where(.gr-el-work-category-summary) { max-width: 20rem; margin-top: 24px; }
:where(.gr-el-work-category-summary) :where(.elementor-widget-container, p) {
  margin: 0;
  font-size: 17px;
  line-height: 1.45;
}
:where(.gr-el-work-category-image) { width: 100%; overflow: hidden; background: var(--gr-soft); }
:where(.gr-el-work-category-image) :where(.elementor-widget-container, a, img) {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
}
:where(.gr-el-work-category-image) img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transition: filter 700ms ease, transform 700ms cubic-bezier(.2,.8,.2,1);
}

@media (hover: hover) and (pointer: fine) {
  :where(.gr-el-project-image):hover img { filter: grayscale(0); transform: scale(1.015); }
}

@media (max-width: 767px) {
  .elementor-element.gr-el-projects-hero { min-height: max(640px, 80svh); }
  .gr-el-meta .elementor-widget-container,
  .gr-el-meta p,
  .gr-el-meta a { font-size: 11px; line-height: 1.35; letter-spacing: .08em; }
  :where(.gr-el-hero-title) .elementor-heading-title { font-size: 48px; }
  :where(.gr-el-hero-summary) { font-size: 20px; }
  :where(.gr-el-andrea-heading) { margin-bottom: 40px; padding-bottom: 40px; }
  .elementor-element.gr-el-axis { width: 58%; max-width: 58%; flex: 1 1 58%; }
  .elementor-element.gr-el-status {
    width: 38%;
    max-width: 38%;
    flex: 0 1 38%;
    margin-top: 0;
    margin-left: auto;
    text-align: right;
  }
  :where(.gr-el-display-title) .elementor-heading-title { font-size: 48px; }
  .elementor-element.gr-el-chapters {
    margin-top: 20px;
  }
  :where(.gr-el-andrea-figure) :where(.gr-el-project-image, .elementor-widget-container, img),
  :where(.gr-el-entry-figure) :where(.gr-el-project-image, .elementor-widget-container, img) { aspect-ratio: 4 / 3; }
  :where(.gr-el-caption) { flex-direction: column; gap: 4px; }
  :where(.gr-el-caption-part:last-child) { margin-left: 0; text-align: left; }
  :where(.gr-el-andrea-story) { margin-top: 40px; padding-top: 40px; }
  :where(.gr-el-andrea-lede) { max-width: 26ch; }
  .gr-el-andrea-lede :where(.elementor-widget-container, p) {
    margin: 0;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: -.035em;
  }
  :where(.gr-el-andrea-quote) { max-width: 34ch; margin-top: 0; }
  .gr-el-andrea-quote :where(.elementor-widget-container, p) {
    margin-top: 24px;
    color: var(--gr-muted);
    font-size: 16px;
    line-height: 1.55;
  }
  .elementor-element.gr-el-fact { flex-direction: column; gap: 8px; }
  .elementor-element.gr-el-fact-label { width: 100%; flex: 0 0 auto; }
  .gr-el-fact-value :where(.elementor-widget-container, p),
  .gr-el-depth-text :where(.elementor-widget-container, p),
  .gr-el-personal-summary :where(.elementor-widget-container, p),
  .gr-el-cta-copy :where(.elementor-widget-container, p) {
    margin: 0;
    font-size: 16px;
    line-height: 1.55;
  }
  :where(.gr-el-depth) { margin-top: 56px; padding-block: 32px; }
  :where(.gr-el-depth-label) { width: 100%; }
  :where(.gr-el-depth-title) .elementor-heading-title { font-size: 22px; line-height: 1.2; }
  :where(.gr-el-personal-heading) { margin-bottom: 40px; padding-bottom: 40px; align-items: flex-start; }
  :where(.gr-el-entry--archive) { padding-top: 72px; }
  :where(.gr-el-entry-title) .elementor-heading-title { font-size: 36px; }
  .gr-el-entry-subtitle :where(.elementor-widget-container, p) { font-size: 21px; line-height: 1.3; }
  :where(.gr-el-entry-facts) { margin-top: 24px; }
  :where(.gr-el-cta-title) .elementor-heading-title { font-size: 48px; }
  :where(.gr-el-work-hero-title) .elementor-heading-title { font-size: 48px; }
  :where(.gr-el-work-hero-summary) { font-size: 20px; }
  :where(.gr-el-work-display-title) .elementor-heading-title { font-size: 48px; }
  .elementor-element.gr-el-work-intro-copy { width: 100%; }
  :where(.gr-el-work-intro-copy) :where(.elementor-widget-container, p) { font-size: 19px; }
  :where(.gr-el-work-category-title) .elementor-heading-title { font-size: 38px; }
  :where(.gr-el-work-category-summary) :where(.elementor-widget-container, p) {
    font-size: 16px;
    line-height: 1.5;
  }
  :where(.gr-el-work-category-image) :where(.elementor-widget-container, a, img) { aspect-ratio: 4 / 3; }
}

.gr-motion-pending {
  opacity: 0;
  will-change: opacity, transform;
}

.gr-motion-pending.gr-motion-reveal {
  transform: translate3d(0, 18px, 0);
}

.gr-motion-pending.gr-motion-fade {
  transform: none;
}

.gr-motion-pending.gr-motion-cinematic {
  opacity: 1;
  transform: none;
}

.gr-motion-pending.gr-motion-cinematic :where(.gr-el-project-image, .wp-block-image) {
  clip-path: inset(0 0 100% 0);
  transition: clip-path 900ms cubic-bezier(.22, 1, .36, 1);
}

.gr-motion-pending.gr-motion-cinematic :where(.gr-el-project-image img, .wp-block-image img) {
  transform: scale(1.035);
  transition:
    filter 700ms ease,
    transform 1100ms cubic-bezier(.22, 1, .36, 1);
}

.gr-motion-cinematic.gr-motion-visible :where(.gr-el-project-image, .wp-block-image) {
  clip-path: inset(0);
}

.gr-motion-cinematic.gr-motion-visible :where(.gr-el-project-image img, .wp-block-image img) {
  transform: scale(1);
}

.gr-motion-pending.gr-motion-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition:
    opacity 680ms cubic-bezier(.22, 1, .36, 1),
    transform 760ms cubic-bezier(.22, 1, .36, 1);
}

.gr-page-hero.gr-hero-zoom .wp-block-cover__image-background {
  animation: gr-hero-settle 1400ms cubic-bezier(.22, 1, .36, 1) both;
}

:where(.gr-el-projects-hero .gr-el-hero-copy, .gr-page-hero .gr-page-hero__content) {
  opacity: var(--gr-hero-opacity, 1);
  transform: translate3d(0, var(--gr-hero-shift, 0px), 0);
  will-change: opacity, transform;
}

@keyframes gr-hero-settle {
  from { transform: scale(1.035); }
  to { transform: scale(1); }
}

.gr-project__header { padding-block: var(--gr-section); }
.gr-project-navigation { padding-block: var(--gr-section); border-top: 1px solid currentColor; }
.gr-site-footer { margin-block-start: 0; }
.gr-site-footer__inner { padding-block: 64px; gap: 32px; }

@media (hover: hover) and (pointer: fine) {
  .gr-index-entry__media:hover img { transform: scale(1.025); }
  .gr-motion-cinematic.gr-motion-visible :where(.gr-el-project-image):hover img {
    transform: scale(1.015);
  }
  :where(.gr-el-work-category-image):hover img { filter: grayscale(0); transform: scale(1.015); }
}

@media (min-width: 768px) {
  :root {
    --gr-edge: clamp(40px, 5.5vw, 104px);
    --gr-section: 160px;
  }

  .gr-site-header__inner { min-height: 92px; }
  .gr-page-hero { min-height: 100svh; }
  .gr-page-hero__content { padding-bottom: 72px; }

  .gr-feature-entry,
  .gr-index-entry {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 24px;
  }

  .gr-index-entry__media { grid-column: 4 / -1; grid-row: 1; }
  .gr-index-entry__copy { grid-column: 1 / 4; grid-row: 1; align-self: end; }

  .gr-index-entry:nth-child(even) .gr-index-entry__media { grid-column: 1 / 10; }
  .gr-index-entry:nth-child(even) .gr-index-entry__copy { grid-column: 10 / -1; }

  .gr-feature-entry .gr-index-entry__media { grid-column: 2 / -1; }

  .gr-feature-entry .gr-index-entry__copy {
    grid-column: 1 / 5;
    padding: 32px;
    align-self: end;
    background: var(--gr-paper);
    z-index: 2;
  }

  .gr-feature-entry .wp-block-image,
  .gr-feature-entry .gr-image-placeholder {
    aspect-ratio: 16 / 9;
  }

  .gr-index-entry.is-style-gr-copy-left .gr-index-entry__media,
  .gr-feature-entry.is-style-gr-copy-left .gr-index-entry__media {
    grid-column: 4 / -1;
  }

  .gr-index-entry.is-style-gr-copy-left .gr-index-entry__copy,
  .gr-feature-entry.is-style-gr-copy-left .gr-index-entry__copy {
    grid-column: 1 / 4;
  }

  .gr-index-entry.is-style-gr-copy-right .gr-index-entry__media,
  .gr-feature-entry.is-style-gr-copy-right .gr-index-entry__media {
    grid-column: 1 / 10;
  }

  .gr-index-entry.is-style-gr-copy-right .gr-index-entry__copy,
  .gr-feature-entry.is-style-gr-copy-right .gr-index-entry__copy {
    grid-column: 10 / -1;
  }

  .gr-andrea-feature,
  .gr-personal-works,
  .gr-projects-cta { padding-block: 160px; }
  .gr-andrea-heading { margin-bottom: 80px !important; }
  .gr-projects-status { position: absolute; top: 0; right: 0; margin: 0; }
  .gr-projects-display-title { font-size: 120px; }
  .gr-andrea-media .wp-block-image,
  .gr-andrea-media .gr-image-placeholder { aspect-ratio: 2.35 / 1; }
  .gr-andrea-story {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 24px;
    padding-top: 64px;
  }
  .gr-andrea-story__copy { grid-column: 1 / 8; margin: 0 !important; }
  .gr-project-facts { grid-column: 9 / -1; }
  .gr-projects-lede { font-size: 38px; }
  .gr-projects-quote { font-size: 21px; }
  .gr-project-depth {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 24px;
    margin-top: 96px !important;
    padding-block: 56px;
  }
  .gr-project-depth__label { grid-column: 1 / 4; }
  .gr-project-depth__column:nth-of-type(1) { grid-column: 4 / 8; }
  .gr-project-depth__column:nth-of-type(2) { grid-column: 9 / -1; }
  .gr-project-depth__text { font-size: 19px; }
  .gr-personal-works-header {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 24px;
    align-items: end;
    margin-bottom: 128px !important;
  }
  .gr-personal-works-header__title { grid-column: 1 / 9; }
  .gr-personal-works-header__copy { grid-column: 9 / -1; }
  .gr-personal-works-summary { font-size: 22px; }
  .gr-project-entry {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 24px;
  }
  .gr-project-entry__copy { grid-column: 1 / 4; }
  .gr-project-entry__media { grid-column: 4 / -1; }
  .gr-project-entry--archive { margin-top: 160px !important; padding-top: 160px; }
  .gr-project-entry--archive .gr-project-entry__media { grid-column: 1 / 10; grid-row: 1; }
  .gr-project-entry--archive .gr-project-entry__copy { grid-column: 10 / -1; grid-row: 1; }
  .gr-project-entry__media .wp-block-image,
  .gr-project-entry__media .gr-image-placeholder { aspect-ratio: 16 / 9; }
  .gr-project-entry__title { font-size: 48px; }
  .gr-project-entry > .gr-project-depth { margin-top: 40px !important; }
  .gr-projects-cta__title { font-size: 80px; }
  .gr-el-work-category-copy { position: sticky; top: 32px; align-self: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .gr-motion-pending,
  .gr-motion-pending.gr-motion-reveal,
  .gr-motion-pending.gr-motion-fade,
  .gr-motion-pending.gr-motion-cinematic {
    opacity: 1;
    transform: none;
    will-change: auto;
  }
  .gr-motion-cinematic :where(.gr-el-project-image, .wp-block-image) {
    clip-path: none;
  }
  .gr-motion-cinematic :where(.gr-el-project-image img, .wp-block-image img),
  :where(.gr-el-projects-hero .gr-el-hero-copy, .gr-page-hero .gr-page-hero__content) {
    opacity: 1;
    transform: none;
    will-change: auto;
  }
  .gr-page-hero.gr-hero-zoom .wp-block-cover__image-background {
    animation: none;
    transform: none;
  }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}
