/* =====================================
   HOW WE WORK PAGE

   CONTENTS
   01. Hero / Intro
   02. Steps
   03. LM Services
===================================== */


/* =====================================
   01. HERO / INTRO
===================================== */
.hww-section .hero-title {
  font-size: 32px;
}

.hww-hero__panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 630px;
  padding: 0;
  overflow: hidden;
  background: #f6efe3;
}

.hww-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding: 50px 36px;
  text-align: center;
}

.hww-hero__title {
  font-size: 36px;
}

.hww-hero__title span {
  font-weight: 700;
}

.hww-hero__text {
  text-wrap: pretty;
}

.hww-hero__btn {
  margin: 0 auto;
}


.hww-hero__image {
  min-height: 630px;
  overflow: hidden;
}

.hww-hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}


/* HERO RESPONSIVE */

/* HERO RESPONSIVE */

@media (max-width: 1100px) {
  .hww-section .hero-content {
  padding: 44px 20px;
}

  .hww-hero__panel {
    min-height: 560px;
  }

  .hww-hero__content {
    padding: 44px 28px;
  }

.hww-section .hero-title {
    font-size: 30px;
}

  .hww-hero__text {
    font-size: 17px;
    max-width: 38ch;
  }

  .hww-hero__image {
    min-height: 560px;
  }
}

@media (max-width: 1000px) {
  .hww-section .hero-title {
    font-size: 28px;
}
.hww-section .hero-text {
    max-width: 38ch;
  }
}

@media (max-width: 950px) {
  .hww-section .hero-title {
    font-size: 26px;
  }
}

@media (max-width: 900px) {
  .hww-hero__panel {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hww-hero__image {
    order: 1;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .hww-hero__image img {
    object-fit: cover;
    object-position: center center;
  }
  
  .hww-hero__content {
    padding: 44px 28px 46px;
  }

  .hww-hero__title {
    font-size: 28px;
  }

  .hww-hero__text {
    max-width: 520px;
    font-size: 16px;
  }

  .hww-hero__btn {
    min-height: 44px;
    padding: 12px 24px;
    font-size: 14px;
  }
}

@media (max-width: 860px) {
  .hww-section .hero-title {
    font-size: 24px;
  }
}

@media (max-width: 800px) {
  .hww-section .hero-title {
    font-size: 22px;
  }

  .hww-section .hero-text {
    font-size: 14.5px;
  }
}

@media (max-width: 740px) {
  .hww-section .hero-title {
    font-size: 21px;
  }


}

@media (max-width: 700px) {
  .hww-section .hero-title {
  font-size: 28px;
}

  .hww-hero__panel {
    border-radius: 22px;
  }

  .hww-hero__image {
    min-height: 330px;
  }

  .hww-hero__image img {
    object-position: 50% 50%;
  }

  .hww-hero__content {
    padding: 34px 18px 36px;
  }

  .hww-hero__title {
    margin-bottom: 14px;
    font-size: 25px;
  }

  .hww-hero__text {
    margin-bottom: 22px;
    font-size: 15px;
  }

  .hww-hero__btn {
    padding: 12px 22px;
    font-size: 14px;
  }
}

@media (max-width: 500px) {
    .hww-section .hero-title {
        font-size: 26px;
    }
}

@media (max-width: 480px) {
  .hww-section .hero-title {
    font-size: 24px;
  }

  .hww-hero__image {
    min-height: 280px;
  }

  .hww-hero__content {
    padding: 30px 16px 34px;
  }

  .hww-hero__title {
    font-size: 23px;
    letter-spacing: -0.02em;
  }

  .hww-hero__text {
    font-size: 14px;
  }
}

@media (max-width: 430px) {
    .hww-section .hero-title {
        font-size: 23px;
    }
}

@media (max-width: 400px) {
    .hww-section .hero-title {
        font-size: 22px;
    }
}


/* =====================================
   02. STEPS
===================================== */

.section.hww-steps {
  background:
    radial-gradient(
      900px 420px at 20% 10%,
      rgba(246, 234, 218, 0.1),
      transparent 60%
    ),
    radial-gradient(
      900px 420px at 85% 30%,
      rgba(241, 210, 122, 0.1),
      transparent 55%
    ),
    linear-gradient(180deg, #0f0f10 0%, #0a0a0b 100%);

  color: rgba(255, 255, 255, 0.86);
}

.hww-steps-panel {
  padding: 52px 40px;

  background: linear-gradient(
    180deg,
    #211f1f 0%,
    #1d1b1b 18%,
    #191818 35%,
    #151414 100%
  );

  border: 1px solid rgba(255, 255, 255, 0.08);

  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.hww-steps-head {
  max-width: 1000px;
  margin: 0 auto 36px;
  text-align: center;
}

.section-title.hww-steps-title {
  color: #f6eada;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}

.section-text.hww-steps-text {
  color: rgba(246, 234, 218, 0.7);
}

.hww-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.hww-step-card {
  position: relative;
  overflow: visible;

  padding: 24px 24px 16px;

  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;

  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);

  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);

  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.hww-step-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  pointer-events: none;

  border-radius: 30px;
  background:
    radial-gradient(
      420px 220px at 15% 15%,
      rgba(246, 234, 218, 0.14),
      transparent 60%
    ),
    radial-gradient(
      520px 260px at 85% 35%,
      rgba(241, 210, 122, 0.1),
      transparent 62%
    );
  opacity: 0.85;
}

.hww-step-card__num {
  position: absolute;
  top: 14px;
  right: 18px;

  color: #f6eada;
  font-family: "Merriweather", serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;

  opacity: 0.95;
}

.hww-step-card__top {
  display: flex;
  align-items: center;
  gap: 18px;
}

.hww-step-card__badge {
  flex-shrink: 0;
}

.hww-step-card__line {
  flex: 1;
  height: 1px;
  min-width: 40px;

  background: linear-gradient(
    90deg,
    transparent,
    rgba(241, 210, 122, 0.8),
    transparent
  );

  opacity: 0.85;
}

.hww-step-card__num {
  position: static;
  flex-shrink: 0;

  font-family: "Merriweather", serif;
  font-size: 56px;
  line-height: 1;
  color: rgba(246, 234, 218, 0.92);
}

.hww-step-card__badge {
  position: relative;
  z-index: 2;

  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 6px 10px;

  color: rgba(246, 234, 218, 0.88);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
}

.hww-step-card__title {
  position: relative;
  z-index: 2;

  margin: 16px 0 12px;

  color: rgba(246, 234, 218, 0.95);
  font-size: 22px;
  line-height: 1.05;
}

.hww-step-card__list {
  position: relative;
  z-index: 2;

  margin: 0;
  padding-left: 18px;

  color: rgba(246, 234, 218, 0.7);
  font-size: 14px;
  line-height: 1.6;
}

.hww-step-card__list li {
  margin: 8px 0;
}

.hww-step-card__list li::marker {
  color: rgba(241, 210, 122, 0.6);
}

.hww-step-card:hover {
  transform: translateY(-4px) scale(1.02);
  border-color: rgba(241, 210, 122, 0.22);
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.mobile-break {
  display: none;
}


/* STEPS RESPONSIVE */

@media (max-width: 1100px) {
  .hww-steps-panel {
    padding: 46px;
  }

  .hww-steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 700px;
    margin-inline: auto;
    gap: 18px;
  }

  .hww-step-card {
    min-height: 350px;
    padding: 24px 54px 40px;
  }

  .hww-steps-head {
    margin-bottom: 18px;
  }

  .hww-step-card__title {
    margin: 16px auto 12px;
    text-align: center;
    max-width: 14ch;
}
}
@media (max-width: 900px) {
  .hww-steps-panel {
    padding: 26px;
  }

  .hww-steps-grid {
    max-width: 700px;
    margin-inline: auto;
    gap: 18px 8px;
  }

  .hww-step-card {
    width: 100%;
    max-width: 360px;
    margin-inline: auto;
  }

  .hww-step-card__list {
    font-size: 15px;
    padding: 10px 10px 10px 14px;
  }
}

@media (max-width: 850px) {
  .hww-step-card {
    padding: 24px 34px 30px;
  }
  .hww-steps-grid {
    gap: 16px;
  }
}

@media (max-width: 700px) {
  .hww-step-card {
    padding: 24px 30px 30px;
  }

  .hww-step-card__title {
    margin: 12px auto 0;
  }

  .hww-step-card__list li {
    font-size: 14px;
}
}

/* INTRO. RESPONSIVE 600px */
@media (max-width: 650px) {
  .hww-steps-panel {
    padding: 40px 18px;
    border-radius: 26px;
  }

  .hww-steps .section-text {
    max-width: 36ch;
  }

  .hww-steps-head {
    margin-bottom: 14px;
  }

  .hww-steps-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hww-step-card {
      max-width: 330px;
      margin-inline: auto;
      padding: 32px 30px;
      border-radius: 28px;
  }

  .hww-step-card__badge {
    font-size: 11px;
    padding: 7px 12px;
  }

  .hww-step-card__num {
    font-size: 46px;
    top: 18px;
    right: 18px;
  }

  .hww-step-card__title {
    font-size: 22px;
    line-height: 1.12;
    margin-bottom: 16px;
    text-align: center;
    text-wrap: pretty;
  }

  .hww-step-card__list {
    gap: 12px;
    font-size: 14px;
    line-height: 1.65;
    padding: 0 24px 10px 34px;
  }
}

/* INTRO. RESPONSIVE 400px */
@media (max-width: 400px) {
  .hww-steps-panel {
    padding: 34px;
  }

  .section-title.hww-steps-title {
    font-size: 24px;
  }

  .section-text.hww-intro-text {
    font-size: 13px;
  }

  .hww-step-card {
    padding: 18px 18px 16px;
    border-radius: 24px;
  }

  .hww-step-card__num {
    font-size: 38px;
  }

  .hww-step-card__list {
    font-size: 14px;
    line-height: 1.6;
  }

  @media (max-width: 400px) {
  .mobile-break {
    display: block;
  }
}
}


/* =====================================
   03. LM SERVICES
===================================== */

.lm-services-subtitle {
  max-width: 680px;
}

.lm-services-card {
  overflow: hidden;

  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 30px;
  box-shadow:
    0 34px 90px rgba(25, 24, 24, 0.18),
    0 14px 34px rgba(108, 92, 69, 0.14);
}

.lm-services-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr 0.9fr;
}

.lm-col {
  min-width: 0;
}

.lm-col--left {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.7),
    rgba(255, 255, 255, 0.48)
  );
}

.lm-col--mid {
  position: relative;
  background:
    radial-gradient(
      900px 240px at 50% -40%,
      rgba(246, 234, 218, 0.25),
      transparent 60%
    ),
    linear-gradient(180deg, #1a1816 0%, #0f0e0d 100%);
  box-shadow: inset 0 0 0 1px rgba(246, 234, 218, 0.1);
}

.lm-col--mid::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;

  width: 2px;
  height: 100%;
  pointer-events: none;

  background: linear-gradient(
    180deg,
    rgba(246, 234, 218, 0.1),
    rgba(246, 234, 218, 0.75),
    rgba(246, 234, 218, 0.12)
  );
  box-shadow: 0 0 18px rgba(246, 234, 218, 0.35);
}

.lm-col--right {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.62),
    rgba(255, 255, 255, 0.45)
  );
}

.lm-head {
  padding: 22px;

  font-size: 22px;
  text-align: center;

  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.lm-head {
  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
}

.lm-head--milk,
.lm-head--light {
  background: linear-gradient(
    180deg,
    #e7d6c0 0%,
    #dfcbb3 100%
  );
  /* background: linear-gradient(180deg, #efebe5 0%, #e2dbd2 100%); */
}

.lm-head--dark {
  color: #f6eada;
  background:
    radial-gradient(
      600px 200px at 50% -40%,
      rgba(246, 234, 218, 0.18),
      transparent 60%
    ),
    linear-gradient(180deg, #1c1a18 0%, #0f0e0d 100%);
  border-bottom: 1px solid rgba(246, 234, 218, 0.12);
}

.lm-list,
.lm-center {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lm-row,
.lm-cell {
  min-height: 55px;
}

.lm-row {
  display: flex;
  align-items: center;
  gap: 16px;

  padding: 12px 10px;

  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.lm-row:last-child,
.lm-cell:last-child {
  border-bottom: 0;
}

.lm-cell {
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 12px 10px;

  font-size: 13px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.lm-col--right .lm-cell {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.lm-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;

  width: 30px;
  height: 30px;
  margin-left: 10px;

  color: rgba(108, 84, 55, 0.75);

  background: rgba(108, 84, 55, 0.1);
  border: 1px solid rgba(108, 84, 55, 0.12);
  border-radius: 999px;
}

.lm-ico svg {
  display: block;
  width: 20px;
  height: 20px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lm-text {
  color: rgba(27, 26, 24, 0.78);
  font-size: 14px;
  letter-spacing: 0.01em;
}

.lm-mark {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 30px;
  height: 30px;

  font-size: 13px;
  line-height: 1;
  user-select: none;

  border-radius: 999px;
}

.lm-mark--gold {
  color: rgba(246, 234, 218, 0.92);
  border: 2px solid rgba(246, 234, 218, 0.7);
  box-shadow: 0 0 0 1px rgba(246, 234, 218, 0.05);
}


.lm-mark--gray {
  color: rgba(27, 26, 24, 0.55);
  border: 2px solid rgba(27, 26, 24, 0.16);
}

.lm-mark--x {
  color: rgba(27, 26, 24, 0.45);
  font-size: 18px;
  border: 1px solid rgba(29, 27, 22, 0.18);
}

.lm-mark--gold,
.lm-col--right .lm-mark--gray {
  color: #fccc83;
  border-color: rgba(243, 194, 119, 0.55);
  background: rgba(185, 130, 47, 0.08);
}

.lm-center-text {
  color: rgba(246, 234, 218, 0.82);
  font-size: 14px;
  letter-spacing: 0.03em;
}

.lm-center-elite {
  color: rgba(246, 234, 218, 0.65);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}


/* LM SERVICES RESPONSIVE */

@media (max-width: 900px) {

  .lm-services-grid {
    grid-template-columns:
      minmax(0, 1.6fr)
      minmax(0, 0.8fr)
      minmax(0, 0.8fr);
  }

  .lm-col--mid::after {
    display: none;
  }

  .lm-col--right {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .lm-head {
    padding: 18px;
    font-size: 20px;
  }

  .lm-row,
  .lm-cell {
    min-height: 50px;
  }

  .lm-center-elite {
    font-size: 12px;
    letter-spacing: 0.14em;
    text-align: center;
  }
}

@media (max-width: 600px) {

  .lm-services-subtitle {
    margin-bottom: 14px;
    padding: 0 6px;
    font-size: 13px;
  }

  .lm-services-grid {
    grid-template-columns:
      minmax(0, 1.6fr)
      minmax(0, 0.8fr)
      minmax(0, 0.8fr);
  }

  .lm-head {
    height: 72px;
    padding: 14px 10px;
    font-size: 16px;
  }

  .lm-row {
    gap: 12px;
    padding: 10px;
  }

  .lm-row,
  .lm-cell {
    height: 56px;
    min-height: 56px;
  }

  .lm-text {
    /* display: -webkit-box; */
    overflow: hidden;

    font-size: 13px;
    line-height: 1.3;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .lm-ico {
    flex: 0 0 28px;

    width: 28px;
    height: 28px;
    margin-left: 0;
  }

  .lm-ico svg {
    width: 16px;
    height: 16px;
  }

  .lm-cell {
    padding: 10px 0;
    font-size: 12px;
  }

  .lm-mark {
    width: 26px;
    height: 26px;
    font-size: 12px;
  }

  .lm-mark--x {
    font-size: 16px;
  }

  .lm-center-text {
    font-size: 12px;
  }

  .lm-center-elite {
    font-size: 9px;
    letter-spacing: 0.14em;
    text-align: center;
  }
}

.lm-services-card {
  overflow: hidden;
  border-radius: 34px;
  background: #fbf7ef;
  box-shadow: 0 22px 45px rgba(25, 24, 24, 0.14);
  border: 1px solid rgba(25, 24, 24, 0.07);
}

.lm-services-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr 1fr;
}

.lm-head {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px 24px;

  font-family: "Merriweather", serif;
  font-size: 26px;
  line-height: 1.15;
  color: #241b14;

  border-bottom: 1px solid rgba(25, 24, 24, 0.1);
}

.lm-head--milk {
background: linear-gradient(
  180deg,
  #e4d8c8 0%,
  #d5c9b7 45%,
  #c4b6a0 100%
);
background: linear-gradient(
  180deg,
  #f7eddf 0%,
  #ebe1d1 45%,
  #d6c9b4 100%
);


background: linear-gradient(
  180deg,
  #f0e6d7 0%,
  #ebe1d1 45%,
  #bdb19d 100%
);
}

.lm-head--dark,
.lm-col--mid .lm-head {
background: linear-gradient(
  180deg,
  #e4d8c8 0%,
  #d5c9b7 45%,
  #c4b6a0 100%
);
  color: #181512;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.lm-col--right .lm-head {
  background: linear-gradient(
  180deg,
  #ebe8e3 0%,
  #d7d2cb 55%,
  #c6c1bb 100%
);


background: linear-gradient(
  180deg,
  #e4d8c8 0%,
  #d5c9b7 45%,
  #c4b6a0 100%
);
background: linear-gradient(
  180deg,
  #f0e6d7 0%,
  #ebe1d1 45%,
  #bdb19d 100%
);
  color: #211d19;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.48);
}

.lm-col--mid {
  background:
    linear-gradient(180deg, rgba(234, 215, 168, 0.2), rgba(216, 183, 122, 0.14));
  border-left: 1px solid rgba(25, 24, 24, 0.1);
  border-right: 1px solid rgba(25, 24, 24, 0.1);
}

.lm-col--right {
  background: rgba(245, 243, 238, 0.72);
}

.lm-list,
.lm-center {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lm-row,
.lm-cell {
  min-height: 72px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(25, 24, 24, 0.08);
}

.lm-row {
  gap: 20px;
  padding: 0 26px;
}

.lm-cell {
  justify-content: center;
  padding: 0 18px;
}

.lm-ico {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: rgba(216, 183, 122, 0.16);
  border: 1px solid rgba(151, 112, 62, 0.18);
  color: #7a5930;
}

.lm-ico svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lm-text {
  color: rgba(25, 24, 24, 0.78);
  font-size: 16px;
  line-height: 1.35;
}

.lm-mark {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-size: 21px;
  line-height: 1;
  font-weight: 500;
}

.lm-mark--gold {
  color: #9b732f;
  border: 2px solid rgba(190, 137, 63, 0.78);
  background: rgba(246, 239, 227, 0.62);
}

.lm-mark--gray {
  color: #7e7d79;
  border: 2px solid rgba(145, 143, 137, 0.65);
  background: rgba(255, 255, 255, 0.42);
}

.lm-mark--x {
  color: #8d8982;
  border: 1.5px solid rgba(145, 143, 137, 0.5);
  background: rgba(232, 229, 223, 0.5);
}

.lm-center-text {
  color: #8a602b;
  font-weight: 600;
}

.lm-center-elite {
  max-width: 120px;
  color: #8a602b;
  font-size: 11px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}

/* =========================
   LM SERVICES TABLE — COLORS + DEPTH
   ========================= */

.lm-services-card {
  overflow: hidden;
  border-radius: 34px;
  background: #fbf8f3;
  border: 1px solid rgba(42, 34, 25, 0.08);
  box-shadow:
    0 20px 34px rgba(42, 34, 25, 0.12),
    0 4px 10px rgba(42, 34, 25, 0.06);
}

.lm-services-grid {
  overflow: hidden;
  border-radius: inherit;
  background: #fbf8f3;
}



/* CENTER COLUMN HIGHLIGHT */

.lm-col--mid {
  position: relative;
  z-index: 2;

  background: linear-gradient(
    180deg,
    #f4ead8 0%,
    #eee1ca 52%,
    #e7d7bc 100%
  );
  

  border-left: 1px solid rgba(120, 92, 52, 0.18);
  border-right: 1px solid rgba(120, 92, 52, 0.18);
}

/* CLIENT HEADER — stronger but still elegant */

.lm-col--mid .lm-head,
.lm-head--dark {
  background: linear-gradient(
    180deg,
    #e9dcc8 0%,
    #d9c7a8 52%,
    #cbb694 100%
  );
  

  color: #171513;
  border-bottom: 1px solid rgba(80, 60, 35, 0.14);
}