/** Shopify CDN: Minification failed

Line 1613:5 Unexpected "}"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:en-featured-product (INDEX:14) */
.en-featured {
    position: relative;
    padding: var(--en-section-pad-y) 0;
    background:
      radial-gradient(ellipse at 20% 40%, rgba(184, 134, 47, 0.14), transparent 50%),
      linear-gradient(160deg, #123834 0%, var(--nile-deep) 55%, #081c1a 100%);
    color: var(--paper);
    overflow: hidden;
  }

  .en-featured__glow {
    position: absolute;
    width: 420px;
    height: 420px;
    left: 8%;
    top: 18%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(247, 241, 228, 0.16), transparent 70%);
    filter: blur(8px);
    pointer-events: none;
  }

  .en-featured__inner {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
  }

  .en-featured__halo {
    padding: 22px;
    border: 1px solid rgba(184, 134, 47, 0.5);
    border-radius: var(--en-radius);
    background:
      radial-gradient(ellipse at 50% 28%, rgba(247, 241, 228, 0.2), transparent 58%),
      rgba(247, 241, 228, 0.06);
    box-shadow:
      0 0 0 1px rgba(184, 134, 47, 0.16),
      0 0 48px rgba(184, 134, 47, 0.12),
      0 36px 80px rgba(0, 0, 0, 0.36);
  }

  .en-featured__gallery .en-gallery__stage {
    aspect-ratio: 1 / 1;
    min-height: min(52vw, 520px);
  }

  .en-featured__eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--gold);
    margin-bottom: 18px;
  }

  .en-featured__dash {
    width: 28px;
    height: 1px;
    background: var(--gold);
  }

  .en-featured h2 {
    color: var(--paper);
    font-size: var(--en-h2);
    line-height: 1.2;
  }

  .en-featured__lede {
    opacity: 0.92;
    margin-top: 18px;
    max-width: 44ch;
    font-size: var(--en-text-body, 1.6rem);
    line-height: 1.65;
    color: var(--paper);
  }

  .en-featured__note {
    margin: 20px 0 32px;
    font-size: var(--en-text-sm, 1.4rem);
    opacity: 0.8;
    max-width: 44ch;
    color: rgba(247, 241, 228, 0.88);
  }

  @media (max-width: 820px) {
    .en-featured {
      padding: 72px 0;
    }

    .en-featured__inner {
      grid-template-columns: 1fr;
      gap: 36px;
    }
  }
/* END_SECTION:en-featured-product */

/* START_SECTION:en-find-us-page (INDEX:15) */
.en-find-us-page {
    padding: var(--en-section-pad-y) 0;
    background:
      radial-gradient(ellipse at 100% 20%, rgba(20, 65, 62, 0.05), transparent 45%),
      var(--paper);
    border-bottom: 1px solid var(--line);
  }

  .en-find-us-page__micro {
    color: var(--gold);
    margin-bottom: 12px;
  }

  .en-find-us-page__intro h2 {
    font-size: var(--en-h2);
    max-width: 18ch;
  }

  .en-find-us-page__lede {
    margin-top: 12px;
    max-width: 52ch;
    opacity: 0.8;
    font-size: 1.568rem;
    line-height: 1.55;
  }

  .en-find-us-page__channels {
    list-style: none;
    margin: 40px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .en-find-us-page__card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    min-height: 72px;
    padding: 18px 20px;
    border: 1px solid var(--line);
    border-radius: var(--en-radius);
    background: rgba(237, 227, 206, 0.45);
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
  }

  .en-find-us-page__card--live:hover {
    border-color: rgba(184, 134, 47, 0.55);
    background: rgba(247, 241, 228, 0.85);
    transform: translateY(-1px);
  }

  .en-find-us-page__card--pending {
    opacity: 0.88;
  }

  .en-find-us-page__channel-name {
    font-size: 1.6rem;
    font-weight: 600;
  }

  .en-find-us-page__channel-status {
    font-size: 1.3rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.65;
    white-space: nowrap;
  }

  .en-find-us-page__card--live .en-find-us-page__channel-status {
    color: var(--nile);
    opacity: 0.8;
  }

  @media (max-width: 820px) {
    .en-find-us-page {
      padding: 48px 0 72px;
    }
  }

  @media (max-width: 560px) {
    .en-find-us-page__channels {
      grid-template-columns: 1fr;
    }
  }
/* END_SECTION:en-find-us-page */

/* START_SECTION:en-find-us (INDEX:16) */
.en-find-us {
    padding: 64px 0;
    background:
      radial-gradient(ellipse at 100% 50%, rgba(20, 65, 62, 0.05), transparent 45%),
      var(--paper);
    border-bottom: 1px solid var(--line);
  }

  .en-find-us__inner {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 36px;
    align-items: center;
  }

  .en-find-us__micro {
    color: var(--gold);
    margin-bottom: 10px;
  }

  .en-find-us h2 {
    font-size: var(--en-h2);
  }

  .en-find-us__inner > div > p:not(.en-micro) {
    margin-top: 10px;
    opacity: 0.78;
    max-width: 46ch;
    font-size: 1.52rem;
  }

  .en-find-us__channels {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .en-find-us__channels li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    padding: 14px 16px;
    border: 1px solid var(--line);
    border-radius: var(--en-radius);
    background: rgba(237, 227, 206, 0.45);
    min-height: 52px;
  }

  .en-find-us__channel-name {
    font-size: 1.472rem;
    font-weight: 600;
  }

  .en-find-us__channel-status {
    font-size: 1.3rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    opacity: 0.65;
    white-space: nowrap;
  }

  @media (max-width: 820px) {
    .en-find-us__inner {
      grid-template-columns: 1fr;
      gap: 24px;
    }
  }

  @media (max-width: 480px) {
    .en-find-us__channels {
      grid-template-columns: 1fr;
    }
  }
/* END_SECTION:en-find-us */

/* START_SECTION:en-founder-note (INDEX:17) */
.en-founder {
    position: relative;
    padding: var(--en-section-pad-y) 0;
    background:
      linear-gradient(180deg, #0d2d2a 0%, #1a403c 28%, var(--sand-deep) 72%, var(--sand) 100%);
    border-bottom: 1px solid var(--line);
    overflow: hidden;
  }

  .en-founder__wash {
    position: absolute;
    inset: 0;
    background:
      radial-gradient(ellipse at 50% 30%, rgba(184, 134, 47, 0.12), transparent 55%);
    pointer-events: none;
  }

  .en-founder__inner {
    position: relative;
    max-width: 780px;
    margin: 0 auto;
  }

  .en-founder__micro {
    color: var(--gold);
    margin-bottom: 22px;
  }

  .en-founder blockquote {
    margin: 0;
  }

  .en-founder blockquote p {
    font-family: var(--font-display);
    font-size: var(--en-h2);
    line-height: 1.4;
    font-weight: 500;
    color: var(--paper);
    text-shadow: 0 1px 0 rgba(13, 45, 42, 0.15);
  }

  .en-founder cite {
    display: block;
    margin-top: 28px;
    font-style: normal;
    font-size: 1.52rem;
    opacity: 0.8;
    font-family: var(--font-body);
    color: var(--paper);
  }

  .visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  @media (max-width: 820px) {
    .en-founder {
      padding: var(--en-section-pad-y) 0;
    }

    .en-founder blockquote p,
    .en-founder cite {
      color: var(--ink);
    }

    .en-founder {
      background: linear-gradient(180deg, var(--sand-deep), var(--sand));
    }
  }
/* END_SECTION:en-founder-note */

/* START_SECTION:en-heritage-river (INDEX:18) */
.en-heritage {
    position: relative;
    padding: var(--en-section-pad-y) 0;
    background:
      radial-gradient(ellipse at 50% 0%, rgba(20, 65, 62, 0.08), transparent 55%),
      var(--paper);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    overflow: hidden;
  }

  .en-heritage__particles {
    opacity: 0.55;
  }

  .en-heritage__head {
    max-width: 640px;
    margin: 0 auto 56px;
  }

  .en-heritage__micro {
    color: var(--gold);
    margin-bottom: 14px;
  }

  .en-heritage__head h2 {
    font-size: var(--en-h2);
    line-height: 1.15;
  }

  .en-heritage__head p:last-child {
    margin-top: 16px;
    opacity: 0.8;
    max-width: 56ch;
  }

  .en-heritage__journey {
    position: relative;
  }

  .en-heritage__journey::before {
    content: '';
    position: absolute;
    left: 4%;
    right: 4%;
    top: 5px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(184, 134, 47, 0.55), transparent);
    z-index: 0;
  }

  .en-heritage__flow {
    display: none;
    width: 100%;
    height: 80px;
    margin-bottom: -28px;
    position: relative;
    z-index: 1;
  }

  .en-heritage__flow-path {
    stroke-dasharray: 1200;
    stroke-dashoffset: 1200;
    transition: stroke-dashoffset 1.8s ease;
    filter: drop-shadow(0 0 4px rgba(184, 134, 47, 0.35));
  }

  .en-heritage__flow-path.is-drawn {
    stroke-dashoffset: 0;
  }

  .en-heritage.is-alive .en-heritage__dot {
    box-shadow: 0 0 0 1px var(--nile), 0 0 12px rgba(184, 134, 47, 0.55);
  }

  .en-heritage__river {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    align-items: start;
    position: relative;
    z-index: 1;
  }

  .en-heritage__stop {
    padding: 0 18px;
    position: relative;
  }

  .en-heritage__dot {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--gold);
    border: 2px solid var(--paper);
    box-shadow: 0 0 0 1px var(--nile);
    margin-bottom: 20px;
    transition: box-shadow 0.5s ease;
  }

  .en-heritage__place {
    font-size: 1.3rem;
    color: var(--nile);
    font-weight: 600;
    letter-spacing: 0.04em;
  }

  .en-heritage__stop h3 {
    font-size: 1.76rem;
    margin-top: 6px;
  }

  .en-heritage__stop p:last-child {
    font-size: 1.44rem;
    opacity: 0.78;
    margin-top: 8px;
  }

  @media (min-width: 821px) {
    .en-heritage__flow {
      display: block;
    }
  }

  @media (max-width: 820px) {
    .en-heritage {
      padding: 72px 0;
    }

    .en-heritage__journey::before {
      display: none;
    }

    .en-heritage__river {
      grid-template-columns: 1fr 1fr;
      row-gap: 36px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .en-heritage__flow-path {
      transition: none;
      stroke-dashoffset: 0;
    }
  }
/* END_SECTION:en-heritage-river */

/* START_SECTION:en-hero (INDEX:19) */
.en-hero {
    position: relative;
    overflow: hidden;
    background: var(--nile-deep);
    color: var(--paper);
    min-height: clamp(560px, 62vh, 640px);
    outline: none;
  }

  .en-hero:focus-visible {
    box-shadow: inset 0 0 0 2px var(--gold);
  }

  .en-hero__viewport {
    position: relative;
    min-height: inherit;
  }

  .en-hero__slides {
    position: relative;
    min-height: inherit;
  }

  .en-hero__slide {
    position: absolute;
    inset: 0;
    display: grid;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.7s ease, visibility 0.7s ease;
    z-index: 1;
  }

  .en-hero__slide.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 2;
    min-height: inherit;
  }

  .en-hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
  }

  .en-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.04);
    transition: transform 1.1s ease;
    will-change: transform;
  }

  .en-hero__slide.is-active .en-hero__image {
    transform: scale(1);
  }

  .en-hero__fallback {
    position: absolute;
    inset: 0;
    overflow: hidden;
  }

  .en-hero__fallback--cotton {
    background: #122825;
  }

  .en-hero__fallback--cotton .en-hero__fallback-wash {
    position: absolute;
    inset: -8%;
    background:
      radial-gradient(ellipse 55% 50% at 72% 35%, rgba(184, 134, 47, 0.28), transparent 62%),
      radial-gradient(ellipse 48% 42% at 18% 70%, rgba(42, 90, 84, 0.55), transparent 68%),
      linear-gradient(155deg, #1a3d38 0%, #0f2a27 48%, #241c14 100%);
  }

  .en-hero__fallback--cotton .en-hero__fallback-weave {
    position: absolute;
    inset: 0;
    opacity: 0.28;
    background-image:
      repeating-linear-gradient(
        90deg,
        rgba(247, 241, 228, 0.07) 0 1px,
        transparent 1px 15px
      ),
      repeating-linear-gradient(
        0deg,
        rgba(247, 241, 228, 0.05) 0 1px,
        transparent 1px 15px
      );
    mask-image: radial-gradient(ellipse 75% 65% at 50% 45%, #000 25%, transparent 78%);
  }

  .en-hero__fallback-nile,
  .en-hero__fallback-arch {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
  }

  .en-hero__fallback--decor {
    background: #2a1814;
  }

  .en-hero__fallback--decor .en-hero__fallback-wash {
    position: absolute;
    inset: -8%;
    background:
      radial-gradient(ellipse 50% 45% at 70% 30%, rgba(184, 134, 47, 0.22), transparent 65%),
      radial-gradient(ellipse 60% 50% at 20% 75%, rgba(138, 58, 42, 0.55), transparent 70%),
      linear-gradient(160deg, #3a2a22 0%, #1f1410 45%, #4a241c 100%);
  }

  .en-hero__fallback--decor .en-hero__fallback-stone {
    position: absolute;
    inset: 0;
    opacity: 0.35;
    background-image:
      radial-gradient(circle at 20% 30%, rgba(247, 241, 228, 0.08) 0 1px, transparent 2px),
      radial-gradient(circle at 70% 60%, rgba(247, 241, 228, 0.06) 0 1px, transparent 2px),
      repeating-linear-gradient(
        135deg,
        rgba(247, 241, 228, 0.04) 0 2px,
        transparent 2px 18px
      );
  }

  .en-hero__fallback-vignette {
    position: absolute;
    inset: 0;
    background:
      radial-gradient(ellipse 80% 70% at 50% 40%, transparent 35%, rgba(8, 14, 13, 0.55) 100%);
    pointer-events: none;
  }

  .en-hero__veil {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
      linear-gradient(
        105deg,
        rgba(8, 18, 17, 0.88) 0%,
        rgba(8, 18, 17, 0.62) 36%,
        rgba(8, 18, 17, 0.22) 62%,
        rgba(8, 18, 17, 0.35) 100%
      ),
      linear-gradient(0deg, rgba(8, 18, 17, 0.72) 0%, transparent 48%),
      radial-gradient(ellipse 90% 80% at 50% 50%, transparent 40%, rgba(8, 14, 13, 0.4) 100%);
  }

  .en-hero__grain {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    opacity: 0.18;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
    mix-blend-mode: soft-light;
  }

  .en-hero__content {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: var(--en-max);
    padding: 64px var(--en-pad) 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: inherit;
  }

  .en-hero__brand-line {
    color: var(--paper);
    margin: 0 0 14px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 1.3rem;
    opacity: 0.92;
  }

  .en-hero__eyebrow {
    font-size: 1.44rem;
    color: rgba(247, 241, 228, 0.9);
    margin: 0 0 14px;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .en-hero__dash {
    width: 28px;
    height: 1px;
    background: var(--gold);
    display: inline-block;
    flex-shrink: 0;
  }

  .en-hero__title {
    font-family: var(--font-display);
    font-size: var(--en-h1-hero);
    line-height: 1.05;
    font-weight: 600;
    color: var(--paper);
    max-width: 14ch;
    margin: 0;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
  }

  .en-hero__lede {
    max-width: 40ch;
    margin: 16px 0 0;
    font-size: clamp(1.6rem, 1.4vw, 1.9rem);
    line-height: 1.6;
    color: rgba(247, 241, 228, 0.92);
  }

  .en-hero__ctas {
    display: flex;
    gap: 18px;
    margin-top: 28px;
    flex-wrap: wrap;
    align-items: center;
  }

  .en-hero__controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 28px;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    pointer-events: none;
  }

  .en-hero__controls > * {
    pointer-events: auto;
  }

  .en-hero__indicators {
    display: flex;
    gap: 8px;
  }

  .en-hero__dot {
    min-width: 44px;
    min-height: 44px;
    padding: 0 10px;
    border: 1px solid rgba(247, 241, 228, 0.28);
    background: rgba(8, 18, 17, 0.35);
    color: rgba(247, 241, 228, 0.7);
    cursor: pointer;
    font-family: var(--font-body);
    font-size: 1.3rem;
    letter-spacing: 0.08em;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  }

  .en-hero__dot:hover,
  .en-hero__dot:focus-visible {
    color: var(--paper);
    border-color: var(--gold);
  }

  .en-hero__dot.is-active {
    color: var(--gold);
    border-color: var(--gold);
    background: rgba(184, 134, 47, 0.12);
  }

  .en-hero__progress {
    color: rgba(247, 241, 228, 0.65);
    letter-spacing: 0.14em;
    margin: 0;
  }

  .en-hero__progress-sep {
    margin-inline: 4px;
    opacity: 0.5;
  }

  .en-hero__nav {
    display: flex;
    gap: 8px;
  }

  .en-hero__nav-btn {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(247, 241, 228, 0.35);
    background: rgba(8, 18, 17, 0.4);
    color: var(--paper);
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
  }

  .en-hero__nav-btn:hover,
  .en-hero__nav-btn:focus-visible {
    border-color: var(--gold);
    color: var(--gold);
    background: rgba(184, 134, 47, 0.12);
  }

  @media (prefers-reduced-motion: reduce) {
    .en-hero__slide {
      transition: none;
    }

    .en-hero__image {
      transition: none;
      transform: none;
    }

    .en-hero__slide.is-active .en-hero__image {
      transform: none;
    }
  }

  @media (max-width: 1024px) {
    .en-hero {
      min-height: clamp(500px, 58vh, 560px);
    }
  }

  @media (max-width: 820px) {
    .en-hero {
      min-height: clamp(500px, 70vh, 560px);
      display: flex;
      flex-direction: column;
    }

    .en-hero__viewport {
      min-height: 0;
      flex: 1;
    }

    .en-hero__slides,
    .en-hero__slide.is-active {
      min-height: 0;
    }

    .en-hero__slide.is-active {
      display: flex;
      flex-direction: column;
    }

    .en-hero__media {
      position: relative;
      height: clamp(220px, 38vh, 320px);
      min-height: 220px;
      max-height: 320px;
      flex-shrink: 0;
    }

    .en-hero__veil {
      background:
        linear-gradient(0deg, rgba(8, 18, 17, 0.55) 0%, transparent 45%),
        radial-gradient(ellipse 90% 80% at 50% 40%, transparent 40%, rgba(8, 14, 13, 0.35) 100%);
    }

    .en-hero__content {
      position: relative;
      min-height: 0;
      padding: 28px var(--en-pad) 80px;
      background: linear-gradient(180deg, #0f221f 0%, var(--nile-deep) 100%);
      justify-content: flex-start;
    }

    .en-hero__title {
      max-width: none;
      font-size: clamp(3rem, 7vw, 3.8rem);
    }

    .en-hero__controls {
      bottom: 16px;
      padding-inline: var(--en-pad);
    }

    .en-hero__progress {
      display: none;
    }
  }

  @media (max-width: 420px) {
    .en-hero {
      min-height: clamp(480px, 78vh, 560px);
    }

    .en-hero__dot {
      min-width: 44px;
      padding: 0 8px;
    }

    .en-hero__ctas {
      gap: 14px;
    }
  }
/* END_SECTION:en-hero */

/* START_SECTION:en-material-feature (INDEX:20) */
.en-material {
    padding: 0;
    background: linear-gradient(180deg, #0f2f2c 0%, var(--nile-deep) 100%);
    color: var(--paper);
    border-top: 1px solid rgba(247, 241, 228, 0.08);
  }

  .en-material__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
    padding-block: var(--en-section-pad-y);
  }

  .en-material__visual {
    aspect-ratio: 1 / 1;
    border-radius: var(--en-radius);
    overflow: hidden;
    box-shadow: 0 0 0 1px rgba(184, 134, 47, 0.28), 0 24px 50px rgba(0, 0, 0, 0.25);
  }

  .en-material__visual svg {
    width: 100%;
    height: 100%;
  }

  .en-material__weave path {
    stroke-dasharray: 12 8;
    animation: en-weave-drift 22s linear infinite;
  }

  .en-material__weave path:nth-child(even) {
    animation-duration: 28s;
    animation-direction: reverse;
    opacity: 0.55;
  }

  @keyframes en-weave-drift {
    to {
      stroke-dashoffset: -160;
    }
  }

  .en-material__micro {
    color: var(--gold);
    margin-bottom: 14px;
  }

  .en-material h2 {
    color: var(--paper);
    font-size: var(--en-h2);
    line-height: 1.25;
  }

  .en-material__copy > p:not(.en-micro) {
    opacity: 0.92;
    margin-top: 18px;
    max-width: 44ch;
    font-size: var(--en-text-body, 1.6rem);
    line-height: 1.65;
    color: var(--paper);
  }

  .en-material__specs {
    display: flex;
    gap: 36px;
    margin-top: 32px;
    flex-wrap: wrap;
  }

  .en-material__num {
    font-family: var(--font-display);
    font-size: 2.8rem;
    color: var(--gold);
  }

  .en-material__lab {
    font-size: 1.4rem;
    opacity: 0.88;
    margin-top: 2px;
    color: rgba(247, 241, 228, 0.9);
  }

  @media (prefers-reduced-motion: reduce) {
    .en-material__weave path {
      animation: none;
    }
  }

  @media (max-width: 820px) {
    .en-material__inner {
      grid-template-columns: 1fr;
      gap: 36px;
      padding-block: 72px;
    }
  }
/* END_SECTION:en-material-feature */

/* START_SECTION:en-newsletter (INDEX:21) */
.en-newsletter {
    padding: var(--en-section-pad-y) 0;
    background: var(--sand);
  }

  .en-newsletter__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: center;
    border-top: 1px solid var(--line);
    padding-top: 56px;
  }

  .en-newsletter h2 {
    font-size: var(--en-h2);
    max-width: 22ch;
  }

  .en-newsletter__inner > div > p {
    margin-top: 12px;
    opacity: 0.8;
    max-width: 48ch;
  }

  .en-newsletter__label {
    display: block;
    font-size: 1.36rem;
    margin-bottom: 8px;
  }

  .en-newsletter__row {
    display: flex;
    max-width: 380px;
  }

  .en-newsletter__row input {
    flex: 1;
    min-width: 0;
    border: 1px solid var(--ink);
    border-right: none;
    background: transparent;
    padding: 13px 16px;
    color: var(--ink);
    border-radius: var(--en-radius) 0 0 var(--en-radius);
    min-height: 48px;
  }

  .en-newsletter__submit {
    border: 1px solid var(--ink);
    background: var(--ink);
    color: var(--sand);
    padding: 13px 22px;
    font-size: 1.44rem;
    cursor: pointer;
    border-radius: 0 var(--en-radius) var(--en-radius) 0;
    min-height: 48px;
    white-space: nowrap;
  }

  .en-newsletter__status {
    margin-top: 12px;
    font-size: 1.44rem;
    color: var(--nile);
  }

  .en-newsletter__status--error {
    color: var(--carnelian);
  }

  @media (max-width: 820px) {
    .en-newsletter {
      padding: 72px 0;
    }

    .en-newsletter__inner {
      grid-template-columns: 1fr;
    }

    .en-newsletter__row {
      max-width: none;
    }
  }

  @media (max-width: 480px) {
    .en-newsletter__row {
      flex-direction: column;
    }

    .en-newsletter__row input,
    .en-newsletter__submit {
      border-right: 1px solid var(--ink);
      border-radius: var(--en-radius);
      width: 100%;
    }

    .en-newsletter__row input {
      border-bottom: none;
      border-radius: var(--en-radius) var(--en-radius) 0 0;
    }

    .en-newsletter__submit {
      border-radius: 0 0 var(--en-radius) var(--en-radius);
    }
  }
/* END_SECTION:en-newsletter */

/* START_SECTION:en-page-hero (INDEX:22) */
.en-page-hero {
    padding: 72px 0 40px;
    background:
      radial-gradient(ellipse at 90% 0%, rgba(20, 65, 62, 0.1), transparent 50%),
      radial-gradient(ellipse at 0% 100%, rgba(184, 134, 47, 0.08), transparent 45%),
      var(--sand);
    border-bottom: 1px solid var(--line);
  }

  .en-page-hero__eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--gold);
    margin-bottom: 16px;
  }

  .en-page-hero__dash {
    width: 28px;
    height: 1px;
    background: var(--gold);
  }

  .en-page-hero h1 {
    font-size: var(--en-h1-page);
    line-height: 1.1;
    max-width: 18ch;
  }

  .en-page-hero__lede {
    margin-top: 18px;
    max-width: 52ch;
    opacity: 0.84;
    font-size: 1.7rem;
  }

  @media (max-width: 820px) {
    .en-page-hero {
      padding: 64px 0 36px;
    }
  }
/* END_SECTION:en-page-hero */

/* START_SECTION:en-papyrus-catalogue (INDEX:23) */
.en-papyrus {
    position: relative;
    padding: var(--en-section-pad-y) 0 clamp(5.2rem, 7vw, 10rem);
    background:
      radial-gradient(ellipse at 80% 10%, rgba(184, 134, 47, 0.14), transparent 48%),
      linear-gradient(180deg, #efe4cb 0%, var(--paper) 42%, #e8d9b8 100%);
    border-top: 1px solid rgba(184, 134, 47, 0.25);
    border-bottom: 1px solid var(--line);
    overflow: hidden;
  }

  .en-papyrus__dust {
    opacity: 0.4;
  }

  .en-papyrus__head {
    max-width: 680px;
    margin: 0 auto 48px;
    text-align: center;
  }

  .en-papyrus__head .en-papyrus__eyebrow {
    justify-content: center;
  }

  .en-papyrus__lede {
    margin-inline: auto;
  }

  .en-papyrus__eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--nile);
    margin-bottom: 16px;
  }

  .en-papyrus__dash {
    width: 28px;
    height: 1px;
    background: var(--gold);
  }

  .en-papyrus__head h2 {
    font-size: var(--en-h2);
    line-height: 1.15;
    color: var(--ink);
  }

  .en-papyrus__lede {
    margin-top: 16px;
    margin-inline: auto;
    opacity: 0.88;
    max-width: 54ch;
    font-size: 1.68rem;
    color: var(--ink);
  }

  .en-papyrus__featured {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 48px;
    align-items: center;
    margin-bottom: 56px;
    padding: 36px;
    border: 1px solid rgba(184, 134, 47, 0.35);
    background:
      radial-gradient(ellipse at 0% 0%, rgba(184, 134, 47, 0.12), transparent 45%),
      rgba(247, 241, 228, 0.72);
    border-radius: var(--en-radius);
    box-shadow: 0 24px 48px rgba(28, 38, 36, 0.08);
  }

  .en-papyrus__featured-media {
    appearance: none;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
    display: block;
    width: 100%;
    border-radius: var(--en-radius);
    overflow: hidden;
    box-shadow: 0 0 0 1px rgba(184, 134, 47, 0.35), 0 28px 60px rgba(28, 38, 36, 0.16);
  }

  .en-papyrus__featured-media img {
    width: 100%;
    aspect-ratio: 2 / 3;
    max-height: min(72vh, 720px);
    object-fit: cover;
    transition: transform 0.4s ease;
  }

  .en-papyrus__featured-media:hover img {
    transform: scale(1.02);
  }

  .en-papyrus__featured-kicker {
    color: var(--gold);
    margin-bottom: 12px;
  }

  .en-papyrus__featured-copy h3 {
    font-size: var(--en-h3);
  }

  .en-papyrus__featured-copy > p:not(.en-micro) {
    margin-top: 12px;
    opacity: 0.8;
    max-width: 40ch;
  }

  .en-papyrus__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
    align-items: center;
  }

  .en-papyrus__grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }

  .en-papyrus__card {
    display: flex;
    flex-direction: column;
    background: rgba(247, 241, 228, 0.72);
    border: 1px solid var(--line);
    border-radius: var(--en-radius);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .en-papyrus__card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(28, 38, 36, 0.12);
  }

  .en-papyrus__card-media {
    aspect-ratio: 2 / 3;
    overflow: hidden;
    background: var(--sand-deep);
  }

  .en-papyrus__card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
  }

  .en-papyrus__card:hover .en-papyrus__card-media img {
    transform: scale(1.03);
  }

  .en-papyrus__card-body {
    padding: 18px 18px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .en-papyrus__card-title {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .en-papyrus__card-text {
    margin-top: 8px;
    font-size: 1.5rem;
    line-height: 1.55;
    opacity: 0.82;
    flex: 1;
  }

  .en-papyrus__card-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 16px;
  }

  .en-papyrus__card-actions .en-btn {
    width: 100%;
    justify-content: center;
  }

  .en-papyrus__note {
    margin-top: 36px;
    font-size: 1.408rem;
    opacity: 0.7;
    max-width: 62ch;
  }

  .en-papyrus__detail {
    position: fixed;
    inset: 0;
    z-index: 90;
    background: rgba(13, 45, 42, 0.86);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }

  .en-papyrus__detail[hidden] {
    display: none !important;
  }

  .en-papyrus__detail-panel {
    position: relative;
    width: min(1080px, 100%);
    max-height: min(92vh, 900px);
    overflow: auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    background: var(--paper);
    border-radius: var(--en-radius);
    border: 1px solid rgba(184, 134, 47, 0.35);
  }

  .en-papyrus__detail-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    background: var(--sand);
    color: var(--ink);
    font-size: 2.56rem;
    cursor: pointer;
  }

  .en-papyrus__detail-media {
    background: var(--sand-deep);
    min-height: 320px;
  }

  .en-papyrus__detail-media img {
    width: 100%;
    height: 100%;
    max-height: min(92vh, 900px);
    object-fit: contain;
  }

  .en-papyrus__detail-copy {
    padding: 36px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .en-papyrus__detail-copy .en-micro {
    color: var(--gold);
    margin-bottom: 12px;
  }

  .en-papyrus__detail-copy h3 {
    font-size: var(--en-h3);
  }

  .en-papyrus__detail-copy > p {
    margin-top: 12px;
    opacity: 0.82;
  }

  .en-papyrus__detail-note {
    font-size: 1.36rem;
    opacity: 0.65 !important;
  }

  @media (prefers-reduced-motion: reduce) {
    .en-papyrus__featured-media:hover img,
    .en-papyrus__card:hover,
    .en-papyrus__card:hover .en-papyrus__card-media img {
      transform: none;
    }
  }

  @media (max-width: 960px) {
    .en-papyrus__featured {
      grid-template-columns: 1fr;
      gap: 24px;
    }

    .en-papyrus__featured-media img {
      max-height: 520px;
    }

    .en-papyrus__grid {
      grid-template-columns: 1fr 1fr;
    }

    .en-papyrus__detail-panel {
      grid-template-columns: 1fr;
      max-height: 94vh;
    }

    .en-papyrus__detail-media img {
      max-height: 48vh;
    }
  }

  @media (max-width: 560px) {
    .en-papyrus {
      padding: 72px 0;
    }

    .en-papyrus__grid {
      grid-template-columns: 1fr;
      max-width: 420px;
      margin-inline: auto;
    }
  }
/* END_SECTION:en-papyrus-catalogue */

/* START_SECTION:en-product-worlds (INDEX:24) */
.en-worlds {
    padding: var(--en-section-pad-y) 0;
    background:
      radial-gradient(ellipse at 0% 40%, rgba(20, 65, 62, 0.08), transparent 42%),
      linear-gradient(180deg, #f3ebe0 0%, var(--sand) 45%, #e8dcc8 100%);
    border-block: 1px solid rgba(184, 134, 47, 0.16);
  }

  .en-worlds__head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 24px;
    margin-bottom: 36px;
  }

  .en-worlds__head h2 {
    font-size: var(--en-h2);
    max-width: 14ch;
    margin: 0;
  }

  .en-worlds__all {
    color: var(--nile);
    text-decoration: none;
    border-bottom: 1px solid rgba(20, 65, 62, 0.35);
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    font-size: 1.472rem;
  }

  .en-worlds__all:hover {
    border-bottom-color: var(--nile-deep);
    color: var(--nile-deep);
  }

  .en-worlds__grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    grid-template-rows: auto auto;
    gap: 18px;
  }

  .en-world-card {
    position: relative;
    min-height: 280px;
    border-radius: var(--en-radius);
    overflow: hidden;
    color: var(--paper);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-shadow: 0 22px 48px rgba(28, 38, 36, 0.14);
    isolation: isolate;
  }

  .en-world-card--big {
    grid-row: 1 / span 2;
    min-height: 560px;
  }

  .en-world-card__media {
    position: absolute;
    inset: 0;
    z-index: 0;
  }

  .en-world-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: transform 0.7s ease;
  }

  .en-world-card:hover .en-world-card__img {
    transform: scale(1.06);
  }

  .en-world-card__fallback {
    width: 100%;
    height: 100%;
  }

    .en-world-card__fallback--cotton {
    background:
      radial-gradient(ellipse 70% 55% at 70% 30%, rgba(184, 134, 47, 0.22), transparent 60%),
      radial-gradient(ellipse 50% 45% at 20% 75%, rgba(42, 90, 84, 0.45), transparent 65%),
      repeating-linear-gradient(
        90deg,
        rgba(247, 241, 228, 0.1) 0 1px,
        transparent 1px 14px
      ),
      repeating-linear-gradient(
        0deg,
        rgba(247, 241, 228, 0.07) 0 1px,
        transparent 1px 14px
      ),
      linear-gradient(155deg, #1b564f 0%, #0d2d2a 55%, #1a1510 100%);
  }  }

  .en-world-card__veil {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(13, 45, 42, 0.35) 0%, rgba(13, 45, 42, 0.72) 42%, rgba(8, 24, 22, 0.94) 100%);
    pointer-events: none;
  }

  .en-world-card__veil--warm {
    background:
      linear-gradient(180deg, rgba(61, 24, 16, 0.28) 0%, rgba(40, 18, 12, 0.7) 45%, rgba(18, 10, 8, 0.95) 100%);
  }

  .en-world-card__content {
    position: relative;
    z-index: 1;
    padding: 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .en-world-card__tag {
    color: rgba(247, 241, 228, 0.88);
    margin-bottom: 10px;
  }

  .en-world-card h3 {
    font-size: var(--en-h3);
    margin: 0;
    max-width: 14ch;
    color: var(--paper);
  }

  .en-world-card__content > p:not(.en-micro) {
    margin-top: 10px;
    max-width: 36ch;
    opacity: 1;
    font-size: 1.6rem;
    line-height: 1.5;
    color: rgba(247, 241, 228, 0.92);
  }

  .en-world-card__link {
    margin-top: 18px;
    font-size: 1.408rem;
    text-decoration: none;
    color: var(--paper);
    border-bottom: 1px solid rgba(247, 241, 228, 0.55);
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }

  .en-world-card__link:hover {
    border-bottom-color: var(--paper);
    color: var(--paper);
  }

  @media (prefers-reduced-motion: reduce) {
    .en-world-card__img,
    .en-world-card:hover .en-world-card__img {
      transition: none;
      transform: none;
    }
  }

  @media (max-width: 820px) {
    .en-worlds {
      padding: 72px 0;
    }

    .en-worlds__head {
      flex-direction: column;
      align-items: flex-start;
    }

    .en-worlds__grid {
      grid-template-columns: 1fr;
    }

    .en-world-card--big {
      grid-row: auto;
      min-height: 420px;
    }

    .en-world-card {
      min-height: 340px;
    }
  }
/* END_SECTION:en-product-worlds */

/* START_SECTION:en-shop (INDEX:25) */
.en-shop {
    padding: var(--en-section-pad-y) 0;
    background:
      radial-gradient(ellipse at 0% 0%, rgba(20, 65, 62, 0.05), transparent 45%),
      var(--paper);
  }

  .en-shop__intro {
    max-width: 620px;
    margin-bottom: 56px;
  }

  .en-shop__path {
    color: var(--gold);
    margin-bottom: 14px;
  }

  .en-shop__intro h2 {
    font-size: var(--en-h2);
    color: var(--ink);
    max-width: 18ch;
  }

  .en-shop__lede {
    margin-top: 14px;
    opacity: 0.84;
    max-width: 54ch;
    line-height: 1.55;
    font-size: 1.632rem;
  }

  .en-shop__worlds {
    display: grid;
    gap: 56px;
  }

  .en-shop-world__banner {
    position: relative;
    min-height: 320px;
    padding: 32px;
    border-radius: var(--en-radius);
    color: var(--paper);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(28, 38, 36, 0.12);
  }

  .en-shop-world__texture {
    position: absolute;
    inset: 0;
    opacity: 0.4;
    pointer-events: none;
  }

  .en-shop-world__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.55;
  }

  .en-shop-world__banner--cotton {
    background: linear-gradient(165deg, #1b564f 0%, #0d2d2a 100%);
  }

  .en-shop-world__banner--cotton .en-shop-world__texture {
    background-image:
      repeating-linear-gradient(90deg, rgba(247, 241, 228, 0.12) 0 1px, transparent 1px 14px),
      repeating-linear-gradient(0deg, rgba(247, 241, 228, 0.08) 0 1px, transparent 1px 14px);
  }

  .en-shop-world__banner--decor::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(61, 24, 16, 0.72) 0%, rgba(61, 24, 16, 0.28) 50%, transparent 80%);
    pointer-events: none;
    z-index: 1;
  }

  .en-shop-world__texture--decor {
    z-index: 1;
    opacity: 0.35;
  }

  .en-shop-world__banner--decor .en-shop-world__image {
    opacity: 0.72;
  }

  .en-shop-world__banner--papyrus {
    background: linear-gradient(200deg, #d4a84a 0%, #8a6118 100%);
    color: var(--nile-deep);
  }

  .en-shop-world__banner--papyrus::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(13, 45, 42, 0.55) 0%, rgba(13, 45, 42, 0.15) 55%, transparent 80%);
    pointer-events: none;
  }

  .en-shop-world__texture--papyrus {
    background-image:
      repeating-linear-gradient(0deg, rgba(28, 38, 36, 0.08) 0 1px, transparent 1px 12px),
      repeating-linear-gradient(90deg, rgba(28, 38, 36, 0.06) 0 1px, transparent 1px 12px);
    z-index: 1;
  }

  .en-shop-world__copy {
    position: relative;
    z-index: 2;
    max-width: 42ch;
  }

  .en-shop-world__copy .en-micro {
    color: var(--gold);
    margin-bottom: 10px;
  }

  .en-shop-world__banner--papyrus .en-shop-world__copy {
    color: var(--paper);
  }

  .en-shop-world__copy h3 {
    color: inherit;
    font-size: var(--en-h3);
    margin: 0;
  }

  .en-shop-world__copy > p:not(.en-micro):not(.en-shop-world__note) {
    margin-top: 10px;
    opacity: 0.9;
    line-height: 1.5;
  }

  .en-shop-world__link {
    margin-top: 22px;
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    width: fit-content;
    color: inherit;
  }

  .en-shop-world__note {
    margin-top: 16px;
    font-size: 1.312rem;
    opacity: 0.75;
  }

  .en-shop-world__grid {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }

  .en-shop-featured {
    margin-top: 72px;
    padding-top: 48px;
    border-top: 1px solid var(--line);
  }

  .en-shop-featured__heading {
    font-size: var(--en-h2);
    color: var(--nile);
    margin: 0 0 10px;
  }

  .en-shop-featured__lede {
    margin: 0 0 28px;
    opacity: 0.8;
    max-width: 52ch;
  }

  .en-shop-craft {
    margin-top: 72px;
    padding: 40px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    max-width: 640px;
  }

  .en-shop-craft .en-micro {
    color: var(--gold);
    margin-bottom: 12px;
  }

  .en-shop-craft h2 {
    font-size: var(--en-h2);
    color: var(--ink);
    margin: 0 0 14px;
  }

  .en-shop-craft__text {
    margin: 0;
    opacity: 0.84;
    line-height: 1.6;
    font-size: 1.632rem;
  }

  .en-shop-cta {
    margin-top: 56px;
    padding: 36px;
    border-radius: var(--en-radius);
    background:
      radial-gradient(ellipse at 100% 0%, rgba(184, 134, 47, 0.18), transparent 50%),
      var(--nile-deep);
    color: var(--paper);
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    justify-content: space-between;
    align-items: center;
  }

  .en-shop-cta__copy {
    max-width: 42ch;
  }

  .en-shop-cta__copy h2 {
    margin: 0 0 10px;
    font-size: var(--en-h3);
    color: var(--paper);
  }

  .en-shop-cta__copy p {
    margin: 0;
    opacity: 0.85;
    line-height: 1.5;
  }

  .en-shop-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  .en-shop-cta .en-btn--primary {
    background: var(--paper);
    color: var(--nile-deep);
  }

  .en-shop-cta .en-btn--ghost {
    color: var(--paper);
    border-color: rgba(247, 241, 228, 0.45);
  }

  @media (max-width: 960px) {
    .en-shop-world__grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 600px) {
    .en-shop {
      padding: 40px 0 72px;
    }

    .en-shop-world__banner {
      min-height: 280px;
      padding: 24px;
    }

    .en-shop-world__grid {
      grid-template-columns: 1fr;
      max-width: 420px;
    }

    .en-shop-cta {
      padding: 28px 24px;
    }
  }
/* END_SECTION:en-shop */

/* START_SECTION:en-story (INDEX:26) */
.en-story {
    padding: var(--en-section-pad-y) 0;
    background:
      radial-gradient(ellipse at 0% 0%, rgba(20, 65, 62, 0.06), transparent 50%),
      var(--paper);
    border-bottom: 1px solid var(--line);
  }

  .en-story__micro {
    color: var(--gold);
    margin-bottom: 14px;
  }

  .en-story__lede {
    max-width: 58ch;
    font-size: 1.68rem;
    opacity: 0.84;
    line-height: 1.55;
  }

  .en-story__chapters {
    margin-top: 48px;
    display: grid;
    gap: 8px;
    max-width: 720px;
  }

  .en-story__riverline {
    color: var(--gold);
    opacity: 0.45;
    margin: 8px 0 16px;
  }

  .en-story__route {
    display: block;
    width: 100%;
    height: 36px;
  }

  .en-story__route-path {
    opacity: 0.9;
  }

  .en-story__block h2 {
    font-size: var(--en-h3);
    color: var(--nile);
    margin: 0 0 10px;
    letter-spacing: 0.02em;
  }

  .en-story__block p {
    margin: 0;
    opacity: 0.82;
    max-width: 56ch;
    line-height: 1.6;
    font-size: 1.568rem;
  }

  .en-story__quote {
    margin: 64px 0 0;
    padding: 36px 0 0;
    border-top: 1px solid var(--line);
    max-width: 640px;
  }

  .en-story__quote p {
    margin: 0;
    font-family: var(--font-display);
    font-size: var(--en-h3);
    line-height: 1.45;
    font-weight: 500;
    color: var(--ink);
  }

  .en-story__quote cite {
    display: block;
    margin-top: 22px;
    font-style: normal;
    font-size: 1.44rem;
    opacity: 0.72;
    font-family: var(--font-body);
  }

  @media (max-width: 820px) {
    .en-story {
      padding: 56px 0 72px;
    }

    .en-story__chapters {
      margin-top: 36px;
    }

    .en-story__quote {
      margin-top: 48px;
      padding-top: 28px;
    }
  }
/* END_SECTION:en-story */

/* START_SECTION:en-supplier-page (INDEX:27) */
.en-supplier-page {
    padding: var(--en-section-pad-y) 0;
    background:
      radial-gradient(ellipse at 100% 0%, rgba(20, 65, 62, 0.07), transparent 48%),
      var(--sand);
    border-bottom: 1px solid var(--line);
  }

  .en-supplier-page__micro {
    color: var(--gold);
    margin-bottom: 12px;
  }

  .en-supplier-page__intro h2 {
    font-size: var(--en-h2);
    max-width: 18ch;
  }

  .en-supplier-page__lede {
    margin-top: 14px;
    max-width: 54ch;
    opacity: 0.82;
    line-height: 1.55;
  }

  .en-supplier-page__journey {
    list-style: none;
    margin: 48px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    position: relative;
  }

  .en-supplier-page__journey::before {
    content: '';
    position: absolute;
    left: 4%;
    right: 4%;
    top: 18px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(184, 134, 47, 0.5), transparent);
    z-index: 0;
  }

  .en-supplier-page__journey li {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 4px;
  }

  .en-supplier-page__step-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--paper);
    border: 1px solid rgba(184, 134, 47, 0.45);
    color: var(--nile);
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.04em;
  }

  .en-supplier-page__step-name {
    font-size: 1.472rem;
    font-weight: 600;
    color: var(--ink);
  }

  .en-supplier-page__grid {
    margin-top: 56px;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 28px;
    align-items: stretch;
  }

  .en-supplier-page__fit {
    padding: 32px;
    border: 1px solid var(--line);
    border-radius: var(--en-radius);
    background: rgba(247, 241, 228, 0.55);
  }

  .en-supplier-page__fit h3,
  .en-supplier-page__cta h3 {
    font-size: var(--en-h3);
    margin: 0 0 12px;
  }

  .en-supplier-page__fit > p {
    margin: 0 0 22px;
    opacity: 0.8;
    max-width: 48ch;
    font-size: 1.52rem;
  }

  .en-supplier-page__areas {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
  }

  .en-supplier-page__areas li {
    position: relative;
    padding-left: 18px;
    font-size: 1.52rem;
    opacity: 0.88;
  }

  .en-supplier-page__areas li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 8px;
    height: 1px;
    background: var(--gold);
  }

  .en-supplier-page__cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px;
    border-radius: var(--en-radius);
    background: var(--nile-deep);
    color: var(--paper);
  }

  .en-supplier-page__cta-micro {
    color: var(--gold);
    margin-bottom: 12px;
  }

  .en-supplier-page__cta-text {
    margin: 0 0 24px;
    opacity: 0.85;
    max-width: 30ch;
    font-size: 1.52rem;
  }

  .en-supplier-page__cta .en-btn--primary {
    background: var(--paper);
    color: var(--nile-deep);
    align-self: flex-start;
  }

  .en-supplier-page__cta .en-btn--primary:hover {
    background: var(--sand);
  }

  .en-supplier-page__cta-note {
    margin-top: 16px;
    font-size: 1.3rem;
    opacity: 0.65;
    max-width: 36ch;
  }

  @media (max-width: 900px) {
    .en-supplier-page__journey {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      row-gap: 20px;
    }

    .en-supplier-page__journey::before {
      display: none;
    }
  }

  @media (max-width: 820px) {
    .en-supplier-page {
      padding: 56px 0 72px;
    }

    .en-supplier-page__grid {
      grid-template-columns: 1fr;
      margin-top: 40px;
    }

    .en-supplier-page__fit,
    .en-supplier-page__cta {
      padding: 24px;
    }
  }

  @media (max-width: 520px) {
    .en-supplier-page__journey {
      grid-template-columns: 1fr 1fr;
    }
  }
/* END_SECTION:en-supplier-page */

/* START_SECTION:en-supplier-request (INDEX:28) */
.en-supplier-request {
    padding: 40px 0 88px;
    background:
      radial-gradient(ellipse at 50% 0%, rgba(20, 65, 62, 0.06), transparent 50%),
      var(--paper);
    border-bottom: 1px solid var(--line);
  }

  .en-supplier-request__intro {
    max-width: 62ch;
    margin: 0 0 32px;
  }

  .en-supplier-request__micro {
    color: var(--nile);
    margin-bottom: 12px;
  }

  .en-supplier-request__intro h2 {
    font-size: var(--en-h2);
    color: var(--ink);
    margin: 0;
  }

  .en-supplier-request__lede {
    margin: 14px 0 0;
    font-size: 1.7rem;
    line-height: 1.55;
    color: var(--ink);
    opacity: 0.88;
  }

  .en-supplier-request__note {
    margin: 12px 0 0;
    font-size: 1.472rem;
    line-height: 1.5;
    color: var(--ink);
    opacity: 0.72;
  }

  .en-supplier-request__frame-wrap {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    overflow-x: hidden;
    border: 1px solid var(--line);
    border-radius: var(--en-radius);
    background: var(--sand);
  }

  .en-supplier-request__iframe {
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 720px;
    height: min(70vh, 900px);
    border: 0;
    background: var(--sand);
  }

  .en-supplier-request__pending {
    max-width: 560px;
    margin: 0 auto;
    padding: 48px 36px;
    text-align: center;
    border: 1px solid rgba(20, 65, 62, 0.2);
    border-radius: var(--en-radius);
    background: rgba(247, 241, 228, 0.7);
  }

  .en-supplier-request__pending-micro {
    color: var(--nile);
    margin-bottom: 14px;
  }

  .en-supplier-request__pending h3 {
    font-size: var(--en-h3);
    margin: 0;
    color: var(--ink);
  }

  .en-supplier-request__pending-text {
    margin: 14px auto 0;
    max-width: 42ch;
    opacity: 0.78;
    font-size: 1.568rem;
    line-height: 1.55;
  }

  @media (max-width: 820px) {
    .en-supplier-request {
      padding: 28px 0 64px;
    }

    .en-supplier-request__intro {
      margin-bottom: 24px;
    }

    .en-supplier-request__iframe {
      min-height: 640px;
      height: 75vh;
    }

    .en-supplier-request__pending {
      padding: 36px 24px;
    }
  }
/* END_SECTION:en-supplier-request */

/* START_SECTION:en-supplier (INDEX:29) */
.en-supplier {
    padding: var(--en-section-pad-y) 0;
    background:
      radial-gradient(ellipse at 100% 0%, rgba(20, 65, 62, 0.08), transparent 45%),
      var(--sand);
    border-bottom: 1px solid var(--line);
  }

  .en-supplier__panel {
    display: grid;
    grid-template-columns: 1.3fr 0.9fr;
    gap: 40px;
    align-items: stretch;
    padding: 40px;
    border: 1px solid rgba(184, 134, 47, 0.3);
    border-radius: var(--en-radius);
    background: rgba(247, 241, 228, 0.55);
  }

  .en-supplier__micro {
    color: var(--gold);
    margin-bottom: 12px;
  }

  .en-supplier h2 {
    font-size: var(--en-h2);
    max-width: 16ch;
  }

  .en-supplier__lede {
    margin-top: 14px;
    opacity: 0.82;
    max-width: 48ch;
  }

  .en-supplier__points {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
  }

  .en-supplier__points li {
    position: relative;
    padding-left: 18px;
    font-size: 1.52rem;
    opacity: 0.85;
  }

  .en-supplier__points li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 8px;
    height: 1px;
    background: var(--gold);
  }

  .en-supplier__cta-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 28px;
    background: var(--nile-deep);
    color: var(--paper);
    border-radius: var(--en-radius);
  }

  .en-supplier__path {
    color: var(--gold);
    margin-bottom: 12px;
  }

  .en-supplier__cta-note {
    opacity: 0.85;
    margin-bottom: 22px;
    max-width: 28ch;
  }

  .en-supplier__cta-block .en-btn--primary {
    background: var(--paper);
    color: var(--nile-deep);
  }

  .en-supplier__cta-block .en-btn--primary:hover {
    background: var(--sand);
  }

  .en-supplier__prototype {
    margin-top: 14px;
    font-size: 1.3rem;
    opacity: 0.65;
  }

  @media (max-width: 820px) {
    .en-supplier {
      padding: 64px 0;
    }

    .en-supplier__panel {
      grid-template-columns: 1fr;
      padding: 24px;
    }
  }
/* END_SECTION:en-supplier */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:en-logo (INDEX:78) */
.en-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    min-height: 44px;
    line-height: 0;
  }

  .en-logo__img {
    display: block;
    width: auto;
    height: 44px;
    max-width: min(200px, 52vw);
    object-fit: contain;
    object-position: left center;
  }

  @media (min-width: 821px) {
    .en-logo__img {
      height: 52px;
      max-width: 240px;
    }
  }
/* END_SNIPPET:en-logo */

/* START_SNIPPET:en-product-card (INDEX:80) */
.en-product-card {
    display: flex;
    flex-direction: column;
    background: rgba(247, 241, 228, 0.72);
    border: 1px solid var(--line);
    border-radius: var(--en-radius);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .en-product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(28, 38, 36, 0.12);
  }

  .en-product-card__link {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-decoration: none;
    color: inherit;
    min-height: 100%;
  }

  .en-product-card__media {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: var(--sand-deep);
  }

  .en-product-card__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.35s ease, transform 0.45s ease;
  }

  .en-product-card__img--secondary {
    opacity: 0;
  }

  .en-product-card__media--has-hover:hover .en-product-card__img--primary {
    opacity: 0;
  }

  .en-product-card__media--has-hover:hover .en-product-card__img--secondary {
    opacity: 1;
  }

  .en-product-card:hover .en-product-card__img--primary {
    transform: scale(1.03);
  }

  .en-product-card__placeholder {
    position: absolute;
    inset: 0;
    background:
      repeating-linear-gradient(90deg, rgba(20, 65, 62, 0.08) 0 1px, transparent 1px 16px),
      linear-gradient(165deg, var(--nile) 0%, var(--nile-deep) 100%);
  }

  .en-product-card__body {
    padding: 16px 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
  }

  .en-product-card__title {
    margin: 0;
    font-size: 1.632rem;
    line-height: 1.3;
    color: var(--ink);
  }

  .en-product-card__price {
    margin: 0;
    font-size: 1.472rem;
    color: var(--nile);
    font-weight: 600;
  }

  .en-product-card__cta {
    margin-top: auto;
    padding-top: 10px;
    font-size: 1.408rem;
    color: var(--gold);
    border-bottom: 1px solid rgba(184, 134, 47, 0.45);
    width: fit-content;
  }

  .en-product-card__link:hover .en-product-card__cta {
    border-bottom-color: var(--gold);
  }

  @media (prefers-reduced-motion: reduce) {
    .en-product-card,
    .en-product-card__img {
      transition: none;
    }

    .en-product-card:hover {
      transform: none;
    }

    .en-product-card:hover .en-product-card__img--primary {
      transform: none;
    }
  }
/* END_SNIPPET:en-product-card */

/* START_SNIPPET:en-product-gallery (INDEX:81) */
.en-gallery {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .en-gallery__stage {
    aspect-ratio: 1 / 1;
    border-radius: var(--en-radius);
    overflow: hidden;
    background:
      radial-gradient(ellipse at 50% 40%, #fffdf8, var(--paper));
    box-shadow: inset 0 0 0 1px rgba(184, 134, 47, 0.12);
  }

  .en-gallery__main {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.2s ease;
  }

  .en-gallery__main.is-fading {
    opacity: 0.35;
  }

  .en-gallery__thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }

  .en-gallery__thumb {
    appearance: none;
    border: 1px solid var(--line);
    background: var(--paper);
    padding: 0;
    border-radius: var(--en-radius);
    overflow: hidden;
    cursor: pointer;
    min-height: 44px;
    aspect-ratio: 1 / 1;
  }

  .en-gallery__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .en-gallery__thumb.is-active,
  .en-gallery__thumb[aria-current='true'] {
    border-color: var(--gold);
    box-shadow: 0 0 0 1px var(--gold);
  }

  @media (prefers-reduced-motion: reduce) {
    .en-gallery__main {
      transition: none;
    }
  }
/* END_SNIPPET:en-product-gallery */

/* START_SNIPPET:en-section-heading (INDEX:82) */
.en-section-heading__eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.36rem;
    color: var(--nile);
    margin-bottom: 18px;
  }

  .en-section-heading__dash {
    width: 28px;
    height: 1px;
    background: var(--gold);
    display: inline-block;
  }

  .en-section-heading__title {
    font-size: clamp(1.7rem, 2.6vw, 2.2rem);
    line-height: 1.2;
  }

  .en-section-heading__lede {
    margin-top: 16px;
    max-width: 56ch;
    opacity: 0.8;
  }
/* END_SNIPPET:en-section-heading */