:root {
  --ink: #101828;
  --muted: #667085;
  --line: #e6e9ef;
  --paper: #ffffff;
  --wash: #f5f7fa;
  --navy: #0a1f4f;
  --royal: #123d91;
  --red: #d71920;
  --yellow: #f7d046;
  --success: #14804a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #d9dde4; }
body { margin: 0; color: var(--ink); background: #d9dde4; font-family: "DM Sans", Arial, sans-serif; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }

.mobile-shell {
  width: min(100%, 560px);
  min-height: 100vh;
  margin: 0 auto;
  overflow: clip;
  background: var(--paper);
  box-shadow: 0 0 45px rgb(10 31 79 / 17%);
}

.event-ribbon {
  display: flex;
  min-height: 31px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px 14px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(100deg, var(--navy) 0 48%, var(--red) 48% 100%);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .09em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

.site-header {
  display: flex;
  position: sticky;
  z-index: 15;
  top: 0;
  height: 64px;
  align-items: center;
  justify-content: space-between;
  padding: 0 19px;
  border-bottom: 1px solid #e8ebef;
  background: rgb(255 255 255 / 96%);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; }
.brand img { width: 153px; height: auto; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.header-actions > span { color: var(--navy); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.cart-button {
  width: 31px;
  height: 31px;
  padding: 0;
  border: 0;
  color: var(--ink);
  background: transparent;
  pointer-events: none;
}
.cart-button svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.65; }

.hero-slideshow { position: relative; border-bottom: 1px solid #e8ebef; background: #eef1f5; }
.slideshow-track { position: relative; aspect-ratio: 2.28 / 1; overflow: hidden; }
.slide { position: absolute; inset: 0; opacity: 0; transition: opacity .45s ease; }
.slide.active { z-index: 1; opacity: 1; }
.slide img { width: 100%; height: 100%; object-fit: cover; }
.slideshow-dots { display: flex; position: absolute; z-index: 2; bottom: 10px; left: 50%; gap: 6px; transform: translateX(-50%); }
.dot { width: 6px; height: 6px; padding: 0; border: 0; border-radius: 999px; background: rgb(255 255 255 / 55%); transition: width .2s ease, background .2s ease; }
.dot.active { width: 21px; background: #fff; }

.event-card {
  position: relative;
  margin: 15px 15px 11px;
  padding: 25px 20px 19px;
  overflow: hidden;
  border-radius: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 95% 5%, rgb(247 208 70 / 38%), transparent 33%),
    linear-gradient(130deg, #0a1f4f 0%, #123d91 58%, #d71920 150%);
  box-shadow: 0 16px 33px rgb(10 31 79 / 19%);
}
.event-card::before,
.event-card::after { position: absolute; border-radius: 999px; content: ""; pointer-events: none; }
.event-card::before { width: 190px; height: 190px; top: -128px; right: -55px; border: 1px solid rgb(255 255 255 / 22%); box-shadow: 0 0 0 18px rgb(255 255 255 / 4%), 0 0 0 45px rgb(255 255 255 / 3%); }
.event-card::after { width: 150px; height: 150px; right: -98px; bottom: -85px; background: rgb(247 208 70 / 14%); }
.event-card > * { position: relative; z-index: 1; }
.event-eyebrow { margin: 0 0 7px; color: var(--yellow); font-size: 10px; font-weight: 900; letter-spacing: .11em; }
.event-card h1 { margin: 0; font-family: Montserrat, sans-serif; font-size: clamp(23px, 7vw, 33px); font-weight: 900; letter-spacing: -.05em; line-height: 1.02; }
.event-description { max-width: 300px; margin: 9px 0 18px; color: rgb(255 255 255 / 80%); font-size: 13px; line-height: 1.45; }
.promo-countdown { display: flex; align-items: stretch; justify-content: flex-start; gap: 9px; }
.promo-cd-item { display: grid; min-width: 66px; padding: 8px 8px 7px; border: 1px solid rgb(255 255 255 / 20%); border-radius: 12px; background: rgb(255 255 255 / 11%); text-align: center; }
.promo-cd-item strong { font-family: Montserrat, sans-serif; font-size: 24px; font-weight: 900; letter-spacing: -.04em; line-height: 1; }
.promo-cd-item span { margin-top: 5px; color: rgb(255 255 255 / 65%); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.promo-cd-sep { align-self: center; color: var(--yellow); font-size: 20px; font-weight: 900; }
.event-perks { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 17px; }
.event-perks span { padding: 5px 9px; border-radius: 999px; color: #fff; background: rgb(255 255 255 / 13%); font-size: 10px; font-weight: 700; }

.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 0 15px 23px; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: 0 8px 21px rgb(16 24 40 / 5%); }
.trust-strip span { min-width: 0; padding: 11px 5px; color: #475467; font-size: 9px; font-weight: 700; line-height: 1.2; text-align: center; }
.trust-strip span + span { border-left: 1px solid var(--line); }
.trust-strip i { color: var(--success); font-size: 11px; font-style: normal; font-weight: 900; }

.brand-tabs { display: flex; gap: 8px; padding: 0 15px 17px; overflow-x: auto; scrollbar-width: none; }
.brand-tabs::-webkit-scrollbar { display: none; }
.brand-tabs button { flex: 0 0 auto; min-height: 36px; padding: 0 14px; border: 1px solid #d6dce6; border-radius: 999px; color: #344054; background: #fff; font-size: 11px; font-weight: 800; letter-spacing: .01em; transition: .2s ease; }
.brand-tabs button.is-active { border-color: var(--navy); color: #fff; background: var(--navy); box-shadow: 0 6px 13px rgb(10 31 79 / 18%); }

.collection { padding: 15px 15px 31px; border-top: 1px solid #eef0f3; background: linear-gradient(180deg, #f9fafc 0, #fff 22%); }
.collection-heading { margin-bottom: 18px; text-align: center; }
.collection-heading p { margin: 0 0 6px; color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.collection-heading h2 { margin: 0; font-family: Montserrat, sans-serif; font-size: 25px; letter-spacing: -.055em; line-height: 1.1; }
.collection-heading span { display: block; margin-top: 7px; color: var(--muted); font-size: 12px; }
.product-grid { display: grid; grid-template-columns: 1fr; gap: 15px; }
.brand-divider { display: flex; align-items: center; justify-content: space-between; grid-column: 1 / -1; padding: 13px 0 2px; border-bottom: 1px solid var(--line); }
.brand-divider p { margin: 0; color: var(--navy); font-family: Montserrat, sans-serif; font-size: 17px; font-weight: 900; letter-spacing: -.04em; }
.brand-divider span { color: var(--muted); font-size: 10px; font-weight: 700; }

.product-card { position: relative; overflow: hidden; border: 1px solid #e9ebef; border-radius: 24px; background: #fff; box-shadow: 0 12px 30px rgb(16 24 40 / 7%); }
.product-card.is-sold-out { opacity: .66; }
.product-badges { display: flex; position: absolute; z-index: 3; top: 13px; left: 13px; gap: 6px; }
.product-badges span { padding: 6px 8px; border-radius: 999px; font-size: 9px; font-weight: 900; letter-spacing: .045em; text-transform: uppercase; }
.new-badge { color: #fff; background: var(--navy); }
.sale-badge { color: #a41d24; background: #fce3e4; }
.wish-button { display: none; }
.product-image { display: grid; height: min(83vw, 408px); place-items: center; overflow: hidden; background: linear-gradient(140deg, #f7f8f9, #eff1f4); }
.product-image::after { width: 53%; height: 4%; margin-top: 67%; border-radius: 50%; background: rgb(16 24 40 / 9%); content: ""; filter: blur(9px); }
.product-image img { position: absolute; z-index: 1; width: 88%; height: 88%; object-fit: contain; transform: translateY(var(--product-shift-y, 0)) scale(var(--product-scale, 1)); transition: transform .35s ease; }
.product-card:active .product-image img { transform: translateY(var(--product-shift-y, 0)) scale(calc(var(--product-scale, 1) * 1.02)); }
.product-copy { padding: 17px 17px 16px; }
.product-brand { display: block; margin-bottom: 6px; color: #697586; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.product-copy h3 { min-height: 40px; margin: 0; color: #111827; font-family: Montserrat, sans-serif; font-size: 18px; font-weight: 800; letter-spacing: -.05em; line-height: 1.12; }
.price-row { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; }
.price-row strong { color: var(--red); font-family: Montserrat, sans-serif; font-size: 23px; font-weight: 900; letter-spacing: -.055em; }
.price-row s { margin-left: 8px; color: #89919d; font-size: 13px; font-weight: 700; text-decoration-thickness: 1px; }
.order-button { width: 100%; min-height: 51px; margin-top: 16px; border: 0; border-radius: 14px; color: #fff; background: linear-gradient(90deg, var(--navy), #123d91); box-shadow: 0 9px 19px rgb(10 31 79 / 18%); font-family: Montserrat, sans-serif; font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.order-button:disabled { color: #737b86; background: #e7e9ed; box-shadow: none; }

.service-note { margin: 0 15px 25px; padding: 19px; border-radius: 19px; color: #344054; background: #f3f5f8; text-align: center; }
.service-note strong { color: var(--navy); font-family: Montserrat, sans-serif; font-size: 14px; }
.service-note p { margin: 8px 0 0; font-size: 12px; line-height: 1.55; }
.site-footer { padding: 30px 20px 35px; border-top: 1px solid var(--line); color: #667085; background: #fff; text-align: center; }
.site-footer img { width: 145px; height: auto; margin: 0 auto; opacity: .9; }
.site-footer p { margin: 13px 0 5px; color: #344054; font-size: 12px; font-weight: 700; }
.site-footer small { font-size: 10px; }

.order-dialog { width: min(100%, 530px); max-height: min(94dvh, 860px); margin: auto; padding: 0; border: 0; border-radius: 26px 26px 0 0; background: #fff; box-shadow: 0 25px 70px rgb(16 24 40 / 30%); }
.order-dialog::backdrop { background: rgb(16 24 40 / 67%); backdrop-filter: blur(3px); }
.order-form { position: relative; padding: 22px 18px max(24px, env(safe-area-inset-bottom)); overflow-y: auto; }
.dialog-close { display: grid; position: absolute; z-index: 4; top: 14px; right: 14px; width: 38px; height: 38px; place-items: center; border: 0; border-radius: 50%; color: var(--ink); background: #f4f5f7; font-size: 26px; line-height: 1; }
.dialog-title { padding: 4px 48px 16px 0; text-align: left; }
.dialog-title img { width: 142px; height: auto; }
.dialog-title p { margin: 12px 0 4px; color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .105em; text-transform: uppercase; }
.dialog-title h2 { margin: 0; color: #111827; font-family: Montserrat, sans-serif; font-size: 23px; letter-spacing: -.055em; }
.dialog-product { display: grid; grid-template-columns: 118px 1fr; gap: 14px; padding: 10px; border-radius: 19px; background: #f5f6f8; }
.dialog-visual { display: grid; min-height: 128px; place-items: center; overflow: hidden; border-radius: 14px; background: #fff; }
.dialog-visual img { width: 100%; height: 100%; object-fit: contain; }
.dialog-copy { align-self: center; min-width: 0; }
.dialog-copy p { margin: 0 0 5px; color: var(--red); font-size: 8px; font-weight: 900; letter-spacing: .09em; }
.dialog-copy h3 { margin: 0; color: #111827; font-size: 15px; line-height: 1.18; }
.dialog-copy > span { display: block; margin-top: 5px; color: #667085; font-size: 11px; }
.dialog-copy strong { display: block; margin-top: 8px; color: var(--red); font-family: Montserrat, sans-serif; font-size: 21px; letter-spacing: -.05em; }
.dialog-copy small { display: block; margin-top: 6px; color: #667085; font-size: 9px; line-height: 1.35; }
.dialog-benefits { display: flex; justify-content: space-between; gap: 4px; margin: 13px 0 16px; padding: 10px 5px; border-radius: 14px; background: #f3f5f7; }
.dialog-benefits span { color: #344054; font-size: 9px; font-weight: 700; text-align: center; }
.qty-options { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 0 0 17px; padding: 0; border: 0; }
.qty-options legend { grid-column: 1 / -1; width: 100%; margin-bottom: 8px; color: #344054; font-size: 12px; font-weight: 800; }
.qty-options label { display: flex; align-items: center; min-height: 51px; gap: 8px; padding: 8px 10px; border: 1px solid #d9dee7; border-radius: 13px; color: #1d2939; font-size: 11px; font-weight: 700; }
.qty-options input { width: 17px; height: 17px; margin: 0; accent-color: var(--navy); }
.form-field { display: block; margin-top: 12px; }
.form-field > span { display: block; margin: 0 0 6px; color: #344054; font-size: 11px; font-weight: 800; }
.form-field input, .form-field textarea, .form-field select { width: 100%; border: 1px solid #d2d8e1; border-radius: 13px; outline: none; color: #1d2939; background: #fff; font-size: 15px; transition: border-color .15s ease, box-shadow .15s ease; }
.form-field input, .form-field select { height: 49px; padding: 0 13px; }
.form-field textarea { min-height: 84px; padding: 12px 13px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { border-color: var(--royal); box-shadow: 0 0 0 3px rgb(18 61 145 / 12%); }
.location-grid { display: grid; grid-template-columns: 1.25fr .8fr; gap: 9px; }
.location-grid .form-field { min-width: 0; }
.confirm-order { width: 100%; min-height: 56px; margin-top: 19px; border: 0; border-radius: 15px; color: #fff; background: linear-gradient(90deg, var(--navy), #123d91); box-shadow: 0 10px 22px rgb(10 31 79 / 22%); font-family: Montserrat, sans-serif; font-size: 12px; font-weight: 900; letter-spacing: .105em; }
.confirm-order[disabled] { opacity: .65; }
.order-reassurance { margin: 10px 0 0; color: #667085; font-size: 10px; text-align: center; }
.form-status { min-height: 18px; margin: 9px 0 0; color: var(--red); font-size: 11px; font-weight: 700; text-align: center; }

@media (min-width: 561px) {
  .order-dialog { border-radius: 26px; }
}
@media (max-width: 360px) {
  .event-ribbon { font-size: 8px; }
  .brand img { width: 138px; }
  .promo-cd-item { min-width: 58px; }
  .promo-cd-item strong { font-size: 21px; }
  .product-image { height: 81vw; }
  .dialog-product { grid-template-columns: 102px 1fr; }
}
