


.page-about {
  background: var(--off-white);
  color: var(--text);
}

.page-about .header__nav a.active,
.page-about .mobile-drawer__links a.active {
  color: var(--sage);
}

.page-about .header__vip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 18px;
  border: 1px solid currentColor;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--umber);
  transition: color .25s, background .25s, border-color .25s;
}

.page-about .header__vip:hover {
  background: var(--umber);
  border-color: var(--umber);
  color: var(--white);
}

.page-about .site-header:not(.scrolled) .header__vip {
  color: var(--white);
}

.page-about .site-header:not(.scrolled) .header__vip:hover {
  background: var(--white);
  border-color: var(--white);
  color: var(--text);
}

.about-page {
  overflow: hidden;
}


.about-hero {
  min-height: 100vh;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  gap: clamp(32px, 6vw, 90px);
  padding: calc(var(--header-h) + 64px) var(--px) 72px;
  background: var(--text);
  color: var(--white);
}

.about-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 25%, rgba(130,157,141,0.42), transparent 34%),
    radial-gradient(circle at 82% 70%, rgba(232,221,204,0.18), transparent 32%),
    linear-gradient(135deg, #15130f 0%, #2a241a 52%, #6c634c 100%);
  pointer-events: none;
}

.about-hero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.34), rgba(0,0,0,0.04));
}

.about-hero__content,
.about-hero__visual {
  position: relative;
  z-index: 2;
}

.about-eyebrow {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 18px;
}

.about-hero h1 {
  max-width: 720px;
  font-family: var(--serif);
  font-size: clamp(64px, 10vw, 150px);
  font-weight: 400;
  line-height: 0.78;
  letter-spacing: -0.055em;
  color: var(--white);
  margin-bottom: 28px;
}

.about-hero__content > p:not(.about-eyebrow) {
  max-width: 520px;
  font-family: var(--sans);
  font-size: clamp(15px, 1.35vw, 18px);
  font-weight: 300;
  line-height: 1.8;
  color: rgba(253,252,249,0.78);
}

.about-hero__actions,
.about-final__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  border: 1px solid currentColor;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: background .25s, color .25s, border-color .25s, transform .25s;
}

.about-btn:hover {
  transform: translateY(-2px);
}

.about-btn--dark {
  background: var(--text);
  border-color: var(--text);
  color: var(--white);
}

.about-btn--dark:hover {
  background: var(--sage);
  border-color: var(--sage);
  color: var(--white);
}

.about-btn--light {
  background: transparent;
  color: currentColor;
}

.about-btn--light:hover {
  background: var(--white);
  border-color: var(--white);
  color: var(--text);
}

.about-hero__visual {
  min-height: clamp(420px, 58vw, 720px);
  border-radius: 999px 999px 20px 20px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(253,252,249,0.22), rgba(253,252,249,0.04)),
    linear-gradient(135deg, var(--cream), var(--sage));
  box-shadow: 0 38px 90px rgba(0,0,0,0.25);
}

.about-hero__visual::before {
  content: '';
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(253,252,249,0.35);
  border-radius: inherit;
  z-index: 2;
  pointer-events: none;
}

.about-hero__visual img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  display: block;
}


.about-intro {
  display: grid;
  grid-template-columns: 180px minmax(0, 900px);
  gap: clamp(24px, 6vw, 80px);
  padding: clamp(70px, 10vw, 130px) var(--px);
  background: var(--off-white);
}

.about-intro__number {
  font-family: var(--serif);
  font-size: clamp(64px, 8vw, 120px);
  font-weight: 300;
  line-height: 0.8;
  color: rgba(108,99,76,0.22);
}

.about-intro__text {
  display: grid;
  gap: 22px;
}

.about-intro__text p {
  font-family: var(--serif);
  font-size: clamp(25px, 3.2vw, 44px);
  font-weight: 300;
  line-height: 1.18;
  color: var(--text);
}

.about-intro__text p + p {
  max-width: 760px;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.9;
  color: var(--text-mid);
}


.about-mv {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding: 0 var(--px) clamp(70px, 10vw, 130px);
}

.about-mv__card {
  min-height: 460px;
  padding: clamp(28px, 5vw, 64px);
  background: var(--white);
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.about-mv__card--dark {
  background: var(--umber);
  color: var(--white);
}

.about-mv__card span,
.about-value span,
.about-step span {
  display: block;
  margin-bottom: 18px;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sage);
}

.about-mv__card h2 {
  max-width: 560px;
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 62px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
  color: inherit;
}

.about-mv__card p {
  max-width: 620px;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.9;
  color: var(--text-mid);
}

.about-mv__card--dark p {
  color: rgba(253,252,249,0.78);
}


.about-values {
  padding: clamp(70px, 10vw, 130px) var(--px);
  background: var(--cream);
}

.about-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(34px, 5vw, 70px);
}

.about-section-head h2,
.about-process__content h2,
.about-vip h2,
.about-final h2 {
  max-width: 760px;
  font-family: var(--serif);
  font-size: clamp(42px, 6vw, 92px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.045em;
  color: var(--text);
}

.about-values__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(220px, 1fr));
  gap: 1px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.about-value {
  min-height: 330px;
  padding: 30px;
  background: rgba(253,252,249,0.68);
  border: 1px solid rgba(108,99,76,0.13);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.about-value h3,
.about-step h3 {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  color: var(--text);
  margin-bottom: 16px;
}

.about-value p,
.about-step p,
.about-process__content > p:not(.about-eyebrow),
.about-vip p {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.85;
  color: var(--text-mid);
}


.about-process {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(34px, 6vw, 80px);
  padding: clamp(70px, 10vw, 130px) var(--px);
  background: var(--off-white);
}

.about-process__content {
  position: sticky;
  top: calc(var(--header-h) + 42px);
  align-self: start;
}

.about-process__content > p:not(.about-eyebrow) {
  max-width: 480px;
  margin-top: 28px;
  font-size: 15px;
}

.about-process__steps {
  display: grid;
  gap: 14px;
}

.about-step {
  padding: clamp(22px, 3vw, 34px);
  background: var(--white);
  border: 1px solid var(--border);
}


.about-vip {
  padding: clamp(70px, 10vw, 130px) var(--px);
  background:
    radial-gradient(circle at 75% 20%, rgba(130,157,141,0.38), transparent 34%),
    linear-gradient(135deg, var(--white), var(--lime));
}

.about-vip__inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.about-vip p {
  max-width: 660px;
  margin: 24px auto 0;
  font-size: 15px;
}

.about-vip .about-btn {
  margin-top: 34px;
}


.about-final {
  padding: clamp(70px, 10vw, 130px) var(--px);
  background: var(--text);
  color: var(--white);
  text-align: center;
}

.about-final h2 {
  max-width: 880px;
  margin: 0 auto;
  color: var(--white);
}

.about-final .about-eyebrow {
  color: var(--sage);
}

.about-final__actions {
  justify-content: center;
}

.about-final .about-btn--light {
  color: var(--white);
}


@media (max-width: 980px) {
  .about-hero,
  .about-process {
    grid-template-columns: 1fr;
  }

  .about-hero {
    min-height: auto;
  }

  .about-hero__visual {
    min-height: 520px;
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
  }

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

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

  .about-process__content {
    position: static;
  }
}

@media (max-width: 768px) {
  .about-hero {
    padding: calc(var(--header-h) + 54px) var(--px) 54px;
  }

  .about-hero h1 {
    font-size: clamp(58px, 19vw, 96px);
  }

  .about-hero__visual {
    min-height: 420px;
    border-radius: 999px 999px 18px 18px;
  }

  .about-intro,
  .about-values,
  .about-process,
  .about-vip,
  .about-final {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .about-intro__text p {
    font-size: 30px;
  }

  .about-mv {
    padding-bottom: 64px;
  }

  .about-mv__card {
    min-height: auto;
    padding: 28px;
  }

  .about-values__grid {
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .about-value {
    min-height: auto;
  }

  .about-section-head {
    display: block;
  }

  .about-btn {
    width: 100%;
  }

  .about-hero__actions,
  .about-final__actions {
    width: 100%;
  }

  .page-about .header__vip {
    height: 30px;
    padding: 0 12px;
    font-size: 8px;
    letter-spacing: 0.12em;
  }
}

@media (max-width: 480px) {
  .about-hero__visual {
    min-height: 360px;
  }

  .about-process__steps {
    gap: 10px;
  }
}
