/** Shopify CDN: Minification failed

Line 482:25 Expected identifier but found whitespace
Line 482:26 Unexpected "1fr"

**/
/* ============================================
   ARSENAL LANDING — Atelier Modernista
   Brand system: cobalt, cream, linen, gold
   Red as content (not chrome)
   ============================================ */

.arsenal-landing {
  background: #fdf6e3;
  color: #1c1c1c;
  font-family: 'Jost', 'Helvetica Neue', Arial, sans-serif;
  margin: 0;
  padding: 0;
  align-items: center;
}


.arsenal-landing * {
  box-sizing: border-box;
  align-items: center;
}


/* ---------- Announcement bar ---------- */
.arsenal-announce {
  background: #C8102E;
  color: #fdf6e3;
  text-align: center;
  padding: 12px 16px;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 400;
}

/* ---------- Hero ---------- */
.arsenal-hero {
  padding: 96px 56px 64px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 48px;
}

.arsenal-kicker {
  font-family: 'Jost', sans-serif;
  font-size: 30px;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: #C8102E;
  margin-bottom: 32px;
  font-weight: 500;
}

.arsenal-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 24px;
  line-height: 1.05 !important;
  font-weight: 600;
  color: #C8102E;
  font-style: italic;
  margin: 0 auto 36px;
  max-width: 680px;
  letter-spacing: -0.005em;
  align-items: center;
}

/* Defeat the global .page-width p line-height rule */
.arsenal-landing p.arsenal-lead {
  font-family: 'Jost', sans-serif;
  font-size: 24px;
  line-height: 1.75 !important;
  color: #0047AB;
  max-width: 680px;
  margin: 0 auto;
  font-weight: 400;
}

/* ---------- Products ---------- */
/* Inner link wrappers (cards are now divs to allow forms inside) */
.arsenal-featured-link,
.arsenal-product-link {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: transform 0.3s ease;
}
.arsenal-featured-link:hover,
.arsenal-product-link:hover {
  transform: translateY(-3px);
}
.arsenal-featured-link:hover .arsenal-featured-image img,
.arsenal-product-link:hover .arsenal-product-image img {
  transform: scale(1.03);
}

/* Add to cart button */
.arsenal-add-form {
  margin: 0;
}
.arsenal-add-to-cart {
  display: inline-block;
  width: 100%;
  background: transparent;
  color: #0047AB;
  padding: 12px 20px;
  font-family: 'Jost', 'Helvetica Neue', Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  text-align: center;
  border: 1px solid #0047AB;
  cursor: pointer;
  margin-top: 18px;
  box-sizing: border-box;
  transition: background 0.25s ease, color 0.25s ease;
}
.arsenal-add-to-cart:hover {
  background: #0047AB;
  color: #fdf6e3;
}
.arsenal-add-to-cart[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.arsenal-add-to-cart[disabled]:hover {
  background: transparent;
  color: #0047AB;
}
.arsenal-featured-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1180px;
  margin: 0 auto 64px;
}
.arsenal-featured-card {
  text-decoration: none;
  color: inherit;
  display: block;
}
.arsenal-featured-image {
  aspect-ratio: 4 / 5;
  background: #f7f0e6;
  overflow: hidden;
  margin-bottom: 22px;
}
.arsenal-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.arsenal-featured-info { text-align: center; }
.arsenal-featured-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 28px;
  color: #0047AB;
  margin-bottom: 6px;
}
.arsenal-featured-designer {
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #6a6a6a;
  margin-bottom: 8px;
}
.arsenal-featured-price {
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  color: #3a3a3a;
}
@media (max-width: 749px) {
  .arsenal-featured-pair {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.arsenal-products {
  padding: 24px 56px 80px;
}

.arsenal-section-eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #0047AB;
  text-align: center;
  margin-bottom: 36px;
  font-weight: 500;
}

.arsenal-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 28px;
  max-width: 1180px;
  margin: 0 auto;
}

.arsenal-product-card {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: transform 0.3s ease;
}

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

.arsenal-product-image {
  aspect-ratio: 1 / 1;
  background: #f7f0e6;
  overflow: hidden;
  margin-bottom: 14px;
  position: relative;
}

.arsenal-product-image img {
  width: 60%;
  height: 60%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.arsenal-product-card:hover .arsenal-product-image img {
  transform: scale(1.04);
}

.arsenal-product-placeholder {
  background: #f7f0e6;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60%;
  height: 60%;
}

.arsenal-product-placeholder span {
  font-family: 'Jost', sans-serif;
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #0047AB;
  opacity: 0.45;
}

.arsenal-product-info {
  text-align: center;
}

.arsenal-product-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 19px;
  color: #0047AB;
  margin-bottom: 4px;
  font-weight: 400;
  line-height: 1.3;
}

.arsenal-product-designer {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #6a6a6a;
  margin-bottom: 6px;
}

.arsenal-product-price {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: #3a3a3a;
}

/* ---------- Code reveal ---------- */
.arsenal-code {
  background: #0047AB;
  color: #fdf6e3;
  padding: 80px 56px;
  text-align: center;
}

.arsenal-code-eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: 20px;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: #f4c400;
  margin-bottom: 24px;
  font-weight: 500;
}

.arsenal-code-code {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 82px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fdf6e3;
  margin-bottom: 12px;
  line-height: 1 !important;
}

.arsenal-code-discount {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 34px;
  font-style: italic;
  color: #f4c400;
  margin-bottom: 44px;
  line-height: 1.3 !important;
}

.arsenal-code-cta {
  display: inline-block;
  background: #fdf6e3;
  color: #C8102E;
  padding: 18px 44px;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.25s ease, color 0.25s ease;
  border: 1px solid #fdf6e3;
}

.arsenal-code-cta:hover {
  background: #f4c400;
  color: #0047AB;
  border-color: #f4c400;
}

.arsenal-validity {
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  color: rgba(253, 246, 227, 0.6);
  margin-top: 28px;
  letter-spacing: 0.06em;
}

/* ---------- Personal note ---------- */
.arsenal-note {
  background: #f7f0e6;
  padding: 88px 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.arsenal-note-eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: 24px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #C8102E;
  margin-bottom: 20px;
  font-weight: 500;
  text-align: center;
}

.arsenal-note-quote {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 28px;
  line-height: 1.4 !important;
  color: #0047AB;
  font-style: italic;
  margin: 0 0 22px;
  font-weight: 400;
  padding: 0;
  border: none;
  quotes: none;
  text-align: center;
}

/* Defeat the global .page-width p line-height rule */
.arsenal-landing p.arsenal-note-body {
  font-family: 'Jost', sans-serif;
  font-size: 20px;
  line-height: 1.8 !important;
  color: #3a3a3a;
  margin: 0;
  text-align: center;
}

.arsenal-note-signoff {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 20px;
  font-style: italic;
  color: #0047AB;
  margin-top: 26px;
}

.arsenal-note-image {
  aspect-ratio: 4 / 5;
  background: #C8102E;
  position: relative;
  overflow: hidden;
}

.arsenal-note-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.arsenal-note-image-placeholder {
  position: absolute;
  inset: 0;
}

.arsenal-note-ring-outer,
.arsenal-note-ring-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  aspect-ratio: 1;
}

.arsenal-note-ring-outer {
  width: 58%;
  transform: translate(-50%, -50%);
  border: 2px solid #fdf6e3;
}

.arsenal-note-ring-inner {
  width: 32%;
  transform: translate(-50%, -50%);
  border: 2px solid #f4c400;
}

/* ---------- Closing ---------- */
.arsenal-close {
  padding: 76px 56px;
  text-align: center;
  border-top: 1px solid rgba(0, 71, 171, 0.12);
}

.arsenal-close-tagline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 32px;
  font-style: italic;
  color: #0047AB;
  margin-bottom: 12px;
  line-height: 1.3 !important;
}

.arsenal-close-url {
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #0047AB;
}

/* ---------- Tablet ---------- */
@media (max-width: 990px) {
  .arsenal-hero { padding: 72px 32px 48px; }
  .arsenal-headline { font-size: 46px; max-width: 480px; }
  .arsenal-products { padding: 16px 32px 64px; }
  .arsenal-code { padding: 64px 32px; }
  .arsenal-code-code { font-size: 64px; }
  .grid-template-columns: 1fr
}

/* ---------- Mobile ---------- */
@media (max-width: 749px) {
  .arsenal-announce {
    font-size: 11px;
    letter-spacing: 0.16em;
    padding: 10px 12px;
  }
  .arsenal-hero { padding: 56px 24px 40px; }
  .arsenal-kicker { font-size: 10px; letter-spacing: 0.36em; margin-bottom: 24px; }
  .arsenal-headline { font-size: 36px; margin-bottom: 28px; }
  .arsenal-landing p.arsenal-lead { font-size: 15px; }
  .arsenal-products { padding: 8px 24px 56px; }
  .arsenal-section-eyebrow { margin-bottom: 28px; }
  .arsenal-products-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .arsenal-product-title { font-size: 16px; }
  .arsenal-code { padding: 56px 24px; }
  .arsenal-code-code { font-size: 48px; letter-spacing: 0.03em; }
  .arsenal-code-discount { font-size: 19px; margin-bottom: 32px; }
  .arsenal-code-cta { padding: 16px 32px; font-size: 11px; letter-spacing: 0.28em; }
  .arsenal-note {
    grid-template-columns: 1fr;
    padding: 56px 24px;
    gap: 32px;
  }
  .arsenal-note-image {
    order: -1;
    max-width: 280px;
    margin: 0 auto;
    width: 100%;
  }
  .arsenal-note-quote { font-size: 22px; }
  .arsenal-close { padding: 48px 24px; }
  .arsenal-close-tagline { font-size: 24px; }
}