/** Shopify CDN: Minification failed

Line 740:0 All "@import" rules must come first

**/
/* ==========================================================================
   Pilates Society — Component CSS
   Ported from _handoff/.../ui_kits/shop/shop.css. Visual source-of-truth for
   every component class used in PS sections and snippets. Loaded after
   pilates-tokens.css so component rules see the tokens.

   Departures from prototype shop.css:
   - Stripped device-frame chrome (.stage, .frame-desktop, .frame-mobile, .m-status, .m-notch, .m-home, .m-content) — prototype-stage only.
   - Added -webkit-backdrop-filter prefix anywhere backdrop-filter is used (Safari).
   - @import for fonts lives in pilates-tokens.css, not here.
   ========================================================================== */

* { box-sizing: border-box; }
a { cursor: pointer; color: inherit; text-decoration: none; border: 0; padding: 0; }
button { font-family: inherit; cursor: pointer; border: 0; background: transparent; }

/* ========== TOKENS LOCAL ========== */
.eb { font-family: var(--font-body); font-size: 11px; font-weight: 500; letter-spacing: 0.18em; text-transform: lowercase; color: var(--fg-3); white-space: nowrap; }
.eb-rose { color: var(--ps-dusty-rose); }
.serif { font-family: var(--font-display); font-weight: 400; letter-spacing: -0.01em; color: var(--fg-1); line-height: 1.05; }

/* ========== BUTTONS (SPEC) ========== */
.btn { font-family: var(--font-body); font-size: 13px; font-weight: 500; letter-spacing: 0.04em; padding: 14px 28px; border-radius: 9999px; border: 1px solid transparent; cursor: pointer; transition: all 280ms var(--ease-calm); display: inline-flex; align-items: center; gap: 8px; }
.btn-primary { background: var(--ps-dusty-rose); color: var(--ps-deep-cocoa); }
.btn-primary:hover { background: var(--ps-muted-red); color: var(--ps-warm-cream); transform: translateY(-1px); }
.btn-secondary { background: transparent; border-color: var(--ps-taupe); color: var(--ps-deep-cocoa); }
.btn-secondary:hover { border-color: var(--ps-deep-cocoa); }
.btn-lg { padding: 16px 36px; font-size: 14px; }
.btn-full { width: 100%; justify-content: center; }

/* ========== INPUT (SPEC — underline only) ========== */
.field { display: flex; flex-direction: column; gap: 6px; }
.field > label { font-family: var(--font-body); font-size: 10px; letter-spacing: 0.18em; text-transform: lowercase; color: var(--fg-3); }
.field > input, .field > select, .field > textarea { font-family: var(--font-body); font-size: 15px; padding: 10px 0; background: transparent; border: 0; border-bottom: 1px solid var(--ps-taupe); color: var(--fg-1); outline: none; border-radius: 0; width: 100%; transition: border-color 200ms; }
.field > input:focus, .field > select:focus, .field > textarea:focus { border-bottom: 1px solid var(--ps-deep-cocoa); }
.field > input::placeholder { color: var(--fg-4); font-style: italic; }
.field-row { display: flex; gap: 24px; }
.field-row > .field { flex: 1; }

/* ========== BADGE (SPEC) ========== */
.badge { font-family: var(--font-body); font-size: 11px; letter-spacing: 0.14em; text-transform: lowercase; padding: 4px 12px; border-radius: 9999px; background: var(--ps-soft-blush); color: var(--ps-deep-cocoa); display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.badge-red { background: var(--ps-muted-red); color: var(--ps-warm-cream); }
.badge-taupe { background: transparent; border: 1px solid var(--ps-taupe); color: var(--fg-2); padding: 3px 11px; }

/* ========== HEADER (global) ========== */
.h { position: sticky; top: 0; z-index: 20; background: rgba(246,241,238,0.95); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border-soft); transition: padding 280ms var(--ease-calm); }
.h-inner { max-width: 1440px; margin: 0 auto; padding: 18px 80px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 48px; }
.h-nav { display: flex; gap: 32px; }
.h-nav a { font-size: 13px; letter-spacing: 0.06em; color: var(--fg-1); transition: color 200ms; }
.h-nav a:hover { color: var(--ps-muted-red); }
.h-wm { font-family: var(--font-display); font-size: 26px; font-weight: 600; color: var(--ps-dusty-rose); letter-spacing: -0.01em; text-align: center; white-space: nowrap; line-height: 1; }
.h-wm .dot { color: var(--ps-muted-red); }
/* Stacked wordmark — matches the supplied logo */
.wm-stacked { display: inline-flex; flex-direction: column; align-items: center; line-height: 0.92; gap: 0.04em; }
.wm-stacked .wm-l { display: block; }
.wm-stacked .dot { color: var(--ps-muted-red); }
.h-icons { display: flex; gap: 20px; justify-content: flex-end; align-items: center; }
.h-icons button { display: flex; align-items: center; gap: 6px; color: var(--fg-1); }
.h-icons .bag-count { font-family: var(--font-body); font-size: 11px; letter-spacing: 0.1em; }

/* desktop header — hidden under 768 */
@media (max-width: 767px) { .h { display: none; } }

/* mobile header — hidden 768+ */
.h-m { display: none; padding: 14px 20px; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--border-soft); background: rgba(246,241,238,0.95); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); position: sticky; top: 0; z-index: 20; }
@media (max-width: 767px) { .h-m { display: grid; } }
.h-m > a > button { background: transparent; border: 0; padding: 0; color: var(--fg-1); display: inline-flex; align-items: center; cursor: pointer; }
.h-m button { background: transparent; border: 0; padding: 0; color: var(--fg-1); display: inline-flex; align-items: center; cursor: pointer; }
.h-m-wm { font-family: var(--font-display); font-size: 20px; color: var(--ps-dusty-rose); text-align: center; letter-spacing: -0.01em; white-space: nowrap; }
.h-m-wm .dot { color: var(--ps-muted-red); }
.h-m-left, .h-m-right { display: flex; gap: 14px; align-items: center; }
.h-m-left { justify-content: flex-start; }
.h-m-right { justify-content: flex-end; }
.h-m-left a, .h-m-right a { display: inline-flex; align-items: center; justify-content: center; line-height: 0; }
.h-m a img, .h-m button img, .h-m a svg, .h-m button svg { display: block; }
.h-m-icon { width: 24px; height: 24px; color: var(--fg-1); }

/* mobile menu drawer */
.h-m-drawer { position: fixed; inset: 0; z-index: 90; pointer-events: none; }
.h-m-drawer:not(.is-open) > .h-m-drawer-backdrop, .h-m-drawer:not(.is-open) > .h-m-drawer-panel { display: none; }
.h-m-drawer.is-open { pointer-events: auto; }
.h-m-drawer-backdrop { position: fixed; inset: 0; background: rgba(58,46,43,0.4); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); animation: ps-fadein 240ms; }
.h-m-drawer-panel { position: fixed; top: 0; left: 0; bottom: 0; width: 84vw; max-width: 360px; background: var(--ps-warm-cream); padding: 28px 24px; display: flex; flex-direction: column; gap: 32px; animation: ps-slideinleft 320ms var(--ease-calm); }
@keyframes ps-slideinleft { from { transform: translateX(-100%); } to { transform: translateX(0); } }
.h-m-drawer-close { align-self: flex-end; background: transparent; border: 0; font-family: var(--font-display); font-size: 32px; line-height: 1; color: var(--fg-1); cursor: pointer; }
.h-m-drawer-nav { display: flex; flex-direction: column; gap: 4px; }
.h-m-drawer-nav a { font-family: var(--font-display); font-size: 32px; line-height: 1.15; letter-spacing: -0.012em; color: var(--fg-1); padding: 6px 0; text-decoration: none; }
.h-m-drawer-nav a .dot { color: var(--ps-muted-red); }
.h-m-drawer-foot { margin-top: auto; display: flex; flex-direction: column; gap: 12px; padding-top: 24px; border-top: 1px solid var(--border-soft); }

/* responsive show/hide */
@media (max-width: 767px) { .h { display: none; } }
@media (min-width: 768px) { .h-m { display: none; } }

/* ========== FOOTER ========== */
.f { background: var(--ps-deep-cocoa); color: var(--ps-warm-cream); padding: 80px 80px 32px; margin-top: 96px; }
.f-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(246,241,238,0.12); }
.f-brand-wm { font-family: var(--font-display); font-size: 36px; font-weight: 600; color: var(--ps-dusty-rose); letter-spacing: -0.01em; align-items: flex-start; }
.f-brand-p { font-size: 13px; color: rgba(246,241,238,0.7); margin-top: 16px; max-width: 28ch; line-height: 1.6; }
.f-col-head { font-size: 10px; letter-spacing: 0.2em; text-transform: lowercase; color: var(--ps-dusty-rose); margin-bottom: 16px; }
.f-col a { display: block; color: rgba(246,241,238,0.8); font-size: 13px; margin-bottom: 10px; letter-spacing: 0.02em; }
.f-col a:hover { color: var(--ps-warm-cream); }
.f-base { max-width: 1280px; margin: 32px auto 0; display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.f-base-l { font-size: 11px; color: rgba(246,241,238,0.5); letter-spacing: 0.1em; text-transform: lowercase; }
.f-pay { display: flex; gap: 8px; align-items: center; }
.f-pay .p { padding: 4px 10px; border: 1px solid rgba(246,241,238,0.2); border-radius: 4px; font-size: 9px; letter-spacing: 0.14em; color: rgba(246,241,238,0.7); text-transform: uppercase; font-family: var(--font-body); font-weight: 500; }
.f-lang { display: inline-flex; gap: 4px; padding: 3px; background: rgba(246,241,238,0.06); border-radius: 9999px; }
.f-lang a, .f-lang button { padding: 5px 14px; font-size: 11px; letter-spacing: 0.14em; text-transform: lowercase; color: rgba(246,241,238,0.55); border-radius: 9999px; text-decoration: none; cursor: pointer; line-height: 1.2; display: inline-block; transition: background 200ms, color 200ms; background: transparent; border: 0; }
.f-lang a:hover, .f-lang button:hover { color: rgba(246,241,238,0.9); background: rgba(246,241,238,0.06); }
.f-lang a.on, .f-lang button.on { background: rgba(246,241,238,0.18); color: var(--ps-warm-cream); }

/* mobile footer */
@media (max-width: 767px) {
  .f { padding: 48px 24px 24px; }
  .f .f-inner { grid-template-columns: 1fr 1fr; gap: 32px 20px; }
  .f .f-brand-wm { font-size: 28px; }
  .f .f-base { flex-direction: column; align-items: flex-start; }
}

/* ========== PRODUCT CARD — editorial floating ========== */
.p-card { display: block; text-decoration: none; color: inherit; cursor: pointer; }
.p-card-img { position: relative; aspect-ratio: 4/5; border-radius: 8px; overflow: hidden; background: var(--ps-cream-100); }
.p-card-img > .p-img,
.p-card-img > .p-img-real,
.p-card-img > .p-img-hover { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; transition: transform 480ms var(--ease-calm), opacity 320ms var(--ease-calm); }
.p-card-img > .p-img-hover { opacity: 0; }
.p-card:hover .p-img-real,
.p-card:hover .p-img { transform: scale(1.02); }
.p-card:hover .p-img-hover { opacity: 1; transform: scale(1.02); }
.p-card-badge { position: absolute; top: 12px; left: 12px; z-index: 2; }
.p-card-eb { display: block; font-family: var(--font-body); font-size: 11px; font-weight: 500; letter-spacing: 0.18em; text-transform: lowercase; color: var(--ps-taupe-700); margin-top: 16px; }
.p-card-name { font-family: var(--font-display); font-style: italic; font-weight: 400; font-size: 19px; line-height: 1.15; letter-spacing: -0.005em; color: var(--fg-1); margin-top: 6px; }
.p-card-name .dot { color: var(--ps-muted-red); font-style: normal; }
.p-card-foot { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-top: 6px; }
.p-card-price { font-family: var(--font-body); font-size: 13px; color: var(--fg-2); letter-spacing: 0.02em; }
.p-card-view { font-family: var(--font-body); font-size: 12px; letter-spacing: 0.06em; color: var(--ps-muted-red); opacity: 0; transform: translateX(-4px); transition: opacity 200ms ease, transform 200ms ease; white-space: nowrap; }
.p-card:hover .p-card-view { opacity: 1; transform: translateX(0); }
.p-card-view .ps-arrow { display: inline-block; margin-left: 4px; transition: transform 200ms ease; }
.p-card:hover .p-card-view .ps-arrow { transform: translateX(2px); }

/* Sold-out muting */
.p-card.is-soldout .p-card-img > img:not(.p-img-hover) { filter: grayscale(0.4); opacity: 0.78; }
.p-card.is-soldout .p-card-name { color: var(--fg-3); }

/* Touch devices: hover features hidden */
@media (hover: none) {
  .p-card-img > .p-img-hover { display: none; }
  .p-card-view { display: none; }
}

/* RTL: flip arrow + animation direction */
[dir="rtl"] .p-card-view .ps-arrow { transform: scaleX(-1); }
[dir="rtl"] .p-card:hover .p-card-view .ps-arrow { transform: scaleX(-1) translateX(-2px); }
[dir="rtl"] .p-card-view { transform: translateX(4px); }
[dir="rtl"] .p-card:hover .p-card-view { transform: translateX(0); }

/* Related/cross-sell grid — responsive 2-col mobile, 3-col desktop */
.ps-related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
@media (min-width: 768px) { .ps-related-grid { grid-template-columns: repeat(3, 1fr); gap: 32px; } }
.ps-related-grid .p-card-name { font-size: 17px; line-height: 1.2; }
@media (min-width: 768px) { .ps-related-grid .p-card-name { font-size: 18px; } }

/* ========== GRADIENT IMAGE PLACEHOLDERS (lifestyle photography stand-ins) ========== */
.p-img { width: 100%; height: 100%; display: block; }
.ph-blush { background: linear-gradient(135deg,#EAD1CF 0%,#D8A7A7 70%,#B97E7E 100%); }
.ph-taupe { background: linear-gradient(160deg,#D4C9C0 0%,#8A7D73 100%); }
.ph-cream { background: linear-gradient(135deg,#F6F1EE 0%,#C5B7AE 100%); }
.ph-cocoa { background: linear-gradient(135deg,#5A4A45 0%,#3A2E2B 100%); }
.ph-rose  { background: linear-gradient(150deg,#F6F1EE 0%,#D8A7A7 100%); }
.ph-dune  { background: linear-gradient(180deg,#EAD1CF 0%,#C5B7AE 100%); }
.ph-light { background: radial-gradient(ellipse at 30% 25%, rgba(246,241,238,0.6), transparent 55%), linear-gradient(135deg,#EAD1CF,#D8A7A7); }

/* ========== SHARED SECTION ========== */
.sec { max-width: 1440px; margin: 0 auto; padding: 96px 80px; }
.sec-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 40px; gap: 32px; }
.sec-title { font-family: var(--font-display); font-size: 44px; letter-spacing: -0.015em; color: var(--fg-1); line-height: 1.1; }
.sec-sub { font-family: var(--font-body); font-size: 14px; color: var(--fg-3); letter-spacing: 0.02em; margin-top: 8px; }
.link-quiet { font-size: 12px; letter-spacing: 0.12em; text-transform: lowercase; color: var(--fg-2); border-bottom: 1px solid var(--ps-dusty-rose); padding-bottom: 2px; cursor: pointer; }
.link-quiet:hover { color: var(--ps-muted-red); border-color: var(--ps-muted-red); }

/* ========== CART DRAWER (Phase 2 will restyle to use these tokens) ========== */
@keyframes ps-fadein { from { opacity: 0; } to { opacity: 1; } }
@keyframes ps-slidein { from { transform: translateX(100%); } to { transform: translateX(0); } }
.cart-backdrop { position: fixed; inset: 0; background: rgba(58,46,43,0.5); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); z-index: 40; animation: ps-fadein 280ms; }
.cart-drawer { position: fixed; top: 0; right: 0; bottom: 0; width: 420px; background: var(--ps-cream-50); z-index: 41; display: flex; flex-direction: column; animation: ps-slidein 400ms var(--ease-calm); }
.cart-head { padding: 24px 28px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--border-soft); }
.cart-head h3 { font-family: var(--font-display); font-size: 22px; letter-spacing: -0.005em; }
.cart-empty-img { width: 140px; height: 140px; border-radius: 9999px; }
.cart-empty-t { font-family: var(--font-display); font-size: 28px; letter-spacing: -0.005em; }
.cart-empty-p { font-size: 13px; color: var(--fg-3); max-width: 28ch; line-height: 1.6; }

/* ========== HERO (VIDEO) — Phase 2 will use this in sections/hero-v.liquid ========== */
.hero-v { position: relative; width: 100%; height: 780px; min-height: 640px; overflow: hidden; background: var(--ps-soft-blush); }
.hero-v-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-v-poster { position: absolute; inset: 0; z-index: 0; }
.hero-v-grad { position: absolute; inset: 0; background: linear-gradient(95deg, rgba(40,30,28,0.92) 0%, rgba(40,30,28,0.72) 25%, rgba(40,30,28,0.42) 50%, rgba(40,30,28,0.18) 78%, rgba(40,30,28,0.10) 100%), radial-gradient(ellipse 70% 55% at 22% 78%, rgba(20,12,10,0.55) 0%, transparent 70%), linear-gradient(180deg, rgba(40,30,28,0.20) 0%, rgba(40,30,28,0.14) 100%); z-index: 1; pointer-events: none; }
.hero-v-txt { position: absolute; left: 80px; bottom: 72px; right: 80px; z-index: 2; display: flex; flex-direction: column; gap: 20px; max-width: 560px; }
.hero-v-eb { font-family: var(--font-body); font-size: 11px; letter-spacing: 0.2em; text-transform: lowercase; color: var(--ps-taupe); }
.hero-v .hero-v-eb { color: rgba(246,241,238,0.95); text-shadow: 0 1px 8px rgba(0,0,0,0.45); }
.hero-v-title { font-family: var(--font-display); font-style: italic; font-size: 76px; line-height: 0.98; letter-spacing: -0.02em; color: var(--ps-warm-cream); font-weight: 400; text-shadow: 0 2px 28px rgba(0,0,0,0.55), 0 1px 4px rgba(0,0,0,0.35); }
.hero-v-title .dot { color: var(--ps-muted-red); font-style: normal; }
.hero-v-sub { font-family: var(--font-body); font-size: 15px; line-height: 1.6; color: var(--ps-warm-cream); max-width: 42ch; text-shadow: 0 1px 16px rgba(0,0,0,0.50), 0 1px 3px rgba(0,0,0,0.30); }
.hero-v-cta { margin-top: 4px; }

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .hero-v-media { animation: none !important; }
  .hero-photo-img { animation: none !important; }
}

/* ========== HERO PHOTO (ambient ken-burns drift) ========== */
.hero-photo { position: absolute; inset: 0; overflow: hidden; background: var(--ps-soft-blush); }
.hero-photo-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 35%; transform: scale(1.08); animation: heroDrift 22s var(--ease-calm) infinite alternate; }
.hero-photo-video { animation: none !important; transform: none !important; }
.hero-photo.still .hero-photo-img { animation: none; }
.hero-photo.vert .hero-photo-img { object-position: center 50%; }
.hero-photo .hero-photo-grain, .hero-m-v-media .hero-photo-grain { display: block; position: absolute; inset: 0; background-image: radial-gradient(rgba(58,46,43,0.05) 1px, transparent 1px); background-size: 3px 3px; mix-blend-mode: multiply; opacity: 0.5; pointer-events: none; }
@keyframes heroDrift {
  from { transform: scale(1.08) translate(0, 0); }
  to   { transform: scale(1.14) translate(-2%, -1.5%); }
}

/* Mobile hero — text overlaid on image (matches desktop pattern) */
.hero-m-v { position: relative; width: 100%; height: 88vh; min-height: 580px; max-height: 820px; overflow: hidden; background: var(--ps-soft-blush); }
.hero-m-v-media { position: absolute; inset: 0; width: 100%; height: 100%; overflow: hidden; }
.hero-m-v-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(40,30,28,0.05) 0%, rgba(40,30,28,0.18) 42%, rgba(40,30,28,0.55) 78%, rgba(40,30,28,0.78) 100%); pointer-events: none; z-index: 1; }
.hero-m-v-txt { position: absolute; left: 0; right: 0; bottom: 0; padding: 28px 22px 36px; display: flex; flex-direction: column; gap: 14px; z-index: 2; }
.hero-m-v .hero-v-eb { color: rgba(246,241,238,0.92); text-shadow: 0 1px 8px rgba(0,0,0,0.45); }
.hero-m-v-title { font-family: var(--font-display); font-style: italic; font-size: 44px; line-height: 1; letter-spacing: -0.02em; color: var(--ps-warm-cream); font-weight: 400; text-shadow: 0 2px 22px rgba(0,0,0,0.55), 0 1px 4px rgba(0,0,0,0.32); }
.hero-m-v-title .dot { color: var(--ps-muted-red); font-style: normal; }
.hero-m-v-sub { font-family: var(--font-body); font-size: 14px; line-height: 1.55; color: rgba(246,241,238,0.94); text-shadow: 0 1px 14px rgba(0,0,0,0.45), 0 1px 3px rgba(0,0,0,0.28); }

/* ========== SECTION WRAPPER ========== */
.sec { max-width: 1440px; margin: 0 auto; padding: 96px 80px; }
.sec-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 40px; gap: 32px; }
.sec-title { font-family: var(--font-display); font-size: 44px; letter-spacing: -0.015em; color: var(--fg-1); line-height: 1.1; }
.sec-title .dot { color: var(--ps-muted-red); font-style: normal; }
.sec-sub { font-family: var(--font-body); font-size: 14px; color: var(--fg-3); letter-spacing: 0.02em; margin-top: 8px; }

/* ========== FEATURED PRODUCTS GRID ========== */
.p-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

/* ========== STORY (image + copy two-column) ========== */
.story { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.story-img { aspect-ratio: 4/5; border-radius: 16px; overflow: hidden; }
.story-img-real { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 600ms var(--ease-calm); }
.story-img:hover .story-img-real { transform: scale(1.02); }
.story-copy { display: flex; flex-direction: column; gap: 18px; }
.story-title { font-family: var(--font-display); font-size: 40px; line-height: 1.1; letter-spacing: -0.015em; }
.story-title .dot { color: var(--ps-muted-red); font-style: normal; }
.story-p { font-size: 15px; line-height: 1.7; color: var(--fg-2); max-width: 44ch; }

/* ========== RITUAL TRIPTYCH ========== */
.ritual { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.ritual-item { display: flex; flex-direction: column; gap: 14px; }
.ritual-img { aspect-ratio: 3/4; border-radius: 16px; overflow: hidden; }
.ritual-img-real { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 600ms var(--ease-calm); }
.ritual-img:hover .ritual-img-real { transform: scale(1.02); }
.ritual-title { font-family: var(--font-display); font-size: 22px; letter-spacing: -0.005em; }
.ritual-title .dot { color: var(--ps-muted-red); font-style: normal; }
.ritual-p { font-size: 13px; color: var(--fg-3); line-height: 1.6; max-width: 32ch; }

/* ========== NEWSLETTER ========== */
.nl { max-width: 1440px; margin: 0 auto; padding: 64px 80px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; background: var(--ps-soft-blush); }
.nl-title { font-family: var(--font-display); font-size: 44px; letter-spacing: -0.015em; margin: 0; }
.nl-title .dot { color: var(--ps-muted-red); font-style: normal; }
.nl-p { font-size: 14px; color: var(--fg-2); max-width: 40ch; line-height: 1.6; margin: 0; }
.nl-form { display: flex; align-items: center; gap: 12px; max-width: 460px; width: 100%; margin-top: 8px; }
.nl-form .field { flex: 1; }
/* Kill stock Dawn .field:before/:after box ring — keep only the input's pill border */
.nl-form .field::before,
.nl-form .field::after { content: none; box-shadow: none; border: 0; }
.nl-form .field > label { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.nl-form .field > input { font-size: 14px; text-align: center; padding: 13px 20px; background: var(--ps-warm-cream); border: 1px solid var(--border-soft); border-radius: 9999px; transition: border-color 200ms; outline: none; }
.nl-form .field > input:focus,
.nl-form .field > input:focus-visible { border-color: var(--ps-dusty-rose); outline: none; box-shadow: none; }

/* ========== RESPONSIVE — mobile overrides ========== */
@media (max-width: 767px) {
  .sec { padding: 48px 20px; }
  .sec-head { flex-direction: column; align-items: flex-start; gap: 12px; margin-bottom: 24px; }
  .sec-title { font-size: 32px; }
  .hero-v { display: none; }
  .p-grid-4 { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .story { grid-template-columns: 1fr; gap: 32px; }
  .story-title { font-size: 28px; }
  .ritual { grid-template-columns: 1fr; gap: 24px; }
  .nl { padding: 64px 20px; }
  .nl-title { font-size: 30px; }
  .nl-form { flex-direction: column; align-items: stretch; gap: 16px; }
}
@media (min-width: 768px) {
  .hero-m-v { display: none; }
}

/* ============================================================
   PLP / COLLECTION
   ============================================================ */
.crumb { max-width: 1440px; margin: 0 auto; padding: 32px 80px 0; font-size: 11px; letter-spacing: 0.14em; text-transform: lowercase; color: var(--fg-3); }
.crumb a { color: var(--fg-3); }
.crumb a:hover { color: var(--fg-1); }
.crumb .sep { margin: 0 10px; opacity: 0.5; }
.crumb .cur { color: var(--fg-1); }
.plp-head { max-width: 1440px; margin: 0 auto; padding: 24px 80px 48px; }
.plp-head .sec-title { font-size: 56px; }
.plp-head .sec-sub { font-size: 15px; margin-top: 12px; max-width: 48ch; }
.plp-filters { max-width: 1440px; margin: 0 auto; padding: 0 80px 32px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--border-soft); padding-bottom: 20px; gap: 20px; }
.plp-filters .f-group { display: flex; gap: 24px; align-items: center; }
.plp-filter { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; letter-spacing: 0.06em; color: var(--fg-2); cursor: pointer; padding: 8px 0; }
.plp-filter .chev { font-size: 9px; opacity: 0.6; }
.plp-count { font-size: 11px; letter-spacing: 0.14em; text-transform: lowercase; color: var(--fg-3); }
.plp-grid { max-width: 1440px; margin: 0 auto; padding: 32px 80px 96px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.plp-grid.four { grid-template-columns: repeat(4, 1fr); }
.plp-empty { max-width: 1440px; margin: 0 auto; padding: 96px 80px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.plp-empty .ph-rose { width: 200px; height: 200px; border-radius: 16px; background: var(--ps-soft-blush); }
.plp-empty .t { font-family: var(--font-display); font-size: 32px; margin-top: 16px; }
.ph-rose { background: var(--ps-soft-blush); }

/* ============================================================
   PDP
   ============================================================ */
.pdp { max-width: 1440px; margin: 0 auto; padding: 32px 80px 0; display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; }
.pdp-gallery { display: grid; grid-template-columns: 80px 1fr; gap: 16px; }
.pdp-thumbs { display: flex; flex-direction: column; gap: 10px; }
.pdp-thumbs .t { aspect-ratio: 4/5; border-radius: 8px; overflow: hidden; cursor: pointer; opacity: 0.7; transition: opacity 200ms; border: 0; padding: 0; background: transparent; }
.pdp-thumbs .t.on { opacity: 1; outline: 1px solid var(--ps-deep-cocoa); outline-offset: 2px; }
.pdp-thumbs .t img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pdp-main-img { aspect-ratio: 4/5; border-radius: 16px; overflow: hidden; }
.pdp-main-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: opacity 220ms ease; }
.pdp-info { padding: 24px 0; display: flex; flex-direction: column; gap: 24px; }
.pdp-name { font-family: var(--font-display); font-size: 44px; line-height: 1.05; letter-spacing: -0.015em; }
.pdp-name .dot { color: var(--ps-muted-red); }
.pdp-price { font-family: var(--font-body); font-size: 17px; color: var(--fg-1); letter-spacing: 0.02em; }
.pdp-desc { font-size: 15px; line-height: 1.7; color: var(--fg-2); max-width: 40ch; }
.pdp-group { display: flex; flex-direction: column; gap: 10px; padding: 14px 0; border-top: 1px solid var(--border-soft); }
.pdp-group-label { display: flex; justify-content: space-between; }
.pdp-size-pills { display: flex; gap: 8px; flex-wrap: wrap; }
.pdp-size { padding: 10px 18px; border: 1px solid var(--ps-taupe); border-radius: 9999px; font-size: 12px; letter-spacing: 0.1em; cursor: pointer; transition: all 200ms; color: var(--fg-2); background: transparent; }
.pdp-size.on { background: var(--ps-deep-cocoa); color: var(--ps-warm-cream); border-color: var(--ps-deep-cocoa); }
.pdp-size.out { opacity: 0.35; text-decoration: line-through; cursor: not-allowed; }
.pdp-qty { display: inline-flex; align-items: center; gap: 14px; padding: 10px 18px; border: 1px solid var(--ps-taupe); border-radius: 9999px; width: fit-content; }
.pdp-qty button { font-size: 16px; padding: 0 4px; color: var(--fg-1); background: transparent; border: 0; cursor: pointer; }
.pdp-qty .n { font-size: 14px; min-width: 16px; text-align: center; }
.pdp-cta { display: flex; gap: 16px; align-items: center; margin-top: 8px; }
.pdp-ship { font-size: 12px; color: var(--fg-3); letter-spacing: 0.04em; }
.pdp-tabs { max-width: 1440px; margin: 0 auto; padding: 80px 80px 0; border-top: 1px solid var(--border-soft); }
.pdp-tab-heads { display: flex; gap: 40px; border-bottom: 1px solid var(--border-soft); }
.pdp-tab-head { padding: 16px 0; font-size: 12px; letter-spacing: 0.14em; text-transform: lowercase; color: var(--fg-3); cursor: pointer; border-bottom: 1px solid transparent; margin-bottom: -1px; transition: all 200ms; background: transparent; border-left: 0; border-right: 0; border-top: 0; }
.pdp-tab-head.on { color: var(--fg-1); border-bottom-color: var(--ps-dusty-rose); }
.pdp-tab-body { padding: 32px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; max-width: 880px; }
.pdp-tab-body p { font-size: 14px; line-height: 1.7; color: var(--fg-2); }
.pdp-tab-pane { display: none; }
.pdp-tab-pane.on { display: block; }

/* ============================================================
   CART (drawer + page)
   ============================================================ */
.cart-head .close { font-size: 20px; color: var(--fg-2); cursor: pointer; background: transparent; border: 0; }
.cart-items { flex: 1; overflow-y: auto; padding: 16px 28px; display: flex; flex-direction: column; gap: 20px; }
.cart-line { display: grid; grid-template-columns: 72px 1fr auto; gap: 14px; align-items: flex-start; padding-bottom: 20px; border-bottom: 1px solid var(--border-soft); }
.cart-line:last-child { border: 0; }
.cart-line .t { aspect-ratio: 4/5; border-radius: 8px; overflow: hidden; }
.cart-line .t img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cart-line .info { display: flex; flex-direction: column; gap: 4px; }
.cart-line .name { font-family: var(--font-display); font-size: 16px; color: var(--fg-1); letter-spacing: -0.003em; }
.cart-line .opt { font-size: 11px; letter-spacing: 0.08em; color: var(--fg-3); }
.cart-line .price { font-size: 13px; color: var(--fg-1); letter-spacing: 0.02em; }
.cart-line .qty { display: inline-flex; align-items: center; gap: 10px; padding: 4px 10px; border: 1px solid var(--ps-taupe); border-radius: 9999px; font-size: 11px; margin-top: 6px; width: fit-content; }
.cart-line .qty button { color: var(--fg-1); background: transparent; border: 0; cursor: pointer; }
.cart-line .rm { font-size: 10px; letter-spacing: 0.14em; text-transform: lowercase; color: var(--fg-3); border-bottom: 1px solid var(--ps-taupe); padding-bottom: 1px; cursor: pointer; background: transparent; border-left: 0; border-right: 0; border-top: 0; }
.cart-foot { padding: 20px 28px 28px; border-top: 1px solid var(--border-soft); display: flex; flex-direction: column; gap: 14px; background: var(--ps-warm-cream); }
.cart-row { display: flex; justify-content: space-between; font-size: 13px; }
.cart-row .k { color: var(--fg-3); letter-spacing: 0.08em; text-transform: lowercase; font-size: 11px; }
.cart-row .v { color: var(--fg-1); }
.cart-row.total { font-family: var(--font-display); font-size: 20px; color: var(--fg-1); padding-top: 8px; border-top: 1px solid var(--border-soft); }
.cart-ship-note { font-size: 11px; color: var(--fg-3); letter-spacing: 0.04em; }
.cart-empty { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; padding: 48px; text-align: center; }

/* dedicated /cart page */
.cart-page { max-width: 1440px; margin: 0 auto; padding: 48px 80px 96px; display: grid; grid-template-columns: 1.4fr 1fr; gap: 64px; }
.cart-page h1 { font-family: var(--font-display); font-size: 56px; letter-spacing: -0.02em; margin-bottom: 24px; }
.cart-page-items { display: flex; flex-direction: column; gap: 24px; }
.cart-page-item { display: grid; grid-template-columns: 120px 1fr auto; gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--border-soft); }
.cart-page-item .t { aspect-ratio: 4/5; border-radius: 12px; overflow: hidden; }
.cart-page-item .t img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cart-summary { background: var(--ps-warm-cream); border-radius: 16px; padding: 28px; height: fit-content; position: sticky; top: 100px; }

/* ============================================================
   ABOUT / OUR STORY
   ============================================================ */
.ab-hero { position: relative; width: 100%; height: 720px; min-height: 640px; overflow: hidden; background: var(--ps-soft-blush); }
.ab-hero-img { position: absolute; inset: 0; }
.ab-hero-img img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; transform: scale(1.04); animation: heroDrift 28s var(--ease-calm) infinite alternate; }
.ab-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(246,241,238,0.92) 0%, rgba(246,241,238,0.4) 38%, transparent 60%); }
.ab-hero-txt { position: absolute; left: 80px; top: 50%; transform: translateY(-50%); z-index: 2; max-width: 540px; display: flex; flex-direction: column; gap: 18px; }
.ab-hero-h { font-family: var(--font-display); font-size: 84px; line-height: 0.96; letter-spacing: -0.025em; color: var(--ps-deep-cocoa); font-weight: 400; }
.ab-hero-h .dot { color: var(--ps-muted-red); }
.ab-hero-sub { font-family: var(--font-body); font-size: 16px; line-height: 1.65; color: var(--fg-2); max-width: 44ch; }
.ab-pull { background: var(--ps-warm-cream); padding: 96px 80px; }
.ab-pull-inner { max-width: 880px; margin: 0 auto; text-align: center; display: flex; flex-direction: column; gap: 24px; align-items: center; }
.ab-pull-q { font-family: var(--font-display); font-size: 56px; line-height: 1.2; letter-spacing: -0.02em; color: var(--fg-1); font-weight: 400; }
.ab-pull-q em { font-style: italic; color: var(--ps-dusty-rose); }
.ab-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.ab-2col-img { aspect-ratio: 4/3; border-radius: 16px; overflow: hidden; }
.ab-2col-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ab-2col-copy { display: flex; flex-direction: column; gap: 18px; }
.ab-h2 { font-family: var(--font-display); font-size: 48px; line-height: 1.05; letter-spacing: -0.018em; color: var(--fg-1); }
.ab-h2 .dot { color: var(--ps-muted-red); }
.ab-p { font-family: var(--font-body); font-size: 15px; line-height: 1.75; color: var(--fg-2); max-width: 50ch; }
.ab-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
.ab-pillar { display: flex; flex-direction: column; gap: 14px; padding-top: 24px; border-top: 1px solid var(--ps-taupe); }
.ab-pillar-n { font-family: var(--font-display); font-size: 13px; letter-spacing: 0.2em; color: var(--ps-dusty-rose); }
.ab-pillar-n .dot { color: var(--ps-muted-red); }
.ab-pillar-t { font-family: var(--font-display); font-size: 26px; line-height: 1.1; letter-spacing: -0.01em; color: var(--fg-1); font-weight: 400; }
.ab-pillar-p { font-family: var(--font-body); font-size: 14px; line-height: 1.7; color: var(--fg-2); }
.ab-mat-sec { background: var(--ps-soft-blush); padding: 96px 80px; }
.ab-mat-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.ab-mat-copy { display: flex; flex-direction: column; gap: 18px; }
.ab-mat-img { aspect-ratio: 4/5; border-radius: 16px; overflow: hidden; }
.ab-mat-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ab-resp { background: var(--ps-deep-cocoa); color: var(--ps-warm-cream); padding: 96px 80px; }
.ab-resp-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: center; }
.ab-resp-img { aspect-ratio: 4/5; border-radius: 16px; overflow: hidden; }
.ab-resp-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ab-resp-copy { display: flex; flex-direction: column; gap: 18px; }
.ab-resp .eb-rose { color: var(--ps-dusty-rose); }
.ab-resp .ab-h2 { color: var(--ps-warm-cream); }
.ab-resp .ab-p { color: rgba(246,241,238,0.78); max-width: 52ch; }
.ab-cta { background: var(--ps-soft-blush); padding: 120px 80px; text-align: center; }
.ab-cta-inner { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 20px; align-items: center; }
.ab-cta-h { font-family: var(--font-display); font-size: 64px; line-height: 1.05; letter-spacing: -0.022em; color: var(--fg-1); }
.ab-cta-h .dot { color: var(--ps-muted-red); }
.ab-cta-row { display: flex; gap: 16px; margin-top: 8px; }

/* ============================================================
   JOURNAL
   ============================================================ */
.j-head-sec { max-width: 1440px; margin: 0 auto; padding: 80px 80px 32px; display: grid; grid-template-columns: 1.4fr 1fr; gap: 80px; align-items: end; border-bottom: 1px solid var(--border-soft); }
.j-head { display: flex; flex-direction: column; gap: 18px; }
.j-head-h { font-family: var(--font-display); font-size: 96px; line-height: 0.92; letter-spacing: -0.028em; color: var(--fg-1); font-weight: 400; }
.j-head-h em { font-style: italic; color: var(--ps-dusty-rose); }
.j-head-h .dot { color: var(--ps-muted-red); }
.j-head-sub { font-size: 16px; line-height: 1.7; color: var(--fg-2); max-width: 48ch; }
.j-head-meta { display: flex; flex-direction: column; gap: 0; padding-bottom: 8px; }
.j-head-row { display: flex; justify-content: space-between; padding: 12px 0; border-top: 1px solid var(--border-soft); gap: 16px; }
.j-head-row:last-child { border-bottom: 1px solid var(--border-soft); }
.j-head-k { font-size: 11px; letter-spacing: 0.18em; text-transform: lowercase; color: var(--fg-3); }
.j-head-v { font-family: var(--font-body); font-size: 13px; color: var(--fg-1); letter-spacing: 0.02em; }
.j-cats-sec { max-width: 1440px; margin: 0 auto; padding: 40px 80px 0; }
.j-cats { display: flex; gap: 8px; flex-wrap: wrap; }
.j-cat { padding: 10px 18px; border: 1px solid var(--ps-taupe); border-radius: 9999px; background: transparent; font-family: var(--font-body); font-size: 12px; letter-spacing: 0.08em; text-transform: lowercase; color: var(--fg-2); cursor: pointer; transition: all 200ms; white-space: nowrap; }
.j-cat:hover { border-color: var(--ps-deep-cocoa); }
.j-cat.on { background: var(--ps-deep-cocoa); border-color: var(--ps-deep-cocoa); color: var(--ps-warm-cream); }
.j-feat-sec { max-width: 1440px; margin: 0 auto; padding: 32px 80px 0; }
.j-feat { display: grid; grid-template-columns: 1.2fr 1fr; gap: 56px; align-items: center; padding: 32px 0; text-decoration: none; }
.j-feat-img { aspect-ratio: 4/3; border-radius: 16px; overflow: hidden; }
.j-feat-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms var(--ease-calm); display: block; }
.j-feat:hover .j-feat-img img { transform: scale(1.03); }
.j-feat-copy { display: flex; flex-direction: column; gap: 16px; }
.j-feat-h { font-family: var(--font-display); font-size: 56px; line-height: 1.02; letter-spacing: -0.022em; color: var(--fg-1); font-weight: 400; }
.j-feat-h .dot { color: var(--ps-muted-red); }
.j-feat-p { font-size: 16px; line-height: 1.7; color: var(--fg-2); max-width: 44ch; }
.j-feat-meta { display: flex; gap: 12px; align-items: center; font-size: 11px; letter-spacing: 0.16em; text-transform: lowercase; color: var(--fg-3); }
.j-feat-meta .sep { opacity: 0.6; }
.j-grid-sec { max-width: 1440px; margin: 0 auto; padding: 32px 80px 96px; }
.j-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px 32px; }
.j-card { display: flex; flex-direction: column; gap: 0; cursor: pointer; text-decoration: none; }
.j-card-img { aspect-ratio: 4/5; border-radius: 16px; overflow: hidden; }
.j-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms var(--ease-calm); display: block; }
.j-card:hover .j-card-img img { transform: scale(1.03); }
.j-card-h { font-family: var(--font-display); font-size: 22px; line-height: 1.15; letter-spacing: -0.008em; color: var(--fg-1); margin-top: 10px; font-weight: 400; }
.j-card-p { font-size: 14px; line-height: 1.65; color: var(--fg-2); margin-top: 8px; max-width: 36ch; }
.j-card-meta { display: flex; gap: 10px; align-items: center; font-size: 10px; letter-spacing: 0.16em; text-transform: lowercase; color: var(--fg-3); margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--border-soft); }
.j-card-meta .sep { opacity: 0.6; }
.j-sub { background: var(--ps-soft-blush); padding: 96px 80px; text-align: center; }
.j-sub-inner { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 16px; align-items: center; }
.j-sub-h { font-family: var(--font-display); font-size: 48px; line-height: 1.05; letter-spacing: -0.02em; }
.j-sub-h .dot { color: var(--ps-muted-red); }
.j-sub-p { font-size: 15px; color: var(--fg-2); line-height: 1.7; max-width: 44ch; }

/* ============================================================
   ARTICLE (single journal post)
   ============================================================ */
.article { max-width: 760px; margin: 0 auto; padding: 32px 24px 96px; }
.article-hero { aspect-ratio: 16/9; border-radius: 16px; overflow: hidden; margin: 24px 0 40px; }
.article-hero img { width: 100%; height: 100%; object-fit: cover; display: block; }
.article h1 { font-family: var(--font-display); font-size: 56px; line-height: 1.02; letter-spacing: -0.022em; color: var(--fg-1); margin-bottom: 16px; }
.article h1 .dot { color: var(--ps-muted-red); }
.article-meta { display: flex; gap: 12px; align-items: center; font-size: 11px; letter-spacing: 0.16em; text-transform: lowercase; color: var(--fg-3); margin-bottom: 8px; }
.article-body { font-family: var(--font-body); font-size: 17px; line-height: 1.75; color: var(--fg-2); }
.article-body p { margin: 0 0 1.2em; }
.article-body h2 { font-family: var(--font-display); font-size: 32px; line-height: 1.15; letter-spacing: -0.015em; color: var(--fg-1); margin: 1.6em 0 0.6em; font-weight: 400; }
.article-body img { max-width: 100%; height: auto; border-radius: 12px; margin: 1.4em 0; }
.article-body a { color: var(--ps-muted-red); border-bottom: 1px solid var(--ps-dusty-rose); }

/* ============================================================
   FAQ search/grouped layout (Phase 2 supplement)
   ============================================================ */
.faq-head-sec { max-width: 1440px; margin: 0 auto; padding: 80px 80px 32px; }
.faq-head { display: flex; flex-direction: column; gap: 18px; }
.faq-h { font-family: var(--font-display); font-size: 88px; line-height: 0.95; letter-spacing: -0.025em; color: var(--fg-1); font-weight: 400; }
.faq-h em { font-style: italic; color: var(--ps-dusty-rose); }
.faq-h .dot { color: var(--ps-muted-red); }
.faq-sub { font-size: 16px; line-height: 1.7; color: var(--fg-2); max-width: 48ch; margin-top: 16px; }

.faq-search { display: flex; align-items: center; gap: 12px; padding: 14px 20px; background: var(--ps-warm-cream); border: 1px solid var(--ps-taupe); border-radius: 9999px; transition: border-color 200ms; }
.faq-search:focus-within { border-color: var(--ps-deep-cocoa); }
.faq-search input { flex: 1; border: 0; background: transparent; outline: none; font-family: var(--font-body); font-size: 14px; color: var(--fg-1); }
.faq-search input::placeholder { color: var(--fg-3); font-style: italic; }
.faq-search-clear { width: 24px; height: 24px; border-radius: 9999px; background: var(--ps-taupe); color: var(--ps-warm-cream); font-size: 16px; line-height: 1; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; flex-shrink: 0; border: 0; }

.faq-body-sec { max-width: 1440px; margin: 0 auto; padding: 32px 80px 96px; }
.faq-body { display: grid; grid-template-columns: 280px 1fr; gap: 80px; align-items: start; }
.faq-side { position: sticky; top: 120px; display: flex; flex-direction: column; gap: 24px; }
.faq-nav { display: flex; flex-direction: column; gap: 0; border-top: 1px solid var(--border-soft); }
.faq-nav-item { display: flex; justify-content: space-between; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--border-soft); font-family: var(--font-body); font-size: 14px; color: var(--fg-2); cursor: pointer; transition: color 200ms, padding 200ms; text-align: left; text-decoration: none; }
.faq-nav-item:hover { color: var(--fg-1); }
.faq-nav-item.on { color: var(--fg-1); padding-left: 12px; border-left: 2px solid var(--ps-dusty-rose); }
.faq-nav-n { font-family: var(--font-body); font-size: 11px; letter-spacing: 0.14em; color: var(--fg-3); }
.faq-side-card { background: var(--ps-soft-blush); border-radius: 16px; padding: 24px; display: flex; flex-direction: column; gap: 10px; margin-top: 16px; }
.faq-side-h { font-family: var(--font-display); font-size: 22px; line-height: 1.1; letter-spacing: -0.005em; color: var(--fg-1); font-weight: 400; }
.faq-side-h .dot { color: var(--ps-muted-red); }
.faq-side-p { font-size: 13px; color: var(--fg-2); line-height: 1.6; }

.faq-main { display: flex; flex-direction: column; gap: 64px; }
.faq-result-meta { font-size: 13px; color: var(--fg-3); letter-spacing: 0.04em; padding-bottom: 16px; border-bottom: 1px solid var(--border-soft); }
.faq-result-meta span { color: var(--fg-1); font-family: var(--font-display); font-size: 16px; }
.faq-result-meta em { font-style: italic; color: var(--fg-1); }
.faq-empty { padding: 64px 0; text-align: center; display: flex; flex-direction: column; gap: 12px; align-items: center; }
.faq-empty-h { font-family: var(--font-display); font-size: 28px; letter-spacing: -0.01em; }
.faq-empty-p { font-size: 14px; color: var(--fg-3); max-width: 36ch; line-height: 1.6; }

.faq-group-h { font-family: var(--font-display); font-size: 36px; line-height: 1.05; letter-spacing: -0.018em; color: var(--fg-1); margin-bottom: 16px; font-weight: 400; }
.faq-list { display: flex; flex-direction: column; }
.faq-item { border-top: 1px solid var(--border-soft); transition: background 200ms; }
.faq-item:last-child { border-bottom: 1px solid var(--border-soft); }
.faq-q { width: 100%; padding: 24px 0; display: flex; justify-content: space-between; align-items: center; gap: 24px; cursor: pointer; transition: padding 200ms; }
.faq-item[open] .faq-q { padding: 24px 24px 12px; }
.faq-item:not([open]):hover .faq-q { padding-left: 12px; padding-right: 12px; }
.faq-q-t { font-family: var(--font-display); font-size: 20px; line-height: 1.3; letter-spacing: -0.008em; color: var(--fg-1); font-weight: 400; }
.faq-q-x { font-family: var(--font-display); font-size: 24px; line-height: 1; color: var(--ps-dusty-rose); flex-shrink: 0; transition: transform 200ms; }
.faq-item[open] .faq-q-x { color: var(--ps-muted-red); }
.faq-a { padding: 0 24px 24px; max-width: 60ch; animation: ps-fadein 280ms var(--ease-calm); }
.faq-a p { font-family: var(--font-body); font-size: 15px; line-height: 1.75; color: var(--fg-2); margin: 0 0 12px; }
.faq-a p:last-child { margin-bottom: 0; }

.faq-contact { background: var(--ps-soft-blush); padding: 96px 80px; }
.faq-contact-inner { max-width: 1280px; margin: 0 auto; text-align: center; display: flex; flex-direction: column; gap: 14px; align-items: center; }
.faq-contact-h { font-family: var(--font-display); font-size: 48px; line-height: 1.05; letter-spacing: -0.02em; }
.faq-contact-h .dot { color: var(--ps-muted-red); }
.faq-contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 32px; width: 100%; }
.faq-contact-card { background: var(--ps-warm-cream); border-radius: 16px; padding: 32px 24px; display: flex; flex-direction: column; gap: 8px; align-items: flex-start; text-align: left; }
.faq-contact-card-h { font-family: var(--font-display); font-size: 22px; line-height: 1.1; letter-spacing: -0.005em; font-weight: 400; margin-top: 8px; }
.faq-contact-card-p { font-family: var(--font-body); font-size: 15px; color: var(--fg-1); letter-spacing: 0.01em; }
.faq-contact-card-m { font-size: 11px; letter-spacing: 0.16em; text-transform: lowercase; color: var(--fg-3); margin-top: 4px; }

/* ============================================================
   RESPONSIVE — mobile overrides for Phase 2 pages
   ============================================================ */
@media (max-width: 767px) {
  .crumb { padding: 20px 20px 0; }
  .pdp { grid-template-columns: 1fr; padding: 24px 20px 0; gap: 32px; }
  .pdp-gallery { grid-template-columns: 1fr; }
  .pdp-main-img { order: 1; }
  .pdp-thumbs { flex-direction: row; overflow-x: auto; order: 2; }
  .pdp-thumbs .t { width: 60px; flex-shrink: 0; }
  .pdp-preload { order: 3; }
  .pdp-name { font-size: 32px; }
  .pdp-tabs { padding: 48px 20px 0; }
  .pdp-tab-body { grid-template-columns: 1fr; gap: 24px; }
  .pdp-cta { flex-direction: column; align-items: stretch; }
  .plp-head, .plp-filters, .plp-grid, .plp-empty { padding-left: 20px; padding-right: 20px; }
  .plp-head .sec-title { font-size: 36px; }
  .plp-grid { grid-template-columns: 1fr 1fr; gap: 16px; padding-top: 24px; padding-bottom: 48px; }
  .cart-page { grid-template-columns: 1fr; padding: 32px 20px; gap: 32px; }
  .cart-page h1 { font-size: 36px; }
  .cart-summary { position: static; }
  .ab-hero { height: 480px; min-height: 480px; }
  .ab-hero-txt { left: 20px; right: 20px; max-width: none; }
  .ab-hero-h { font-size: 44px; }
  .ab-pull { padding: 48px 24px; }
  .ab-pull-q { font-size: 28px; }
  .ab-h2 { font-size: 32px; }
  .ab-2col, .ab-mat-inner, .ab-resp-inner { grid-template-columns: 1fr; gap: 32px; }
  .ab-mat-sec, .ab-resp, .ab-cta { padding-left: 24px; padding-right: 24px; padding-top: 48px; padding-bottom: 48px; }
  .ab-pillars { grid-template-columns: 1fr; gap: 28px; }
  .ab-cta-h { font-size: 38px; }
  .ab-cta-row { flex-direction: column; width: 100%; }
  .j-head-sec { grid-template-columns: 1fr; padding: 48px 20px 24px; gap: 24px; }
  .j-head-h { font-size: 48px; }
  .j-feat-sec, .j-grid-sec, .j-cats-sec { padding-left: 20px; padding-right: 20px; }
  .j-feat { grid-template-columns: 1fr; gap: 24px; padding: 0; }
  .j-feat-h { font-size: 32px; }
  .j-grid { grid-template-columns: 1fr; gap: 32px; }
  .j-sub { padding: 48px 24px; }
  .j-sub-h { font-size: 32px; }
  .article h1 { font-size: 36px; }
  .article-body { font-size: 16px; }
}

/* ============================================================
   CART DRAWER state — hidden by default, opens on .is-active
   ============================================================ */
cart-drawer { display: block; position: fixed; inset: 0; z-index: 100; pointer-events: none; }
cart-drawer:not(.is-active) > .cart-backdrop,
cart-drawer:not(.is-active) > .cart-drawer { display: none !important; }
cart-drawer.is-active { pointer-events: auto; }
cart-drawer.is-active > .cart-backdrop { display: block; pointer-events: auto; animation: ps-fadein 280ms; }
cart-drawer.is-active > .cart-drawer { display: flex; pointer-events: auto; animation: ps-slidein 400ms var(--ease-calm); }
body.ps-no-scroll { overflow: hidden; }

/* ============================================================
   CUSTOMER (login / register / account / order / addresses)
   ============================================================ */
.cust { max-width: 760px; margin: 0 auto; padding: 64px 24px 96px; }
.cust-narrow { max-width: 480px; }
.cust-head { text-align: center; display: flex; flex-direction: column; gap: 12px; align-items: center; margin-bottom: 40px; }
.cust-head .eb { color: var(--ps-dusty-rose); }
.cust-h { font-family: var(--font-display); font-size: 56px; line-height: 1.02; letter-spacing: -0.022em; color: var(--fg-1); font-weight: 400; }
.cust-h .dot { color: var(--ps-muted-red); }
.cust-sub { font-size: 15px; color: var(--fg-2); max-width: 44ch; line-height: 1.7; }
.cust-form { display: flex; flex-direction: column; gap: 20px; }
.cust-form .field-row { display: flex; gap: 20px; }
.cust-form .field-row .field { flex: 1; }
.cust-actions { display: flex; flex-direction: column; gap: 14px; margin-top: 8px; align-items: center; }
.cust-actions .link-quiet { align-self: center; }
.cust-foot { text-align: center; margin-top: 32px; font-size: 13px; color: var(--fg-3); }
.cust-foot a { color: var(--ps-muted-red); border-bottom: 1px solid var(--ps-dusty-rose); }
.cust-errors { background: var(--ps-soft-blush); border-radius: 12px; padding: 16px 20px; margin-bottom: 24px; }
.cust-errors h2 { font-family: var(--font-display); font-size: 16px; color: var(--ps-muted-red); margin: 0 0 8px; }
.cust-errors ul { margin: 0; padding-left: 20px; font-size: 13px; color: var(--fg-2); }
.cust-success { background: var(--ps-soft-blush); border-radius: 12px; padding: 16px 20px; margin-bottom: 24px; font-size: 14px; color: var(--fg-1); }

/* Account dashboard */
.cust-dash { max-width: 1100px; margin: 0 auto; padding: 64px 80px 96px; display: grid; grid-template-columns: 240px 1fr; gap: 64px; align-items: start; }
.cust-side { position: sticky; top: 100px; display: flex; flex-direction: column; gap: 0; }
.cust-side-h { font-family: var(--font-display); font-size: 22px; letter-spacing: -0.005em; margin-bottom: 18px; }
.cust-side a { display: block; padding: 12px 0; font-size: 13px; color: var(--fg-2); border-bottom: 1px solid var(--border-soft); letter-spacing: 0.02em; }
.cust-side a:hover { color: var(--fg-1); }
.cust-side a.on { color: var(--fg-1); padding-left: 12px; border-left: 2px solid var(--ps-dusty-rose); }
.cust-side-logout { margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--border-soft); }
.cust-main h2 { font-family: var(--font-display); font-size: 36px; letter-spacing: -0.018em; margin: 0 0 24px; line-height: 1.05; }
.cust-main h2 .dot { color: var(--ps-muted-red); }
.cust-card { background: var(--ps-warm-cream); border-radius: 16px; padding: 28px; margin-bottom: 24px; }
.cust-card-h { font-family: var(--font-display); font-size: 20px; letter-spacing: -0.005em; margin-bottom: 12px; }
.cust-orders-row { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr 100px; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--border-soft); font-size: 13px; align-items: center; }
.cust-orders-row:last-child { border-bottom: 0; }
.cust-orders-row.head { font-size: 11px; letter-spacing: 0.14em; text-transform: lowercase; color: var(--fg-3); border-bottom: 1px solid var(--border-soft); padding-bottom: 12px; }
.cust-orders-row a { color: var(--ps-muted-red); }
.cust-empty { padding: 48px 24px; text-align: center; color: var(--fg-3); font-size: 14px; }

/* Order detail */
.cust-order-meta { display: flex; gap: 32px; flex-wrap: wrap; font-size: 13px; color: var(--fg-2); margin-bottom: 32px; }
.cust-order-meta strong { color: var(--fg-1); font-family: var(--font-body); font-weight: 500; }
.cust-order-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 48px; align-items: start; }
.cust-order-items { display: flex; flex-direction: column; }
.cust-order-line { display: grid; grid-template-columns: 80px 1fr auto; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--border-soft); align-items: center; }
.cust-order-line .t { aspect-ratio: 4/5; border-radius: 8px; overflow: hidden; }
.cust-order-line .t img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Addresses */
.cust-addresses { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.cust-address-card { background: var(--ps-warm-cream); border-radius: 16px; padding: 24px; font-size: 14px; line-height: 1.6; color: var(--fg-2); }
.cust-address-card.default { border: 1px solid var(--ps-dusty-rose); }
.cust-address-card-actions { display: flex; gap: 12px; margin-top: 16px; }

/* Generic page (size guide etc.) */
.ps-page { max-width: 760px; margin: 0 auto; padding: 64px 24px 96px; }
.ps-page-head { text-align: center; margin-bottom: 40px; display: flex; flex-direction: column; gap: 12px; align-items: center; }
.ps-page-h { font-family: var(--font-display); font-size: 56px; line-height: 1.02; letter-spacing: -0.022em; color: var(--fg-1); font-weight: 400; }
.ps-page-h .dot { color: var(--ps-muted-red); }
.ps-page-body { font-family: var(--font-body); font-size: 16px; line-height: 1.75; color: var(--fg-2); }
.ps-page-body h2 { font-family: var(--font-display); font-size: 32px; line-height: 1.15; letter-spacing: -0.015em; color: var(--fg-1); margin: 1.8em 0 0.6em; font-weight: 400; }
.ps-page-body h3 { font-family: var(--font-display); font-size: 22px; line-height: 1.2; letter-spacing: -0.005em; color: var(--fg-1); margin: 1.4em 0 0.4em; font-weight: 400; }
.ps-page-body p { margin: 0 0 1.2em; }
.ps-page-body a { color: var(--ps-muted-red); border-bottom: 1px solid var(--ps-dusty-rose); }
.ps-page-body img { max-width: 100%; height: auto; border-radius: 12px; margin: 1.4em 0; }
.ps-page-body table { width: 100%; border-collapse: collapse; margin: 1.6em 0; font-size: 14px; }
.ps-page-body th, .ps-page-body td { padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--border-soft); }
.ps-page-body th { font-family: var(--font-body); font-weight: 500; font-size: 11px; letter-spacing: 0.14em; text-transform: lowercase; color: var(--fg-3); background: var(--ps-warm-cream); }
.ps-page-body ul, .ps-page-body ol { margin: 0 0 1.2em; padding-left: 24px; }
.ps-page-body li { margin-bottom: 0.4em; }

/* Contact */
.ps-contact { max-width: 720px; margin: 0 auto; padding: 64px 24px 96px; }
.ps-contact-head { text-align: center; margin-bottom: 40px; display: flex; flex-direction: column; gap: 12px; align-items: center; }
.ps-contact-form { display: flex; flex-direction: column; gap: 24px; }
.ps-contact-form .field-row { display: flex; gap: 20px; }
.ps-contact-form .field-row .field { flex: 1; }
.ps-contact-form textarea { font-family: var(--font-body); font-size: 15px; padding: 10px 0; background: transparent; border: 0; border-bottom: 1px solid var(--ps-taupe); color: var(--fg-1); outline: none; border-radius: 0; width: 100%; min-height: 140px; resize: vertical; transition: border-color 200ms; }
.ps-contact-form textarea:focus { border-bottom: 1px solid var(--ps-deep-cocoa); }

/* Gift card */
.gc { min-height: 100dvh; display: flex; align-items: center; justify-content: center; background: var(--ps-soft-blush); padding: 48px 24px; position: relative; overflow: hidden; }
.gc::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(58,46,43,0.04) 1px, transparent 1px); background-size: 4px 4px; pointer-events: none; }
.gc-card { position: relative; max-width: 480px; width: 100%; background: var(--ps-cream-50); border-radius: 24px; padding: 48px 40px; box-shadow: 0 30px 80px rgba(58,46,43,0.08); display: flex; flex-direction: column; gap: 20px; align-items: center; text-align: center; }
.gc-eb { font-family: var(--font-body); font-size: 11px; letter-spacing: 0.22em; text-transform: lowercase; color: var(--ps-dusty-rose); }
.gc-h { font-family: var(--font-display); font-size: 36px; line-height: 1.05; letter-spacing: -0.018em; color: var(--fg-1); }
.gc-h .dot { color: var(--ps-muted-red); }
.gc-val { font-family: var(--font-display); font-size: 72px; line-height: 1; letter-spacing: -0.025em; color: var(--ps-dusty-rose); margin: 12px 0; }
.gc-code { font-family: ui-monospace, "SFMono-Regular", monospace; font-size: 18px; letter-spacing: 0.16em; padding: 14px 24px; background: var(--ps-soft-blush); border-radius: 12px; color: var(--fg-1); }
.gc-qr { width: 140px; height: 140px; background: white; border-radius: 12px; padding: 12px; }
.gc-foot { font-size: 11px; letter-spacing: 0.16em; text-transform: lowercase; color: var(--fg-3); margin-top: 16px; }

.j-arch-sec { padding-top: 32px; }
.j-arch { display: flex; flex-direction: column; border-top: 1px solid var(--border-soft); }
.j-arch-row { display: grid; grid-template-columns: 140px 1fr 120px 24px; gap: 32px; padding: 20px 0; border-bottom: 1px solid var(--border-soft); align-items: center; cursor: pointer; transition: padding 280ms var(--ease-calm); text-decoration: none; }
.j-arch-row:hover { padding-left: 16px; padding-right: 16px; background: var(--ps-warm-cream); }
.j-arch-date { font-size: 11px; letter-spacing: 0.16em; text-transform: lowercase; color: var(--fg-3); }
.j-arch-t { font-family: var(--font-display); font-size: 18px; line-height: 1.2; color: var(--fg-1); letter-spacing: -0.005em; }
.j-arch-cat { font-size: 11px; letter-spacing: 0.18em; text-transform: lowercase; color: var(--ps-dusty-rose); }
.j-arch-arrow { font-size: 16px; color: var(--fg-2); justify-self: end; transition: transform 200ms; }
.j-arch-row:hover .j-arch-arrow { color: var(--ps-muted-red); transform: translateX(4px); }

@media (max-width: 767px) {
  .cust-dash { grid-template-columns: 1fr; padding: 48px 20px; gap: 32px; }
  .cust-side { position: static; }
  .cust-h, .ps-page-h { font-size: 36px; }
  .cust-orders-row { grid-template-columns: 1fr; gap: 4px; padding: 14px 0; }
  .cust-orders-row.head { display: none; }
  .cust-order-grid { grid-template-columns: 1fr; gap: 24px; }
  .cust-addresses { grid-template-columns: 1fr; }
  .cust-form .field-row, .ps-contact-form .field-row { flex-direction: column; gap: 20px; }
  .gc-val { font-size: 52px; }
  .j-arch-row { grid-template-columns: 90px 1fr 16px; gap: 16px; padding: 16px 0; }
  .j-arch-row .j-arch-cat { display: none; }
  .j-arch-t { font-size: 15px; }
}

/* ============================================================
   RTL / Arabic — quiet, refined, kuwait-tuned
   Activated when <html dir="rtl"> is present (set by theme.liquid
   based on request.locale.iso_code == 'ar').
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700&family=Amiri:wght@400;700&display=swap');

[dir="rtl"] {
  --font-display: "Amiri", "Cormorant Garamond", Georgia, serif;
  --font-body: "Tajawal", -apple-system, "Noto Sans Arabic", "Geeza Pro", sans-serif;
  font-feature-settings: "kern" 1, "liga" 1;
}

/* Headings should keep balanced rhythm at slightly larger size for arabic legibility */
[dir="rtl"] .h-wm, [dir="rtl"] .h-m-wm, [dir="rtl"] .f-wm { letter-spacing: 0; }
[dir="rtl"] .eb { letter-spacing: 0.18em; }
[dir="rtl"] .sec-title, [dir="rtl"] .faq-h, [dir="rtl"] .ab-hero-h, [dir="rtl"] .ab-h2 { letter-spacing: -0.005em; line-height: 1.15; }

/* Header: nav goes to logical-start (visual right), icons to logical-end (visual left).
   With direction:rtl on .h-inner, the grid columns flip AND the flex axis flips inside each.
   So inside .h-nav (rtl flex) we want items at the visual right edge of their column = flex-start.
   Inside .h-icons (rtl flex) we want items at the visual left edge = flex-end. */
[dir="rtl"] .h-inner { direction: rtl; }
[dir="rtl"] .h-nav { justify-content: flex-start; }
[dir="rtl"] .h-icons { justify-content: flex-end; }

/* Mobile drawer: slide from right instead of left */
[dir="rtl"] .h-m-drawer-panel { left: auto; right: 0; animation: ps-slideinright 320ms var(--ease-calm); }
@keyframes ps-slideinright { from { transform: translateX(100%); } to { transform: translateX(0); } }
[dir="rtl"] .h-m-drawer-close { align-self: flex-start; }
[dir="rtl"] .h-m-drawer-nav a .dot { margin-right: 4px; }

/* Cart drawer: slide from left in RTL */
[dir="rtl"] cart-drawer .cart-drawer { left: 0; right: auto; animation: ps-slideinleft 400ms var(--ease-calm); }

/* PDP: gallery on right, info on left */
[dir="rtl"] .pdp { direction: rtl; }
[dir="rtl"] .pdp-thumbs { order: 2; }
[dir="rtl"] .pdp-main-img { order: 1; }

/* FAQ: sidebar on right */
[dir="rtl"] .faq-body { grid-template-columns: 1fr 280px; }
[dir="rtl"] .faq-nav-item.on { padding-left: 0; padding-right: 12px; border-left: 0; border-right: 2px solid var(--ps-dusty-rose); }
[dir="rtl"] .faq-item[open] .faq-q { padding: 24px 24px 12px; }

/* Footer: 4-col grid mirrored, payment chips align left */
[dir="rtl"] .f-inner { direction: rtl; }
[dir="rtl"] .f-base { direction: rtl; }
[dir="rtl"] .f-pay { justify-content: flex-start; }

/* About page mirroring for 2-col rows */
[dir="rtl"] .ab-2col { direction: rtl; }
[dir="rtl"] .ab-mat-inner { direction: rtl; }
[dir="rtl"] .ab-resp-inner { direction: rtl; }

/* Journal cards: arrow direction reversed */
[dir="rtl"] .j-arch-arrow { transform: scaleX(-1); }
[dir="rtl"] .j-arch-row:hover .j-arch-arrow { transform: translateX(-4px) scaleX(-1); }
[dir="rtl"] .link-quiet::after { content: " \2190"; }

/* Lists and bullets within rich-text content */
[dir="rtl"] .rte ul, [dir="rtl"] .faq-a ul { padding-right: 1.2em; padding-left: 0; }

/* Crumb separators */
[dir="rtl"] .crumb { direction: rtl; }

/* Customer pages */
[dir="rtl"] .cust-dash { direction: rtl; }
[dir="rtl"] .cust-side { border-left: 0; border-right: 1px solid var(--border-soft); padding-left: 0; padding-right: 32px; }

/* ===== Header icon button (replaces <a> for the search trigger) ===== */
.h-icon-btn { background: transparent; border: 0; padding: 0; color: inherit; cursor: pointer; line-height: 0; display: inline-flex; align-items: center; }
.h-icon-btn:hover { color: var(--ps-muted-red); }

/* ===== Search drawer ===== */
.ps-search-drawer { position: fixed; inset: 0; z-index: 60; pointer-events: none; opacity: 0; transition: opacity 220ms ease; }
.ps-search-drawer.is-open { pointer-events: auto; opacity: 1; }
.ps-search-drawer .ps-search-drawer-backdrop { display: block; position: absolute; inset: 0; background: rgba(40,30,28,0.42); }
.ps-search-drawer-panel { position: absolute; top: 0; left: 0; right: 0; background: var(--ps-warm-cream); padding: 32px 80px 40px; transform: translateY(-12px); transition: transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1); max-height: 88vh; overflow-y: auto; box-shadow: 0 8px 40px rgba(40,30,28,0.10); }
.ps-search-drawer.is-open .ps-search-drawer-panel { transform: translateY(0); }
.ps-search-drawer-head { display: flex; align-items: center; gap: 16px; }
.ps-search-drawer-form { flex: 1; }
.ps-search-drawer-close { width: 36px; height: 36px; border-radius: 9999px; border: 1px solid var(--ps-taupe); background: transparent; color: var(--ps-deep-cocoa); font-size: 20px; line-height: 1; cursor: pointer; flex-shrink: 0; transition: border-color 200ms; display: inline-flex; align-items: center; justify-content: center; }
.ps-search-drawer-close:hover { border-color: var(--ps-deep-cocoa); }
.ps-search-drawer-results { margin-top: 28px; min-height: 80px; transition: opacity 200ms ease; }
.ps-search-drawer-results.is-loading { opacity: 0.55; }
.ps-search-drawer-empty { font-family: var(--font-body); font-style: italic; color: var(--fg-3); padding: 16px 0; font-size: 14px; }
.ps-search-drawer-empty .dot { color: var(--ps-muted-red); font-style: normal; }
.ps-search-drawer-empty em { font-style: italic; color: var(--fg-1); }
.ps-search-drawer-group { margin-bottom: 32px; }
.ps-search-drawer-group h3 { font-family: var(--font-body); font-size: 11px; letter-spacing: 0.2em; text-transform: lowercase; color: var(--ps-cocoa-700); margin: 0 0 16px; font-weight: 500; }
.ps-search-drawer-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ps-search-drawer-product { display: flex; flex-direction: column; gap: 10px; text-decoration: none; color: inherit; }
.ps-search-drawer-product-img { aspect-ratio: 4/5; background: var(--ps-cream-100); border-radius: 8px; overflow: hidden; }
.ps-search-drawer-product-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 320ms ease; }
.ps-search-drawer-product:hover .ps-search-drawer-product-img img { transform: scale(1.03); }
.ps-search-drawer-product-name { font-family: var(--font-display); font-style: italic; font-size: 18px; line-height: 1.1; color: var(--ps-deep-cocoa); }
.ps-search-drawer-product-price { font-family: var(--font-body); font-size: 13px; color: var(--ps-cocoa-700); margin-top: 4px; }
.ps-search-drawer-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 4px; }
.ps-search-drawer-list a { font-family: var(--font-body); font-size: 14px; color: var(--ps-deep-cocoa); text-decoration: none; padding: 8px 0; border-bottom: 1px solid transparent; transition: border-color 200ms, color 200ms; display: inline-block; }
.ps-search-drawer-list a:hover { color: var(--ps-muted-red); border-color: var(--ps-muted-red); }
.ps-search-drawer-all { display: inline-block; margin-top: 8px; font-family: var(--font-body); font-size: 13px; letter-spacing: 0.06em; color: var(--ps-muted-red); text-decoration: none; padding: 8px 0; border-bottom: 1px solid var(--ps-muted-red); }
.ps-search-drawer-all:hover { color: var(--ps-deep-cocoa); border-color: var(--ps-deep-cocoa); }

@media (max-width: 768px) {
  .ps-search-drawer-panel { padding: 20px 16px 28px; }
  .ps-search-drawer-product-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .ps-search-drawer-product-name { font-size: 15px; }
}

[dir="rtl"] .ps-search-drawer-all { letter-spacing: 0; }

/* ===== Size guide modal ===== */
.ps-sg-modal { position: fixed; inset: 0; z-index: 65; pointer-events: none; opacity: 0; transition: opacity 220ms ease; display: flex; align-items: center; justify-content: center; padding: 24px; }
.ps-sg-modal.is-open { pointer-events: auto; opacity: 1; }
.ps-sg-modal .ps-sg-modal-backdrop { display: block; position: absolute; inset: 0; background: rgba(40, 30, 28, 0.55); }
.ps-sg-modal-panel { position: relative; background: var(--ps-warm-cream); border-radius: 12px; padding: 44px 44px 36px; max-width: 520px; width: 100%; max-height: 88vh; overflow-y: auto; transform: translateY(8px) scale(0.98); transition: transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1); box-shadow: 0 20px 60px rgba(40, 30, 28, 0.18); }
.ps-sg-modal.is-open .ps-sg-modal-panel { transform: translateY(0) scale(1); }
.ps-sg-modal-close { position: absolute; top: 16px; right: 16px; width: 32px; height: 32px; border-radius: 9999px; border: 1px solid var(--ps-taupe); background: transparent; color: var(--ps-deep-cocoa); font-size: 18px; line-height: 1; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; transition: border-color 200ms; }
.ps-sg-modal-close:hover { border-color: var(--ps-deep-cocoa); }
.ps-sg-title { font-family: var(--font-display); font-style: italic; font-size: 32px; line-height: 1; letter-spacing: -0.015em; color: var(--ps-deep-cocoa); margin: 0 0 28px; font-weight: 400; }
.ps-sg-title .dot { color: var(--ps-muted-red); font-style: normal; }
.ps-sg-table { width: 100%; border-collapse: collapse; margin-bottom: 24px; }
.ps-sg-table th, .ps-sg-table td { padding: 14px 8px; text-align: left; border-bottom: 1px solid var(--ps-taupe-300); font-family: var(--font-body); font-size: 14px; color: var(--ps-deep-cocoa); }
.ps-sg-table thead th { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ps-taupe-700); font-weight: 500; padding-top: 4px; padding-bottom: 12px; border-bottom: 1px solid var(--ps-deep-cocoa); }
.ps-sg-table tbody th { font-family: var(--font-display); font-style: italic; font-size: 17px; font-weight: 400; color: var(--ps-deep-cocoa); letter-spacing: -0.005em; }
.ps-sg-table tbody tr:last-child th, .ps-sg-table tbody tr:last-child td { border-bottom: 0; }
.ps-sg-note { font-family: var(--font-body); font-size: 13px; line-height: 1.55; color: var(--ps-cocoa-700); margin: 0 0 16px; font-style: italic; }
.ps-sg-help { font-family: var(--font-body); font-size: 13px; line-height: 1.55; color: var(--fg-2); margin: 0; }
.ps-sg-help a { color: var(--ps-muted-red); text-decoration: none; border-bottom: 1px solid var(--ps-muted-red); transition: color 200ms, border-color 200ms; }
.ps-sg-help a:hover { color: var(--ps-deep-cocoa); border-color: var(--ps-deep-cocoa); }

[dir="rtl"] .ps-sg-modal-close { right: auto; left: 16px; }
[dir="rtl"] .ps-sg-table th, [dir="rtl"] .ps-sg-table td { text-align: right; }

@media (max-width: 580px) {
  .ps-sg-modal-panel { padding: 36px 22px 26px; }
  .ps-sg-title { font-size: 26px; margin-bottom: 20px; }
  .ps-sg-table th, .ps-sg-table td { padding: 12px 6px; font-size: 13px; }
  .ps-sg-table tbody th { font-size: 15px; }
  .ps-sg-modal-close { top: 12px; right: 12px; }
  [dir="rtl"] .ps-sg-modal-close { right: auto; left: 12px; }
}
