.top-bar-message {
  min-width: 0;
}

.top-bar-notice {
  color: #d4c5b0;
  display: inline-block;
}

.top-bar-notice.is-link {
  transition: color 0.2s ease;
}

.top-bar-notice.is-link:hover {
  color: #fff;
}

.site-logo-image {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

.site-logo-image img,
.custom-logo-link img {
  max-height: 56px;
  width: auto;
  background: transparent;
}

.notice-band-link,
.notice-band-text {
  color: #e8ddd0;
}

.notice-band-link {
  transition: color 0.2s ease, opacity 0.2s ease;
}

.notice-band-link:hover {
  color: #fff;
  opacity: 1;
}

.hero-img-side::before {
  z-index: 1;
}

.hero-banner-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  background: transparent;
}

.hero-img-placeholder {
  z-index: 2;
}

.about-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about-hero.has-bg-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(32, 22, 15, 0.48), rgba(32, 22, 15, 0.62));
}

.about-hero-inner {
  position: relative;
  z-index: 1;
}

.section-subtitle {
  margin-top: -6px;
  margin-bottom: 20px;
  color: var(--text-light);
  font-size: 14px;
  line-height: 1.8;
}

.about-section-heading {
  margin-bottom: 12px;
}

.about-story-media {
  min-width: 0;
}

.about-story-image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-light);
  background: #fff;
}

.team-avatar {
  overflow: hidden;
}

.team-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-avatar span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.team-bio {
  margin: 12px 16px 0;
  font-size: 12px;
  color: var(--text-light);
  line-height: 1.7;
}

.contact-grid.is-single {
  grid-template-columns: 1fr;
}

.about-contact-panel,
.about-inquiry-panel {
  min-width: 0;
}

.about-contact-note {
  margin-top: 18px;
  color: var(--text-light);
  font-size: 13px;
  line-height: 1.8;
}

.contact-actions {
  margin-top: 18px;
}

.form-notice {
  margin-bottom: 16px;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  font-size: 13px;
  line-height: 1.7;
  border: 1px solid transparent;
}

.form-notice.is-success {
  color: #1f5130;
  background: #e7f7ed;
  border-color: #b7e0c2;
}

.form-notice.is-warning {
  color: #7a4f05;
  background: #fff3dc;
  border-color: #f1d49b;
}

.form-notice.is-error {
  color: #8f2d2d;
  background: #fdecec;
  border-color: #f3b7b7;
}

@media (max-width: 900px) {
  .about-story-image {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 640px) {
  .section-subtitle {
    font-size: 13px;
    margin-bottom: 14px;
  }

  .team-bio {
    margin: 10px 12px 0;
    font-size: 11px;
  }

  .form-notice {
    padding: 10px 12px;
    font-size: 12px;
  }
}
