body.about-page {
  background: #f6f4f1;
  overflow-x: hidden;
}

body.about-page * {
  box-sizing: border-box;
}

.about-shell {
  width: min(1440px, calc(100% - 56px));
  margin: 0 auto;
}

.about-shell--narrow {
  width: min(1160px, calc(100% - 56px));
}

/* =========================
   HERO
========================= */
.about-hero {
  background: #000;
  color: #fff;
  min-height: 100vh;
  padding: 0 0 74px;
  overflow: hidden;
}

.about-hero__inner {
  width: min(1540px, calc(100% - 56px));
  margin: 0 auto;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.55fr);
  align-items: stretch;
  gap: 70px;
}

.about-hero__left {
  max-width: 600px;
  padding-top: 170px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-hero__right {
  min-width: 0;
}

.about-hero__image {
  width: 100%;
  background: #111;
  overflow: hidden;
  height: 100vh;
  position: relative;
}

.about-hero__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.about-hero__eyebrow,
.about-section-label {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
  margin-bottom: 20px;
}

.about-section-label {
  color: rgba(0, 0, 0, 0.48);
}

.about-section-label--light {
  color: rgba(255, 255, 255, 0.54);
}

.about-hero__title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(58px, 7vw, 112px);
  line-height: 0.88;
  font-weight: 500;
  letter-spacing: -0.055em;
  color: #fff;
}

.about-hero__text {
  max-width: 520px;
  margin: 32px 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.82);
}

/* =========================
   INTRO
========================= */
.about-intro {
  background: #f6f4f1;
  padding: 118px 0 74px;
}

.about-intro__grid {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 90px;
}

.about-intro__title,
.about-section-title,
.about-statement__title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(48px, 5vw, 88px);
  line-height: 0.94;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #111;
}

.about-intro__text,
.about-section-text {
  margin: 30px 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 1.75;
  font-weight: 300;
  color: #232323;
}

.about-intro__text + .about-intro__text,
.about-section-text + .about-section-text {
  margin-top: 18px;
}

/* =========================
   IMAGE / TEXT
========================= */
.about-image-text {
  background: #f6f4f1;
  padding: 36px 0 116px;
  overflow: hidden;
}

.about-image-text__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.85fr);
  gap: 82px;
  align-items: center;
}

.about-image-text__media,
.about-dark-split__image {
  position: relative;
  overflow: hidden;
  background: #ddd;
  min-height: 620px;
}

.about-image-text__media img,
.about-dark-split__image img {
  width: 100%;
  height: 112%;
  display: block;
  object-fit: cover;
  will-change: transform;
}

.about-image-text__copy {
  max-width: 600px;
}

.about-section-title {
  font-size: clamp(44px, 4.4vw, 76px);
}

/* =========================
   STATEMENT
========================= */
.about-statement {
  background: #fff;
  padding: 112px 0 118px;
}

.about-statement__title {
  text-align: center;
  font-size: clamp(56px, 6vw, 108px);
}

/* =========================
   SERVICES
========================= */
.about-services {
  background: #f6f4f1;
  padding: 112px 0 124px;
  overflow: hidden;
}

.about-services__top {
  max-width: 820px;
  margin-bottom: 58px;
}

.about-services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.about-service-card {
  min-height: 320px;
  padding: 34px 32px 30px;
  background: #eee9e2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
}

.about-service-card span {
  display: block;
  margin-bottom: auto;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  letter-spacing: 0.16em;
  color: rgba(0, 0, 0, 0.46);
}

.about-service-card h3 {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(34px, 3.2vw, 44px);
  line-height: 0.95;
  font-weight: 500;
  color: #111;
}

.about-service-card p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 300;
  color: #2e2e2e;
}

/* =========================
   DARK SPLIT
========================= */
.about-dark-split {
  background: #000;
  color: #fff;
  padding: 120px 0;
  overflow: hidden;
}

.about-dark-split__grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1.14fr);
  gap: 82px;
  align-items: center;
}

.about-dark-split__copy {
  max-width: 620px;
}

.about-dark-split__title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(48px, 5vw, 86px);
  line-height: 0.93;
  font-weight: 500;
  letter-spacing: -0.045em;
  color: #fff;
}

.about-dark-split__copy p {
  margin: 32px 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  line-height: 1.75;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.78);
}

.about-dark-split__image {
  min-height: 580px;
}

/* =========================
   VALUES
========================= */
.about-values {
  background: #f6f4f1;
  padding: 96px 0 110px;
}

.about-values__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.about-value {
  padding: 34px 28px 38px;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.about-value:last-child {
  border-right: 0;
}

.about-value strong {
  display: block;
  margin-bottom: 12px;
  font-family: "Cormorant Garamond", serif;
  font-size: 38px;
  line-height: 0.95;
  font-weight: 500;
  color: #111;
}

.about-value p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 300;
  color: #333;
}

/* CONTACT */
.agm-contact-section {
  background: #000;
  padding: 92px 0 104px;
  color: #fff;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1200px) {
  .about-shell,
  .about-shell--narrow {
    width: min(1440px, calc(100% - 40px));
  }

  .about-hero__inner {
    width: min(1440px, calc(100% - 40px));
    gap: 46px;
  }

  .about-image-text__grid,
  .about-dark-split__grid {
    gap: 54px;
  }
}

@media (max-width: 992px) {
  .about-hero {
    min-height: auto;
    padding: 104px 0 64px;
  }

  .about-hero__inner {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 38px;
  }

  .about-hero__left {
    padding-top: 0;
    padding-bottom: 0;
    max-width: 760px;
  }

  .about-hero__image {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .about-intro__grid,
  .about-image-text__grid,
  .about-dark-split__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .about-image-text__media,
  .about-dark-split__image {
    min-height: 460px;
  }

  .about-services__grid {
    grid-template-columns: 1fr;
  }

  .about-service-card {
    min-height: 260px;
  }

  .about-values__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-value:nth-child(2) {
    border-right: 0;
  }

  .about-value:nth-child(1),
  .about-value:nth-child(2) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
}

@media (max-width: 640px) {
  .about-shell,
  .about-shell--narrow,
  .about-hero__inner {
    width: calc(100% - 40px);
  }

  .about-hero {
    padding: 104px 0 56px;
  }

  .about-hero__inner {
    gap: 32px;
  }

  .about-hero__title {
    font-size: clamp(56px, 16.5vw, 74px);
    line-height: 0.9;
    letter-spacing: -0.055em;
  }

  .about-hero__text {
    max-width: 100%;
    margin-top: 24px;
    font-size: 17px;
    line-height: 1.7;
  }

  .about-hero__image {
    width: 100%;
    aspect-ratio: 4 / 5;
  }

  .about-hero__image img {
    object-position: center center;
  }

  .about-intro {
    padding: 78px 0 52px;
  }

  .about-intro__grid {
    gap: 22px;
  }

  .about-intro__title,
  .about-section-title,
  .about-dark-split__title {
    font-size: clamp(43px, 12.5vw, 60px);
    line-height: 0.96;
    letter-spacing: -0.045em;
  }

  .about-intro__text,
  .about-section-text,
  .about-dark-split__copy p {
    font-size: 17px;
    line-height: 1.72;
  }

  .about-image-text {
    padding: 34px 0 76px;
  }

  .about-image-text__grid {
    gap: 32px;
  }

  .about-image-text__media,
  .about-dark-split__image {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .about-image-text__media img,
  .about-dark-split__image img {
    height: 100%;
    transform: none !important;
  }

  .about-image-text__copy {
    max-width: 100%;
  }

  .about-statement {
    padding: 78px 0 84px;
  }

  .about-statement__title {
    font-size: clamp(46px, 13vw, 66px);
    line-height: 0.96;
    text-align: left;
  }

  .about-services {
    padding: 76px 0 82px;
  }

  .about-services__top {
    margin-bottom: 34px;
  }

  .about-service-card {
    min-height: auto;
    padding: 30px 26px 28px;
  }

  .about-service-card h3 {
    font-size: 40px;
    word-break: normal;
    overflow-wrap: break-word;
  }

  .about-service-card p {
    font-size: 17px;
    line-height: 1.7;
  }

  .about-dark-split {
    padding: 78px 0;
  }

  .about-dark-split__grid {
    display: flex;
    flex-direction: column;
  }

  .about-dark-split__copy {
    max-width: 100%;
  }

  .about-dark-split__image {
    width: 100%;
    order: 2;
  }

  .about-values {
    padding: 70px 0 76px;
  }

  .about-values__grid {
    grid-template-columns: 1fr;
  }

  .about-value,
  .about-value:nth-child(2) {
    border-right: 0;
  }

  .about-value,
  .about-value:nth-child(1),
  .about-value:nth-child(2) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }

  .about-value:last-child {
    border-bottom: 0;
  }

  .about-value {
    padding: 30px 0 32px;
  }
}

@media (max-width: 420px) {
  .about-shell,
  .about-shell--narrow,
  .about-hero__inner {
    width: calc(100% - 28px);
  }

  .about-hero__title {
    font-size: 54px;
  }

  .about-intro__title,
  .about-section-title,
  .about-dark-split__title {
    font-size: 44px;
  }
}
