:root {
  --ink: #172119;
  --forest: #1e4935;
  --forest-dark: #102d20;
  --sage: #d9e0d3;
  --cream: #f6f0e5;
  --paper: #fbf8f1;
  --rust: #bd6848;
  --rust-dark: #8f432f;
  --gold: #c99a4d;
  --teal: #30bb8f;
  --teal-dark: #16795d;
  --teal-soft: #d9f1e9;
  --line: rgba(23, 33, 25, .16);
  --serif: "Fraunces", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

body.owc-about-concept {
  margin: 0 !important;
  color: var(--ink) !important;
  background: var(--paper) !important;
  font-family: var(--sans) !important;
}

body.owc-about-concept h1,
body.owc-about-concept h2,
body.owc-about-concept h3 {
  color: var(--ink) !important;
  font-family: var(--serif) !important;
}

body.owc-about-concept p,
body.owc-about-concept li,
body.owc-about-concept a {
  font-family: var(--sans) !important;
}

body.owc-about-concept .desktop-nav a,
body.owc-about-concept .header-actions a {
  color: var(--forest-dark) !important;
  white-space: nowrap;
}

body.owc-about-concept .button {
  font-style: normal !important;
}

body.owc-about-concept .button--primary {
  color: #fff !important;
}

body.owc-about-concept .button--ghost,
body.owc-about-concept .about-closing .button--cream {
  color: var(--forest-dark) !important;
}

body.owc-about-concept :focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 4px;
}

.about-hero {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(440px, .95fr);
  overflow: hidden;
  background: var(--cream);
}

.about-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 7vw, 7rem) clamp(28px, 3vw, 48px) clamp(4rem, 7vw, 7rem) var(--owc-page-gutter);
}

.about-hero h1 {
  max-width: 800px;
  font-size: clamp(3.2rem, 5.5vw, 6rem);
  line-height: .98;
}

.about-hero__lede {
  max-width: 650px;
  margin: 1.6rem 0 0;
  color: rgba(23, 33, 25, .76) !important;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.75;
}

.about-hero__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(2rem, 3vw, 3.25rem);
  background: var(--forest);
}

.about-hero__visual::before {
  content: "";
  position: absolute;
  width: min(34vw, 470px);
  height: min(34vw, 470px);
  border: 1px solid rgba(246, 240, 229, .24);
  border-radius: 50%;
}

.about-hero__frame {
  position: relative;
  z-index: 1;
  width: min(86%, 620px);
  aspect-ratio: 4 / 5;
  overflow: hidden;
  box-shadow: 0 30px 65px rgba(8, 25, 17, .32);
}

.about-hero__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
}

.about-hero__caption {
  position: absolute;
  z-index: 2;
  right: clamp(1rem, 4vw, 4rem);
  bottom: clamp(1rem, 4vw, 4rem);
  max-width: 260px;
  padding: 1.25rem 1.35rem;
  color: #fff;
  background: var(--rust);
  transform: rotate(-1.5deg);
}

.about-hero__caption span {
  display: block;
  margin-bottom: .4rem;
  color: var(--cream);
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.about-hero__caption strong {
  color: #fff !important;
  font-family: var(--serif);
  font-size: 1.05rem;
  line-height: 1.3;
}

.founders-story {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(3rem, 8vw, 9rem);
  align-items: start;
  padding-block: clamp(4.25rem, 7.5vw, 7.5rem);
  padding-inline: var(--owc-page-gutter);
  background: var(--paper);
}

.story-heading {
  position: sticky;
  top: 2rem;
}

.story-heading h2,
.milestones h2,
.why-section h2,
.people-section h2,
.about-closing h2 {
  font-size: clamp(2.7rem, 4.7vw, 5rem);
  line-height: 1.02;
}

.story-body {
  max-width: 760px;
  padding-top: .4rem;
}

.story-body p {
  margin: 0;
  color: rgba(23, 33, 25, .78) !important;
  font-family: var(--serif) !important;
  font-size: clamp(1.25rem, 1.9vw, 1.7rem);
  line-height: 1.65;
}

.story-body p + p {
  margin-top: 1.75rem;
}

.milestones {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(3rem, 7vw, 8rem);
  padding: clamp(4.5rem, 7vw, 7rem) var(--owc-page-gutter);
  color: #fff;
  background: var(--forest-dark);
}

body.owc-about-concept .milestones h2 {
  color: #fff !important;
}

.milestones .eyebrow {
  color: var(--teal);
}

.milestone-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.milestone-list li {
  display: grid;
  grid-template-columns: minmax(130px, .45fr) 1fr;
  gap: 2rem;
  padding: 1.8rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.milestone-list span {
  color: var(--teal);
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 600;
}

.milestone-list p {
  max-width: 610px;
  margin: .2rem 0 0;
  color: rgba(255, 255, 255, .72) !important;
  font-size: 1rem;
  line-height: 1.75;
}

.why-section {
  padding: clamp(4.75rem, 7vw, 7rem) var(--owc-page-gutter);
  background: var(--cream);
}

.why-section__heading {
  max-width: 1000px;
}

.why-section__heading > p {
  max-width: 760px;
  margin: 1.5rem 0 0;
  color: rgba(23, 33, 25, .72) !important;
  font-size: 1.08rem;
  line-height: 1.75;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 3.5rem;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.value-grid article {
  min-height: 260px;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .28);
}

.value-grid span {
  color: var(--teal-dark);
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 700;
}

.value-grid h3 {
  max-width: 270px;
  margin-top: 3.2rem;
  font-size: clamp(1.55rem, 2vw, 2rem);
  line-height: 1.1;
}

.value-grid p {
  max-width: 330px;
  margin: .9rem 0 0;
  color: rgba(23, 33, 25, .64) !important;
  font-size: .92rem;
  line-height: 1.65;
}

.people-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 7vw, 8rem);
  align-items: center;
  color: #fff;
  padding-right: var(--owc-page-gutter);
  background: var(--forest);
}

.people-section__image {
  min-height: 620px;
  overflow: hidden;
}

.people-section__image picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 620px;
  overflow: hidden;
}

.people-section__image img {
  flex: 0 0 115%;
  width: 115%;
  max-width: none;
  height: auto;
  object-fit: contain;
  object-position: center;
}

body.owc-about-concept .people-section__copy h2 {
  color: #fff !important;
}

.people-section__copy > p:not(.eyebrow) {
  max-width: 640px;
  color: rgba(255, 255, 255, .76) !important;
  font-size: 1.05rem;
  line-height: 1.75;
}

.people-section .eyebrow {
  color: var(--teal);
}

.people-detail {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 1.4rem;
  align-items: center;
  max-width: 590px;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.people-detail img {
  width: 160px;
  height: 125px;
  object-fit: contain;
}

.people-detail p {
  margin: 0;
  color: rgba(255, 255, 255, .75) !important;
  font-family: var(--serif) !important;
  font-size: 1.2rem;
  line-height: 1.5;
}

.testimonial-section {
  display: grid;
  grid-template-columns: .4fr 1.6fr;
  gap: clamp(2rem, 6vw, 7rem);
  align-items: start;
  padding: clamp(4.2rem, 7.5vw, 7.5rem) var(--owc-page-gutter);
  background: var(--paper);
}

.about-testimonial {
  padding: 0 0 0 clamp(1.5rem, 4vw, 4rem);
  border-left: 3px solid var(--teal);
  background: transparent;
}

.about-testimonial p {
  margin: 0;
  color: var(--ink) !important;
  font-size: clamp(1.45rem, 2.5vw, 2.6rem);
  line-height: 1.35;
}

.about-testimonial footer {
  margin-top: 1.65rem;
}

.about-testimonial footer strong {
  color: var(--teal-dark) !important;
}

.about-closing {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(3rem, 7vw, 8rem);
  align-items: end;
  color: #fff;
  padding: clamp(4.75rem, 7vw, 7rem) var(--owc-page-gutter);
  background: var(--rust);
}

body.owc-about-concept .about-closing h2,
body.owc-about-concept .about-closing .eyebrow {
  color: #fff !important;
}

.about-closing__action > p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, .82) !important;
  font-size: 1.05rem;
  line-height: 1.7;
}

.about-closing__action > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
}

.about-closing .footer-text-link {
  color: #fff !important;
}

body.owc-about-concept .global-footer-concept a {
  font-family: var(--sans) !important;
  font-style: normal !important;
}

body.owc-about-concept .global-footer-cta__copy h2,
body.owc-about-concept .global-footer-cta__copy p,
body.owc-about-concept .footer-quote p {
  color: var(--ink) !important;
}

body.owc-about-concept .footer-offer-card p,
body.owc-about-concept .global-footer-contact p {
  color: rgba(255, 255, 255, .7) !important;
}

body.owc-about-concept .owc-offer-popup-backdrop,
body.owc-about-concept .owc-offer-popup,
body.owc-about-concept .pi-popup {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

@media (max-width: 1100px) {
  .about-hero { grid-template-columns: 1fr 1fr; }
  .about-hero__copy { padding-inline: 2rem; }
  .founders-story,
  .milestones,
  .people-section,
  .about-closing { gap: 3rem; }
}

@media (max-width: 820px) {
  .about-hero { grid-template-columns: 1fr; }
  .about-hero__copy { min-height: 520px; }
  .about-hero__visual { min-height: 620px; }
  .about-hero__frame { width: min(82%, 540px); height: 540px; aspect-ratio: auto; }
  .founders-story,
  .milestones,
  .people-section,
  .testimonial-section,
  .about-closing { grid-template-columns: 1fr; }
  .story-heading { position: static; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid article { min-height: 220px; }
  .people-section__image { min-height: 500px; }
  .people-section__image picture { height: 500px; }
  .people-section { padding-right: 0; }
  .people-section__copy { padding: 3rem var(--owc-page-gutter) 4rem; }
  .testimonial-section { gap: 1.5rem; }
}

@media (max-width: 560px) {
  .about-hero__copy { min-height: 500px; padding: 4rem 1.1rem; }
  .about-hero h1 { font-size: clamp(2.8rem, 13vw, 4.2rem); }
  .about-hero__visual { min-height: 520px; padding: 1.1rem; }
  .about-hero__frame { width: 94%; height: 470px; }
  .about-hero__caption { right: 1rem; bottom: 1rem; max-width: 230px; }
  .milestone-list li { grid-template-columns: 1fr; gap: .45rem; }
  .story-body p { font-size: 1.2rem; }
  .value-grid h3 { margin-top: 2rem; }
  .people-section__image { min-height: 400px; height: 400px; }
  .people-section__image picture { height: 400px; }
  .people-detail { grid-template-columns: 110px 1fr; }
  .people-detail img { width: 110px; height: 100px; }
  .about-testimonial { padding-left: 1.2rem; }
  .about-closing__action > div { align-items: stretch; flex-direction: column; }
  .about-closing__action .button { width: 100%; }
}

/* Production About page uses its Elementor page class as the stable scope. */
body.elementor-page-2893 #main > section > .owc-content-inner {
  width: min(1320px, calc(100% - 64px));
  max-width: 1320px;
  margin-inline: auto;
}

body.elementor-page-2893 .about-hero {
  position: relative;
  display: block;
  background: var(--cream);
}

body.elementor-page-2893 .about-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 0 50%;
  background: var(--forest);
}

body.elementor-page-2893 .about-hero > .owc-content-inner--hero {
  position: relative;
  z-index: 1;
  width: min(1440px, calc(100% - 64px));
  max-width: 1440px;
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(440px, .95fr);
}

body.elementor-page-2893 .about-hero__copy {
  padding-inline: clamp(2rem, 4vw, 4rem);
}

body.elementor-page-2893 .founders-story,
body.elementor-page-2893 .milestones,
body.elementor-page-2893 .people-section,
body.elementor-page-2893 .testimonial-section,
body.elementor-page-2893 .about-closing {
  display: block;
  padding-inline: 0;
}

body.elementor-page-2893 .why-section {
  padding-inline: 0;
}

body.elementor-page-2893 .founders-story > .owc-content-inner--split {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(3rem, 8vw, 9rem);
  align-items: start;
}

body.elementor-page-2893 .milestones > .owc-content-inner--split {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(3rem, 7vw, 8rem);
}

body.elementor-page-2893 .people-section > .owc-content-inner--split {
  width: min(1440px, calc(100% - 64px));
  max-width: 1440px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 7vw, 8rem);
  align-items: center;
}

body.elementor-page-2893 .testimonial-section > .owc-content-inner--split {
  display: grid;
  grid-template-columns: .4fr 1.6fr;
  gap: clamp(2rem, 6vw, 7rem);
  align-items: start;
}

body.elementor-page-2893 .about-closing > .owc-content-inner--split {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(3rem, 7vw, 8rem);
  align-items: end;
}

@media (max-width: 1100px) {
  body.elementor-page-2893 .about-hero > .owc-content-inner--hero {
    grid-template-columns: 1fr 1fr;
  }

  body.elementor-page-2893 .founders-story > .owc-content-inner--split,
  body.elementor-page-2893 .milestones > .owc-content-inner--split,
  body.elementor-page-2893 .people-section > .owc-content-inner--split,
  body.elementor-page-2893 .about-closing > .owc-content-inner--split {
    gap: 3rem;
  }
}

@media (max-width: 820px) {
  body.elementor-page-2893 #main > section > .owc-content-inner {
    width: calc(100% - 40px);
  }

  body.elementor-page-2893 .about-hero > .owc-content-inner--hero,
  body.elementor-page-2893 .people-section > .owc-content-inner--split {
    width: 100%;
    grid-template-columns: 1fr;
  }

  body.elementor-page-2893 .about-hero::before {
    display: none;
  }

  body.elementor-page-2893 .founders-story > .owc-content-inner--split,
  body.elementor-page-2893 .milestones > .owc-content-inner--split,
  body.elementor-page-2893 .testimonial-section > .owc-content-inner--split,
  body.elementor-page-2893 .about-closing > .owc-content-inner--split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  body.elementor-page-2893 #main > section > .owc-content-inner {
    width: calc(100% - 32px);
  }

  body.elementor-page-2893 .about-hero > .owc-content-inner--hero,
  body.elementor-page-2893 .people-section > .owc-content-inner--split {
    width: 100%;
  }
}

/* Production large-screen containment: full-width color fields with centered content. */
body.owc-about-concept #main > section > .owc-content-inner {
  width: min(1320px, calc(100% - 64px));
  max-width: 1320px;
  margin-inline: auto;
}

body.owc-about-concept .about-hero {
  position: relative;
  display: block;
  background: var(--cream);
}

body.owc-about-concept .about-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 0 50%;
  background: var(--forest);
}

body.owc-about-concept .about-hero > .owc-content-inner--hero {
  position: relative;
  z-index: 1;
  width: min(1440px, calc(100% - 64px));
  max-width: 1440px;
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(440px, .95fr);
}

body.owc-about-concept .about-hero__copy {
  padding-inline: clamp(2rem, 4vw, 4rem);
}

body.owc-about-concept .founders-story,
body.owc-about-concept .milestones,
body.owc-about-concept .people-section,
body.owc-about-concept .testimonial-section,
body.owc-about-concept .about-closing {
  display: block;
  padding-inline: 0;
}

body.owc-about-concept .why-section {
  padding-inline: 0;
}

body.owc-about-concept .founders-story > .owc-content-inner--split {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(3rem, 8vw, 9rem);
  align-items: start;
}

body.owc-about-concept .milestones > .owc-content-inner--split {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(3rem, 7vw, 8rem);
}

body.owc-about-concept .people-section > .owc-content-inner--split {
  width: min(1440px, calc(100% - 64px));
  max-width: 1440px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 7vw, 8rem);
  align-items: center;
}

body.owc-about-concept .testimonial-section > .owc-content-inner--split {
  display: grid;
  grid-template-columns: .4fr 1.6fr;
  gap: clamp(2rem, 6vw, 7rem);
  align-items: start;
}

body.owc-about-concept .about-closing > .owc-content-inner--split {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(3rem, 7vw, 8rem);
  align-items: end;
}

@media (max-width: 1100px) {
  body.owc-about-concept .about-hero > .owc-content-inner--hero {
    grid-template-columns: 1fr 1fr;
  }

  body.owc-about-concept .founders-story > .owc-content-inner--split,
  body.owc-about-concept .milestones > .owc-content-inner--split,
  body.owc-about-concept .people-section > .owc-content-inner--split,
  body.owc-about-concept .about-closing > .owc-content-inner--split {
    gap: 3rem;
  }
}

@media (max-width: 820px) {
  body.owc-about-concept #main > section > .owc-content-inner {
    width: calc(100% - 40px);
  }

  body.owc-about-concept .about-hero > .owc-content-inner--hero,
  body.owc-about-concept .people-section > .owc-content-inner--split {
    width: 100%;
    grid-template-columns: 1fr;
  }

  body.owc-about-concept .about-hero::before {
    display: none;
  }

  body.owc-about-concept .founders-story > .owc-content-inner--split,
  body.owc-about-concept .milestones > .owc-content-inner--split,
  body.owc-about-concept .testimonial-section > .owc-content-inner--split,
  body.owc-about-concept .about-closing > .owc-content-inner--split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  body.owc-about-concept #main > section > .owc-content-inner {
    width: calc(100% - 32px);
  }

  body.owc-about-concept .about-hero > .owc-content-inner--hero,
  body.owc-about-concept .people-section > .owc-content-inner--split {
    width: 100%;
  }
}
