.elementor-82 .elementor-element.elementor-element-edb77f6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-de022be */:root {
  --sand: #f7f0e4;
  --sand-deep: #ead9bf;
  --stone: #ded2c3;
  --gold: #b8862b;
  --gold-dark: #8d651f;
  --ink: #1e1d1b;
  --muted: #5f5a51;
  --white: #ffffff;
  --panel: rgba(255, 248, 238, 0.86);
  --shadow: 0 24px 60px rgba(43, 29, 9, 0.14);
  --radius-lg: 28px;
  --radius-md: 20px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(184, 134, 43, 0.12), transparent 28%),
    linear-gradient(180deg, #fbf6ef 0%, #f6efe3 42%, #fffaf3 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

.about-page {
  overflow: hidden;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
}

.hero-section {
  position: relative;
  padding: 88px 0 64px;
  background:
    linear-gradient(135deg, rgba(20, 17, 13, 0.72), rgba(20, 17, 13, 0.32)),
    url("https://images.unsplash.com/photo-1539650116574-75c0c6d73f32?auto=format&fit=crop&w=1600&q=80") center/cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(11, 10, 8, 0.12), rgba(11, 10, 8, 0.42)),
    radial-gradient(circle at 20% 20%, rgba(255, 214, 133, 0.18), transparent 26%);
}

.hero-grid,
.story-grid,
.intro-grid,
.cta-box,
.numbers-grid {
  position: relative;
  z-index: 1;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr;
  gap: 32px;
  align-items: center;
}

.eyebrow,
.section-tag,
.card-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 800;
}

.eyebrow,
.card-label {
  color: rgba(255, 242, 212, 0.9);
}

.section-tag {
  color: var(--gold-dark);
  margin-bottom: 18px;
}

.hero-copy h1,
.intro-grid h2,
.story-content h2,
.section-heading h2,
.cta-box h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  line-height: 0.98;
}

.hero-copy h1 {
  max-width: 760px;
  margin-top: 16px;
  font-size: clamp(3rem, 6vw, 5.6rem);
  color: var(--white);
}

.hero-copy p {
  max-width: 640px;
  margin: 22px 0 0;
  font-size: 1.05rem;
  line-height: 1.85;
  color: rgba(255, 247, 234, 0.9);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--gold), #d29e34);
  box-shadow: 0 18px 34px rgba(184, 134, 43, 0.28);
}

.btn-secondary {
  color: var(--white);
  border: 1px solid rgba(255, 244, 224, 0.3);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.hero-card {
  padding: 28px;
  border: 1px solid rgba(255, 240, 211, 0.16);
  border-radius: var(--radius-lg);
  background: rgba(255, 248, 236, 0.08);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.stat-block + .stat-block {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 237, 201, 0.18);
}

.stat-block strong {
  display: block;
  margin-bottom: 8px;
  color: var(--white);
  font-size: 1.05rem;
}

.stat-block span {
  color: rgba(255, 244, 224, 0.86);
  line-height: 1.8;
  font-size: 0.98rem;
}

.intro-strip {
  padding: 34px 0;
  border-bottom: 1px solid rgba(141, 101, 31, 0.12);
  background: rgba(255, 252, 246, 0.72);
  backdrop-filter: blur(10px);
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  align-items: center;
}

.intro-grid h2,
.story-content h2,
.section-heading h2,
.cta-box h2 {
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.intro-grid p,
.story-content p,
.value-card p,
.numbers-grid p,
.cta-box p {
  color: var(--muted);
  line-height: 1.9;
  font-size: 1rem;
}

.story-section,
.values-section,
.numbers-section,
.cta-section {
  padding: 88px 0;
}

.story-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 52px;
  align-items: center;
}

.story-visual {
  position: relative;
  min-height: 620px;
}

.image-card {
  position: absolute;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  background-size: cover;
  background-position: center;
}

.large-image {
  inset: 0 78px 86px 0;
  background-image:
    linear-gradient(180deg, rgba(31, 23, 15, 0.1), rgba(31, 23, 15, 0.32)),
    url("https://images.unsplash.com/photo-1568322445389-f64ac2515020?auto=format&fit=crop&w=1200&q=80");
}

.small-image {
  right: 0;
  bottom: 0;
  width: 230px;
  height: 280px;
  border: 8px solid rgba(255, 249, 238, 0.86);
  background-image:
    linear-gradient(180deg, rgba(31, 23, 15, 0.08), rgba(31, 23, 15, 0.26)),
    url("https://images.unsplash.com/photo-1572252009286-268acec5ca0a?auto=format&fit=crop&w=900&q=80");
}

.story-content p {
  margin: 18px 0 0;
}

.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 34px;
}

.pillars article,
.value-card,
.numbers-grid article,
.cta-box {
  border-radius: var(--radius-md);
}

.pillars article {
  padding: 22px 20px;
  background: rgba(255, 250, 241, 0.88);
  border: 1px solid rgba(141, 101, 31, 0.1);
}

.pillars h3,
.value-card h3 {
  margin: 0 0 10px;
  font-size: 1.1rem;
}

.pillars p {
  margin: 0;
  font-size: 0.95rem;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.value-card {
  padding: 26px 22px;
  background: linear-gradient(180deg, rgba(255, 252, 246, 0.98), rgba(246, 236, 220, 0.9));
  border: 1px solid rgba(141, 101, 31, 0.12);
  box-shadow: 0 16px 38px rgba(77, 54, 19, 0.08);
}

.value-card span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--gold-dark);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.numbers-section {
  background:
    linear-gradient(135deg, rgba(77, 54, 19, 0.94), rgba(33, 25, 17, 0.9)),
    url("https://images.unsplash.com/photo-1548013146-72479768bada?auto=format&fit=crop&w=1600&q=80") center/cover;
}

.numbers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.numbers-grid article {
  padding: 28px;
  background: rgba(255, 248, 236, 0.08);
  border: 1px solid rgba(255, 235, 201, 0.15);
  backdrop-filter: blur(14px);
}

.numbers-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--white);
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
}

.numbers-grid p {
  margin: 0;
  color: rgba(255, 241, 214, 0.86);
}

.cta-section {
  padding-top: 40px;
}

.cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px;
  background: linear-gradient(135deg, #f4e1b9, #fff9ef 58%, #eed6a1);
  border: 1px solid rgba(141, 101, 31, 0.12);
  box-shadow: 0 18px 40px rgba(141, 101, 31, 0.12);
}

@media (max-width: 1100px) {
  .hero-grid,
  .intro-grid,
  .story-grid,
  .values-grid,
  .numbers-grid {
    grid-template-columns: 1fr;
  }

  .story-visual {
    min-height: 500px;
  }

  .pillars {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .hero-section,
  .story-section,
  .values-section,
  .numbers-section,
  .cta-section {
    padding: 64px 0;
  }

  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .hero-card,
  .cta-box,
  .value-card,
  .numbers-grid article,
  .pillars article {
    padding: 22px;
  }

  .story-visual {
    min-height: 360px;
  }

  .large-image {
    inset: 0 34px 70px 0;
  }

  .small-image {
    width: 160px;
    height: 190px;
    border-width: 6px;
  }

  .cta-box {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }
}/* End custom CSS */