.elementor-2045 .elementor-element.elementor-element-52e272e{--display:flex;}.elementor-2045 .elementor-element.elementor-element-ca350df{--display:flex;}.elementor-2045 .elementor-element.elementor-element-9f51be9{--display:flex;}.elementor-2045 .elementor-element.elementor-element-4dc2dd2{--display:flex;}.elementor-2045 .elementor-element.elementor-element-1fcbaba{--display:flex;}.elementor-2045 .elementor-element.elementor-element-b512660{--display:flex;}.elementor-2045 .elementor-element.elementor-element-30fe84c{--display:flex;}.elementor-2045 .elementor-element.elementor-element-88dab4f{--display:flex;}.elementor-2045 .elementor-element.elementor-element-b90a985{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b41592e *//* ================================
   OUR STORY HERO - FULL CSS
================================ */

.story-hero {
  position: relative;
  width: 100%;
  min-height: 82vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(199, 139, 58, 0.22), transparent 34%),
    linear-gradient(135deg, #07090d 0%, #0b0f14 45%, #14100b 100%);
  color: #f7f3ed;
}

/* Subtle grid texture */
.story-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.35;
  pointer-events: none;
}

/* Dark overlay for depth */
.story-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(7, 9, 13, 0.94) 0%,
      rgba(7, 9, 13, 0.76) 48%,
      rgba(7, 9, 13, 0.32) 100%
    );
  z-index: 1;
}

/* Main container */
.story-hero__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 120px 24px;
}

/* Content wrapper */
.story-hero__content {
  max-width: 780px;
}

/* Eyebrow text */
.story-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  font-size: 0.78rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #e6c28a;
}

.story-hero__eyebrow::before {
  content: "";
  width: 42px;
  height: 2px;
  background: #c78b3a;
  display: inline-block;
  flex-shrink: 0;
}

/* ================================
   TITLE / H1 / H2 FIX
   This prevents stacked or overlapping words
================================ */

.story-hero__title,
.story-hero h1,
.story-hero h2,
.story-hero__content h1,
.story-hero__content h2 {
  display: block !important;
  max-width: 900px;
  margin: 0 !important;
  padding: 0 !important;
  font-size: clamp(3rem, 7vw, 6.8rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.045em !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  color: #f7f3ed !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

/* Paragraph text */
.story-hero__text {
  max-width: 650px;
  margin: 28px 0 0;
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  line-height: 1.75;
  color: #c7cbd1;
}

/* Button row */
.story-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

/* Base button */
.story-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 0.86rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: all 0.25s ease;
  cursor: pointer;
}

/* Primary button */
.story-hero__btn--primary {
  background: #c78b3a;
  color: #0b0f14 !important;
  border: 1px solid #c78b3a;
  box-shadow: 0 18px 40px rgba(199, 139, 58, 0.22);
}

.story-hero__btn--primary:hover {
  background: #e6c28a;
  border-color: #e6c28a;
  color: #0b0f14 !important;
  transform: translateY(-2px);
}

/* Secondary button */
.story-hero__btn--secondary {
  background: rgba(255, 255, 255, 0.04);
  color: #f7f3ed !important;
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
}

.story-hero__btn--secondary:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.32);
  color: #f7f3ed !important;
  transform: translateY(-2px);
}

/* ================================
   TABLET
================================ */

@media (max-width: 1024px) {
  .story-hero {
    min-height: 78vh;
  }

  .story-hero__container {
    padding: 110px 24px 96px;
  }

  .story-hero__content {
    max-width: 720px;
  }

  .story-hero__title,
  .story-hero h1,
  .story-hero h2,
  .story-hero__content h1,
  .story-hero__content h2 {
    font-size: clamp(3rem, 9vw, 5.6rem) !important;
    line-height: 1.04 !important;
  }
}

/* ================================
   MOBILE
================================ */

@media (max-width: 768px) {
  .story-hero {
    min-height: 76vh;
    align-items: center;
  }

  .story-hero__overlay {
    background:
      linear-gradient(
        180deg,
        rgba(7, 9, 13, 0.94) 0%,
        rgba(7, 9, 13, 0.84) 55%,
        rgba(7, 9, 13, 0.96) 100%
      );
  }

  .story-hero__container {
    padding: 96px 20px 80px;
  }

  .story-hero__content {
    max-width: 100%;
  }

  .story-hero__eyebrow {
    font-size: 0.72rem;
    margin-bottom: 18px;
    letter-spacing: 0.18em;
  }

  .story-hero__eyebrow::before {
    width: 30px;
  }

  .story-hero__title,
  .story-hero h1,
  .story-hero h2,
  .story-hero__content h1,
  .story-hero__content h2 {
    font-size: clamp(2.7rem, 14vw, 4.4rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.035em !important;
  }

  .story-hero__text {
    margin-top: 24px;
    font-size: 1rem;
    line-height: 1.7;
  }

  .story-hero__actions {
    margin-top: 32px;
    flex-direction: column;
    align-items: stretch;
  }

  .story-hero__btn {
    width: 100%;
    min-height: 54px;
  }
}

/* ================================
   SMALL MOBILE
================================ */

@media (max-width: 420px) {
  .story-hero__container {
    padding: 88px 18px 72px;
  }

  .story-hero__title,
  .story-hero h1,
  .story-hero h2,
  .story-hero__content h1,
  .story-hero__content h2 {
    font-size: 3rem !important;
    line-height: 1.1 !important;
  }

  .story-hero__text {
    font-size: 0.98rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ef56f1d *//* ================================
   ORIGIN SECTION
   Hope Over Coffee Came First
================================ */

.story-origin {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #f5f1ea;
  color: #1d1d1d;
  padding: 110px 0;
}

/* Subtle background detail */
.story-origin::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -180px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(199, 139, 58, 0.16);
  filter: blur(4px);
  pointer-events: none;
}

.story-origin::after {
  content: "";
  position: absolute;
  bottom: -220px;
  left: -220px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: rgba(11, 15, 20, 0.08);
  pointer-events: none;
}

/* Container */
.story-origin__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 70px;
  align-items: center;
}

/* Text content */
.story-origin__content {
  max-width: 680px;
}

/* Eyebrow */
.story-origin__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  font-size: 0.78rem;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #9a6421;
}

.story-origin__eyebrow::before {
  content: "";
  width: 42px;
  height: 2px;
  background: #c78b3a;
  display: inline-block;
  flex-shrink: 0;
}

/* Title */
.story-origin__title {
  margin: 0 !important;
  padding: 0 !important;
  font-size: clamp(2.6rem, 5vw, 5.1rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.05em !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  color: #0b0f14 !important;
}

/* Lead paragraph */
.story-origin__lead {
  margin: 28px 0 0;
  max-width: 650px;
  font-size: clamp(1.1rem, 1.7vw, 1.35rem);
  line-height: 1.65;
  font-weight: 600;
  color: #2f343a;
}

/* Body text */
.story-origin__text {
  margin: 22px 0 0;
  max-width: 650px;
  font-size: 1.02rem;
  line-height: 1.85;
  color: #4d535a;
}

/* Visual side */
.story-origin__visual {
  position: relative;
  display: flex;
  justify-content: center;
}

/* Quote card */
.story-origin__card {
  position: relative;
  width: 100%;
  max-width: 470px;
  min-height: 420px;
  padding: 54px 42px;
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(11, 15, 20, 0.98), rgba(18, 24, 33, 0.98));
  color: #f7f3ed;
  box-shadow: 0 28px 70px rgba(11, 15, 20, 0.28);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Card accent glow */
.story-origin__card::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -90px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(199, 139, 58, 0.32);
  filter: blur(2px);
}

/* Card border */
.story-origin__card::after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 22px;
  border: 1px solid rgba(230, 194, 138, 0.18);
  pointer-events: none;
}

/* Quote mark */
.story-origin__quote-mark {
  position: relative;
  z-index: 2;
  font-size: 7rem;
  line-height: 0.7;
  font-weight: 900;
  color: #c78b3a;
  margin-bottom: 10px;
}

/* Quote text */
.story-origin__quote {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #f7f3ed;
}

/* Quote line */
.story-origin__quote-line {
  position: relative;
  z-index: 2;
  width: 64px;
  height: 3px;
  margin: 34px 0 18px;
  background: #c78b3a;
}

/* Quote name */
.story-origin__quote-name {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #e6c28a;
}

/* ================================
   TABLET
================================ */

@media (max-width: 1024px) {
  .story-origin {
    padding: 96px 0;
  }

  .story-origin__container {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .story-origin__content {
    max-width: 760px;
  }

  .story-origin__visual {
    justify-content: flex-start;
  }

  .story-origin__card {
    max-width: 620px;
    min-height: 340px;
  }
}

/* ================================
   MOBILE
================================ */

@media (max-width: 768px) {
  .story-origin {
    padding: 82px 0;
  }

  .story-origin__container {
    padding: 0 20px;
    gap: 42px;
  }

  .story-origin__eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.17em;
    margin-bottom: 18px;
  }

  .story-origin__eyebrow::before {
    width: 30px;
  }

  .story-origin__title {
    font-size: clamp(2.4rem, 12vw, 4rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.04em !important;
  }

  .story-origin__lead {
    margin-top: 24px;
    font-size: 1.05rem;
    line-height: 1.65;
  }

  .story-origin__text {
    font-size: 1rem;
    line-height: 1.75;
  }

  .story-origin__card {
    max-width: 100%;
    min-height: auto;
    padding: 46px 28px;
    border-radius: 24px;
  }

  .story-origin__card::after {
    inset: 10px;
    border-radius: 19px;
  }

  .story-origin__quote-mark {
    font-size: 5.8rem;
  }

  .story-origin__quote {
    font-size: 1.45rem;
    line-height: 1.4;
  }
}

/* ================================
   SMALL MOBILE
================================ */

@media (max-width: 420px) {
  .story-origin__container {
    padding: 0 18px;
  }

  .story-origin__title {
    font-size: 2.7rem !important;
  }

  .story-origin__card {
    padding: 42px 24px;
  }

  .story-origin__quote {
    font-size: 1.32rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-722b42d *//* ================================
   STORY BRIDGE SECTION
   From Hope to Brotherhood
================================ */

.story-bridge {
  position: relative;
  width: 100%;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(199, 139, 58, 0.18), transparent 34%),
    linear-gradient(135deg, #07090d 0%, #0b0f14 52%, #121821 100%);
  color: #f7f3ed;
  padding: 110px 0;
}

/* Subtle grid texture */
.story-bridge::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.28;
  pointer-events: none;
}

/* Soft bottom glow */
.story-bridge::after {
  content: "";
  position: absolute;
  bottom: -180px;
  left: 50%;
  transform: translateX(-50%);
  width: 760px;
  height: 300px;
  border-radius: 50%;
  background: rgba(199, 139, 58, 0.12);
  filter: blur(10px);
  pointer-events: none;
}

/* Container */
.story-bridge__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Header */
.story-bridge__header {
  max-width: 850px;
  margin: 0 auto 64px;
  text-align: center;
}

/* Eyebrow */
.story-bridge__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
  font-size: 0.78rem;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #e6c28a;
}

.story-bridge__eyebrow::before,
.story-bridge__eyebrow::after {
  content: "";
  width: 34px;
  height: 2px;
  background: #c78b3a;
  display: inline-block;
  flex-shrink: 0;
}

/* Title */
.story-bridge__title {
  margin: 0 !important;
  padding: 0 !important;
  font-size: clamp(2.7rem, 5.4vw, 5.4rem) !important;
  line-height: 1.03 !important;
  letter-spacing: -0.055em !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  color: #f7f3ed !important;
}

/* Intro */
.story-bridge__intro {
  max-width: 760px;
  margin: 28px auto 0;
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
  line-height: 1.75;
  color: #c7cbd1;
}

/* Grid */
.story-bridge__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

/* Cards */
.story-bridge__card {
  position: relative;
  min-height: 330px;
  padding: 38px 32px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  transition: all 0.28s ease;
}

/* Card top accent */
.story-bridge__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 32px;
  right: 32px;
  height: 3px;
  background: #c78b3a;
  opacity: 0.75;
}

/* Card glow */
.story-bridge__card::after {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(199, 139, 58, 0.14);
  transition: all 0.28s ease;
}

/* Featured center card */
.story-bridge__card--featured {
  background:
    linear-gradient(145deg, rgba(199, 139, 58, 0.18), rgba(255, 255, 255, 0.055));
  border-color: rgba(230, 194, 138, 0.26);
  transform: translateY(-14px);
}

/* Hover */
.story-bridge__card:hover {
  transform: translateY(-8px);
  border-color: rgba(230, 194, 138, 0.32);
  background: rgba(255, 255, 255, 0.065);
}

.story-bridge__card--featured:hover {
  transform: translateY(-20px);
}

.story-bridge__card:hover::after {
  background: rgba(199, 139, 58, 0.22);
}

/* Number */
.story-bridge__number {
  position: relative;
  z-index: 2;
  margin-bottom: 76px;
  font-size: 0.78rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #e6c28a;
}

/* Card title */
.story-bridge__card-title {
  position: relative;
  z-index: 2;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 2rem !important;
  line-height: 1.05 !important;
  letter-spacing: -0.04em !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  color: #f7f3ed !important;
}

/* Card text */
.story-bridge__card-text {
  position: relative;
  z-index: 2;
  margin: 18px 0 0;
  font-size: 1rem;
  line-height: 1.75;
  color: #c7cbd1;
}

/* ================================
   TABLET
================================ */

@media (max-width: 1024px) {
  .story-bridge {
    padding: 96px 0;
  }

  .story-bridge__header {
    margin-bottom: 52px;
  }

  .story-bridge__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .story-bridge__card,
  .story-bridge__card--featured {
    min-height: auto;
    transform: none;
  }

  .story-bridge__card:hover,
  .story-bridge__card--featured:hover {
    transform: translateY(-6px);
  }

  .story-bridge__number {
    margin-bottom: 44px;
  }
}

/* ================================
   MOBILE
================================ */

@media (max-width: 768px) {
  .story-bridge {
    padding: 82px 0;
  }

  .story-bridge__container {
    padding: 0 20px;
  }

  .story-bridge__header {
    text-align: left;
    margin: 0 0 42px;
  }

  .story-bridge__eyebrow {
    justify-content: flex-start;
    font-size: 0.72rem;
    letter-spacing: 0.17em;
    margin-bottom: 18px;
  }

  .story-bridge__eyebrow::before {
    width: 30px;
  }

  .story-bridge__eyebrow::after {
    display: none;
  }

  .story-bridge__title {
    font-size: clamp(2.4rem, 12vw, 4rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.04em !important;
  }

  .story-bridge__intro {
    margin-top: 24px;
    font-size: 1rem;
    line-height: 1.7;
  }

  .story-bridge__card {
    padding: 34px 26px;
    border-radius: 24px;
  }

  .story-bridge__card::before {
    left: 26px;
    right: 26px;
  }

  .story-bridge__number {
    margin-bottom: 38px;
  }

  .story-bridge__card-title {
    font-size: 1.75rem !important;
  }

  .story-bridge__card-text {
    font-size: 0.98rem;
    line-height: 1.7;
  }
}

/* ================================
   SMALL MOBILE
================================ */

@media (max-width: 420px) {
  .story-bridge__container {
    padding: 0 18px;
  }

  .story-bridge__title {
    font-size: 2.7rem !important;
  }

  .story-bridge__card {
    padding: 32px 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b2709cb *//* ================================
   FOUNDER STORY SECTION
   Jared Ogea
================================ */

.founder-story {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #0b0f14;
  color: #f7f3ed;
  padding: 115px 0;
}

/* Background texture */
.founder-story::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.22;
  pointer-events: none;
}

/* Accent glow */
.founder-story::after {
  content: "";
  position: absolute;
  top: 12%;
  left: -180px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(199, 139, 58, 0.14);
  filter: blur(8px);
  pointer-events: none;
}

/* Container */
.founder-story__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: center;
}

/* Image side */
.founder-story__image-wrap {
  position: relative;
  width: 100%;
}

.founder-story__image-card {
  position: relative;
  width: 100%;
  border-radius: 32px;
  overflow: hidden;
  background: #121821;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
  border: 1px solid rgba(255,255,255,0.10);
}

/* Accent border */
.founder-story__image-card::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 24px;
  border: 1px solid rgba(230, 194, 138, 0.22);
  z-index: 2;
  pointer-events: none;
}

.founder-story__image {
  display: block;
  width: 100%;
  height: 620px;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.95) contrast(1.05);
}

/* Badge */
.founder-story__badge {
  position: absolute;
  right: -18px;
  bottom: 34px;
  z-index: 3;
  padding: 16px 22px;
  border-radius: 999px;
  background: #c78b3a;
  color: #0b0f14;
  font-size: 0.78rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: 0 18px 40px rgba(199, 139, 58, 0.25);
}

/* Content side */
.founder-story__content {
  max-width: 690px;
}

/* Eyebrow */
.founder-story__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  font-size: 0.78rem;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #e6c28a;
}

.founder-story__eyebrow::before {
  content: "";
  width: 42px;
  height: 2px;
  background: #c78b3a;
  display: inline-block;
  flex-shrink: 0;
}

/* Title */
.founder-story__title {
  margin: 0 !important;
  padding: 0 !important;
  font-size: clamp(3rem, 5.8vw, 5.7rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.055em !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  color: #f7f3ed !important;
}

/* Subtitle */
.founder-story__subtitle {
  margin: 18px 0 0 !important;
  padding: 0 !important;
  font-size: clamp(1.35rem, 2.2vw, 2rem) !important;
  line-height: 1.25 !important;
  letter-spacing: -0.03em !important;
  font-weight: 800 !important;
  color: #e6c28a !important;
}

/* Lead paragraph */
.founder-story__lead {
  margin: 28px 0 0;
  font-size: clamp(1.08rem, 1.7vw, 1.3rem);
  line-height: 1.7;
  font-weight: 600;
  color: #d8d2c8;
}

/* Body text */
.founder-story__text {
  margin: 20px 0 0;
  font-size: 1.02rem;
  line-height: 1.82;
  color: #b8bec7;
}

/* Quote box */
.founder-story__quote {
  position: relative;
  margin-top: 34px;
  padding: 28px 30px;
  border-left: 4px solid #c78b3a;
  border-radius: 0 22px 22px 0;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

.founder-story__quote p {
  margin: 0;
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  line-height: 1.55;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #f7f3ed;
}

.founder-story__quote span {
  display: block;
  margin-top: 16px;
  font-size: 0.78rem;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #e6c28a;
}

/* ================================
   TABLET
================================ */

@media (max-width: 1024px) {
  .founder-story {
    padding: 96px 0;
  }

  .founder-story__container {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .founder-story__content {
    max-width: 760px;
  }

  .founder-story__image-card {
    max-width: 620px;
  }

  .founder-story__image {
    height: 560px;
  }

  .founder-story__badge {
    right: 18px;
  }
}

/* ================================
   MOBILE
================================ */

@media (max-width: 768px) {
  .founder-story {
    padding: 82px 0;
  }

  .founder-story__container {
    padding: 0 20px;
    gap: 42px;
  }

  .founder-story__eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.17em;
    margin-bottom: 18px;
  }

  .founder-story__eyebrow::before {
    width: 30px;
  }

  .founder-story__title {
    font-size: clamp(2.7rem, 13vw, 4.4rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.04em !important;
  }

  .founder-story__subtitle {
    font-size: 1.35rem !important;
  }

  .founder-story__lead {
    margin-top: 24px;
    font-size: 1.05rem;
  }

  .founder-story__text {
    font-size: 1rem;
    line-height: 1.75;
  }

  .founder-story__image-card {
    border-radius: 26px;
  }

  .founder-story__image-card::before {
    inset: 10px;
    border-radius: 20px;
  }

  .founder-story__image {
    height: 460px;
  }

  .founder-story__badge {
    right: 16px;
    bottom: 24px;
    padding: 14px 18px;
    font-size: 0.72rem;
  }

  .founder-story__quote {
    padding: 24px 24px;
    border-radius: 0 18px 18px 0;
  }
}

/* ================================
   SMALL MOBILE
================================ */

@media (max-width: 420px) {
  .founder-story__container {
    padding: 0 18px;
  }

  .founder-story__title {
    font-size: 3rem !important;
  }

  .founder-story__image {
    height: 400px;
  }

  .founder-story__badge {
    position: relative;
    right: auto;
    bottom: auto;
    display: inline-flex;
    margin-top: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7760c9a *//* ================================
   FOUNDER STORY SECTION
   Anthony Nunnally
================================ */

/* Slightly different background so Anthony section has separation */
.founder-anthony {
  background:
    radial-gradient(circle at top left, rgba(199, 139, 58, 0.12), transparent 34%),
    linear-gradient(135deg, #10151d 0%, #0b0f14 48%, #07090d 100%);
}

/* Reverse layout */
.founder-story__container--reverse {
  grid-template-columns: 1.1fr 0.9fr;
}

/* Move glow to the other side for this section */
.founder-anthony::after {
  left: auto;
  right: -180px;
  background: rgba(199, 139, 58, 0.13);
}

/* Anthony image positioning */
.founder-anthony .founder-story__image {
  object-position: center top;
}

/* Anthony badge position */
.founder-anthony .founder-story__badge {
  left: -18px;
  right: auto;
}

/* ================================
   TABLET
================================ */

@media (max-width: 1024px) {
  .founder-story__container--reverse {
    grid-template-columns: 1fr;
  }

  .founder-anthony .founder-story__badge {
    left: 18px;
    right: auto;
  }
}

/* ================================
   MOBILE
================================ */

@media (max-width: 768px) {
  /*
    On mobile, this keeps Anthony's image above the text
    even though the desktop layout is reversed.
  */
  .founder-story__container--reverse .founder-story__image-wrap {
    order: 1;
  }

  .founder-story__container--reverse .founder-story__content {
    order: 2;
  }

  .founder-anthony .founder-story__badge {
    left: 16px;
    right: auto;
  }
}

/* ================================
   SMALL MOBILE
================================ */

@media (max-width: 420px) {
  .founder-anthony .founder-story__badge {
    left: auto;
    right: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-28b7c0e *//* ================================
   SHARED VISION SECTION
================================ */

.shared-vision {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #f5f1ea;
  color: #0b0f14;
  padding: 115px 0;
}

/* Background accent */
.shared-vision::before {
  content: "";
  position: absolute;
  top: -220px;
  right: -220px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(199, 139, 58, 0.18);
  pointer-events: none;
}

.shared-vision::after {
  content: "";
  position: absolute;
  bottom: -260px;
  left: -260px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: rgba(11, 15, 20, 0.08);
  pointer-events: none;
}

/* Container */
.shared-vision__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Header */
.shared-vision__header {
  max-width: 980px;
  margin: 0 auto 64px;
  text-align: center;
}

/* Eyebrow */
.shared-vision__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 22px;
  font-size: 0.78rem;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #9a6421;
}

.shared-vision__eyebrow::before,
.shared-vision__eyebrow::after {
  content: "";
  width: 34px;
  height: 2px;
  background: #c78b3a;
  display: inline-block;
  flex-shrink: 0;
}

/* Title */
.shared-vision__title {
  margin: 0 !important;
  padding: 0 !important;
  font-size: clamp(3rem, 6vw, 6.4rem) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.06em !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  color: #0b0f14 !important;
}

/* Intro */
.shared-vision__intro {
  max-width: 760px;
  margin: 30px auto 0;
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
  line-height: 1.75;
  font-weight: 600;
  color: #3d434a;
}

/* Grid */
.shared-vision__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

/* Item cards */
.shared-vision__item {
  position: relative;
  min-height: 260px;
  padding: 34px 26px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(11, 15, 20, 0.08);
  box-shadow: 0 20px 50px rgba(11, 15, 20, 0.08);
  overflow: hidden;
  transition: all 0.25s ease;
}

/* Top accent */
.shared-vision__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 26px;
  right: 26px;
  height: 3px;
  background: #c78b3a;
}

/* Hover */
.shared-vision__item:hover {
  transform: translateY(-7px);
  box-shadow: 0 28px 70px rgba(11, 15, 20, 0.12);
}

/* Icon */
.shared-vision__icon {
  width: 46px;
  height: 46px;
  margin-bottom: 46px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0b0f14;
  color: #e6c28a;
  font-size: 1.1rem;
  line-height: 1;
  box-shadow: 0 14px 34px rgba(11, 15, 20, 0.16);
}

/* Card heading */
.shared-vision__item h3 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1.35rem !important;
  line-height: 1.12 !important;
  letter-spacing: -0.035em !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  color: #0b0f14 !important;
}

/* Card text */
.shared-vision__item p {
  margin: 16px 0 0;
  font-size: 0.98rem;
  line-height: 1.7;
  color: #5a6068;
}

/* ================================
   TABLET
================================ */

@media (max-width: 1024px) {
  .shared-vision {
    padding: 96px 0;
  }

  .shared-vision__header {
    margin-bottom: 52px;
  }

  .shared-vision__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .shared-vision__item {
    min-height: 240px;
  }
}

/* ================================
   MOBILE
================================ */

@media (max-width: 768px) {
  .shared-vision {
    padding: 82px 0;
  }

  .shared-vision__container {
    padding: 0 20px;
  }

  .shared-vision__header {
    text-align: left;
    margin: 0 0 42px;
  }

  .shared-vision__eyebrow {
    justify-content: flex-start;
    font-size: 0.72rem;
    letter-spacing: 0.17em;
    margin-bottom: 18px;
  }

  .shared-vision__eyebrow::before {
    width: 30px;
  }

  .shared-vision__eyebrow::after {
    display: none;
  }

  .shared-vision__title {
    font-size: clamp(2.6rem, 13vw, 4.5rem) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.045em !important;
  }

  .shared-vision__intro {
    margin-top: 24px;
    font-size: 1rem;
    line-height: 1.7;
  }

  .shared-vision__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .shared-vision__item {
    min-height: auto;
    padding: 32px 24px;
    border-radius: 24px;
  }

  .shared-vision__item::before {
    left: 24px;
    right: 24px;
  }

  .shared-vision__icon {
    margin-bottom: 34px;
  }

  .shared-vision__item h3 {
    font-size: 1.25rem !important;
  }
}

/* ================================
   SMALL MOBILE
================================ */

@media (max-width: 420px) {
  .shared-vision__container {
    padding: 0 18px;
  }

  .shared-vision__title {
    font-size: 3rem !important;
  }

  .shared-vision__item {
    padding: 30px 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a30408c *//* ================================
   STORY VALUES SECTION
   What We Stand On
================================ */

.story-values {
  position: relative;
  width: 100%;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(199, 139, 58, 0.16), transparent 34%),
    linear-gradient(135deg, #07090d 0%, #0b0f14 52%, #121821 100%);
  color: #f7f3ed;
  padding: 115px 0;
}

/* Background grid texture */
.story-values::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.25;
  pointer-events: none;
}

/* Soft glow */
.story-values::after {
  content: "";
  position: absolute;
  bottom: -220px;
  right: -220px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(199, 139, 58, 0.14);
  filter: blur(8px);
  pointer-events: none;
}

/* Container */
.story-values__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Header */
.story-values__header {
  max-width: 850px;
  margin: 0 auto 64px;
  text-align: center;
}

/* Eyebrow */
.story-values__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 22px;
  font-size: 0.78rem;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #e6c28a;
}

.story-values__eyebrow::before,
.story-values__eyebrow::after {
  content: "";
  width: 34px;
  height: 2px;
  background: #c78b3a;
  display: inline-block;
  flex-shrink: 0;
}

/* Title */
.story-values__title {
  margin: 0 !important;
  padding: 0 !important;
  font-size: clamp(2.8rem, 5.6vw, 5.6rem) !important;
  line-height: 1.03 !important;
  letter-spacing: -0.055em !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  color: #f7f3ed !important;
}

/* Intro */
.story-values__intro {
  max-width: 760px;
  margin: 28px auto 0;
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  line-height: 1.75;
  color: #c7cbd1;
}

/* Grid */
.story-values__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

/* Cards */
.story-values__card {
  position: relative;
  min-height: 285px;
  padding: 34px 30px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  transition: all 0.28s ease;
}

/* Top accent */
.story-values__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
  height: 3px;
  background: #c78b3a;
  opacity: 0.8;
}

/* Card glow */
.story-values__card::after {
  content: "";
  position: absolute;
  top: -130px;
  right: -130px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(199, 139, 58, 0.13);
  transition: all 0.28s ease;
}

/* Hover */
.story-values__card:hover {
  transform: translateY(-8px);
  border-color: rgba(230, 194, 138, 0.32);
  background: rgba(255, 255, 255, 0.065);
}

.story-values__card:hover::after {
  background: rgba(199, 139, 58, 0.22);
}

/* Number */
.story-values__number {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 56px;
  font-size: 0.78rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.2em;
  color: #e6c28a;
}

/* Card heading */
.story-values__card h3 {
  position: relative;
  z-index: 2;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1.55rem !important;
  line-height: 1.08 !important;
  letter-spacing: -0.04em !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  color: #f7f3ed !important;
}

/* Card text */
.story-values__card p {
  position: relative;
  z-index: 2;
  margin: 18px 0 0;
  font-size: 1rem;
  line-height: 1.75;
  color: #c7cbd1;
}

/* ================================
   TABLET
================================ */

@media (max-width: 1024px) {
  .story-values {
    padding: 96px 0;
  }

  .story-values__header {
    margin-bottom: 52px;
  }

  .story-values__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .story-values__card {
    min-height: 260px;
  }

  .story-values__number {
    margin-bottom: 44px;
  }
}

/* ================================
   MOBILE
================================ */

@media (max-width: 768px) {
  .story-values {
    padding: 82px 0;
  }

  .story-values__container {
    padding: 0 20px;
  }

  .story-values__header {
    text-align: left;
    margin: 0 0 42px;
  }

  .story-values__eyebrow {
    justify-content: flex-start;
    font-size: 0.72rem;
    letter-spacing: 0.17em;
    margin-bottom: 18px;
  }

  .story-values__eyebrow::before {
    width: 30px;
  }

  .story-values__eyebrow::after {
    display: none;
  }

  .story-values__title {
    font-size: clamp(2.4rem, 12vw, 4rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.04em !important;
  }

  .story-values__intro {
    margin-top: 24px;
    font-size: 1rem;
    line-height: 1.7;
  }

  .story-values__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .story-values__card {
    min-height: auto;
    padding: 32px 26px;
    border-radius: 24px;
  }

  .story-values__card::before {
    left: 26px;
    right: 26px;
  }

  .story-values__number {
    margin-bottom: 38px;
  }

  .story-values__card h3 {
    font-size: 1.38rem !important;
  }

  .story-values__card p {
    font-size: 0.98rem;
    line-height: 1.7;
  }
}

/* ================================
   SMALL MOBILE
================================ */

@media (max-width: 420px) {
  .story-values__container {
    padding: 0 18px;
  }

  .story-values__title {
    font-size: 2.7rem !important;
  }

  .story-values__card {
    padding: 30px 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f371ae5 *//* ================================
   STORY TIMELINE SECTION
   How the Story Unfolded
================================ */

.story-timeline {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #f5f1ea;
  color: #0b0f14;
  padding: 115px 0;
}

/* Background accent */
.story-timeline::before {
  content: "";
  position: absolute;
  top: -220px;
  left: -220px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(199, 139, 58, 0.18);
  pointer-events: none;
}

.story-timeline::after {
  content: "";
  position: absolute;
  bottom: -260px;
  right: -260px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: rgba(11, 15, 20, 0.08);
  pointer-events: none;
}

/* Container */
.story-timeline__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Header */
.story-timeline__header {
  max-width: 850px;
  margin: 0 auto 70px;
  text-align: center;
}

/* Eyebrow */
.story-timeline__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 22px;
  font-size: 0.78rem;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #9a6421;
}

.story-timeline__eyebrow::before,
.story-timeline__eyebrow::after {
  content: "";
  width: 34px;
  height: 2px;
  background: #c78b3a;
  display: inline-block;
  flex-shrink: 0;
}

/* Title */
.story-timeline__title {
  margin: 0 !important;
  padding: 0 !important;
  font-size: clamp(2.8rem, 5.6vw, 5.6rem) !important;
  line-height: 1.03 !important;
  letter-spacing: -0.055em !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  color: #0b0f14 !important;
}

/* Intro */
.story-timeline__intro {
  max-width: 760px;
  margin: 28px auto 0;
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  line-height: 1.75;
  font-weight: 600;
  color: #3d434a;
}

/* Timeline wrapper */
.story-timeline__wrap {
  position: relative;
  max-width: 940px;
  margin: 0 auto;
}

/* Center line */
.story-timeline__line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  transform: translateX(-50%);
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(199, 139, 58, 0.85),
    transparent
  );
}

/* Timeline item */
.story-timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  margin-bottom: 42px;
  align-items: center;
}

/* Alternating layout */
.story-timeline__item:nth-child(even) .story-timeline__content {
  grid-column: 2;
}

.story-timeline__item:nth-child(odd) .story-timeline__content {
  grid-column: 1;
}

/* Dot */
.story-timeline__dot {
  position: absolute;
  top: 42px;
  left: 50%;
  width: 22px;
  height: 22px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #c78b3a;
  border: 5px solid #f5f1ea;
  box-shadow: 0 0 0 8px rgba(199, 139, 58, 0.18);
  z-index: 3;
}

/* Content card */
.story-timeline__content {
  position: relative;
  padding: 34px 32px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(11, 15, 20, 0.08);
  box-shadow: 0 20px 50px rgba(11, 15, 20, 0.08);
  transition: all 0.25s ease;
}

.story-timeline__content:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(11, 15, 20, 0.12);
}

/* Step label */
.story-timeline__step {
  display: inline-block;
  margin-bottom: 22px;
  font-size: 0.76rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9a6421;
}

/* Card heading */
.story-timeline__content h3 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1.45rem !important;
  line-height: 1.15 !important;
  letter-spacing: -0.035em !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  color: #0b0f14 !important;
}

/* Card text */
.story-timeline__content p {
  margin: 16px 0 0;
  font-size: 1rem;
  line-height: 1.75;
  color: #5a6068;
}

/* Remove margin from last item */
.story-timeline__item:last-child {
  margin-bottom: 0;
}

/* ================================
   TABLET
================================ */

@media (max-width: 1024px) {
  .story-timeline {
    padding: 96px 0;
  }

  .story-timeline__header {
    margin-bottom: 58px;
  }

  .story-timeline__wrap {
    max-width: 760px;
  }

  .story-timeline__item {
    gap: 54px;
  }
}

/* ================================
   MOBILE
================================ */

@media (max-width: 768px) {
  .story-timeline {
    padding: 82px 0;
  }

  .story-timeline__container {
    padding: 0 20px;
  }

  .story-timeline__header {
    text-align: left;
    margin: 0 0 44px;
  }

  .story-timeline__eyebrow {
    justify-content: flex-start;
    font-size: 0.72rem;
    letter-spacing: 0.17em;
    margin-bottom: 18px;
  }

  .story-timeline__eyebrow::before {
    width: 30px;
  }

  .story-timeline__eyebrow::after {
    display: none;
  }

  .story-timeline__title {
    font-size: clamp(2.4rem, 12vw, 4rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.04em !important;
  }

  .story-timeline__intro {
    margin-top: 24px;
    font-size: 1rem;
    line-height: 1.7;
  }

  .story-timeline__wrap {
    max-width: 100%;
  }

  .story-timeline__line {
    left: 11px;
    transform: none;
  }

  .story-timeline__item {
    display: block;
    margin-bottom: 24px;
    padding-left: 42px;
  }

  .story-timeline__item:nth-child(even) .story-timeline__content,
  .story-timeline__item:nth-child(odd) .story-timeline__content {
    grid-column: auto;
  }

  .story-timeline__dot {
    left: 11px;
    top: 34px;
    width: 20px;
    height: 20px;
    border-width: 5px;
    transform: translateX(-50%);
  }

  .story-timeline__content {
    padding: 30px 24px;
    border-radius: 24px;
  }

  .story-timeline__content h3 {
    font-size: 1.28rem !important;
  }

  .story-timeline__content p {
    font-size: 0.98rem;
    line-height: 1.7;
  }
}

/* ================================
   SMALL MOBILE
================================ */

@media (max-width: 420px) {
  .story-timeline__container {
    padding: 0 18px;
  }

  .story-timeline__title {
    font-size: 2.7rem !important;
  }

  .story-timeline__item {
    padding-left: 38px;
  }

  .story-timeline__content {
    padding: 28px 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-18a4bad *//* ================================
   STORY CTA SECTION
   Your Story Is Not Over
================================ */

.story-cta {
  position: relative;
  width: 100%;
  min-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(199, 139, 58, 0.18), transparent 34%),
    linear-gradient(135deg, #07090d 0%, #0b0f14 52%, #14100b 100%);
  color: #f7f3ed;
  padding: 110px 0;
}

/* Background grid texture */
.story-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.28;
  pointer-events: none;
}

/* Large soft glow */
.story-cta::after {
  content: "";
  position: absolute;
  bottom: -260px;
  left: 50%;
  transform: translateX(-50%);
  width: 860px;
  height: 420px;
  border-radius: 50%;
  background: rgba(199, 139, 58, 0.16);
  filter: blur(10px);
  pointer-events: none;
}

/* Overlay */
.story-cta__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(7, 9, 13, 0.74) 0%,
      rgba(7, 9, 13, 0.92) 100%
    );
  z-index: 1;
}

/* Container */
.story-cta__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Content */
.story-cta__content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

/* Eyebrow */
.story-cta__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 22px;
  font-size: 0.78rem;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #e6c28a;
}

.story-cta__eyebrow::before,
.story-cta__eyebrow::after {
  content: "";
  width: 34px;
  height: 2px;
  background: #c78b3a;
  display: inline-block;
  flex-shrink: 0;
}

/* Title */
.story-cta__title {
  margin: 0 !important;
  padding: 0 !important;
  font-size: clamp(3rem, 6.4vw, 6.6rem) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.06em !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  color: #f7f3ed !important;
}

/* Text */
.story-cta__text {
  max-width: 720px;
  margin: 30px auto 0;
  font-size: clamp(1.08rem, 1.8vw, 1.3rem);
  line-height: 1.75;
  color: #c7cbd1;
}

/* Buttons */
.story-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 40px;
}

/* Base button */
.story-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 0.82rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: all 0.25s ease;
  cursor: pointer;
}

/* Primary */
.story-cta__btn--primary {
  background: #c78b3a;
  color: #0b0f14 !important;
  border: 1px solid #c78b3a;
  box-shadow: 0 18px 40px rgba(199, 139, 58, 0.22);
}

.story-cta__btn--primary:hover {
  background: #e6c28a;
  border-color: #e6c28a;
  color: #0b0f14 !important;
  transform: translateY(-2px);
}

/* Secondary */
.story-cta__btn--secondary {
  background: rgba(255, 255, 255, 0.055);
  color: #f7f3ed !important;
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
}

.story-cta__btn--secondary:hover {
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.34);
  color: #f7f3ed !important;
  transform: translateY(-2px);
}

/* Ghost */
.story-cta__btn--ghost {
  background: transparent;
  color: #e6c28a !important;
  border: 1px solid rgba(230, 194, 138, 0.34);
}

.story-cta__btn--ghost:hover {
  background: rgba(230, 194, 138, 0.10);
  border-color: rgba(230, 194, 138, 0.62);
  color: #f7f3ed !important;
  transform: translateY(-2px);
}

/* ================================
   TABLET
================================ */

@media (max-width: 1024px) {
  .story-cta {
    min-height: 520px;
    padding: 96px 0;
  }

  .story-cta__content {
    max-width: 820px;
  }
}

/* ================================
   MOBILE
================================ */

@media (max-width: 768px) {
  .story-cta {
    min-height: auto;
    padding: 82px 0;
  }

  .story-cta__container {
    padding: 0 20px;
  }

  .story-cta__content {
    text-align: left;
  }

  .story-cta__eyebrow {
    justify-content: flex-start;
    font-size: 0.72rem;
    letter-spacing: 0.17em;
    margin-bottom: 18px;
  }

  .story-cta__eyebrow::before {
    width: 30px;
  }

  .story-cta__eyebrow::after {
    display: none;
  }

  .story-cta__title {
    font-size: clamp(2.6rem, 13vw, 4.5rem) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.045em !important;
  }

  .story-cta__text {
    margin-top: 24px;
    font-size: 1rem;
    line-height: 1.7;
  }

  .story-cta__actions {
    margin-top: 32px;
    flex-direction: column;
    align-items: stretch;
  }

  .story-cta__btn {
    width: 100%;
    min-height: 54px;
  }
}

/* ================================
   SMALL MOBILE
================================ */

@media (max-width: 420px) {
  .story-cta__container {
    padding: 0 18px;
  }

  .story-cta__title {
    font-size: 3rem !important;
  }
}/* End custom CSS */