@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/manrope/Manrope-VariableFont.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --background: #ffffff;
  --text: #151515;
  --muted: #686868;
  --line: #d9d9d9;
  --control-border: #767676;
  --soft: #f5f5f3;
  --focus: #2f5bff;
  --max-width: 1440px;
  --content-gutter: clamp(1rem, 2.4vw, 2.5rem);
  --space-page-start: clamp(1.5rem, 2.5vw, 2.75rem);
  --space-page-end: clamp(1.75rem, 3vw, 3rem);
  --space-section: clamp(2rem, 3.5vw, 3.5rem);
  --space-divider: clamp(1.1rem, 2vw, 1.75rem);
  --space-section-inner: clamp(1.5rem, 2.75vw, 2.5rem);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--background);
  color: var(--text);
  font-family: "Manrope", Arial, sans-serif;
  -webkit-hyphens: none;
  hyphens: none;
  word-break: normal;
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

body.lightbox-open {
  overflow: hidden;
}

a {
  color: inherit;
}

button {
  color: inherit;
  font: inherit;
}

svg {
  display: block;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: absolute;
  top: 0;
  left: 1rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  background: var(--text);
  color: var(--background);
  transform: translateY(-120%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: relative;
  z-index: 60;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.98);
}

.site-header__inner,
.site-footer__inner,
.portfolio-shell {
  width: min(calc(100% - (2 * var(--content-gutter))), var(--max-width));
  margin-inline: auto;
}

.site-header__inner {
  display: grid;
  grid-template-columns: minmax(13.5rem, 1fr) auto minmax(13.5rem, 1fr);
  align-items: center;
  gap: 1.5rem;
  min-height: 4.875rem;
}

.site-brand {
  justify-self: start;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  text-decoration: none;
  white-space: nowrap;
}

.site-nav--desktop {
  justify-self: center;
}

.site-nav__list {
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 1.55vw, 1.65rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav__link {
  display: inline-block;
  padding-block: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-decoration: none;
  white-space: nowrap;
}

.site-nav__link[aria-current="page"],
.site-nav__link--section-active {
  box-shadow: inset 0 -1px currentColor;
}

.site-nav__link--disabled {
  cursor: default;
}

.site-nav__item--submenu {
  position: relative;
}

.site-nav__submenu > summary {
  cursor: pointer;
  list-style: none;
}

.site-nav__submenu > summary::-webkit-details-marker {
  display: none;
}

.site-nav__submenu-panel {
  position: absolute;
  top: 100%;
  left: 50%;
  width: max-content;
  min-width: 15.5rem;
  padding-top: 0.55rem;
  transform: translateX(-50%);
}

.site-nav__submenu-list {
  display: grid;
  box-sizing: border-box;
  max-height: calc(100vh - 7rem);
  gap: 0.08rem;
  margin: 0;
  padding: 0.65rem;
  overflow-y: auto;
  border: 1px solid var(--line);
  background: var(--background);
  box-shadow: 0 0.9rem 2rem rgba(0, 0, 0, 0.1);
  list-style: none;
}

.site-nav__submenu-link {
  display: block;
  padding: 0.52rem 0.65rem;
  font-size: 0.72rem;
  text-decoration: none;
  white-space: nowrap;
}

.site-nav__submenu-link:hover,
.site-nav__submenu-link[aria-current="page"] {
  background: var(--soft);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 0.4rem;
}

.icon-link {
  display: inline-grid;
  width: 2.35rem;
  height: 2.35rem;
  color: var(--text);
  text-decoration: none;
  place-items: center;
}

.icon-link svg {
  width: 1.12rem;
  height: 1.12rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.icon-link .icon-link__fill {
  fill: currentColor;
  stroke: none;
}

.button-link {
  display: inline-flex;
  min-height: 2.35rem;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  text-decoration: none;
}

.button-link--whatsapp {
  padding: 0.55rem 0.9rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.menu-toggle {
  position: relative;
  display: inline-grid;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  place-items: center;
}

.menu-toggle[hidden] {
  display: none;
}

.menu-toggle__icon {
  position: relative;
  display: block;
  width: 1.6rem;
  height: 1.2rem;
}

.menu-toggle__line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: top 180ms ease, transform 180ms ease;
}

.menu-toggle__line--top {
  top: 0.3rem;
}

.menu-toggle__line--bottom {
  top: 0.85rem;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__line--top {
  top: 0.575rem;
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle__line--bottom {
  top: 0.575rem;
  transform: rotate(-45deg);
}

.mobile-menu {
  display: none;
}

.site-nav__link:focus-visible,
.site-nav__submenu-link:focus-visible,
.site-brand:focus-visible,
.icon-link:focus-visible,
.button-link:focus-visible,
.menu-toggle:focus-visible,
.mobile-menu__link:focus-visible,
.mobile-menu__back:focus-visible,
.mobile-menu__action-link:focus-visible,
.portfolio-filter:focus-visible,
.site-footer a:focus-visible,
.site-footer__privacy-button:focus-visible,
.measurement-consent a:focus-visible,
.measurement-consent button:focus-visible,
.seo-contact a:focus-visible,
.legal-page a:focus-visible,
.services-page a:focus-visible,
.commercial-page a:focus-visible,
.contact-page a:focus-visible,
.contact-switch__button:focus-visible,
.contact-form input:focus-visible,
.contact-form select:focus-visible,
.contact-form textarea:focus-visible,
.contact-form button:focus-visible,
.contact-form__error-summary:focus-visible,
.contact-form__status:focus-visible,
.contact-form__turnstile [tabindex="-1"]:focus-visible,
.about-page a:focus-visible,
.about-trait__summary:focus-visible,
.back-to-menu__link:focus-visible,
.skip-link:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.project-shell {
  width: min(calc(100% - (2 * var(--content-gutter))), var(--max-width));
  margin-inline: auto;
  padding-block: clamp(0.75rem, 1.2vw, 1.1rem) var(--space-page-end);
}

.project-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(28rem, 1.2fr);
  align-items: center;
  gap: clamp(1.8rem, 4vw, 4rem);
  max-width: none;
  margin-bottom: 0;
  padding-block: clamp(0.9rem, 1.4vw, 1.3rem) clamp(0.75rem, 1.1vw, 1rem);
}

.project-intro__heading {
  align-self: start;
}

.project-intro__eyebrow {
  margin: 0 0 0.42rem;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.5;
  text-transform: uppercase;
}

.project-intro h1 {
  margin: 0;
  font-size: clamp(2.75rem, 4.8vw, 4.75rem);
  font-weight: 450;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.project-intro__copy {
  color: #383838;
  -webkit-hyphens: none;
  hyphens: none;
  word-break: normal;
  overflow-wrap: normal;
}

.project-intro__copy p {
  margin: 0 0 0.48rem;
  font-size: clamp(0.82rem, 0.92vw, 0.94rem);
  line-height: 1.5;
  -webkit-hyphens: none;
  hyphens: none;
  word-break: normal;
  overflow-wrap: normal;
  text-align: justify;
  text-justify: inter-word;
}

.project-intro__copy p:last-of-type {
  margin-bottom: 0;
}

.project-intro__copy .project-intro__tags {
  margin-top: 0.55rem;
  padding-top: 0.48rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: inherit;
  letter-spacing: normal;
  line-height: 1.45;
  text-align: left;
  text-transform: none;
}

.project-gallery {
  display: grid;
  grid-template-columns: repeat(var(--project-columns, 5), minmax(0, 1fr));
  gap: 8px;
  min-height: 24rem;
}

.project-gallery--ready {
  position: relative;
  display: block;
  min-height: 0;
}

.project-gallery--ready .project-gallery__item {
  position: absolute;
  top: 0;
  left: 0;
}

.project-gallery__item {
  min-width: 0;
  margin: 0;
}

.project-gallery__item img {
  display: block;
  width: 100%;
  height: auto;
  background: var(--soft);
}

.wedding-index-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 8px;
}

.wedding-index-card {
  min-width: 0;
}

.wedding-index-card__link {
  position: relative;
  display: block;
  width: 100%;
  color: #fff;
  text-decoration: none;
}

.wedding-index-card__media {
  position: relative;
  margin: 0;
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: var(--soft);
}

.wedding-index-card img {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--soft);
  object-fit: cover;
  object-position: 50% 50%;
}

.wedding-index-card__link::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgb(0 0 0 / 38%);
  content: "";
  pointer-events: none;
  transition: background-color 160ms ease;
}

.wedding-index-card__title {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: min(88%, 24rem);
  margin: 0;
  padding: 0.5rem;
  color: #fff;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(1rem, 1.35vw, 1.4rem);
  font-weight: 560;
  letter-spacing: 0.018em;
  line-height: 1.3;
  text-align: center;
  text-shadow: 0 1px 10px rgb(0 0 0 / 72%);
  transform: translate(-50%, -50%);
  transition: opacity 160ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .wedding-index-card__link:hover:not(:focus-visible)::after {
    background: transparent;
  }

  .wedding-index-card__link:hover:not(:focus-visible) .wedding-index-card__title {
    opacity: 0;
  }
}

.wedding-index-card__link:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.wedding-index-card__link:focus-visible::after {
  background: rgb(0 0 0 / 38%);
}

.wedding-index-card__link:focus-visible .wedding-index-card__title {
  opacity: 1;
}

@media (max-width: 1279px) {
  .wedding-index-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 899px) {
  .wedding-index-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.wedding-gallery-shell {
  width: min(calc(100% - (2 * var(--content-gutter))), var(--max-width));
  margin-inline: auto;
  padding-block: clamp(0.7rem, 1.1vw, 1rem) var(--space-page-end);
}

.wedding-gallery-header {
  padding-bottom: clamp(0.8rem, 1.5vw, 1.25rem);
}

.wedding-gallery-header__menu {
  display: block;
  width: fit-content;
  min-height: 2.25rem;
  margin-left: auto;
  padding: 0.35rem 0;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.025em;
  text-decoration: none;
}

.wedding-gallery-header h1 {
  margin: 0;
  font-size: clamp(1.45rem, 2.3vw, 2.2rem);
  font-weight: 480;
  letter-spacing: -0.035em;
  line-height: 1.12;
  text-align: center;
}

.wedding-gallery-pagination {
  display: grid;
  align-items: stretch;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.wedding-gallery-pagination--top {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(0.75rem, 1.35vw, 1.1rem);
}

.wedding-gallery-pagination--bottom {
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  margin-top: clamp(0.8rem, 1.5vw, 1.25rem);
}

.wedding-gallery-pagination__slot {
  display: flex;
  min-width: 0;
}

.wedding-gallery-pagination__slot--next {
  justify-content: flex-end;
  text-align: right;
}

.wedding-gallery-pagination__slot a,
.wedding-gallery-pagination__menu {
  display: flex;
  min-width: 0;
  min-height: 3.4rem;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem clamp(0.15rem, 0.7vw, 0.65rem);
  color: var(--text);
  font-size: clamp(0.62rem, 0.72vw, 0.72rem);
  line-height: 1.35;
  text-decoration: none;
}

.wedding-gallery-pagination__slot--previous a {
  padding-left: 0.1rem;
}

.wedding-gallery-pagination__slot--next a {
  padding-right: 0.1rem;
}

.wedding-gallery-pagination__direction {
  display: block;
  margin-bottom: 0.12rem;
  color: var(--muted);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wedding-gallery-pagination__menu {
  justify-content: center;
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
  color: var(--muted);
  white-space: nowrap;
}

.wedding-gallery-header__menu:hover,
.wedding-gallery-pagination a:hover {
  color: var(--text);
}

.wedding-gallery-header__menu:focus-visible,
.wedding-gallery-pagination a:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.wedding-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  min-height: 24rem;
}

.wedding-gallery--ready {
  position: relative;
  display: block;
  min-height: 0;
}

.wedding-gallery--ready .wedding-gallery__item {
  position: absolute;
  top: 0;
  left: 0;
}

.wedding-gallery__item {
  min-width: 0;
  margin: 0;
}

.wedding-gallery__item img {
  display: block;
  width: 100%;
  height: auto;
  background: var(--soft);
  object-fit: contain;
}

@media (max-width: 1279px) {
  .wedding-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 899px) {
  .wedding-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.events-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  min-height: 24rem;
}

.events-gallery--ready {
  position: relative;
  display: block;
  min-height: 0;
}

.events-gallery--ready .events-gallery__item {
  position: absolute;
  top: 0;
  left: 0;
}

.events-gallery__item {
  min-width: 0;
  margin: 0;
}

.events-gallery__photo--featured {
  grid-column: span 2;
}

.events-gallery__photo img {
  display: block;
  width: 100%;
  height: auto;
  background: var(--soft);
}

.events-gallery__text {
  aspect-ratio: 2 / 3;
}

.events-gallery__text--horizontal {
  aspect-ratio: 3 / 2;
}

.events-gallery__text-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: clamp(0.8rem, 1.35vw, 1.2rem);
  border: 1px solid var(--line);
  background: var(--soft);
  overflow: hidden;
}

.events-gallery__marker {
  margin: 0 0 clamp(0.5rem, 1vw, 0.85rem);
  color: var(--muted);
  font-size: clamp(0.52rem, 0.62vw, 0.65rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.events-gallery__text h2 {
  margin: 0;
  font-size: clamp(1rem, 1.55vw, 1.45rem);
  font-weight: 520;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.events-gallery__text--horizontal h2 {
  font-size: clamp(0.92rem, 1.28vw, 1.2rem);
}

.events-gallery__body {
  margin: auto 0 0;
  color: #4b4b4b;
  font-size: clamp(0.58rem, 0.72vw, 0.72rem);
  line-height: 1.38;
}

@media (max-width: 880px) {
  .events-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.back-to-menu {
  display: flex;
  justify-content: flex-end;
  margin-top: clamp(0.75rem, 1.4vw, 1.25rem);
}

.back-to-menu__link {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  padding: 0.55rem 0.15rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.025em;
  text-decoration: none;
}

.back-to-menu__link:hover {
  color: var(--text);
}

.lightbox-trigger {
  cursor: zoom-in;
}

.lightbox-trigger:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.lightbox {
  width: 100vw;
  max-width: none;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: rgba(10, 10, 10, 0.97);
  color: #fff;
}

.lightbox::backdrop {
  background: rgba(0, 0, 0, 0.88);
}

.lightbox__surface {
  position: relative;
  display: grid;
  grid-template-columns: minmax(3rem, 5rem) minmax(0, 1fr) minmax(3rem, 5rem);
  align-items: center;
  width: 100%;
  height: 100%;
  padding: clamp(3.75rem, 7vh, 5rem) clamp(0.35rem, 2vw, 2rem) clamp(1rem, 3vh, 2rem);
}

.lightbox__figure {
  display: grid;
  min-width: 0;
  max-height: 100%;
  justify-items: center;
  margin: 0;
}

.lightbox__image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100dvh - 8.5rem);
  object-fit: contain;
}

.lightbox__caption {
  max-width: 55rem;
  margin-top: 0.65rem;
  color: #e1e1e1;
  font-size: 0.78rem;
  line-height: 1.45;
  text-align: center;
}

.lightbox__close,
.lightbox__control {
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.lightbox__close {
  position: absolute;
  top: 0.75rem;
  right: 0.9rem;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  line-height: 1;
}

.lightbox__control {
  display: grid;
  width: 100%;
  min-height: 4rem;
  font-size: clamp(2rem, 4vw, 3rem);
  place-items: center;
}

.lightbox__close:focus-visible,
.lightbox__control:focus-visible {
  outline: 3px solid #8dacff;
  outline-offset: 2px;
}

.portfolio-shell {
  padding-top: clamp(0.75rem, 1.5vw, 1.3rem);
}

.portfolio-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.2rem clamp(0.45rem, 1.15vw, 1rem);
  padding-inline: 0.25rem;
}

.portfolio-filter {
  padding: 0.42rem 0.25rem;
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: var(--muted);
  font-size: 0.69rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  cursor: pointer;
}

.portfolio-filter[aria-pressed="true"] {
  border-bottom-color: currentColor;
  color: var(--text);
}

.portfolio-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  min-height: clamp(18rem, 47vw, 47rem);
  margin-top: clamp(0.65rem, 1.3vw, 1.2rem);
}

.portfolio-gallery > [data-categories] {
  width: 100%;
  height: auto;
  margin: 0;
}

.portfolio-gallery--masonry-ready {
  position: relative;
  display: block;
  min-height: 0;
}

.portfolio-gallery--masonry-ready > [data-categories] {
  position: absolute;
  top: 0;
  left: 0;
}

.portfolio-gallery__item img {
  display: block;
  width: 100%;
  height: auto;
}

.portfolio-gallery > [data-categories][hidden] {
  display: none;
}

.seo-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 2rem;
  padding-block: clamp(1.5rem, 3vw, 2.5rem);
  border-top: 1px solid var(--line);
}

.seo-contact p {
  max-width: 54rem;
  margin: 0;
  font-size: clamp(0.88rem, 1.2vw, 1rem);
}

.seo-contact__links {
  display: grid;
  justify-items: end;
  gap: 0.25rem;
  font-size: 0.78rem;
}

.seo-contact__links a {
  text-underline-offset: 0.18em;
}

.site-footer {
  border-top: 1px solid var(--line);
}

.site-footer__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.25rem;
  min-height: 5.25rem;
  color: var(--muted);
  font-size: 0.67rem;
}

.site-footer p {
  margin: 0;
}

.site-footer__brand {
  justify-self: start;
  color: var(--text);
  font-weight: 650;
}

.site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem;
}

.site-footer__nav {
  display: flex;
  justify-self: end;
  gap: 0.35rem;
}

.site-footer a {
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.site-footer__privacy-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
  cursor: pointer;
}

.site-footer__privacy-button:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.measurement-consent {
  position: fixed;
  right: var(--content-gutter);
  bottom: var(--content-gutter);
  z-index: 80;
  width: min(calc(100% - (2 * var(--content-gutter))), 42rem);
  border: 1px solid var(--control-border);
  background: var(--background);
  box-shadow: 0 0.75rem 2.5rem rgba(21, 21, 21, 0.16);
}

.measurement-consent__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 1.25rem;
  padding: 1.25rem;
}

.measurement-consent__copy h2 {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
}

.measurement-consent__copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.measurement-consent__copy a {
  color: var(--text);
  text-underline-offset: 0.18em;
}

.measurement-consent__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(6.5rem, 1fr));
  gap: 0.5rem;
}

.measurement-consent__actions button {
  min-height: 2.75rem;
  padding: 0.6rem 0.9rem;
  border: 1px solid var(--text);
  background: var(--background);
  font-size: 0.75rem;
  font-weight: 650;
  cursor: pointer;
}

.measurement-consent__actions button:hover {
  background: var(--soft);
}

.legal-main {
  border-top: 0;
}

.legal-page {
  width: min(calc(100% - (2 * var(--content-gutter))), 65rem);
  margin-inline: auto;
  padding-block: var(--space-page-start) var(--space-page-end);
}

.legal-header {
  max-width: 45rem;
  margin-left: auto;
  margin-bottom: var(--space-section);
}

.legal-eyebrow {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.legal-header h1 {
  margin: 0 0 1.5rem;
  font-size: clamp(2.75rem, 7vw, 6rem);
  font-weight: 450;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1.5rem;
  margin-bottom: 2rem;
  color: var(--muted);
  font-size: 0.73rem;
}

.legal-notice {
  margin: 0 0 1.2rem;
  padding: 1rem 1.1rem;
  border-left: 3px solid var(--text);
  background: var(--soft);
  font-size: 0.82rem;
}

.legal-header > p:last-child {
  font-size: 0.82rem;
}

.legal-sections {
  border-top: 1px solid var(--line);
}

.legal-section {
  display: grid;
  grid-template-columns: minmax(12rem, 15rem) minmax(0, 45rem);
  justify-content: end;
  gap: clamp(2rem, 5vw, 5rem);
  padding-block: var(--space-section-inner);
  border-bottom: 1px solid var(--line);
}

.legal-section__marker {
  display: grid;
  align-content: start;
  gap: 0.35rem;
  color: var(--muted);
  font-size: 0.67rem;
  font-weight: 650;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.legal-section h2 {
  margin: 0 0 1.15rem;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.legal-section p,
.legal-section ul {
  margin-top: 0;
  font-size: 0.91rem;
}

.legal-section p:last-child,
.legal-section ul:last-child {
  margin-bottom: 0;
}

.legal-section li + li {
  margin-top: 0.4rem;
}

@media (max-width: 1180px) {
  .site-header__inner {
    grid-template-columns: auto 1fr auto;
  }

  .site-nav--desktop {
    justify-self: center;
  }

  .site-nav__list {
    gap: 0.7rem;
  }

  .site-nav__link {
    font-size: 0.68rem;
  }

}

@media (max-width: 880px) {
  .site-header {
    position: sticky;
    top: 0;
  }

  body.menu-open .site-header {
    border-bottom-color: transparent;
  }

  .site-header__inner {
    grid-template-columns: 1fr auto;
    gap: 1rem;
    min-height: 4.75rem;
  }

  .site-brand {
    font-size: 0.82rem;
  }

  .mobile-menu-ready .site-nav--desktop,
  .mobile-menu-ready .header-actions {
    display: none;
  }

  .mobile-menu:not([hidden]) {
    position: fixed;
    z-index: 50;
    inset: 0;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    padding: calc(4.75rem + env(safe-area-inset-top)) 1.25rem calc(1.5rem + env(safe-area-inset-bottom));
    background: var(--background);
    overscroll-behavior: contain;
  }

  .mobile-menu__panel {
    display: flex;
    width: 100%;
    min-height: calc(100dvh - 6.25rem);
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .mobile-menu__panel[hidden] {
    display: none;
  }

  .mobile-menu__panel nav {
    width: 100%;
  }

  .mobile-menu__list {
    display: grid;
    width: min(100%, 30rem);
    gap: 0.05rem;
    margin: 0 auto;
    padding: 0;
    list-style: none;
  }

  .mobile-menu__link {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 0.45em;
    padding: 0.25em 0.1em;
    border: 0;
    background: transparent;
    font-size: clamp(1.9rem, 8.7vw, 3.1rem);
    font-weight: 430;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
  }

  .mobile-menu__link[aria-current="page"],
  .mobile-menu__link--section-active {
    font-weight: 680;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
  }

  .mobile-menu__link--disabled {
    color: var(--text);
  }

  .mobile-menu__submenu-toggle {
    cursor: pointer;
  }

  .mobile-menu__arrow {
    font-size: 0.8em;
    font-weight: 300;
  }

  .mobile-menu__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.3rem 0.75rem;
    margin-top: clamp(1.2rem, 5vh, 2.4rem);
  }

  .mobile-menu__action-link {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    padding-inline: 0.35rem;
    font-size: 0.73rem;
    font-weight: 650;
    text-underline-offset: 0.2em;
  }

  .button-link--mobile {
    min-height: 2.25rem;
    padding: 0.48rem 0.82rem;
    font-size: 0.66rem;
    letter-spacing: 0.06em;
  }

  .mobile-menu__panel--projects {
    min-height: 0;
    align-items: stretch;
    justify-content: flex-start;
    padding-top: 1.5rem;
  }

  .mobile-menu__back {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 0.35rem;
    margin: 0 0 1.5rem;
    padding: 0.25rem 0;
    border: 0;
    background: transparent;
    color: var(--muted);
    font-size: clamp(1.75rem, 8vw, 2.75rem);
    cursor: pointer;
  }

  .mobile-menu__list--projects {
    padding-bottom: 2rem;
  }

  .mobile-menu__link--project {
    padding-block: 0.3em;
    font-size: clamp(1.55rem, 7vw, 2.6rem);
  }

  .portfolio-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 0.55rem;
    padding-block: 1.5rem;
    text-align: center;
  }

  .site-footer__brand,
  .site-footer__nav {
    justify-self: center;
  }
}

@media (max-width: 760px) {
  .measurement-consent {
    right: 0.75rem;
    bottom: 0.75rem;
    width: calc(100% - 1.5rem);
  }

  .measurement-consent__inner {
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 1rem;
    padding: 1rem;
  }

  .portfolio-shell {
    padding-top: 0.5rem;
  }

  .portfolio-filters {
    gap: 0.1rem 0.65rem;
  }

  .portfolio-filter {
    padding-block: 0.36rem;
    font-size: 0.63rem;
  }

  .seo-contact {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .seo-contact__links {
    justify-items: start;
  }

  .legal-page {
    padding-block: 1.5rem 2.25rem;
  }

  .legal-header {
    margin-bottom: 2.25rem;
  }

  .legal-section {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .legal-section__marker {
    grid-template-columns: auto 1fr;
    gap: 0.75rem;
  }
}

@media (max-width: 620px) {
  .portfolio-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .portfolio-gallery > [data-categories] {
    margin-bottom: 6px;
  }
}

@media (max-width: 880px) and (max-height: 620px) {
  .mobile-menu__panel {
    min-height: 0;
    justify-content: flex-start;
    padding-top: 1rem;
  }

  .mobile-menu__actions {
    margin-top: 0.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .menu-toggle__line {
    transition: none;
  }
}

.page-intro {
  width: min(calc(100% - (2 * var(--content-gutter))), 72rem);
  margin-inline: auto;
  padding-block: var(--space-page-start) var(--space-divider);
}

.page-intro__eyebrow {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-intro h1 {
  max-width: 58rem;
  margin: 0;
  font-size: clamp(2.25rem, 4.3vw, 4.5rem);
  font-weight: 450;
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.page-intro__summary {
  max-width: 48rem;
  margin: 1.75rem 0 0;
  color: var(--muted);
  font-size: clamp(0.95rem, 1.25vw, 1.08rem);
}

.services-page,
.contact-page {
  padding-bottom: var(--space-page-end);
}

.services-page__stories {
  width: min(calc(100% - (2 * var(--content-gutter))), 82rem);
  margin-inline: auto;
}

.service-story + .service-story {
  margin-top: var(--space-section);
}

.service-story__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
}

.service-story__media {
  grid-column: 1 / span 8;
  grid-row: 1;
  margin: 0;
}

.service-story__media img {
  display: block;
  width: 100%;
  height: auto;
}

.service-story__panel {
  z-index: 1;
  grid-column: 7 / span 6;
  grid-row: 1;
  padding: clamp(1.25rem, 2.2vw, 2.25rem);
  background: var(--soft);
  box-shadow: 0 0.9rem 2.5rem rgba(0, 0, 0, 0.06);
}

.service-story--reverse .service-story__media {
  grid-column: 5 / span 8;
}

.service-story--reverse .service-story__panel {
  grid-column: 1 / span 6;
}

.service-story__number {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--muted);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.service-story__panel h2 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.45rem, 2.1vw, 2.1rem);
  font-weight: 480;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.contact-panel h2 {
  margin: 0 0 1.25rem;
  font-size: clamp(1.55rem, 2.8vw, 2.6rem);
  font-weight: 480;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.service-story__panel p,
.service-story__panel li {
  font-size: 0.875rem;
  line-height: 1.55;
}

.service-story__panel p {
  margin-block: 0.75rem;
}

.services-page .page-intro__summary,
.services-page .service-story__panel p {
  -webkit-hyphens: none;
  hyphens: none;
  word-break: normal;
  overflow-wrap: normal;
  text-align: justify;
  text-justify: inter-word;
}

.service-story__panel p:first-of-type {
  margin-top: 0;
}

.service-story__panel p:last-child,
.service-story__panel ul:last-child {
  margin-bottom: 0;
}

.service-story__list {
  margin-block: 0.85rem;
  padding-left: 1.1rem;
}

.service-story__list li + li {
  margin-top: 0.3rem;
}

.service-price-list {
  display: grid;
  gap: 0;
  margin: 1rem 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.service-price-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 0.55rem;
  border-bottom: 1px solid var(--line);
}

.price-amount {
  white-space: nowrap;
}

.price-stack {
  display: grid;
  gap: 0.1rem;
}

.price-total {
  display: block;
  margin: 0;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}

.price-total__amount {
  color: var(--text);
  font-weight: 650;
}

.service-price-list .price-stack {
  justify-items: end;
  text-align: right;
}

.price-tax {
  margin-left: 0.28em;
  font-size: clamp(0.58rem, 0.5em, 0.72rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  vertical-align: super;
  white-space: nowrap;
}

.service-story__notice {
  padding: 1rem;
  border-left: 3px solid var(--text);
  background: var(--background);
  color: var(--muted);
}

.project-cta {
  margin-top: var(--space-section);
  padding-top: var(--space-divider);
  border-top: 1px solid var(--line);
}

.project-cta h2 {
  margin: 0 0 0.8rem;
  font-size: clamp(1.55rem, 2.6vw, 2.55rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.project-cta p {
  max-width: 42rem;
  margin: 0;
  color: var(--muted);
}

.project-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.project-cta__actions a {
  min-height: 2.7rem;
  padding: 0.6rem 0.9rem;
  font-size: 0.75rem;
}

.services-page > .project-cta {
  width: min(calc(100% - (2 * var(--content-gutter))), 80rem);
  margin-inline: auto;
}

.commercial-page {
  padding-bottom: var(--space-page-end);
}

.commercial-shell {
  width: min(calc(100% - (2 * var(--content-gutter))), 82rem);
  margin-inline: auto;
}

.commercial-eyebrow {
  margin: 0 0 0.8rem;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.commercial-page h1,
.commercial-page h2,
.commercial-page h3 {
  margin-top: 0;
}

.commercial-page h1 {
  margin-bottom: 1.25rem;
  font-size: clamp(3rem, 4.65vw, 4.65rem);
  font-weight: 450;
  line-height: 1.01;
  letter-spacing: -0.052em;
}

.commercial-page h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 3.45vw, 3.5rem);
  font-weight: 470;
  line-height: 1.05;
  letter-spacing: -0.043em;
}

.commercial-page h3 {
  margin-bottom: 0.55rem;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: -0.022em;
}

.commercial-hero {
  border-bottom: 1px solid var(--line);
}

.commercial-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(31rem, 1fr);
  align-items: center;
  gap: clamp(2.5rem, 4vw, 4rem);
  padding-block: clamp(2.5rem, 3.2vw, 3.25rem);
}

.commercial-hero__prose {
  max-width: 43rem;
  color: #383838;
  font-size: clamp(0.95rem, 1.05vw, 1.05rem);
}

.commercial-hero__prose p {
  margin: 0;
}

.commercial-hero__prose p + p {
  margin-top: 0.9rem;
}

.commercial-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.25rem;
}

.commercial-actions .button-link {
  min-height: 2.7rem;
  padding: 0.6rem 0.9rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.commercial-hero__media {
  width: 100%;
  max-width: 36.5rem;
  aspect-ratio: auto;
  margin: 0;
  overflow: visible;
  justify-self: end;
  background: var(--soft);
}

.commercial-hero__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center center;
}

.commercial-section {
  padding-block: clamp(3rem, 4vw, 4.25rem);
  border-bottom: 1px solid var(--line);
}

.commercial-story__grid {
  display: grid;
  grid-template-columns: minmax(20rem, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(3rem, 5vw, 5rem);
}

.commercial-story__media {
  width: min(100%, 27rem);
  aspect-ratio: auto;
  margin: 0;
  overflow: visible;
  background: var(--soft);
}

.commercial-story__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center center;
}

.commercial-page--ai .commercial-hero__media,
.commercial-page--ai .commercial-story__media {
  aspect-ratio: auto;
  overflow: visible;
}

.commercial-page--ai .commercial-hero__media img,
.commercial-page--ai .commercial-story__media img {
  height: auto;
  object-fit: contain;
}

.commercial-story__copy {
  max-width: 50rem;
}

.commercial-story__copy > p:not(.commercial-eyebrow) {
  margin: 0;
  color: #383838;
  font-size: clamp(0.95rem, 1.05vw, 1.05rem);
}

.commercial-story__copy > p:not(.commercial-eyebrow) + p {
  margin-top: 0.9rem;
}

.commercial-service-list {
  display: grid;
  grid-template-columns: minmax(12rem, 0.72fr) minmax(0, 1.28fr);
  gap: 0 2rem;
  margin: 1.5rem 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.commercial-service-list li {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  align-items: start;
  gap: 0.8rem;
  padding: 0.8rem 0.2rem;
  border-bottom: 1px solid var(--line);
  color: #2d2d2d;
  font-size: 0.86rem;
}

.commercial-service-list__icon {
  display: grid;
  width: 2rem;
  height: 2rem;
  border: 1px solid var(--line);
  border-radius: 50%;
  place-items: center;
}

.commercial-service-list__icon svg {
  width: 1.12rem;
  height: 1.12rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.commercial-page--ai .commercial-service-list strong {
  display: block;
  margin-bottom: 0.18rem;
}

.commercial-section__heading {
  max-width: 60rem;
  margin-bottom: 1.75rem;
}

.commercial-section__heading h2 {
  margin-bottom: 0;
}

.commercial-process__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.commercial-process-card {
  padding: 1rem;
  border: 1px solid var(--line);
  background: var(--background);
}

.commercial-marker {
  display: grid;
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  border: 1px solid var(--text);
  border-radius: 50%;
  font-size: 0.68rem;
  place-items: center;
}

.commercial-process-card .commercial-marker {
  margin-bottom: 0.8rem;
}

.commercial-process-card p {
  margin: 0;
  color: #4b4b4b;
  font-size: 0.8rem;
  line-height: 1.48;
}

.commercial-projects__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.commercial-event-coverage__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.commercial-gallery__grid {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.commercial-gallery__intro {
  max-width: 60rem;
  margin: -0.35rem 0 1.75rem;
  color: #383838;
  font-size: clamp(0.9rem, 1vw, 1rem);
  line-height: 1.65;
  -webkit-hyphens: none;
  hyphens: none;
  word-break: normal;
  overflow-wrap: normal;
  text-align: justify;
  text-justify: inter-word;
}

.commercial-gallery__intro p {
  margin: 0;
}

.commercial-gallery__intro p + p {
  margin-top: 0.85rem;
}

.commercial-gallery__row {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.commercial-gallery__item {
  min-width: 0;
  margin: 0;
}

.commercial-gallery__row > .commercial-gallery__item--vertical {
  flex: 0.666667 1 0;
}

.commercial-gallery__row > .commercial-gallery__item--horizontal {
  flex: 1.5 1 0;
}

.commercial-gallery__item img {
  display: block;
  width: 100%;
  height: auto;
  background: var(--soft);
}

.commercial-gallery__item figcaption {
  padding-top: 0.65rem;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.4;
}

.commercial-gallery__note {
  max-width: 49rem;
  margin: 1rem 0 0 auto;
  padding-top: 0.9rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.72rem;
}

.commercial-gallery__link {
  position: relative;
  display: block;
  text-decoration: none;
}

.commercial-gallery__project-cue {
  position: absolute;
  right: 0.55rem;
  bottom: 0.55rem;
  padding: 0.35rem 0.48rem;
  border: 1px solid var(--text);
  background: rgba(255, 255, 255, 0.94);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.commercial-ai-samples {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 4rem);
}

.commercial-ai-sample {
  min-width: 0;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.commercial-ai-sample__heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.commercial-ai-sample__heading h3,
.commercial-ai-sample__heading p {
  margin: 0;
}

.commercial-ai-sample__heading p {
  color: var(--muted);
  font-size: 0.72rem;
}

.commercial-ai-sample__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
  align-items: start;
}

.commercial-ai-sample__source {
  padding: 0.5rem;
  border: 1px solid var(--text);
}

.commercial-ai-sample__source figcaption {
  color: var(--text);
  font-weight: 650;
}

.commercial-project-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border: 1px solid var(--line);
  background: var(--soft);
  color: inherit;
  text-decoration: none;
}

.commercial-project-card img {
  display: block;
  width: 100%;
  height: auto;
}

.commercial-project-card h3 {
  margin: 0;
  padding: 1rem 1.25rem;
}

.commercial-event-coverage__card {
  min-height: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.55rem;
  padding: 1rem;
  background: var(--background);
}

.commercial-event-coverage__card h3,
.commercial-event-coverage__card p {
  margin: 0;
}

.commercial-event-coverage__card p {
  color: #4b4b4b;
  font-size: 0.78rem;
  line-height: 1.48;
}

.commercial-projects__note {
  margin: 0.9rem 0 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.commercial-prices {
  padding-bottom: var(--space-divider);
  border-bottom: 0;
}

.commercial-prices__layout {
  display: grid;
  grid-template-columns: minmax(22rem, 0.92fr) minmax(0, 1.08fr);
  align-items: start;
  column-gap: clamp(3rem, 5vw, 5rem);
  row-gap: 1.8rem;
}

.commercial-prices__heading {
  grid-column: 1;
}

.commercial-prices__heading h2 {
  margin-bottom: 0;
  font-size: clamp(2.5rem, 3.2vw, 3rem);
}

.commercial-prices__copy {
  grid-column: 2;
  margin: 0;
  padding-top: 1.5rem;
  color: #383838;
  font-size: clamp(0.95rem, 1.05vw, 1.05rem);
}

.commercial-prices__copy a {
  text-underline-offset: 0.2em;
}

.commercial-price-grid {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.commercial-price-card {
  display: grid;
  grid-template-areas:
    "heading heading"
    "offer description";
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem 1.5rem;
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  background: var(--soft);
}

.commercial-price-card__heading {
  display: flex;
  grid-area: heading;
  align-items: center;
  gap: 0.75rem;
}

.commercial-price-card__heading h3 {
  margin: 0;
}

.commercial-price-card__offer {
  grid-area: offer;
}

.commercial-price-card__offer span {
  display: block;
  min-height: 2.5em;
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.35;
}

.commercial-price-card__offer .price-amount {
  display: block;
  margin-top: 0.45rem;
  font-size: clamp(1.45rem, 1.8vw, 1.9rem);
  font-weight: 620;
  line-height: 1;
  letter-spacing: -0.04em;
}

.commercial-price-card__offer .price-stack {
  margin-top: 0.45rem;
}

.commercial-price-card__offer .price-stack .price-amount {
  margin-top: 0;
}

.error-page {
  display: flex;
  min-height: 100svh;
  flex-direction: column;
}

.error-page .error-main {
  display: grid;
  flex: 1;
  padding: clamp(3.5rem, 7vw, 7rem) var(--content-gutter);
  place-items: center;
}

.error-page__content {
  width: min(100%, 68rem);
  text-align: center;
}

.error-page__eyebrow {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-transform: uppercase;
}

.error-page__content h1 {
  margin: 0;
  font-size: clamp(3rem, 6vw, 6.25rem);
  font-weight: 450;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.error-page__lead {
  margin: 1.8rem auto 0;
  font-size: clamp(0.95rem, 1.4vw, 1.15rem);
  line-height: 1.5;
}

.error-page__copy {
  max-width: 42rem;
  margin: 1.05rem auto 0;
  color: #444;
  font-size: 0.9rem;
  line-height: 1.55;
}

.error-page__action {
  min-width: 12.5rem;
  margin-top: 1.9rem;
  padding: 0.58rem 1rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.commercial-price-card__description {
  grid-area: description;
  align-self: end;
  margin: 0;
  color: #4b4b4b;
  font-size: 0.78rem;
  line-height: 1.45;
}

.commercial-prices__note {
  grid-column: 2;
  margin: -0.35rem 0 0;
  padding-top: 0.9rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.82rem;
}

.commercial-hero__prose p,
.commercial-story__copy > p:not(.commercial-eyebrow),
.commercial-process-card p,
.commercial-projects__note,
.commercial-prices__copy,
.commercial-price-card__description,
.commercial-prices__note,
.commercial-page > .project-cta p {
  -webkit-hyphens: none;
  hyphens: none;
  word-break: normal;
  overflow-wrap: normal;
  text-align: justify;
  text-justify: inter-word;
}

.commercial-page > .project-cta {
  width: min(calc(100% - (2 * var(--content-gutter))), 80rem);
  margin: 0 auto;
}

@media (max-width: 1080px) {
  .commercial-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(26rem, 0.78fr);
  }

  .commercial-story__grid {
    gap: 2.5rem;
  }

  .commercial-prices__layout {
    column-gap: 2.5rem;
  }
}

@media (max-width: 900px) {
  .error-page .error-main {
    padding: 3rem var(--content-gutter);
  }

  .error-page__content h1 {
    font-size: clamp(2.35rem, 11vw, 4rem);
  }

  .error-page__lead {
    max-width: 25ch;
  }

  .error-page__copy {
    max-width: 34ch;
  }

  .error-page__action {
    min-width: 11.5rem;
  }

  .project-intro {
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
  }

  .project-intro__copy {
    max-width: 48rem;
  }

  .commercial-hero__grid,
  .commercial-story__grid,
  .commercial-prices__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .commercial-hero__copy,
  .commercial-story__copy {
    order: 1;
  }

  .commercial-hero__media,
  .commercial-story__media {
    width: min(100%, 38rem);
    max-width: none;
    order: 2;
    justify-self: start;
    background: transparent;
  }

  .commercial-hero__media.commercial-media--vertical,
  .commercial-story__media.commercial-media--vertical {
    width: min(100%, 37.333vh, 22.667rem);
  }

  .commercial-hero__media img,
  .commercial-story__media img {
    width: 100%;
    max-width: none;
    max-height: none;
  }

  .commercial-process__grid,
  .commercial-projects__grid,
  .commercial-price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .commercial-gallery__row {
    flex-wrap: wrap;
  }

  .commercial-gallery__row > .commercial-gallery__item--vertical {
    flex: 0.666667 1 9rem;
  }

  .commercial-gallery__row > .commercial-gallery__item--horizontal {
    flex: 1.5 1 20.25rem;
  }

  .commercial-ai-sample__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .commercial-prices__heading,
  .commercial-prices__copy,
  .commercial-prices__note {
    grid-column: 1;
  }

  .commercial-prices__copy {
    padding-top: 0;
  }

  .commercial-prices__heading h2 {
    max-width: 18ch;
  }

  .commercial-price-card {
    grid-template-areas:
      "heading"
      "offer"
      "description";
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 620px) {
  .project-shell {
    padding-top: 1.25rem;
  }

  .project-intro {
    padding-bottom: 1.25rem;
  }

  .project-intro h1 {
    font-size: clamp(1.9rem, 10vw, 2.8rem);
  }

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

  .events-gallery__photo--featured {
    grid-column: span 1;
  }

  .events-gallery__text--horizontal {
    grid-column: span 2;
  }

  .events-gallery__text-card {
    padding: 0.72rem;
    overflow: visible;
  }

  .events-gallery__text--horizontal .events-gallery__text-card {
    --events-marker-size: 17px;
    --events-title-size: 38px;
    --events-body-size: 14.4px;
  }

  .events-gallery__text--vertical .events-gallery__text-card {
    --events-marker-size: 15px;
    --events-title-size: 28px;
    --events-body-size: 13px;
  }

  .events-gallery__marker {
    margin-bottom: 0.42rem;
    font-size: var(--events-marker-size);
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.05;
  }

  .events-gallery__text h2 {
    font-size: var(--events-title-size);
    font-weight: 560;
    line-height: 1;
  }

  .events-gallery__body {
    font-size: var(--events-body-size);
    letter-spacing: normal;
    word-spacing: normal;
  }

  .events-gallery__text--horizontal .events-gallery__body {
    line-height: 1.25;
  }

  .events-gallery__text--vertical .events-gallery__body {
    line-height: 1.18;
  }

  .lightbox__surface {
    grid-template-columns: 2.75rem minmax(0, 1fr) 2.75rem;
    padding: 3.75rem 0.1rem 0.85rem;
  }

  .lightbox__image {
    max-height: calc(100dvh - 8rem);
  }
}

@media (max-width: 620px) {
  .commercial-page h1 {
    font-size: clamp(2.55rem, 12vw, 3.85rem);
  }

  .commercial-page h2 {
    font-size: clamp(1.8rem, 8vw, 2.7rem);
  }

  .commercial-hero__grid {
    gap: 1.75rem;
    padding-block: 2.25rem 2.75rem;
  }

  .commercial-section {
    padding-block: 2.75rem;
  }

  .commercial-service-list,
  .commercial-process__grid,
  .commercial-projects__grid,
  .commercial-price-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .commercial-gallery__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .commercial-ai-sample__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .commercial-price-card__offer span {
    min-height: 0;
  }

  .commercial-page > .project-cta .project-cta__actions {
    justify-content: flex-start;
  }
}

.contact-layout {
  display: grid;
  width: min(calc(100% - (2 * var(--content-gutter))), 72rem);
  grid-template-columns: minmax(0, 1.45fr) minmax(15rem, 0.72fr);
  gap: clamp(3rem, 8vw, 8rem);
  margin-inline: auto;
  padding-top: var(--space-divider);
  border-top: 1px solid var(--line);
}

.contact-channels h2 {
  margin: 0 0 1.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-channels dl {
  margin: 0;
}

.contact-channels__item {
  padding-block: 1rem;
  border-bottom: 1px solid var(--line);
}

.contact-channels dt {
  margin-bottom: 0.25rem;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-channels dd {
  margin: 0;
  font-size: 0.9rem;
}

.contact-channels a {
  text-underline-offset: 0.2em;
}

.contact-channels__number {
  display: block;
}

.contact-channels__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.65rem;
}

.contact-channels__actions a {
  display: inline-flex;
  align-items: center;
  min-height: 2.7rem;
  padding: 0.55rem 0.75rem;
  border: 1px solid var(--line);
  font-size: 0.75rem;
  font-weight: 650;
  text-decoration: none;
}

.contact-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
  border-bottom: 1px solid var(--line);
}

.contact-switch__button {
  padding: 0.9rem 0.5rem;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 650;
  cursor: pointer;
}

.contact-switch__button[aria-pressed="true"] {
  border-bottom-color: var(--text);
  color: var(--text);
}

.contact-panel[hidden] {
  display: none;
}

.contact-panel > p {
  max-width: 40rem;
  color: var(--muted);
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.contact-form__field {
  display: grid;
  gap: 0.45rem;
}

.contact-form__field--wide {
  grid-column: 1 / -1;
}

.contact-form__preferences {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.contact-form__preference {
  min-width: 0;
  padding: 1rem;
  margin: 0;
  border: 1px solid var(--line);
}

.contact-form__preference legend {
  padding: 0 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
}

.contact-form__preference-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(9rem, 9.5rem);
  gap: 0.75rem;
  align-items: start;
}

.contact-form__preference > .contact-form__field-error {
  margin-top: 0.45rem;
}

.contact-form__error-summary {
  grid-column: 1 / -1;
  padding: 1rem 1.15rem;
  border: 1px solid #8c2424;
  color: #6f1d1d;
  background: #fff8f7;
}

.contact-form__error-summary[hidden],
.contact-form__status[hidden] {
  display: none;
}

.contact-form__error-summary p {
  margin: 0;
  font-weight: 700;
}

.contact-form__error-summary ul {
  margin: 0.65rem 0 0;
  padding-left: 1.25rem;
}

.contact-form__error-summary a {
  color: inherit;
  text-underline-offset: 0.2em;
}

.contact-form label {
  font-size: 0.72rem;
  font-weight: 650;
}

.contact-form input:not([type="checkbox"], [type="hidden"]),
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--control-border);
  border-radius: 0;
  background: var(--background);
  color: var(--text);
  font: inherit;
  font-size: 0.9rem;
}

.contact-form input:not([type="checkbox"], [type="hidden"]),
.contact-form select {
  min-height: 3rem;
  padding: 0.65rem 0.75rem;
}

.contact-form select {
  cursor: pointer;
}

.contact-form textarea {
  min-height: 9rem;
  padding: 0.75rem;
  resize: vertical;
}

.contact-form__field-error {
  min-height: 1rem;
  margin: 0;
  color: #8c2424;
  font-size: 0.72rem;
  line-height: 1.4;
}

.contact-form [aria-invalid="true"] {
  border-color: #8c2424;
  box-shadow: 0 0 0 1px #8c2424;
}

.contact-form__consent {
  gap: 0.85rem;
}

.contact-form__privacy-notice {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.6;
}

.contact-form__privacy-notice a {
  color: var(--text);
  text-underline-offset: 0.18em;
}

.contact-form__checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.contact-form__checkbox input {
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  margin: 0.05rem 0 0;
  accent-color: var(--text);
}

.contact-form__checkbox label {
  font-weight: 500;
  line-height: 1.55;
}

.contact-form__help {
  margin: 0;
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.55;
}

.contact-form__timezone {
  margin: 0.15rem 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.55;
}

.contact-form__turnstile {
  padding: 0.85rem 1rem;
  border: 1px solid var(--line);
  background: var(--soft);
}

.contact-form__turnstile .is-error {
  color: #8c2424;
  font-weight: 650;
}

.contact-form__status {
  padding: 0.9rem 1rem;
  border: 1px solid var(--line);
  font-size: 0.82rem;
  line-height: 1.5;
}

.contact-form__status.is-success {
  border-color: #42684a;
  color: #315338;
  background: #f5faf6;
}

.contact-form__status.is-error {
  border-color: #8c2424;
  color: #6f1d1d;
  background: #fff8f7;
}

.contact-form__honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.contact-form button {
  min-height: 2.9rem;
  padding: 0.7rem 1rem;
  border: 1px solid var(--text);
  background: var(--text);
  color: var(--background);
  font: inherit;
  font-size: 0.75rem;
  grid-column: 1 / -1;
  justify-self: start;
  cursor: pointer;
}

.contact-form button:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.meeting-date-picker {
  position: relative;
}

.meeting-date-picker__controls {
  display: block;
}

.contact-form .meeting-date-picker__trigger,
.contact-form .meeting-date-picker__clear {
  min-height: 3rem;
  grid-column: auto;
  justify-self: stretch;
  border: 1px solid var(--control-border);
  background: var(--background);
  color: var(--text);
}

.contact-form .meeting-date-picker__trigger {
  width: 100%;
  padding: 0.65rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: left;
}

.contact-form .meeting-date-picker__trigger,
.contact-form select[data-meeting-time] {
  padding-right: 2.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath d='M1 1l6 6 6-6' fill='none' stroke='%23555' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.8rem center;
  background-size: 0.875rem 0.5rem;
}

.contact-form select[data-meeting-time] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.contact-form .meeting-date-picker__clear {
  min-height: 2.75rem;
  padding: 0.25rem 0.35rem;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.contact-form__preference-actions {
  display: flex;
  margin-top: 0.35rem;
  justify-content: flex-start;
}

.contact-form__preference-actions .meeting-date-picker__clear {
  flex: 0 0 auto;
  justify-self: auto;
}

.meeting-calendar[hidden] {
  display: none;
}

.meeting-calendar {
  position: absolute;
  z-index: 20;
  top: calc(100% + 0.45rem);
  left: 0;
  width: 20rem;
  max-width: calc(100vw - 2rem);
  padding: 0.75rem;
  border: 1px solid var(--control-border);
  background: var(--background);
  box-shadow: 0 0.9rem 2rem rgb(0 0 0 / 12%);
}

.meeting-calendar__header {
  display: grid;
  grid-template-columns: 2.75rem minmax(0, 1fr) 2.75rem;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.55rem;
}

.meeting-calendar__header h3 {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 650;
  text-align: center;
}

.contact-form .meeting-calendar__header button,
.contact-form .meeting-calendar td button {
  display: inline-grid;
  place-items: center;
  min-height: 2.75rem;
  padding: 0;
  grid-column: auto;
  justify-self: stretch;
  border: 1px solid transparent;
  background: transparent;
  color: var(--text);
  font-size: 0.8rem;
}

.contact-form .meeting-calendar__header button {
  border-color: var(--line);
  font-size: 1rem;
}

.meeting-calendar table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.meeting-calendar th {
  height: 2rem;
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 700;
  text-align: center;
}

.meeting-calendar td {
  padding: 0.1rem;
  text-align: center;
}

.contact-form .meeting-calendar td button {
  width: 100%;
}

.contact-form .meeting-calendar td button:hover:not(:disabled) {
  border-color: var(--text);
}

.contact-form .meeting-calendar td button.is-selected {
  border-color: var(--text);
  background: var(--text);
  color: var(--background);
}

.contact-form .meeting-calendar td button:disabled {
  background: var(--soft);
  color: var(--muted);
  opacity: 0.55;
}

.meeting-placeholder {
  margin-top: 2rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid var(--line);
  background: var(--soft);
}

.meeting-placeholder h3 {
  margin: 0 0 0.75rem;
  font-size: 1.15rem;
  font-weight: 550;
}

.meeting-placeholder p {
  max-width: 34rem;
  margin: 0 0 1.5rem;
}

@media (max-width: 820px) {
  .service-story__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .service-story__media,
  .service-story--reverse .service-story__media {
    grid-column: 1;
    grid-row: 1;
  }

  .service-story__panel,
  .service-story--reverse .service-story__panel {
    width: calc(100% - 2rem);
    grid-column: 1;
    grid-row: 2;
    margin: -2.25rem auto 0;
  }

  .contact-layout {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

  .contact-form__preferences {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .contact-switch {
    grid-template-columns: 1fr 1fr;
    border: 1px solid var(--text);
  }

  .contact-switch__button {
    min-height: 44px;
    border: 0;
    border-bottom: 0;
    background: var(--background);
    color: var(--text);
  }

  .contact-switch__button + .contact-switch__button {
    border-left: 1px solid var(--text);
  }

  .contact-switch__button[aria-pressed="true"] {
    border-bottom-color: transparent;
    background: var(--text);
    color: var(--background);
  }
}

@media (max-width: 560px) {
  .page-intro {
    padding-block: 1.5rem 2rem;
  }

  .service-story + .service-story {
    margin-top: 2.5rem;
  }

  .service-story__panel,
  .service-story--reverse .service-story__panel {
    width: calc(100% - 1rem);
    padding: 1.35rem;
  }

  .service-price-list li {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.15rem;
  }

  .service-price-list .price-stack {
    justify-items: start;
    text-align: left;
  }

  .contact-switch {
    grid-template-columns: 1fr 1fr;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .contact-form__field--wide,
  .contact-form > button {
    grid-column: 1;
  }

  .contact-form__preference-controls {
    grid-template-columns: 1fr;
  }
}

.about-page {
  width: min(calc(100% - (2 * var(--content-gutter))), 80rem);
  margin-inline: auto;
  padding-block: var(--space-page-start) var(--space-page-end);
}

.about-eyebrow {
  margin: 0 0 0.75rem;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-title {
  margin: 0;
  font-size: clamp(2rem, 4.15vw, 3.8rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.about-rule {
  margin-block: var(--space-divider);
  border: 0;
  border-top: 1px solid var(--line);
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(16rem, 0.8fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
}

.about-copy {
  max-width: 48rem;
}

.about-copy p {
  margin: 0;
  font-size: clamp(0.98rem, 1.05vw, 1.08rem);
  -webkit-hyphens: none;
  hyphens: none;
  word-break: normal;
  overflow-wrap: normal;
  text-align: justify;
  text-justify: inter-word;
}

.about-copy p + p {
  margin-top: 1.35rem;
}

.about-copy a {
  text-underline-offset: 0.2em;
}

.about-traits {
  border-top: 1px solid var(--line);
}

.about-traits__heading {
  margin: 0 0 1rem;
  padding-top: 0.9rem;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-trait {
  border-bottom: 1px solid var(--line);
}

.about-trait__summary {
  display: grid;
  grid-template-columns: 2.2rem minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: center;
  padding-block: 1rem;
  cursor: pointer;
  list-style: none;
}

.about-trait__summary::-webkit-details-marker {
  display: none;
}

.about-trait__summary::marker {
  content: "";
}

.about-trait__number {
  color: var(--muted);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.about-trait__label {
  font-size: clamp(1.05rem, 1.45vw, 1.28rem);
  font-weight: 520;
}

.about-trait__mark {
  display: inline-grid;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 1rem;
  line-height: 1;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
  place-items: center;
}

.about-trait__summary:hover .about-trait__mark,
.about-trait__summary:focus-visible .about-trait__mark {
  background: var(--text);
  color: var(--background);
}

.about-trait[open] .about-trait__mark {
  transform: rotate(45deg);
}

.about-trait__content {
  margin: 0;
  padding: 0 2.35rem 1.25rem 2.95rem;
  color: var(--muted);
  font-size: 0.84rem;
}

@media (min-width: 761px) {
  .about-traits {
    position: sticky;
    top: 2rem;
  }
}

@media (max-width: 760px) {
  .about-page {
    padding-block: 1.5rem 2.25rem;
  }

  .about-title {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .about-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 3rem;
  }

  .about-copy {
    max-width: none;
  }

  .about-traits {
    position: static;
  }

}

@media (max-width: 420px) {
  .about-trait__content {
    padding-left: 0;
    padding-right: 0;
  }

  .project-cta__actions {
    flex-direction: column;
  }

  .project-cta__actions a {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-trait__mark {
    transition: none;
  }
}
