.about-page {
  --dalesmen-burgundy: #5b0710;
  --dalesmen-burgundy-dark: #330207;
  --dalesmen-gold: #d2a827;
  --dalesmen-cream: #fbf7ee;
  --dalesmen-ink: #241f21;
  background: var(--dalesmen-burgundy);
  color: var(--dalesmen-ink);
}

.about-main {
  background: transparent;
  padding: 0 0 48px;
}

.about-page .about-hero,
.about-page .about-join {
  width: 100%;
  max-width: var(--home-page-max);
  margin-left: auto;
  margin-right: auto;
}

.about-hero {
  color: #fff;
  padding: 0 0 26px;
}

.about-title-card {
  margin-bottom: 26px;
  padding: clamp(26px, 3vw, 34px) var(--home-card-padding);
  background: linear-gradient(135deg, #3d040a 0%, #52070f 58%, #6f0b16 100%);
  border: 1px solid rgba(210, 168, 39, 0.46);
  border-left: 4px solid var(--dalesmen-gold);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.34);
  box-sizing: border-box;
}

.about-title {
  margin: 0;
  color: var(--dalesmen-gold, #d2a827);
  font-family: "Libre Baskerville", "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: var(--section-title-size, clamp(30px, 3.4vw, 42px));
  font-weight: 500;
  line-height: 1.08;
}

.about-page .about-hero > .container,
.about-page .about-join > .container {
  max-width: var(--home-page-max);
  padding: 0;
}

@media (max-width: 1024px) {
  .about-page .about-hero > .container,
  .about-page .about-join > .container {
    padding: 0 var(--gutter, 28px);
  }
}

.about-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(320px, 0.78fr);
  gap: 24px clamp(28px, 5vw, 56px);
  align-items: start;
  background: linear-gradient(135deg, #ead4ab 0%, #f3e3c6 58%, #fbf1df 100%);
  border: 1px solid rgba(154, 122, 44, 0.22);
  border-left: 6px solid #b88712;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(91, 7, 16, 0.08);
  color: var(--dalesmen-ink);
  padding: var(--home-card-padding);
  box-sizing: border-box;
}

.about-hero h2,
.about-content h2,
.about-join h2 {
  margin: 0 0 18px;
  font-family: "Libre Baskerville", "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.05;
}

.about-hero__content {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  padding-top: 0;
}

.about-hero__content .home-btn {
  align-self: flex-start;
  margin-top: auto;
}

.about-hero__content .home-admin-btn {
  align-self: flex-start;
  width: auto;
}

.about-hero h2 {
  max-width: none;
  color: var(--dalesmen-burgundy);
  font-size: clamp(28px, 2.8vw, 40px);
  white-space: nowrap;
}

.about-hero p,
.about-content__body,
.about-join p {
  font-size: 18px;
  line-height: 1.6;
}

.about-hero__content > p:last-child {
  max-width: 680px;
  margin-bottom: 0;
}

.about-hero img {
  width: 100%;
  max-width: 460px;
  display: block;
  justify-self: end;
  align-self: start;
  margin-top: 0;
  border-radius: 6px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
}

.about-content {
  padding: clamp(34px, 5vw, 58px) 0;
}

.about-content h2,
.about-join h2 {
  color: var(--dalesmen-burgundy);
  font-size: clamp(30px, 3.6vw, 42px);
}

.about-content__body {
  max-width: 840px;
}

.about-content__body p:first-child {
  margin-top: 0;
}

.about-join {
  padding: 0 0 clamp(10px, 3vw, 28px);
}

body.about-page .home-contact-panel {
  background: linear-gradient(135deg, #3d040a 0%, #52070f 58%, #6f0b16 100%);
  border: 1px solid rgba(210, 168, 39, 0.46);
  border-left: 4px solid var(--dalesmen-gold);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.34);
  color: #fff;
}

body.about-page .home-join h2 {
  color: var(--dalesmen-gold);
}

body.about-page .home-join .home-join-note,
body.about-page .fineprint {
  color: rgba(255, 255, 255, 0.82);
}

body.about-page .home-contact-panel form {
  border-top-color: rgba(210, 168, 39, 0.24);
}

body.about-page .home-contact-panel p {
  font-size: 16px;
  line-height: 1.55;
}

body.about-page .home-contact-panel .req-note {
  color: rgba(210, 168, 39, 0.9);
  font-size: 14px;
  line-height: 1.35;
}

body.about-page .home-contact-panel label {
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  line-height: 1.25;
}

body.about-page .home-contact-panel .req {
  color: var(--dalesmen-gold);
}

body.about-page .home-contact-panel input[type="text"],
body.about-page .home-contact-panel input[type="email"],
body.about-page .home-contact-panel input[type="tel"],
body.about-page .home-contact-panel select,
body.about-page .home-contact-panel textarea {
  background: rgba(251, 241, 223, 0.9);
  border-color: rgba(210, 168, 39, 0.34);
}

body.about-page .home-contact-panel .fineprint {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 820px) {
  .about-page .about-hero > .container,
  .about-page .about-join > .container {
    padding: 0 var(--gutter);
  }

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

  .about-hero h2 {
    white-space: normal;
  }

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

  .about-hero__content .home-btn {
    margin-top: 1rem;
  }

  .about-hero img {
    justify-self: stretch;
    max-width: none;
    margin-top: 0;
  }
}
