.brand-story,
.mission-banner,
.values-section,
.chairman-section,
.discover-section,
.site-footer {
  scroll-margin-top: 90px;
}

.who-hero-band {
  position: relative;
  overflow: hidden;
  height: 692px;
  background: var(--color-black);
}

.who-hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-story {
  padding: 111px 0 111px;
  background: var(--color-white);
}

.brand-grid {
  display: grid;
  grid-template-columns: 409px 646px;
  justify-content: space-between;
  align-items: start;
  gap: 46px;
}

.brand-heading .section-rule {
  margin: 18px 0 22px;
  background: var(--color-black);
}

.brand-title {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: 45px;
  line-height: 1.33;
}

.brand-copy {
  max-width: 646px;
}

.brand-copy p {
  font-size: 18px;
  line-height: 30px;
}

.brand-lead {
  font-size: 22px;
  line-height: 35px;
}

.mission-banner {
  padding: 65px 0 69px;
  color: var(--color-white);
  background:
    linear-gradient(180deg, rgba(119, 24, 71, 0.96) 0%, rgba(79, 15, 47, 0.96) 100%),
    url("https://www.figma.com/api/mcp/asset/4e4a2c5d-4386-49c2-aead-cedc2860be21") center/cover no-repeat;
}

.mission-inner {
  text-align: center;
}

.mission-inner .section-rule {
  margin: 0 auto 18px;
  background: var(--color-white);
}

.mission-inner h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: 45px;
  line-height: 1.62;
}

.mission-inner p {
  max-width: 983px;
  margin: 8px auto 0;
  font-size: 27px;
  line-height: 44px;
}

.values-section {
  padding: 124px 0 121px;
  color: var(--color-white);
  background: var(--color-black);
}

.values-header {
  text-align: center;
}

.values-header .section-rule {
  margin: 0 auto 18px;
  background: var(--color-white);
}

.values-header h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: 45px;
  line-height: 80px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin-top: 158px;
}

.value-panel {
  min-height: 436px;
  padding: 168px 28px 34px;
  background: linear-gradient(180deg, var(--color-black) 0%, #771847 91.04%);
  position: relative;
}

.value-top {
  position: absolute;
  top: -16px;
  right: 0;
  left: 0;
  text-align: center;
}

.value-letter {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 150px;
  line-height: 0.53;
}

.value-name {
  margin: 38px 0 0;
  font-family: "Playfair Display", serif;
  font-size: 25px;
  line-height: 30px;
}

.value-panel p {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
}

.value-toggle {
  display: none;
}

.chairman-section {
  padding: 125px 0 120px;
  background: var(--color-white);
}

.chairman-grid {
  display: grid;
  grid-template-columns: minmax(0, 547px) minmax(320px, 456px);
  align-items: center;
  justify-content: center;
  gap: 80px;
}

.chairman-title-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.chairman-quote-mark {
  flex: 0 0 auto;
  margin-top: -7px;
  color: #771847;
  font-family: "Playfair Display", serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 0.88;
}

.chairman-copy .section-rule {
  width: 64px;
  height: 3px;
  margin: 16px 0 31px 0;
  background: var(--color-black);
}

.chairman-copy h2 {
  max-width: 397px;
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: 37px;
  line-height: 1.22;
}

.chairman-message {
  max-width: 516px;
}

.chairman-message p {
  font-size: 16px;
  line-height: 26px;
}

.chairman-signature {
  margin-top: 26px;
}

.chairman-media {
  margin: 0;
  width: 100%;
  max-width: 456px;
}

.chairman-media img {
  display: block;
  width: 100%;
  height: auto;
}

.discover-section {
  padding: 98px 0 101px;
  background: #f3f3f3;
}

.discover-kicker {
  margin: 0 0 62px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.discover-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
}

.discover-card {
  display: flex;
  flex-direction: column;
  min-height: 422px;
  overflow: hidden;
  background: var(--color-black);
  color: var(--color-white);
  text-decoration: none;
  transition: transform 220ms ease;
}

.discover-card.solution-card-primary {
  background: var(--color-plum);
  color: var(--color-white);
}

.discover-card:hover,
.discover-card:focus-visible {
  transform: translateY(-6px);
}

.discover-card:focus-visible {
  outline: 2px solid var(--color-plum);
  outline-offset: 4px;
}

.discover-image {
  display: block;
  margin: 30px;
  margin-bottom: 0px;
  object-fit: cover;
}

.discover-body {
  flex: 1 1 auto;
  padding: 18px 24px 24px;
}

.discover-body h3 {
  margin: 0 0 12px;
  font-family: "Playfair Display", serif;
  font-size: 22px;
  line-height: 30px;
}

.discover-body p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
}

@media (max-width: 1180px) {
  .brand-grid,
  .chairman-grid,
  .discover-grid {
    grid-template-columns: 1fr;
  }

  .brand-title,
  .brand-copy,
  .chairman-copy h2 {
    max-width: none;
  }

  .chairman-grid {
    gap: 48px;
  }

  .values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .discover-grid {
    justify-content: stretch;
  }

  .discover-card {
    min-height: 0;
  }

  .discover-image {
    width: 100%;
    margin: 0;
  }

  .chairman-media {
    max-width: 456px;
  }
}

@media (max-width: 760px) {
  .who-hero-band {
    height: 320px;
  }

  .brand-story,
  .chairman-section,
  .discover-section {
    padding: 72px 0;
  }

  .mission-banner,
  .values-section {
    padding: 64px 0;
  }

  .brand-title,
  .mission-inner h2,
  .values-header h2 {
    font-size: 34px;
    line-height: 1.24;
  }

  .chairman-title-row {
    gap: 10px;
  }

  .chairman-quote-mark {
    font-size: 56px;
  }

  .chairman-copy h2 {
    font-size: 30px;
    line-height: 1.22;
  }

  .chairman-copy .section-rule {
    margin-bottom: 26px;
  }

  .chairman-copy {
    order: 2;
  }

  .chairman-media {
    order: 1;
  }

  .mission-inner p {
    font-size: 22px;
    line-height: 1.5;
  }

  .values-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 56px;
  }

  .value-panel {
    min-height: 0;
    padding: 24px 28px;
    position: static;
    cursor: pointer;
  }

  .value-top {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    display: flex;
    min-height: 92px;
    padding-right: 34px;
    align-items: center;
    gap: 18px;
    text-align: left;
  }

  .value-toggle {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    color: var(--color-white);
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
  }

  .value-letter {
    flex: 0 0 74px;
    font-size: 94px;
    line-height: 0.76;
    text-align: center;
  }

  .value-name {
    margin: 0;
    font-size: 26px;
    line-height: 1.15;
  }

  .value-panel p {
    height: 0;
    margin-top: 0;
    overflow: hidden;
    font-size: 16px;
    line-height: 27px;
    opacity: 0;
  }

  .value-panel.is-open p {
    height: auto;
    margin-top: 18px;
    opacity: 1;
  }

  .discover-kicker {
    margin-bottom: 36px;
    font-size: 16px;
  }

  .chairman-media {
    max-width: 100%;
  }
}
