/* ==========================================================================
   About — editorial (architectural)
   Scoped to .about-editorial so shop and interior pages stay untouched.
   ========================================================================== */

.about-editorial {
  --navy: #061428;
  --navy-mid: #0b1c38;
  --gold: #c4a46a;
  --gold-soft: #d8c08a;
  --cream: #f4f0e8;
  --cream-deep: #ebe4d4;
  --ink: #142033;
  --muted: #5d6b7e;
  --stroke: rgba(6, 20, 40, 0.1);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  background: var(--cream);
  color: var(--ink);
}

body.akoma-about-page {
  background: var(--cream, #f4f0e8);
}

.about-editorial .reveal {
  border-radius: 0;
}

.about-editorial .about-kicker {
  margin: 0 0 1rem;
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
}

.about-editorial .about-display {
  margin: 0 0 1.1rem;
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 4.6vw, 3.85rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: inherit;
}

.about-editorial .about-display--section {
  font-size: clamp(2rem, 3.4vw, 3rem);
  color: var(--ink);
}

.about-editorial .about-lede {
  margin: 0;
  max-width: 36rem;
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
}

.about-editorial .about-lede--ink,
.about-editorial .about-story__cms {
  color: var(--muted);
}

.about-editorial .about-lede--on-dark {
  color: rgba(255, 255, 255, 0.72);
}

.about-editorial .about-lede + .about-lede {
  margin-top: 1rem;
}

.about-editorial .about-band {
  padding: clamp(4.75rem, 8vw, 7.5rem) 0 0;
}

.about-editorial .about-band--light {
  background: var(--home---colors--akoma-white);
}

.about-editorial .about-intro {
  max-width: 38rem;
  margin-bottom: clamp(2.5rem, 4vw, 3.5rem);
}

.about-editorial .about-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 48px;
  padding: 0.85rem 1.35rem;
  border-radius: 2px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background 0.35s var(--ease-out),
    color 0.35s var(--ease-out),
    border-color 0.35s var(--ease-out),
    transform 0.35s var(--ease-out);
}

.about-editorial .about-cta svg {
  width: 14px;
  height: 14px;
  transition: transform 0.35s var(--ease-out);
}

.about-editorial .about-cta:hover {
  transform: translateY(-1px);
}

.about-editorial .about-cta:hover svg {
  transform: translateX(3px);
}

.about-editorial .about-cta:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.about-editorial .about-cta--solid {
  background: var(--gold);
  color: var(--navy);
  border: 1px solid var(--gold);
}

.about-editorial .about-cta--solid:hover {
  background: var(--gold-soft);
  border-color: var(--gold-soft);
}

.about-editorial .about-cta--ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.about-editorial .about-cta--ghost:hover {
  border-color: var(--gold);
  color: var(--gold-soft);
}

/* --------------------------------------------------------------------------
   Shop hero (shared with collections)
   -------------------------------------------------------------------------- */

.about-editorial > .apex-page-hero--shop {
  margin: 0;
}

/* --------------------------------------------------------------------------
   Story — full-bleed split
   -------------------------------------------------------------------------- */

.about-editorial .about-story {
  scroll-margin-top: calc(var(--header-h, 132px) + 12px);
  background: var(--home---colors--akoma-blue-20);
}

.about-editorial .about-story__split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  min-height: min(86vh, 760px);
}

.about-editorial .about-story__media {
  overflow: hidden;
  min-height: 32rem;
}

.about-editorial .about-story__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--ease-out);
}

.about-editorial .about-story__media:hover img {
  transform: scale(1.04);
}

.about-editorial .about-story__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.5rem, 7vw, 6.5rem) clamp(1.5rem, 6vw, 7rem) clamp(2.5rem, 7vw, 6.5rem) clamp(1.75rem, 5vw, 5rem);
}

.about-editorial .about-story__cms {
  font-size: 1.05rem;
  line-height: 1.75;
}

.about-editorial .about-story__cms p {
  margin: 0 0 1rem;
}

.about-editorial .about-pull {
  margin: 1.6rem 0;
  padding: 0;
  border: 0;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.4vw, 2.05rem);
  font-weight: 500;
  font-style: italic;
  line-height: 1.25;
  color: var(--ink);
}

/* --------------------------------------------------------------------------
   Process
   -------------------------------------------------------------------------- */

.about-editorial .about-process {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  background: var(--home---colors--akoma-blue-20);
  border-top: 1px solid var(--stroke);
  border-bottom: 1px solid var(--stroke);
}

.about-editorial .about-process__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-editorial .about-process__grid li {
  padding: 0.35rem clamp(1.25rem, 3vw, 2.5rem);
  border-right: 1px solid var(--stroke);
}

.about-editorial .about-process__grid li:first-child {
  padding-left: 0;
}

.about-editorial .about-process__grid li:last-child {
  padding-right: 0;
  border-right: 0;
}

.about-editorial .about-process__grid span {
  display: block;
  margin-bottom: 0.55rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--gold);
}

.about-editorial .about-process__grid strong {
  display: block;
  margin-bottom: 0.4rem;
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 500;
  color: var(--ink);
}

.about-editorial .about-process__grid p {
  margin: 0;
  max-width: 22rem;
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--muted);
}

/* --------------------------------------------------------------------------
   Approach
   -------------------------------------------------------------------------- */

.about-editorial .about-principles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 0 0 clamp(3rem, 6vw, 4.5rem);
  padding: 0;
  list-style: none;
}

.about-editorial .about-principles li {
  padding: 1.75rem 1.6rem 1.75rem 0;
  border-top: 1px solid var(--stroke);
}

.about-editorial .about-principles li:nth-child(even) {
  padding-left: 1.6rem;
  padding-right: 0;
  border-left: 1px solid var(--stroke);
}

.about-editorial .about-principles li:nth-child(3),
.about-editorial .about-principles li:nth-child(4) {
  border-bottom: 1px solid var(--stroke);
}

.about-editorial .about-principles span {
  display: block;
  margin-bottom: 0.7rem;
  font-family: var(--font-display);
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  color: var(--gold);
}

.about-editorial .about-principles h3 {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 500;
  color: var(--ink);
}

.about-editorial .about-principles p {
  margin: 0;
  max-width: 28rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--muted);
}

.about-editorial .about-cinematic {
  margin: 0;
  overflow: hidden;
  max-height: min(62vh, 560px);
}

.about-editorial .about-cinematic img {
  width: 100%;
  height: min(62vh, 560px);
  object-fit: cover;
  transition: transform 1.2s var(--ease-out);
}

.about-editorial .about-cinematic:hover img {
  transform: scale(1.04);
}

/* --------------------------------------------------------------------------
   Craft
   -------------------------------------------------------------------------- */

.about-editorial .about-craft {
  padding: clamp(4.75rem, 8vw, 7.5rem) 0;
  background: var(--navy);
  color: #fff;
}

.about-editorial .about-intro--on-dark .about-lede {
  color: rgba(255, 255, 255, 0.7);
}

.about-editorial .about-craft__bento {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0.75rem;
  min-height: 34rem;
}

.about-editorial .about-craft__frame {
  position: relative;
  margin: 0;
  overflow: hidden;
  min-height: 0;
}

.about-editorial .about-craft__frame:first-child {
  grid-row: 1 / span 2;
}

.about-editorial .about-craft__frame img {
  width: 100%;
  height: 100%;
  min-height: 14rem;
  object-fit: cover;
  transition: transform 1.1s var(--ease-out);
}

.about-editorial .about-craft__frame:first-child img {
  min-height: 34rem;
}

.about-editorial .about-craft__frame:hover img {
  transform: scale(1.05);
}

.about-editorial .about-craft__frame figcaption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 1;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 1px 10px rgba(6, 20, 40, 0.45);
}

.about-editorial .about-craft__frame::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(6, 20, 40, 0.55));
  pointer-events: none;
}

/* --------------------------------------------------------------------------
   Why Akoma
   -------------------------------------------------------------------------- */

.about-editorial .about-reasons {
  padding-bottom: clamp(4.75rem, 8vw, 7.5rem);
}

.about-editorial .about-reasons__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-editorial .about-reasons__grid li {
  padding: 0 clamp(1.35rem, 3vw, 2.25rem) 0 0;
  border-top: 1px solid var(--stroke);
  padding-top: 1.5rem;
}

.about-editorial .about-reasons__grid li + li {
  padding-left: clamp(1.35rem, 3vw, 2.25rem);
  padding-right: 0;
  border-left: 1px solid var(--stroke);
}

.about-editorial .about-reasons__grid h3 {
  margin: 0 0 0.7rem;
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--ink);
}

.about-editorial .about-reasons__grid p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--muted);
}

/* --------------------------------------------------------------------------
   Close — full bleed
   -------------------------------------------------------------------------- */

.about-editorial .about-close {
  background: var(--navy);
  color: #fff;
}

.about-editorial .about-close__split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  min-height: min(70vh, 620px);
}

.about-editorial .about-close__media {
  overflow: hidden;
  min-height: 100%;
}

.about-editorial .about-close__media img {
  width: 100%;
  height: 100%;
  min-height: 28rem;
  object-fit: cover;
  transition: transform 1.2s var(--ease-out);
}

.about-editorial .about-close__split:hover .about-close__media img {
  transform: scale(1.05);
}

.about-editorial .about-close__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.5rem, 6vw, 5.5rem) clamp(1.5rem, 6vw, 6.5rem);
}

.about-editorial .about-close__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.15rem;
  margin-top: 1.75rem;
}

/* --------------------------------------------------------------------------
   Motion
   -------------------------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {
  .about-editorial .about-story__media img,
  .about-editorial .about-cinematic img,
  .about-editorial .about-craft__frame img,
  .about-editorial .about-close__media img,
  .about-editorial .about-cta {
    transition: none;
    will-change: auto;
  }

  .about-editorial .about-story__media:hover img,
  .about-editorial .about-cinematic:hover img,
  .about-editorial .about-craft__frame:hover img,
  .about-editorial .about-close__split:hover .about-close__media img {
    transform: none;
  }
}

/* --------------------------------------------------------------------------
   Breakpoints
   -------------------------------------------------------------------------- */

@media (max-width: 980px) {
  .about-editorial .about-story__split,
  .about-editorial .about-process__grid,
  .about-editorial .about-principles,
  .about-editorial .about-craft__bento,
  .about-editorial .about-reasons__grid,
  .about-editorial .about-close__split {
    grid-template-columns: 1fr;
  }

  .about-editorial .about-story__split,
  .about-editorial .about-close__split {
    min-height: 0;
  }

  .about-editorial .about-story__media,
  .about-editorial .about-close__media img {
    min-height: 22rem;
    height: 22rem;
  }

  .about-editorial .about-story__media img,
  .about-editorial .about-close__media img {
    height: 22rem;
  }

  .about-editorial .about-process__grid li,
  .about-editorial .about-process__grid li:first-child,
  .about-editorial .about-process__grid li:last-child {
    padding: 1.25rem 0;
    border-right: 0;
    border-top: 1px solid var(--stroke);
  }

  .about-editorial .about-process__grid li:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .about-editorial .about-principles li,
  .about-editorial .about-principles li:nth-child(even) {
    padding: 1.4rem 0;
    border-left: 0;
  }

  .about-editorial .about-craft__frame:first-child {
    grid-row: auto;
  }

  .about-editorial .about-craft__frame img,
  .about-editorial .about-craft__frame:first-child img {
    min-height: 16rem;
    height: 16rem;
  }

  .about-editorial .about-reasons__grid li,
  .about-editorial .about-reasons__grid li + li {
    padding: 1.4rem 0;
    border-left: 0;
  }

  .about-editorial .about-cinematic,
  .about-editorial .about-cinematic img {
    height: 16rem;
    max-height: 16rem;
  }
}

@media (max-width: 640px) {
  .about-editorial .about-story__copy,
  .about-editorial .about-close__copy {
    padding: 1.25rem 1.1rem;
  }

  .about-editorial .about-display {
    font-size: clamp(2rem, 9vw, 2.55rem);
  }
}
