/** Shopify CDN: Minification failed

Line 16:16 Unexpected "{"
Line 16:25 Expected ":"
Line 16:31 Unexpected ","
Line 169:17 Unexpected "{"
Line 169:26 Expected ":"
Line 169:32 Unexpected ","

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:designer-collection-hero (INDEX:14) */
#designer-hero-{{ section.id }},
  .d-hero {
    --d-bg: #1a1a1a;
    --d-bg-soft: #232323;
    --d-text: #f5f1ea;
    --d-text-muted: #b8b0a4;
    --d-gold: #c9a961;
    --d-gold-soft: rgba(201, 169, 97, 0.3);
  }

  .d-hero {
    width: 100%;
    background-color: var(--d-bg);
    color: var(--d-text);
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  .d-hero__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .d-hero__image-wrap {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background-color: var(--d-bg-soft);
  }

  .d-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .d-hero__content {
    padding: 3.2rem 2rem 3.6rem;
  }

  .d-hero__content-inner {
    max-width: 60rem;
    margin: 0 auto;
  }

  .d-hero__eyebrow {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin-bottom: 1.8rem;
  }

  .d-hero__line {
    width: 3rem;
    height: 1px;
    background-color: var(--d-gold-soft);
  }

  .d-hero__eyebrow-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.05rem;
    font-weight: 500;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--d-gold);
  }

  .d-hero__name {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(3.6rem, 9vw, 5.6rem);
    font-weight: 300;
    line-height: 1.05;
    margin: 0 0 1rem;
    color: var(--d-text);
    letter-spacing: -0.01em;
  }

  .d-hero__origin {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--d-gold);
    margin: 0 0 1.8rem;
  }

  .d-hero__tagline {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.6rem, 2.2vw, 1.9rem);
    font-style: italic;
    color: var(--d-text-muted);
    margin: 0 0 1.6rem;
    line-height: 1.5;
  }

  .d-hero__intro {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    line-height: 1.75;
    color: var(--d-text-muted);
  }

  .d-hero__intro p {
    margin: 0 0 1.2rem;
  }

  .d-hero__intro p:last-child {
    margin-bottom: 0;
  }

  /* TABLET */
  @media screen and (min-width: 750px) {
    .d-hero__image-wrap {
      aspect-ratio: 21 / 9;
    }

    .d-hero__content {
      padding: 4.5rem 4rem 5rem;
    }
  }

  /* DESKTOP: 60/40 split */
  @media screen and (min-width: 990px) {
    .d-hero__wrapper {
      grid-template-columns: 40% 60%;
      align-items: stretch;
    }

    .d-hero__image-wrap {
      aspect-ratio: auto;
      height: 100%;
      min-height: 48rem;
    }

    .d-hero__content {
      padding: 5rem 5rem;
      display: flex;
      align-items: center;
    }

    .d-hero__content-inner {
      max-width: 56rem;
      margin: 0;
    }
  }
/* END_SECTION:designer-collection-hero */

/* START_SECTION:designer-world-landing (INDEX:15) */
#designer-world-{{ section.id }},
  .designer-world {
    --d-bg: #1a1a1a;
    --d-bg-soft: #232323;
    --d-bg-card: #1f1f1f;
    --d-text: #f5f1ea;
    --d-text-muted: #b8b0a4;
    --d-gold: #c9a961;
    --d-gold-soft: rgba(201, 169, 97, 0.3);
    --d-gold-faint: rgba(201, 169, 97, 0.12);
  }

  .designer-world {
    width: 100%;
    background-color: var(--d-bg);
    color: var(--d-text);
    padding: 5rem 1.6rem 6rem;
    margin: 0;
  }

  .designer-world__inner {
    max-width: 130rem;
    margin: 0 auto;
  }

  .designer-world__header {
    text-align: center;
    max-width: 64rem;
    margin: 0 auto 4rem;
  }

  .designer-world__eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.4rem;
    margin-bottom: 2rem;
  }

  .designer-world__line {
    flex: 1;
    max-width: 4rem;
    height: 1px;
    background-color: var(--d-gold-soft);
  }

  .designer-world__eyebrow-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.05rem;
    font-weight: 500;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--d-gold);
    white-space: nowrap;
  }

  .designer-world__title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(3.8rem, 8vw, 6rem);
    font-weight: 300;
    line-height: 1.1;
    color: var(--d-text);
    margin: 0 0 1.4rem;
    letter-spacing: -0.01em;
  }

  .designer-world__subtitle {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.5rem, 2vw, 1.8rem);
    font-style: italic;
    color: var(--d-text-muted);
    margin: 0;
    line-height: 1.5;
  }

  .designer-world__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }

  .designer-card {
    display: block;
    text-decoration: none;
    color: var(--d-text);
    transition: transform 0.4s ease;
  }

  .designer-card:hover {
    transform: translateY(-3px);
  }

  .designer-card__image-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background-color: var(--d-bg-card);
    border: 1px solid var(--d-gold-faint);
  }

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

  .designer-card:hover .designer-card__image {
    transform: scale(1.04);
  }

  .designer-card__image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--d-bg-soft) 0%, var(--d-bg) 100%);
  }

  .designer-card__image-placeholder span {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 8rem;
    font-weight: 300;
    color: var(--d-gold);
    opacity: 0.35;
  }

  .designer-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(26, 26, 26, 0.4) 0%, rgba(26, 26, 26, 0) 50%);
    pointer-events: none;
  }

  .designer-card__info {
    padding: 1.6rem 0.4rem 0;
  }

  .designer-card__origin {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--d-gold);
    margin-bottom: 0.6rem;
  }

  .designer-card__name {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2.4rem, 4vw, 3rem);
    font-weight: 300;
    line-height: 1.1;
    color: var(--d-text);
    margin: 0 0 1rem;
    letter-spacing: -0.01em;
  }

  .designer-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--d-gold);
    padding-bottom: 0.6rem;
    border-bottom: 1px solid var(--d-gold-soft);
  }

  .designer-card__cta svg {
    transition: transform 0.3s ease;
  }

  .designer-card:hover .designer-card__cta svg {
    transform: translateX(4px);
  }

  @media screen and (min-width: 750px) {
    .designer-world {
      padding: 7rem 3rem 8rem;
    }

    .designer-world__header {
      margin-bottom: 5rem;
    }

    .designer-world__grid {
      grid-template-columns: 1fr 1fr;
      gap: 3rem;
    }
  }

  @media screen and (min-width: 990px) {
    .designer-world {
      padding: 8rem 5rem 10rem;
    }

    .designer-world__header {
      margin-bottom: 6rem;
    }

    .designer-world__grid {
      gap: 3.5rem;
    }

    .designer-world__grid[data-count="2"] {
      max-width: 100rem;
      margin: 0 auto;
    }

    .designer-world__grid[data-count="3"],
    .designer-world__grid[data-count="4"],
    .designer-world__grid[data-count="5"],
    .designer-world__grid[data-count="6"] {
      grid-template-columns: repeat(3, 1fr);
    }
  }
/* END_SECTION:designer-world-landing */