:root {
  --about-bg: #f3f4ec;
  --about-surface: #efefe5;
  --about-line: #dddccd;
  --about-text: #1f2321;
  --about-soft: #4e524c;
}

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

.about-hero {
  padding-top: 0;
}

.about-hero-media {
  position: relative;
  min-height: clamp(20rem, 44vw, 34rem);
  overflow: hidden;
  background-color: #8f948e;
  background-size: cover;
  background-position: center;
}

.about-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 20, 18, 0.34) 0%, rgba(18, 20, 18, 0.55) 100%);
}

.about-hero-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 3rem 1.5rem;
}

.about-hero-tag {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.96rem;
  line-height: 1.35;
}

.about-hero-content h2 {
  margin: 0.65rem 0 0;
  color: #f6f4ed;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  line-height: 1.1;
}

.about-hero-content h2 span,
.about-hero-content h2 em {
  display: block;
  font-style: normal;
}

.about-hero-content h2 em {
  margin-top: 0.25rem;
}

.about-intro-note {
  padding: 2.2rem 0 1rem;
}

.about-intro-inner {
  text-align: center;
  max-width: 66rem;
  margin: 0 auto;
}

.about-intro-mark {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #b8baa8;
}

.about-intro-mark svg {
  width: 2.5rem;
  height: 2.5rem;
}

.about-intro-inner p {
  margin: 1rem auto 0;
  max-width: 80ch;
  font-size: clamp(1.15rem, 1.8vw, 1.2rem);
  line-height: 1.42;
}

.about-shell {
  width: 100%;
  margin: 0 auto;
  padding-inline: 1rem;
}

@media (min-width: 768px) {
  .about-shell {
    padding-inline: 1.5rem;
  }
}

.about-philosophy {
  padding: 2.25rem 0 1.6rem;
}

.about-philosophy-grid {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  background: var(--about-surface);
  border: 1px solid var(--about-line);
}

.about-philosophy-media {
  min-height: clamp(24rem, 45vw, 44rem);
}

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

.about-philosophy-placeholder {
  width: 100%;
  height: 100%;
  min-height: inherit;
  background-image: linear-gradient(140deg, rgba(41, 56, 42, 0.65), rgba(41, 56, 42, 0.25)), url("https://images.unsplash.com/photo-1611077094726-11cf1d5b1f9a?auto=format&fit=crop&w=1600&q=80");
  background-size: cover;
  background-position: center;
}

.about-philosophy-copy {
  padding: clamp(1.4rem, 2.5vw, 2.2rem) clamp(1.2rem, 4.2vw, 6rem);
}

.about-philosophy-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 3.1vw, 3rem);
  line-height: 1.05;
}

.about-philosophy-item {
  padding: 1rem 0;
  border-bottom: 1px solid var(--about-line);
}

.about-philosophy-item:last-child {
  border-bottom: 0;
}

.about-philosophy-item h3 {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.2;
}

.about-philosophy-item p {
  margin: 0.5rem 0 0;
  color: var(--about-soft);
  font-size: 1rem;
  line-height: 1.5;
}

.about-quote {
  padding: 0.6rem 0 3rem;
}

.about-quote-inner {
  text-align: center;
  border-top: 1px solid var(--about-line);
  padding-top: 2.2rem;
}

.about-quote-inner blockquote {
  margin: 0;
}

.about-quote-inner blockquote p {
  margin: 0 auto;
  max-width: 44ch;
  font-size: clamp(1.5rem, 2.4vw, 2.25rem);
  line-height: 1.28;
}

.about-quote-author {
  margin-top: 1.7rem;
}

.about-quote-author img {
  width: 9rem;
  height: 9rem;
  border-radius: 0.8rem;
  object-fit: cover;
  margin: 0 auto;
}

.about-quote-author p {
  margin: 0.55rem 0 0;
  font-size: 1rem;
}

@media (max-width: 980px) {
  .about-hero-content h2 {
    line-height: 1;
  }

  .about-intro-inner p {
    font-size: 1.1rem;
  }

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

  .about-philosophy-media {
    min-height: 22rem;
  }
}
