@charset "UTF-8";
/**
 * Returns the value of the `$key` value of a provided `$map`.
 */
/**
 * Uses `getProperty()` to return a value from the `$colors` map.
 */
/**
 * Uses `getProperty()` to return a value from the `$breakpoints` map.
 */
@media (min-width: 768px) {
  .max-width--xlarge {
    width: 100% !important;
    max-width: none !important; } }

/*------------------------------------*\
  #TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
  #COLORS
\*------------------------------------*/
/*------------------------------------*\
  #ELEMENT-DEFAULTS
\*------------------------------------*/
/*------------------------------------*\
  #HEADER-DEFAULTS
\*------------------------------------*/
/*------------------------------------*\
  #HORIZONTAL-SPACING
\*------------------------------------*/
/*------------------------------------*\
  #BREAKPOINTS
\*------------------------------------*/
/*------------------------------------*\
  #TRANSITIONS
\*------------------------------------*/
.blog-clp-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0px; }
  .blog-clp-content h1 {
    margin: 0px 10px;
    font-size: 1rem;
    font-weight: 500;
    padding: 50px 0px; }
  .blog-clp-content .filter-tags {
    margin: 20px 10px;
    margin-bottom: 44px;
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .blog-clp-content .filter-tags .tags {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 80%; }
    .blog-clp-content .filter-tags .tag {
      width: 25%;
      text-align: center;
      padding: 10px;
      border: 0.5px solid #b7b7b7;
      list-style: none;
      font-size: 0.9rem; }
      .blog-clp-content .filter-tags .tag:hover {
        cursor: pointer; }
      @media screen and (max-width: 769px) {
        .blog-clp-content .filter-tags .tag {
          font-size: 0.6rem;
          padding: 0px; } }

.banner {
  position: relative;
  height: 500px;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 80px;
  color: #fff;
  font-family: "Montserrat"; }

@media (max-width: 767px) {
  .banner {
    padding: 38px; } }

.banner .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55); }

.banner-content {
  width: 100%;
  max-width: 550px;
  position: relative; }
  @media screen and (max-width: 769px) {
    .banner-content {
      width: 80%; } }

.blog-tag {
  letter-spacing: 2px;
  font-size: 14px;
  opacity: 0.9; }

.banner-content h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 2.1;
  margin: 15px 0;
  font-family: "MidlandLuxury", serif; }
  @media screen and (max-width: 769px) {
    .banner-content h2 {
      font-size: 20px;
      line-height: 41px; } }

.subtitle {
  width: 80%;
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat";
  line-height: 1.6;
  margin-bottom: 30px;
  opacity: 0.9; }
  @media screen and (max-width: 769px) {
    .subtitle {
      width: 90%;
      font-size: 14px; } }

.read-more {
  display: inline-block;
  padding: 12px 28px;
  background-color: #b08a5a;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease; }
  @media screen and (max-width: 769px) {
    .read-more {
      font-size: 10px; } }

.read-more:hover {
  background-color: #9a7448; }

.blog-breadcrums {
  height: 50px;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end; }

.breadcrum-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.blogs-content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 50px;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Montserrat"; }
  .blogs-content .blog-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    height: 100%; }
    .blogs-content .blog-card__image-link, .blogs-content .blog-card__title-link {
      display: block;
      width: 100%;
      color: inherit;
      text-decoration: none; }
    .blogs-content .blog-card__image-link {
      line-height: 0; }
    .blogs-content .blog-card .blog-carousel-img {
      display: block;
      width: 100%;
      height: auto; }
    @media screen and (max-width: 769px) {
      .blogs-content .blog-card {
        width: 100%;
        text-align: center; } }
    .blogs-content .blog-card .card-blogimg {
      height: 180px;
      width: 380px; }
    .blogs-content .blog-card .blog-card-header {
      font-size: 1.3rem;
      color: #b59862;
      font-weight: 500; }
    .blogs-content .blog-card .blog-card-title {
      font-size: 1.2rem; }
    .blogs-content .blog-card .blog-card-descrip {
      font-size: 0.9rem;
      color: #00000094;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .blogs-content .blog-card .read-more-pdpblog {
      color: #b59862;
      font-weight: 700;
      text-decoration: underline;
      text-underline-offset: 6px;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 0.8px; }
    .blogs-content .blog-card .card-reader {
      font-size: 1.1rem;
      color: #b59862;
      font-weight: 700;
      text-decoration: underline;
      text-underline-offset: 6px;
      text-transform: uppercase;
      letter-spacing: 0.8px; }

.social-media {
  height: 50px;
  border-top: 2px solid rgba(0, 0, 0, 0.385);
  border-bottom: 2px solid rgba(0, 0, 0, 0.385);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  font-family: "Montserrat";
  margin: 30px 0px; }
  @media screen and (max-width: 769px) {
    .social-media {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 5px; } }

.social-media-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 769px) {
    .social-media-icon {
      margin: 10px; } }

.social-media img {
  width: 40px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block; }

#u-tube {
  width: 28px;
  height: 28px; }

#Blog-share-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0; }

.blog-share-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 43px; }

.blog-icon-button {
  width: 10%;
  margin: 0px 15px; }

.blog-list {
  -webkit-transform-origin: top left !important;
          transform-origin: top left !important; }

.blog-carousel {
  width: 100%;
  max-width: 1440px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  gap: 20px; }
  .blog-carousel .detailBlog-header {
    margin: 30px 10px;
    font-family: MidlandLuxury, serif;
    font-size: 22px;
    letter-spacing: 4px; }
    @media (max-width: 767px) {
      .blog-carousel .detailBlog-header {
        font-size: 15px; } }
  .blog-carousel .carousel-arrows {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    font-size: 22px; }
    .blog-carousel .carousel-arrows .carousel-arrow {
      background: none;
      border: none;
      cursor: pointer;
      font-size: 22px;
      color: #333;
      -webkit-transition: color 0.2s ease;
      transition: color 0.2s ease; }
      .blog-carousel .carousel-arrows .carousel-arrow:hover {
        color: #000; }
  .blog-carousel .blog-carousel-card a {
    color: #b59862;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 6px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.8px; }
  .blog-carousel .blog-carousel-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
    padding: 10px 0;
    width: 90%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-scroll-snap-type: x mandatory;
        -ms-scroll-snap-type: x mandatory;
            scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; }
    .blog-carousel .blog-carousel-cards::-webkit-scrollbar {
      display: none; }
    @media screen and (max-width: 769px) {
      .blog-carousel .blog-carousel-cards {
        width: 100%; } }
  .blog-carousel .blog-carousel-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100vw;
            flex: 0 0 100vw;
    max-width: 360px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    scroll-snap-align: start;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    text-align: start; }
    @media screen and (max-width: 769px) {
      .blog-carousel .blog-carousel-card {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 85vw;
                flex: 0 0 85vw;
        max-width: 1440px;
        text-align: center; } }
  .blog-carousel .blog-carousel-header {
    font-size: 0.9rem;
    color: #b59862;
    letter-spacing: 0.5px; }
  .blog-carousel .blog-carousel-descrip {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #222;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .blog-carousel .blog-carousel-img {
    width: 100%;
    overflow: hidden;
    border-radius: 2px; }
  .blog-carousel .blog-carousel-img img {
    width: 100%;
    height: 10%;
    -o-object-fit: cover;
       object-fit: cover; }
  @media screen and (min-width: 1024px) {
    .blog-carousel .blog-carousel-card {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 350px;
              flex: 0 0 350px; } }

.pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: "Montserrat"; }

.pagination-left,
.pagination-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 48px;
  height: 32px;
  background: none;
  border: none;
  color: #8b5e3c;
  cursor: pointer;
  font-size: 18px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.pagination-left.disabled,
.pagination-right.disabled {
  opacity: 0.3;
  pointer-events: none; }

.pagination-left .left,
.pagination-right .right {
  font-size: 22px;
  line-height: 1; }

.pagination-left::after {
  content: "...";
  position: absolute;
  right: 4px;
  font-size: 16px;
  opacity: 0;
  color: #9c6b3f;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.pagination-right::before {
  content: "...";
  position: absolute;
  left: 4px;
  font-size: 16px;
  opacity: 0;
  color: #9c6b3f;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.pagination-wrapper.show-left-dots .pagination-left::after {
  opacity: 1; }

.pagination-wrapper.show-right-dots .pagination-right::before {
  opacity: 1; }

.pagination {
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 0;
  margin: 0;
  max-width: 210px;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none; }

.pagination::-webkit-scrollbar {
  display: none; }

.pagination li {
  display: inline-block; }

.pagination a,
.pagination .left,
.pagination .right {
  text-decoration: none;
  color: #8b5e3c;
  font-size: 18px;
  padding: 5px 8px;
  -webkit-transition: color 0.2s, -webkit-transform 0.2s;
  transition: color 0.2s, -webkit-transform 0.2s;
  transition: color 0.2s, transform 0.2s;
  transition: color 0.2s, transform 0.2s, -webkit-transform 0.2s;
  cursor: pointer; }

.pagination a:hover,
.pagination-left:hover,
.pagination-right:hover {
  color: #a97450;
  -webkit-transform: scale(1.2);
          transform: scale(1.2); }

.pagination .active a {
  border-bottom: 2px solid #8b5e3c;
  font-weight: bold;
  display: block; }

@media (max-width: 767px) {
  .filter-tags {
    width: 100% !important; }
    .filter-tags .tag {
      width: 30% !important;
      height: 38px; }
  .blogs-content .blog-card .blog-card-header,
  .blogs-content .blog-card .blog-card-title,
  .blogs-content .blog-card .blog-card-descrip,
  .blogs-content .blog-card .read-more-pdpblog {
    font-size: 12px;
    letter-spacing: 0.48px; } }

.filter-tags .tag.activeBorder {
  background-color: #dfdede;
  border-bottom: 2px solid #b7b7b7;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease; }

.hero-banner img {
  width: 100%;
  height: auto;
  border-radius: 2px;
  -o-object-fit: cover;
     object-fit: cover; }

.blog-date {
  margin-top: 20px;
  margin-bottom: 46px;
  font-size: 1.1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #b59862;
  text-align: center; }

.blog-title .blog-title-header {
  text-align: center;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 3;
  font-family: MidlandLuxury, serif; }

@media (max-width: 767px) {
  .blog-description-one,
  .blogRightDescription,
  .blog-description-two {
    padding: 36px; } }

.blog-description-one p {
  margin-top: 16px;
  font-size: 14px;
  line-height: 25px;
  color: #444;
  text-align: center; }

.blog-row {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px; }

.blogLightImageSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.blogLightImageSection img {
  width: 500px;
  height: 420px;
  border-radius: 2px;
  -o-object-fit: cover;
     object-fit: cover; }

.blogRightDescription p {
  font-size: 14px;
  line-height: 25px;
  color: #444;
  text-align: center;
  margin: 20px 0px; }

.blog-description-two {
  margin-top: 32px;
  margin-bottom: 70px; }

.blog-description-two h2 {
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px; }
  @media (max-width: 767px) {
    .blog-description-two h2 {
      font-size: 1.1rem; } }

.blog-description-two p {
  font-size: 14px;
  line-height: 25px;
  color: #444;
  text-align: center;
  margin-bottom: 15px; }

.blog-description-two .bold-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center; }

@media screen and (min-width: 768px) {
  .blogPdp {
    max-width: 1200px;
    margin: 0 auto; }
  .blog-description-one p {
    text-align: start; }
  .blog-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .blogLightImageSection,
  .blogRightDescription {
    width: 50%; }
  .blog-title {
    margin-bottom: 10px; }
  .blog-title .blog-title-header {
    font-size: 22px;
    font-family: MidlandLuxury, serif;
    text-align: start; }
  .blog-date,
  .blog-description-two p,
  .blog-description-two h2,
  .blogRightDescription p {
    text-align: start; }
  .blog-description-two .bold-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: start; } }

.blog-hero-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden; }

.blog-hero-banner {
  width: 100%;
  height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block; }

.mobile-blog-hero-banner {
  display: none; }

/* Overlay is a flex column: breadcrumb block at top, content block pushed to bottom via margin-top:auto */
.blog-hero-overlay {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px 64px 48px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(20, 15, 10, 0.85)), color-stop(40%, rgba(20, 15, 10, 0.65)), color-stop(65%, rgba(20, 15, 10, 0.2)), color-stop(82%, rgba(20, 15, 10, 0)));
  background: linear-gradient(90deg, rgba(20, 15, 10, 0.85) 0%, rgba(20, 15, 10, 0.65) 40%, rgba(20, 15, 10, 0.2) 65%, rgba(20, 15, 10, 0) 82%);
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* --- Top block: breadcrumb trail + secondary line --- */
.blog-breadcrums {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px; }

.mobile-view {
  display: none; }

.blog-breadcrums .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 11px;
  letter-spacing: 0.03em; }

.blog-breadcrums .breadcrumbs__anchor,
.blog-breadcrums .breadcrumbs__item {
  color: rgba(255, 255, 255, 0.75); }

.blog-hero-overlay .breadcrumbs__item:first-child .breadcrumbs__anchor {
  color: rgba(255, 255, 255, 0.75); }

.blog-breadcrums .breadcrumbs__separator {
  margin: 0 6px;
  color: rgba(255, 255, 255, 0.5); }

.blog-title-sub {
  font-size: 11px;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.75); }

/* --- Bottom block: meta line + title, pushed to the bottom of the overlay --- */
.blog-content {
  margin-top: 65px;
  max-width: 560px; }

.blog-meta {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.9); }

.blog-title {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 44px;
  line-height: 1.3;
  margin: 0;
  color: #fff; }

/* Responsive */
:root {
  --color-bg: #ffffff;
  --color-section-bg: #f7efe7b0;
  --color-accent: #bd6f3e;
  --color-text-dark: #2b2725;
  --color-text-body: #6f6b67;
  --color-border: #e6d9cb;
  --font-display:'Montserrat',  'Playfair Display', Georgia, serif;
  --font-body: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }

/* ===== outer fold wrapper (1st div) ===== */
.fold {
  counter-increment: fold-counter;
  max-width: 1180px;
  margin: 0 auto;
  padding: 30px 10px 0;
  background: #ffffff;
  background: var(--color-bg); }

/* ===== editorial row (2nd div: copy col + media col) ===== */
.fold-editorial {
  display: grid;
  grid-template-columns: 1.5fr 0.6fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.fold-editorial--reverse {
  grid-template-columns: 1fr 0.3fr; }

/* -- copy column (h1 + isprint body) -- */
.fold-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.fold-copy h1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 25px;
  font-family: 'Montserrat',  'Playfair Display', Georgia, serif;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.35rem;
  color: #2b2725;
  color: var(--color-text-dark);
  margin: 0 0 18px;
  padding-left: 46px; }

.fold-copy p {
  width: 85%;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.85;
  color: #6f6b67;
  color: var(--color-text-body);
  margin: 0 0 12px; }

.fold-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }

.fold-media blockquote {
  border: 1px solid #e6d9cb;
  border: 1px solid var(--color-border);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 32px 40px 32px;
  width: 88%;
  font-family: 'Montserrat',  'Playfair Display', Georgia, serif;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
  color: #2b2725;
  color: var(--color-text-dark);
  margin: 0; }

.fold-media blockquote::before {
  content: '\201C';
  display: block;
  font-family: 'Montserrat',  'Playfair Display', Georgia, serif;
  font-family: var(--font-display);
  font-size: 56px;
  line-height: 1;
  color: #bd6f3e;
  color: var(--color-accent);
  margin: 0 0 8px; }

.fold-media blockquote::after {
  content: '';
  display: block;
  width: 48px;
  height: 2px;
  background: #bd6f3e;
  background: var(--color-accent);
  margin: 24px 0 0; }

.fold-media img,
.fold-media video {
  width: 200px;
  height: 200px;
  max-height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block; }

/* ===== products band (wrapping divs) ===== */
.fold-products {
  background: #f7efe7b0;
  background: var(--color-section-bg);
  margin: 25px 0px 0px 41px;
  padding: 25px 25px; }

/* head row: div(h2+p) + p("VIEW ALL...") */
.fold-products-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 28px; }

.fold-products-head h2 {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #2b2725;
  color: var(--color-text-dark);
  margin: 0 0 6px; }

.fold-products-head > div > p {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 13px;
  color: #6f6b67;
  color: var(--color-text-body);
  margin: 0; }

.fold-view-all {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 11.5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #2b2725;
  color: var(--color-text-dark);
  white-space: nowrap;
  cursor: pointer;
  padding-bottom: 2px;
  margin: 0; }

.fold-view-all::after {
  content: '  \2192'; }

/* product list */
.fold-product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  position: relative; }

.fold-product-list::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  color: #bd6f3e;
  color: var(--color-accent); }

.fold-product-list::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  color: #bd6f3e;
  color: var(--color-accent); }

.fold-product-card {
  position: relative;
  background: #ffffff;
  padding: 24px 24px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fold-product-card img {
  display: block;
  aspect-ratio: 3/3;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0px 0 18px; }

.fold-product-card h3 {
  font-family: 'Montserrat',  'Playfair Display', Georgia, serif;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 15px;
  color: #2b2725;
  color: var(--color-text-dark);
  margin: 0 0 6px; }

.fold-product-card > p {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 14px;
  color: #2b2725;
  color: var(--color-text-dark);
  margin: 0; }

.fold-product-card > p::before {
  content: '\20B9'; }

.blogPdp {
  width: 96%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /* Important */
  gap: 10px; }

.sidebar {
  width: 220px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  /* Important */
  position: -webkit-sticky;
  position: sticky;
  top: 20px; }

.blog-sidebar {
  min-height: 100%;
  width: 95%;
  padding: 5px;
  margin-top: 40px;
  border-right: 2px solid #e8a26c32; }

.on-this-page {
  counter-reset: head-count;
  width: 100%; }

.on-this-page h1 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 20px; }

.topic-link {
  counter-increment: head-count;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  margin: 12px 0;
  font-size: 0.75rem;
  line-height: 1.85;
  color: #6f6b67;
  color: var(--color-text-body);
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.topic-link::before {
  content: counter(head-count, decimal-leading-zero);
  color: #bd6f3e;
  color: var(--color-accent);
  font-weight: 600;
  min-width: 28px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.topic-link:hover {
  color: #bd6f3e;
  color: var(--color-accent); }

.blog-share-box {
  width: 90%;
  border: 2px solid #e8a26c32;
  padding: 24px;
  background: #fff;
  margin-top: 40px; }

.copy-url-btn {
  position: relative;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: inherit; }

.copy-url-tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-6px);
          transform: translateX(-50%) translateY(-6px);
  background: #2b2725;
  background: var(--color-text-dark, #2b2725);
  color: #fff;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }

.copy-url-btn.is-copied .copy-url-tooltip {
  opacity: 1; }

.copy-url-btn .icon {
  fill: none;
  font-size: 1.2rem;
  stroke: currentColor; }

.blog-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-bottom: 24px; }

.blog-social-links a {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.blog-social-links img {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain; }

.blog-border {
  width: 90%;
  margin-top: 20px;
  border-bottom: 2px solid #e8a26c32; }

.blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  list-style: none;
  padding: 0;
  margin-top: 14px; }

.blog-share-title {
  font-size: 0.8rem;
  text-align: center; }

.list-of-topics {
  width: 85%; }

.div-scroll {
  height: 100vh;
  overflow: scroll;
  margin-top: 40px; }

.div-scroll::-webkit-scrollbar {
  display: none; }

.related-stories {
  margin-top: 10px; }

.related-stories h1 {
  font-size: 0.8rem; }

.faqSection {
  margin-top: 20px; }

.related-stories h1 {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #2b2725;
  color: var(--color-text-dark);
  margin: 0 0 20px; }

.story-link {
  display: grid;
  grid-template-columns: 56px 1fr;
  grid-template-rows: auto auto;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  row-gap: 2px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  text-decoration: none;
  margin-bottom: 20px; }
  .story-link img {
    grid-column: 1;
    grid-row: 1 / 3;
    width: 56px;
    height: 56px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
    display: block; }
  .story-link .story-title {
    grid-column: 2;
    grid-row: 1;
    font-family: 'Montserrat',  'Playfair Display', Georgia, serif;
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 13.5px;
    line-height: 1.35;
    color: #2b2725;
    color: var(--color-text-dark);
    margin: 0; }
  .story-link .story-date {
    grid-column: 2;
    grid-row: 2;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-family: var(--font-body);
    font-weight: 300;
    font-size: 11.5px;
    color: #6f6b67;
    color: var(--color-text-body);
    margin: 4px 0 0; }

.view-all-stories {
  display: block;
  padding-top: 16px;
  border-top: 1px solid #e6d9cb;
  border-top: 1px solid var(--color-border);
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 11.5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #2b2725;
  color: var(--color-text-dark);
  text-decoration: none; }
  .view-all-stories::after {
    content: '  \2192'; }

@media (max-width: 900px) {
  /* ============ PAGE-LEVEL ORDER ============ */
  .blog-page {
    display: grid;
    padding: 2px 0xp;
    grid-template-columns: 1fr;
    grid-template-areas: "breadscrum" "hero" "onpage" "content" "faq" "related" "share"; }
  .blog-hero-wrapper {
    grid-area: hero; }
  .faqSection {
    grid-area: faq;
    width: 100%;
    margin-top: 28px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  /* ============ HERO ============ */
  .mobile-blog-hero-banner {
    display: block;
    width: 100%;
    height: auto; }
  .blog-hero-banner {
    display: none; }
  .blog-hero-overlay {
    padding: 16px 24px 32px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 15, 10, 0.85)), color-stop(45%, rgba(20, 15, 10, 0.6)), color-stop(75%, rgba(20, 15, 10, 0.25)), to(rgba(20, 15, 10, 0)));
    background: linear-gradient(180deg, rgba(20, 15, 10, 0.85) 0%, rgba(20, 15, 10, 0.6) 45%, rgba(20, 15, 10, 0.25) 75%, rgba(20, 15, 10, 0) 100%); }
  .blog-title {
    font-size: 30px; }
  .blog-content {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px; }
  .blog-meta {
    font-size: 0.7rem; }
  .blog-breadcrums .breadcrumbs {
    display: none; }
  .blog-title-sub {
    display: none; }
  .mobile-view {
    grid-area: breadscrum;
    display: block;
    height: 40px;
    width: 100%;
    padding: 15px 20px; }
  /* ============ PAGE LAYOUT (blogPdp / sidebar / content) ============ */
  .blogPdp {
    display: contents; }
  .sidebar {
    display: contents; }
  .blog-sidebar {
    display: contents; }
  .div-scroll {
    grid-area: content;
    height: auto;
    overflow: visible;
    margin-top: 20px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  /* ---- On This Page (real dropdown — see JS) ---- */
  .on-this-page {
    grid-area: onpage;
    width: 100%;
    margin-top: 35px;
    border: 1px solid #e6d9cb;
    border: 1px solid var(--color-border);
    padding: 14px 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .on-this-page h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 11px;
    letter-spacing: 1.5px;
    color: #bd6f3e;
    color: var(--color-accent);
    margin: 0;
    cursor: pointer; }
  .on-this-page h1::after {
    content: '\2304';
    font-size: 16px;
    line-height: 1;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  .on-this-page.is-open h1::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .list-of-topics {
    width: 100%;
    overflow: hidden;
    max-height: 0;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    -webkit-transition: max-height 0.35s ease;
    transition: max-height 0.35s ease; }
  .on-this-page.is-open .list-of-topics {
    max-height: 700px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #e6d9cb;
    border-top: 1px solid var(--color-border); }
  .topic-link {
    font-size: 12px; }
  /* ---- Share box ---- */
  .blog-share-box {
    grid-area: share;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 85%;
    margin: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 24px; }
  .blog-border {
    display: none; }
  /* ---- Related stories ---- */
  .related-stories {
    grid-area: related;
    width: 100%;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid #e6d9cb;
    border-top: 1px solid var(--color-border);
    background-color: #f7efe7b0;
    margin-bottom: 20px; }
  /* ============ FOLD SECTIONS ============ */
  .fold {
    padding: 32px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .fold-editorial,
  .fold-editorial--reverse {
    display: contents; }
  .fold-copy {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left; }
  .fold-products {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 24px 0 0;
    padding: 20px 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .fold-media {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 24px; }
  /* ---- Quote sections (e.g. section 1) */
  .fold:has(.fold-media > blockquote) .fold-media {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .fold:has(.fold-media > blockquote) .fold-products {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .fold:has(.fold-media > img) .fold-copy,
  .fold:has(.fold-media > video) .fold-copy {
    display: contents; }
  .fold:has(.fold-media > img) .fold-copy > h1,
  .fold:has(.fold-media > video) .fold-copy > h1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%; }
  .fold:has(.fold-media > img) .fold-media,
  .fold:has(.fold-media > video) .fold-media {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 15px 0px; }
  .fold:has(.fold-media > img) .fold-copy > :not(h1),
  .fold:has(.fold-media > video) .fold-copy > :not(h1) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .fold:has(.fold-media > img) .fold-products,
  .fold:has(.fold-media > video) .fold-products {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .fold-copy h1 {
    font-size: 1.05rem;
    gap: 0;
    padding-left: 0px; }
  .fold-copy p {
    width: 100%; }
  .fold-media blockquote {
    width: 90%;
    padding: 24px 20px;
    font-size: 17px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    background: #FCF7F2;
    color: #B69862;
    border-radius: 10px; }
    .fold-media blockquote::before {
      content: ''; }
    .fold-media blockquote::after {
      display: none; }
  .fold-media img,
  .fold-media video {
    width: 100%;
    height: auto;
    max-height: 260px; }
  /* ---- Products band: exactly 2 cards visible, scroll for more ---- */
  .fold-products-head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 0 16px; }
  .fold-products-head h2 {
    font-size: 11px; }
  .fold-products-head > div > p {
    font-size: 11px; }
  .fold-view-all {
    font-size: 8px; }
  .fold-product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    -webkit-scroll-snap-type: x mandatory;
        -ms-scroll-snap-type: x mandatory;
            scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 12px;
    padding: 0 0 4px; }
  .fold-product-list::-webkit-scrollbar {
    display: none; }
  .fold-product-list {
    scrollbar-width: none; }
  .fold-product-list::before,
  .fold-product-list::after {
    display: none; }
  .fold-product-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 6px);
            flex: 0 0 calc(50% - 6px);
    scroll-snap-align: start;
    background: transparent;
    padding: 10px 8px 12px; }
  .fold-product-card img {
    height: 180px;
    margin: 4px 0 10px;
    -o-object-fit: cover;
       object-fit: cover; }
  .fold-product-card h3 {
    font-size: 12px;
    line-height: 1.3; }
  .fold-product-card > p {
    font-size: 12.5px; }
  .blog-wishlist {
    margin: 20px 18px; }
  .fold-view-all-category {
    display: none; }
  /* ---- Carousel scroll progress bar ---- */
  .fold-products > div {
    position: relative; }
  .fold-products > div::before {
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    border-radius: 2px;
    margin-top: 14px; }
  .fold-products > div::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0%;
    left: var(--carousel-thumb-left, 0%);
    height: 1px;
    width: 40%;
    width: var(--carousel-thumb-width, 40%);
    background: #bd6f3e;
    background: var(--color-accent);
    border-radius: 10px; }
  .fold-products > div.no-scroll::before,
  .fold-products > div.no-scroll::after {
    display: none; }
  .story-link, .related-stories h1 {
    margin-left: 18px; }
  .view-all-stories {
    padding: 5px;
    border-top: none;
    text-align: center;
    padding-bottom: 20px; }
  .accordion-header {
    color: #9a7448; }
  .blog-list {
    margin: 0px;
    gap: 15px; }
  .blog-share-title {
    font-size: 0.76rem;
    color: #6d451e; } }


/*# sourceMappingURL=blogs.css.map*/