.about-page {
  background: var(--paper);
}

.site-header__nav a[aria-current='page'] {
  color: white;
}

.site-header__nav a[aria-current='page']::after {
  transform: scaleX(1);
}

.about-hero {
  position: relative;
  min-height: 940px;
  overflow: hidden;
  background: var(--navy-950);
  color: white;
  isolation: isolate;
}

.about-hero::after {
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  width: 38%;
  height: 100%;
  background: var(--copper);
  content: '';
}

.about-hero__grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.09;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.32) 1px, transparent 1px);
  background-size: calc((100vw - 96px) / 6) 100%;
  background-position: 48px 0;
  mask-image: linear-gradient(90deg, black, transparent 78%);
}

.about-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(420px, 0.7fr);
  align-items: center;
  gap: clamp(70px, 9vw, 145px);
  min-height: 824px;
  padding: 58px 0 82px;
}

.about-hero__copy {
  position: relative;
  z-index: 2;
}

.about-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 36px;
  color: var(--copper-light);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-hero__eyebrow i {
  width: 58px;
  height: 1px;
  background: rgba(225, 161, 125, 0.5);
}

.about-hero h1 {
  max-width: 890px;
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(4.5rem, 7.2vw, 8.1rem);
  font-weight: 400;
  letter-spacing: -0.058em;
  line-height: 0.84;
  text-wrap: balance;
}

.about-hero h1 em {
  display: block;
  color: var(--copper-light);
  font-weight: 400;
}

.about-hero__copy > p {
  max-width: 580px;
  margin: 42px 0 0 9vw;
  color: rgba(255, 255, 255, 0.64);
  font-size: 1rem;
  line-height: 1.8;
}

.about-hero__portrait {
  position: relative;
  align-self: stretch;
  min-height: 680px;
  margin: 26px 0 -82px;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.26);
}

.about-hero__portrait::before {
  position: absolute;
  z-index: 2;
  top: -22px;
  right: -22px;
  bottom: 22px;
  left: 22px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  content: '';
  pointer-events: none;
}

.about-hero__portrait > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

.about-hero__caption {
  position: absolute;
  z-index: 3;
  right: -34px;
  bottom: 42px;
  width: 76%;
  padding: 25px 28px;
  background: rgba(3, 13, 24, 0.94);
  backdrop-filter: blur(10px);
}

.about-hero__caption span {
  display: block;
  margin-bottom: 6px;
  color: var(--copper-light);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.about-hero__caption strong {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.7rem;
  font-weight: 500;
}

.about-hero__scroll {
  position: absolute;
  z-index: 4;
  bottom: 36px;
  left: 48px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.story {
  position: relative;
  overflow: hidden;
  padding: 180px 0 190px;
  background: var(--paper);
}

.story__word {
  position: absolute;
  top: 42px;
  right: -32px;
  color: rgba(13, 37, 59, 0.035);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(7rem, 15vw, 14rem);
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 0.8;
  white-space: nowrap;
}

.story__layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(390px, 0.78fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(80px, 11vw, 170px);
}

.story__visual {
  position: relative;
  padding: 0 0 76px 42px;
}

.story__visual::before {
  position: absolute;
  top: -24px;
  right: 28px;
  bottom: 52px;
  left: 16px;
  border: 1px solid rgba(201, 111, 67, 0.34);
  content: '';
}

.story__image-frame {
  position: relative;
  z-index: 1;
  overflow: hidden;
  aspect-ratio: 0.75;
  background: var(--navy-900);
  box-shadow: 0 30px 80px rgba(7, 23, 39, 0.15);
}

.story__image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  transition: transform 700ms ease;
}

.story__visual:hover img {
  transform: scale(1.025);
}

.story__image-label {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 78%;
  padding: 28px 32px;
  background: var(--copper);
  color: white;
}

.story__image-label span {
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.story__image-label p {
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.story__copy h2 {
  max-width: 760px;
  margin: 34px 0 46px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(3.8rem, 5.5vw, 6.4rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.story__copy h2 em {
  display: block;
  color: var(--copper);
  font-weight: 400;
}

.story__copy > p {
  max-width: 680px;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.82;
}

.story__copy .story__lead {
  color: var(--navy-800);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.4rem;
  line-height: 1.48;
}

.method {
  position: relative;
  overflow: hidden;
  padding: 156px 0 168px;
  background: var(--navy-900);
  color: white;
}

.method__mark {
  position: absolute;
  top: -160px;
  right: -100px;
  width: 620px;
  opacity: 0.035;
}

.method__mark img {
  width: 100%;
}

.method__heading {
  position: relative;
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 96px;
}

.method__heading h2 {
  max-width: 900px;
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(4rem, 6vw, 6.8rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.88;
}

.method__heading h2 em {
  display: block;
  color: var(--copper-light);
  font-weight: 400;
}

.method__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.method-card {
  min-height: 400px;
  padding: 42px 42px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.method-card:last-child {
  border-right: 0;
}

.method-card > span {
  color: var(--copper-light);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2rem;
}

.method-card h3 {
  margin: 105px 0 26px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.2rem;
  font-weight: 500;
}

.method-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.84rem;
  line-height: 1.78;
}

.audiences {
  padding: 158px 0 174px;
  background: #eee8de;
}

.audiences__heading {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 92px;
}

.audiences__heading h2 {
  max-width: 920px;
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(4rem, 5.8vw, 6.7rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.89;
}

.audiences__heading h2 em {
  display: block;
  color: var(--copper);
  font-weight: 400;
}

.audiences__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(13, 37, 59, 0.16);
  border-bottom: 1px solid rgba(13, 37, 59, 0.16);
}

.audiences__grid article {
  min-height: 410px;
  padding: 46px 48px 42px;
}

.audiences__grid article:first-child {
  border-right: 1px solid rgba(13, 37, 59, 0.16);
}

.audiences__grid article > span {
  color: var(--copper);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.audiences__grid h3 {
  max-width: 480px;
  margin: 75px 0 26px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.2rem, 3.2vw, 3.6rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1;
}

.audiences__grid p {
  max-width: 560px;
  margin: 0 0 34px;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.78;
}

.audiences__grid a {
  display: inline-flex;
  gap: 9px;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(201, 111, 67, 0.48);
  color: var(--copper);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-reviews {
  padding: 132px 0;
  background: var(--copper);
  color: white;
}

.about-reviews__layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: end;
  gap: 110px;
}

.about-reviews h2 {
  margin: 34px 0 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(4rem, 6vw, 7rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.88;
}

.about-reviews h2 em {
  color: var(--navy-950);
  font-weight: 500;
}

.about-reviews__action p {
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.8;
}

.about-cta {
  position: relative;
  overflow: hidden;
  padding: 156px 0;
  background: var(--paper);
  text-align: center;
}

.about-cta__mark {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 540px;
  opacity: 0.028;
  filter: invert(1);
  transform: translate(-50%, -50%);
}

.about-cta__mark img {
  width: 100%;
}

.about-cta__content {
  position: relative;
}

.about-cta__content > span {
  color: var(--copper);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-cta h2 {
  max-width: 1040px;
  margin: 34px auto 48px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(3.6rem, 5vw, 5.8rem);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 0.92;
}

.about-cta__content > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.about-cta__link {
  padding: 10px 0;
  border-bottom: 1px solid rgba(13, 37, 59, 0.28);
  color: var(--navy-800);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .about-hero__layout {
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.65fr);
    gap: 70px;
  }

  .story__layout {
    gap: 70px;
  }

  .method-card {
    padding-inline: 30px;
  }

  .about-reviews__layout {
    gap: 70px;
  }
}

@media (max-width: 900px) {
  .about-hero {
    min-height: auto;
  }

  .about-hero::after {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 33%;
  }

  .about-hero__layout {
    grid-template-columns: 1fr;
    gap: 62px;
    padding: 100px 0 0;
  }

  .about-hero__copy > p {
    margin-left: 0;
  }

  .about-hero__portrait {
    width: min(82%, 560px);
    min-height: 680px;
    margin: 0 auto -1px;
  }

  .about-hero__scroll {
    display: none;
  }

  .story,
  .method,
  .audiences,
  .about-cta {
    padding-top: 112px;
    padding-bottom: 118px;
  }

  .story__layout {
    grid-template-columns: 1fr;
  }

  .story__visual {
    width: min(78%, 550px);
  }

  .story__copy {
    max-width: 720px;
  }

  .method__heading,
  .audiences__heading,
  .about-reviews__layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .method__grid {
    grid-template-columns: 1fr;
  }

  .method-card {
    min-height: auto;
    padding: 36px 30px 44px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .method-card:last-child {
    border-bottom: 0;
  }

  .method-card h3 {
    margin-top: 50px;
  }

  .audiences__grid article {
    padding-inline: 34px;
  }

  .about-reviews {
    padding: 108px 0;
  }

  .about-reviews__action {
    max-width: 600px;
  }
}

@media (max-width: 620px) {
  .about-hero__grid {
    background-size: calc((100vw - 40px) / 4) 100%;
    background-position: 20px 0;
  }

  .about-hero__layout {
    padding-top: 72px;
  }

  .about-hero h1 {
    font-size: clamp(3.4rem, 15vw, 4.8rem);
  }

  .about-hero__eyebrow {
    font-size: 0.58rem;
  }

  .about-hero__portrait {
    width: calc(100% - 18px);
    min-height: 560px;
  }

  .about-hero__caption {
    right: -8px;
    width: 82%;
  }

  .story,
  .method,
  .audiences,
  .about-cta {
    padding-top: 90px;
    padding-bottom: 94px;
  }

  .story__visual {
    width: calc(100% - 12px);
    padding-left: 0;
  }

  .story__copy h2,
  .method__heading h2,
  .audiences__heading h2,
  .about-reviews h2,
  .about-cta h2 {
    font-size: clamp(3rem, 14vw, 4.4rem);
  }

  .story__image-label {
    right: -8px;
    width: 88%;
    padding: 24px;
  }

  .method__heading,
  .audiences__heading {
    margin-bottom: 58px;
  }

  .audiences__grid {
    grid-template-columns: 1fr;
  }

  .audiences__grid article {
    min-height: auto;
    padding: 36px 24px 44px;
  }

  .audiences__grid article:first-child {
    border-right: 0;
    border-bottom: 1px solid rgba(13, 37, 59, 0.16);
  }

  .audiences__grid h3 {
    margin-top: 48px;
  }

  .about-reviews {
    padding: 90px 0;
  }

  .about-cta__content > div {
    flex-direction: column;
    gap: 20px;
  }
}
