/* 3GUYS — page styles v2 (clean fashion) */

.hl { color: var(--red); }

/* tinted section */
.section--tint { background: var(--red-soft); }
[data-theme="dark"] .section--tint { background: var(--gray-50); }

/* ==========================================================================
   SWIPER
   ========================================================================== */
.swiper { position: relative; --gap: clamp(12px, 1.4vw, 22px); }
.swiper__track {
  display: grid; grid-auto-flow: column;
  grid-auto-columns: calc((100% - (var(--per) - 1) * var(--gap)) / var(--per));
  gap: var(--gap); overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth;
  scrollbar-width: none; -ms-overflow-style: none; padding-bottom: 2px;
}
.swiper__track::-webkit-scrollbar { display: none; }
.swiper__track > * { scroll-snap-align: start; }
.swiper__arrow {
  position: absolute; top: 40%; transform: translateY(-50%); z-index: 6;
  width: 48px; height: 48px; border-radius: var(--r-pill);
  background: var(--paper); border: 1px solid var(--line); color: var(--ink);
  display: grid; place-items: center; box-shadow: var(--sh-2); transition: all var(--dur);
}
.swiper__arrow:hover { background: var(--red); border-color: var(--red); color: #fff; }
.swiper__arrow.prev { left: -14px; } .swiper__arrow.next { right: -14px; }
.swiper__arrow.is-off { opacity: 0; pointer-events: none; }
@media (max-width: 1240px) { .swiper__arrow.prev { left: 4px; } .swiper__arrow.next { right: 4px; } }
.swiper__dots { display: flex; justify-content: center; gap: 8px; margin-top: 12px; }
.swiper__dots .sdot { width: 26px; height: 4px; border-radius: var(--r-pill); border: 0; background: var(--line-2); cursor: pointer; transition: background var(--dur); }
.swiper__dots .sdot.is-on { background: var(--red); }
.swiper { --per: 4; }
@media (max-width: 1180px) { .swiper { --per: 3; } }
@media (max-width: 760px)  { .swiper { --per: 2.2; } }
@media (max-width: 480px)  { .swiper { --per: 1.3; } }

/* ==========================================================================
   HERO SLIDER
   ========================================================================== */
.slider { position: relative; height: clamp(520px, 82vh, 860px); overflow: hidden; background: #111; }
.slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity 800ms var(--ease); display: flex; align-items: flex-end; }
.slide.is-on { opacity: 1; visibility: visible; }
.slide__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.06); transition: transform 7s ease; }
.slide.is-on .slide__bg { transform: scale(1); }
.slide__scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.74) 0%, rgba(0,0,0,0.12) 52%, rgba(0,0,0,0.34) 100%); }
.slide__scrim--red { background: linear-gradient(120deg, rgba(157,28,32,0.86) 0%, rgba(157,28,32,0.35) 55%, rgba(0,0,0,0.4) 100%); }
.slide__inner { position: relative; padding-bottom: clamp(70px, 9vw, 150px); padding-top: 90px; color: #fff; }
.slide__eb { margin-bottom: 14px; }
.slide__h { font-size: clamp(48px, 8vw, 130px); color: #fff; }
.slide__p { max-width: 460px; margin: 18px 0 28px; color: rgba(255,255,255,0.9); font-size: 17px; }
.slider__nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 5; width: 52px; height: 52px; border-radius: var(--r-pill); background: rgba(255,255,255,0.18); border: 1.5px solid rgba(255,255,255,0.5); color: #fff; display: grid; place-items: center; backdrop-filter: blur(4px); transition: background var(--dur); }
.slider__nav:hover { background: rgba(255,255,255,0.32); }
.slider__nav.prev { left: clamp(12px, 3vw, 40px); } .slider__nav.next { right: clamp(12px, 3vw, 40px); }
@media (max-width: 640px) { .slider__nav { display: none; } }
.slider__dots { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 5; display: flex; gap: 10px; }
.slider__dots .dot { width: 34px; height: 4px; border-radius: var(--r-pill); border: 0; background: rgba(255,255,255,0.45); cursor: pointer; transition: background var(--dur); }
.slider__dots .dot.is-on { background: #fff; }

/* ==========================================================================
   HOME hero variants (split / editorial)
   ========================================================================== */
.hero { padding-top: clamp(20px, 3vw, 40px); }
.hero__split { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(24px, 4vw, 64px); align-items: center; }
@media (max-width: 900px) { .hero__split { grid-template-columns: 1fr; } }
.hero__h { font-size: clamp(40px, 6.2vw, 84px); margin: 16px 0 0; }
.hero__p { max-width: 460px; margin: 20px 0 0; color: var(--muted); font-size: 17px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero__meta { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 34px; font-size: 14px; color: var(--muted); }
.hero__meta b { color: var(--ink); font-weight: 700; }
.hero__media { position: relative; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4/5; max-height: 640px; background: var(--gray-100); }
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__badge { position: absolute; right: 22px; bottom: 22px; width: 92px; height: 92px; border-radius: var(--r-pill); background: var(--red); color: #fff; display: grid; place-content: center; text-align: center; font-family: var(--font-display); line-height: 1; transform: rotate(-6deg); }
.hero__badge span { font-size: 18px; font-weight: 600; letter-spacing: 0.1em; }
.hero__badge b { font-size: 30px; font-weight: 800; }
.hero-ed { position: relative; min-height: clamp(540px, 84vh, 820px); display: flex; align-items: flex-end; color: #fff; overflow: hidden; }
.hero-ed__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-ed__scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.12) 55%, rgba(0,0,0,0.3) 100%); }
.hero-ed__inner { position: relative; padding-bottom: clamp(54px, 8vw, 120px); padding-top: 80px; }
.hero-ed__h { font-size: clamp(54px, 10vw, 150px); color: #fff; margin: 14px 0 0; }
.hero-ed__p { max-width: 440px; margin: 18px 0 28px; color: rgba(255,255,255,0.88); font-size: 17px; }

/* benefits */
.benefits { border-block: 1px solid var(--line); background: var(--gray-50); }
.benefits__row { display: grid; grid-template-columns: repeat(4, 1fr); }
.benefit { display: flex; align-items: center; justify-content: center; gap: 16px; padding: 26px 14px; min-width: 0; }
.benefit > div { min-width: 0; }
.benefit + .benefit { border-left: 1px solid var(--line); }
.benefit__ic { flex: 0 0 auto; width: 52px; height: 52px; display: grid; place-items: center; border-radius: var(--r-pill); background: var(--red-soft); color: var(--red); transition: background var(--dur), color var(--dur), transform var(--dur); }
.benefit:hover .benefit__ic { background: var(--red); color: #fff; transform: translateY(-2px); }
.benefit__t { font-weight: 700; font-size: 15px; white-space: nowrap; }
.benefit__s { font-size: 13px; color: var(--muted); margin-top: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (max-width: 900px) { .benefits__row { grid-template-columns: 1fr 1fr; } .benefit:nth-child(odd) { border-left: none; } .benefit:nth-child(n+3) { border-top: 1px solid var(--line); } }
@media (max-width: 480px) { .benefits__row { grid-template-columns: 1fr; } .benefit { border-left: none !important; justify-content: flex-start; padding-left: 18px; } .benefit:nth-child(n+2) { border-top: 1px solid var(--line); } }

/* category tiles — bento grid, fully filled */
.cattiles { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(2, clamp(170px, 18vw, 240px)); gap: 16px; }
.cattile--men { grid-column: span 2; grid-row: span 2; }
.cattile--woman { grid-column: span 2; }
@media (max-width: 860px) { .cattiles { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, clamp(150px, 32vw, 220px)); } .cattile--men { grid-column: span 2; grid-row: span 1; } .cattile--woman { grid-column: span 2; } }
@media (max-width: 460px) { .cattiles { grid-template-columns: 1fr; grid-template-rows: repeat(4, 160px); } .cattile--men, .cattile--woman { grid-column: span 1; } }
.cattile { position: relative; border: 0; padding: 0; overflow: hidden; border-radius: var(--r); cursor: pointer; background: var(--gray-100); }
.cattile img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms var(--ease); }
.cattile:hover img { transform: scale(1.05); }
.cattile__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.55), rgba(0,0,0,0) 58%); }
.cattile__bar { position: absolute; left: 18px; right: 18px; bottom: 16px; display: flex; align-items: center; justify-content: space-between; color: #fff; }
.cattile__bar > span:first-child { font-family: var(--font-display); font-weight: 700; font-size: 22px; }
.cattile__cta { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; opacity: 0; transform: translateX(-6px); transition: all var(--dur); }
.cattile:hover .cattile__cta { opacity: 1; transform: none; }

/* ==========================================================================
   SALE BAND (red, countdown)
   ========================================================================== */
.saleband { position: relative; overflow: hidden; color: #fff; }
.saleband__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.saleband__overlay { position: absolute; inset: 0; background: linear-gradient(110deg, rgba(157,28,32,0.94) 0%, rgba(157,28,32,0.7) 48%, rgba(20,12,12,0.55) 100%); }
.saleband__inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 36px; padding-block: clamp(48px, 6vw, 90px); flex-wrap: wrap; }
.saleband__h { font-size: clamp(38px, 5.5vw, 80px); color: #fff; margin: 12px 0 0; }
.saleband__p { margin: 16px 0 26px; font-size: 16px; color: rgba(255,255,255,0.92); }
.saleband__p b { background: #fff; color: var(--red); padding: 2px 8px; border-radius: var(--r-xs); font-weight: 800; }
.countdown { display: flex; gap: 12px; }
.cdbox { width: 78px; height: 86px; border-radius: var(--r); background: rgba(255,255,255,0.14); border: 1.5px solid rgba(255,255,255,0.35); display: flex; flex-direction: column; align-items: center; justify-content: center; backdrop-filter: blur(4px); }
.cdbox b { font-family: var(--font-display); font-size: 32px; font-weight: 800; line-height: 1; }
.cdbox span { font-size: 10px; letter-spacing: 0.1em; margin-top: 6px; opacity: 0.85; }
@media (max-width: 520px) { .cdbox { width: 62px; height: 70px; } .cdbox b { font-size: 24px; } }

/* ==========================================================================
   EDITORIAL SPLIT
   ========================================================================== */
.ed-split { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 720px) { .ed-split { grid-template-columns: 1fr; } }
.ed-card { position: relative; border: 0; padding: 0; overflow: hidden; border-radius: var(--r-lg); aspect-ratio: 16/11; cursor: pointer; background: var(--gray-100); text-align: left; }
.ed-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms var(--ease); }
.ed-card:hover img { transform: scale(1.05); }
.ed-card__scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.62), rgba(0,0,0,0) 60%); }
.ed-card__body { position: absolute; left: 26px; bottom: 24px; right: 26px; color: #fff; }
.ed-card__body h3 { color: #fff; font-size: clamp(26px, 3.2vw, 44px); font-weight: 800; margin: 6px 0 12px; }

/* ==========================================================================
   COMPLETE THE LOOK
   ========================================================================== */
.look { display: grid; grid-template-columns: 1.15fr 1fr; gap: 22px; align-items: stretch; }
@media (max-width: 860px) { .look { grid-template-columns: 1fr; } }

.look__hero { position: relative; border-radius: var(--r-lg); overflow: hidden; min-height: 420px; background: var(--gray-100); }
.look__hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.look__tag { position: absolute; left: 18px; top: 18px; z-index: 3; background: rgba(0,0,0,0.62); color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 12px; letter-spacing: 0.08em; padding: 8px 12px; border-radius: var(--r-xs); }
.look__shopcue { position: absolute; right: 18px; top: 18px; z-index: 3; display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,0.92); color: var(--ink); font-size: 11.5px; font-weight: 700; padding: 7px 11px; border-radius: var(--r-pill); }
.look__shopcue svg { color: var(--red); }

/* hotspots */
.look__spot { position: absolute; z-index: 4; transform: translate(-50%, -50%); background: none; border: 0; padding: 0; cursor: pointer; }
.look__dot { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,0.95); color: var(--ink); box-shadow: 0 3px 12px rgba(0,0,0,0.35); transition: transform var(--dur), background var(--dur), color var(--dur); }
.look__dot::after { content: ""; position: absolute; inset: -6px; border-radius: 50%; border: 2px solid rgba(255,255,255,0.7); animation: lookPulse 2.4s ease-out infinite; }
@keyframes lookPulse { 0% { transform: scale(0.7); opacity: 0.8; } 100% { transform: scale(1.5); opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .look__dot::after { animation: none; } }
.look__plus { font-family: var(--font-display); font-weight: 800; font-size: 20px; line-height: 1; }
.look__spot:hover .look__dot, .look__spot.is-on .look__dot { background: var(--red); color: #fff; transform: scale(1.12); }
.look__pop { position: absolute; bottom: calc(100% + 10px); left: 50%; transform: translateX(-50%) translateY(4px); white-space: nowrap; background: var(--ink); color: #fff; padding: 9px 12px; border-radius: var(--r-sm); display: flex; flex-direction: column; gap: 1px; opacity: 0; pointer-events: none; transition: opacity var(--dur), transform var(--dur); box-shadow: var(--sh-3); }
.look__pop b { font-size: 12.5px; font-weight: 700; }
.look__pop span { font-family: var(--font-display); font-size: 12px; color: rgba(255,255,255,0.75); }
.look__pop::after { content: ""; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); border: 6px solid transparent; border-top-color: var(--ink); }
.look__spot:hover .look__pop, .look__spot.is-on .look__pop { opacity: 1; transform: translateX(-50%) translateY(0); }

/* shoppable panel */
.look__panel { display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.look__panel-head { display: flex; align-items: center; gap: 9px; padding: 16px 20px; border-bottom: 1px solid var(--line); font-family: var(--font-display); font-weight: 700; font-size: 14px; letter-spacing: 0.02em; }
.look__panel-head svg { color: var(--red); }
.look__panel-head span { color: var(--muted); font-weight: 600; }
.look__items { display: flex; flex-direction: column; flex: 1; }
.lookrow { display: grid; grid-template-columns: 108px minmax(0,1fr) auto; gap: 18px; align-items: center; padding: 20px; border-bottom: 1px solid var(--line); transition: background var(--dur); flex: 1; }
.lookrow:last-child { border-bottom: 0; }
.lookrow.is-on { background: var(--red-soft); }
.lookrow__media { position: relative; border: 0; padding: 0; border-radius: var(--r-sm); overflow: hidden; cursor: pointer; aspect-ratio: 1; background: var(--gray-100); }
.lookrow__media img { width: 100%; height: 100%; object-fit: cover; }
.lookrow__num { position: absolute; left: 7px; top: 7px; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 12px; }
.lookrow__info { text-align: left; background: none; border: 0; padding: 0; cursor: pointer; display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.lookrow__sub { font-size: 11px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--muted); }
.lookrow__name { font-weight: 700; font-size: 16px; line-height: 1.2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lookrow__name:hover { color: var(--red); }
.lookrow__price { display: flex; align-items: baseline; gap: 7px; font-family: var(--font-display); margin-top: 3px; }
.lookrow__price b { font-weight: 700; font-size: 16px; color: var(--ink); }
.lookrow__price s { font-size: 13px; color: var(--muted); }
.lookrow.is-on .lookrow__price b { color: var(--red); }
.lookrow__add { flex: 0 0 auto; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line-2); background: var(--paper); color: var(--ink); border-radius: 50%; cursor: pointer; transition: all var(--dur); }
.lookrow__add:hover { background: var(--ink); color: #fff; border-color: var(--ink); transform: scale(1.06); }
.look__foot { padding: 16px 20px; border-top: 1px solid var(--line); background: var(--gray-50); }
.look__total { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.look__total > span { font-size: 13px; color: var(--muted); font-weight: 600; }
.look__total-val { display: flex; align-items: baseline; gap: 9px; }
.look__total-val b { font-family: var(--font-display); font-weight: 800; font-size: 24px; letter-spacing: -0.01em; }
.look__total-val s { font-size: 15px; color: var(--muted); }
.look__addall { gap: 9px; transition: background var(--dur), color var(--dur); }
.look__addall.is-added { background: var(--ok, #1f8a5b); border-color: var(--ok, #1f8a5b); color: #fff; }
@media (max-width: 860px) {
  .look__hero { min-height: 0; aspect-ratio: 4/5; }
  .look__panel { border-radius: var(--r-lg); }
  .lookrow { grid-template-columns: 76px minmax(0,1fr) auto; gap: 14px; padding: 14px 16px; }
  .lookrow__name { font-size: 15px; }
  .lookrow__price b { font-size: 15px; }
}
@media (max-width: 420px) {
  .look__shopcue { display: none; }
  .lookrow { grid-template-columns: 64px minmax(0,1fr) auto; gap: 12px; }
  .lookrow__add { width: 40px; height: 40px; }
  .look__total-val b { font-size: 22px; }
}

/* ==========================================================================
   INSTAGRAM STRIP
   ========================================================================== */
.ig-strip { display: grid; grid-template-columns: repeat(8, 1fr); gap: 10px; }
@media (max-width: 980px) { .ig-strip { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 520px) { .ig-strip { grid-template-columns: repeat(2, 1fr); } }
.ig-cell { position: relative; aspect-ratio: 1; overflow: hidden; border-radius: var(--r-sm); background: var(--gray-100); cursor: pointer; }
.ig-cell img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms var(--ease); }
.ig-cell:hover img { transform: scale(1.08); }
.ig-cell__ic { position: absolute; inset: 0; display: grid; place-items: center; color: #fff; background: rgba(157,28,32,0.6); opacity: 0; transition: opacity var(--dur); }
.ig-cell:hover .ig-cell__ic { opacity: 1; }

/* brand statement */
.statement { position: relative; overflow: hidden; color: #fff; }
.statement__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.statement__scrim { position: absolute; inset: 0; background: rgba(20,16,16,0.66); }
.statement__inner { position: relative; padding-block: clamp(64px, 9vw, 150px); }
.statement__big { font-family: var(--font-display); font-size: clamp(26px, 3.6vw, 50px); font-weight: 700; line-height: 1.2; letter-spacing: -0.02em; max-width: 1000px; margin: 18px 0 32px; color: #fff; }
.statement__big .hl { color: #ff8a8e; }

/* ==========================================================================
   PLP
   ========================================================================== */
.plp-head { background: var(--gray-50); border-bottom: 1px solid var(--line); }
.crumbs { font-size: 12.5px; color: var(--muted); display: flex; gap: 8px; align-items: center; padding-top: 18px; }
.crumbs a { cursor: pointer; } .crumbs a:hover { color: var(--red); }
.plp-title { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; padding: 10px 0 24px; flex-wrap: wrap; }
.plp-title h1 { font-size: clamp(28px, 3.6vw, 46px); font-weight: 800; letter-spacing: -0.02em; }
.plp-title .count { color: var(--muted); font-size: 14px; }
.plp-body { display: grid; grid-template-columns: 244px 1fr; gap: 36px; align-items: start; padding: 26px 0 clamp(56px, 7vw, 100px); }
@media (max-width: 900px) { .plp-body { grid-template-columns: 1fr; } }
.filters { position: sticky; top: 96px; }
@media (max-width: 900px) { .filters { position: static; } .filters.is-hidden { display: none; } }
.fgroup { border-bottom: 1px solid var(--line); padding: 18px 0; }
.fgroup:first-child { padding-top: 0; }
.fgroup__h { font-weight: 700; font-size: 13px; letter-spacing: 0.02em; margin-bottom: 14px; display: flex; justify-content: space-between; align-items: center; }
.fopt { display: flex; align-items: center; gap: 10px; padding: 6px 0; font-size: 14px; cursor: pointer; }
.fopt input { width: 16px; height: 16px; accent-color: var(--red); }
.fopt .n { margin-left: auto; color: var(--muted-2); font-size: 12px; }
.swatches { display: flex; flex-wrap: wrap; gap: 9px; }
.swatch { width: 26px; height: 26px; border-radius: var(--r-pill); border: 1.5px solid var(--line-2); cursor: pointer; }
.swatch.is-on { border-color: var(--red); box-shadow: inset 0 0 0 2px #fff; }
.sizegrid { display: flex; flex-wrap: wrap; gap: 7px; }
.plp-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 22px; flex-wrap: wrap; }
.chiprow { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.chip { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 600; padding: 7px 11px; border: 1px solid var(--line-2); border-radius: var(--r-pill); background: var(--paper); }
.chip button { background: none; border: 0; display: inline-grid; place-items: center; color: var(--muted); }
.chip button:hover { color: var(--red); }
.chip--clear { color: var(--red); border-color: var(--red); cursor: pointer; }
.sortsel select { height: 42px; border: 1.5px solid var(--line-2); border-radius: var(--r-sm); background: var(--paper); color: var(--ink); padding: 0 14px; font-size: 13px; font-weight: 600; }
.filter-toggle { display: none; }
@media (max-width: 900px) { .filter-toggle { display: inline-flex; } }
.promo-tile { position: relative; overflow: hidden; grid-column: span 1; background: linear-gradient(150deg, var(--red) 0%, var(--red-dark) 100%); color: #fff; border: 0; border-radius: var(--r); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 0; padding: 22px 20px; cursor: pointer; text-align: left; min-height: 100%; }
.promo-tile__glow { position: absolute; width: 240px; height: 240px; border-radius: 50%; background: rgba(255,255,255,0.14); filter: blur(50px); top: -90px; right: -80px; pointer-events: none; }
.promo-tile > * { position: relative; z-index: 1; }
.promo-tile__badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(0,0,0,0.28); font-family: var(--font-display); font-size: 11px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; padding: 6px 11px; border-radius: var(--r-pill); }
.promo-tile__big { font-family: var(--font-display); font-weight: 800; font-size: clamp(48px, 6vw, 74px); line-height: 0.9; letter-spacing: -0.03em; margin: 12px 0 4px; }
.promo-tile__sub { font-size: 13.5px; color: rgba(255,255,255,0.9); max-width: 200px; }
.promo-tile__code { display: inline-flex; align-items: center; gap: 7px; margin-top: 14px; padding: 8px 12px; border: 1.5px dashed rgba(255,255,255,0.5); border-radius: var(--r-sm); font-size: 12px; white-space: nowrap; }
.promo-tile__code b { font-family: var(--font-display); letter-spacing: 0.06em; }
.promo-tile__cta { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; margin-top: 14px; background: #fff; color: var(--ink); font-family: var(--font-display); font-weight: 700; font-size: 12.5px; letter-spacing: 0.04em; text-transform: uppercase; padding: 11px 18px; border-radius: var(--r-pill); transition: gap var(--dur); }
.promo-tile:hover .promo-tile__cta { gap: 12px; }
@media (max-width: 740px) { .promo-tile { grid-column: span 2; align-items: flex-start; } }
.empty { text-align: center; padding: 70px 20px; color: var(--muted); }
.empty h3 { margin: 12px 0 6px; }

/* ==========================================================================
   PDP
   ========================================================================== */
.pdp { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(24px, 3vw, 56px); padding-top: 22px; }
@media (max-width: 920px) { .pdp { grid-template-columns: minmax(0, 1fr); } }
.pdp__gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; align-content: start; min-width: 0; }
.pdp__cell { position: relative; border: 0; padding: 0; margin: 0; border-radius: var(--r); overflow: hidden; background: var(--gray-100); cursor: zoom-in; display: block; aspect-ratio: 4/5; }
.pdp__cell:only-child { grid-column: 1 / -1; }
.pdp__cell img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 600ms var(--ease); }
.pdp__cell:hover img { transform: scale(1.04); }
.pdp__cell .card__tags { position: absolute; top: 14px; left: 14px; }
.pdp__dots { display: none; }
@media (max-width: 700px) {
  .pdp { padding-top: 14px; }
  .pdp__gallery { display: flex; grid-template-columns: none; gap: 0; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; margin: 0 calc(-1 * var(--page-x)); scroll-behavior: smooth; }
  .pdp__gallery::-webkit-scrollbar { display: none; }
  .pdp__cell { flex: 0 0 100%; scroll-snap-align: center; border-radius: 0; aspect-ratio: 4/5; }
  .pdp__cell img { transition: none; }
  .pdp__dots { display: flex; justify-content: center; gap: 7px; margin-top: 14px; }
  .pdp__dot { width: 8px; height: 8px; border-radius: 50%; border: 0; background: var(--line-2); padding: 0; cursor: pointer; transition: width var(--dur), background var(--dur); }
  .pdp__dot.is-on { background: var(--red); width: 22px; border-radius: var(--r-pill); }
}

/* lightbox */
.lightbox { position: fixed; inset: 0; z-index: 250; background: rgba(8,8,8,0.92); display: flex; align-items: center; justify-content: center; gap: 12px; padding: 24px; animation: fade 160ms; }
.lightbox__img { max-width: min(86vw, 720px); max-height: 90vh; object-fit: contain; border-radius: var(--r-sm); cursor: default; }
.lightbox__close { position: absolute; top: 20px; right: 20px; width: 46px; height: 46px; display: grid; place-items: center; border: 0; border-radius: var(--r-pill); background: rgba(255,255,255,0.12); color: #fff; cursor: pointer; transition: background var(--dur); }
.lightbox__close:hover { background: rgba(255,255,255,0.24); }
.lightbox__nav { width: 50px; height: 50px; display: grid; place-items: center; border: 0; border-radius: var(--r-pill); background: rgba(255,255,255,0.12); color: #fff; cursor: pointer; flex: 0 0 auto; transition: background var(--dur); }
.lightbox__nav:hover { background: rgba(255,255,255,0.24); }
.lightbox__count { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,0.8); font-family: var(--font-display); font-size: 13px; letter-spacing: 0.06em; }
@media (max-width: 560px) { .lightbox__nav { position: absolute; bottom: 20px; } .lightbox__nav.prev { left: 24px; } .lightbox__nav.next { right: 24px; } }

.pdp__info { display: flex; flex-direction: column; align-self: start; position: sticky; top: 120px; }
@media (max-width: 920px) { .pdp__info { position: static; } }
.pdp__sub { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.pdp__name { font-size: clamp(24px, 3vw, 36px); font-weight: 800; line-height: 1.1; letter-spacing: -0.02em; margin: 8px 0 10px; }
.pdp__meta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; color: var(--muted); font-size: 13px; margin-bottom: 16px; }
.pdp__rating { display: inline-flex; align-items: center; gap: 7px; }
.pdp__chips { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 18px; }
.pdp__chip { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; font-size: 12.5px; font-weight: 700; padding: 8px 14px; border-radius: var(--r-pill); border: 1px solid var(--line-2); background: var(--paper); color: var(--ink); }
.pdp__chip.is-top { background: var(--ink); color: #fff; border-color: var(--ink); }
.pdp__chip.is-top svg { color: var(--red-2, #ff5a4d); }
.pdp__chip--btn { cursor: pointer; transition: all var(--dur); }
.pdp__chip--btn svg { color: var(--red); }
.pdp__chip--btn:hover { border-color: var(--red); background: var(--red-soft); }
.pdp__avail { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-bottom: 18px; }
.pdp__code { font-size: 12.5px; color: var(--muted); }
.pricebox { background: var(--gray-50); border: 1px solid var(--line); border-radius: var(--r); padding: 18px 20px; margin-bottom: 22px; }
.pricebox__row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.pricebox__now { font-size: 34px; font-weight: 800; font-family: var(--font-display); line-height: 1; letter-spacing: -0.02em; }
.pricebox__now.on-sale { color: var(--red); }
.pricebox__was { font-size: 17px; color: var(--muted); text-decoration: line-through; }
.pricebox__save { font-size: 12.5px; font-weight: 800; font-family: var(--font-display); background: var(--red); color: #fff; padding: 5px 10px; border-radius: var(--r-pill); }
.pricebox__cols { display: flex; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); align-items: stretch; }
.pricebox__col { flex: 1; padding: 0 16px; border-left: 1px solid var(--line); display: flex; flex-direction: column; }
.pricebox__col:first-child { padding-left: 0; border-left: 0; }
.pricebox__label { display: block; font-size: 11px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.pricebox__val { font-family: var(--font-display); font-weight: 700; font-size: 15px; margin-top: auto; }
.pricebox__val.is-save { color: var(--red); }
.pricebox__omni b { color: var(--ink); }
@media (max-width: 480px) {
  .pdp__avail { gap: 8px; }
  .pdp__avail .stock { font-size: 11px; }
  .pricebox { padding: 16px; }
  .pricebox__now { font-size: 30px; }
  .pricebox__col { padding: 0 10px; }
  .pricebox__label { font-size: 10px; }
  .pricebox__val { font-size: 13.5px; }
}

.pdp__opt-h { display: flex; align-items: center; justify-content: space-between; margin-bottom: 11px; }
.pdp__opt-h .lbl { font-weight: 700; font-size: 13px; }
.pdp__opt-h .lbl .req { color: var(--red); }
.pdp__opt-h .val { color: var(--muted); font-size: 13px; font-weight: 500; }
.pdp__guide-links { display: flex; gap: 8px; margin: 6px 0 20px; flex-wrap: wrap; }
.guide-btn { display: inline-flex; align-items: center; gap: 7px; height: 38px; padding: 0 14px; border: 1.5px solid var(--line-2); border-radius: var(--r-sm); background: var(--paper); color: var(--ink); font-size: 12.5px; font-weight: 600; }
.guide-btn:hover { border-color: var(--ink); }
.pdp__swatches { display: flex; gap: 10px; margin-bottom: 22px; }
.pdp__swatch { width: 34px; height: 34px; border-radius: var(--r-pill); border: 1.5px solid var(--line-2); cursor: pointer; }
.pdp__swatch.is-on { border-color: var(--red); box-shadow: inset 0 0 0 2px #fff; }
.pdp__sizes { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 8px; }
.szbtn { min-width: 52px; height: 48px; padding: 0 12px; border: 1.5px solid var(--line-2); background: var(--paper); color: var(--ink); font-size: 14px; font-weight: 600; border-radius: var(--r-sm); transition: all var(--dur); }
.szbtn:hover { border-color: var(--ink); }
.szbtn.is-on { background: var(--ink); color: #fff; border-color: var(--ink); }
.szbtn.is-off { opacity: 0.32; text-decoration: line-through; cursor: not-allowed; }
.szerr { color: var(--red); font-size: 12.5px; font-weight: 600; }
.pdp__buy { display: flex; gap: 10px; margin: 18px 0; }
.pdp__buy .btn--block { flex: 1; min-width: 0; }
@media (max-width: 520px) { .pdp__buy .btn-label { display: none; } }
.qty { display: inline-flex; align-items: center; border: 1.5px solid var(--line-2); border-radius: var(--r-sm); overflow: hidden; }
.qty button { width: 46px; height: 52px; background: none; border: 0; display: grid; place-items: center; color: var(--ink); }
.qty button:hover { background: var(--gray-100); }
.qty span { min-width: 38px; text-align: center; font-weight: 700; }
.pdp__reset { background: none; border: 0; color: var(--red); font-weight: 600; font-size: 13px; text-decoration: underline; text-underline-offset: 3px; align-self: flex-start; margin-bottom: 8px; cursor: pointer; }
.pdp__perks { display: grid; gap: 10px; padding: 16px 0; border-top: 1px solid var(--line); margin-top: 8px; }
.pdp__perk { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: var(--muted); }
.pdp__perk svg { color: var(--ink); flex: 0 0 auto; }

.acc { border-bottom: 1px solid var(--line); }
.acc:first-of-type { border-top: 1px solid var(--line); }
.acc__head { width: 100%; background: none; border: 0; display: flex; align-items: center; justify-content: space-between; padding: 17px 0; font-weight: 700; font-size: 14px; color: var(--ink); }
.acc__body { padding: 0 0 18px; color: var(--muted); font-size: 14px; line-height: 1.7; }

/* modals (size guide / measurements / quick view) */
.modal-scrim { position: fixed; inset: 0; z-index: 220; background: rgba(20,16,16,0.55); display: grid; place-items: center; padding: 20px; animation: fade 180ms; }
.modal { background: var(--paper); width: min(840px, 100%); max-height: 90vh; overflow: auto; border-radius: var(--r-lg); position: relative; animation: modalIn 220ms var(--ease); }
@keyframes modalIn { from { opacity: 0; transform: translateY(12px) scale(0.99); } }
.modal__head { display: flex; align-items: center; justify-content: space-between; padding: 22px 26px; border-bottom: 1px solid var(--line); position: sticky; top: 0; background: var(--paper); z-index: 2; }
.modal__head h3 { font-size: 20px; font-weight: 800; }
.modal__head .eyebrow { display: block; margin-top: 2px; }
.modal__body { padding: 26px; }

/* price-history modal */
.pricehist { width: min(820px, 100%); }
.ph__stats { display: flex; gap: 10px; margin-bottom: 18px; flex-wrap: wrap; }
.ph__stat { flex: 1; min-width: 120px; border: 1px solid var(--line); border-radius: var(--r-sm); padding: 12px 14px; display: flex; flex-direction: column; gap: 4px; }
.ph__stat-l { font-size: 11px; letter-spacing: 0.03em; text-transform: uppercase; color: var(--muted); }
.ph__stat-v { font-family: var(--font-display); font-weight: 800; font-size: 19px; }
.ph__stat-v.is-now { color: var(--red); }
.ph__stat-v.is-low { color: var(--ok, #1f8a5b); }
.ph__chartwrap { position: relative; border: 1px solid var(--line); border-radius: var(--r-sm); padding: 10px 8px 4px; background: var(--paper); }
.ph__chart { width: 100%; height: auto; display: block; overflow: visible; }
.ph__ylabel { fill: var(--muted); font-size: 11px; font-family: var(--font-body); }
.ph__xlabel { fill: var(--muted); font-size: 11px; font-family: var(--font-body); }
.ph__tip { position: absolute; transform: translate(-50%, calc(-100% - 12px)); background: var(--ink); color: #fff; padding: 7px 11px; border-radius: var(--r-sm); display: flex; flex-direction: column; align-items: center; gap: 1px; pointer-events: none; white-space: nowrap; box-shadow: var(--sh-3); }
.ph__tip b { font-family: var(--font-display); font-weight: 800; font-size: 14px; }
.ph__tip span { font-size: 11px; color: rgba(255,255,255,0.7); }
.ph__tip::after { content: ""; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); border: 5px solid transparent; border-top-color: var(--ink); }
.ph__ranges { display: flex; gap: 8px; margin-top: 16px; flex-wrap: wrap; }
.ph__range { flex: 1; min-width: 78px; padding: 11px 12px; border: 1.5px solid var(--line-2); background: var(--paper); color: var(--ink); border-radius: var(--r-sm); font-size: 13px; font-weight: 700; cursor: pointer; transition: all var(--dur); }
.ph__range:hover { border-color: var(--ink); }
.ph__range.is-on { background: var(--red); border-color: var(--red); color: #fff; }
.ph__note { display: flex; align-items: flex-start; gap: 8px; font-size: 12px; color: var(--muted); line-height: 1.5; margin-top: 16px; }
.ph__note svg { flex: 0 0 auto; color: var(--ok, #1f8a5b); margin-top: 1px; }
@media (max-width: 520px) { .ph__stat-v { font-size: 17px; } .ph__stat { min-width: 0; } }
.sizetable { width: 100%; border-collapse: collapse; }
.sizetable th, .sizetable td { padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--line); font-size: 14px; }
.sizetable thead th { background: var(--ink); color: #fff; font-family: var(--font-display); font-size: 12px; letter-spacing: 0.04em; text-transform: uppercase; }
.sizetable thead th:first-child { border-top-left-radius: var(--r-sm); }
.sizetable thead th:last-child { border-top-right-radius: var(--r-sm); }
.sizetable tbody tr:nth-child(even) { background: var(--gray-50); }
.sizetable td:first-child { font-weight: 700; }
.measure-list { display: grid; gap: 16px; margin-top: 8px; }
.measure-item { display: flex; gap: 12px; }
.measure-item .ix { flex: 0 0 28px; height: 28px; border-radius: var(--r-pill); background: var(--red); color: #fff; display: grid; place-items: center; font-weight: 700; font-size: 13px; }
.measure-item .mt { font-weight: 700; }
.measure-item .ms { color: var(--muted); font-size: 13.5px; }

/* related */
.qv { display: grid; grid-template-columns: 1fr 1fr; }
@media (max-width: 680px) { .qv { grid-template-columns: 1fr; } }
.qv__img img { width: 100%; height: 100%; object-fit: cover; }
.qv__body { padding: 28px; }

/* ==========================================================================
   CART / CHECKOUT / DRAWER
   ========================================================================== */
.drawer { position: fixed; inset: 0; z-index: 200; }
.drawer__scrim { position: absolute; inset: 0; background: rgba(20,16,16,0.5); animation: fade 180ms; }
.drawer__panel { position: absolute; right: 0; top: 0; bottom: 0; width: min(94vw, 440px); background: var(--paper); display: flex; flex-direction: column; animation: slideR 280ms var(--ease); }
@keyframes slideR { from { transform: translateX(100%); } }
.drawer__head { display: flex; align-items: center; justify-content: space-between; padding: 20px 22px; border-bottom: 1px solid var(--line); }
.drawer__head h3 { font-size: 17px; font-weight: 800; }
.drawer__items { flex: 1; overflow-y: auto; padding: 4px 22px; }
.cart-line { display: grid; grid-template-columns: 70px 1fr auto; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.cart-line__img { width: 70px; height: 88px; border-radius: var(--r-sm); overflow: hidden; background: var(--gray-100); }
.cart-line__img img { width: 100%; height: 100%; object-fit: cover; }
.cart-line__name { font-size: 14px; font-weight: 600; line-height: 1.3; }
.cart-line__meta { font-size: 12px; color: var(--muted); margin-top: 3px; }
.cart-line__price { font-weight: 700; text-align: right; }
.cart-line__qty { display: inline-flex; align-items: center; border: 1px solid var(--line-2); border-radius: var(--r-xs); margin-top: 8px; }
.cart-line__qty button { width: 28px; height: 28px; background: none; border: 0; display: grid; place-items: center; color: var(--ink); }
.cart-line__qty span { min-width: 26px; text-align: center; font-size: 13px; font-weight: 600; }
.cart-line__rm { background: none; border: 0; color: var(--muted-2); display: inline-flex; align-items: center; gap: 4px; font-size: 11px; margin-top: 8px; cursor: pointer; }
.cart-line__rm:hover { color: var(--red); }
.drawer__foot { border-top: 1px solid var(--line); padding: 18px 22px 22px; }
.shipbar { height: 6px; background: var(--gray-150); border-radius: var(--r-pill); margin: 6px 0 16px; overflow: hidden; }
.shipbar i { display: block; height: 100%; background: var(--green); transition: width 400ms var(--ease); }
.cart-row { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 8px; }
.cart-row .v { font-weight: 700; }
.cart-total { font-size: 18px; font-weight: 800; }
.cart-total .v { font-size: 20px; }
.empty-state { text-align: center; padding: 60px 20px; color: var(--muted); }

.cartpage { display: grid; grid-template-columns: 1fr 360px; gap: 40px; align-items: start; }
@media (max-width: 860px) { .cartpage { grid-template-columns: minmax(0, 1fr); } }
.cartpage__line { display: grid; grid-template-columns: 96px minmax(0, 1fr) auto; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.cartpage__line .img { width: 96px; height: 120px; border-radius: var(--r-sm); overflow: hidden; background: var(--gray-100); }
.cartpage__line .img img { width: 100%; height: 100%; object-fit: cover; }
.summary { border: 1px solid var(--line); border-radius: var(--r); padding: 24px; position: sticky; top: 96px; background: var(--gray-50); }
.summary h3 { font-size: 16px; font-weight: 800; margin-bottom: 16px; }
.summary__row { display: flex; justify-content: space-between; padding: 7px 0; font-size: 14px; }
.summary__row .v { font-weight: 700; }
.summary__total { border-top: 1px solid var(--line-2); margin-top: 10px; padding-top: 14px; font-size: 17px; font-weight: 800; }
.promo-input { display: flex; gap: 8px; margin: 14px 0; }
.promo-input .input { height: 44px; flex: 1; }

/* one-page checkout */
.co { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 26px; align-items: start; }
@media (max-width: 960px) { .co { grid-template-columns: minmax(0,1fr); } }
.co__guest { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 20px 24px; margin-bottom: 18px; background: var(--gray-50); }
.co__guest-txt h3 { font-family: var(--font-display); font-size: 16px; font-weight: 800; }
.co__guest-txt p { font-size: 13px; color: var(--muted); margin-top: 4px; max-width: 420px; }
.co__guest-btns { display: flex; gap: 10px; flex-wrap: wrap; }
.co__card { border: 1px solid var(--line); border-radius: var(--r-lg); padding: 24px; margin-bottom: 18px; background: var(--paper); }
.co__card-title { font-family: var(--font-display); font-size: 16px; font-weight: 800; margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.co__doc { display: flex; gap: 10px; margin-bottom: 20px; }
.co__chip { display: inline-flex; align-items: center; gap: 9px; border: 1.5px solid var(--line-2); background: var(--paper); border-radius: var(--r-pill); padding: 9px 16px; font-size: 13.5px; font-weight: 600; color: var(--ink); cursor: pointer; transition: all var(--dur); }
.co__chip.is-on { border-color: var(--red); color: var(--red); }
.co__check { width: 19px; height: 19px; flex: 0 0 auto; display: grid; place-items: center; border: 1.5px solid var(--line-2); border-radius: 5px; color: transparent; transition: all var(--dur); }
.co__chip.is-on .co__check, .co__consent.is-on .co__check { background: var(--red); border-color: var(--red); color: #fff; }
.co__consent { display: flex; align-items: center; gap: 11px; width: 100%; text-align: left; border: 1px solid var(--line); background: var(--gray-50); border-radius: var(--r-sm); padding: 14px 16px; margin-top: 18px; font-size: 13.5px; color: var(--ink); cursor: pointer; }
.co__consent--plain { border: 0; background: none; padding: 8px 2px; margin-top: 4px; }
.co__consent-txt { line-height: 1.4; }
.co__consent b { font-weight: 700; }
.co__opts { display: flex; flex-direction: column; }
.co__opt { display: flex; align-items: center; gap: 14px; padding: 16px 4px; border-bottom: 1px solid var(--line); cursor: pointer; position: relative; }
.co__opt:last-child { border-bottom: 0; }
.co__opt input { position: absolute; opacity: 0; pointer-events: none; }
.co__radio { flex: 0 0 auto; width: 20px; height: 20px; border-radius: 50%; border: 2px solid var(--line-2); transition: all var(--dur); position: relative; }
.co__opt.is-on .co__radio { border-color: var(--red); }
.co__opt.is-on .co__radio::after { content: ""; position: absolute; inset: 3px; border-radius: 50%; background: var(--red); }
.co__opt-ic { flex: 0 0 auto; width: 44px; height: 44px; display: grid; place-items: center; border-radius: var(--r-sm); background: var(--gray-50); color: var(--ink); }
.co__opt.is-on .co__opt-ic { background: var(--red-soft); color: var(--red); }
.co__opt-txt { display: flex; flex-direction: column; gap: 2px; min-width: 0; flex: 1; }
.co__opt-txt b { font-size: 14.5px; font-weight: 700; }
.co__opt-txt span { font-size: 12.5px; color: var(--muted); }
.co__opt-price { font-family: var(--font-display); font-weight: 800; font-size: 15px; white-space: nowrap; }
.co__extra { color: var(--red); font-weight: 700; }
.co__logos { display: flex; gap: 6px; flex-wrap: wrap; }
.paybadge { height: 24px; padding: 0 8px; display: grid; place-items: center; background: var(--gray-100); border: 1px solid var(--line); border-radius: 5px; font-size: 10px; font-weight: 800; color: var(--ink); letter-spacing: 0.02em; }
.co__submit { margin-top: 8px; }

/* checkout summary */
.co__summary { border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; position: sticky; top: 96px; background: var(--paper); }
.co__sum-head { font-family: var(--font-display); font-size: 13px; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; text-align: center; padding: 16px; border-bottom: 1px solid var(--line); }
.co__sum-items { padding: 6px 18px; max-height: 320px; overflow-y: auto; }
.co__sum-line { display: flex; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.co__sum-line:last-child { border-bottom: 0; }
.co__sum-media { position: relative; flex: 0 0 auto; width: 56px; height: 70px; border-radius: var(--r-sm); overflow: hidden; background: var(--gray-100); }
.co__sum-media img { width: 100%; height: 100%; object-fit: cover; }
.co__sum-qty { position: absolute; top: 4px; left: 4px; background: var(--ink); color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 10px; padding: 2px 6px; border-radius: var(--r-pill); }
.co__sum-info { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.co__sum-info b { font-size: 13.5px; font-weight: 700; line-height: 1.25; }
.co__sum-info span { font-size: 11.5px; color: var(--muted); }
.co__sum-price { font-family: var(--font-display); font-weight: 700; color: var(--ink) !important; font-size: 14px; margin-top: 2px; }
.co__sum-rows { padding: 14px 18px; border-top: 1px solid var(--line); }
.co__sum-row { display: flex; justify-content: space-between; padding: 5px 0; font-size: 13.5px; color: var(--muted); }
.co__sum-row .v { font-family: var(--font-display); font-weight: 700; color: var(--ink); }
.co__sum-total { display: flex; justify-content: space-between; align-items: baseline; padding: 14px 18px; border-top: 1px solid var(--line); font-family: var(--font-display); font-weight: 800; }
.co__sum-total .v { font-size: 22px; }
.co__sum-cta { margin: 0 18px 18px; width: calc(100% - 36px); }
@media (max-width: 960px) { .co__summary { position: static; order: -1; } }

.formgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.formgrid .full { grid-column: 1 / -1; }
@media (max-width: 520px) { .formgrid { grid-template-columns: 1fr; } }
.formgrid .input, .formgrid .field { min-width: 0; }
.radio-card { display: flex; align-items: center; gap: 12px; border: 1.5px solid var(--line-2); border-radius: var(--r-sm); padding: 15px; cursor: pointer; margin-bottom: 10px; transition: border-color var(--dur); }
.radio-card.is-on { border-color: var(--ink); }
.radio-card input { accent-color: var(--red); width: 18px; height: 18px; }
.radio-card .r-title { font-weight: 700; font-size: 14px; }
.radio-card .r-sub { font-size: 12.5px; color: var(--muted); }
.radio-card .r-price { margin-left: auto; font-weight: 700; }

.confirm { text-align: center; max-width: 560px; margin: 0 auto; padding: clamp(40px, 8vw, 90px) 0; }
.confirm__check { width: 84px; height: 84px; border-radius: var(--r-pill); background: var(--green); color: #fff; display: grid; place-items: center; margin: 0 auto 26px; }
.confirm h1 { font-size: clamp(28px, 4vw, 44px); font-weight: 800; }

/* thank-you / order confirmation (analytical) */
.ty { max-width: 1000px; margin: 0 auto; }
.ty__hero { text-align: center; padding: 8px 0 36px; }
.ty__hero .confirm__check { width: 76px; height: 76px; margin-bottom: 22px; animation: tyPop 420ms var(--ease); }
@keyframes tyPop { 0% { transform: scale(0.4); opacity: 0; } 60% { transform: scale(1.08); } 100% { transform: scale(1); opacity: 1; } }
.ty__hero h1 { font-size: clamp(26px, 3.6vw, 42px); font-weight: 800; letter-spacing: -0.02em; }
.ty__lead { color: var(--muted); font-size: 16px; max-width: 560px; margin: 14px auto 0; line-height: 1.6; }
.ty__lead b { color: var(--ink); font-family: var(--font-display); }

/* progress track */
.ty__track { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 28px; position: relative; }
.ty__step { display: flex; align-items: center; gap: 11px; padding: 14px 16px; border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--paper); }
.ty__step.is-on { border-color: var(--green); background: color-mix(in srgb, var(--green) 6%, var(--paper)); }
.ty__step-ic { flex: 0 0 auto; width: 38px; height: 38px; display: grid; place-items: center; border-radius: var(--r-pill); background: var(--gray-100); color: var(--muted); }
.ty__step.is-on .ty__step-ic { background: var(--green); color: #fff; }
.ty__step-txt { display: flex; flex-direction: column; min-width: 0; }
.ty__step-txt b { font-size: 13px; font-weight: 700; white-space: nowrap; }
.ty__step-txt span { font-size: 11.5px; color: var(--muted); white-space: nowrap; }
@media (max-width: 860px) { .ty__track { grid-template-columns: 1fr 1fr; } }
@media (max-width: 460px) { .ty__track { grid-template-columns: 1fr; } }

.ty__grid { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 22px; align-items: start; }
@media (max-width: 860px) { .ty__grid { grid-template-columns: minmax(0,1fr); } }
.ty__card-head { display: flex; align-items: center; gap: 9px; font-family: var(--font-display); font-size: 14px; font-weight: 800; padding: 16px 20px; border-bottom: 1px solid var(--line); }
.ty__card-head svg { color: var(--red); }
.ty__card-head span { color: var(--muted); font-weight: 600; }
.ty__items { border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.ty__lines { padding: 4px 20px; }
.ty__line { display: grid; grid-template-columns: 64px minmax(0,1fr) auto; gap: 14px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--line); }
.ty__line:last-child { border-bottom: 0; }
.ty__line-media { width: 64px; height: 80px; border-radius: var(--r-sm); overflow: hidden; background: var(--gray-100); }
.ty__line-media img { width: 100%; height: 100%; object-fit: cover; }
.ty__line-info { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.ty__line-info b { font-size: 14.5px; font-weight: 700; line-height: 1.25; }
.ty__line-meta { font-size: 12px; color: var(--muted); }
.ty__line-qty { font-size: 12px; color: var(--muted); }
.ty__line-price { text-align: right; display: flex; flex-direction: column; gap: 2px; }
.ty__line-price b { font-family: var(--font-display); font-weight: 800; font-size: 15px; }
.ty__line-price span { font-size: 11px; color: var(--muted); }

.ty__side { display: flex; flex-direction: column; gap: 18px; position: sticky; top: 96px; }
.ty__totals { border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.ty__trow { display: flex; justify-content: space-between; padding: 8px 20px; font-size: 14px; color: var(--muted); }
.ty__trow:first-of-type { padding-top: 16px; }
.ty__trow .v { font-family: var(--font-display); font-weight: 700; color: var(--ink); }
.ty__trow--total { border-top: 1px solid var(--line); margin-top: 6px; padding-top: 14px; padding-bottom: 14px; font-family: var(--font-display); font-weight: 800; color: var(--ink); font-size: 16px; }
.ty__trow--total .v { font-size: 20px; }
.ty__paid { display: flex; align-items: center; gap: 8px; margin: 0 20px 18px; padding: 10px 12px; border-radius: var(--r-sm); background: color-mix(in srgb, var(--green) 10%, var(--paper)); color: var(--green); font-size: 12.5px; font-weight: 700; line-height: 1.35; }
.ty__detail { border: 1px solid var(--line); border-radius: var(--r-lg); padding: 6px 20px; }
.ty__detail-row { display: flex; gap: 13px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.ty__detail-row:last-child { border-bottom: 0; }
.ty__detail-ic { flex: 0 0 auto; width: 40px; height: 40px; display: grid; place-items: center; border-radius: var(--r-pill); background: var(--gray-50); color: var(--ink); }
.ty__detail-row b { display: block; font-size: 13.5px; font-weight: 700; margin-bottom: 3px; }
.ty__detail-row span { font-size: 12.5px; color: var(--muted); line-height: 1.5; }
.ty__cta { display: flex; gap: 12px; justify-content: center; margin-top: 32px; flex-wrap: wrap; }
@media (max-width: 460px) { .ty__cta .btn { width: 100%; } }

/* ==========================================================================
   ACCOUNT / AUTH / STATIC
   ========================================================================== */
.auth { max-width: 960px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
@media (max-width: 740px) { .auth { grid-template-columns: 1fr; } }
.auth__panel { padding: clamp(26px, 4vw, 44px); }
.auth__panel + .auth__panel { border-left: 1px solid var(--line); background: var(--gray-50); }
@media (max-width: 740px) { .auth__panel + .auth__panel { border-left: 0; border-top: 1px solid var(--line); } }
.auth h2 { font-size: 22px; font-weight: 800; margin-bottom: 6px; }
.auth p.sub { color: var(--muted); font-size: 14px; margin-bottom: 22px; }
.auth .field { margin-bottom: 15px; }

.acct-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; margin-top: 30px; }
@media (max-width: 760px) { .acct-grid { grid-template-columns: 1fr; } }
.acct-card { border: 1px solid var(--line); border-radius: var(--r); padding: 18px; margin-bottom: 12px; }

.page-hero { background: var(--gray-50); border-bottom: 1px solid var(--line); padding-block: clamp(36px, 5vw, 76px); }
.page-hero .eyebrow { margin-bottom: 12px; }
.page-hero h1 { font-size: clamp(34px, 5.5vw, 72px); font-weight: 800; letter-spacing: -0.025em; line-height: 1.0; }
.page-hero p { color: var(--muted); max-width: 600px; margin-top: 16px; font-size: 17px; line-height: 1.6; }
.prose { max-width: 720px; }
.prose p { font-size: 16px; line-height: 1.75; margin-bottom: 16px; color: var(--ink); }
.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
@media (max-width: 740px) { .stat-row { grid-template-columns: 1fr 1fr; } }
.stat { padding: 26px; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat__n { font-family: var(--font-display); font-weight: 800; font-size: clamp(30px, 4vw, 50px); color: var(--red); letter-spacing: -0.02em; }
.stat__l { font-size: 13px; color: var(--muted); margin-top: 4px; }
.stores-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 900px) { .stores-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .stores-grid { grid-template-columns: 1fr; } }
.store-card { border: 1px solid var(--line); border-radius: var(--r); padding: 22px; display: flex; flex-direction: column; gap: 8px; }
.store-card h3 { font-size: 17px; font-weight: 800; }
.store-card .row { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--muted); }
.store-card .row svg { flex: 0 0 auto; color: var(--red); }
.contact-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; }
@media (max-width: 800px) { .contact-grid { grid-template-columns: 1fr; } }
