/** Shopify CDN: Minification failed

Line 7:12 Expected identifier but found whitespace
Line 7:13 Unexpected "6px"

**/
    padding: 6px 14px;
    transition: color 0.3s ease;
  }
  .cos-tribute__legals summary::-webkit-details-marker { display: none; }
  .cos-tribute__legals summary::after {
    content: ' +';
    margin-left: 4px;
    color: rgba(184, 171, 110, 0.4);
  }
  .cos-tribute__legals[open] summary::after { content: ' \2013'; }
  .cos-tribute__legals summary:hover { color: rgba(212, 175, 55, 0.7); }
  .cos-tribute__legals-body {
    max-width: 720px;
    margin: 16px auto 0;
    font-family: 'Bodoni Moda', 'Cormorant Garamond', Garamond, serif;
    font-size: 11px;
    line-height: 1.7;
    color: rgba(184, 171, 110, 0.55);
  }
  .cos-tribute__legals-body p {
    margin: 0 0 10px;
  }
  .cos-tribute__legals-fine {
    font-size: 10px !important;
    line-height: 1.6 !important;
    color: rgba(184, 171, 110, 0.4) !important;
    letter-spacing: 0.02em;
  }

  /* ---- CTA BUTTON (used inline in sections) ---- */
  .cos-cta {
    display: inline-block;
    padding: 14px 36px;
    background: transparent;
    color: #C0C0C0;
    border: 1px solid rgba(192,192,192,0.3);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    text-decoration: none;
    transition: all 0.5s ease;
  }

  .cos-cta:hover {
    background: rgba(192,192,192,0.08);
    border-color: #C0C0C0;
  }

  .cos-cta-wrap {
    text-align: center;
    margin-top: 40px;
  }

  /* ---- EMAIL CAPTURE ---- */
  .cos-email {
    padding: 100px 24px;
    text-align: center;
  }

  .cos-email__title {
    font-family: 'Cinzel Decorative', serif !important;
    font-size: 1.8em;
    font-weight: 700;
    margin: 0 0 12px;
    background: linear-gradient(90deg, #7A7A7A 0%, #C0C0C0 15%, #EFEFEF 30%, #C0C0C0 45%, #8A8A8A 55%, #E0E0E0 65%, #C0C0C0 80%, #7A7A7A 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: cos-shimmer 8s ease-in-out infinite;
  }

  .cos-email__text {
    font-family: 'Bodoni Moda', 'Bodoni 72', 'Didot', 'Cormorant Garamond', Garamond, serif;
    color: #B8B0A0;
    font-size: 1em;
    margin: 0 0 30px;
  }

  .cos-email__form {
    display: flex;
    gap: 0;
    max-width: 420px;
    margin: 0 auto;
  }

  .cos-email__input {
    flex: 1;
    padding: 14px 20px;
    background: transparent;
    border: 1px solid rgba(192, 192, 192, 0.2);
    border-right: none;
    color: #D0C8B8;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    outline: none;
  }

  .cos-email__input::placeholder { color: #998A6E; }

  .cos-email__btn {
    padding: 14px 28px;
    background: transparent;
    color: #C0C0C0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    border: 1px solid rgba(192, 192, 192, 0.2);
    cursor: pointer;
    transition: all 0.5s ease;
  }

  .cos-email__btn:hover {
    background: rgba(192, 192, 192, 0.08);
    border-color: rgba(192, 192, 192, 0.5);
  }

  /* ---- LORE BREAK ---- */
  .cos-lore {
    padding: 80px 24px;
    text-align: center;
  }

  .cos-lore__text {
    font-family: 'Bodoni Moda', 'Bodoni 72', 'Didot', 'Cormorant Garamond', Garamond, serif;
    font-size: 1.35em;
    line-height: 1.8;
    color: #D8CFB8;
    max-width: 820px;
    margin: 0 auto 1em;
  }

  .cos-lore__text--quote {
    color: #E0D8C0;
    font-size: 1.5em;
  }

  /* ---- ARCHIVE LINK ---- */
  .cos-archive {
    text-align: center;
    padding: 60px 24px 100px;
  }

  .cos-archive__link {
    display: inline-block;
    padding: 16px 48px;
    background: transparent;
    color: #C0C0C0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    text-decoration: none;
    border: 1px solid rgba(192, 192, 192, 0.3);
    transition: all 0.5s ease;
  }

  .cos-archive__link:hover {
    background: rgba(192, 192, 192, 0.08);
    border-color: #C0C0C0;
  }

  /* ---- BRAND MARKS (page-level treatment) ---- */
  .cos-landing .brand-mark--rule {
    color: rgba(192, 192, 192, 0.32);
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
  }

  /* ---- THREE WORLDS NAVIGATOR ---- */
  .cos-worlds {
    padding: 80px 24px 100px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
  }
  .cos-worlds__header { margin-bottom: 48px; }
  .cos-worlds__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .cos-worlds__card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #1A1A1A;
    border: 1px solid rgba(192,192,192,0.12);
    border-radius: 4px;
    overflow: hidden;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
                border-color 0.45s ease,
                box-shadow 0.45s ease;
  }
  .cos-worlds__card:hover {
    transform: translateY(-6px);
    border-color: rgba(212,175,55,0.45);
    box-shadow: 0 24px 60px rgba(0,0,0,0.5);
  }
  .cos-worlds__hero {
    position: relative;
    aspect-ratio: 4 / 3;
    display: block;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
  }
  .cos-worlds__media { position: absolute; inset: 0; }
  .cos-worlds__media img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0.6;
    transition: opacity 0.45s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .cos-worlds__card:hover .cos-worlds__media img {
    opacity: 0.85;
    transform: scale(1.04);
  }
  .cos-worlds__overlay {
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.85) 100%);
    z-index: 1;
  }
  .cos-worlds__body {
    position: absolute; left: 0; right: 0; bottom: 0;
    padding: 22px 22px 22px;
    text-align: center;
    z-index: 2;
  }
  .cos-worlds__name {
    font-family: 'Cinzel Decorative', serif !important;
    font-size: 1.6em;
    margin: 0 0 8px;
    line-height: 1.15;
    background: linear-gradient(90deg, #7A7A7A 0%, #C0C0C0 15%, #EFEFEF 30%, #C0C0C0 45%, #8A8A8A 55%, #E0E0E0 65%, #C0C0C0 80%, #7A7A7A 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: cos-shimmer 8s ease-in-out infinite;
  }
  .cos-worlds__sub {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(192,192,192,0.65);
    margin: 0;
  }
  .cos-worlds__cats {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgba(192,192,192,0.12);
  }
  .cos-worlds__cats li { border-bottom: 1px solid rgba(192,192,192,0.08); }
  .cos-worlds__cats li:last-child { border-bottom: none; }
  .cos-worlds__cats a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 22px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(208, 200, 184, 0.85);
    text-decoration: none;
    transition: background-color 0.25s ease, color 0.25s ease, padding-left 0.25s ease;
  }
  .cos-worlds__cats a::after {
    content: "\2192";
    color: #D4AF37;
    font-size: 14px;
    opacity: 0.7;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }
  .cos-worlds__cats a:hover {
    background: rgba(212,175,55,0.06);
    color: #FFFFFF;
    padding-left: 28px;
  }
  .cos-worlds__cats a:hover::after {
    transform: translateX(4px);
    opacity: 1;
  }
  .cos-worlds__cats-count {
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    letter-spacing: 0.18em;
    color: rgba(192,192,192,0.45);
    margin-left: 8px;
  }

  /* ---- RESPONSIVE ---- */
  @media only screen and (max-width: 768px) {
    .cos-hero { min-height: 50vh; }
    .cos-hero__title { font-size: 2.2em; }
    .cos-section { padding: 60px 20px; }
    .cos-grid--2, .cos-grid--3 { grid-template-columns: 1fr; }
    .cos-section__title { font-size: 1.6em; }
    .cos-hero__logo { max-width: 250px; }
    .cos-feature { grid-template-columns: 1fr; gap: 32px; }
    .cos-metals { columns: 1; }
    .cos-tribute { padding: 70px 20px; }
    .cos-worlds { padding: 50px 16px 60px; }
    .cos-worlds__grid { grid-template-columns: 1fr; gap: 20px; }
    .cos-worlds__hero { aspect-ratio: 16 / 10; }
  }

  /* ============ CINEMATIC EFFECTS ============ */

  /* #1 — Scroll fade-up reveal (only applied when JS adds .cos-reveal-ready) */
  .cos-reveal-ready .cos-section,
  .cos-reveal-ready .cos-lore,
  .cos-reveal-ready .cos-tribute,
  .cos-reveal-ready .cos-email,
  .cos-reveal-ready .cos-archive {
    opacity: 0;
    transform: translateY(36px);
    transition: opacity 1.1s cubic-bezier(0.22, 1, 0.36, 1),
                transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
  }
  .cos-reveal-ready .cos-section.is-visible,
  .cos-reveal-ready .cos-lore.is-visible,
  .cos-reveal-ready .cos-tribute.is-visible,
  .cos-reveal-ready .cos-email.is-visible,
  .cos-reveal-ready .cos-archive.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  /* #2 — Hero parallax (driven by JS via CSS variable) */
  .cos-hero__bg {
    transform: translate3d(0, var(--cos-hero-shift, 0px), 0) scale(1.08);
    will-change: transform;
  }

  /* #3 — Slow zoom + gold border glow on product card hover */
  .cos-card__image img {
    transition: transform 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
  }
  .cos-card:hover .cos-card__image img {
    transform: scale(1.06);
  }
  .cos-card__image {
    transition: border-color 0.6s ease, box-shadow 0.6s ease;
  }
  .cos-card:hover .cos-card__image {
    border-color: rgba(212, 175, 55, 0.35);
    box-shadow: 0 0 32px rgba(212, 175, 55, 0.12);
  }

  /* #4 — Pulsing glow + gentle breath on the tribute wax seal (more dramatic) */
  @keyframes cos-seal-glow {
    0%, 100% {
      filter: drop-shadow(0 0 22px rgba(212, 175, 55, 0.35));
    }
    50% {
      filter: drop-shadow(0 0 60px rgba(212, 175, 55, 0.75));
    }
  }
  @keyframes cos-seal-breath {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.06); }
  }
  .cos-tribute__seal {
    display: inline-block;
    animation: cos-seal-glow 4s ease-in-out infinite,
               cos-seal-breath 5s ease-in-out infinite;
    will-change: filter, transform;
  }

  /* #5 — Hero entrance: dramatic page-load reveal */
  @keyframes cos-hero-rise {
    from { opacity: 0; transform: translateY(40px); filter: blur(8px); }
    to { opacity: 1; transform: translateY(0); filter: blur(0); }
  }
  .cos-hero__logo,
  .cos-hero__title,
  .cos-hero__subtitle {
    animation: cos-hero-rise 1.6s cubic-bezier(0.22, 1, 0.36, 1) both;
  }
  .cos-hero__title { animation-delay: 0.2s; }
  .cos-hero__subtitle { animation-delay: 0.45s; }

  /* #6 — Subtle whole-page fade-in on first render */
  @keyframes cos-page-fade {
    from { opacity: 0; }
    to { opacity: 1; }
  }
  .cos-landing {
    animation: cos-page-fade 0.9s ease-out both;
  }


  /* Respect users who request reduced motion */
  @media (prefers-reduced-motion: reduce) {
    .cos-reveal-ready .cos-section,
    .cos-reveal-ready .cos-lore,
    .cos-reveal-ready .cos-tribute,
    .cos-reveal-ready .cos-email,
    .cos-reveal-ready .cos-archive {
      opacity: 1 !important;
      transform: none !important;
      transition: none !important;
    }
    .cos-hero__bg { transform: scale(1.05) !important; }
    .cos-card__image img { transition: none !important; }
    .cos-tribute__seal { animation: none !important; }
    .cos-hero__logo,
    .cos-hero__title,
    .cos-hero__subtitle { animation: none !important; }
  }
