/** Shopify CDN: Minification failed

Line 1974:18 Unexpected "{"
Line 1974:27 Expected ":"
Line 1977:20 Unexpected "{"
Line 1977:29 Expected ":"
Line 1978:20 Unexpected "{"
Line 1978:29 Expected ":"
Line 1981:20 Unexpected "{"
Line 1981:29 Expected ":"
Line 1989:20 Unexpected "{"
Line 1989:29 Expected ":"
... and 78 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:404 (INDEX:0) */
/* Stretch main column so footer sits at the bottom of the viewport */
  body.template-404 {
    min-height: 100svh;
    min-height: 100dvh;
  }

  body.template-404 > .shopify-section:has(.not-found) {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .not-found {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    box-sizing: border-box;
    padding: clamp(32px, 6vw, 72px) var(--pg-pad, clamp(20px, 4vw, 56px));
    text-align: center;
    background: var(--nf-bg, transparent);
  }

  .not-found.section {
    padding-top: clamp(32px, 6vw, 72px);
    padding-bottom: clamp(32px, 6vw, 72px);
  }

  .not-found__inner {
    width: 100%;
    max-width: min(52ch, 100%);
    margin: 0 auto;
  }

  .not-found__eyebrow {
    margin: 0 0 16px;
    justify-content: center;
  }

  .not-found__title {
    font-family: var(--display);
    font-size: clamp(48px, 12vw, 120px);
    letter-spacing: -0.03em;
    line-height: 1.02;
    margin: 0 0 20px;
    color: inherit;
    text-wrap: balance;
  }

  .not-found__body {
    margin: 0 0 clamp(28px, 5vw, 40px);
    font-size: clamp(15px, 2.5vw, 18px);
    line-height: 1.65;
    color: var(--nf-muted, var(--stone));
    text-wrap: pretty;
  }

  .not-found__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    max-width: 28rem;
    margin: 0 auto;
  }

  .not-found__actions .btn {
    flex: 1 1 auto;
    min-width: min(100%, 10rem);
    justify-content: center;
    text-align: center;
  }

  @media (max-width: 560px) {
    .not-found {
      padding-inline: max(var(--pg-pad, 20px), env(safe-area-inset-left), env(safe-area-inset-right));
    }

    .not-found__actions {
      flex-direction: column;
      max-width: 100%;
    }

    .not-found__actions .btn {
      width: 100%;
      min-width: 0;
    }
  }
/* END_SECTION:404 */

/* START_SECTION:article (INDEX:1) */
.article-page {
    background: var(--article-bg, var(--cream-50));
    color: var(--forest-ink);
    padding-bottom: clamp(64px, 9vw, 120px);
  }
  .article-page__wrap {
    max-width: var(--max);
    padding-top: clamp(40px, 6vw, 72px);
  }
  .article-page__back {
    margin: 0 0 clamp(28px, 4vw, 40px);
  }
  .article-page__back .btn-link {
    color: var(--forest);
  }
  .article-page__layout {
    display: grid;
    grid-template-columns: minmax(240px, var(--article-media-col, 38%)) minmax(0, 1fr);
    gap: clamp(28px, 4vw, 56px);
    align-items: start;
  }
  .article-page__layout--no-media {
    grid-template-columns: 1fr;
  }
  .article-page__layout--no-media .article-page__prose {
    max-width: calc(var(--article-prose-ch, 48) * 1ch);
  }
  .article-page__media {
    position: sticky;
    top: calc(var(--header-offset, 72px) + 20px);
    margin: 0;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid var(--article-border, var(--bone-deep));
    background: transparent;
    line-height: 0;
  }
  .article-page__media-img {
    width: 100%;
    height: auto;
    max-height: min(72vh, 520px);
    display: block;
    object-fit: cover;
    vertical-align: top;
  }
  .article-page__content-col {
    min-width: 0;
  }
  .article-page__masthead {
    margin: 0 0 clamp(24px, 3vw, 36px);
    text-align: left;
  }
  .article-page__tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
    margin: 0 0 20px;
    font-family: var(--mono);
    font-size: 9px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }
  .article-page__tags span {
    padding: 5px 10px;
    border: 1px solid var(--article-border, var(--bone-deep));
    color: var(--olive);
  }
  .article-page__title {
    font-family: var(--display);
    font-size: clamp(36px, 4.8vw, 58px);
    letter-spacing: -0.03em;
    line-height: 1.04;
    margin: 0;
    text-wrap: balance;
  }
  .article-page__meta {
    margin: 22px 0 0;
    padding-top: 22px;
    border-top: 1px solid var(--article-border, var(--bone-deep));
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--article-muted, var(--stone));
  }

  .article-page__prose {
    max-width: none;
    font-size: 17px;
    line-height: 1.78;
    color: var(--forest-ink);
  }
  .article-page__prose > *:first-child {
    margin-top: 0;
  }
  .article-page__prose > *:last-child {
    margin-bottom: 0;
  }
  .article-page__prose h2,
  .article-page__prose h3,
  .article-page__prose h4 {
    font-family: var(--display);
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin: 2.25em 0 0.65em;
    color: var(--forest-ink);
  }
  .article-page__prose h2 {
    font-size: clamp(26px, 2.8vw, 34px);
  }
  .article-page__prose h3 {
    font-size: clamp(22px, 2.2vw, 28px);
  }
  .article-page__prose p {
    margin: 0 0 1.25em;
  }
  .article-page__prose ul,
  .article-page__prose ol {
    margin: 0 0 1.35em;
    padding-left: 1.2em;
  }
  .article-page__prose li {
    margin-bottom: 0.4em;
  }
  .article-page__prose a {
    color: var(--olive);
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .article-page__prose blockquote {
    font-family: var(--display);
    font-style: italic;
    font-size: clamp(22px, 2.2vw, 30px);
    line-height: 1.42;
    margin: 2em 0;
    padding: 0 0 0 24px;
    border-left: 2px solid var(--olive);
    color: var(--forest);
  }
  .article-page__prose img {
    width: 100%;
    height: auto;
    margin: 2.5em 0;
    border-radius: 2px;
  }
  .article-page__prose figure {
    margin: 2.5em 0;
  }
  .article-page__prose figcaption {
    margin-top: 10px;
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--article-muted, var(--stone));
    text-align: center;
  }

  .article-page__related {
    margin-top: clamp(48px, 7vw, 80px);
    padding: clamp(48px, 7vw, 80px) 0;
    background: var(--bone);
    border-block: 1px solid var(--article-border, var(--bone-deep));
  }
  .article-page__related-inner {
    max-width: var(--max);
  }
  .article-page__related-eyebrow {
    justify-content: flex-start;
    margin-bottom: 12px;
  }
  .article-page__related-title {
    font-family: var(--display);
    font-size: clamp(28px, 3vw, 38px);
    letter-spacing: -0.02em;
    margin: 0 0 clamp(28px, 4vw, 40px);
  }
  .article-page__related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(24px, 3vw, 36px);
  }
  .article-page__related .journal-tile--compact {
    grid-column: auto;
  }
  .article-page__related .journal-tile__link {
    display: block;
    color: inherit;
    text-decoration: none;
  }
  .article-page__related .journal-tile__frame {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: transparent;
    border: none;
  }
  .article-page__related .journal-tile__media {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 2px;
    border: 1px solid var(--article-border, var(--bone-deep));
    background: var(--bone);
  }
  .article-page__related .journal-tile__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }
  .article-page__related .journal-tile__link:hover .journal-tile__img {
    transform: scale(1.04);
  }
  .article-page__related .journal-tile__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 140px;
    background: linear-gradient(160deg, var(--bone) 0%, var(--bone-deep) 100%);
  }
  .article-page__related .journal-tile__body {
    padding: 14px 0 0;
  }
  .article-page__related .journal-tile__meta {
    font-family: var(--mono);
    font-size: 9px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--article-muted, var(--stone));
    margin-bottom: 8px;
  }
  .article-page__related .journal-tile__title {
    font-family: var(--display);
    font-size: 20px;
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin: 0 0 8px;
    color: var(--forest-ink);
  }
  .article-page__related .journal-tile__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--forest);
  }
  .article-page__related .journal-tile__arrow {
    transition: transform 0.25s ease;
  }
  .article-page__related .journal-tile__link:hover .journal-tile__arrow {
    transform: translateX(3px);
  }

  .article-page__comments {
    max-width: var(--max);
    padding-top: clamp(48px, 7vw, 72px);
  }
  .article-page__comments-title,
  .article-page__form-title {
    font-family: var(--display);
    font-size: clamp(24px, 2.5vw, 30px);
    margin: 0 0 28px;
  }
  .article-page__comment-list {
    list-style: none;
    margin: 0 0 36px;
    padding: 0;
  }
  .article-page__comment {
    padding: 22px 0;
    border-bottom: 1px solid var(--article-border, var(--bone-deep));
  }
  .article-page__comment-date {
    margin: 0 0 10px;
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--article-muted, var(--stone));
  }
  .article-page__comment-body {
    font-size: 15px;
    line-height: 1.65;
  }
  .article-page__comments-empty {
    font-size: 14px;
    color: var(--article-muted, var(--stone));
    margin-bottom: 28px;
  }
  .article-page__comment-pagination {
    margin-bottom: 36px;
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
  }
  .article-page__comment-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .article-page__form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .article-page__form-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .article-page__form-row label {
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--article-muted, var(--stone));
  }
  .article-page__form-row input,
  .article-page__form-row textarea {
    font: inherit;
    font-size: 15px;
    padding: 12px 14px;
    border: 1px solid var(--article-border, var(--bone-deep));
    background: var(--cream-50);
    border-radius: 2px;
    color: var(--forest-ink);
  }
  .article-page__comment-form .btn {
    align-self: flex-start;
  }

  @media (max-width: 980px) {
    .article-page__related-grid {
      grid-template-columns: 1fr 1fr;
    }
    .article-page__form-grid {
      grid-template-columns: 1fr;
    }
  }
  @media (max-width: 900px) {
    .article-page__layout {
      grid-template-columns: 1fr;
    }
    .article-page__media {
      position: static;
    }
    .article-page__media-img {
      max-height: min(50vh, 400px);
    }
  }
  @media (max-width: 560px) {
    .article-page__related-grid {
      grid-template-columns: 1fr;
    }
  }
/* END_SECTION:article */

/* START_SECTION:aurenor_collection (INDEX:2) */
.notify-form {
    width: 100%;
    margin: 0;
  }

  .product-info h3 a {
    color: inherit;
    text-decoration: none;
  }

  .product-info h3 a:hover {
    color: var(--olive);
  }

  .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }

  .soon-desc.rte,
  .soon-desc-plain {
    color: rgba(242, 235, 221, 0.65);
    max-width: 28ch;
    font-size: 13.5px;
    line-height: 1.55;
    text-align: center;
  }

  .soon-desc.rte p {
    margin: 0;
  }
/* END_SECTION:aurenor_collection */

/* START_SECTION:aurenor_contact (INDEX:3) */
.contact-page {
    padding-top: clamp(48px, 8vw, 88px);
    padding-bottom: clamp(64px, 10vw, 120px);
    background: var(--contact-bg, var(--cream));
  }
  .contact-page__head {
    text-align: center;
    max-width: 40rem;
    margin: 0 auto clamp(32px, 5vw, 48px);
  }
  .contact-page__head .eyebrow {
    justify-content: center;
  }
  .contact-page__title {
    font-family: var(--display);
    font-size: clamp(40px, 6vw, 64px);
    letter-spacing: -0.03em;
    color: var(--forest-ink);
    margin: 12px 0 0;
  }
  .contact-page__intro {
    margin: 18px 0 0;
    font-size: 15px;
    line-height: 1.6;
    color: var(--contact-muted, var(--stone));
  }
  .contact-page__body {
    max-width: 44rem;
    margin: 0 auto clamp(40px, 6vw, 56px);
    font-size: 15px;
    line-height: 1.65;
    color: var(--forest-ink);
    text-align: center;
  }
  .contact-page__body p {
    margin: 0;
  }
  .contact-page__body p + p {
    margin-top: 8px;
  }
  .contact-page__page-content {
    max-width: 42rem;
    margin: 0 auto clamp(40px, 6vw, 56px);
    font-size: 15px;
    line-height: 1.65;
  }
  .contact-page__grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(16px, 2vw, 24px);
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-page__box {
    padding: clamp(24px, 3vw, 32px);
    border: 1px solid var(--contact-border, var(--bone-deep));
    background: var(--cream-50);
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 100%;
  }
  .contact-page__box-label {
    font-family: var(--mono);
    font-size: 9px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--contact-muted, var(--stone));
    margin: 0;
  }
  .contact-page__box-value {
    font-family: var(--display);
    font-size: clamp(22px, 2.5vw, 28px);
    letter-spacing: -0.02em;
    color: var(--forest-ink);
    margin: 0;
    line-height: 1.2;
  }
  .contact-page__box-body {
    font-size: 14px;
    line-height: 1.55;
    color: var(--contact-muted, var(--stone));
    margin: 0;
  }
  .contact-page__box-body p {
    margin: 0;
  }
  .contact-page__box-link {
    margin: 4px 0 0;
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }
  .contact-page__box-link a {
    color: var(--olive);
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .contact-page__box-link a:hover {
    color: var(--forest);
  }
  .contact-page__footnote {
    text-align: center;
    max-width: 32rem;
    margin: clamp(40px, 6vw, 56px) auto 0;
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--contact-muted, var(--stone));
  }
  .contact-page .rte a {
    color: var(--olive);
  }
  @media (max-width: 640px) {
    .contact-page__grid {
      grid-template-columns: 1fr;
    }
  }
/* END_SECTION:aurenor_contact */

/* START_SECTION:aurenor_hero (INDEX:4) */
.hero-cta {
    transition:
      transform var(--hero-cta-trans, 0.26s) ease,
      filter var(--hero-cta-trans, 0.26s) ease,
      background-color var(--hero-cta-trans, 0.26s) ease,
      color var(--hero-cta-trans, 0.26s) ease,
      border-color var(--hero-cta-trans, 0.26s) ease,
      box-shadow var(--hero-cta-trans, 0.26s) ease;
  }
  .hero-cta svg {
    transition: transform var(--hero-cta-trans, 0.26s) ease;
  }

  .hero-cta--hv-brighten.hero-cta--primary:hover,
  .hero-cta--hv-brighten.hero-cta--secondary-solid:hover {
    filter: brightness(1.08);
  }
  .hero-cta--hv-brighten.hero-cta--secondary-ghost:hover {
    filter: brightness(1.14);
  }
  .hero-cta--hv-none:hover {
    filter: none !important;
  }

  .hero-cta--mv-lift:hover {
    transform: translateY(-3px);
  }
  .hero-cta--mv-scale:hover {
    transform: scale(1.04);
  }
  .hero-cta--mv-lift-scale:hover {
    transform: translateY(-2px) scale(1.03);
  }
  .hero-cta--mv-lift:hover svg,
  .hero-cta--mv-lift-scale:hover svg {
    transform: translateX(3px);
  }

  .hero-cta--secondary-ghost {
    background: transparent;
    border-width: 1px;
    border-style: solid;
  }

  @keyframes hero-cta-fade-up {
    from {
      opacity: 0;
      transform: translateY(16px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes hero-cta-fade-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes hero-cta-slide-up {
    from {
      opacity: 0;
      transform: translateY(22px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .hero.is-loaded .hero-cta-row--e-fade_up .hero-cta,
  .hero.is-in .hero-cta-row--e-fade_up .hero-cta {
    animation: hero-cta-fade-up var(--hero-cta-trans, 0.26s) ease backwards;
  }
  .hero.is-loaded .hero-cta-row--e-fade_up .hero-cta:nth-child(2),
  .hero.is-in .hero-cta-row--e-fade_up .hero-cta:nth-child(2) {
    animation-delay: 0.12s;
  }

  .hero.is-loaded .hero-cta-row--e-fade_in .hero-cta,
  .hero.is-in .hero-cta-row--e-fade_in .hero-cta {
    animation: hero-cta-fade-in var(--hero-cta-trans, 0.26s) ease backwards;
  }
  .hero.is-loaded .hero-cta-row--e-fade_in .hero-cta:nth-child(2),
  .hero.is-in .hero-cta-row--e-fade_in .hero-cta:nth-child(2) {
    animation-delay: 0.12s;
  }

  .hero.is-loaded .hero-cta-row--e-slide_up .hero-cta,
  .hero.is-in .hero-cta-row--e-slide_up .hero-cta {
    animation: hero-cta-slide-up 0.55s cubic-bezier(0.22, 1, 0.36, 1) backwards;
  }
  .hero.is-loaded .hero-cta-row--e-slide_up .hero-cta:nth-child(2),
  .hero.is-in .hero-cta-row--e-slide_up .hero-cta:nth-child(2) {
    animation-delay: 0.12s;
  }
/* END_SECTION:aurenor_hero */

/* START_SECTION:aurenor_ingredients (INDEX:5) */
.ingredients--has-bg {
    background: var(--ing-bg);
  }

  .ingredients--reduce-motion .ingredients-track {
    animation: none;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 12px;
    padding-left: 0;
    transform: none;
  }
  @media (prefers-reduced-motion: reduce) {
    .ingredients-track {
      animation: none;
      width: 100%;
      justify-content: center;
      flex-wrap: wrap;
      row-gap: 12px;
      padding-left: 0;
      transform: none;
    }
  }
/* END_SECTION:aurenor_ingredients */

/* START_SECTION:aurenor_newsletter (INDEX:6) */
.newsletter--themed {
    background: var(--nl-bg, var(--bone));
    color: var(--nl-fg, var(--forest-ink));
  }

  .newsletter--themed h2,
  .newsletter--themed .eyebrow {
    color: inherit;
  }

  .newsletter--themed h2 i {
    color: var(--nl-accent, var(--olive));
  }

  .newsletter--themed .newsletter-form {
    border-bottom-color: var(--nl-border, var(--forest));
  }

  .newsletter--themed input {
    color: var(--nl-input, var(--forest-ink));
  }

  .newsletter--themed button {
    color: var(--nl-btn, var(--forest));
  }

  .newsletter--themed button:hover {
    border-color: var(--nl-btn-hover, var(--olive));
    color: var(--nl-btn-hover, var(--olive));
  }

  .newsletter--themed .fineprint {
    color: var(--nl-fine, rgba(2, 31, 26, 0.45));
  }

  .newsletter-thanks {
    border-bottom: 1px solid var(--nl-border, var(--forest));
    padding: 14px 0;
    font-family: var(--display);
    font-size: clamp(22px, 2vw, 30px);
    font-style: italic;
    color: var(--nl-fg, var(--forest-ink));
  }

  .newsletter-form .errors {
    margin-top: 8px;
  }

  .newsletter-form {
    margin: 0;
  }

  .newsletter-embed {
    width: 100%;
    margin-bottom: 16px;
  }

  .newsletter-embed iframe {
    max-width: 100%;
  }

  .newsletter-app-blocks {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }

  .newsletter-signup {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .newsletter--no-heading .newsletter-inner {
    grid-template-columns: 1fr;
  }
/* END_SECTION:aurenor_newsletter */

/* START_SECTION:aurenor_promise_rail (INDEX:8) */
.promise-rail {
    padding-top: var(--pr-pt, 0);
    padding-bottom: var(--pr-pb, 0);
  }
  .promise-rail-intro {
    padding: 0 var(--pg-pad, 20px);
    max-width: var(--max, 1480px);
    margin: 0 auto;
    padding-bottom: clamp(16px, 2vw, 28px);
  }
  .promise-rail--align-center .promise-rail-intro {
    text-align: center;
  }
  .promise-rail--align-left .promise-rail-intro {
    text-align: left;
  }
  .promise-rail-intro__eyebrow {
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--olive);
    margin-bottom: 8px;
  }
  .promise-rail-intro__heading {
    font-family: var(--display);
    font-size: clamp(26px, 2.4vw, 36px);
    font-weight: 400;
    color: var(--forest-ink);
    margin: 0;
    line-height: 1.15;
  }
  .promise-rail-grid {
    gap: var(--pr-gap, 0);
  }
  .promise-rail--no-dividers .promise-cell {
    border-left: 0 !important;
    border-top: 0 !important;
  }
  .promise-rail--align-center .promise-cell {
    text-align: center;
    align-items: center;
  }
  .promise-rail--align-center .promise-cell .desc {
    margin-left: auto;
    margin-right: auto;
  }
  .promise-rail--align-left .promise-cell {
    text-align: left;
    align-items: flex-start;
  }
  .promise-rail .promise-cell .desc {
    max-width: var(--promise-desc-ch, 30ch);
  }
/* END_SECTION:aurenor_promise_rail */

/* START_SECTION:aurenor_ritual (INDEX:9) */
.ritual--themed {
    background: var(--ritual-bg, transparent);
    color: var(--ritual-fg, inherit);
  }

  .ritual--themed .section-head h2,
  .ritual--themed .section-head .eyebrow {
    color: inherit;
  }

  .ritual--themed .section-head h2 i {
    color: var(--ritual-kicker, var(--olive));
  }

  .ritual-aside {
    color: var(--ritual-body, var(--stone)) !important;
  }

  .ritual-grid--c2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ritual-grid--c3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .ritual-grid--c4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ritual-grid--plain .ritual-step {
    border-top: 0;
    padding-top: 0;
  }

  .ritual-step .n {
    color: var(--ritual-kicker, var(--olive));
    display: block;
    line-height: 1;
    margin: 0;
  }

  .ritual-step-title {
    font-family: var(--display);
    font-size: clamp(28px, 2.4vw, 40px);
    color: var(--ritual-fg, var(--forest-ink));
    line-height: 1.08;
    font-weight: 400;
  }

  .ritual-step-title p {
    margin: 0;
    font: inherit;
    color: inherit;
  }

  .ritual-step-title > * {
    margin: 0;
    font: inherit;
    color: inherit;
    line-height: inherit;
  }

  .ritual-step-title i {
    color: var(--ritual-kicker, var(--olive));
    font-style: italic;
  }

  .ritual-step h4 {
    color: var(--ritual-fg, var(--forest-ink));
    margin: 0;
  }

  .ritual-step-body,
  .ritual-step-body p {
    color: var(--ritual-body, var(--stone));
  }

  .ritual-step {
    border-top-color: var(--ritual-border, rgba(0, 0, 0, 0.12));
    align-items: flex-start;
    justify-content: initial;
    display: grid;
    grid-template-rows: auto auto 1fr;
    align-content: start;
    gap: 12px;
    padding-top: 16px;
  }

  @media (max-width: 980px) {
    .ritual-grid--c4,
    .ritual-grid--c3 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (max-width: 640px) {
    .ritual-grid--c4,
    .ritual-grid--c3,
    .ritual-grid--c2 {
      grid-template-columns: 1fr;
    }
  }
/* END_SECTION:aurenor_ritual */

/* START_SECTION:aurenor_spotlight (INDEX:10) */
.spotlight-form {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 12px;
    margin: 0;
    padding: 0;
    border: 0;
  }

  .spotlight-form .btn {
    cursor: pointer;
  }

  .spotlight-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .spotlight .primary {
    position: relative;
  }

  .spotlight-texture {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--display);
    font-style: italic;
    font-size: 30px;
    color: var(--olive);
  }

  .spotlight-variant-select {
    font: inherit;
    font-size: 14px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(46, 42, 37, 0.2);
    background: var(--paper, #fff);
    color: inherit;
    min-width: 0;
    max-width: min(100%, 220px);
    cursor: pointer;
  }

  .spotlight .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
/* END_SECTION:aurenor_spotlight */

/* START_SECTION:aurenor_story (INDEX:11) */
.story--themed {
    background: var(--story-bg, var(--forest));
    color: var(--story-text, var(--cream));
  }

  .story--themed .story-copy h2,
  .story--themed .story-copy h3 {
    color: inherit;
  }

  .story--themed .story-copy h2 i {
    color: var(--story-accent, var(--olive));
  }

  .story--themed .eyebrow,
  .story--themed .journal-meta,
  .story--themed .read-time {
    color: var(--story-muted, rgba(242, 235, 221, 0.65));
  }

  .story--themed .story-copy p,
  .story--themed .story-body {
    color: var(--story-muted, rgba(242, 235, 221, 0.78));
  }

  .story--themed .journal-quote {
    color: var(--story-text, var(--cream-50));
  }

  .story--themed .story-stats {
    border-top-color: var(--story-border, rgba(242, 235, 221, 0.14));
  }

  .story--themed .story-stat .n {
    color: inherit;
  }

  .story--themed .story-stat .n i {
    color: var(--story-accent, var(--olive));
  }

  .story--themed .story-stat .l {
    color: var(--story-muted, rgba(242, 235, 221, 0.55));
  }

  .story-media .story-cover-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .story-media-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
  }

  .story-media-overlay .cover-tag,
  .story-media-overlay .issue-no,
  .story-media-overlay .tag {
    pointer-events: none;
  }

  .story--copy_only .story-grid {
    grid-template-columns: 1fr;
  }

  .story--stacked .story-grid {
    grid-template-columns: 1fr;
  }

  .story-body.rte p {
    margin: 24px 0;
    max-width: 52ch;
  }

  .story-body.rte p:first-child {
    margin-top: 8px;
  }
/* END_SECTION:aurenor_story */

/* START_SECTION:blog (INDEX:12) */
.journal-page {
    background: var(--journal-bg, var(--cream-50));
    color: var(--forest-ink);
    padding-block: clamp(56px, 8vw, 100px);
  }
  .journal-page__head {
    max-width: 40rem;
    margin: 0 auto clamp(48px, 7vw, 72px);
    text-align: center;
  }
  .journal-page__head .eyebrow {
    justify-content: center;
    margin-bottom: 18px;
  }
  .journal-page__title {
    font-family: var(--display);
    font-size: clamp(40px, 5vw, 64px);
    letter-spacing: -0.03em;
    line-height: 1.02;
    margin: 0;
  }
  .journal-page__intro {
    margin: 22px auto 0;
    font-size: 16px;
    line-height: 1.65;
    color: var(--journal-muted, var(--stone));
  }
  .journal-page__empty {
    text-align: center;
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--journal-muted, var(--stone));
    padding: 56px 0;
  }
  .journal-page__tiles {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: clamp(18px, 2.5vw, 28px);
    align-items: start;
    max-width: var(--max);
    margin: 0 auto;
    padding-inline: var(--pg-pad);
  }
  .journal-page__pagination {
    margin-top: clamp(48px, 7vw, 72px);
    padding-inline: var(--pg-pad);
    text-align: center;
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  .journal-page__pagination a,
  .journal-page__pagination span {
    margin: 0 6px;
    color: var(--forest-ink);
  }
  .journal-page__pagination .current {
    color: var(--olive);
  }

  /* ── Tile base ── */
  .journal-tile {
    grid-column: span 4;
    min-width: 0;
  }
  .journal-tile__link {
    display: block;
    color: inherit;
    text-decoration: none;
  }
  .journal-tile__frame {
    display: flex;
    flex-direction: column;
    background: transparent;
    border: 1px solid var(--journal-border, var(--bone-deep));
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.35s ease, transform 0.35s ease;
  }
  .journal-tile__link:hover .journal-tile__frame,
  .journal-tile__link:focus-visible .journal-tile__frame {
    border-color: var(--olive);
    box-shadow: 0 18px 48px rgba(26, 46, 31, 0.08);
    transform: translateY(-3px);
  }
  .journal-tile__media {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--forest-ink);
    line-height: 0;
  }
  .journal-tile__media .journal-tile__img,
  .journal-tile__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
  }
  .journal-tile__link:hover .journal-tile__img {
    transform: scale(1.05);
  }
  .journal-tile__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(160deg, var(--bone) 0%, var(--bone-deep) 55%, var(--olive-soft) 100%);
  }
  .journal-tile__body {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    padding: clamp(16px, 2vw, 22px);
    gap: 10px;
    background: transparent;
  }
  .journal-tile__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 14px;
    font-family: var(--mono);
    font-size: 9px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--journal-muted, var(--stone));
  }
  .journal-tile__index {
    color: var(--olive);
    font-family: var(--display);
    font-style: italic;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: none;
  }
  .journal-tile__tag {
    padding: 3px 8px;
    border: 1px solid var(--journal-border, var(--bone-deep));
    color: var(--forest);
  }
  .journal-tile__date {
    margin-left: auto;
  }
  .journal-tile__title {
    font-family: var(--display);
    font-size: clamp(22px, 2.1vw, 28px);
    letter-spacing: -0.02em;
    line-height: 1.12;
    margin: 0;
    color: var(--forest-ink);
  }
  .journal-tile__excerpt {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: var(--journal-muted, var(--stone));
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .journal-tile__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    padding-top: 8px;
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--forest);
  }
  .journal-tile__arrow {
    transition: transform 0.25s ease;
  }
  .journal-tile__link:hover .journal-tile__arrow {
    transform: translateX(4px);
  }

  /* ── Featured lead tile ── */
  .journal-tile--featured {
    grid-column: 1 / -1;
  }
  .journal-tile--featured .journal-tile__frame {
    flex-direction: row;
    min-height: 0;
  }
  .journal-tile--featured .journal-tile__media {
    flex: 1.1;
    aspect-ratio: 4 / 3;
    min-height: 280px;
  }
  .journal-tile--featured .journal-tile__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgba(26, 46, 31, 0.15) 0%, transparent 55%);
    pointer-events: none;
  }
  .journal-tile--featured .journal-tile__body {
    flex: 0 0 auto;
    justify-content: center;
    padding: clamp(28px, 4vw, 48px);
    border-left: 1px solid var(--journal-border, var(--bone-deep));
    background: transparent;
  }
  .journal-tile--featured .journal-tile__title {
    font-size: clamp(30px, 3.5vw, 46px);
  }
  .journal-tile--featured .journal-tile__excerpt {
    -webkit-line-clamp: 4;
    font-size: 15px;
    max-width: 42ch;
  }
  .journal-tile--featured .journal-tile__date {
    margin-left: 0;
  }

  /* ── Compact (related on article page) ── */
  .journal-tile--compact {
    grid-column: span 1;
  }
  .journal-tile--compact .journal-tile__frame {
    border: none;
    background: transparent;
  }
  .journal-tile--compact .journal-tile__link:hover .journal-tile__frame {
    transform: none;
    box-shadow: none;
  }
  .journal-tile--compact .journal-tile__media {
    aspect-ratio: 16 / 10;
    border-radius: 2px;
    border: 1px solid var(--journal-border, var(--bone-deep));
  }
  .journal-tile--compact .journal-tile__body {
    padding: 14px 0 0;
  }
  .journal-tile--compact .journal-tile__title {
    font-size: 20px;
  }

  @media (max-width: 1100px) {
    .journal-tile {
      grid-column: span 6;
    }
    .journal-tile--featured .journal-tile__frame {
      flex-direction: column;
      min-height: 0;
    }
    .journal-tile--featured .journal-tile__media {
      aspect-ratio: 16 / 10;
      min-height: 0;
    }
    .journal-tile--featured .journal-tile__body {
      border-left: none;
      border-top: 1px solid var(--journal-border, var(--bone-deep));
    }
  }
  @media (max-width: 640px) {
    .journal-page__tiles {
      grid-template-columns: 1fr;
    }
    .journal-tile,
    .journal-tile--featured {
      grid-column: 1 / -1;
    }
  }
/* END_SECTION:blog */

/* START_SECTION:cart (INDEX:13) */
.cart-page {
    padding-top: clamp(48px, 6vw, 88px);
    padding-bottom: clamp(64px, 9vw, 120px);
    background: var(--cart-page-bg, var(--cream));
    color: var(--forest-ink);
  }

  .cart-page__head {
    margin-bottom: clamp(28px, 4vw, 48px);
    border-bottom: 1px solid var(--cart-page-border, rgba(0, 0, 0, 0.1));
    padding-bottom: clamp(20px, 3vw, 32px);
  }

  .cart-page__head .eyebrow {
    margin-bottom: 10px;
  }

  .cart-page__title {
    font-family: var(--display);
    font-size: clamp(40px, 5vw, 72px);
    letter-spacing: -0.02em;
    line-height: 1.05;
    margin: 0;
    color: inherit;
  }

  .cart-page__empty {
    text-align: center;
    padding: clamp(48px, 8vw, 100px) 20px;
    max-width: 42ch;
    margin: 0 auto;
  }

  .cart-page__empty-title {
    font-family: var(--display);
    font-size: clamp(26px, 3vw, 36px);
    margin: 0 0 12px;
  }

  .cart-page__empty-body {
    color: var(--cart-page-muted, var(--stone));
    line-height: 1.6;
    margin: 0 0 28px;
  }

  .cart-page__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
    gap: clamp(32px, 5vw, 64px);
    align-items: start;
  }

  .cart-page__list {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .cart-page__line {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: clamp(16px, 2vw, 24px);
    padding: clamp(20px, 2.5vw, 28px) 0;
    border-bottom: 1px solid var(--cart-page-border, rgba(0, 0, 0, 0.08));
  }

  .cart-page__line:first-child {
    padding-top: 0;
  }

  .cart-page__media {
    display: block;
    aspect-ratio: 4 / 5;
    background: var(--cart-page-card, var(--bone));
    overflow: hidden;
    border-radius: 4px;
  }

  .cart-page__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .cart-page__media-ph {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--cart-page-card, var(--bone));
  }

  .cart-page__detail {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
  }

  .cart-page__detail-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
  }

  .cart-page__vendor {
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--cart-page-muted, var(--olive));
    margin: 0 0 6px;
  }

  .cart-page__product-title {
    font-family: var(--display);
    font-size: clamp(20px, 2vw, 26px);
    line-height: 1.15;
    margin: 0;
    letter-spacing: -0.01em;
  }

  .cart-page__product-title a {
    color: inherit;
    text-decoration: none;
  }

  .cart-page__product-title a:hover {
    color: var(--olive);
  }

  .cart-page__variant,
  .cart-page__plan {
    margin: 6px 0 0;
    font-size: 13px;
    color: var(--cart-page-muted, var(--stone));
  }

  .cart-page__line-price {
    text-align: right;
    flex-shrink: 0;
  }

  .cart-page__price {
    font-family: var(--mono);
    font-size: 13px;
    letter-spacing: 0.06em;
    display: block;
  }

  .cart-page__price--was {
    text-decoration: line-through;
    opacity: 0.55;
    font-size: 12px;
    margin-bottom: 4px;
  }

  .cart-page__discounts {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    color: var(--olive);
  }

  .cart-page__controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 20px;
    margin-top: auto;
  }

  .cart-page__qty {
    display: inline-flex;
    border: 1px solid var(--cart-page-border, var(--bone-deep));
    border-radius: 999px;
    overflow: hidden;
    background: var(--cart-page-card, var(--cream-50));
  }

  .cart-page__qty input {
    width: 56px;
    border: 0;
    text-align: center;
    font: inherit;
    font-size: 14px;
    font-variant-numeric: tabular-nums;
    padding: 10px 8px;
    background: transparent;
    color: inherit;
    -moz-appearance: textfield;
  }

  .cart-page__qty input::-webkit-outer-spin-button,
  .cart-page__qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .cart-page__remove {
    font-size: 11px;
  }

  .cart-page__note {
    margin-top: clamp(28px, 4vw, 40px);
    padding-top: 28px;
    border-top: 1px solid var(--cart-page-border, rgba(0, 0, 0, 0.08));
  }

  .cart-page__note label {
    display: block;
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: var(--cart-page-muted, var(--stone));
  }

  .cart-page__note textarea {
    width: 100%;
    max-width: 52ch;
    min-height: 88px;
    padding: 14px 16px;
    border: 1px solid var(--cart-page-border, rgba(0, 0, 0, 0.12));
    border-radius: 8px;
    font: inherit;
    font-size: 14px;
    line-height: 1.5;
    resize: vertical;
    background: var(--cart-page-card, var(--cream-50));
  }

  .cart-page__aside {
    position: sticky;
    top: calc(var(--header-height, 72px) + 24px);
  }

  .cart-page__summary {
    padding: clamp(22px, 3vw, 28px);
    background: var(--cart-page-card, var(--cream-50));
    border: 1px solid var(--cart-page-border, rgba(0, 0, 0, 0.08));
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .cart-page__cart-discounts {
    list-style: none;
    margin: 0;
    padding: 0 0 12px;
    border-bottom: 1px solid var(--cart-page-border, rgba(0, 0, 0, 0.08));
    font-size: 13px;
    color: var(--olive);
  }

  .cart-page__cart-discounts li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 6px;
  }

  .cart-page__row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .cart-page__row span:last-child {
    font-family: var(--display);
    font-size: clamp(22px, 2.4vw, 28px);
    letter-spacing: -0.02em;
    text-transform: none;
  }

  .cart-page__row--total {
    margin-top: 6px;
    padding-top: 16px;
    border-top: 1px solid var(--cart-page-border, rgba(0, 0, 0, 0.12));
    align-items: center;
  }

  .cart-page__row--total span:first-child {
    font-size: 12px;
    letter-spacing: 0.12em;
  }

  .cart-page__row--total span:last-child {
    font-size: clamp(26px, 2.8vw, 32px);
  }

  .cart-page__tax-note,
  .cart-page__ship-note {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    color: var(--cart-page-muted, var(--stone));
  }

  .cart-page__checkout {
    width: 100%;
    justify-content: center;
    margin-top: 8px;
    cursor: pointer;
  }

  .cart-page__checkout-hint {
    margin: 0;
    font-size: 11px;
    line-height: 1.45;
    color: var(--cart-page-muted, var(--stone));
    text-align: center;
  }

  .cart-page__update {
    width: 100%;
    justify-content: center;
    cursor: pointer;
  }

  .cart-page__continue {
    align-self: center;
    margin-top: 4px;
  }

  .cart-page .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  @media (max-width: 900px) {
    .cart-page__layout {
      grid-template-columns: 1fr;
    }
    .cart-page__aside {
      position: static;
    }
  }

  @media (max-width: 540px) {
    .cart-page__line {
      grid-template-columns: 88px minmax(0, 1fr);
    }
  }
/* END_SECTION:cart */

/* START_SECTION:collection (INDEX:14) */
.collection-page {
    padding-bottom: clamp(48px, 8vw, 96px);
    background: var(--cp-bg, transparent);
  }

  .collection-page__head {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: clamp(20px, 3vw, 32px);
    margin-bottom: clamp(36px, 4vw, 56px);
  }

  .collection-page__title {
    font-family: var(--display);
    font-size: clamp(36px, 5vw, 72px);
    letter-spacing: -0.02em;
    line-height: 1.05;
    margin: 0 0 12px;
    padding-bottom: 0.08em;
  }

  .collection-page__eyebrow {
    margin: 0 0 14px;
  }

  .collection-page__desc {
    max-width: 62ch;
    font-size: 15px;
    line-height: 1.6;
    color: var(--cp-muted, var(--stone));
  }

  .collection-page__desc a {
    color: var(--olive);
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .collection-page__desc ul,
  .collection-page__desc ol {
    margin: 0.75em 0;
    padding-left: 1.25em;
  }

  .collection-page__desc li {
    margin: 0.35em 0;
  }

  .collection-page__desc p:first-child {
    margin-top: 0;
  }

  .collection-page__desc p:last-child {
    margin-bottom: 0;
  }

  .mono-caps {
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--cp-muted, var(--olive));
    margin: 0;
    text-align: right;
    white-space: nowrap;
  }

  .collection-page__empty {
    text-align: center;
    padding: clamp(48px, 10vw, 100px) 20px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    background: var(--bone);
  }

  .collection-page__empty-title {
    font-family: var(--display);
    font-size: clamp(22px, 2.5vw, 30px);
    margin: 0 0 24px;
  }

  .collection-page__pagination {
    margin-top: clamp(40px, 5vw, 64px);
  }

  .collection-page__pagination-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 3vw, 28px);
    flex-wrap: wrap;
  }

  .collection-page__page-status {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--cp-muted, var(--stone));
  }

  .collection-page__page-spacer {
    min-width: 120px;
    visibility: hidden;
  }

  @media (max-width: 720px) {
    .collection-page__head {
      grid-template-columns: 1fr;
    }

    .mono-caps {
      text-align: left;
    }

    .collection-page__page-spacer {
      display: none;
    }
  }
/* END_SECTION:collection */

/* START_SECTION:collections (INDEX:15) */
.collections {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(var(--collection-card-size), 100%), 1fr));
    gap: var(--grid-gap);
  }
  .collections--compact {
    --collection-card-size: 160px;
  }
  .collections--full {
    --collection-card-size: 280px;
  }
  .collection-card {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
/* END_SECTION:collections */

/* START_SECTION:custom-section (INDEX:16) */
.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:footer (INDEX:20) */
#shopify-section-{{ section.id }} .footer h5 {
    font-size: var(--footer-heading-size, 11px);
  }
  #shopify-section-{{ section.id }} .footer a,
  #shopify-section-{{ section.id }} .footer p {
    font-size: var(--footer-body-size, 13.5px);
  }
  #shopify-section-{{ section.id }} .footer-logo {
    width: auto;
    max-width: min(100%, 240px);
    height: auto;
    max-height: var(--footer-logo-max-h, 48px);
    object-fit: contain;
    margin-bottom: 8px;
  }
  #shopify-section-{{ section.id }} .footer-social {
    display: flex;
    gap: 16px;
    margin-top: 20px;
    flex-wrap: wrap;
  }
  #shopify-section-{{ section.id }} .footer-social a {
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }
  #shopify-section-{{ section.id }} .footer-col-empty span {
    color: rgba(242, 235, 221, 0.4);
    font-size: 12px;
    font-style: italic;
  }
  #shopify-section-{{ section.id }} .footer-richtext p {
    margin-top: 12px;
    color: rgba(242, 235, 221, 0.6);
    line-height: 1.55;
  }
  #shopify-section-{{ section.id }} .footer-newsletter-form {
    display: flex;
    gap: 8px;
    margin-top: 16px;
    flex-wrap: wrap;
  }
  #shopify-section-{{ section.id }} .footer-newsletter-form input[type='email'] {
    flex: 1 1 160px;
    min-width: 0;
    padding: 10px 12px;
    border: 1px solid rgba(242, 235, 221, 0.25);
    background: transparent;
    color: inherit;
    font-family: var(--mono);
    font-size: 11px;
  }
  #shopify-section-{{ section.id }} .footer-newsletter-btn {
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 10px 16px;
    background: var(--footer-nl-btn-bg, var(--olive));
    color: var(--footer-nl-btn-fg, var(--cream-50));
    border: none;
    cursor: pointer;
  }
  #shopify-section-{{ section.id }} .footer-newsletter-note,
  #shopify-section-{{ section.id }} .footer-newsletter-success {
    margin-top: 10px;
    color: rgba(242, 235, 221, 0.55);
    font-size: 11px;
  }
  #shopify-section-{{ section.id }} .footer-bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 24px 40px;
  }
  #shopify-section-{{ section.id }} .footer-bottom:has(.footer-lang) {
    grid-template-columns: minmax(0, 1fr) auto auto;
  }
  #shopify-section-{{ section.id }} .footer-bottom__copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    min-width: 0;
    justify-self: start;
  }
  #shopify-section-{{ section.id }} .footer-bottom__legal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35em 0.5em;
  }
  #shopify-section-{{ section.id }} .footer-extra-copy,
  #shopify-section-{{ section.id }} .footer-powered {
    color: rgba(242, 235, 221, 0.55);
  }
  #shopify-section-{{ section.id }} .footer-bottom__links {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: flex-end;
    justify-self: end;
    text-align: right;
  }
  #shopify-section-{{ section.id }} .footer-lang {
    position: relative;
    margin-left: auto;
  }
  #shopify-section-{{ section.id }} .footer-lang__trigger {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    list-style: none;
    cursor: pointer;
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(242, 235, 221, 0.78);
    padding: 6px 10px;
    border: 1px solid rgba(242, 235, 221, 0.2);
    border-radius: 4px;
    background: transparent;
  }
  #shopify-section-{{ section.id }} .footer-lang__trigger::-webkit-details-marker {
    display: none;
  }
  #shopify-section-{{ section.id }} .footer-lang[open] .footer-lang__chevron {
    transform: rotate(180deg);
  }
  #shopify-section-{{ section.id }} .footer-lang__chevron {
    transition: transform 0.2s ease;
  }
  #shopify-section-{{ section.id }} .footer-lang__panel {
    position: absolute;
    right: 0;
    bottom: calc(100% + 8px);
    min-width: 140px;
    background: var(--forest);
    border: 1px solid rgba(242, 235, 221, 0.15);
    border-radius: 4px;
    padding: 6px 0;
    z-index: 5;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  }
  #shopify-section-{{ section.id }} .footer-lang__list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #shopify-section-{{ section.id }} .footer-lang__option {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 8px 14px;
    border: none;
    background: transparent;
    color: rgba(242, 235, 221, 0.85);
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: pointer;
    text-align: left;
  }
  #shopify-section-{{ section.id }} .footer-lang__option:hover {
    background: rgba(242, 235, 221, 0.08);
    color: var(--cream-50);
  }
  #shopify-section-{{ section.id }} .footer-lang__code {
    opacity: 0.65;
  }
  #shopify-section-{{ section.id }} .footer ul.footer-payment {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
  }
  #shopify-section-{{ section.id }} .footer-payment {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    opacity: 0.88;
    max-width: 100%;
  }
  #shopify-section-{{ section.id }} .footer-payment__item {
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
    align-items: center;
    margin: 0;
  }
  #shopify-section-{{ section.id }} .footer-payment__icon,
  #shopify-section-{{ section.id }} .footer-payment__icon svg {
    display: block;
    height: 30px;
    width: auto;
    max-height: 30px;
  }
  #shopify-section-{{ section.id }} .footer-payment__icon--custom svg {
    height: 30px;
    width: auto;
    max-height: 30px;
  }
  #shopify-section-{{ section.id }} .footer-payment__icon--custom {
    color: rgba(242, 235, 221, 0.9);
    line-height: 0;
  }
  #shopify-section-{{ section.id }} .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  @media (max-width: 768px) {
    #shopify-section-{{ section.id }} .footer-bottom,
    #shopify-section-{{ section.id }} .footer-bottom:has(.footer-lang) {
      grid-template-columns: 1fr;
      align-items: start;
    }
    #shopify-section-{{ section.id }} .footer-lang {
      margin-left: 0;
      justify-self: start;
    }
    #shopify-section-{{ section.id }} .footer-bottom__links {
      justify-content: flex-start;
      justify-self: start;
      text-align: left;
    }
    #shopify-section-{{ section.id }} .footer ul.footer-payment,
    #shopify-section-{{ section.id }} .footer-payment {
      flex-wrap: wrap;
    }
  }
/* END_SECTION:footer */

/* START_SECTION:hello-world (INDEX:22) */
.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:password (INDEX:24) */
.password-layout {
    margin: 0;
    min-height: 100svh;
  }
  .password-gate {
    position: relative;
    min-height: var(--pw-min-height, 100vh);
    min-height: var(--pw-min-height, 100svh);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: var(--pw-text, var(--cream-50));
  }
  .password-gate__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
  }
  .password-gate__bg-gradient {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg, #031f1a 0%, #0a3d32 38%, #1a5c48 62%, #2d6b52 100%);
  }
  .password-gate__bg-solid,
  .password-gate__bg-fallback {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .password-gate__bg-fallback {
    z-index: 0;
  }
  .password-gate__bg-img-wrap {
    position: absolute;
    inset: 0;
    z-index: 1;
  }
  .password-gate__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: var(--pw-focal, center);
    opacity: calc(1 - var(--pw-overlay, 0.35));
  }
  .password-gate__scrim {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: rgba(2, 20, 16, var(--pw-extra-dark, 0.2));
    pointer-events: none;
  }
  .password-gate__inner {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: clamp(32px, 6vw, 64px) var(--pg-pad, clamp(20px, 4vw, 48px));
    text-align: center;
  }
  .password-gate--align-left .password-gate__inner {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
    max-width: 640px;
  }
  .password-gate__logo {
    display: inline-block;
    margin-bottom: clamp(28px, 4vw, 40px);
    color: inherit;
  }
  .password-gate__logo-img {
    width: auto;
    height: var(--pw-logo-h, 52px);
    object-fit: contain;
    margin-inline: auto;
  }
  .password-gate--align-left .password-gate__logo-img {
    margin-inline: 0;
  }
  .password-gate__wordmark {
    font-family: var(--display);
    font-size: clamp(28px, 4vw, 40px);
    letter-spacing: -0.02em;
  }
  .password-gate__wordmark sup {
    font-size: 0.45em;
    vertical-align: super;
    opacity: 0.7;
  }
  .password-gate__eyebrow {
    justify-content: center;
    color: var(--pw-muted, rgba(242, 235, 221, 0.65));
  }
  .password-gate--align-left .password-gate__eyebrow {
    justify-content: flex-start;
  }
  .password-gate__eyebrow::before {
    background: var(--pw-accent, var(--olive));
  }
  .password-gate__title {
    font-family: var(--display);
    font-size: clamp(44px, 8vw, 88px);
    line-height: 0.95;
    letter-spacing: -0.03em;
    margin: 16px 0 0;
    color: var(--pw-text, var(--cream-50));
  }
  .password-gate__title i {
    font-style: italic;
    color: var(--pw-accent, var(--olive));
  }
  .password-gate__sub {
    margin: 20px auto 0;
    max-width: 40ch;
    font-size: 15px;
    line-height: 1.6;
    color: var(--pw-muted, rgba(242, 235, 221, 0.72));
  }
  .password-gate__sub p {
    margin: 0 0 0.85em;
  }
  .password-gate__sub p:last-child {
    margin-bottom: 0;
  }
  .password-gate--align-left .password-gate__sub {
    margin-left: 0;
    margin-right: 0;
  }
  .password-gate__shop-message {
    margin-top: 16px;
    font-size: 14px;
    color: var(--pw-muted, rgba(242, 235, 221, 0.65));
  }
  .password-gate__countdown {
    margin: clamp(32px, 5vw, 48px) auto 0;
    max-width: 420px;
  }
  .password-gate--align-left .password-gate__countdown {
    margin-left: 0;
    margin-right: 0;
  }
  .password-gate__countdown-label {
    font-family: var(--mono);
    font-size: 9px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--pw-muted, rgba(242, 235, 221, 0.55));
    margin: 0 0 14px;
  }
  .password-gate__countdown-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
  .password-gate__countdown-unit {
    padding: 14px 8px;
    border: 1px solid var(--pw-card-border, rgba(242, 235, 221, 0.18));
    background: var(--pw-card-bg, rgba(2, 20, 16, 0.35));
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }
  .password-gate__countdown-num {
    display: block;
    font-family: var(--display);
    font-size: clamp(28px, 5vw, 40px);
    letter-spacing: -0.02em;
    line-height: 1;
  }
  .password-gate__countdown-cap {
    display: block;
    margin-top: 6px;
    font-family: var(--mono);
    font-size: 8px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--pw-muted, rgba(242, 235, 221, 0.5));
  }
  .password-gate__countdown-done {
    margin-top: 12px;
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--pw-accent, var(--olive));
  }
  .password-gate__highlights {
    list-style: none;
    margin: clamp(32px, 5vw, 44px) auto 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
    max-width: 560px;
  }
  .password-gate--align-left .password-gate__highlights {
    margin-left: 0;
  }
  .password-gate__highlight {
    padding: 16px 14px;
    border: 1px solid var(--pw-card-border, rgba(242, 235, 221, 0.15));
    background: var(--pw-card-bg, rgba(2, 20, 16, 0.28));
    text-align: left;
  }
  .password-gate__highlight-num {
    font-family: var(--mono);
    font-size: 9px;
    letter-spacing: 0.18em;
    color: var(--pw-accent, var(--olive));
    display: block;
  }
  .password-gate__highlight-label {
    display: block;
    margin-top: 8px;
    font-family: var(--display);
    font-size: 18px;
    letter-spacing: -0.02em;
  }
  .password-gate__highlight-desc {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.45;
    color: var(--pw-muted, rgba(242, 235, 221, 0.6));
  }
  .password-gate__panels {
    margin-top: clamp(36px, 5vw, 52px);
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .password-gate__panel {
    padding: clamp(20px, 3vw, 28px);
    border: 1px solid var(--pw-card-border, rgba(242, 235, 221, 0.16));
    background: var(--pw-card-bg, rgba(2, 20, 16, 0.42));
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    text-align: left;
  }
  .password-gate__panel-title {
    font-family: var(--mono);
    font-size: 9px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--pw-muted, rgba(242, 235, 221, 0.55));
    margin: 0 0 14px;
  }
  .password-gate__field-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: stretch;
  }
  .password-gate__field-row input[type='email'],
  .password-gate__field-row input[type='password'] {
    flex: 1 1 180px;
    min-width: 0;
    padding: 14px 16px;
    border: 1px solid var(--pw-card-border, rgba(242, 235, 221, 0.22));
    background: rgba(242, 235, 221, 0.06);
    color: var(--pw-text, var(--cream-50));
    font-size: 14px;
    outline: none;
  }
  .password-gate__field-row input::placeholder {
    color: rgba(242, 235, 221, 0.4);
  }
  .password-gate__field-row input:focus {
    border-color: var(--pw-accent, var(--olive));
  }
  .password-gate__field-row .btn {
    flex-shrink: 0;
    align-self: stretch;
  }
  .password-gate__enter-btn {
    border-color: rgba(242, 235, 221, 0.35);
    color: var(--pw-text, var(--cream-50));
  }
  .password-gate__enter-btn:hover {
    background: rgba(242, 235, 221, 0.1);
    border-color: var(--pw-accent, var(--olive));
  }
  .password-gate__thanks {
    font-family: var(--display);
    font-size: 20px;
    color: var(--pw-accent, var(--olive));
    margin: 0;
  }
  .password-gate__form-errors {
    margin-bottom: 12px;
    font-size: 13px;
    color: #f5c4c4;
  }
  .password-gate__social {
    list-style: none;
    margin: clamp(28px, 4vw, 40px) 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 24px;
  }
  .password-gate--align-left .password-gate__social {
    justify-content: flex-start;
  }
  .password-gate__social-link {
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--pw-muted, rgba(242, 235, 221, 0.65));
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .password-gate__social-link:hover {
    color: var(--pw-accent, var(--olive));
  }
  .password-gate__footnote {
    margin-top: clamp(28px, 4vw, 36px);
    font-family: var(--mono);
    font-size: 9px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--pw-muted, rgba(242, 235, 221, 0.45));
  }
  .password-gate .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  @media (max-width: 560px) {
    .password-gate__countdown-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .password-gate__field-row .btn {
      width: 100%;
    }
  }
/* END_SECTION:password */

/* START_SECTION:product (INDEX:25) */
.pdp .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .pdp {
    padding-bottom: clamp(56px, 10vw, 120px);
    background: var(--pdp-bg, transparent);
  }

  .pdp__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: clamp(32px, 5vw, 80px);
    align-items: start;
  }

  .pdp__gallery {
    position: sticky;
    top: calc(var(--header-height, 72px) + 20px);
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .pdp__main {
    border-radius: 10px;
    overflow: hidden;
    background: var(--bone);
    border: 1px solid var(--pdp-border, rgba(0, 0, 0, 0.08));
    aspect-ratio: 4 / 5;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pdp__main--placeholder {
    padding: 32px;
    text-align: center;
  }

  .pdp__main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .pdp__main-embed {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pdp__main .pdp__iframe,
  .pdp__main .pdp__native-video {
    width: 100%;
    max-height: 100%;
  }

  .pdp__placeholder-label {
    font-family: var(--display);
    font-size: clamp(22px, 3vw, 32px);
    color: var(--pdp-muted, var(--stone));
  }

  .pdp__thumbs {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .pdp__thumb {
    width: 76px;
    height: 95px;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    background: var(--cream-50);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
  }

  .pdp__thumb:hover {
    border-color: var(--pdp-border, rgba(0, 0, 0, 0.15));
  }

  .pdp__thumb.is-active {
    border-color: var(--olive);
    box-shadow: 0 0 0 1px var(--olive);
  }

  .pdp__thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
  }

  .pdp__media-extra {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--pdp-border, rgba(0, 0, 0, 0.08));
    margin-top: 8px;
  }

  .pdp__media-extra .pdp__iframe,
  .pdp__media-extra .pdp__native-video {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 9;
    min-height: 180px;
  }

  .pdp__vendor {
    margin: 0 0 12px;
  }

  .pdp__title {
    font-family: var(--display);
    font-size: clamp(32px, 4vw, 52px);
    letter-spacing: -0.02em;
    line-height: 1.08;
    margin: 0 0 16px;
  }

  .pdp__price-row {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--pdp-border, rgba(0, 0, 0, 0.08));
  }

  .pdp__price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 12px 16px;
    font-family: var(--mono);
    font-size: 13px;
    letter-spacing: 0.08em;
  }

  .pdp__compare {
    color: var(--pdp-muted, var(--stone));
    font-size: 14px;
    text-decoration: line-through;
    text-decoration-thickness: 1px;
  }

  .pdp__current {
    font-family: var(--display);
    font-size: clamp(24px, 2.5vw, 34px);
    letter-spacing: -0.02em;
  }

  .pdp__description--lead {
    font-size: 15px;
    line-height: 1.65;
    color: var(--forest-ink);
    margin: 0 0 28px;
    max-width: 52ch;
  }

  .pdp__description--lead a {
    color: var(--olive);
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .pdp__description--lead ul,
  .pdp__description--lead ol {
    margin: 0.75em 0;
    padding-left: 1.25em;
  }

  .pdp__description--lead p:first-child {
    margin-top: 0;
  }

  .pdp__description--lead p:last-child {
    margin-bottom: 0;
  }

  .pdp__option-pickers {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-bottom: 8px;
  }

  .pdp__fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    min-width: 0;
  }

  .pdp__option-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 4px;
  }

  .pdp__option-card {
    position: relative;
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid var(--pdp-border, rgba(0, 0, 0, 0.14));
    background: var(--cream-50);
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    min-width: 0;
  }

  .pdp__option-card:hover:not(.is-disabled) {
    border-color: var(--forest);
  }

  .pdp__option-card.is-selected {
    border-color: var(--olive);
    box-shadow: 0 0 0 1px var(--olive);
    background: rgba(119, 121, 27, 0.06);
  }

  .pdp__option-card.is-disabled {
    opacity: 0.45;
    cursor: not-allowed;
  }

  .pdp__option-card-inner {
    display: block;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 500;
  }

  .pdp__option-card-value {
    word-break: break-word;
  }

  .pdp__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 8px;
  }

  .pdp__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .pdp__label {
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--pdp-muted, var(--stone));
  }

  .pdp__qty input {
    width: 100px;
    padding: 12px 14px;
    border: 1px solid var(--pdp-border, rgba(0, 0, 0, 0.12));
    border-radius: 999px;
    font: inherit;
    font-size: 15px;
    text-align: center;
    background: var(--cream-50);
  }

  .pdp__actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 4px;
  }

  .pdp__submit {
    width: 100%;
    justify-content: center;
    cursor: pointer;
  }

  .pdp__dynamic-checkout {
    width: 100%;
  }

  .pdp__dynamic-checkout .shopify-payment-button__button--unbranded,
  .pdp__dynamic-checkout shopify-accelerated-checkout-cart {
    --shopify-accelerated-checkout-button-border-radius: 0;
  }

  .pdp__dynamic-checkout .shopify-payment-button__button--unbranded {
    background: var(--forest) !important;
    color: var(--cream) !important;
    border: 1px solid var(--forest) !important;
    font-family: var(--mono) !important;
    font-size: 11px !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    min-height: 48px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .pdp__dynamic-checkout .shopify-payment-button__button--unbranded:hover {
    background: var(--forest-soft) !important;
    border-color: var(--forest-soft) !important;
  }

  @media (max-width: 900px) {
    .pdp__grid {
      grid-template-columns: 1fr;
    }

    .pdp__gallery {
      position: static;
    }
  }
/* END_SECTION:product */

/* START_SECTION:search (INDEX:26) */
body.template-search {
    min-height: 100svh;
    min-height: 100dvh;
  }

  body.template-search > .shopify-section:has(.search-page) {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .search-page {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    box-sizing: border-box;
    padding: clamp(32px, 6vw, 72px) var(--pg-pad, clamp(20px, 4vw, 56px));
    background: var(--search-bg, var(--cream));
  }

  .search-page.section {
    padding-top: clamp(32px, 6vw, 72px);
    padding-bottom: clamp(32px, 6vw, 72px);
  }
  .search-page__head {
    text-align: center;
    max-width: 42rem;
    margin: 0 auto clamp(32px, 5vw, 48px);
  }
  .search-page__head .eyebrow {
    justify-content: center;
  }
  .search-page__title {
    font-family: var(--display);
    font-size: clamp(40px, 6vw, 64px);
    letter-spacing: -0.03em;
    color: var(--forest-ink);
    margin: 12px 0 0;
  }
  .search-page__intro {
    margin: 16px 0 0;
    color: var(--search-muted, var(--stone));
    font-size: 15px;
    line-height: 1.55;
  }
  .search-page__form {
    width: 100%;
    max-width: min(56rem, 100%);
    margin: 0 auto clamp(40px, 6vw, 56px);
  }

  .search-page__form-inner {
    width: 100%;
  }
  .search-page__field {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 6px 6px 6px 16px;
    border: 1px solid var(--search-border, var(--bone-deep));
    background: var(--cream-50);
    border-radius: 999px;
  }
  .search-page__field svg {
    color: var(--stone);
    flex-shrink: 0;
  }
  .search-page__field input {
    flex: 1;
    min-width: 0;
    border: none;
    background: transparent;
    font-family: var(--display);
    font-size: clamp(18px, 2.5vw, 24px);
    color: var(--forest-ink);
    padding: 10px 0;
    outline: none;
  }
  .search-page__field .btn {
    border-radius: 999px;
    flex-shrink: 0;
  }
  .search-page__count {
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--search-muted, var(--stone));
    text-align: center;
    margin: 0 0 28px;
  }
  .search-page__grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(var(--search-cols), 1fr);
    gap: clamp(24px, 3vw, 40px) clamp(20px, 2.5vw, 32px);
  }
  .search-page__results,
  .search-page__empty,
  .search-page__prompt {
    flex: 1 1 auto;
    width: 100%;
  }

  .search-page__empty,
  .search-page__prompt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 36rem;
    margin: 0 auto;
    color: var(--search-muted, var(--stone));
    min-height: min(40vh, 24rem);
  }
  .search-page__empty-title {
    font-family: var(--display);
    font-size: 28px;
    color: var(--forest-ink);
    margin: 0 0 12px;
  }
  .search-page__empty .btn {
    margin-top: 24px;
  }
  .search-page__pagination {
    margin-top: 48px;
    text-align: center;
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  .search-page__pagination a,
  .search-page__pagination span {
    margin: 0 8px;
    color: var(--forest);
  }
  .search-page__pagination .current {
    color: var(--olive);
  }
  .search-page .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .search-product__media {
    display: block;
    aspect-ratio: 4/5;
    background: var(--bone);
    overflow: hidden;
    margin-bottom: 14px;
  }
  .search-product__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }
  .search-product__media:hover img {
    transform: scale(1.04);
  }
  .search-product__ph {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--bone-deep);
  }
  .search-product__type,
  .search-content-card__type {
    font-family: var(--mono);
    font-size: 9px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--search-muted, var(--stone));
    margin: 0 0 6px;
  }
  .search-product__title,
  .search-content-card__title {
    font-family: var(--display);
    font-size: 22px;
    letter-spacing: -0.02em;
    margin: 0;
    line-height: 1.15;
  }
  .search-product__title a,
  .search-content-card__title a {
    color: var(--forest-ink);
  }
  .search-product__price {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.1em;
    margin: 8px 0 0;
    color: var(--forest);
  }
  .search-content-card__media {
    display: block;
    aspect-ratio: 16/10;
    overflow: hidden;
    margin-bottom: 14px;
    background: var(--bone);
  }
  .search-content-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .search-content-card__excerpt {
    margin: 10px 0 0;
    font-size: 13px;
    line-height: 1.5;
    color: var(--search-muted, var(--stone));
  }
  @media (max-width: 980px) {
    .search-page__grid {
      --search-cols: 2;
    }
  }
  @media (max-width: 560px) {
    .search-page {
      padding-inline: max(var(--pg-pad, 20px), env(safe-area-inset-left), env(safe-area-inset-right));
    }

    .search-page__grid {
      --search-cols: 1;
    }

    .search-page__field {
      flex-wrap: wrap;
      border-radius: 20px;
      padding: 12px;
    }

    .search-page__field .btn {
      width: 100%;
    }

    .search-page__head,
    .search-page__form {
      width: 100%;
    }
  }
/* END_SECTION:search */

/* CSS from block stylesheet tags */
/* START_BLOCK:group (INDEX:27) */
.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:28) */
.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:59) */
.image {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
  }

  .image > img {
    width: 100%;
    height: auto;
  }
/* END_SNIPPET:image */

/* START_SNIPPET:mobile-menu (INDEX:62) */
.mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 115;
    pointer-events: none;
  }
  .mobile-menu.is-open {
    pointer-events: auto;
  }
  .mobile-menu__overlay {
    position: absolute;
    inset: 0;
    border: none;
    padding: 0;
    margin: 0;
    background: rgba(2, 20, 16, 0.55);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    opacity: 0;
    cursor: pointer;
    transition: opacity 0.4s ease;
  }
  .mobile-menu.is-open .mobile-menu__overlay {
    opacity: 1;
  }
  .mobile-menu__panel {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    background: var(--forest-ink, #1a2e1f);
    color: var(--cream-50, #f2ebdd);
    padding: max(16px, env(safe-area-inset-top)) var(--pg-pad) max(24px, env(safe-area-inset-bottom));
    transform: translate3d(0, 100%, 0);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
  }
  .mobile-menu.is-open .mobile-menu__panel {
    transform: translate3d(0, 0, 0);
  }
  .mobile-menu__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    margin-bottom: clamp(24px, 5vw, 40px);
  }
  .mobile-menu__eyebrow {
    color: rgba(242, 235, 221, 0.55);
    margin: 0;
  }
  .mobile-menu__eyebrow::before {
    background: currentColor;
  }
  .mobile-menu__close {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(242, 235, 221, 0.2);
    border-radius: 50%;
    background: transparent;
    color: var(--cream-50);
    cursor: pointer;
    padding: 0;
    transition: border-color 0.2s ease, background 0.2s ease;
  }
  .mobile-menu__close:hover {
    border-color: var(--olive);
    background: rgba(242, 235, 221, 0.06);
  }
  .mobile-menu__close-icon {
    position: relative;
    width: 18px;
    height: 18px;
  }
  .mobile-menu__close-icon::before,
  .mobile-menu__close-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform-origin: center;
  }
  .mobile-menu__close-icon::before {
    transform: translateY(-50%) rotate(45deg);
  }
  .mobile-menu__close-icon::after {
    transform: translateY(-50%) rotate(-45deg);
  }
  .mobile-menu__nav {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-right: 4px;
  }
  .mobile-menu__lang-bar {
    flex-shrink: 0;
    margin-top: auto;
    padding: clamp(28px, 8vw, 56px) 0 clamp(20px, 4vw, 28px);
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .mobile-menu__lang-bar-label {
    font-family: var(--mono);
    font-size: 9px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(242, 235, 221, 0.45);
  }
  .mobile-menu__lang-bar-form {
    width: 100%;
    margin: 0;
  }
  .mobile-menu__lang-track {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 0;
    width: min(100%, 12rem);
    border: 1px solid rgba(242, 235, 221, 0.14);
    border-radius: 4px;
    overflow: hidden;
  }
  .mobile-menu__lang-btn {
    padding: 14px 18px;
    border: none;
    border-right: 1px solid rgba(242, 235, 221, 0.1);
    border-radius: 0;
    background: transparent;
    color: rgba(242, 235, 221, 0.65);
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.14em;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
  }
  .mobile-menu__lang-track .mobile-menu__lang-btn:last-child {
    border-right: none;
  }
  .mobile-menu__lang-btn.is-active {
    background: var(--cream-50);
    color: var(--forest-ink);
  }
  .mobile-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .mobile-menu__item {
    border-bottom: 1px solid rgba(242, 235, 221, 0.1);
  }
  .mobile-menu__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: clamp(18px, 3.5vw, 26px) 0;
    color: var(--cream-50);
    text-decoration: none;
    transition: color 0.2s ease, padding-left 0.25s ease;
  }
  .mobile-menu__link:hover,
  .mobile-menu__link:focus-visible {
    color: var(--olive-soft, #c4d4a8);
    padding-left: 6px;
  }
  .mobile-menu__link-text {
    font-family: var(--display);
    font-size: clamp(32px, 7vw, 48px);
    letter-spacing: -0.03em;
    line-height: 1.05;
  }
  .mobile-menu__link-arrow {
    font-family: var(--mono);
    font-size: 14px;
    opacity: 0.5;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }
  .mobile-menu__link:hover .mobile-menu__link-arrow {
    transform: translateX(4px);
    opacity: 1;
  }
  .mobile-menu__sublist {
    list-style: none;
    margin: 0 0 12px;
    padding: 0 0 8px 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .mobile-menu__sublink {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(242, 235, 221, 0.65);
    text-decoration: none;
  }
  .mobile-menu__sublink:hover {
    color: var(--cream-50);
  }
  .mobile-menu__foot {
    flex-shrink: 0;
    padding-top: clamp(20px, 4vw, 28px);
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-top: 1px solid rgba(242, 235, 221, 0.1);
    margin-top: 8px;
  }
  .mobile-menu__utility-icon-wrap {
    position: relative;
    display: inline-flex;
  }
  .mobile-menu__actions {
    display: grid;
    grid-template-columns: repeat(var(--action-cols, 3), minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(242, 235, 221, 0.14);
    border-radius: 4px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.12);
  }
  .mobile-menu__actions > .mobile-menu__utility,
  .mobile-menu__actions > button.mobile-menu__utility {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 88px;
    padding: 16px 10px;
    margin: 0;
    border: none;
    border-right: 1px solid rgba(242, 235, 221, 0.1);
    border-radius: 0;
    background: transparent;
    color: var(--cream-50);
    font-family: var(--mono);
    font-size: 9px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
  }
  .mobile-menu__actions > *:last-child {
    border-right: none;
  }
  .mobile-menu__actions > .mobile-menu__utility:hover,
  .mobile-menu__actions > button.mobile-menu__utility:hover {
    background: rgba(242, 235, 221, 0.08);
    color: var(--olive-soft, #c4d4a8);
  }
  .mobile-menu__actions svg {
    flex-shrink: 0;
    opacity: 0.9;
  }
  .mobile-menu__cart-count {
    position: absolute;
    top: -4px;
    right: -8px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 999px;
    background: var(--olive);
    color: var(--forest-ink);
    font-size: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-menu__actions .mobile-menu__utility {
    position: relative;
  }
  .mobile-menu__actions .mobile-menu__utility svg {
    display: block;
  }
  .mobile-menu__cta {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  body.mobile-menu-open {
    overflow: hidden;
  }
  @media (prefers-reduced-motion: reduce) {
    .mobile-menu__panel {
      transition: none;
    }
    .mobile-menu__overlay {
      transition: none;
    }
  }
/* END_SNIPPET:mobile-menu */

/* START_SNIPPET:search-drawer (INDEX:64) */
.search-drawer {
    position: fixed;
    inset: 0;
    z-index: 110;
    pointer-events: none;
  }
  .search-drawer.is-open {
    pointer-events: auto;
  }
  .search-drawer__overlay {
    position: absolute;
    inset: 0;
    background: rgba(2, 31, 26, 0.48);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    opacity: 0;
    transition: opacity 0.35s ease;
  }
  .search-drawer.is-open .search-drawer__overlay {
    opacity: 1;
  }
  .search-drawer__panel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: var(--cream);
    border-bottom: 1px solid var(--bone-deep);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
    padding: clamp(20px, 4vw, 36px) var(--pg-pad) clamp(28px, 5vw, 40px);
    transform: translateY(-100%);
    transition: transform 0.45s cubic-bezier(0.6, 0.05, 0.3, 1);
    max-width: 100%;
  }
  .search-drawer.is-open .search-drawer__panel {
    transform: translateY(0);
  }
  .search-drawer__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    max-width: var(--max);
    margin: 0 auto 20px;
  }
  .search-drawer__head .eyebrow {
    margin: 0;
  }
  .search-drawer__close {
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--forest);
    padding: 8px 0;
    flex-shrink: 0;
  }
  .search-drawer__close:hover {
    color: var(--olive);
  }
  .search-drawer__form {
    max-width: var(--max);
    margin: 0 auto;
  }
  .search-drawer__field {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 4px 4px 4px 18px;
    border: 1px solid var(--bone-deep);
    background: var(--cream-50);
    border-radius: 999px;
  }
  .search-drawer__field svg {
    color: var(--stone);
    flex-shrink: 0;
  }
  .search-drawer__field input[type='search'] {
    flex: 1;
    min-width: 0;
    border: none;
    background: transparent;
    font-family: var(--display);
    font-size: clamp(22px, 3vw, 32px);
    color: var(--forest-ink);
    letter-spacing: -0.02em;
    padding: 12px 0;
    outline: none;
  }
  .search-drawer__field input[type='search']::placeholder {
    color: rgba(26, 46, 31, 0.35);
  }
  .search-drawer__field input[type='search']::-webkit-search-cancel-button {
    -webkit-appearance: none;
  }
  .search-drawer__submit {
    flex-shrink: 0;
    border-radius: 999px;
    padding: 14px 22px;
    white-space: nowrap;
  }
  .search-drawer__hint {
    max-width: var(--max);
    margin: 14px auto 0;
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--stone);
    text-align: center;
  }
  .search-drawer .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  body.search-drawer-open {
    overflow: hidden;
  }
/* END_SNIPPET:search-drawer */