/* Landmark About — unique black + gold editorial layout */
.landmark-about {
  background: #0d0d0d;
  color: #f5f0ea;
}

.landmark-about a {
  color: inherit;
}

/* Hero */
.la-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(520px, 78vh, 760px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #e8e6e2;
}

.la-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../../../../landmark/Frame%20235.png") center center / cover no-repeat;
}

.la-hero__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.06) 42%, rgba(0,0,0,0.08) 100%);
  pointer-events: none;
}

.la-hero__inner {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 140px 0 72px;
  max-width: 560px;
  margin-left: max(24px, calc((100% - 1180px) / 2));
}

.la-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 20px;
  font-family: var(--landmark-font, "Inter", sans-serif);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(13, 13, 13, 0.55);
}

.la-eyebrow::before {
  content: "";
  width: 36px;
  height: 1px;
  background: #c6a062;
}

.la-hero__title {
  margin: 0 0 18px;
  max-width: 520px;
  font-family: var(--landmark-font, "Inter", sans-serif);
  font-size: clamp(44px, 7vw, 78px);
  font-weight: 600;
  line-height: 1.05;
  color: #0d0d0d;
}

.la-hero__title span {
  color: #c6a062;
}

.la-hero__lead {
  margin: 0;
  max-width: 460px;
  font-family: var(--landmark-font, "Inter", sans-serif);
  font-size: 16px;
  line-height: 1.7;
  color: rgba(13, 13, 13, 0.72);
}

/* Story zigzag */
.la-story {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(72px, 9vw, 110px) 0;
}

.la-story__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 40px 56px;
  align-items: center;
}

.la-story__media {
  position: relative;
  min-height: 460px;
  overflow: hidden;
}

.la-story__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 460px;
  transition: transform 0.7s ease;
}

.la-story__media:hover img {
  transform: scale(1.05);
}

.la-story__frame {
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(198, 160, 98, 0.45);
  pointer-events: none;
  z-index: 1;
}

.la-story__copy .la-eyebrow {
  color: rgba(13, 13, 13, 0.55);
}

.la-section--light {
  background: #f7f5f1;
  color: #0d0d0d;
}

.la-section--light .la-eyebrow {
  color: rgba(13, 13, 13, 0.55);
}

.la-story__title {
  margin: 0 0 20px;
  font-family: var(--landmark-font, "Inter", sans-serif);
  font-size: clamp(34px, 4.5vw, 52px);
  font-weight: 600;
  line-height: 1.12;
}

.la-story__title span {
  color: #c6a062;
}

.la-story__text {
  margin: 0 0 16px;
  font-family: var(--landmark-font, "Inter", sans-serif);
  font-size: 16px;
  line-height: 1.75;
  color: rgba(13, 13, 13, 0.72);
}

.la-story__text:last-child {
  margin-bottom: 0;
}

/* Vision & Mission */
.la-purpose {
  background: #0d0d0d;
  border-top: 1px solid rgba(198, 160, 98, 0.16);
  border-bottom: 1px solid rgba(198, 160, 98, 0.16);
  padding: clamp(72px, 9vw, 110px) 0;
}

.la-purpose .la-eyebrow {
  color: rgba(245, 240, 234, 0.78);
}

.la-purpose__inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px 64px;
}

.la-purpose__block {
  position: relative;
  padding-top: 8px;
}

.la-purpose__block + .la-purpose__block {
  border-left: 1px solid rgba(198, 160, 98, 0.22);
  padding-left: 64px;
}

.la-purpose__title {
  margin: 0 0 18px;
  font-family: var(--landmark-font, "Inter", sans-serif);
  font-size: clamp(28px, 3.6vw, 40px);
  font-weight: 600;
  line-height: 1.18;
  color: #fff;
}

.la-purpose__title span {
  color: #c6a062;
}

.la-purpose__text {
  margin: 0;
  max-width: 460px;
  font-family: var(--landmark-font, "Inter", sans-serif);
  font-size: 15px;
  line-height: 1.75;
  color: rgba(245, 240, 234, 0.72);
}

/* Values */
.la-values {
  background: #f7f5f1;
  padding: clamp(72px, 9vw, 110px) 0;
  color: #0d0d0d;
}

.la-values .la-eyebrow {
  color: rgba(13, 13, 13, 0.55);
}

.la-values__inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.la-values__head {
  max-width: 640px;
  margin-bottom: 42px;
}

.la-values__title {
  margin: 0;
  font-family: var(--landmark-font, "Inter", sans-serif);
  font-size: clamp(34px, 4.5vw, 52px);
  font-weight: 600;
  line-height: 1.12;
  color: #0d0d0d;
}

.la-values__title span {
  color: #c6a062;
}

.la-values__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.la-value {
  min-height: 240px;
  padding: 28px 24px;
  border: 1px solid rgba(198, 160, 98, 0.35);
  background: #fff;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.la-value:hover {
  border-color: rgba(198, 160, 98, 0.7);
  transform: translateY(-3px);
}

.la-value__num {
  display: block;
  margin-bottom: 28px;
  font-family: var(--landmark-font, "Inter", sans-serif);
  font-size: 22px;
  color: #c6a062;
}

.la-value__num::before {
  content: "/ ";
  opacity: 0.7;
}

.la-value__name {
  margin: 0 0 12px;
  font-family: var(--landmark-font, "Inter", sans-serif);
  font-size: 28px;
  font-weight: 600;
  color: #0d0d0d;
}

.la-value__desc {
  margin: 0;
  font-family: var(--landmark-font, "Inter", sans-serif);
  font-size: 14px;
  line-height: 1.65;
  color: rgba(13, 13, 13, 0.68);
}

/* Gallery strip */
.la-gallery {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 10px;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 0 clamp(72px, 9vw, 100px);
}

.la-gallery figure {
  margin: 0;
  overflow: hidden;
  background: #111;
  min-height: 280px;
}

.la-gallery figure:first-child {
  min-height: 420px;
}

.la-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: inherit;
  transition: transform 0.7s ease;
}

.la-gallery figure:hover img {
  transform: scale(1.06);
}

/* Stats */
.la-stats {
  border-top: 1px solid rgba(198, 160, 98, 0.22);
  border-bottom: 1px solid rgba(198, 160, 98, 0.22);
  background: #0a0a0a;
}

.la-stats__inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  padding: 42px 0;
}

.la-stat {
  text-align: left;
}

.la-stat__value {
  display: block;
  font-family: var(--landmark-font, "Inter", sans-serif);
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 600;
  line-height: 1;
  color: #c6a062;
}

.la-stat__label {
  display: block;
  margin-top: 10px;
  font-family: var(--landmark-font, "Inter", sans-serif);
  font-size: 13px;
  letter-spacing: 0.04em;
  color: rgba(245, 240, 234, 0.68);
}

/* CTA */
.la-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(80px, 10vw, 120px) 0;
  text-align: center;
}

.la-cta__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../../2026/04/landmark-about-3.jpeg") center center / cover no-repeat;
  filter: grayscale(0.4) brightness(0.35);
  transform: scale(1.05);
}

.la-cta__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.55);
}

.la-cta__inner {
  position: relative;
  z-index: 2;
  width: min(760px, calc(100% - 48px));
  margin: 0 auto;
}

.la-cta__title {
  margin: 0 0 16px;
  font-family: var(--landmark-font, "Inter", sans-serif);
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 600;
  color: #fff;
}

.la-cta__title span {
  color: #c6a062;
}

.la-cta__text {
  margin: 0 0 28px;
  font-family: var(--landmark-font, "Inter", sans-serif);
  font-size: 16px;
  line-height: 1.7;
  color: rgba(245, 240, 234, 0.75);
}

.la-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  background: #c6a062;
  color: #0d0d0d !important;
  font-family: var(--landmark-font, "Inter", sans-serif);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.25s ease;
}

.la-cta__btn:hover {
  background: #d4b078;
}

@media (max-width: 900px) {
  .la-story__grid,
  .la-purpose__inner,
  .la-values__grid,
  .la-gallery,
  .la-stats__inner {
    grid-template-columns: 1fr;
  }

  .la-purpose__block + .la-purpose__block {
    border-left: 0;
    padding-left: 0;
    padding-top: 28px;
    border-top: 1px solid rgba(198, 160, 98, 0.22);
  }

  .la-story__media,
  .la-story__media img,
  .la-gallery figure,
  .la-gallery figure:first-child {
    min-height: 280px;
  }

  .la-hero__inner,
  .la-story,
  .la-purpose__inner,
  .la-values__inner,
  .la-gallery,
  .la-stats__inner,
  .la-cta__inner {
    width: calc(100% - 32px);
  }

  .la-hero__inner {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding: 120px 0 56px;
  }

  .la-hero__bg {
    background-position: 62% center;
  }
}
