.about-editorial-page {
  overflow: hidden;
  background: var(--dc-surface);
}

.about-editorial-page *,
.about-editorial-page *::before,
.about-editorial-page *::after {
  box-sizing: border-box;
}

.about-editorial-page h1,
.about-editorial-page h2,
.about-editorial-page h3,
.about-editorial-page p {
  letter-spacing: 0;
}

.about-editorial-page svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.about-editorial-label {
  margin: 0 0 14px;
  color: var(--dc-primary);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em !important;
  text-transform: uppercase;
}

.about-editorial-actions,
.about-editorial-page .button,
.about-editorial-link {
  display: inline-flex;
  align-items: center;
}

.about-editorial-actions {
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
}

.about-editorial-page .button,
.about-editorial-link {
  justify-content: center;
  gap: 10px;
}

.about-editorial-link {
  color: var(--dc-primary);
  font-weight: 850;
  text-decoration: none;
}

.about-editorial-link svg,
.about-editorial-page .button svg {
  width: 17px;
  height: 17px;
  transition: transform 180ms ease;
}

.about-editorial-link:hover svg,
.about-editorial-link:focus-visible svg,
.about-editorial-page .button:hover svg,
.about-editorial-page .button:focus-visible svg {
  transform: translateX(4px);
}

.about-editorial-hero {
  padding: 42px 0 114px;
}

.about-editorial-hero__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(40px, 7vw, 96px);
  align-items: center;
}

.about-editorial-hero__copy {
  position: relative;
  z-index: 2;
  padding: 28px 0 14px;
}

.about-editorial-hero__copy::before,
.about-editorial-story__caption::before,
.about-editorial-gallery__heading h2::after {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  background: var(--dc-secondary);
}

.about-editorial-hero__copy::before {
  margin-bottom: 26px;
}

.about-editorial-hero h1 {
  max-width: 440px;
  margin: 0 0 28px;
  font-size: clamp(4.4rem, 7.6vw, 7rem);
  line-height: 0.88;
}

.about-editorial-hero__lead {
  max-width: 420px;
  margin: 0 0 18px;
  color: var(--dc-ink);
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  font-weight: 850;
  line-height: 1.22;
}

.about-editorial-hero__copy > p:not(.about-editorial-label):not(.about-editorial-hero__lead) {
  max-width: 48ch;
  margin: 0;
  color: var(--dc-muted);
  line-height: 1.68;
}

.about-editorial-hero__visual {
  position: relative;
  min-width: 0;
}

.about-editorial-hero__main-media {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--dc-surface-alt);
}

.about-editorial-hero__main-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10.5;
  object-fit: cover;
  object-position: 58% center;
}

.about-editorial-hero__material-card {
  position: absolute;
  bottom: -66px;
  left: -72px;
  display: grid;
  width: min(355px, 46%);
  grid-template-columns: 1.08fr 0.92fr;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--dc-line);
  border-radius: 8px;
  background: var(--dc-surface);
  box-shadow: 0 24px 55px rgba(36, 33, 32, 0.14);
}

.about-editorial-hero__material-card img {
  width: 100%;
  height: 100%;
  min-height: 178px;
  object-fit: cover;
}

.about-editorial-hero__material-card figcaption {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px 20px;
}

.about-editorial-hero__material-card strong {
  color: var(--dc-primary);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.about-editorial-hero__material-card span {
  margin-top: 8px;
  color: var(--dc-soft-ink);
  font-size: 0.9rem;
  line-height: 1.45;
}

.about-editorial-story {
  padding: 96px 0;
  border-top: 1px solid var(--dc-line);
}

.about-editorial-story__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(44px, 7vw, 88px);
  align-items: center;
}

.about-editorial-story__copy h2,
.about-editorial-gallery__heading h2,
.about-editorial-process h2,
.about-editorial-showroom h2 {
  font-size: clamp(2.25rem, 4vw, 4rem);
  line-height: 1.02;
}

.about-editorial-story__copy h2 {
  max-width: 530px;
  margin-bottom: 24px;
}

.about-editorial-story__copy p:not(.about-editorial-label) {
  max-width: 55ch;
  color: var(--dc-muted);
  line-height: 1.72;
}

.about-editorial-story__copy .about-editorial-link {
  margin-top: 18px;
}

.about-editorial-story__collage {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  grid-template-rows: 235px 235px auto;
  gap: 12px;
}

.about-editorial-story__image {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--dc-surface-alt);
}

.about-editorial-story__image--tall {
  grid-row: 1 / 3;
}

.about-editorial-story__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-editorial-story__image--tall img {
  object-position: 68% center;
}

.about-editorial-story__caption {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  gap: 14px;
  margin: 4px 0 0;
  color: var(--dc-soft-ink);
  font-size: 0.93rem;
  font-weight: 750;
}

.about-editorial-story__caption::before {
  flex: 0 0 36px;
}

.about-editorial-values {
  padding: 94px 0;
  background: var(--dc-bg);
}

.about-editorial-values__grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(48px, 8vw, 112px);
  align-items: start;
}

.about-editorial-values header {
  position: sticky;
  top: 132px;
}

.about-editorial-values h2 {
  max-width: 430px;
  font-size: clamp(2.3rem, 4.1vw, 4.1rem);
  line-height: 1.02;
}

.about-editorial-values__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-editorial-values__list li {
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  padding: 28px 0;
}

.about-editorial-values__list li + li {
  border-top: 1px solid var(--dc-line);
}

.about-editorial-values__list li > span {
  color: var(--dc-primary);
  font-size: clamp(3.7rem, 6.2vw, 6rem);
  font-weight: 800;
  line-height: 0.9;
}

.about-editorial-values__list h3 {
  margin: 0 0 8px;
  font-size: 1.22rem;
}

.about-editorial-values__list p {
  max-width: 50ch;
  margin: 0;
  color: var(--dc-muted);
  line-height: 1.6;
}

.about-editorial-gallery {
  padding: 96px 0;
}

.about-editorial-gallery__heading {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: flex-end;
  margin-bottom: 36px;
}

.about-editorial-gallery__heading h2 {
  max-width: 690px;
  margin-bottom: 0;
}

.about-editorial-gallery__heading h2::after {
  margin-top: 22px;
}

.about-editorial-gallery__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, 250px);
  gap: 14px;
}

.about-editorial-gallery__item {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--dc-surface-alt);
}

.about-editorial-gallery__item:nth-child(1) {
  grid-column: 1 / span 5;
  grid-row: 1 / span 2;
}

.about-editorial-gallery__item:nth-child(2) {
  grid-column: 6 / span 3;
}

.about-editorial-gallery__item:nth-child(3) {
  grid-column: 9 / span 4;
}

.about-editorial-gallery__item:nth-child(4) {
  grid-column: 6 / span 4;
}

.about-editorial-gallery__item:nth-child(5) {
  grid-column: 10 / span 3;
}

.about-editorial-gallery__item::after {
  content: "";
  position: absolute;
  inset: 32% 0 0;
  background: linear-gradient(180deg, transparent, rgba(13, 14, 20, 0.88));
  pointer-events: none;
}

.about-editorial-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}

.about-editorial-gallery__item:hover img {
  transform: scale(1.025);
}

.about-editorial-gallery__item div {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 22px;
}

.about-editorial-gallery__item h3,
.about-editorial-gallery__item p {
  color: var(--dc-surface);
}

.about-editorial-gallery__item h3 {
  margin: 0 0 6px;
  font-size: 1.05rem;
}

.about-editorial-gallery__item p {
  margin: 0;
  color: rgba(255, 254, 253, 0.78);
  font-size: 0.86rem;
  line-height: 1.48;
}

.about-editorial-process {
  padding: 80px 0;
  background: var(--dc-bg);
}

.about-editorial-process__grid {
  display: grid;
  grid-template-columns: 255px minmax(0, 1fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: start;
}

.about-editorial-process h2 {
  margin-bottom: 0;
}

.about-editorial-process ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-editorial-process li {
  position: relative;
  min-width: 0;
  padding: 0 22px;
}

.about-editorial-process li:first-child {
  padding-left: 0;
}

.about-editorial-process li:last-child {
  padding-right: 0;
}

.about-editorial-process li + li {
  border-left: 1px solid var(--dc-line);
}

.about-editorial-process__number {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border: 1px solid rgba(47, 49, 139, 0.28);
  border-radius: 999px;
  color: var(--dc-primary);
  background: var(--dc-surface);
  font-weight: 900;
}

.about-editorial-process h3 {
  margin: 0 0 9px;
  font-size: 1.02rem;
  line-height: 1.3;
}

.about-editorial-process li p {
  margin: 0;
  color: var(--dc-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.about-editorial-showroom {
  padding: 96px 0;
}

.about-editorial-showroom__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(330px, 0.65fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: center;
}

.about-editorial-showroom figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--dc-surface-alt);
}

.about-editorial-showroom figure img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.about-editorial-showroom__content > p:not(.about-editorial-label) {
  color: var(--dc-muted);
  line-height: 1.68;
}

.about-editorial-showroom dl {
  display: grid;
  gap: 0;
  margin: 26px 0;
}

.about-editorial-showroom dl div {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 14px;
  padding: 12px 0;
  border-top: 1px solid var(--dc-line);
}

.about-editorial-showroom dl div:last-child {
  border-bottom: 1px solid var(--dc-line);
}

.about-editorial-showroom dt {
  color: var(--dc-primary);
  font-size: 0.82rem;
  font-weight: 900;
}

.about-editorial-showroom dd {
  margin: 0;
  color: var(--dc-soft-ink);
  font-size: 0.92rem;
  line-height: 1.5;
}

.about-editorial-cta {
  padding: 42px 0;
  color: var(--dc-surface);
  background: var(--dc-primary);
}

.about-editorial-cta__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.about-editorial-cta__icon {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 1px solid rgba(255, 254, 253, 0.38);
  border-radius: 8px;
}

.about-editorial-cta__icon svg {
  width: 29px;
  height: 29px;
}

.about-editorial-cta h2,
.about-editorial-cta p {
  color: var(--dc-surface);
}

.about-editorial-cta h2 {
  margin: 0 0 7px;
  font-size: clamp(1.45rem, 2.35vw, 2.35rem);
  line-height: 1.15;
}

.about-editorial-cta p {
  margin: 0;
  color: rgba(255, 254, 253, 0.8);
}

@media (max-width: 1100px) {
  .about-editorial-hero__grid {
    grid-template-columns: minmax(240px, 0.56fr) minmax(0, 1.44fr);
    gap: 46px;
  }

  .about-editorial-hero h1 {
    font-size: clamp(3.8rem, 8vw, 5.6rem);
  }

  .about-editorial-hero__material-card {
    left: -42px;
    width: min(330px, 52%);
  }

  .about-editorial-process__grid {
    grid-template-columns: 1fr;
  }

  .about-editorial-process header {
    max-width: 540px;
  }
}

@media (max-width: 900px) {
  .about-editorial-hero {
    padding-bottom: 72px;
  }

  .about-editorial-hero__grid,
  .about-editorial-story__grid,
  .about-editorial-values__grid,
  .about-editorial-showroom__grid,
  .about-editorial-cta__inner {
    grid-template-columns: 1fr;
  }

  .about-editorial-hero__copy {
    max-width: 670px;
  }

  .about-editorial-hero h1 {
    max-width: none;
    font-size: clamp(4.1rem, 12vw, 6rem);
  }

  .about-editorial-hero__material-card {
    position: relative;
    bottom: auto;
    left: auto;
    width: min(410px, calc(100% - 36px));
    margin: -58px 0 0 18px;
  }

  .about-editorial-story__copy {
    max-width: 650px;
  }

  .about-editorial-values header {
    position: static;
    max-width: 600px;
  }

  .about-editorial-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .about-editorial-gallery__item,
  .about-editorial-gallery__item:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
    min-height: 280px;
  }

  .about-editorial-gallery__item:first-child {
    grid-column: 1 / -1;
    min-height: 420px;
  }

  .about-editorial-process ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 0;
  }

  .about-editorial-process li:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .about-editorial-showroom__content {
    max-width: 620px;
  }

  .about-editorial-cta__inner {
    justify-items: start;
  }
}

@media (max-width: 620px) {
  .about-editorial-hero {
    padding: 34px 0 58px;
  }

  .about-editorial-hero__grid,
  .about-editorial-story__grid,
  .about-editorial-values__grid,
  .about-editorial-showroom__grid {
    gap: 34px;
  }

  .about-editorial-hero h1 {
    font-size: clamp(3.4rem, 21vw, 4.9rem);
  }

  .about-editorial-hero__lead {
    font-size: 1.25rem;
  }

  .about-editorial-actions,
  .about-editorial-actions .button,
  .about-editorial-actions .about-editorial-link {
    width: 100%;
  }

  .about-editorial-hero__main-media img {
    aspect-ratio: 4 / 3;
  }

  .about-editorial-hero__material-card {
    width: calc(100% - 20px);
    grid-template-columns: 1fr;
    margin: -34px 10px 0;
  }

  .about-editorial-hero__material-card img {
    min-height: 0;
    aspect-ratio: 16 / 8;
  }

  .about-editorial-hero__material-card figcaption {
    padding: 18px;
  }

  .about-editorial-story,
  .about-editorial-gallery,
  .about-editorial-showroom {
    padding: 64px 0;
  }

  .about-editorial-story__collage {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 230px) auto;
  }

  .about-editorial-story__image--tall {
    grid-row: auto;
  }

  .about-editorial-values {
    padding: 64px 0;
  }

  .about-editorial-values__list li {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 18px;
  }

  .about-editorial-values__list li > span {
    font-size: 3.35rem;
  }

  .about-editorial-gallery__heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-editorial-gallery__heading .button {
    width: 100%;
  }

  .about-editorial-gallery__grid,
  .about-editorial-process ol {
    grid-template-columns: 1fr;
  }

  .about-editorial-gallery__item,
  .about-editorial-gallery__item:nth-child(n),
  .about-editorial-gallery__item:first-child {
    grid-column: auto;
    min-height: 300px;
  }

  .about-editorial-process {
    padding: 64px 0;
  }

  .about-editorial-process ol {
    gap: 0;
  }

  .about-editorial-process li,
  .about-editorial-process li:first-child,
  .about-editorial-process li:last-child {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    align-items: start;
    padding: 22px 0;
  }

  .about-editorial-process li + li,
  .about-editorial-process li:nth-child(3) {
    border-top: 1px solid var(--dc-line);
    border-left: 0;
  }

  .about-editorial-process__number {
    margin: 0;
  }

  .about-editorial-showroom figure img {
    aspect-ratio: 4 / 3;
  }

  .about-editorial-showroom dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .about-editorial-showroom .button,
  .about-editorial-cta .button {
    width: 100%;
  }

  .about-editorial-cta__inner {
    gap: 18px;
  }
}
