/** Shopify CDN: Minification failed

Line 75:0 All "@import" rules must come first
Line 2301:2 All "@import" rules must come first
Line 3268:0 All "@import" rules must come first
Line 4267:2 All "@import" rules must come first
Line 6847:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:404 (INDEX:0) */
.page-404 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
    background-color: #F8F5F0;
    text-align: center;
    padding: 40px 20px;
    font-family: 'Inter', sans-serif;
  }

  .page-404__content {
    max-width: 600px;
  }

  .page-404__title {
    font-family: 'Playfair Display', serif;
    font-size: 8rem;
    color: #1a1a1a;
    margin: 0;
    line-height: 1;
    font-weight: 500;
  }

  .page-404__subtitle {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #333;
    margin: 20px 0;
    font-weight: 400;
  }

  .page-404__text {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 40px;
    line-height: 1.6;
  }

  .page-404__button {
    display: inline-block;
    padding: 16px 40px;
    background-color: #1a1a1a;
    color: #ffffff !important;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: all 0.3s ease;
  }

  .page-404__button:hover {
    background-color: #B8966E;
    color: #ffffff !important;
  }
/* END_SECTION:404 */

/* START_SECTION:about-us (INDEX:6) */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400;1,600&family=Manrope:wght@400;500;600&family=Jost:wght@300;400;500&display=swap');

  /* ── Base ─────────────────────────────────────────────────────────────── */
  .about-us {
    width: 100%;
    background-color: #FCFAF6;
    color: #2C2C2C;
    box-sizing: border-box;
  }

  /* ── Hero ─────────────────────────────────────────────────────────────── */
  .about-us__hero {
    position: relative;
    width: 100%;
    height: 70vh;
    min-height: 420px;
    max-height: 700px;
    overflow: hidden;
  }

  .about-us__hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    display: block;
  }

  .about-us__hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.55) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
  }

  .about-us__hero-eyebrow {
    font-family: 'Jost', sans-serif;
    font-size: 0.65rem;
    font-weight: 400;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: #C5A880;
    margin: 0 0 1rem 0;
  }

  .about-us__hero-heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 600;
    line-height: 1.15;
    color: #FFFFFF;
    margin: 0;
    max-width: 700px;
    letter-spacing: 0.02em;
  }

  /* ── Divider ──────────────────────────────────────────────────────────── */
  .about-us__divider-wrap {
    display: flex;
    justify-content: center;
    padding: 1rem 0;
  }

  .about-us__divider {
    max-width: 480px;
    width: 100%;
    height: auto;
    mix-blend-mode: multiply;
  }

  /* ── Logo ─────────────────────────────────────────────────────────────── */
  .about-us__logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 3.5rem;
  }

  .about-us__values .about-us__logo-wrapper {
    margin-top: 1.5rem;
  }

  .about-us__logo {
    display: block;
    width: auto;
    height: 90px;
    object-fit: contain;
  }

  /* ── Shared Section Layout ────────────────────────────────────────────── */
  .about-us__section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    max-width: 1200px;
    margin: 4rem auto;
    padding: 0 2rem;
    box-sizing: border-box;
    align-items: center;
  }

  .about-us__section--reversed {
    direction: rtl;
  }

  .about-us__section--reversed > * {
    direction: ltr;
  }

  .about-us__label {
    display: block;
    font-family: 'Jost', sans-serif;
    font-size: 0.6rem;
    font-weight: 500;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #C5A880;
    margin-bottom: 0.75rem;
  }

  .about-us__section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.6rem, 3vw, 2.6rem);
    font-weight: 600;
    line-height: 1.2;
    color: #4A0404;
    margin: 0 0 1.5rem 0;
    letter-spacing: 0.02em;
  }

  .about-us__body {
    font-family: 'Manrope', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.85;
    color: #4a4a4a;
  }

  .about-us__body p {
    margin: 0 0 1rem 0;
  }

  .about-us__body p:last-child {
    margin-bottom: 0;
  }

  .about-us__origin-text,
  .about-us__craft-text {
    padding: 2rem 3rem 2rem 1rem;
  }

  .about-us__section--reversed .about-us__craft-text {
    padding: 2rem 1rem 2rem 3rem;
  }

  .about-us__img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
  }

  /* ── Philosophy Strip ─────────────────────────────────────────────────── */
  .about-us__philosophy {
    position: relative;
    background-color: #4A0404;
    padding: 5rem 2rem;
    text-align: center;
    overflow: hidden;
  }

  .about-us__philosophy-watermark {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 160px;
    height: auto;
    opacity: 0.08;
    pointer-events: none;
  }

  .about-us__philosophy-quote {
    position: relative;
    z-index: 2;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.3rem, 3vw, 2rem);
    font-weight: 400;
    font-style: italic;
    line-height: 1.5;
    color: #F7E7CE;
    max-width: 800px;
    margin: 0 auto;
    letter-spacing: 0.03em;
  }

  /* ── Values Grid ──────────────────────────────────────────────────────── */
  .about-us__values {
    background-color: #FCFAF6;
    padding: 1rem 2rem 3rem;
    text-align: center;
  }

  .about-us__values-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 600;
    color: #4A0404;
    margin: 0 0 3rem 0;
    letter-spacing: 0.03em;
  }

  .about-us__values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    max-width: 1100px;
    margin: 0 auto 3rem;
  }

  .about-us__value-card {
    padding: 2.5rem 2rem;
    border: 1px solid rgba(197, 168, 128, 0.3);
    background-color: #ffffff;
  }

  .about-us__value-icon {
    display: block;
    font-size: 1.2rem;
    color: #C5A880;
    margin-bottom: 1rem;
  }

  .about-us__value-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: #4A0404;
    margin: 0 0 0.75rem 0;
    letter-spacing: 0.05em;
  }

  .about-us__value-card p {
    font-family: 'Manrope', sans-serif;
    font-size: 0.85rem;
    line-height: 1.75;
    color: #5a5a5a;
    margin: 0;
  }

  /* ── CTA ──────────────────────────────────────────────────────────────── */
  .about-us__cta {
    background-color: #F4F0EB;
    text-align: center;
    padding: 6rem 2rem;
  }

  .about-us__cta-sub {
    font-family: 'Jost', sans-serif;
    font-size: 0.62rem;
    font-weight: 400;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #C5A880;
    margin: 0 0 1rem 0;
  }

  .about-us__cta-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 600;
    color: #4A0404;
    margin: 0 0 2.5rem 0;
    letter-spacing: 0.03em;
  }

  .about-us__cta-btn {
    display: inline-block;
    background: transparent;
    border: 1px solid #C5A880;
    border-radius: 30px;
    color: #C5A880;
    font-family: 'Manrope', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 14px 42px;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease;
  }

  .about-us__cta-btn:hover {
    background: rgba(197, 168, 128, 0.15);
    color: #a8895a;
  }

  /* ── Mobile ───────────────────────────────────────────────────────────── */
  @media (max-width: 768px) {
    .about-us__logo {
      height: 70px;
    }
    .about-us__logo-wrapper {
      margin-top: 2rem;
    }
    .about-us__values .about-us__logo-wrapper {
      margin-top: 1rem;
    }

    .about-us__hero {
      height: 55vw;
      min-height: 280px;
    }

    .about-us__section {
      grid-template-columns: 1fr;
      margin: 2.5rem auto;
      padding: 0 1.25rem;
    }

    .about-us__section--reversed {
      direction: ltr;
    }

    .about-us__origin-text,
    .about-us__craft-text {
      padding: 1.5rem 0;
    }

    .about-us__section--reversed .about-us__craft-text {
      padding: 1.5rem 0;
    }

    .about-us__img {
      height: 280px;
    }

    .about-us__philosophy {
      padding: 3.5rem 1.5rem;
    }

    .about-us__philosophy-watermark {
      display: none;
    }

    .about-us__values-grid {
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }

    .about-us__value-card {
      padding: 2rem 1.5rem;
    }

    .about-us__cta {
      padding: 4rem 1.5rem;
    }
  }
/* END_SECTION:about-us */

/* START_SECTION:begin-journey (INDEX:8) */
.bj {
    background-color: #EDE8DF;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }

  /* Mountain background — prominent pahadi feel */
  .bj::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: var(--mountain-bg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.55;
    pointer-events: none;
    z-index: 1;
  }

  /* Warm mist gradient over the mountain — fades top to transparent so text stays readable */
  .bj::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to bottom,
      rgba(237, 232, 223, 0.72) 0%,
      rgba(237, 232, 223, 0.38) 45%,
      rgba(237, 232, 223, 0.18) 100%
    );
    pointer-events: none;
    z-index: 2;
  }

  .bj__inner {
    position: relative;
    z-index: 3;
    max-width: 800px;
    margin: 0 auto;
    padding: 132px 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }

  .bj__eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #A38A67;
    margin: 0 0 24px 0;
  }

  .bj__heading {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2.8rem, 6.5vw, 5.2rem);
    font-weight: 400;
    line-height: 1.15;
    color: #1C1C1C;
    margin: 0 0 28px 0;
    letter-spacing: -0.015em;
  }

  .bj__heading-line {
    display: block;
  }

  .bj__heading-highlight {
    font-style: italic;
    color: #A38A67; /* Gold accent color for Mountains */
  }

  .bj__description {
    font-family: 'DM Sans', sans-serif;
    font-size: clamp(14px, 2.2vw, 15px);
    line-height: 1.7;
    color: #5C4D3E;
    max-width: 580px;
    margin: 0 0 44px 0;
  }

  .bj__button {
    font-family: 'DM Sans', sans-serif;
    display: inline-flex;
    align-items: center;
    background-color: #85693F; /* Olive-bronze gold */
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.15em;
    padding: 18px 40px;
    border: none;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 4px 12px rgba(133, 105, 63, 0.15);
  }

  .bj__button:hover {
    background-color: #705731;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(133, 105, 63, 0.25);
  }

  .bj__button-arrow {
    margin-left: 10px;
    transition: transform 0.3s ease;
  }

  .bj__button:hover .bj__button-arrow {
    transform: translateX(4px);
  }

  /* Scroll entrance animations */
  .bj__content {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  }

  .bj--active .bj__content {
    opacity: 1;
    transform: translateY(0);
  }

  @media (max-width: 768px) {
    .bj__inner {
      padding: 96px 20px;
    }
    .bj__heading {
      margin-bottom: 24px;
    }
    .bj__description {
      margin-bottom: 36px;
    }
  }
/* END_SECTION:begin-journey */

/* START_SECTION:best-craftsmanship (INDEX:9) */
.best-craftsmanship-section {
    width: 100%;
    background-color: #FCFAF6;
    background-image: var(--mountain-bg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: var(--padding-top-desktop);
    padding-bottom: var(--padding-bottom-desktop);
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
  }

  .floral-corner-decoration {
    position: absolute;
    width: 350px;
    max-width: 35vw;
    pointer-events: none;
    z-index: 0;
    mix-blend-mode: multiply;
    opacity: 0.8;
  }
  .floral-corner-decoration.bottom-right {
    bottom: -20px;
    right: -20px;
    transform: scaleX(-1);
  }

  .best-craftsmanship__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
  }

  .best-craftsmanship__eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #C5A880;
    text-align: center;
    margin: 0 auto 14px auto;
    opacity: 0.85;
  }

  .best-craftsmanship__ornament-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 380px;
    margin: 10px auto 16px auto;
  }

  .best-craftsmanship__ornament-divider svg {
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
  }

  .best-craftsmanship__title {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 600;
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    line-height: 100%;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #4A0404;
    text-align: center;
    margin: 0 auto 6px auto;
  }

  .best-craftsmanship__title em,
  .best-craftsmanship__title i {
    font-style: italic;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
  }

  .best-craftsmanship__subheading {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 9px;
    line-height: 127%;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #C5A880;
    text-align: center;
    margin: 0 auto 48px auto;
  }

  .best-craftsmanship__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
    row-gap: 48px;
    width: 100%;
  }

  .best-craftsmanship__grid-item {
    position: relative;
    width: 100%;
  }

  .best-craftsmanship__grid-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 8%;
    height: 84%;
    border-right: 1.5px dotted rgba(197, 168, 128, 0.5);
    pointer-events: none;
  }

  .best-craftsmanship__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    border: 1px solid rgba(197, 168, 128, 0.22);
    border-radius: 24px;
    padding: 28px 24px;
    box-sizing: border-box;
    box-shadow: 0 4px 20px rgba(197, 168, 128, 0.04);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .best-craftsmanship__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(197, 168, 128, 0.12);
  }

  .best-craftsmanship__image-wrapper {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
    border-radius: 16px;
    background: transparent;
    border: none;
    box-shadow: none;
  }

  .best-craftsmanship__image-link {
    display: block;
    width: 100%;
    height: 100%;
  }

  .best-craftsmanship__placeholder-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #FCFAF6;
    border-radius: 14px;
    box-sizing: border-box;
    padding: 24px;
    border: none;
  }

  .best-craftsmanship__placeholder-icon {
    width: 76%;
    height: auto;
    max-height: 76%;
    stroke: #C5A880;
    filter: drop-shadow(0 2px 10px rgba(197, 168, 128, 0.15));
    transition: transform 0.5s ease, filter 0.4s ease;
  }

  .best-craftsmanship__card:hover .best-craftsmanship__placeholder-icon {
    transform: scale(1.06) translateY(-4px);
    filter: drop-shadow(0 8px 20px rgba(197, 168, 128, 0.3));
  }

  .best-craftsmanship__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }

  .best-craftsmanship__card:hover .best-craftsmanship__image {
    transform: scale(1.05);
  }

  .best-craftsmanship__product-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 600;
    font-size: clamp(16px, 2.2vw, 19px);
    line-height: 120%;
    letter-spacing: 0.02em;
    color: #4A0404;
    text-transform: capitalize;
    margin: 16px 0 5px 0;
  }

  .best-craftsmanship__product-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .best-craftsmanship__product-title a:hover {
    color: #C5A880;
  }

  .best-craftsmanship__product-price {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: #C5A880;
    margin-bottom: 12px;
  }

  .best-craftsmanship__card-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    max-width: 150px;
    margin-bottom: 12px;
  }

  .best-craftsmanship__divider-line {
    display: block;
    flex-grow: 1;
    height: 1px;
    background-color: rgba(197, 168, 128, 0.3);
  }

  .best-craftsmanship__tag {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 16px;
  }

  .best-craftsmanship__tag-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C5A880;
  }

  .best-craftsmanship__tag-label {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: #C5A880;
    text-transform: uppercase;
  }

  .best-craftsmanship__card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #4A0404;
    color: #FCFAF6;
    padding: 10px 28px;
    border-radius: 6px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 13.5px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-decoration: none;
    border: 1.5px solid #4A0404;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(74, 4, 4, 0.15);
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-top: auto; /* aligns buttons perfectly to bottom of card */
  }

  .best-craftsmanship__btn-caret {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 700;
    transition: transform 0.25s ease;
  }

  .best-craftsmanship__card-btn:hover {
    background-color: transparent;
    color: #4A0404;
    border-color: #C5A880; /* Elegant gold border on hover */
    box-shadow: 0 6px 18px rgba(74, 4, 4, 0.1);
  }

  .best-craftsmanship__card-btn:hover .best-craftsmanship__btn-caret {
    transform: translateX(3px);
  }

  @media (max-width: 768px) {
    .best-craftsmanship-section {
      padding-top: var(--padding-top-mobile);
      padding-bottom: var(--padding-bottom-mobile);
    }

    .best-craftsmanship__title {
      font-size: 1.75rem;
    }

    .best-craftsmanship__subheading {
      font-size: 11px;
      margin-bottom: 32px;
    }

    .best-craftsmanship__grid {
      grid-template-columns: 1fr;
      row-gap: 36px;
    }

    .best-craftsmanship__grid-item:not(:last-child)::after {
      display: none;
    }

    .best-craftsmanship__product-title {
      font-size: 18px;
    }

    .best-craftsmanship__product-price {
      font-size: 14px;
    }
  }
/* END_SECTION:best-craftsmanship */

/* START_SECTION:brand-promise (INDEX:12) */
.brand-promise {
    position: relative;
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll; /* Fallback */
    width: 100%;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 56px 24px;
    text-align: center;
  }

  /* Parallax effect on desktop viewports */
  @media (min-width: 990px) {
    .brand-promise {
      background-attachment: fixed;
    }
  }

  /* Overlay to darken background and match mockup slate tones */
  .brand-promise__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(12, 23, 34, 0.65); /* Deep slate-blue dark overlay */
    z-index: 1;
  }

  .brand-promise__container {
    position: relative;
    z-index: 2;
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* Decorative dividers */
  .brand-promise__divider-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    margin: 16px 0;
  }

  .brand-promise__divider-line {
    display: block;
    width: 60px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.35);
  }

  .brand-promise__divider-icon {
    color: rgba(255, 255, 255, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  /* Eyebrow */
  .brand-promise__eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
    margin: 8px 0;
    line-height: 1.2;
  }

  /* Quote */
  .brand-promise__quote {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 400;
    font-style: italic;
    line-height: 1.5;
    color: #FFFFFF;
    margin: 16px 0;
    letter-spacing: -0.01em;
    max-width: 720px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  }

  /* Footer */
  .brand-promise__footer {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(255, 255, 255, 0.55);
    margin: 8px 0 0 0;
    line-height: 1.2;
  }

  /* Mobile responsiveness */
  @media (max-width: 750px) {
    .brand-promise {
      min-height: 420px;
      padding: 40px 20px;
      background-attachment: scroll; /* Avoid fixed bg issues on iOS */
    }

    .brand-promise__divider-line {
      width: 40px;
    }

    .brand-promise__quote {
      font-size: 1.75rem;
      line-height: 1.6;
    }
  }
/* END_SECTION:brand-promise */

/* START_SECTION:bridal-experience (INDEX:13) */
/* ── Section Shell ─────────────────────────────────────────────────────── */
  .bridal-exp {
    position: relative;
    background-color: #3D0000;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }

  /* ── Grain Texture Overlay (3% archival warmth) ───────────────────────── */
  .bridal-exp__grain {
    display: none;
  }

  /* ── Container ──────────────────────────────── */
  .bridal-exp__container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 56px 48px;
    box-sizing: border-box;
  }

  /* ── Section Header ────────────────────────────────────────────────────── */
  .bridal-exp__header {
    text-align: center;
    margin-bottom: 72px;
  }

  .bridal-exp__eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #C5A880;
    margin: 0 0 22px 0;
  }

  .bridal-exp__heading-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 28px;
  }

  .bridal-exp__heading {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 400;
    letter-spacing: -0.5px;
    color: #F7E7CE;
    margin: 0;
    line-height: 1.1;
  }

  /* Monogram SVG */
  .bridal-exp__monogram {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    opacity: 0.75;
  }

  /* Ornamental rule under heading */
  .bridal-exp__rule {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 0;
  }

  .bridal-exp__rule-line {
    display: block;
    width: 56px;
    height: 1px;
    background-color: #C5A880;
    opacity: 0.45;
  }

  .bridal-exp__rule-gem {
    flex-shrink: 0;
  }

  /* ── 4-Column Grid ─────────────────────────────────────────────────────── */
  .bridal-exp__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

  /* ── Individual Card ───────────────────────────────────────────────────── */
  .bridal-exp__card {
    background-color: #F4EFE7;
    border: 1px solid rgba(197, 168, 128, 0.35);
    border-radius: 12px;
    padding: 52px 28px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    gap: 0;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    min-height: 420px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  }

  /* Warm paper grain texture on card */
  .bridal-exp__card::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.68 0.72' numOctaves='5' seed='11' result='noise'/%3E%3CfeDiffuseLighting in='noise' lighting-color='%23C5A880' surfaceScale='1.5' diffuseConstant='0.8'%3E%3CfeDistantLight azimuth='120' elevation='45'/%3E%3C/feDiffuseLighting%3E%3C/filter%3E%3Crect width='300' height='300' fill='%23E8E0D4' filter='url(%23g)' opacity='0.5'/%3E%3C/svg%3E");
    background-size: 300px 300px;
    opacity: 0.28;
    mix-blend-mode: multiply;
    pointer-events: none;
  }

  /* All card children above texture */
  .bridal-exp__card > * {
    position: relative;
    z-index: 1;
  }

  .bridal-exp__card:hover {
    border-color: rgba(197, 168, 128, 0.7);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
  }

  /* ── Icon Frame ────────────────────────────────────────────────────────── */
  .bridal-exp__icon-frame {
    width: 76px;
    height: 76px;
    border: 1px solid rgba(197, 168, 128, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.65);
    transition: transform 0.4s ease, border-color 0.4s ease;
  }

  .bridal-exp__card:hover .bridal-exp__icon-frame {
    border-color: rgba(197, 168, 128, 0.75);
    transform: translateY(-2px);
  }

  /* Force gold/bronze colour on all SVG strokes inside icon frame */
  .bridal-exp__icon-svg svg {
    display: block;
    stroke: #C5A880;
    fill: none;
  }

  .bridal-exp__icon-img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    display: block;
  }

  /* ── Separator Divider & Diamond Ornament ────────────────────────────── */
  .bridal-exp__card-divider {
    width: 32px;
    height: 1px;
    background-color: #C5A880;
    opacity: 0.45;
    margin: 24px 0;
    flex-shrink: 0;
  }

  .bridal-exp__card-diamond {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 12px 0 16px;
    opacity: 0.75;
  }

  .bridal-exp__card-diamond svg {
    display: block;
  }

  /* ── Card Body ─────────────────────────────────────────────────────────── */
  .bridal-exp__card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: 100%;
  }

  .bridal-exp__card-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1rem;
    font-weight: 600;
    color: #1C1C1C;
    line-height: 1.35;
    margin: 0;
    letter-spacing: 0.01em;
    text-align: center;
  }

  .bridal-exp__card-text {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    color: #6B5640;
    margin: 0;
    text-align: center;
  }

  /* ── Footer / Signature ────────────────────────────────────────────────── */
  .bridal-exp__footer {
    margin-top: 72px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .bridal-exp__signature-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }

  .bridal-exp__signature-line {
    display: block;
    width: 48px;
    height: 1px;
    background-color: #C5A880;
    opacity: 0.3;
  }

  .bridal-exp__signature {
    display: block;
    opacity: 0.6;
  }

  .bridal-exp__footer-label {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 11px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 2px;
    color: #C5A880;
    margin: 0;
    opacity: 0.7;
  }

  /* ── Tablet  ≤ 1024px ──────────────────────────────────────────────────── */
  @media (max-width: 1024px) {
    .bridal-exp__grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
    }

    .bridal-exp__container {
      padding: 40px 32px;
    }
  }

  /* ── Mobile  ≤ 750px ───────────────────────────────────────────────────── */
  @media (max-width: 750px) {
    .bridal-exp__container {
      padding: 40px 20px;
    }

    .bridal-exp__header {
      margin-bottom: 48px;
    }

    .bridal-exp__heading-group {
      flex-direction: column;
      gap: 8px;
    }

    .bridal-exp__grid {
      grid-template-columns: 1fr;
      gap: 14px;
    }

    .bridal-exp__card {
      padding: 28px 24px 32px;
    }

    .bridal-exp__footer {
      margin-top: 52px;
    }
  }
/* END_SECTION:bridal-experience */

/* START_SECTION:bridal-heritage (INDEX:14) */
.bridal-heritage {
    position: relative;
    background-color: #F5F0E8; /* Soft warm ivory/beige background */
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }

  .bridal-heritage__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 56px 48px;
    box-sizing: border-box;
  }

  .bridal-heritage__grid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 50/50 split on desktop */
    gap: 72px;
    align-items: center;
  }

  /* Left Column: Image */
  .bridal-heritage__image-col {
    width: 100%;
  }

  .bridal-heritage__image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5; /* Elegant portrait aspect ratio */
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  }

  .bridal-heritage__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }

  .bridal-heritage__image-wrapper:hover .bridal-heritage__image {
    transform: scale(1.03); /* Subtle premium hover zoom */
  }

  /* Right Column: Content */
  .bridal-heritage__content-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  /* Eyebrow: Inter Font */
  .bridal-heritage__eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #C5A880; /* Gold */
    margin: 0 0 16px 0;
    line-height: 1.2;
  }

  /* Heading: Playfair Display */
  .bridal-heritage__heading {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 400;
    line-height: 1.25;
    color: #1C1C1C;
    margin: 0 0 28px 0;
    letter-spacing: -0.01em;
  }

  .bridal-heritage__heading-accent {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    color: #85693F; /* Elegant deeper gold accent */
    font-weight: 400;
  }

  /* Descriptions: DM Sans */
  .bridal-heritage__description {
    margin-bottom: 28px;
    width: 100%;
  }

  .bridal-heritage__paragraph {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
    color: #5C4D3E; /* Warm muted text */
    margin: 0 0 16px 0;
  }

  .bridal-heritage__paragraph:last-child {
    margin-bottom: 0;
  }

  /* Bullet List: DM Sans */
  .bridal-heritage__list {
    list-style: none;
    padding: 0;
    margin: 0 0 36px 0;
    width: 100%;
  }

  .bridal-heritage__list-item {
    position: relative;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #1C1C1C;
    padding-left: 20px;
    margin-bottom: 12px;
  }

  .bridal-heritage__list-item:last-child {
    margin-bottom: 0;
  }

  /* Custom diamond bullets */
  .bridal-heritage__list-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    background-color: #C5A880;
  }

  /* CTA Link: DM Sans */
  .bridal-heritage__action {
    display: block;
  }

  .bridal-heritage__cta {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    color: #C5A880; /* Gold color */
    text-decoration: none;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
  }

  .bridal-heritage__cta:hover {
    color: #85693F; /* Deeper gold on hover */
  }

  .bridal-heritage__arrow {
    transition: transform 0.3s ease;
  }

  .bridal-heritage__cta:hover .bridal-heritage__arrow {
    transform: translateX(4px); /* Interactive nudge on hover */
  }

  /* ── Tablet & Mobile Responsiveness ───────────────────────────────────── */
  @media (max-width: 990px) {
    .bridal-heritage__grid {
      gap: 40px;
    }
  }

  @media (max-width: 750px) {
    .bridal-heritage__container {
      padding: 40px 20px;
    }

    .bridal-heritage__grid {
      grid-template-columns: 1fr; /* Stacks vertically */
      gap: 36px;
    }

    .bridal-heritage__image-col {
      order: 1; /* Keep image on top */
    }

    .bridal-heritage__content-col {
      order: 2;
    }

    .bridal-heritage__image-wrapper {
      aspect-ratio: 1 / 1; /* Standard square on mobile */
    }

    .bridal-heritage__heading {
      margin-bottom: 20px;
    }
  }
/* END_SECTION:bridal-heritage */

/* START_SECTION:bridal-narrative (INDEX:15) */
/* ── Section Shell ────────────────────────────────────────────────────── */
  .bridal-narrative {
    position: relative;
    background-color: #FAF8F5;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }

  /* ── Container: 50/50 split grid ───────────────────────────────────────── */
  .bridal-narrative__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    max-width: 100%;
    margin: 0;
    min-height: 750px;
    align-items: stretch;
  }

  /* ══════════════════════════════════════════════════════════════════════
     LEFT COLUMN
  ══════════════════════════════════════════════════════════════════════ */
  .bridal-narrative__left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 80px 80px calc(max(80px, (100vw - var(--page-width, 1280px)) / 2 + 80px));
    box-sizing: border-box;
  }

  /* Eyebrow */
  .bridal-narrative__eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #A38A67;
    margin: 0 0 24px 0;
    line-height: 1;
  }

  /* Heading */
  .bridal-narrative__heading {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2.8rem, 4.8vw, 4.2rem);
    font-weight: 400;
    line-height: 1.15;
    color: #1C1C1C;
    margin: 0 0 28px 0;
    letter-spacing: -0.015em;
  }

  .bridal-narrative__heading-accent {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-weight: 400;
    color: #8C6221; /* Rich warm gold */
  }

  /* Description */
  .bridal-narrative__description {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75;
    color: #5C4D3E;
    margin: 0 0 36px 0;
    max-width: 480px;
  }

  /* ── CTA Stack ───────────────────────────────────────────────────────── */
  .bridal-narrative__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 48px;
  }

  /* Primary button */
  .bridal-narrative__btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: #85693F;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.15em;
    padding: 18px 36px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.35s ease;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(133, 105, 63, 0.1);
  }

  .bridal-narrative__btn-primary:hover {
    background-color: #705834;
    box-shadow: 0 6px 16px rgba(133, 105, 63, 0.2);
    transform: translateY(-1px);
  }

  .bridal-narrative__btn-arrow {
    display: inline-block;
    transition: transform 0.25s ease-in-out;
  }

  .bridal-narrative__btn-primary:hover .bridal-narrative__btn-arrow {
    transform: translateX(4px);
  }

  /* Secondary link */
  .bridal-narrative__link-secondary {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #85693F;
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 1px;
    transition: color 0.3s ease;
    white-space: nowrap;
  }

  .bridal-narrative__link-secondary:hover {
    color: #5C4D3E;
  }

  /* Divider */
  .bridal-narrative__divider {
    width: 100%;
    height: 1px;
    background-color: rgba(197, 168, 128, 0.25);
    margin: 40px 0 32px 0;
  }

  /* ── Stats ───────────────────────────────────────────────────────────── */
  .bridal-narrative__stats {
    display: flex;
    align-items: flex-start;
    gap: 48px;
  }

  .bridal-narrative__stat {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
  }

  .bridal-narrative__stat-num {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2rem, 3.5vw, 2.5rem);
    font-weight: 500;
    color: #1C1C1C;
    line-height: 1;
  }

  .bridal-narrative__stat-label {
    font-family: 'Inter', sans-serif;
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #A38A67;
    line-height: 1.4;
  }

  /* ══════════════════════════════════════════════════════════════════════
     RIGHT COLUMN
  ══════════════════════════════════════════════════════════════════════ */
  .bridal-narrative__right {
    display: flex;
    align-items: stretch;
    min-height: 100%;
  }

  .bridal-narrative__image-wrap {
    width: 100%;
    height: 100%;
    min-height: 500px;
    overflow: hidden;
    /* Scroll entrance animation states */
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
                transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .bridal-narrative__image-wrap.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  .bridal-narrative__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.8s ease;
  }

  .bridal-narrative__image-wrap:hover .bridal-narrative__image {
    transform: scale(1.03);
  }

  /* Centered Scroll indicator */
  .bridal-narrative__scroll-indicator {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #A38A67;
    opacity: 0.5;
    animation: bridalBounce 2.5s infinite;
    z-index: 10;
  }

  @keyframes bridalBounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translate(-50%, 0);
    }
    40% {
      transform: translate(-50%, -6px);
    }
    60% {
      transform: translate(-50%, -3px);
    }
  }

  /* ══════════════════════════════════════════════════════════════════════
     MOBILE RESPONSIVENESS ≤ 750px
  ══════════════════════════════════════════════════════════════════════ */
  @media (max-width: 750px) {
    .bridal-narrative__container {
      grid-template-columns: 1fr;
      min-height: unset;
    }

    /* Stack Image on top */
    .bridal-narrative__right {
      order: 1;
    }

    .bridal-narrative__image-wrap {
      height: 480px;
      min-height: unset;
      opacity: 1;
      transform: none;
    }

    /* Content below */
    .bridal-narrative__left {
      order: 2;
      padding: 56px 24px 64px 24px;
    }

    .bridal-narrative__description {
      max-width: 100%;
    }

    .bridal-narrative__stats {
      gap: 32px;
      justify-content: space-between;
    }

    .bridal-narrative__scroll-indicator {
      display: none;
    }
  }
/* END_SECTION:bridal-narrative */

/* START_SECTION:cart-drawer (INDEX:16) */
/* ── CSS Styles for AJAX Cart Drawer ────────────────────────────────────── */
  
  .cart-drawer-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    pointer-events: none;
  }

  .cart-drawer-wrapper.is-open {
    visibility: visible;
    pointer-events: auto;
  }

  /* Overlay Background with Blur */
  .cart-drawer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 26, 21, 0.4); /* Elegant charcoal-tinted overlay */
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0;
    transition: opacity 0.4s ease;
  }

  .cart-drawer-wrapper.is-open .cart-drawer-overlay {
    opacity: 1;
  }

  /* Drawer Container Panel */
  .cart-drawer {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 440px;
    height: 100%;
    background-color: #FCFAF6; /* Ivory cream background */
    box-shadow: -10px 0 40px rgba(92, 77, 62, 0.12);
    transform: translateX(100%);
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }

  .cart-drawer-wrapper.is-open .cart-drawer {
    transform: translateX(0);
  }

  /* Header */
  .cart-drawer__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    border-bottom: 1px solid #EAE5DD;
    background-color: #ffffff;
  }

  .cart-drawer__title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.4rem;
    font-weight: 500;
    color: #4A0404; /* Luxury deep red/burgundy */
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .cart-drawer__count-badge {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #8C847A;
  }

  .cart-drawer__close-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: #8C847A;
    transition: color 0.3s;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cart-drawer__close-btn:hover {
    color: #4A0404;
  }

  /* Loader overlay */
  .cart-drawer__loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(252, 250, 246, 0.6);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }

  .cart-drawer-wrapper.is-loading .cart-drawer__loader {
    opacity: 1;
    pointer-events: auto;
  }

  .cart-drawer__spinner {
    width: 32px;
    height: 32px;
    border: 2.5px solid rgba(197, 168, 128, 0.2);
    border-top-color: #C5A880; /* Soft gold accent */
    border-radius: 50%;
    animation: cartSpinner 0.8s linear infinite;
  }

  @keyframes cartSpinner {
    to { transform: rotate(360deg); }
  }

  /* Error Toast Message */
  .cart-drawer__error-toast {
    position: absolute;
    top: 80px;
    left: 20px;
    right: 20px;
    background-color: #800020;
    color: #ffffff;
    padding: 12px 16px;
    font-family: 'Inter', sans-serif;
    font-size: 0.82rem;
    font-weight: 500;
    border-radius: 4px;
    box-shadow: 0 8px 24px rgba(128, 0, 32, 0.15);
    z-index: 100;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s, transform 0.3s;
    pointer-events: none;
  }

  .cart-drawer__error-toast.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  /* Scrollable Body */
  .cart-drawer__body {
    flex-grow: 1;
    overflow-y: auto;
    padding: 24px;
    box-sizing: border-box;
  }

  .cart-drawer__items-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  /* Cart Item Card */
  .cart-item {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 20px;
    border-bottom: 1px solid #EAE5DD;
    padding-bottom: 24px;
    box-sizing: border-box;
  }

  .cart-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .cart-item__image-wrapper {
    width: 90px;
    height: 90px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #EAE5DD;
  }

  .cart-item__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .cart-item__details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .cart-item__title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 0.98rem;
    font-weight: 500;
    color: #1c1c1c;
    text-decoration: none;
    line-height: 1.35;
    margin-bottom: 4px;
    transition: color 0.3s;
  }

  .cart-item__title:hover {
    color: #C5A880;
  }

  .cart-item__options {
    font-family: 'Inter', sans-serif;
    font-size: 0.78rem;
    color: #8C847A;
    margin: 0 0 12px 0;
    font-weight: 400;
  }

  .cart-item__price-qty {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 12px;
  }

  .cart-item__price {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: #4A0404;
  }

  /* Quantity adjuster */
  .cart-drawer__quantity {
    display: flex;
    align-items: center;
    border: 1px solid #EAE5DD;
    border-radius: 4px;
    overflow: hidden;
    background: #ffffff;
    height: 32px;
    width: 90px;
  }

  .cart-drawer__quantity-btn {
    background: none;
    border: none;
    width: 28px;
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8C847A;
    transition: background-color 0.2s, color 0.2s;
    padding: 0;
  }

  .cart-drawer__quantity-btn:hover {
    background-color: #FCFAF6;
    color: #4A0404;
  }

  .cart-drawer__quantity-input {
    border: none;
    text-align: center;
    width: 34px;
    height: 100%;
    font-size: 0.85rem;
    font-family: 'Inter', sans-serif;
    color: #1c1c1c;
    background: transparent;
    padding: 0;
    -moz-appearance: textfield;
  }

  .cart-drawer__quantity-input::-webkit-outer-spin-button,
  .cart-drawer__quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .cart-item__remove-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 0.72rem;
    font-weight: 500;
    color: #A39B90;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0;
    transition: color 0.3s;
  }

  .cart-item__remove-btn:hover {
    color: #800020;
    text-decoration: underline;
  }

  /* Empty State styling */
  .cart-drawer__empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
    text-align: center;
  }

  .cart-drawer__empty-icon {
    color: #C5A880;
    margin-bottom: 20px;
    opacity: 0.7;
  }

  .cart-drawer__empty-text {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.05rem;
    color: #8C847A;
    margin: 0 0 24px 0;
  }

  .cart-drawer__explore-btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: #C5A880;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    box-shadow: 0 4px 15px rgba(197, 168, 128, 0.15);
    transition: background-color 0.3s, transform 0.2s;
  }

  .cart-drawer__explore-btn:hover {
    background-color: #B8966E;
    transform: translateY(-1px);
  }

  /* Footer section */
  .cart-drawer__footer {
    padding: 24px;
    border-top: 1px solid #EAE5DD;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }

  .cart-drawer__footer.hidden {
    display: none;
  }

  .cart-drawer__subtotal-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 8px;
  }

  .cart-drawer__subtotal-label {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.15rem;
    font-weight: 500;
    color: #1c1c1c;
  }

  .cart-drawer__subtotal-amount {
    font-family: 'Inter', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #4A0404;
  }

  .cart-drawer__notes {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    color: #8C847A;
    margin: 0 0 20px 0;
    line-height: 1.4;
  }

  /* Checkout button */
  .cart-drawer__checkout-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    background-color: #4A0404; /* Luxury deep red/burgundy */
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s, transform 0.2s;
    box-shadow: 0 4px 15px rgba(74, 4, 4, 0.1);
  }

  .cart-drawer__checkout-btn:hover {
    background-color: #350202;
    transform: translateY(-1px);
  }

  /* Sticky checkout on mobile layout */
  @media (max-width: 480px) {
    .cart-drawer {
      max-width: 100%;
    }
  }
/* END_SECTION:cart-drawer */

/* START_SECTION:collection-banner (INDEX:18) */
/* ── Fonts Import ──────────────────────────────────────────────────────── */
  @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Inter:wght@300;400;500;600&display=swap');

  /* ── Section Shell ─────────────────────────────────────────────────────── */
  .coll-banner {
    position: relative;
    background-color: #F5F0E8; /* Soft warm ivory background */
    background-image: var(--bg-image);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
  }

  .coll-banner__container {
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 24px 60px 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* Eyebrow: Inter Font */
  .coll-banner__eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #A38A67; /* Muted gold */
    margin: 0 0 16px 0;
    line-height: 1.2;
  }

  /* Heading: Cormorant Garamond */
  .coll-banner__heading {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2.8rem, 6vw, 4.8rem);
    font-weight: 400;
    line-height: 1.05;
    color: #1C1C1C;
    margin: 0 0 20px 0;
    letter-spacing: -0.5px;
  }

  .coll-banner__heading em,
  .coll-banner__heading i {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-style: italic;
    font-weight: 400;
  }

  /* Divider */
  .coll-banner__divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 100%;
    margin-bottom: 20px;
  }

  .coll-banner__divider-line {
    display: block;
    width: 48px;
    height: 1px;
    background-color: #C5A880;
    opacity: 0.4;
  }

  .coll-banner__divider-icon {
    color: #C5A880;
    opacity: 0.85;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Subtitle: Inter Font, italic gold */
  .coll-banner__subtitle {
    font-family: 'Inter', sans-serif;
    font-style: italic;
    font-size: 14px;
    font-weight: 400;
    color: #85693F; /* Deeper gold */
    margin: 0 0 16px 0;
    letter-spacing: 0.02em;
  }

  /* Description: Inter Font */
  .coll-banner__description {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
    color: #5C4D3E; /* Muted brown */
    max-width: 580px;
    margin: 0 auto 36px auto;
  }

  .coll-banner__description p {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
  }

  /* Circle Showcase Image */
  .coll-banner__showcase {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
  }

  .coll-banner__circle-wrapper {
    position: relative;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    overflow: hidden;
    box-sizing: border-box;
    border: 8px solid #FAF6F0; /* Soft inner white boundary */
    outline: 1px solid rgba(197, 168, 128, 0.35); /* Thin gold outer ring */
    box-shadow: 0 12px 30px rgba(92, 77, 62, 0.08);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .coll-banner__circle-wrapper:hover {
    transform: scale(1.03); /* Subtle zoom trigger on hover */
  }

  .coll-banner__circle-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* Footerpieces Label: Inter Font */
  .coll-banner__footer {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.18em;
    color: rgba(92, 77, 62, 0.6);
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
  }

  /* ── Mobile responsiveness ────────────────────────────────────────────── */
  @media (max-width: 750px) {
    .coll-banner__container {
      padding: 60px 20px 48px 20px;
    }

    .coll-banner__heading {
      font-size: 2.4rem;
    }

    .coll-banner__circle-wrapper {
      width: 180px;
      height: 180px;
      border-width: 6px;
    }

    .coll-banner__description {
      font-size: 13px;
      margin-bottom: 28px;
    }
  }
/* END_SECTION:collection-banner */

/* START_SECTION:collection-grid (INDEX:19) */
.collection-grid-section {
    width: 100%;
    grid-column: 1 / -1; /* Explicitly span full grid width to override any shopify-section grid constraints */
    background-color: #FCFAF6; /* Premium solid ivory/white */
    padding-top: var(--padding-top-desktop);
    padding-bottom: var(--padding-bottom-desktop);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
  }

  .collection-grid__container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .collection-grid__title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 600;
    line-height: 120%;
    color: #4A0404;
    text-align: center;
    margin: 0 0 48px 0;
  }

  .collection-grid__products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)); /* Prevent card overflow on mid-size screens */
    column-gap: 40px; /* column-gap: 40px */
    row-gap: 48px;
    width: 100%;
  }

  .collection-grid__product-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: left;
  }

  /* Target the render 'image' snippet wrapper */
  .collection-grid__product-card .collection-grid__image {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1; /* Aspect ratio square as per specifications */
    border-radius: 16px; /* Soft elegant rounded corners */
    overflow: hidden;
    position: relative;
    box-shadow: none; /* Remove any borders or shadows */
    border: none;
  }

  .collection-grid__product-card .collection-grid__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Cover scaling for image uniform look */
    display: block;
    border: none;
    box-shadow: none;
    border-radius: 16px;
  }

  /* Placeholder image styles */
  .collection-grid__product-card .placeholder-image {
    background-color: #EAE5DD;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
    border-radius: 16px;
    overflow: hidden;
  }

  .collection-grid__product-card .placeholder-svg {
    width: 60%;
    height: 60%;
    fill: #C5A880;
  }

  .collection-grid__info {
    text-align: left;
    margin-top: 16px; /* Padding between image and text */
  }

  .collection-grid__product-title {
    display: block;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 18px; /* Matched to visual scale in the mockup image */
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: #4A0404; /* Deep premium maroon/wine */
    text-decoration: none;
    text-transform: capitalize;
    margin-bottom: 4px;
  }

  .collection-grid__product-title a {
    color: inherit;
    text-decoration: none;
  }

  .collection-grid__product-price {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 14px; /* Matched to visual scale in the mockup image */
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: #C5A880; /* Rich muted gold tone */
    margin-top: 0;
    text-transform: capitalize;
  }

  @media (max-width: 768px) {
    .collection-grid-section {
      padding-top: var(--padding-top-mobile);
      padding-bottom: var(--padding-bottom-mobile);
    }

    .collection-grid__title {
      font-size: 1.75rem;
      margin-bottom: 32px;
    }

    .collection-grid__products {
      grid-template-columns: repeat(2, minmax(0, 1fr)); /* 2 columns on mobile with overflow prevention */
      column-gap: 20px;
      row-gap: 32px;
    }

    .collection-grid__product-card .collection-grid__image,
    .collection-grid__product-card .collection-grid__image img,
    .collection-grid__product-card .placeholder-image {
      border-radius: 12px; /* Scale border radius down on mobile */
    }

    .collection-grid__product-title {
      font-size: 18px; /* Scale typography down on mobile */
    }

    .collection-grid__product-price {
      font-size: 14px;
    }
  }
/* END_SECTION:collection-grid */

/* START_SECTION:collection (INDEX:20) */
.collection-page-section {
    width: 100%;
    background-color: #FCFAF6; /* Ivory cream background */
    padding-top: 20px;
    padding-bottom: 90px;
    box-sizing: border-box;
  }

  .collection-page__container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
  }

  /* ── Top Bar (Piece count + Sort) ─────────────────────────────────────── */
  .collection-page__top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #EAE5DD;
    padding-bottom: 16px;
    margin-bottom: 40px;
  }

  .collection-page__piece-count {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.18em;
    color: #A39B90;
    text-transform: uppercase;
  }

  .collection-page__mobile-filter-trigger {
    display: none; /* Desktop default */
    align-items: center;
    gap: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #4A0404;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 8px;
    transition: background-color 0.3s;
  }

  .collection-page__mobile-filter-trigger:hover {
    background-color: rgba(197, 168, 128, 0.1);
  }

  .collection-page__sort-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .collection-page__sort-label {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #A39B90;
    text-transform: uppercase;
  }

  .collection-page__sort-select-container {
    position: relative;
    display: flex;
    align-items: center;
  }

  .collection-page__sort-select {
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #A38A67; /* Gold accent */
    padding: 4px 24px 4px 0;
    cursor: pointer;
    outline: none;
  }

  .collection-page__sort-caret {
    position: absolute;
    right: 4px;
    pointer-events: none;
    color: #A38A67;
    display: flex;
    align-items: center;
  }

  /* ── Layout Grid ──────────────────────────────────────────────────────── */
  .collection-page__main-layout {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 50px;
    position: relative;
  }

  /* ── Sidebar Filters ─────────────────────────────────────────────────── */
  .collection-page__sidebar {
    position: sticky;
    top: 90px; /* offset for fixed header height */
    height: fit-content;
    max-height: calc(100vh - 110px);
    overflow-y: auto;
    scrollbar-width: none; /* hide scrollbar Firefox */
  }

  .collection-page__sidebar::-webkit-scrollbar {
    display: none; /* hide scrollbar Chrome/Safari */
  }

  .collection-page__sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
  }

  .collection-page__sidebar-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    color: #4A0404;
  }

  /* ── Sidebar Nav ──────────────────────────────────────────────────────── */
  .collection-page__sidebar-nav {
    margin-bottom: 50px;
  }
  .sidebar-nav__title {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-style: italic;
    color: #A38A67;
    margin: 0 0 4px 0;
    font-weight: 500;
  }
  .sidebar-nav__subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    letter-spacing: 0.15em;
    color: #5C4D3E;
    text-transform: uppercase;
    margin: 0 0 24px 0;
    font-weight: 600;
  }
  .sidebar-nav__list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .sidebar-nav__item {
    margin-bottom: 16px;
  }
  .sidebar-nav__link {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #5C4D3E;
    text-decoration: none;
    transition: color 0.3s;
  }
  .sidebar-nav__link:hover, .sidebar-nav__link.is-active {
    color: #A38A67;
  }
  .sidebar-nav__sublist {
    list-style: none;
    padding: 0 0 0 12px;
    margin: 14px 0 0 0;
  }
  .sidebar-nav__sublink {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    color: #8C847A;
    text-decoration: none;
    letter-spacing: 0.05em;
    display: block;
    margin-bottom: 12px;
    transition: color 0.3s;
    text-transform: uppercase;
  }
  .sidebar-nav__sublink:hover, .sidebar-nav__sublink.is-active {
    color: #A38A67;
  }

  .collection-page__drawer-close {
    display: none; /* Desktop default */
    background: transparent;
    border: none;
    cursor: pointer;
    color: #4A0404;
    padding: 4px;
  }

  .collection-page__filter-groups {
    display: flex;
    flex-direction: column;
  }

  /* Accordion styling */
  .collection-page__accordion {
    border-bottom: 1px solid #EAE5DD;
    padding: 24px 0;
  }

  .collection-page__accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: #8C847A;
    outline: none;
    text-transform: uppercase;
  }

  .collection-page__accordion-caret {
    color: #A38A67;
    display: flex;
    align-items: center;
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .collection-page__accordion.active .collection-page__accordion-caret {
    transform: rotate(180deg);
  }

  .collection-page__accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), margin-top 0.3s;
    margin-top: 0;
  }

  .collection-page__accordion.active .collection-page__accordion-content {
    max-height: 500px;
    margin-top: 20px;
  }

  /* Checkbox styling */
  .checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .custom-checkbox {
    display: flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
    position: relative;
    user-select: none;
  }

  .custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  .checkbox-checkmark {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%; /* Circle outlines matching mockup */
    border: 1.5px solid #D1C9BE;
    background-color: transparent;
    transition: border-color 0.3s, background-color 0.3s;
  }

  .custom-checkbox:hover input ~ .checkbox-checkmark {
    border-color: #C5A880;
  }

  .custom-checkbox input:checked ~ .checkbox-checkmark {
    border-color: #C5A880;
  }

  /* Circle fill center dot when checked */
  .custom-checkbox input:checked ~ .checkbox-checkmark::after {
    content: '';
    position: absolute;
    top: 3.5px;
    left: 3.5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #C5A880;
  }

  .checkbox-label {
    font-family: 'Inter', sans-serif;
    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.2;
    color: #5C4D3E; /* Soft premium brown font color */
    letter-spacing: 0.01em;
  }

  /* Price Range slider styling */
  .price-range-wrapper {
    padding: 0 4px;
  }

  .price-range__values {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #A38A67; /* Gold range values */
  }

  .price-slider-container {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #EAE5DD;
    margin: 20px 0 10px 0;
  }

  .price-slider-track {
    position: absolute;
    height: 100%;
    background-color: #C5A880; /* Active gold track */
    border-radius: 2px;
  }

  .price-slider {
    position: absolute;
    width: 100%;
    height: 0;
    top: -1px;
    left: 0;
    appearance: none;
    -webkit-appearance: none;
    background: none;
    outline: none;
    pointer-events: none;
    margin: 0;
  }

  .price-slider::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #C5A880;
    border: 2px solid #FCFAF6;
    cursor: pointer;
    pointer-events: auto;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .price-slider::-webkit-slider-thumb:hover {
    transform: scale(1.15);
  }

  /* ── Products Container ───────────────────────────────────────────────── */
  .collection-page__content {
    width: 100%;
  }

  .collection-page__products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 36px;
    row-gap: 48px;
    width: 100%;
  }

  .collection-page__pagination {
    grid-column: 1 / -1;
    text-align: center;
    margin-top: 60px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #4A0404;
  }

  .collection-page__pagination a,
  .collection-page__pagination span {
    padding: 8px 16px;
    margin: 0 4px;
    text-decoration: none;
    color: inherit;
    border-radius: 4px;
    transition: background-color 0.3s;
  }

  .collection-page__pagination a:hover {
    background-color: rgba(197, 168, 128, 0.1);
  }

  .collection-page__pagination .current {
    font-weight: bold;
    color: #C5A880;
  }

  /* ── Mobile & Responsive layout ────────────────────────────────────────── */
  @media (max-width: 900px) {
    .collection-page__container {
      padding: 0 20px;
    }

    .collection-page__main-layout {
      grid-template-columns: 1fr;
      gap: 0;
    }

    .collection-page__mobile-filter-trigger {
      display: flex;
    }

    /* Transform sidebar to bottom-sheet drawer */
    .collection-page__sidebar {
      position: fixed;
      top: auto;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 85vh;
      background-color: #FCFAF6;
      z-index: 1000;
      box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.08);
      transform: translateY(100%);
      transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
      display: flex;
      flex-direction: column;
      box-sizing: border-box;
      padding: 30px 24px;
      border-radius: 24px 24px 0 0;
    }

    .collection-page__sidebar::before {
      content: '';
      position: absolute;
      top: 12px;
      left: 50%;
      transform: translateX(-50%);
      width: 40px;
      height: 4px;
      background-color: #D1C9BE;
      border-radius: 4px;
    }

    .collection-page__sidebar.is-open {
      transform: translateY(0);
    }

    .collection-page__sidebar-header {
      padding-bottom: 16px;
      border-bottom: 1px solid #EAE5DD;
    }

    .collection-page__drawer-close {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .collection-page__filter-groups {
      flex: 1;
      overflow-y: auto;
      margin-top: 10px;
      padding-right: 4px;
    }

    /* Drawer overlay styling */
    .collection-page__drawer-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(26, 24, 21, 0.45);
      z-index: 999;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.4s ease, visibility 0.4s ease;
    }

    .collection-page__drawer-overlay.is-open {
      opacity: 1;
      visibility: visible;
    }

    /* Change grid columns to 2 */
    .collection-page__products {
      grid-template-columns: repeat(2, 1fr);
      column-gap: 20px;
      row-gap: 32px;
    }

    body.drawer-open {
      overflow: hidden;
    }
  }

  @media (max-width: 480px) {
    .collection-page__products {
      grid-template-columns: 1fr;
      row-gap: 28px;
    }
  }
/* END_SECTION:collection */

/* START_SECTION:collections (INDEX:21) */
.kc-collections {
    background-color: #FCFAF6;
    padding: 0 48px 64px;
    box-sizing: border-box;
  }
  .kc-collections__ornament {
    display: flex; align-items: center; gap: 14px;
    justify-content: center; padding: 28px 0 24px;
  }
  .kc-collections__ornament--bottom { padding: 28px 0 0; }
  .kc-collections__orn-line {
    display: block; width: 80px; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(197,168,128,0.6));
  }
  .kc-collections__ornament--bottom .kc-collections__orn-line {
    background: linear-gradient(270deg, transparent, rgba(197,168,128,0.6));
  }
  .kc-collections__grid {
    display: grid;
    grid-template-columns: repeat(var(--cols, 3), 1fr);
    gap: var(--gap, 28px);
    width: 100%; max-width: 1400px;
    margin: 0 auto; box-sizing: border-box;
  }
  .kc-col-card {
    display: flex; flex-direction: column;
    text-decoration: none; background: #ffffff;
    border: 1px solid rgba(197,168,128,0.2); border-radius: 8px;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.165,0.84,0.44,1), box-shadow 0.4s ease, border-color 0.3s ease;
    box-shadow: 0 2px 16px rgba(74,4,4,0.04);
  }
  .kc-col-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 48px rgba(74,4,4,0.12);
    border-color: rgba(197,168,128,0.55);
  }
  .kc-col-card__img-wrap {
    position: relative; width: 100%;
    aspect-ratio: 4 / 3; overflow: hidden; background: #F2EDE6;
  }
  .kc-col-card__img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    transition: transform 0.7s cubic-bezier(0.165,0.84,0.44,1);
  }
  .kc-col-card:hover .kc-col-card__img { transform: scale(1.07); }
  .kc-col-card__placeholder {
    display: flex; align-items: center; justify-content: center;
    width: 100%; height: 100%;
    background: linear-gradient(135deg, #F7F3ED, #EDE6DA);
  }
  .kc-col-card__overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to bottom, rgba(197,168,128,0) 50%, rgba(74,4,4,0.45) 100%);
    opacity: 0; transition: opacity 0.4s ease; pointer-events: none;
  }
  .kc-col-card:hover .kc-col-card__overlay { opacity: 1; }
  .kc-col-card__count {
    position: absolute; top: 14px; right: 14px;
    background: rgba(252,250,246,0.92);
    backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(197,168,128,0.35); border-radius: 20px;
    padding: 4px 12px; font-family: 'Inter', sans-serif;
    font-size: 11px; font-weight: 500; letter-spacing: 0.08em;
    text-transform: uppercase; color: #8B6420;
  }
  .kc-col-card__info {
    padding: 22px 24px 24px; display: flex; flex-direction: column;
    flex-grow: 1; background: #ffffff;
    border-top: 1px solid rgba(197,168,128,0.12);
  }
  .kc-col-card__title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.2rem; font-weight: 600; color: #2C1A0E;
    margin: 0 0 8px 0; letter-spacing: 0.03em; line-height: 1.2;
  }
  .kc-col-card__desc {
    font-family: 'Inter', sans-serif; font-size: 0.88rem;
    color: #6B5B4E; line-height: 1.6; margin: 0 0 18px 0; flex-grow: 1;
  }
  .kc-col-card__cta {
    display: inline-flex; align-items: center; gap: 8px;
    font-family: 'Inter', sans-serif; font-size: 0.8rem; font-weight: 600;
    color: #C5A880; text-transform: uppercase; letter-spacing: 0.12em;
    margin-top: auto; transition: color 0.3s ease, gap 0.3s ease;
  }
  .kc-col-card:hover .kc-col-card__cta { color: #4A0404; gap: 12px; }
  @media (max-width: 1100px) {
    .kc-collections__grid { grid-template-columns: repeat(2, 1fr); }
    .kc-collections { padding: 0 32px 56px; }
  }
  @media (max-width: 640px) {
    .kc-collections__grid { grid-template-columns: 1fr; gap: 20px; }
    .kc-collections { padding: 0 16px 48px; }
    .kc-col-card__img-wrap { aspect-ratio: 3 / 2; }
  }
/* END_SECTION:collections */

/* START_SECTION:custom-hero-heritage (INDEX:24) */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Inter:wght@300;400;500;600;700&family=Manrope:wght@200..800&display=swap');

  .custom-hero-carousel {
    position: relative;
    width: 100%;
    height: 100vh;
    height: 100svh;
    overflow: hidden;
  }

  .custom-hero-slides {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .custom-hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: clamp(2.5rem, 8vw, 8rem);
    padding-right: 2rem;
    box-sizing: border-box;
    background-image:
      linear-gradient(
        to right,
        rgba(0, 0, 0, 0.72) 0%,
        rgba(0, 0, 0, 0.55) 30%,
        rgba(0, 0, 0, 0.3) 50%,
        transparent 80%
      ),
      var(--bg-image);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
    z-index: 0;
  }

  .custom-hero-slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }

  .custom-hero-slide.active .custom-hero__content {
    animation: heroFadeInUp 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }

  .custom-hero-dots {
    position: absolute;
    bottom: 135px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
  }

  .custom-hero-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid rgba(197, 168, 128, 0.5);
  }

  .custom-hero-dot.active {
    background-color: #C5A880;
    border-color: #C5A880;
    transform: scale(1.2);
  }

  .custom-hero__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    max-width: 500px;
    z-index: 2;
    transform: translateY(-2%);
    opacity: 0;
  }

  .custom-hero__title {
    font-family: 'Playfair Display', 'Cormorant Garamond', serif;
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
    line-height: 1.1;
  }

  .custom-hero__divider-lines {
    width: 180px;
    height: 3px;
    border-top: 1.2px solid #C5A880;
    border-bottom: 1.2px solid #C5A880;
    margin: 14px 0 28px 0;
    opacity: 0.85;
  }

  .custom-hero__taglines {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .custom-hero__tagline-line {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.2rem, 2.2vw, 1.8rem);
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #FCFAF6;
    margin: 0;
    line-height: 1.2;
  }

  .custom-hero__body {
    font-family: 'Inter', sans-serif;
    font-size: clamp(0.85rem, 1vw, 0.95rem);
    font-weight: 400;
    line-height: 1.8;
    max-width: 440px;
    color: rgba(255, 255, 255, 0.72);
    margin: 0;
    letter-spacing: 0.03em;
  }

  .custom-hero__body p {
    margin: 0;
  }

  @keyframes heroFadeInUp {
    from {
      opacity: 0;
      transform: translateY(calc(-2% + 30px));
    }
    to {
      opacity: 1;
      transform: translateY(-2%);
    }
  }

  /* CTA Button Style */
  .custom-hero__cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 32px;
    padding: 12px 28px;
    border: 1.2px solid #C5A880;
    background-color: transparent;
    color: #FCFAF6;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
  }

  .custom-hero__cta-arrow {
    display: flex;
    align-items: center;
    width: 14px;
    height: 14px;
    transition: transform 0.3s ease;
  }

  .custom-hero__cta-arrow svg {
    width: 100%;
    height: 100%;
  }

  .custom-hero__cta:hover {
    background-color: rgba(197, 168, 128, 0.15);
    border-color: #FFFFFF;
    color: #FFFFFF;
    padding-left: 34px;
    padding-right: 22px;
  }

  .custom-hero__cta:hover .custom-hero__cta-arrow {
    transform: translateX(4px);
  }

  /* Value Props Bar Style */
  .custom-hero__value-props {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #8B0006;
    border-top: 1.2px solid rgba(197, 168, 128, 0.35);
    border-bottom: 1.2px solid rgba(197, 168, 128, 0.35);
    z-index: 10;
  }

  .value-props__container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    padding: 24px 20px;
  }

  .value-prop__item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 0 15px;
    position: relative;
    cursor: default;
  }

  /* Desktop separator lines using pseudo-elements */
  .value-prop__item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 30px;
    background-color: rgba(197, 168, 128, 0.45);
  }

  .value-prop__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C9A248;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }

  .value-prop__icon svg {
    width: 100%;
    height: 100%;
  }

  .value-prop__item:hover .value-prop__icon {
    transform: scale(1.18);
  }

  .value-prop__text {
    display: flex;
    flex-direction: column;
    text-align: left;
  }

  .value-prop__title, .value-prop__subtitle {
    font-family: 'Cormorant Garamond', 'Playfair Display', serif;
    font-size: clamp(10px, 1.1vw, 12px);
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.3;
    text-transform: uppercase;
    color: #C9A248;
  }

  /* Responsive styling for tablet & mobile */
  @media (max-width: 768px) {
    .custom-hero-slide {
      justify-content: flex-end;
      padding: 4rem 1.5rem calc(4rem + 110px) 1.5rem;
      background-position: 70% center;
      background-image:
        linear-gradient(
          to top,
          rgba(0, 0, 0, 0.95) 0%,
          rgba(0, 0, 0, 0.75) 45%,
          rgba(0, 0, 0, 0.4) 75%,
          transparent 100%
        ),
        var(--bg-image);
    }
    
    .custom-hero-dots {
      bottom: 245px;
    }

    .custom-hero__content {
      align-items: flex-start;
      text-align: left;
      margin-top: 0;
      max-width: 100%;
      transform: none;
    }

    .custom-hero__divider-lines {
      width: 140px;
      margin: 12px 0 24px 0;
    }

    .custom-hero__taglines {
      margin-bottom: 16px;
    }

    .value-props__container {
      grid-template-columns: repeat(2, 1fr);
      row-gap: 0;
      padding: 12px 0;
    }

    .value-prop__item {
      padding: 16px 12px;
    }

    .value-prop__item::after {
      display: none;
    }

    .value-prop__item:nth-child(odd)::after {
      content: '';
      position: absolute;
      right: 0;
      top: 20%;
      height: 60%;
      width: 1px;
      background-color: rgba(197, 168, 128, 0.3);
      display: block;
    }

    .value-prop__item:nth-child(1),
    .value-prop__item:nth-child(2) {
      border-bottom: 1px solid rgba(197, 168, 128, 0.25);
    }

    .value-prop__icon {
      width: 26px;
      height: 26px;
    }
  }
/* END_SECTION:custom-hero-heritage */

/* START_SECTION:custom-section (INDEX:26) */
.custom-section {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .custom-section__background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
  }
  .custom-section__background img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .custom-section__content {
    display: grid;
    grid-template-columns: var(--content-grid);
  }
  .custom-section__content > * {
    grid-column: 2;
  }
/* END_SECTION:custom-section */

/* START_SECTION:header (INDEX:29) */
header {
    height: 5.5rem;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0 4rem;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #2c2c2c;
    transition: all 0.3s ease;
  }

  header a {
    color: #2c2c2c;
    text-decoration: none;
  }

  /* Transparent overlay state for homepage */
  header.header--transparent {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
  }

  header.header--transparent a,
  header.header--transparent .header__icon {
    color: #ffffff;
  }

  /* Sticky header state */
  header.header--sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    height: 4.5rem;
    background-color: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    color: #2c2c2c;
    animation: headerSlideDown 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }

  header.header--sticky a,
  header.header--sticky .header__icon {
    color: #3a3a3a;
  }

  @keyframes headerSlideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }

  .header__title {
    justify-self: start;
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 0;
  }

  .header__title a {
    color: #B5945F !important; /* Gold logo color */
    transition: opacity 0.3s ease;
  }

  .header__title a:hover {
    opacity: 0.85;
  }

  .header__menu {
    justify-self: center;
    display: flex;
    gap: 2.2rem;
  }

  .header__menu a {
    font-family: var(--font-body);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #3a3a3a;
    position: relative;
    padding-bottom: 3px;
    transition: color 0.3s ease;
  }

  .header__menu a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #B5945F;
    transition: width 0.3s ease;
  }

  .header__menu a:hover {
    color: #B5945F !important;
  }

  .header__menu a:hover::after {
    width: 100%;
  }

  .header__icons {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 1.35rem;
  }

  .header__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3a3a3a;
    cursor: pointer;
    position: relative;
    transition: color 0.3s ease;
  }

  .header__icon:hover {
    color: #B5945F !important;
  }

  header svg {
    width: 1.15rem;
    height: 1.15rem;
  }

  header .header__cart sup {
    position: absolute;
    top: -5px;
    right: -7px;
    background-color: #B5945F;
    color: #ffffff;
    font-size: 0.55rem;
    font-weight: 700;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Responsive mobile header styles */
  @media (max-width: 768px) {
    header {
      padding: 0 1.25rem;
      height: 4.8rem;
      grid-template-columns: auto auto;
      justify-content: space-between;
    }

    header.header--sticky {
      height: 4.2rem;
    }

    .header__menu {
      display: none;
    }

    .header__title {
      font-size: 1.35rem;
    }

    .header__icons {
      gap: 1.15rem;
    }
  }
/* END_SECTION:header */

/* START_SECTION:hello-world (INDEX:30) */
.welcome {
    display: grid;
    grid-template-columns: var(--content-grid);
    background-color: #f6f6f7;
    padding: 72px 0;
  }

  .welcome-content {
    grid-column: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 0 24px;
  }

  .welcome-description {
    max-width: 80ch;
    line-height: 1.4;
    margin-top: 1.5rem;
  }

  .icon {
    width: 300px;
  }

  .highlights {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
  }

  @media (max-width: 1100px) {
    .highlights {
      grid-template-columns: 1fr;
    }
  }

  .highlight {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;
    border-radius: 8px;
    background-color: #eef3ff;
    color: rgb(92, 95, 98);
    line-height: 1.4;
  }

  .highlight > * + * {
    margin-top: 1rem;
  }

  .highlight h3 {
    font-size: 1rem;
    color: rgb(32, 34, 35);
  }

  .highlight-description {
    flex: 1 1;
  }

  .highlight a {
    display: flex;
    width: fit-content;
    background-color: rgb(250, 251, 251);
    box-shadow: rgba(0, 0, 0, 0.2) 0px -3px 0px 0px inset, rgba(255, 255, 255, 0.9) 0px 2px 0px 0px inset;
    border: 1px solid rgb(140, 145, 150);
    border-radius: 4px;
    color: rgb(92, 95, 98);
    padding: 3px 10px 5px;
    text-decoration: none;
  }
/* END_SECTION:hello-world */

/* START_SECTION:heritage-categories (INDEX:31) */
.heritage-categories-section {
    display: block;
    background-color: #F8F3EC;
    padding: 2.5rem 0;
    box-sizing: border-box;
    position: relative;
    overflow: visible;
  }

  .heritage-categories__container {
    background-color: #1C2B1A;
    border-radius: 24px;
    padding: 80px 2rem 90px;
    position: relative;
    max-width: 1320px;
    width: min(100% - 40px, 1320px);
    margin: 40px auto;
    box-sizing: border-box;
    z-index: 3;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12);
  }

  /* Green velvet vignette and elegant repeating pattern applied to container */
  .heritage-categories__container::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image:
      radial-gradient(ellipse 120% 80% at 50% 50%,
        rgba(46, 74, 42, 0.4) 0%,
        rgba(30, 58, 26, 0.7) 40%,
        rgba(18, 36, 16, 0.9) 70%,
        rgba(6, 14, 5, 0.98) 100%),
      var(--bg-pattern);
    background-repeat: no-repeat, repeat;
    background-size: auto, 340px 340px;
    background-position: center, center;
    background-blend-mode: multiply;
    pointer-events: none;
    border-radius: inherit;
    opacity: 0.96;
  }

  /* Top-Left Corner Gold Leaf Ornament Inside Container */
  .heritage-categories__corner-gold {
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
    width: clamp(140px, 15vw, 220px);
    object-fit: contain;
    object-position: top left;
    opacity: 0.95;
    pointer-events: none;
    z-index: 2;
  }

  /* Top-Right Hanging Gold Jhumkas Inside Container */
  .heritage-categories__jhumkas-gold {
    position: absolute;
    right: 45px;
    top: 0;
    height: auto;
    width: clamp(100px, 11vw, 150px);
    object-fit: contain;
    object-position: top center;
    opacity: 0.95;
    pointer-events: none;
    z-index: 2;
  }

  /* Section Title */
  .heritage-categories__title {
    font-family: var(--font-heading);
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto 0.6rem auto;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 2;
  }

  .heritage-categories__subtitle {
    font-family: var(--font-body);
    font-size: clamp(0.95rem, 1.4vw, 1.15rem);
    font-weight: 300;
    color: #C5A880; /* Elegant gold accent matching theme ornaments */
    text-align: center;
    margin: 0 auto 3.5rem auto;
    letter-spacing: 0.03em;
    position: relative;
    z-index: 2;
    max-width: 600px;
    line-height: 1.4;
  }

  /* Grid Layout */
  .heritage-categories__grid {
    display: flex;
    justify-content: space-between;
    gap: 1.2rem;
    position: relative;
    z-index: 2;
  }

  /* Category Card */
  .heritage-category__card {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    text-decoration: none;
    transition: transform 0.3s ease;
    min-width: 100px;
    aspect-ratio: 211 / 380; /* exact beautiful portrait ratio */
  }

  .heritage-category__card:hover {
    transform: translateY(-6px);
  }

  .heritage-category__card-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    border-radius: 0;
    clip-path: url(#heritageArchClip);
    -webkit-clip-path: url(#heritageArchClip);
  }

  /* ─── Arch Image Container ───────────────────────────────────────────────── */
  .heritage-category__image-container {
    position: relative;
    width: 100%;
    height: 65%; /* 65% height of the card */
    overflow: hidden;
    background-color: transparent;
  }

  /* IMAGE */
  .heritage-category__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    transition: transform 0.5s ease;
    z-index: 1;
  }

  /* HOVER */
  .heritage-category__card:hover .heritage-category__image {
    transform: scale(1.05);
  }

  /* Double Gold Frame Overlay on top layer */
  .heritage-category__frame-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
  }

  .heritage-category__frame-overlay svg {
    width: 100%;
    height: 100%;
    display: block;
  }

  /* Per-Category Object Position Overrides */
  [data-category="earrings"] .heritage-category__image--custom {
    object-position: center 20%;
  }

  [data-category="neck-pieces"] .heritage-category__image--custom {
    object-position: center 25%;
  }

  [data-category="bracelets"] .heritage-category__image--custom {
    object-position: center center;
  }

  [data-category="rings"] .heritage-category__image--custom {
    object-position: center 35%;
  }

  [data-category="bangles"] .heritage-category__image--custom {
    object-position: center 40%;
  }

  [data-category="payals"] .heritage-category__image--custom {
    object-position: center 70%;
  }

  /* ─── Info Box at the Bottom ───────────────────────────────────────────── */
  .heritage-category__info-box {
    width: 100%;
    height: 35%; /* 35% height of the card */
    background-color: #122011; /* Rich dark velvet green matching the aesthetic exactly */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 0.5rem;
    box-sizing: border-box;
    z-index: 2;
  }

  /* ─── Category Label ───────────────────────────────────────────────────── */
  .heritage-category__label {
    font-family: var(--font-heading);
    font-size: clamp(0.9rem, 1.3vw, 1.15rem);
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 0.05em;
    text-align: center;
    display: block;
    width: 100%;
    transition: color 0.3s ease;
    margin-top: 0.2rem;
  }

  .heritage-category__card:hover .heritage-category__label {
    color: #C5A880;
  }

  /* ─── Category Icon ─────────────────────────────────────────────────────── */
  .heritage-category__icon {
    display: block;
    margin: 0 auto 0.2rem;
    width: clamp(40px, 6vw, 65px);
    height: auto;
    object-fit: contain;
    opacity: 0.9;
    transition: opacity 0.3s ease, transform 0.3s ease, filter 0.3s ease;
    pointer-events: none;
    filter: drop-shadow(0 0 3px rgba(201, 162, 72, 0.4));
  }

  .heritage-category__card:hover .heritage-category__icon {
    opacity: 1;
    transform: scale(1.08);
    filter: drop-shadow(0 0 6px rgba(201, 162, 72, 0.7));
  }

  /* ─── Responsive Breakpoints ───────────────────────────────────────────── */
  @media (max-width: 990px) {
    .heritage-categories-section {
      padding: 2rem 0;
    }
    .heritage-categories__container {
      width: min(100% - 48px, 1320px);
      padding: 60px 2.5rem 70px;
      margin: 24px auto;
      border-radius: 20px;
    }
    .heritage-categories__corner-gold {
      left: 0;
      top: 0;
      width: 140px;
    }
    .heritage-categories__jhumkas-gold {
      right: 30px;
      top: 0;
      width: 100px;
    }
    .heritage-categories__grid {
      gap: 1.25rem;
    }
  }

  @media (max-width: 768px) {
    .heritage-categories-section {
      padding: 1.5rem 0;
    }

    .heritage-categories__container {
      width: min(100% - 32px, 100%);
      padding: 40px 1.5rem 45px;
      margin: 16px auto;
      border-radius: 16px;
    }

    .heritage-categories__corner-gold {
      left: 0;
      top: 0;
      width: 90px;
    }
    .heritage-categories__jhumkas-gold {
      right: 18px;
      top: 0;
      width: 70px;
    }

    .heritage-categories__title {
      margin-bottom: 3rem;
    }

    /* Collapse grid into scrollable swipe row on mobile */
    .heritage-categories__grid {
      display: flex;
      flex-wrap: nowrap;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      gap: 1rem;
      padding-bottom: 1.2rem;
      margin-bottom: -1rem;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
    }

    .heritage-categories__grid::-webkit-scrollbar {
      display: none;
    }

    .heritage-category__card {
      flex: 0 0 130px;
      min-width: 130px;
      scroll-snap-align: start;
    }

    .heritage-category__label {
      font-size: 0.85rem;
      margin-top: 1rem;
    }
  }
/* END_SECTION:heritage-categories */

/* START_SECTION:heritage-narrative (INDEX:32) */
/* ── Google Fonts ─────────────────────────────────────────────────────── */
  @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Inter:wght@400;500;600;700&family=DM+Sans:wght@400;500&display=swap');

  /* ── Section Shell ────────────────────────────────────────────────────── */
  .heritage-narrative {
    background-color: #FAF6F0;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
  }

  /* ── Container: full width relative ───────────────────────────────────── */
  .heritage-narrative__container {
    position: relative;
    width: 100%;
    min-height: 650px;
    display: flex;
    align-items: stretch;
  }

  /* ══════════════════════════════════════════════════════════════════════
     LEFT COLUMN (CONTENT OVERLAY)
  ══════════════════════════════════════════════════════════════════════ */
  .heritage-narrative__left {
    position: relative;
    z-index: 3;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 64px 64px 64px 120px;
    box-sizing: border-box;
  }

  /* Eyebrow */
  .heritage-narrative__eyebrow {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #A38A67;
    margin: 0 0 16px 0;
  }

  /* Heading */
  .heritage-narrative__heading {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 1.15;
    color: #1C1C1C;
    margin: 0 0 20px 0;
    letter-spacing: -0.01em;
  }

  .heritage-narrative__heading-accent {
    font-family: "Playfair Display", Georgia, serif;
    font-style: italic;
    font-weight: 400;
    color: #A38A67;
  }

  /* Ornamental divider */
  .heritage-narrative__ornament {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
  }

  .heritage-narrative__ornament-line {
    display: block;
    width: 40px;
    height: 1px;
    background-color: #A38A67;
    opacity: 0.4;
  }

  .heritage-narrative__ornament-icon {
    flex-shrink: 0;
  }
  
  .heritage-narrative__ornament-icon path {
    fill: #A38A67;
    opacity: 0.8;
  }

  /* Description */
  .heritage-narrative__description {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #5C4D3E;
    margin: 0 0 32px 0;
    max-width: 440px;
  }

  /* ── CTAs ─────────────────────────────────────────────────────────────── */
  .heritage-narrative__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 48px;
  }

  /* Primary button */
  .heritage-narrative__btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #85693F;
    color: #FFFFFF;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.15em;
    padding: 16px 32px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(133, 105, 63, 0.1);
  }

  .heritage-narrative__btn-primary:hover {
    background-color: #705834;
    box-shadow: 0 6px 16px rgba(133, 105, 63, 0.2);
    transform: translateY(-1px);
  }

  .heritage-narrative__btn-arrow {
    display: inline-block;
    transition: transform 0.25s ease-in-out;
  }

  .heritage-narrative__btn-primary:hover .heritage-narrative__btn-arrow {
    transform: translateX(4px);
  }

  /* Secondary link */
  .heritage-narrative__link-secondary {
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 500;
    color: #85693F;
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 1px;
    margin-left: 28px;
    transition: color 0.3s ease;
    white-space: nowrap;
  }

  .heritage-narrative__link-secondary:hover {
    color: #5C4D3E;
  }

  /* ── Stats ────────────────────────────────────────────────────────────── */
  .heritage-narrative__stats-rule {
    width: 100%;
    height: 1px;
    background-color: rgba(197, 168, 128, 0.25);
    margin-bottom: 32px;
  }

  .heritage-narrative__stats {
    display: flex;
    align-items: flex-start;
    gap: 48px;
  }

  .heritage-narrative__stat {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
  }

  .heritage-narrative__stat-divider {
    display: none;
  }

  .heritage-narrative__stat-num {
    font-family: "Inter", sans-serif;
    font-size: clamp(2rem, 3.5vw, 2.5rem);
    font-weight: 500;
    color: #1C1C1C;
    line-height: 1;
  }

  .heritage-narrative__stat-label {
    font-family: "Inter", sans-serif;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #A38A67;
    line-height: 1.4;
  }

  /* ══════════════════════════════════════════════════════════════════════
     RIGHT COLUMN (IMAGE BACKGROUND)
  ══════════════════════════════════════════════════════════════════════ */
  .heritage-narrative__right {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .heritage-narrative__image-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* Viewport-entry fade-in via CSS only */
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }

  /* Class toggled by IntersectionObserver below */
  .heritage-narrative__image-wrap.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  .heritage-narrative__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    display: block;
    transition: transform 0.6s ease;
  }

  .heritage-narrative__image-wrap:hover .heritage-narrative__image {
    transform: scale(1.02);
  }

  /* ── GRADIENT OVERLAY ─────────────────────────────────────────────────── */
  .heritage-narrative__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(to right,
      #FAF6F0 0%,
      #FAF6F0 35%,
      rgba(250, 246, 240, 0.95) 45%,
      rgba(250, 246, 240, 0) 58%
    );
    pointer-events: none;
  }

  /* ══════════════════════════════════════════════════════════════════════
     MOBILE  ≤ 750px
  ══════════════════════════════════════════════════════════════════════ */
  @media (max-width: 750px) {
    .heritage-narrative__container {
      flex-direction: column;
      min-height: unset;
    }

    .heritage-narrative__overlay {
      background: linear-gradient(to bottom,
        rgba(250, 246, 240, 0) 0%,
        rgba(250, 246, 240, 0.85) 35%,
        #FAF6F0 55%,
        #FAF6F0 100%
      );
    }

    .heritage-narrative__right {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

    .heritage-narrative__image-wrap {
      opacity: 1;
      transform: none;
    }

    .heritage-narrative__left {
      width: 100%;
      padding: clamp(280px, 50vw, 380px) 24px 48px;
    }

    .heritage-narrative__description {
      max-width: 100%;
    }

    .heritage-narrative__actions {
      flex-wrap: wrap;
      gap: 16px;
    }

    .heritage-narrative__link-secondary {
      margin-left: 0;
    }

    .heritage-narrative__heading {
      font-size: 32px;
      margin-bottom: 16px;
    }
  }
/* END_SECTION:heritage-narrative */

/* START_SECTION:luxury-testimonials (INDEX:36) */
.luxury-testimonials-section {
    width: 100%;
    background-color: #71050F;
    /* Layered luxury texture:
       1. Mughal jali geometric SVG pattern at 6% opacity
       2. Radial gold shimmer from center
       3. Base dark maroon */
    background-image:
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cg fill='none' stroke='%23C5A880' stroke-width='0.4' opacity='0.18'%3E%3Crect x='5' y='5' width='50' height='50' rx='2'/%3E%3Crect x='15' y='15' width='30' height='30' rx='1'/%3E%3Cline x1='30' y1='5' x2='30' y2='55'/%3E%3Cline x1='5' y1='30' x2='55' y2='30'/%3E%3Ccircle cx='30' cy='30' r='10'/%3E%3Ccircle cx='30' cy='30' r='18'/%3E%3Cpath d='M5 5 L30 20 L55 5'/%3E%3Cpath d='M5 55 L30 40 L55 55'/%3E%3Cpath d='M5 5 L20 30 L5 55'/%3E%3Cpath d='M55 5 L40 30 L55 55'/%3E%3C/g%3E%3C/svg%3E"),
      radial-gradient(ellipse at 50% 0%, rgba(197,168,128,0.10) 0%, transparent 65%),
      radial-gradient(ellipse at 50% 100%, rgba(197,168,128,0.06) 0%, transparent 60%);
    background-size: 60px 60px, 100% 100%, 100% 100%;
    padding-top: var(--padding-top-desktop);
    padding-bottom: var(--padding-bottom-desktop);
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
  }

  /* Top & bottom gold border lines for mahal frame feel */
  .luxury-testimonials-section::before,
  .luxury-testimonials-section::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(197,168,128,0.5) 20%, rgba(197,168,128,0.8) 50%, rgba(197,168,128,0.5) 80%, transparent);
  }

  .luxury-testimonials-section::before { top: 0; }
  .luxury-testimonials-section::after  { bottom: 0; }

  .luxury-testimonials__container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
  }

  .luxury-testimonials__title {
    font-family: var(--font-heading);
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 600;
    color: #C5A880; /* Elegant Gold */
    text-align: center;
    margin: 0 auto;
    letter-spacing: 0.05em;
    text-transform: capitalize;
  }

  .luxury-testimonials__title em,
  .luxury-testimonials__title i {
    font-style: italic;
    font-weight: 600;
    font-family: var(--font-heading);
  }

  .testimonial-slider-wrapper {
    position: relative;
    width: 100%;
    max-width: none;
    margin: clamp(2rem, 4vw, 3rem) 0 0 0;
    padding: 0;
    box-sizing: border-box;
  }

  .testimonial-slider-track {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    width: 100%;
    box-sizing: border-box;
    padding-left: max(24px, calc((100vw - 1200px) / 2 + 24px));
    padding-right: max(24px, calc((100vw - 1200px) / 2 + 24px));
    padding-bottom: 12px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .testimonial-slider-track::-webkit-scrollbar {
    display: none;
  }

  /* Bounce animations */
  .testimonial-slider-track.bounce-start {
    animation: bounceStart 0.45s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  }

  .testimonial-slider-track.bounce-end {
    animation: bounceEnd 0.45s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  }

  @keyframes bounceStart {
    0%   { transform: translateX(0); }
    30%  { transform: translateX(20px); }
    60%  { transform: translateX(-8px); }
    80%  { transform: translateX(4px); }
    100% { transform: translateX(0); }
  }

  @keyframes bounceEnd {
    0%   { transform: translateX(0); }
    30%  { transform: translateX(-20px); }
    60%  { transform: translateX(8px); }
    80%  { transform: translateX(-4px); }
    100% { transform: translateX(0); }
  }

  .testimonial-card {
    flex: 0 0 380px;
    scroll-snap-align: start;
    background-color: #F8F3EC;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(197, 168, 128, 0.35);
    border-radius: 12px;
    padding: 32px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 280px;
    transition: transform 0.3s ease, border-color 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  }

  /* Warm paper grain texture */
  .testimonial-card::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.68 0.72' numOctaves='5' seed='9' result='noise'/%3E%3CfeDiffuseLighting in='noise' lighting-color='%23C5A880' surfaceScale='1.5' diffuseConstant='0.8'%3E%3CfeDistantLight azimuth='120' elevation='45'/%3E%3C/feDiffuseLighting%3E%3C/filter%3E%3Crect width='300' height='300' fill='%23E8E0D4' filter='url(%23g)' opacity='0.5'/%3E%3C/svg%3E");
    background-size: 300px 300px;
    opacity: 0.28;
    mix-blend-mode: multiply;
    pointer-events: none;
  }

  .testimonial-card::after { display: none; }

  .testimonial-card > * {
    position: relative;
    z-index: 1;
  }

  .testimonial-card:hover {
    border-color: rgba(197, 168, 128, 0.75);
  }

  .testimonial-card__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 8px;
  }

  .testimonial-card__name {
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 500;
    color: #2C1A0E;
  }

  .testimonial-card__date {
    font-family: var(--font-body);
    font-size: 14px;
    color: #8B6420;
  }

  .testimonial-card__stars {
    display: flex;
    gap: 4px;
    margin-bottom: 24px;
  }

  .testimonial-card__star-icon {
    display: block;
    width: 16px;
    height: 16px;
  }

  .testimonial-card__content {
    flex-grow: 1;
    margin-bottom: 24px;
    width: 100%;
  }

  .testimonial-card__heading {
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 600;
    color: #2C1A0E;
    margin: 0 0 8px 0;
    line-height: 1.4;
  }

  .testimonial-card__body {
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 1.6;
    color: #5C4D3E;
    margin: 0;
  }

  .testimonial-card__badge {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid rgba(139, 100, 32, 0.2);
    width: 100%;
  }

  .testimonial-card__badge-thumb {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    object-fit: cover;
    display: block;
    border: 1px solid rgba(197, 168, 128, 0.2);
  }

  .testimonial-card__badge-name {
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 400;
    color: #8B6420;
  }

  /* Bottom Dots Navigation */
  .testimonial-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
    width: 100%;
  }

  .testimonial-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(197, 168, 128, 0.3); /* Inactive dot opacity */
    cursor: pointer;
    border: none;
    padding: 0;
    transition: all 0.3s ease;
  }

  .testimonial-dot.active {
    background-color: #C5A880; /* Active gold dot */
    transform: scale(1.2);
  }

  @media (max-width: 768px) {
    .luxury-testimonials-section {
      padding-top: var(--padding-top-mobile);
      padding-bottom: var(--padding-bottom-mobile);
    }

    .luxury-testimonials__title {
      font-size: 1.75rem;
      margin-bottom: 0;
    }

    .testimonial-slider-wrapper {
      margin-top: 2rem;
    }

    .testimonial-slider-track {
      gap: 16px;
    }

    .testimonial-card {
      flex: 0 0 85%; /* Peek layout on mobile */
      min-height: 250px;
      padding: 24px;
    }

    .testimonial-card__name {
      font-size: 16px;
    }

    .testimonial-card__date {
      font-size: 12px;
    }

    .testimonial-card__heading {
      font-size: 16px;
    }

    .testimonial-card__body {
      font-size: 13px;
    }
  }
/* END_SECTION:luxury-testimonials */

/* START_SECTION:meet-artisans (INDEX:41) */
/* ── Shell ── */
  .ma {
    background-color: #FAF6F0;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }

  /* ── Inner layout ── */
  .ma__inner {
    width: 100%;
    display: grid;
    grid-template-columns: 42% 58%;
    align-items: center;
    min-height: 560px;
    box-sizing: border-box;
    gap: 20px;
  }

  /* ════════════════════════════════
     LEFT PANEL
  ════════════════════════════════ */
  .ma__left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px 48px 48px 120px;
    box-sizing: border-box;
  }

  /* Eyebrow styling with horizontal arrow line */
  .ma__eyebrow-container {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
  }

  .ma__eyebrow {
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #A38A67;
    margin: 0;
  }

  .ma__eyebrow-arrow {
    display: flex;
    align-items: center;
    flex: 1;
    max-width: 48px;
  }

  .ma__eyebrow-line {
    display: block;
    width: 32px;
    height: 1px;
    background-color: #A38A67;
    opacity: 0.7;
  }

  .ma__eyebrow-tip {
    font-size: 11px;
    color: #A38A67;
    opacity: 0.7;
    margin-left: -2px;
  }

  /* Heading */
  .ma__heading {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.15;
    color: #1C1C1C;
    margin: 0 0 20px 0;
    letter-spacing: -0.01em;
  }

  /* Body */
  .ma__body {
    font-family: "Inter", sans-serif;
    font-size: 14.5px;
    font-weight: 400;
    line-height: 1.75;
    color: #5C4D3E;
    margin: 0 0 32px 0;
    max-width: 380px;
  }

  /* CTA Button */
  .ma__cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #85693F;
    border-radius: 100px;
    color: #85693F;
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.15em;
    padding: 14px 28px;
    text-decoration: none;
    transition: all 0.3s ease;
    width: fit-content;
  }

  .ma__cta-btn:hover {
    background-color: #85693F;
    color: #FFFFFF;
    box-shadow: 0 4px 12px rgba(133, 105, 63, 0.15);
  }

  .ma__cta-arrow {
    font-size: 12px;
  }

  /* ════════════════════════════════
     RIGHT PANEL: Mosaic collage
  ════════════════════════════════ */
  .ma__right {
    padding: 48px 48px 48px 0;
    box-sizing: border-box;
    width: 100%;
  }

  .ma__mosaic-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
    width: 100%;
    height: 480px;
  }

  .ma__grid-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  }

  .ma__grid-item--tall {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .ma__grid-item--mid-top {
    grid-column: 2;
    grid-row: 1;
  }

  .ma__grid-item--right-top {
    grid-column: 3;
    grid-row: 1;
  }

  .ma__grid-item--mid-bottom {
    grid-column: 2;
    grid-row: 2;
  }

  .ma__grid-item--right-bottom {
    grid-column: 3;
    grid-row: 2;
  }

  .ma__grid-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
  }

  .ma__grid-item:hover .ma__grid-img {
    transform: scale(1.03);
  }

  /* ── Mobile & Tablet responsive ── */
  @media (max-width: 900px) {
    .ma__inner {
      grid-template-columns: 1fr;
      gap: 32px;
      padding: 48px 24px;
    }

    .ma__left {
      order: 2;
      padding: 0;
    }

    .ma__right {
      order: 1;
      padding: 0;
    }

    .ma__mosaic-grid {
      grid-template-columns: 1.4fr 1fr 1fr;
      height: 380px;
    }

    .ma__heading {
      font-size: 28px;
    }
  }

  @media (max-width: 750px) {
    .ma__mosaic-grid {
      grid-template-columns: 1.2fr 1fr 1fr;
      height: 320px;
      gap: 6px;
    }


  }
/* END_SECTION:meet-artisans */

/* START_SECTION:product-anatomy (INDEX:46) */
/* ── Katyuri Experience Stylesheet ── */
  
  .ke-section {
    position: relative;
    width: 100%;
    background-color: #FCFAF6;
    padding-top: var(--padding-top-desktop);
    padding-bottom: var(--padding-bottom-desktop);
    box-sizing: border-box;
    overflow: hidden;
  }
  
  /* Mountain background overlay across the entire section */
  .ke-bg-mountains {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--mountain-bg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.99;
    z-index: 1;
    pointer-events: none;
  }
  
  /* K Watermark + Lotus */
  .ke-bg-watermark {
    position: absolute;
    top: 5%;
    right: 5%;
    z-index: 1;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .ke-watermark-k {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(8rem, 18vw, 20rem);
    font-weight: 300;
    color: rgba(197, 168, 128, 0.08);
    line-height: 1;
  }
  
  .ke-watermark-lotus {
    position: absolute;
    right: -40px;
    top: 30%;
    opacity: 0.25;
    animation: floatingLotus 6s ease-in-out infinite;
  }
  
  @keyframes floatingLotus {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-10px) rotate(3deg); }
  }
  
  .ke-container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
  }
  
  .ke-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.3fr 0.85fr;
    gap: 50px;
    align-items: center;
  }
  
  /* Left Column */
  .ke-col-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    position: relative;
  }
  
  .ke-heading-lotus {
    margin-bottom: 12px;
    opacity: 0.85;
  }
  
  .ke-subheading {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #C5A880;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block;
  }
  
  .ke-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.85rem, 3.2vw, 2.5rem);
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #4A0404;
    text-transform: uppercase;
    margin: 0 0 24px 0;
    line-height: 1.1;
  }
  
  /* Divider */
  .ke-divider-gold {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin-bottom: 24px;
  }
  
  .ke-divider-line {
    display: block;
    width: 60px;
    height: 1px;
    background-color: rgba(197, 168, 128, 0.5);
  }
  
  .ke-description {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.65;
    color: #5C4D3E;
    margin: 0 0 32px 0;
    letter-spacing: 0.02em;
  }
  
  .ke-left-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    position: relative;
  }
  
  .ke-left-footer-lotus {
    opacity: 0.6;
    margin-bottom: 8px;
  }
  
  .ke-left-footer-line {
    width: 1px;
    height: 60px;
    background: linear-gradient(to bottom, rgba(197,168,128,0.7), rgba(197,168,128,0));
  }
  
  /* Center Column: Mandala & Necklace */
  .ke-col-center {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 480px;
  }
  
  .ke-mandala-bg-wrap {
    position: absolute;
    width: 440px;
    height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    pointer-events: none;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(197, 168, 128, 0.24) 0%, rgba(252, 250, 246, 0) 70%);
    border: 1.5px solid rgba(197, 168, 128, 0.35);
    box-sizing: border-box;
  }
  
  .ke-mandala-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0.45;
    animation: rotateMandala 45s linear infinite;
  }
  
  @keyframes rotateMandala {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  .ke-necklace-container {
    position: absolute;
    z-index: 2;
    width: 320px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .ke-col-center:hover .ke-necklace-container {
    transform: scale(1.03) translateY(-8px);
  }
  
  .ke-necklace-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 20px 45px rgba(44, 26, 14, 0.18));
  }
  
  /* Right Column: Pillars */
  .ke-col-right {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  
  .ke-pillars {
    display: flex;
    flex-direction: column;
    gap: 36px;
    width: 100%;
  }
  
  .ke-pillar {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    text-align: left;
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .ke-pillar:hover {
    transform: translateX(8px);
  }
  
  .ke-pillar-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(197, 168, 128, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: border-color 0.3s ease, background-color 0.3s ease;
  }
  
  .ke-pillar:hover .ke-pillar-icon-box {
    border-color: #4A0404;
    background-color: rgba(74, 4, 4, 0.03);
  }
  
  .ke-pillar-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  
  .ke-pillar-title {
    font-family: 'Inter', sans-serif;
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #4A0404;
    margin: 4px 0 6px 0;
    text-transform: uppercase;
  }
  
  .ke-pillar-divider {
    display: block;
    width: 25px;
    height: 1px;
    background-color: #C5A880;
    margin-bottom: 8px;
  }
  
  .ke-pillar-text {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    line-height: 1.6;
    color: #5C4D3E;
    margin: 0;
    letter-spacing: 0.01em;
  }
  
  /* Bottom Centered Bar & Button */
  .ke-bottom-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 60px;
    width: 100%;
    position: relative;
    z-index: 2;
  }
  
  .ke-bottom-ornament {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    justify-content: center;
    margin-bottom: 12px;
  }
  
  .ke-bottom-orn-line {
    display: block;
    width: 120px;
    height: 1.2px;
    background-color: rgba(197, 168, 128, 0.45);
  }
  
  .ke-bottom-tagline {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    font-weight: 500;
    letter-spacing: 0.18em;
    color: #4A0404;
    text-transform: uppercase;
    margin: 0 0 28px 0;
    line-height: 1.3;
  }
  
  /* Explore Collection CTA Button styling */
  .ke-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background-color: #4A0404;
    color: #FCFAF6;
    padding: 14px 44px;
    font-family: 'Inter', sans-serif;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-decoration: none;
    border: 1.2px solid #4A0404;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(74, 4, 4, 0.15);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .ke-cta-arrow {
    transition: transform 0.3s ease;
  }
  
  .ke-cta-btn:hover {
    background-color: transparent;
    color: #4A0404;
    border-color: #4A0404;
    box-shadow: 0 12px 28px rgba(74, 4, 4, 0.2);
  }
  
  .ke-cta-btn:hover .ke-cta-arrow {
    transform: translateX(4px);
  }
  
  /* ── Responsive breakpoints ── */
  
  @media (max-width: 991px) {
    .ke-grid {
      grid-template-columns: 1fr;
      gap: 50px;
    }
    
    .ke-col-left {
      align-items: center;
      text-align: center;
    }
    
    .ke-divider-gold {
      justify-content: center;
    }
    
    .ke-left-footer {
      display: none; /* Hide vertical footer lines on mobile */
    }
    
    .ke-col-center {
      height: 380px;
    }
    
    .ke-mandala-bg-wrap {
      width: 360px;
      height: 360px;
    }
    
    .ke-necklace-container {
      width: 250px;
    }
    
    .ke-col-right {
      align-items: center;
    }
    
    .ke-pillars {
      max-width: 500px;
    }
    
    .ke-pillar-divider {
      margin-left: 0;
      margin-right: 0;
    }
    
    .ke-bg-watermark {
      opacity: 0.5;
    }
  }
  
  @media (max-width: 480px) {
    .ke-container {
      padding: 0 24px;
    }
    
    .ke-col-center {
      height: 300px;
    }
    
    .ke-mandala-bg-wrap {
      width: 280px;
      height: 280px;
    }
    
    .ke-necklace-container {
      width: 190px;
    }
    
    .ke-bottom-orn-line {
      width: 60px;
    }
    
    .ke-cta-btn {
      width: 100%;
      padding: 14px 20px;
      box-sizing: border-box;
    }
  }
/* END_SECTION:product-anatomy */

/* START_SECTION:search (INDEX:50) */
.search-page {
    background-color: #F8F5F0;
    min-height: 50vh;
    padding: 60px 20px;
    font-family: var(--font-body);
  }

  .search-page__header {
    max-width: 600px;
    margin: 0 auto 60px auto;
    text-align: center;
  }

  .search-page__title {
    font-family: var(--font-heading);
    font-size: 3rem;
    color: #1C1C1C;
    margin-bottom: 30px;
    font-weight: 400;
  }

  .search-page__form {
    width: 100%;
  }

  .search-page__input-wrapper {
    position: relative;
    width: 100%;
  }

  .search-page__input {
    width: 100%;
    padding: 16px 50px 16px 20px;
    font-size: 1rem;
    font-family: var(--font-body);
    border: 1px solid #D9D1C7;
    background-color: transparent;
    color: #1C1C1C;
    border-radius: 4px;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
  }

  .search-page__input:focus {
    outline: none;
    border-color: #8B6420;
  }

  .search-page__submit {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #8B6420;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
  }

  .search-page__submit:hover {
    opacity: 0.7;
  }

  .search-page__results-container {
    max-width: 1200px;
    margin: 0 auto;
  }

  .search-page__no-results,
  .search-page__results-count {
    text-align: center;
    font-size: 1rem;
    color: #666;
    margin-bottom: 40px;
  }

  .search-page__results {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 30px;
  }

  .search-page__item {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .search-page__item-image-link {
    display: block;
    aspect-ratio: 4/5;
    overflow: hidden;
    background-color: #EFEBE4;
  }

  .search-page__item-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }

  .search-page__item-image-link:hover .search-page__item-image {
    transform: scale(1.05);
  }

  .search-page__item-image-placeholder {
    width: 100%;
    height: 100%;
    background-color: #EFEBE4;
  }

  .search-page__item-content {
    text-align: center;
  }

  .search-page__item-title {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    margin: 0 0 8px 0;
  }

  .search-page__item-title a {
    color: #1C1C1C;
    text-decoration: none;
  }

  .search-page__item-price {
    font-family: var(--font-body);
    font-size: 0.95rem;
    color: #8B6420;
    margin: 0;
  }

  .search-page__pagination {
    grid-column: 1 / -1;
    text-align: center;
    margin-top: 40px;
  }
/* END_SECTION:search */

/* START_SECTION:section-principles (INDEX:51) */
/* ── Section Shell ─────────────────────────────────────────────────────── */
  .timeline-journey {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #FAF6F0; 
    padding: 64px 0 80px 0;
  }

  .timeline-journey__container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 48px;
    box-sizing: border-box;
  }

  /* ── Section Header ────────────────────────────────────────────────────── */
  .timeline-journey__header {
    text-align: center;
    margin-bottom: 48px;
  }

  .timeline-journey__eyebrow {
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #A38A67;
    margin: 0;
  }

  /* ── Timeline Track ────────────────────────────────────────────────────── */
  .timeline-journey__track-wrapper {
    position: relative;
    width: 100%;
    margin-top: 48px;
    padding: 24px 0;
  }

  .timeline-journey__track-line {
    position: absolute;
    top: 24px; /* matches the vertical center of nodes */
    left: 8%;
    right: 8%;
    height: 1px;
    background-color: #C5A880;
    opacity: 0.5;
    z-index: 1;
  }

  .timeline-journey__line-end {
    position: absolute;
    right: -48px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 2;
  }

  .timeline-journey__arrow {
    color: #C5A880;
    opacity: 0.8;
  }

  .timeline-journey__mandala {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .timeline-journey__mandala svg {
    stroke: #C5A880;
    opacity: 0.8;
  }

  .timeline-journey__steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    width: 100%;
  }

  .timeline-journey__step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    padding-top: 24px; /* Spacing below the line */
  }

  .timeline-journey__node {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #85693F;
    border: 3px solid #FAF6F0; /* Masks line */
    box-sizing: content-box;
    z-index: 3;
    transition: transform 0.25s ease, background-color 0.25s ease;
  }

  .timeline-journey__step:hover .timeline-journey__node {
    transform: translate(-50%, -50%) scale(1.3);
    background-color: #C5A880;
  }

  .timeline-journey__step-content {
    margin-top: 12px;
  }

  .timeline-journey__year {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 18px;
    font-weight: 600;
    color: #1C1C1C;
    margin: 0 0 10px 0;
  }

  .timeline-journey__desc {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    line-height: 1.6;
    color: #5C4D3E;
    margin: 0;
    max-width: 160px;
  }

  /* ── MOBILE RESPONSIVE ── */
  @media (max-width: 750px) {
    .timeline-journey {
      padding: 48px 0;
    }

    .timeline-journey__container {
      padding: 0 24px;
    }

    .timeline-journey__track-line {
      left: 16px;
      right: auto;
      top: 0;
      bottom: 0;
      width: 1px;
      height: auto;
    }

    .timeline-journey__line-end {
      right: auto;
      left: -8px;
      bottom: -40px;
      top: auto;
      transform: none;
      flex-direction: column;
      gap: 8px;
    }

    .timeline-journey__arrow {
      transform: rotate(90deg); /* Point downwards */
    }

    .timeline-journey__steps {
      flex-direction: column;
      gap: 40px;
      align-items: flex-start;
      padding-bottom: 40px; /* space for bottom mandala */
    }

    .timeline-journey__step {
      width: 100%;
      flex-direction: row;
      align-items: flex-start;
      text-align: left;
      padding-top: 0;
      padding-left: 40px;
      box-sizing: border-box;
    }

    .timeline-journey__node {
      top: 10px;
      left: 16px;
      transform: translate(-50%, -50%);
    }

    .timeline-journey__step:hover .timeline-journey__node {
      transform: translate(-50%, -50%) scale(1.3);
    }

    .timeline-journey__step-content {
      margin-top: 0;
    }

    .timeline-journey__year {
      font-size: 16px;
      margin-bottom: 6px;
    }

    .timeline-journey__desc {
      max-width: 100%;
    }
  }
/* END_SECTION:section-principles */

/* START_SECTION:section-process (INDEX:52) */
.hp {
    background-color: #F5F0E8;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }

  .hp__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 24px;
    box-sizing: border-box;
  }

  .hp__header {
    text-align: center;
    margin-bottom: 72px;
  }

  .hp__eyebrow {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #A38A67;
    margin: 0 0 12px 0;
  }

  .hp__heading {
    font-family: var(--font-heading);
    font-size: 48px;
    font-weight: 400;
    line-height: 1.15;
    color: #1C1C1C;
    margin: 0;
    letter-spacing: -0.01em;
  }

  /* ── Timeline Row ── */
  .hp__timeline {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  .hp__line-bg {
    position: absolute;
    top: 24px;
    left: var(--start-pct, 10%);
    width: var(--line-w, 80%);
    height: 1px;
    background-color: rgba(197, 168, 128, 0.25);
    z-index: 1;
  }

  .hp__line-progress {
    position: absolute;
    top: 24px;
    left: var(--start-pct, 10%);
    height: 1px;
    background-color: #A38A67;
    width: 0%;
    z-index: 1;
    transition: width 2.2s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .hp--active .hp__line-progress {
    width: var(--line-w, 80%);
  }

  .hp__steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 32px;
    position: relative;
    z-index: 2;
  }

  /* Adjust grid columns to match block size dynamically */
  .hp__timeline .hp__steps {
    grid-template-columns: repeat(5, 1fr);
  }

  .hp__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .hp__circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #F5F0E8;
    border: 1px solid rgba(197, 168, 128, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Consolas', 'Monaco', monospace;
    font-size: 13px;
    font-weight: 600;
    color: rgba(139, 100, 32, 0.45);
    z-index: 3;
    transform: scale(0.9);
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition-delay: var(--delay);
    box-sizing: border-box;
  }

  .hp--active .hp__step .hp__circle {
    border-color: rgba(197, 168, 128, 1);
    color: #8B6420;
    transform: scale(1);
    box-shadow: 0 0 10px rgba(197, 168, 128, 0.15);
  }

  .hp__step-content {
    margin-top: 24px;
    opacity: 0;
    transform: translateY(16px);
    transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    transition-delay: calc(var(--delay) + 0.2s);
  }

  .hp--active .hp__step .hp__step-content {
    opacity: 1;
    transform: translateY(0);
  }

  .hp__step-title {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 700;
    color: #2C2218;
    margin: 0 0 12px 0;
    letter-spacing: -0.01em;
  }

  .hp__step-desc {
    font-family: var(--font-heading);
    font-size: 14px;
    line-height: 1.6;
    color: #5C4D3E;
    margin: 0;
    max-width: 220px;
    padding: 0 8px;
  }

  /* ── Mobile ── */
  @media (max-width: 768px) {
    .hp__inner {
      padding: 36px 20px;
    }

    .hp__header {
      margin-bottom: 48px;
    }

    .hp__heading {
      font-size: 28px;
    }

    .hp__timeline .hp__steps {
      grid-template-columns: 1fr;
      gap: 40px;
    }

    .hp__line-bg {
      top: 24px;
      bottom: 24px;
      left: 24px;
      width: 1px;
      height: calc(100% - 48px);
      right: auto;
    }

    .hp__line-progress {
      top: 24px;
      left: 24px;
      width: 1px;
      height: 0%;
      transition: height 2.2s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .hp--active .hp__line-progress {
      height: calc(100% - 48px);
      width: 1px;
    }

    .hp__step {
      flex-direction: row;
      align-items: flex-start;
      text-align: left;
    }

    .hp__circle {
      margin: 0;
      flex-shrink: 0;
    }

    .hp__step-content {
      margin-top: 0;
      margin-left: 24px;
      transform: translateX(16px) translateY(0);
    }

    .hp--active .hp__step .hp__step-content {
      transform: translateX(0);
    }

    .hp__step-title {
      font-size: 18px;
      margin-bottom: 6px;
    }

    .hp__step-desc {
      font-size: 14px;
      max-width: 100%;
      padding: 0;
    }
  }
/* END_SECTION:section-process */

/* START_SECTION:silver-collection (INDEX:53) */
.silver-collection-section {
    width: 100%;
    background-color: #FCFAF6;
    background-image: var(--mountain-bg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: var(--padding-top-desktop);
    padding-bottom: var(--padding-bottom-desktop);
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
  }

  .floral-corner-decoration {
    position: absolute;
    width: 350px;
    max-width: 35vw;
    pointer-events: none;
    z-index: 0;
    mix-blend-mode: multiply;
    opacity: 0.8;
  }
  .floral-corner-decoration.bottom-right {
    bottom: -20px;
    right: -20px;
    transform: scaleX(-1);
  }

  /* Subtle cream overlay so mountain doesn't overpower the content */
  .silver-collection-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(252, 250, 246, 0.50);
    pointer-events: none;
    z-index: 0;
  }

  .silver-collection__container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }

  .silver-collection__title {
    font-family: var(--font-heading);
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 600;
    line-height: 120%;
    color: #4A0404;
    text-align: center;
    margin: 0 auto 48px auto;
    letter-spacing: 0.05em;
    text-transform: capitalize;
  }

  .silver-collection__title em,
  .silver-collection__title i {
    font-style: italic;
    font-family: var(--font-heading);
    font-weight: 600;
  }

  .silver-collection__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 32px;
    width: 100%;
  }

  .silver-collection__card {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1.35;
    background: transparent;
    border: none;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
  }

  .silver-collection__card-frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    pointer-events: none;
  }

  .silver-collection__frame-path {
    stroke: #C5A880;
    stroke-width: 0.45;
  }

  .silver-collection__card-inner {
    position: absolute;
    inset: 0;
    padding: 12% 8% 8% 8%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    clip-path: url(#silverArchClip);
    -webkit-clip-path: url(#silverArchClip);
    z-index: 2;
  }

  .silver-collection__leaf {
    position: absolute;
    top: 30%;
    width: 60px;
    height: 120px;
    background-image: var(--leaf-image);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.10;
    pointer-events: none;
    z-index: 1;
  }

  .silver-collection__leaf--left {
    left: 10px;
  }

  .silver-collection__leaf--right {
    right: 10px;
    transform: scaleX(-1);
  }

  .silver-collection__image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex: 1;
    margin-top: 15%;
    position: relative;
    z-index: 3;
  }

  .silver-collection__image {
    max-width: 80%;
    max-height: 85%;
    object-fit: contain;
    filter: drop-shadow(0 12px 24px rgba(0,0,0,0.08));
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }

  .silver-collection__card:hover .silver-collection__image {
    transform: translateY(-8px) scale(1.03);
  }

  .silver-collection__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    margin-top: auto;
    padding-bottom: 24px;
    z-index: 4;
  }

  .silver-collection__lotus {
    color: #4A0404;
    margin-bottom: 12px;
    opacity: 0.85;
  }

  .silver-collection__card-title {
    font-family: var(--font-heading);
    font-size: clamp(14px, 1.8vw, 17px);
    font-weight: 600;
    color: #4A0404;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin: 0 0 8px 0;
    line-height: 140%;
  }

  .silver-collection__divider {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 1px;
    background-color: rgba(197, 168, 128, 0.4);
    margin: 8px 0 12px 0;
    position: relative;
  }

  .silver-collection__diamond {
    width: 5px;
    height: 5px;
    background-color: #C5A880;
    transform: rotate(45deg);
    position: absolute;
  }

  .silver-collection__explore-link {
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: #8A5A36;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: color 0.3s ease;
  }

  .silver-collection__arrow {
    font-size: 12px;
    transition: transform 0.3s ease;
  }

  .silver-collection__card:hover .silver-collection__explore-link {
    color: #4A0404;
  }

  .silver-collection__card:hover .silver-collection__arrow {
    transform: translateX(4px);
  }

  @media (max-width: 1024px) {
    .silver-collection__grid {
      grid-template-columns: repeat(2, 1fr);
      column-gap: 24px;
      row-gap: 32px;
    }
  }

  @media (max-width: 768px) {
    .silver-collection-section {
      padding-top: var(--padding-top-mobile);
      padding-bottom: var(--padding-bottom-mobile);
    }

    .silver-collection__title {
      font-size: 1.5rem;
      margin-bottom: 32px;
    }

    .silver-collection__grid {
      grid-template-columns: 1fr;
      row-gap: 28px;
    }

    .silver-collection__card {
      aspect-ratio: 1 / 1.35;
      max-width: 360px;
      margin: 0 auto;
    }

    .silver-collection__image-wrapper {
      margin-top: 10%;
    }
  }
/* END_SECTION:silver-collection */

/* START_SECTION:silver-promo-grid (INDEX:54) */
.silver-promo-section {
    width: 100%;
    background-color: #FCFAF6; /* Premium solid ivory/white */
    padding-top: var(--padding-top-desktop);
    padding-bottom: var(--padding-bottom-desktop);
    box-sizing: border-box;
  }

  .silver-promo__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .silver-promo__title {
    font-family: var(--font-heading);
    font-size: 48px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.05em; /* 5% */
    color: #4A0404; /* Deep premium maroon/wine */
    text-align: center;
    margin: 0 0 64px 0;
    text-transform: capitalize;
  }

  .silver-promo__title em,
  .silver-promo__title i {
    font-style: italic;
    font-weight: 600;
  }

  .silver-promo__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 products per row on desktop */
    column-gap: 40px; /* column-gap: 40px */
    row-gap: 48px;
    width: 100%;
  }

  .silver-promo__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .silver-promo__image-wrapper {
    display: block;
    width: 100%;
    aspect-ratio: 1.3 / 1;
    overflow: hidden;
    position: relative;
  }

  .silver-promo__image-link {
    display: block;
    width: 100%;
    height: 100%;
  }

  .silver-promo__image {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Don't crop product shots, preserve details */
    display: block;
    border: none;
    box-shadow: none;
  }

  .silver-promo__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 371px; /* Mockup size specification */
    height: 57px; /* Mockup size specification */
    box-sizing: border-box;
    border: 1px solid #C5A880; /* Elegant gold border */
    border-radius: 8px; /* Clean premium rounded corners */
    background-color: transparent;
    color: #C5A880; /* Elegant gold text color */
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 24px;
    transition: all 0.3s ease;
  }

  .silver-promo__button:hover {
    background-color: #C5A880;
    color: #FCFAF6;
    border-color: #C5A880;
  }

  @media (max-width: 768px) {
    .silver-promo-section {
      padding-top: var(--padding-top-mobile);
      padding-bottom: var(--padding-bottom-mobile);
    }

    .silver-promo__title {
      font-size: 32px;
      margin-bottom: 36px;
    }

    .silver-promo__grid {
      grid-template-columns: 1fr; /* 1 column stack on mobile for clear jewelry views */
      row-gap: 40px;
    }

    .silver-promo__image-wrapper {
      aspect-ratio: 1.4 / 1;
    }

    .silver-promo__button {
      height: 50px;
      margin-top: 16px;
    }
  }
/* END_SECTION:silver-promo-grid */

/* START_SECTION:stories-from-wearers (INDEX:55) */
.sfw {
    background-color: var(--bg-color, #1C2B1A);
    color: var(--text-color, #FFFFFF);
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    padding: 64px 0;
  }

  .sfw__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
  }

  .sfw__header {
    text-align: center;
    margin-bottom: 56px;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sfw--active .sfw__header {
    opacity: 1;
    transform: translateY(0);
  }

  .sfw__lotus-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    color: var(--accent-color, #C5A880);
  }

  .sfw__lotus-divider--top {
    margin-bottom: 16px;
  }

  .sfw__lotus-divider--middle {
    margin: 16px 0;
  }

  .sfw__lotus-divider--bottom {
    margin-top: 56px;
  }

  .sfw__line {
    height: 1px;
    width: 120px;
    background: linear-gradient(90deg, transparent, var(--accent-color, #C5A880), transparent);
    display: inline-block;
  }

  .sfw__eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--accent-color, #C5A880);
    margin: 0;
  }

  .sfw__heading {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--text-color, #FFFFFF);
    margin: 8px 0 0 0;
    letter-spacing: 0.02em;
  }

  .sfw__subtitle {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 16px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    letter-spacing: 0.05em;
  }

  /* Grid Layout */
  .sfw__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    align-items: stretch;
  }

  /* Card */
  .sfw__card {
    background-color: var(--card-bg, #F4EFE7);
    color: var(--card-text, #2C2218);
    border: 1px solid rgba(197, 168, 128, 0.3);
    border-radius: 12px;
    padding: 48px 36px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 380px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;

    /* Animation */
    opacity: 0;
    transform: translateY(32px);
    transition: 
      opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), 
      transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), 
      border-color 0.3s ease, 
      box-shadow 0.3s ease;
    transition-delay: var(--delay, 0s);
  }

  /* Warm paper grain texture */
  .sfw__card::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.68 0.72' numOctaves='5' seed='15' result='noise'/%3E%3CfeDiffuseLighting in='noise' lighting-color='%23C5A880' surfaceScale='1.5' diffuseConstant='0.8'%3E%3CfeDistantLight azimuth='120' elevation='45'/%3E%3C/feDiffuseLighting%3E%3C/filter%3E%3Crect width='300' height='300' fill='%23E8E0D4' filter='url(%23g)' opacity='0.5'/%3E%3C/svg%3E");
    background-size: 300px 300px;
    opacity: 0.28;
    mix-blend-mode: multiply;
    pointer-events: none;
  }

  /* All card children above texture */
  .sfw__card > * {
    position: relative;
    z-index: 1;
  }

  .sfw--active .sfw__card {
    opacity: 1;
    transform: translateY(0);
  }

  .sfw__card:hover {
    transition-delay: 0s !important;
    transform: translateY(-8px);
    border-color: var(--accent-color, #C5A880);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.3);
  }

  /* Highlighted Card */
  .sfw__card--highlighted {
    border: 2px solid var(--accent-color, #C5A880);
  }

  .sfw__stars {
    display: flex;
    gap: 4px;
    margin-bottom: 24px;
  }

  .sfw__star-icon {
    display: block;
  }

  .sfw__quote {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-size: 15px;
    line-height: 1.8;
    color: var(--card-text, #2C2218);
    margin: 0 0 28px 0;
    opacity: 0.95;
  }

  .sfw__card-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 1px;
    background-color: rgba(197, 168, 128, 0.3);
    margin-bottom: 24px;
    position: relative;
  }

  .sfw__card-diamond {
    width: 6px;
    height: 6px;
    background-color: var(--accent-color, #C5A880);
    transform: rotate(45deg);
    position: absolute;
  }

  .sfw__user {
    display: flex;
    align-items: center;
  }

  .sfw__monogram {
    width: 44px;
    height: 44px;
    border-radius: 4px;
    background-color: #1C2B1A;
    color: #FFFFFF;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    flex-shrink: 0;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  }

  .sfw__card:hover .sfw__monogram {
    background-color: var(--accent-color, #C5A880);
    color: #1C2B1A;
    transform: scale(1.08);
  }

  .sfw__user-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .sfw__user-name {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 600;
    color: var(--card-text, #2C2218);
  }

  .sfw__user-location {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: #8A5A36;
  }

  /* Responsive styling */
  @media (max-width: 1024px) {
    .sfw__grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }
  }

  @media (max-width: 768px) {
    .sfw {
      padding: 48px 0;
    }

    .sfw__inner {
      padding: 0 20px;
    }

    .sfw__header {
      margin-bottom: 40px;
    }

    .sfw__heading {
      font-size: 28px;
    }

    .sfw__grid {
      grid-template-columns: 1fr;
      gap: 20px;
    }

    .sfw__card {
      padding: 36px 28px;
      min-height: auto;
    }

    .sfw__lotus-divider--bottom {
      margin-top: 40px;
    }
  }
/* END_SECTION:stories-from-wearers */

/* START_SECTION:story (INDEX:56) */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;1,700&family=Inter:wght@400;500&display=swap');

  .ss {
    position: relative;
    background-color: #F5F0E8;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }

  .ss__grain {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.04;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: 300px 300px;
  }

  .ss__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 72px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 48px;
    box-sizing: border-box;
    align-items: center;
  }

  /* ── COLLAGE ── */
  .ss__collage {
    position: relative;
    min-height: 560px;
  }

  .ss__img-wrap {
    position: absolute;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.13);
  }

  .ss__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .ss__img--main {
    top: 0;
    left: 0;
    width: 62%;
    aspect-ratio: 3 / 4;
    z-index: 1;
  }

  .ss__img--top-right {
    top: 24px;
    right: 0;
    width: 42%;
    aspect-ratio: 3 / 4;
    z-index: 2;
    outline: 4px solid #F5F0E8;
    outline-offset: -4px;
  }

  .ss__img--bottom-right {
    bottom: 0;
    right: 0;
    width: 48%;
    aspect-ratio: 4 / 3;
    z-index: 3;
    outline: 4px solid #F5F0E8;
    outline-offset: -4px;
    transform: translateY(32px);
  }

  .ss__est-badge {
    position: absolute;
    bottom: 48px;
    left: -16px;
    z-index: 4;
    background: #FFFFFF;
    padding: 18px 24px 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 148px;
  }

  .ss__est-label {
    font-family: var(--font-heading);
    font-size: 14px;
    font-style: italic;
    color: #8B6420;
    line-height: 1;
  }

  .ss__est-year {
    font-family: var(--font-heading);
    font-size: 40px;
    font-weight: 700;
    color: #1C1C1C;
    line-height: 1.05;
    letter-spacing: -0.02em;
  }

  .ss__est-location {
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #8B6420;
    margin-top: 4px;
  }

  /* ── CONTENT ── */
  .ss__content {
    display: flex;
    flex-direction: column;
    padding-left: 8px;
  }

  .ss__subtitle {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #8B6420;
    margin: 0 0 20px 0;
  }

  .ss__heading {
    font-family: var(--font-heading);
    font-size: 48px;
    font-weight: 700;
    line-height: 1.12;
    color: #1C1C1C;
    margin: 0 0 32px 0;
    letter-spacing: -0.01em;
  }

  .ss__heading-em {
    font-style: italic;
    color: #8B6420;
  }

  .ss__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 48px;
  }

  .ss__body p {
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.9;
    color: #4A3728;
    margin: 0;
    max-width: 480px;
  }

  /* ── FOUNDER ── */
  .ss__founder {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 32px;
    border-top: 1px solid rgba(139, 100, 32, 0.2);
  }

  .ss__founder-avatar {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(139, 100, 32, 0.25);
  }

  .ss__founder-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .ss__founder-meta {
    display: flex;
    flex-direction: column;
    gap: 3px;
  }

  .ss__founder-name {
    font-family: var(--font-heading);
    font-size: 15px;
    font-weight: 700;
    color: #1C1C1C;
    line-height: 1.2;
  }

  .ss__founder-role {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 400;
    color: #8B6420;
    letter-spacing: 0.3px;
  }

  /* ── MOBILE ── */
  @media (max-width: 768px) {
    .ss__inner {
      grid-template-columns: 1fr;
      gap: 56px 0;
      padding: 36px 24px 40px;
    }

    .ss__collage {
      order: 2;
      min-height: 0;
      height: 420px;
    }

    .ss__content {
      order: 1;
      padding-left: 0;
    }

    .ss__img--main { width: 58%; }
    .ss__img--top-right { width: 40%; top: 16px; }
    .ss__img--bottom-right { width: 46%; transform: translateY(24px); }

    .ss__est-badge {
      left: -8px;
      bottom: 36px;
      padding: 14px 18px 12px;
      min-width: 120px;
    }

    .ss__est-year { font-size: 30px; }
    .ss__body p { max-width: 100%; }
    .ss__heading { font-size: 1.75rem; }
  }

  @media (max-width: 480px) {
    .ss__collage { height: 340px; }
    .ss__img--main { width: 60%; }
    .ss__img--top-right { width: 42%; }
    .ss__img--bottom-right { width: 50%; }
  }
/* END_SECTION:story */

/* CSS from block stylesheet tags */
/* START_BLOCK:group (INDEX:59) */
.group {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    width: 100%;
  }

  .group--horizontal {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 var(--padding);
  }

  .group--vertical {
    flex-direction: column;
    align-items: var(--alignment);
    padding: var(--padding) 0;
  }
/* END_BLOCK:group */

/* START_BLOCK:text (INDEX:60) */
.text {
    text-align: var(--text-align);
  }
  .text--title {
    font-size: 2rem;
    font-weight: 700;
  }
  .text--subtitle {
    font-size: 1.5rem;
  }
/* END_BLOCK:text */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:image (INDEX:62) */
.image {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
  }

  .image > img {
    width: 100%;
    height: auto;
  }
/* END_SNIPPET:image */

/* START_SNIPPET:product-card (INDEX:65) */
.product-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: transparent;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .product-card__image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4; /* Portrait ratio matching mockup */
    border-radius: 16px;
    overflow: hidden;
  }

  .product-card__image-wrapper .image,
  .product-card__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 16px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .product-card:hover .product-card__image-wrapper img {
    transform: scale(1.04);
  }

  /* Badges */
  .product-card__badges {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 10;
    pointer-events: none;
  }

  .product-card__badge {
    display: inline-block;
    padding: 6px 14px;
    font-family: var(--font-body);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border-radius: 100px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }

  .badge--bestseller {
    background-color: #EFE8DF; /* Soft warm sand */
    color: #85693F; /* Elegant gold-brown */
  }

  .badge--new {
    background-color: #E2ECE5; /* Soft light sage */
    color: #4C7255; /* Muted deep green */
  }

  /* Wishlist Button */
  .product-card__wishlist-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 10;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.85);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C5A880;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: background-color 0.3s, transform 0.3s;
  }

  .product-card__wishlist-btn:hover {
    background-color: #ffffff;
    transform: scale(1.08);
  }

  .product-card__wishlist-btn .icon-heart-filled {
    display: none;
  }

  .product-card__wishlist-btn.is-active .icon-heart-outline {
    display: none;
  }

  .product-card__wishlist-btn.is-active .icon-heart-filled {
    display: block;
  }

  /* Card Info */
  .product-card__info {
    padding: 20px 4px 10px 4px;
    display: flex;
    flex-direction: column;
    text-align: left;
  }

  .product-card__title {
    font-family: var(--font-heading);
    font-size: 19px;
    font-weight: 500;
    line-height: 1.3;
    color: #4A0404; /* Deep premium wine */
    text-decoration: none;
    margin-bottom: 6px;
    transition: color 0.3s;
    letter-spacing: 0.01em;
  }

  .product-card__title:hover {
    color: #C5A880;
  }

  .product-card__subtitle {
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 400;
    color: #8C847A; /* Muted brown-grey */
    margin-bottom: 8px;
    letter-spacing: 0.01em;
  }

  /* Ratings */
  .product-card__rating {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 16px;
  }

  .product-card__stars {
    color: #C5A880; /* Elegant gold stars */
    font-size: 14px;
    letter-spacing: -1px;
  }

  .product-card__rating-text {
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 400;
    color: #A39B90;
  }

  /* Footer row */
  .product-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
  }

  .product-card__price {
    font-family: var(--font-body);
    font-size: 17px;
    font-weight: 500;
    color: #4A0404;
  }

  .product-card__add-to-bag {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #A38A67; /* Elegant muted gold */
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 4px 0;
    position: relative;
    transition: color 0.3s;
  }

  .product-card__add-to-bag::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #A38A67;
    transition: width 0.3s ease;
  }

  .product-card__add-to-bag:hover {
    color: #4A0404;
  }

  .product-card__add-to-bag:hover::after {
    width: 100%;
    background-color: #4A0404;
  }

  .product-card__form {
    margin: 0;
  }

  .placeholder-image {
    background-color: #EAE5DD;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .placeholder-svg {
    width: 60%;
    height: 60%;
    fill: #C5A880;
  }
/* END_SNIPPET:product-card */