/* About Us v4 — photography page, header/footer untouched */
body.page-id-1544,
body.page-template-default.page-id-1544 {
  background: #fffcf8 !important;
}
body.page-id-1544 .site-content,
body.page-id-1544 .homepage-content,
body.page-id-1544 .site-primary,
body.page-id-1544 .content-wrapper {
  background: #fffcf8 !important;
  padding: 0 !important;
  max-width: none !important;
  width: 100% !important;
}
body.page-id-1544 .elementor-1544,
body.page-id-1544 .page-hero,
body.page-id-1544 .page-header,
body.page-id-1544 .klb-page-header,
body.page-id-1544 .woocommerce-breadcrumb {
  display: none !important;
}
body.page-id-1544 #livechat-eye-catcher,
body.page-id-1544 .p-invite,
body.page-id-1544 [class*="lc-1-invitation"] {
  display: none !important;
}

.chb-about { background: #fffcf8; color: #2c2320; }
.chb-about img { display: block; max-width: 100%; height: auto; }
.chb-about .eye {
  margin: 0 0 .45rem;
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #c9a84c;
}
.chb-about h1,
.chb-about h2 {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.03em;
  color: #14100e;
}

/* Hero */
.chb-about-hero {
  position: relative !important;
  min-height: min(70vh, 700px);
  overflow: hidden;
  background: #0e120d;
}
.chb-about-hero__img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: 72% center !important;
}
.chb-about-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(14,18,13,.72) 0%, rgba(14,18,13,.28) 42%, rgba(14,18,13,.12) 100%);
}
.chb-about-hero__inner {
  position: relative;
  z-index: 2;
  min-height: min(70vh, 700px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(3.2rem, 8vh, 5.5rem) clamp(1.2rem, 4vw, 4rem) clamp(2.6rem, 7vh, 4.4rem);
}
.chb-about-hero .eye { color: #e0c878; }
.chb-about-hero h1 {
  margin: 0;
  max-width: 14ch;
  font-size: clamp(2.4rem, 5vw, 3.7rem);
  line-height: 1.08;
  color: #fffef8;
}
.chb-about-hero h1::after {
  content: "";
  display: block;
  width: 3.2rem;
  height: 2px;
  background: #c9a84c;
  margin-top: .9rem;
}

/* Trust */
.chb-about-trust {
  background: #f7f2eb;
  border-bottom: 1px solid #e6ddd2;
  padding: .95rem 1.25rem;
}
.chb-about-trust ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .5rem 1.8rem;
}
.chb-about-trust li {
  font-size: .78rem;
  font-weight: 650;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #2f3d2a;
}

/* Image + copy splits */
.chb-about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.4rem, 3vw, 3rem);
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(2.4rem, 5vw, 4.2rem) 1.25rem;
}
.chb-about-split--cream {
  max-width: none;
  width: 100%;
  background: #f7f2eb;
  border-top: 1px solid #e6ddd2;
  border-bottom: 1px solid #e6ddd2;
  padding-left: max(1.25rem, calc((100% - 1200px) / 2 + 1.25rem));
  padding-right: max(1.25rem, calc((100% - 1200px) / 2 + 1.25rem));
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
}
.chb-about-split figure {
  margin: 0;
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(18, 10, 8, .12);
  min-height: 420px;
}
.chb-about-split figure img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center;
}
.chb-about-split .copy h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.85rem, 3vw, 2.5rem);
  color: #2f3d2a;
}
.chb-about-split .copy p {
  margin: 0 0 1.15rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #2c2320;
}
.chb-about-split .copy p:last-child { margin-bottom: 0; }

/* Flagship silver */
.chb-about-flag {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(1.4rem, 3vw, 3rem);
  align-items: center;
  background: #14100e;
  padding: clamp(2.2rem, 5vw, 4rem) max(1.25rem, calc((100% - 1200px) / 2 + 1.25rem));
}
.chb-about-flag figure {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
}
.chb-about-flag img {
  width: 100%;
  height: min(560px, 70vh);
  object-fit: cover;
  object-position: center 40%;
}
.chb-about-flag .copy { padding: .4rem 0; }
.chb-about-flag .eye { color: #e0c878; }
.chb-about-flag .pull {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 2.8vw, 2.15rem);
  font-weight: 500;
  line-height: 1.35;
  color: #fffef8;
  max-width: 22ch;
}

/* Core values over garden */
.chb-about-values {
  position: relative;
  min-height: min(78vh, 760px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(2.4rem, 6vw, 4.5rem) 1.25rem;
  overflow: hidden;
}
.chb-about-values__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.chb-about-values__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14,18,13,.28), rgba(14,18,13,.55));
}
.chb-about-values__card {
  position: relative;
  z-index: 1;
  max-width: 720px;
  background: rgba(255, 252, 248, .94);
  border-radius: 18px;
  padding: clamp(1.6rem, 3.5vw, 2.6rem);
  box-shadow: 0 22px 50px rgba(14, 18, 13, .22);
}
.chb-about-values__card h2 {
  margin: 0 0 1rem;
  text-align: center;
  font-size: clamp(1.85rem, 3vw, 2.4rem);
}
.chb-about-values__card h2::after {
  content: "";
  display: block;
  width: 2.6rem;
  height: 2px;
  background: #c9a84c;
  margin: .75rem auto 0;
}
.chb-about-values__card p {
  margin: 1.1rem 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #2c2320;
}

/* Shop tiles */
.chb-about-cats {
  padding: clamp(1.8rem, 3.5vw, 2.8rem) 1.25rem 2.2rem;
  background: #f7f2eb;
}
.chb-about-cats .inner { max-width: 1120px; margin: 0 auto; }
.chb-about-cats .eye { text-align: center; }
.chb-about-cats h2 {
  margin: 0 0 1.2rem;
  text-align: center;
  font-size: clamp(1.6rem, 2.8vw, 2.1rem);
}
.chb-about-cats .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .85rem;
}
.chb-about-cats a {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 160px;
  padding: 1rem 1.05rem;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: #fffef8;
  background: #2f3d2a center/cover no-repeat;
  box-shadow: 0 10px 24px rgba(18, 10, 8, .08);
}
.chb-about-cats a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14,18,13,.12) 15%, rgba(14,18,13,.82));
}
.chb-about-cats a span {
  position: relative;
  z-index: 1;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fffef8;
}
.chb-about-cats a:hover { filter: brightness(1.06); }

.chb-about-cta {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1.1rem;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 1.25rem 2.7rem;
  background: #2f3d2a;
}
.chb-about-cta__kicker {
  flex-basis: 100%;
  margin: 0 0 .15rem;
  text-align: center;
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #e0c878;
}
.chb-about-cta__btn {
  display: inline-flex;
  align-items: center;
  padding: .95rem 1.5rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #e0c878, #c9a84c);
  color: #2a2208 !important;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: .8rem;
  text-decoration: none !important;
}
.chb-about-cta__btn:hover { filter: brightness(1.05); }
.chb-about-cta__link {
  color: #fffef8 !important;
  font-weight: 750;
  text-decoration: none !important;
}
.chb-about-cta__link:hover { text-decoration: underline !important; }

@media (max-width: 900px) {
  .chb-about-split,
  .chb-about-split--cream,
  .chb-about-flag {
    grid-template-columns: 1fr;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .chb-about-split--cream .copy { order: 1; }
  .chb-about-split--cream figure { order: 2; }
  .chb-about-split figure img,
  .chb-about-flag img {
    height: min(380px, 52vh);
  }
  .chb-about-flag .pull { max-width: none; }
  .chb-about-cats .grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .chb-about-hero,
  .chb-about-hero__inner { min-height: 52vh; }
  .chb-about-hero__img { object-position: 80% center; }
}
@media (max-width: 520px) {
  .chb-about-cats .grid { grid-template-columns: 1fr; }
}
