.about-shell { max-width: 1440px; }
.brand-copy { display: grid; }
.brand-copy small { margin-top: 2px; color: #697064; font-family: "Libre Baskerville", serif; font-size: 8px; line-height: 1.25; }

.about-main { padding-top: 0; }
.about-hero { display: grid; min-height: 315px; grid-template-columns: .75fr 1.35fr; align-items: center; gap: 38px; }
.about-copy { padding-left: 3vw; }
.about-copy > p { margin: 0 0 13px; color: #854a42; font-size: 12px; font-weight: 700; letter-spacing: .16em; }
.about-copy h1 { margin: 0 0 14px; color: #173d30; font-family: "Libre Baskerville", serif; font-size: clamp(38px, 4vw, 55px); font-weight: 400; line-height: 1.12; letter-spacing: -.035em; }
.about-copy > span { display: block; max-width: 470px; color: #4e544a; font-family: "Libre Baskerville", serif; font-size: 13px; line-height: 1.55; }
.about-copy > a { display: inline-flex; margin-top: 17px; align-items: center; gap: 8px; color: #7d3632; font-family: "Libre Baskerville", serif; font-size: 11px; text-decoration: none; }
.about-copy > a:hover, .about-copy > a:focus-visible { text-decoration: underline; }
.about-copy > a b { font-size: 18px; font-weight: 400; }
.about-hero > img { display: block; width: 108%; max-height: 290px; margin-left: -6%; object-fit: contain; filter: drop-shadow(0 10px 13px rgba(49,37,21,.08)); }

.about-purpose { padding: 7px 6vw 20px; border-top: 1px solid #c8ae81; }
.purpose-title { display: flex; align-items: center; justify-content: center; gap: 16px; }
.purpose-title span { width: 92px; height: 1px; background: #c7a76e; }
.purpose-title h2 { margin: 8px 0 11px; color: #173d30; font-family: "Libre Baskerville", serif; font-size: 22px; font-weight: 400; }
.purpose-grid { display: grid; width: min(800px, 100%); margin: 0 auto; grid-template-columns: 1fr 1fr; align-items: center; }
.purpose-grid > p { margin: 0; padding: 0 50px 0 0; color: #303d35; border-right: 1px solid #c7a76e; font-family: "Libre Baskerville", serif; font-size: 11px; line-height: 1.65; }
.purpose-grid blockquote { display: flex; position: relative; min-height: 130px; margin: 0; padding: 4px 0 52px 48px; align-items: center; justify-content: center; color: #173d30; font-family: "Libre Baskerville", serif; font-size: 18px; font-weight: 700; line-height: 1.35; text-align: center; }
.purpose-grid blockquote img { position: absolute; bottom: -5px; left: 50%; width: 190px; height: 67px; object-fit: contain; transform: translateX(-40%); }

.about-values { color: #f5ead7; background: #0e3d30; border-top: 1px solid #c49a5d; border-bottom: 1px solid #c49a5d; }
.values-inner { width: min(900px, calc(100% - 48px)); margin: 0 auto; padding: 9px 0 15px; }
.values-heading { display: flex; align-items: center; justify-content: center; gap: 18px; }
.values-heading span { height: 1px; flex: 1; background: rgba(202,160,82,.7); }
.values-heading h2 { margin: 0; font-family: "Libre Baskerville", serif; font-size: 20px; font-weight: 400; white-space: nowrap; }
.values-grid { display: grid; margin-top: 9px; grid-template-columns: repeat(3, 1fr); }
.values-grid article { display: grid; min-height: 75px; padding: 0 30px; grid-template-columns: 68px 1fr; align-items: center; gap: 16px; }
.values-grid article + article { border-left: 1px solid rgba(202,160,82,.72); }
.values-grid svg { width: 63px; height: 63px; fill: none; stroke: #d0a348; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.values-grid h3 { margin: 0 0 4px; font-family: "Libre Baskerville", serif; font-size: 16px; font-weight: 400; }
.values-grid p { margin: 0; color: #eadfcb; font-family: "Libre Baskerville", serif; font-size: 9px; line-height: 1.45; }

.about-cta { padding: 6px 0 9px; text-align: center; }
.about-cta h2 { margin: 0 0 3px; color: #173d30; font-family: "Libre Baskerville", serif; font-size: 22px; font-weight: 400; }
.about-cta p { margin: 0 0 7px; color: #465249; font-family: "Libre Baskerville", serif; font-size: 10px; }
.about-cta a { display: inline-grid; min-width: 190px; min-height: 35px; place-items: center; color: #f5ead7; background: #173d30; border: 1px solid #c49a5d; border-radius: 4px; font-family: "Libre Baskerville", serif; font-size: 11px; font-weight: 700; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.about-cta a:hover, .about-cta a:focus-visible { box-shadow: 0 7px 17px rgba(23,61,48,.19); transform: translateY(-2px); }
.about-cta > span { display: block; height: 10px; margin-top: -1px; color: #8b4a43; font-family: Georgia, serif; font-size: 15px; }

@media (max-width: 820px) {
  .about-hero { grid-template-columns: 1fr; padding-top: 42px; text-align: center; }
  .about-copy { padding-left: 0; }
  .about-copy > span { margin: 0 auto; }
  .about-hero > img { width: 100%; max-height: 260px; margin: -20px 0 0; }
  .purpose-grid { grid-template-columns: 1fr; }
  .purpose-grid > p { padding: 0 0 24px; border-right: 0; border-bottom: 1px solid #c7a76e; }
  .purpose-grid blockquote { padding: 24px 0 54px; }
  .values-grid { grid-template-columns: 1fr; }
  .values-grid article { padding: 16px 20px; }
  .values-grid article + article { border-top: 1px solid rgba(202,160,82,.55); border-left: 0; }
}

@media (max-width: 500px) {
  .about-copy h1 { font-size: 39px; }
  .about-hero > img { max-height: 210px; }
  .about-purpose { padding-right: 0; padding-left: 0; }
  .purpose-title span { width: 28px; }
  .purpose-title h2 { font-size: 19px; }
  .purpose-grid > p { font-size: 10px; }
  .values-heading span { display: none; }
  .values-heading h2 { white-space: normal; text-align: center; }
  .about-cta { padding: 18px 0; }
  .about-cta h2 { font-size: 20px; }
  .about-cta p { line-height: 1.5; }
}
