/*
Theme Name: WORDSTORE Studio v42 — Glass Checkout Final
Theme URI: https://forestgreen-swan-644009.hostingersite.com/
Author: WORDSTORE
Description: واجهة مخصصة لمتجر WORDSTORE للطباعة عند الطلب، متوافقة مع WooCommerce.
Version: 42.0.0
Text Domain: wordstore-studio-v30
*/

:root {
  --ws-black: #111111;
  --ws-ink: #1d1d1d;
  --ws-white: #ffffff;
  --ws-paper: #f7f6f3;
  --ws-stone: #e8e5df;
  --ws-muted: #6d6a66;
  --ws-line: #dedbd5;
  --ws-radius: 14px;
  --ws-shadow: 0 12px 30px rgba(17, 17, 17, 0.08);
  --ws-max: 1240px;
}
.lang-short { display: none; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  background: var(--ws-white);
  color: var(--ws-ink);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #8a857c; outline-offset: 3px; }
body.wordstore-lang-fr, body.wordstore-lang-en { direction: ltr; text-align: left; }
body.wordstore-lang-ar { direction: rtl; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--ws-black); }
button, input, select, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--ws-max)); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: relative; z-index: 20; background: var(--ws-white); border-bottom: 1px solid var(--ws-line); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 22px; font-weight: 800; letter-spacing: .08em; }
.brand-logo { width: 40px; height: 32px; flex: 0 0 auto; object-fit: contain; object-position: center; }
.site-header .brand-logo { transform-origin: center; animation: wordstore-logo-reveal .55s cubic-bezier(.22,.61,.36,1) both; transition: transform .22s ease; }
.site-header .brand:hover .brand-logo, .site-header .brand:focus-visible .brand-logo { transform: translateY(-1px) scale(1.06) rotate(-2deg); }
@keyframes wordstore-logo-reveal { from { opacity: 0; transform: translateY(4px) scale(.92); } to { opacity: 1; transform: translateY(0) scale(1); } }
@media (prefers-reduced-motion: reduce) { .site-header .brand-logo { animation: none; transition: none; } .site-header .brand:hover .brand-logo, .site-header .brand:focus-visible .brand-logo { transform: none; } }

/* Homepage entrance sequence: subtle, fast, and disabled for reduced-motion users. */
.home main > section { opacity: 0; animation: wordstore-section-in .62s cubic-bezier(.22,.61,.36,1) both; }
.home main > section:nth-of-type(1) { animation-delay: .05s; }
.home main > section:nth-of-type(2) { animation-delay: .14s; }
.home main > section:nth-of-type(3) { animation-delay: .23s; }
.home main > section:nth-of-type(4) { animation-delay: .32s; }
.home .hero-grid > * { opacity: 0; animation: wordstore-content-in .55s cubic-bezier(.22,.61,.36,1) both; }
.home .hero-grid > :nth-child(1) { animation-delay: .16s; }
.home .hero-grid > :nth-child(2) { animation-delay: .25s; }
@keyframes wordstore-section-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes wordstore-content-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { .home main > section, .home .hero-grid > * { opacity: 1; animation: none; transform: none; } .hero-shirt-motion, .hero-shirt { animation: none; } }
.site-nav { display: flex; align-items: center; gap: 24px; font-size: 13px; font-weight: 600; }
.site-nav-list { display: flex; align-items: center; gap: 24px; list-style: none; margin: 0; padding: 0; }
.site-nav a { padding: 8px 0; border-bottom: 2px solid transparent; }
.site-nav a:hover { border-bottom-color: var(--ws-black); }
.language-switcher { display: inline-flex; align-items: center; gap: 6px; color: var(--ws-muted); font-size: 11px; font-weight: 700; white-space: nowrap; }
.language-switcher a { padding: 4px 0; border-bottom: 1px solid transparent; }
.language-switcher a:hover, .language-switcher a.is-active { color: var(--ws-black); border-bottom-color: var(--ws-black); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-action { min-width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--ws-line); border-radius: 999px; font-size: 13px; }
.header-action:hover { background: var(--ws-black); color: var(--ws-white); border-color: var(--ws-black); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; font-size: 25px; line-height: 1; cursor: pointer; }

.hero { background: var(--ws-black); color: var(--ws-white); padding: 92px 0 86px; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 64px; }
.eyebrow { margin: 0 0 18px; color: #c9c4bb; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(38px, 6vw, 76px); line-height: 1.08; letter-spacing: -.045em; }
.hero h1 span { color: #d8d3ca; }
.hero-copy { max-width: 540px; margin: 24px 0 0; color: #d6d3cd; font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 12px 22px; border: 1px solid var(--ws-black); border-radius: 999px; background: var(--ws-black); color: var(--ws-white); font-size: 13px; font-weight: 700; cursor: pointer; transition: .2s ease; }
.button:hover { transform: translateY(-2px); background: #303030; color: var(--ws-white); }
.button-light { background: var(--ws-white); color: var(--ws-black); border-color: var(--ws-white); }
.button-light:hover { background: #eceae5; color: var(--ws-black); }
.button-outline { background: transparent; color: var(--ws-black); }
.button-outline:hover { background: var(--ws-black); color: var(--ws-white); }
.hero-card { min-height: 460px; display: flex; align-items: flex-end; padding: 28px; background: linear-gradient(145deg, #292929, #101010); border: 1px solid #3c3c3c; border-radius: 22px; }
.hero-shirt-stage { position: relative; overflow: hidden; isolation: isolate; }
.hero-shirt-glow { position: absolute; z-index: 0; top: 18%; left: 50%; width: 280px; height: 280px; transform: translateX(-50%); border-radius: 50%; background: rgba(255,255,255,.08); filter: blur(34px); pointer-events: none; }
.hero-shirt-motion { position: absolute; z-index: 1; inset: 10px 8px 52px; display: grid; place-items: center; pointer-events: none; animation: wordstore-shirt-entrance .9s cubic-bezier(.22,.61,.36,1) .18s both; }
.hero-shirt { width: 430px; max-width: 92%; height: 390px; object-fit: contain; object-position: center; filter: drop-shadow(0 24px 22px rgba(0,0,0,.28)); animation: wordstore-shirt-float 6s ease-in-out 1.08s infinite; }
.hero-card-inner { position: relative; z-index: 2; width: 100%; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-top: auto; }
.hero-card-label { color: #bab6af; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.hero-card-title { margin-top: 8px; font-size: 24px; font-weight: 700; }
.hero-card-mark { color: #d8d3ca; font-size: 12px; font-weight: 800; letter-spacing: .18em; }
@keyframes wordstore-shirt-entrance { from { opacity: 0; transform: translateY(34px) scale(.88); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes wordstore-shirt-float { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-9px) rotate(1deg); } }

.feature-strip { border-bottom: 1px solid var(--ws-line); background: var(--ws-paper); }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.feature { padding: 22px 20px; border-inline-start: 1px solid var(--ws-line); }
.feature:first-child { border-inline-start: 0; }
.feature strong { display: block; font-size: 13px; }
.feature span { color: var(--ws-muted); font-size: 12px; }

.section { padding: 88px 0; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.section-kicker { margin: 0 0 8px; color: var(--ws-muted); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.section-title { margin: 0; color: var(--ws-black); font-size: clamp(28px, 4vw, 46px); line-height: 1.12; letter-spacing: -.04em; }
.section-intro { max-width: 550px; margin: 16px 0 0; color: var(--ws-muted); }
.products-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 280px)); justify-content: center; gap: 22px; }
.product-card { overflow: hidden; border: 1px solid var(--ws-line); border-radius: var(--ws-radius); background: var(--ws-white); transition: .2s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--ws-shadow); }
.product-image { aspect-ratio: 1 / 1; overflow: hidden; background: var(--ws-paper); }
.product-image img { width: 100%; height: 100%; object-fit: cover; }
.product-placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: var(--ws-muted); font-size: 13px; }
.product-info { padding: 18px; }
.product-title { min-height: 50px; margin: 0; font-size: 16px; line-height: 1.45; }
.product-price { margin: 10px 0 16px; font-weight: 700; }
.product-link { display: inline-flex; padding: 9px 14px; border: 1px solid var(--ws-black); border-radius: 999px; font-size: 12px; font-weight: 700; }
.product-link:hover { background: var(--ws-black); color: var(--ws-white); }

.custom-design { background: var(--ws-paper); }
.custom-design-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 56px; align-items: start; }
.custom-design-panel { padding: 30px; border: 1px solid var(--ws-line); border-radius: 18px; background: var(--ws-white); }
.design-points { display: grid; gap: 14px; margin-top: 28px; }
.design-point { display: flex; gap: 12px; align-items: flex-start; }
.design-point-number { flex: 0 0 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--ws-black); color: var(--ws-white); font-size: 12px; font-weight: 700; }
.design-point strong { display: block; font-size: 13px; }
.design-point span { display: block; color: var(--ws-muted); font-size: 12px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.form-field { display: grid; gap: 7px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-size: 12px; font-weight: 700; }
.form-field input, .form-field select, .form-field textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--ws-line); border-radius: 10px; background: var(--ws-white); color: var(--ws-ink); }
.form-field textarea { min-height: 120px; resize: vertical; }
.form-note { color: var(--ws-muted); font-size: 11px; }
.form-success, .form-error { margin-bottom: 18px; padding: 12px 14px; border-radius: 10px; font-size: 13px; }
.form-success { background: #e8f2e9; color: #1f5c28; }
.form-error { background: #f9e7e5; color: #76261f; }

.site-footer { padding: 58px 0 26px; background: var(--ws-black); color: var(--ws-white); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 42px; padding-bottom: 42px; }
.footer-title { margin: 0 0 14px; font-size: 14px; }
.footer-copy, .footer-links a { color: #bdb9b2; font-size: 12px; }
.footer-links { display: grid; gap: 8px; }
.footer-links a:hover { color: var(--ws-white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid #3a3a3a; color: #918d87; font-size: 11px; }

.woocommerce .site-main, .site-main { padding: 62px 0 90px; }
.woocommerce .woocommerce-breadcrumb { margin-bottom: 24px; color: var(--ws-muted); font-size: 12px; }
.woocommerce ul.products { display: grid !important; grid-template-columns: repeat(auto-fit, minmax(240px, 280px)); justify-content: center; gap: 22px; margin: 0 !important; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product { width: auto !important; float: none !important; margin: 0 !important; padding: 0 !important; border: 1px solid var(--ws-line); border-radius: var(--ws-radius); overflow: hidden; background: var(--ws-white); }
.woocommerce ul.products li.product a img { aspect-ratio: 1 / 1; object-fit: cover; margin: 0 !important; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 18px 18px 0; font-size: 16px; }
.woocommerce ul.products li.product .price { padding: 0 18px; color: var(--ws-ink); font-weight: 700; }
.woocommerce ul.products li.product .button { margin: 0 18px 18px; }
.woocommerce span.onsale { top: 12px; left: 12px; right: auto; min-width: 0; min-height: 0; padding: 7px 11px; border-radius: 999px; background: var(--ws-black); font-size: 10px; line-height: 1; }
.woocommerce .quantity .qty, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea { padding: 12px; border: 1px solid var(--ws-line); border-radius: 8px; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-top-color: var(--ws-black); }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { border-radius: 999px; background: var(--ws-black); color: var(--ws-white); }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover { background: #333; color: var(--ws-white); }

.pagination { display: flex; gap: 8px; margin-top: 35px; }
.pagination a, .pagination span { padding: 8px 12px; border: 1px solid var(--ws-line); border-radius: 8px; font-size: 12px; }
.pagination .current { background: var(--ws-black); color: var(--ws-white); border-color: var(--ws-black); }
.entry-title { margin-top: 0; font-size: clamp(30px, 4vw, 52px); line-height: 1.12; letter-spacing: -.04em; }
.entry-content { max-width: 800px; }

@media (max-width: 980px) {
  .hero-grid, .custom-design-grid { grid-template-columns: 1fr; gap: 34px; }
  .products-grid, .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--ws-max)); }
  .header-inner { min-height: 66px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 66px; left: 14px; right: 14px; max-height: calc(100vh - 82px); overflow-y: auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 18px; border: 1px solid var(--ws-line); border-radius: 14px; background: var(--ws-white); box-shadow: var(--ws-shadow); }
  .site-nav-list { display: grid; gap: 0; }
  .site-nav.is-open { display: flex; }
  .site-nav a { display: flex; min-height: 44px; align-items: center; padding: 10px 0; }
  .header-actions .header-action:nth-child(2) { display: none; }
  .header-inner { gap: 10px; }
  .language-switcher { order: 3; flex-shrink: 0; margin-inline-start: auto; font-size: 10px; }
  .hero { padding: 54px 0 50px; }
  .hero-grid { gap: 28px; }
  .hero-card.hero-shirt-stage { order: -1; }
  .hero h1 { font-size: clamp(36px, 12vw, 52px); }
  .hero-copy { margin-top: 18px; font-size: 15px; }
  .hero-actions { margin-top: 26px; }
  .hero-actions .button { width: 100%; }
  .hero-card { min-height: 230px; padding: 22px; }
  .hero-shirt-stage { min-height: 330px; padding: 18px; }
  .hero-shirt-motion { inset: 2px 4px 50px; }
  .hero-shirt { width: 300px; height: 250px; }
  .hero-card-title { font-size: 20px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature { min-height: 86px; padding: 18px 14px; border-bottom: 1px solid var(--ws-line); }
  .feature strong { font-size: 12px; }
  .feature span { font-size: 11px; }
  .section { padding: 62px 0; }
  .section-head { display: block; }
  .section-head .button { margin-top: 18px; }
  .products-grid, .woocommerce ul.products { grid-template-columns: 1fr 1fr; gap: 12px; }
  .product-info { padding: 12px; }
  .product-title { min-height: 42px; font-size: 13px; }
  .product-price { margin: 8px 0 12px; font-size: 13px; }
  .product-link { width: 100%; min-height: 42px; padding: 8px 10px; font-size: 10px; }
  .woocommerce div.product div.images, .woocommerce div.product div.summary { width: 100%; float: none; }
  .woocommerce div.product div.summary { margin-top: 26px; }
  .woocommerce div.product form.cart .variations, .woocommerce div.product form.cart .variations select { width: 100%; }
  .woocommerce div.product form.cart .quantity { margin-bottom: 12px; }
  .woocommerce div.product form.cart .button { min-height: 46px; width: 100%; }
  .woocommerce .cart-collaterals, .woocommerce .cart_totals { width: 100%; float: none; }
  .woocommerce table.shop_table { font-size: 12px; }
  .woocommerce .woocommerce-checkout-review-order-table { display: block; overflow-x: auto; white-space: nowrap; }
  .woocommerce form .form-row, .woocommerce form .form-row-first, .woocommerce form .form-row-last { width: 100%; float: none; margin-inline-end: 0; }
  .woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-2 { width: 100%; float: none; }
  .custom-design-panel { padding: 20px; }
  .custom-design .section-title { font-size: 32px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field input, .form-field select, .form-field textarea { min-height: 46px; }
  .form-field textarea { min-height: 130px; }
  .form-field.full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 8px; }
}
@media (max-width: 420px) {
  .container { width: min(calc(100% - 24px), var(--ws-max)); }
  .brand { font-size: 18px; gap: 7px; }
  .brand-logo { width: 34px; height: 29px; }
  .hero-shirt-stage { min-height: 300px; }
  .hero-shirt { width: 270px; height: 230px; }
  .language-switcher { gap: 4px; font-size: 9px; }
  .language-switcher .lang-full { display: none; }
  .language-switcher .lang-short { display: inline; }
  .header-actions .header-action { min-width: 38px; height: 38px; font-size: 11px; }
  .products-grid, .woocommerce ul.products { grid-template-columns: 1fr; }
  .hero h1 { font-size: 36px; }
  .section { padding: 52px 0; }
  .section-title { font-size: 30px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature { padding-inline: 10px; }
}

/* v22 poster motion preview: visual staging for the four real Wordstore poster drafts. */
.poster-hero { position: relative; overflow: hidden; min-height: 720px; padding: 72px 0 34px; background: #111111; color: #ffffff; isolation: isolate; }
.poster-hero::before, .poster-hero::after { position: absolute; z-index: -1; content: ''; pointer-events: none; }
.poster-hero::before { top: -22%; right: -12%; width: 64vw; height: 90%; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; transform: rotate(-14deg); }
.poster-hero::after { bottom: -35%; left: -18%; width: 62vw; height: 78%; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; transform: rotate(18deg); }
.poster-hero-noise { position: absolute; z-index: -1; inset: 0; opacity: .22; pointer-events: none; background-image: linear-gradient(120deg, rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(30deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: 54px 54px, 38px 38px; }
.poster-hero-grid { min-height: 620px; display: grid; grid-template-columns: .84fr 1.16fr; align-items: center; gap: 48px; }
.poster-hero-copy { position: relative; z-index: 2; max-width: 520px; }
.poster-hero-index { margin: 0 0 18px; color: #bdb9b2; font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.poster-hero-index span { color: #ffffff; }
.poster-hero h1 { max-width: 600px; margin: 0; color: #ffffff; font-size: clamp(44px, 7vw, 88px); line-height: .98; letter-spacing: -.06em; }
.poster-hero h1 span { color: #d8d3ca; }
.poster-hero .hero-copy { max-width: 460px; margin: 26px 0 0; color: #cfcac2; font-size: 16px; }
.poster-hero .hero-actions { margin-top: 30px; }
.poster-hero-meta { display: grid; gap: 5px; max-width: 360px; margin-top: 46px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.2); }
.poster-hero-meta-label { color: #99958e; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.poster-hero-meta strong { color: #ffffff; font-size: 15px; font-weight: 700; line-height: 1.45; }
.poster-hero-meta > span:last-child { color: #d8d3ca; font-size: 13px; font-weight: 700; }
.poster-stage-wrap { min-width: 0; }
.poster-stage { position: relative; min-height: 590px; display: grid; place-items: center; perspective: 1300px; outline: none; touch-action: pan-y; }
.poster-stage:focus-visible { outline: 3px solid #ffffff; outline-offset: 14px; }
.poster-stage-orbit { position: absolute; width: min(42vw, 540px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; transform: rotate(-18deg) scaleY(.42); }
.poster-stage-orbit::before, .poster-stage-orbit::after { position: absolute; content: ''; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; }
.poster-stage-orbit::before { inset: 11%; }
.poster-stage-orbit::after { inset: 22%; }
.poster-stage-shadow { position: absolute; bottom: 6%; width: min(34vw, 390px); height: 42px; border-radius: 50%; background: rgba(0,0,0,.65); filter: blur(22px); transform: rotate(-5deg); }
.poster-card { position: absolute; top: 50%; left: 50%; width: min(260px, 32vw); aspect-ratio: 0.7065; transform-style: preserve-3d; transform-origin: center center; border: 1px solid rgba(255,255,255,.38); background: #232323; box-shadow: 0 30px 60px rgba(0,0,0,.4); transition: transform .72s cubic-bezier(.22,.61,.36,1), opacity .72s ease, filter .72s ease; }
.poster-card::after { position: absolute; z-index: -1; top: 10px; right: -9px; bottom: -10px; width: 10px; content: ''; border: 1px solid rgba(255,255,255,.16); border-left: 0; background: #292929; transform: skewY(-6deg); transform-origin: left center; }
.poster-card-frame { position: absolute; inset: 8px; display: block; overflow: hidden; background: #eeeeee; }
.poster-card-frame img { width: 100%; height: 100%; object-fit: cover; }
.poster-card-sheen { position: absolute; z-index: 2; inset: 0; pointer-events: none; background: linear-gradient(120deg, transparent 28%, rgba(255,255,255,.16) 47%, transparent 64%); mix-blend-mode: screen; opacity: .55; transform: translateX(-115%); }
.poster-card-active { z-index: 3; display: block; opacity: 1; cursor: pointer; transform: translate(-50%, -50%) rotateY(-9deg) rotateZ(-3deg) translateZ(60px); }
.poster-card-active:hover { transform: translate(-50%, -50%) rotateY(-4deg) rotateZ(-2deg) translateZ(70px) scale(1.015); }
.poster-card-active.is-changing .poster-card-sheen { animation: poster-sheen .8s ease both; }
.poster-card-prev, .poster-card-next { z-index: 1; opacity: .56; filter: saturate(.55) brightness(.72); pointer-events: none; }
.poster-card-prev { transform: translate(calc(-50% - 190px), -50%) rotateY(28deg) rotateZ(-8deg) scale(.82); }
.poster-card-next { transform: translate(calc(-50% + 190px), -50%) rotateY(-31deg) rotateZ(8deg) scale(.82); }
.poster-card-prev::before, .poster-card-next::before { position: absolute; inset: 0; content: ''; background: rgba(0,0,0,.12); }
.poster-stage-hint { position: absolute; right: 7%; bottom: 2%; color: #9b978f; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.poster-controls { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: -4px; }
.poster-control { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: transparent; color: #ffffff; font-size: 15px; font-weight: 700; cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.poster-control:hover, .poster-control:focus-visible { border-color: #ffffff; background: #ffffff; color: #111111; }
.poster-control-play { font-size: 12px; }
.poster-hero-footer { display: flex; justify-content: space-between; gap: 20px; color: #77736d; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
@keyframes poster-sheen { 0% { opacity: 0; transform: translateX(-115%); } 35% { opacity: .75; } 100% { opacity: 0; transform: translateX(115%); } }
@keyframes poster-hero-in { from { opacity: 0; transform: translateY(28px) scale(.96); } to { opacity: 1; transform: translateY(0) scale(1); } }
.poster-hero-copy > *, .poster-stage-wrap { opacity: 0; animation: poster-hero-in .7s cubic-bezier(.22,.61,.36,1) both; }
.poster-hero-copy > :nth-child(1) { animation-delay: .08s; }
.poster-hero-copy > :nth-child(2) { animation-delay: .14s; }
.poster-hero-copy > :nth-child(3) { animation-delay: .2s; }
.poster-hero-copy > :nth-child(4) { animation-delay: .26s; }
.poster-hero-copy > :nth-child(5) { animation-delay: .32s; }
.poster-stage-wrap { animation-delay: .2s; }
@media (max-width: 980px) {
  .poster-hero { min-height: 0; padding-top: 56px; }
  .poster-hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 20px; }
  .poster-hero-copy { max-width: 700px; }
  .poster-stage { min-height: 560px; }
  .poster-stage-orbit { width: min(70vw, 520px); }
  .poster-card { width: min(260px, 34vw); }
  .poster-card-prev { transform: translate(calc(-50% - 150px), -50%) rotateY(28deg) rotateZ(-8deg) scale(.82); }
  .poster-card-next { transform: translate(calc(-50% + 150px), -50%) rotateY(-31deg) rotateZ(8deg) scale(.82); }
}
@media (max-width: 720px) {
  .poster-hero { padding: 40px 0 24px; }
  .poster-hero h1 { font-size: clamp(42px, 15vw, 66px); }
  .poster-hero .hero-copy { margin-top: 20px; font-size: 14px; }
  .poster-hero .hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .poster-hero .hero-actions .button { min-height: 46px; padding-inline: 10px; font-size: 11px; }
  .poster-hero-meta { margin-top: 28px; }
  .poster-stage { min-height: 470px; margin-inline: -10px; }
  .poster-stage-orbit { width: 92vw; }
  .poster-stage-shadow { bottom: 5%; width: 58vw; }
  .poster-card { width: min(230px, 55vw); }
  .poster-card-prev { transform: translate(calc(-50% - 116px), -50%) rotateY(27deg) rotateZ(-8deg) scale(.76); }
  .poster-card-next { transform: translate(calc(-50% + 116px), -50%) rotateY(-30deg) rotateZ(8deg) scale(.76); }
  .poster-stage-hint { right: 3%; bottom: 1%; font-size: 9px; }
  .poster-hero-footer { display: none; }
}
@media (max-width: 420px) {
  .poster-hero .hero-actions { grid-template-columns: 1fr; }
  .poster-stage { min-height: 410px; }
  .poster-card { width: 190px; }
  .poster-card-prev { transform: translate(calc(-50% - 86px), -50%) rotateY(25deg) rotateZ(-8deg) scale(.72); }
  .poster-card-next { transform: translate(calc(-50% + 86px), -50%) rotateY(-28deg) rotateZ(8deg) scale(.72); }
  .poster-control { width: 40px; height: 40px; }
}
@media (prefers-reduced-motion: reduce) {
  .poster-hero-copy > *, .poster-stage-wrap { opacity: 1; animation: none; }
  .poster-card, .poster-control { transition: none; }
  .poster-card-active.is-changing .poster-card-sheen { animation: none; }
}

/* v23 category motion hero */
.category-hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background: #111;
  color: #fff;
}
.category-hero::before,
.category-hero::after {
  content: '';
  position: absolute;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
}
.category-hero::before { width: 900px; height: 900px; right: -260px; top: -360px; }
.category-hero::after { width: 560px; height: 560px; left: -240px; bottom: -300px; }
.category-hero-grid {
  position: relative;
  z-index: 1;
  min-height: 645px;
  display: grid;
  grid-template-columns: minmax(300px, .9fr) minmax(430px, 1.1fr);
  align-items: center;
  gap: 4vw;
  padding-top: 112px;
}
.category-hero-copy { max-width: 530px; padding-top: 8px; }
.category-hero-copy .eyebrow { color: rgba(255,255,255,.58); }
.category-hero-index { margin: 12px 0 16px; color: #fff; font-size: 13px; letter-spacing: .14em; font-weight: 700; }
.category-hero h1 { margin: 0; color: #fff; font-size: clamp(48px, 6vw, 86px); line-height: .98; letter-spacing: -.06em; }
.category-hero h1 span { color: #d6d2ca; }
.category-hero .hero-copy { max-width: 460px; margin: 26px 0 0; color: rgba(255,255,255,.72); font-size: 16px; }
.category-hero .button { border-color: rgba(255,255,255,.35); color: #fff; }
.category-hero .button:hover, .category-hero .button:focus-visible { background: #fff; color: #111; }
.category-hero .button-light { background: #fff; border-color: #fff; color: #111; }
.category-hero-meta { display: grid; gap: 3px; margin-top: 34px; min-height: 78px; border-top: 1px solid rgba(255,255,255,.16); padding-top: 14px; }
.category-hero-meta-label { color: rgba(255,255,255,.5); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.category-hero-meta strong { color: #fff; font-size: 19px; }
.category-hero-meta > span:last-child { color: #d6d2ca; font-size: 13px; }
.category-stage-wrap { min-width: 0; }
.category-stage {
  position: relative;
  min-height: 505px;
  perspective: 1200px;
  outline: none;
  touch-action: pan-y;
}
.category-stage:focus-visible { outline: 2px solid #fff; outline-offset: 10px; }
.category-stage-orbit { position: absolute; width: 480px; height: 480px; left: 50%; top: 50%; transform: translate(-50%,-50%); border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.category-stage-orbit::after { content: ''; position: absolute; inset: 42px; border: 1px dashed rgba(255,255,255,.11); border-radius: 50%; }
.category-stage-shadow { position: absolute; width: 370px; height: 52px; left: 50%; bottom: 38px; transform: translateX(-50%); background: rgba(0,0,0,.7); filter: blur(20px); border-radius: 50%; }
.category-card { position: absolute; left: 50%; top: 50%; display: block; width: 245px; aspect-ratio: 3 / 4; transform-style: preserve-3d; text-decoration: none; transition: transform .75s cubic-bezier(.22,.8,.2,1), opacity .75s ease, filter .75s ease; }
.category-card-frame { display: block; height: 100%; overflow: hidden; background: #e8e5df; border: 1px solid rgba(255,255,255,.35); box-shadow: 0 28px 60px rgba(0,0,0,.36); }
.category-card-frame img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.category-card-label { position: absolute; right: 14px; bottom: 13px; left: 14px; color: #fff; font-size: 12px; font-weight: 700; text-shadow: 0 1px 10px rgba(0,0,0,.7); }
.category-card-active { z-index: 3; transform: translate(-50%,-50%) rotateY(-7deg) rotateZ(-2deg) translateZ(70px); }
.category-card-active:hover, .category-card-active:focus-visible { transform: translate(-50%,-50%) rotateY(-1deg) rotateZ(0deg) translateZ(96px) scale(1.02); }
.category-card-prev { z-index: 2; opacity: .72; filter: saturate(.82); transform: translate(calc(-50% - 154px), -50%) rotateY(28deg) rotateZ(-8deg) scale(.78); }
.category-card-next { z-index: 1; opacity: .64; filter: saturate(.74); transform: translate(calc(-50% + 154px), -50%) rotateY(-28deg) rotateZ(8deg) scale(.78); }
.category-card-sheen { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(112deg, transparent 30%, rgba(255,255,255,.3) 48%, transparent 64%); mix-blend-mode: screen; opacity: 0; }
.category-card-active.is-changing .category-card-sheen { animation: categorySheen .9s ease-out; }
@keyframes categorySheen { 0% { opacity: 0; transform: translateX(-35%); } 25% { opacity: .75; } 100% { opacity: 0; transform: translateX(35%); } }
.category-stage-hint { position: absolute; left: 50%; bottom: 8px; transform: translateX(-50%); color: rgba(255,255,255,.46); font-size: 11px; letter-spacing: .08em; white-space: nowrap; }
.category-controls { display: flex; justify-content: center; gap: 10px; margin-top: -2px; }
.category-control { width: 48px; height: 42px; border: 1px solid rgba(255,255,255,.32); background: transparent; color: #fff; font: inherit; cursor: pointer; }
.category-control:hover, .category-control:focus-visible { border-color: #fff; background: #fff; color: #111; }
.category-control-play { font-size: 15px; }
.category-hero-footer { position: relative; z-index: 1; display: flex; justify-content: space-between; padding-top: 18px; color: rgba(255,255,255,.38); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
@media (max-width: 900px) {
  .category-hero { min-height: 780px; }
  .category-hero-grid { min-height: 710px; grid-template-columns: 1fr; gap: 14px; padding-top: 100px; }
  .category-hero-copy { max-width: 620px; }
  .category-hero-copy .hero-copy { max-width: 560px; }
  .category-stage { min-height: 405px; margin-top: -4px; }
  .category-stage-orbit { width: 360px; height: 360px; }
  .category-stage-shadow { bottom: 28px; width: 275px; }
  .category-card { width: 190px; }
  .category-card-prev { transform: translate(calc(-50% - 112px), -50%) rotateY(25deg) rotateZ(-7deg) scale(.76); }
  .category-card-next { transform: translate(calc(-50% + 112px), -50%) rotateY(-25deg) rotateZ(7deg) scale(.76); }
  .category-hero-footer { padding: 0 20px; }
}
@media (max-width: 520px) {
  .category-hero { min-height: 735px; }
  .category-hero-grid { min-height: 670px; padding-top: 88px; }
  .category-hero h1 { font-size: clamp(43px, 14vw, 64px); }
  .category-hero .hero-copy { margin-top: 18px; font-size: 14px; line-height: 1.8; }
  .category-hero-meta { margin-top: 22px; }
  .category-stage { min-height: 328px; }
  .category-stage-orbit { width: 290px; height: 290px; }
  .category-stage-shadow { bottom: 24px; width: 220px; height: 38px; }
  .category-card { width: 145px; }
  .category-card-active { transform: translate(-50%,-50%) rotateY(-5deg) rotateZ(-2deg) translateZ(42px); }
  .category-card-prev { transform: translate(calc(-50% - 83px), -50%) rotateY(22deg) rotateZ(-6deg) scale(.76); }
  .category-card-next { transform: translate(calc(-50% + 83px), -50%) rotateY(-22deg) rotateZ(6deg) scale(.76); }
  .category-card-label { right: 8px; bottom: 8px; left: 8px; font-size: 10px; }
  .category-stage-hint { bottom: 0; font-size: 10px; }
  .category-hero-footer { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .category-card, .category-control { transition: none; }
  .category-card-active.is-changing .category-card-sheen { animation: none; }
}

/* v24 front-end refinement layer */
.site-header { position: sticky; top: 0; backdrop-filter: blur(14px); background: rgba(255,255,255,.94); }
.header-inner { min-height: 82px; }
.brand { color: var(--ws-black); letter-spacing: .1em; }
.site-nav a { position: relative; border-bottom: 0; }
.site-nav a::after { position: absolute; right: 0; bottom: 1px; left: 0; height: 2px; content: ''; background: var(--ws-black); transform: scaleX(0); transform-origin: right; transition: transform .22s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); }
.header-action { border-radius: 10px; }
.category-hero { min-height: 690px; background: radial-gradient(circle at 18% 48%, rgba(255,255,255,.07), transparent 28%), #111; }
.category-hero-grid { min-height: 610px; }
.category-hero-copy { max-width: 560px; }
.category-hero-index { display: inline-flex; gap: 7px; border-bottom: 1px solid rgba(255,255,255,.3); padding-bottom: 8px; }
.category-hero h1 { font-weight: 800; }
.category-hero-meta { max-width: 400px; }
.category-stage { min-height: 480px; }
.category-card-frame { border-color: rgba(255,255,255,.5); box-shadow: 0 34px 80px rgba(0,0,0,.48); }
.category-stage-hint { background: rgba(17,17,17,.72); padding: 3px 8px; }
.category-controls { gap: 8px; }
.category-control { border-radius: 10px; }
.category-rail { border-bottom: 1px solid var(--ws-line); background: var(--ws-paper); }
.category-rail-head { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0 12px; color: var(--ws-muted); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.category-rail-list { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ws-line); }
.category-rail-list a { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; min-height: 86px; padding: 13px 18px; border-inline-start: 1px solid var(--ws-line); color: var(--ws-black); }
.category-rail-list a:first-child { border-inline-start: 0; }
.category-rail-list a:hover, .category-rail-list a:focus-visible { background: var(--ws-white); }
.category-rail-index { color: var(--ws-muted); font-size: 11px; font-weight: 800; }
.category-rail-name { display: grid; gap: 1px; }
.category-rail-name strong { font-size: 13px; }
.category-rail-name small { color: var(--ws-muted); font-size: 10px; }
.category-rail-arrow { font-size: 18px; line-height: 1; }
.section-head { margin-bottom: 28px; }
.products-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); justify-content: stretch; gap: 16px; }
.product-card { border-radius: 10px; }
.product-card:hover { transform: translateY(-6px); }
.product-image { aspect-ratio: 1 / 1.08; }
.product-info { padding: 16px; }
.product-link { border-radius: 10px; }
@media (max-width: 980px) {
  .products-grid, .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-rail-list { grid-template-columns: repeat(2, 1fr); }
  .category-rail-list a:nth-child(3) { border-inline-start: 0; border-top: 1px solid var(--ws-line); }
  .category-rail-list a:nth-child(4) { border-top: 1px solid var(--ws-line); }
}
@media (max-width: 720px) {
  .site-header { top: 0; }
  .header-inner { min-height: 68px; }
  .site-nav { top: 68px; border-radius: 10px; }
  .category-hero { min-height: 710px; }
  .category-hero-grid { min-height: 645px; padding-top: 76px; }
  .category-stage { min-height: 365px; margin-top: -6px; }
  .category-hero-meta { margin-top: 18px; }
  .category-rail-head { padding-top: 16px; }
  .category-rail-list a { min-height: 76px; padding: 11px 12px; gap: 8px; }
}
@media (max-width: 420px) {
  .category-hero { min-height: 700px; }
  .category-hero-grid { min-height: 650px; padding-top: 64px; }
  .category-stage { min-height: 350px; }
  .category-rail-list { grid-template-columns: 1fr; }
  .category-rail-list a, .category-rail-list a:nth-child(3), .category-rail-list a:nth-child(4) { border-inline-start: 0; border-top: 1px solid var(--ws-line); }
  .category-rail-list a:first-child { border-top: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .site-nav a::after { transition: none; }
}

/* v25 editorial storefront layer inspired by modern Moroccan streetwear storefronts */
.announcement-bar { min-height: 30px; display: flex; align-items: center; justify-content: center; gap: 24px; padding: 6px 14px; background: var(--ws-black); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.announcement-bar strong { color: #d8d3ca; font-weight: 700; }
.site-header { position: sticky; top: 0; background: rgba(255,255,255,.96); backdrop-filter: blur(14px); }
.header-inner { min-height: 76px; }
.brand { color: var(--ws-black); letter-spacing: .1em; }
.header-action { border-radius: 10px; }
.site-nav a { position: relative; border-bottom: 0; }
.site-nav a::after { position: absolute; right: 0; bottom: 1px; left: 0; height: 2px; content: ''; background: var(--ws-black); transform: scaleX(0); transform-origin: right; transition: transform .22s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); }
.store-hero { position: relative; overflow: hidden; min-height: 700px; background: #f0eee9; color: var(--ws-black); }
.store-hero::before { position: absolute; top: -20%; left: -12%; width: 48vw; min-width: 430px; height: 100%; content: ''; background: #111; transform: rotate(-8deg); transform-origin: center; }
.store-hero-inner { position: relative; z-index: 1; min-height: 630px; display: grid; grid-template-columns: .88fr 1.12fr; align-items: stretch; gap: 54px; }
.store-hero-copy { display: flex; flex-direction: column; justify-content: center; max-width: 500px; padding: 76px 0 54px; color: #fff; }
.store-hero-copy .eyebrow { color: #aaa59c; }
.store-hero-index { display: inline-flex; align-items: center; gap: 7px; width: max-content; margin: 0 0 20px; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 8px; color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.store-hero h1 { margin: 0; color: #fff; font-size: clamp(46px, 6.5vw, 84px); line-height: .98; letter-spacing: -.07em; }
.store-hero h1 span { color: #cfcac1; }
.store-hero-copy-text { max-width: 430px; margin: 24px 0 0; color: #c9c4bc; font-size: 15px; line-height: 1.9; }
.store-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.store-hero-actions .button { min-height: 46px; padding-inline: 20px; }
.button-ghost-light { border-color: rgba(255,255,255,.45); background: transparent; color: #fff; }
.button-ghost-light:hover, .button-ghost-light:focus-visible { background: #fff; color: #111; }
.store-hero-meta { display: grid; gap: 4px; max-width: 360px; margin-top: 38px; border-top: 1px solid rgba(255,255,255,.2); padding-top: 14px; }
.store-hero-meta-label { color: #8e8a83; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.store-hero-meta strong { font-size: 18px; }
.store-hero-meta > span:last-child { color: #d8d3ca; font-size: 13px; font-weight: 700; }
.store-hero-visual { position: relative; display: flex; align-items: center; justify-content: center; padding: 48px 6% 48px 0; }
.store-hero-frame { position: relative; width: min(100%, 540px); aspect-ratio: 1 / 1.08; overflow: hidden; background: #d9d6cf; box-shadow: 24px 24px 0 #111; transform: rotate(2.5deg); }
.store-hero-frame::after { position: absolute; inset: 0; content: ''; background: linear-gradient(120deg, rgba(255,255,255,.18), transparent 37%, rgba(0,0,0,.2)); pointer-events: none; }
.store-hero-frame img { width: 100%; height: 100%; object-fit: cover; }
.store-hero-stamp { position: absolute; z-index: 2; right: 20px; bottom: 18px; display: grid; gap: 2px; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-align: right; text-shadow: 0 1px 8px rgba(0,0,0,.5); }
.store-hero-stamp b { color: #d8d3ca; font-size: 11px; }
.store-hero-side-note { position: absolute; right: 0; bottom: 58px; color: #77736d; font-size: 10px; font-weight: 800; letter-spacing: .15em; line-height: 1.6; }
.store-hero-bottom { position: relative; z-index: 2; display: flex; align-items: center; justify-content: flex-end; gap: 18px; margin-top: -64px; padding-bottom: 22px; }
.store-hero-controls { display: flex; gap: 8px; }
.store-hero-controls .category-control { border-color: rgba(17,17,17,.35); background: #f0eee9; color: #111; border-radius: 10px; }
.store-hero-controls .category-control:hover, .store-hero-controls .category-control:focus-visible { background: #111; color: #fff; }
.store-hero-hint { color: #77736d; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.category-index { border-bottom: 1px solid var(--ws-line); background: var(--ws-paper); }
.category-index-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.category-index-grid a { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; min-height: 88px; padding: 14px 18px; border-inline-start: 1px solid var(--ws-line); color: var(--ws-black); }
.category-index-grid a:first-child { border-inline-start: 0; }
.category-index-grid a:hover, .category-index-grid a:focus-visible { background: var(--ws-white); }
.category-index-grid a > span:nth-child(2) { display: grid; gap: 2px; }
.category-index-grid strong { font-size: 13px; }
.category-index-grid small { color: var(--ws-muted); font-size: 10px; }
.category-index-number { color: var(--ws-muted); font-size: 11px; font-weight: 800; }
.collections { padding: 90px 0 0; background: var(--ws-white); }
.section-lead { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 54px; }
.section-lead .section-intro { max-width: 320px; margin: 0; }
.collection-row { border-top: 1px solid var(--ws-line); padding: 24px 0 66px; }
.collection-head { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-bottom: 22px; }
.collection-title-wrap { display: flex; align-items: center; gap: 16px; }
.collection-index { color: var(--ws-muted); font-size: 11px; font-weight: 800; }
.collection-eyebrow { margin: 0 0 3px; color: var(--ws-muted); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.collection-head h3 { margin: 0; font-size: clamp(22px, 3vw, 32px); letter-spacing: -.04em; }
.collection-info { display: flex; align-items: center; gap: 15px; color: var(--ws-muted); font-size: 11px; }
.collection-info strong { color: var(--ws-black); font-size: 14px; }
.collection-info a, .text-link { color: var(--ws-black); font-size: 11px; font-weight: 800; }
.collection-info a:hover, .text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.collection-track { display: flex; gap: 16px; overflow-x: auto; padding: 2px 0 16px; scrollbar-width: thin; scrollbar-color: #111 transparent; }
.collection-track > .product-card { flex: 0 0 236px; width: 236px; border-radius: 10px; }
.collection-track .product-image { aspect-ratio: 1 / 1.08; }
.collection-track .product-info { padding: 14px; }
.collection-track .product-title { min-height: 46px; font-size: 14px; }
.collection-track .product-link { border-radius: 9px; }
.brand-note { border-top: 1px solid var(--ws-line); border-bottom: 1px solid var(--ws-line); background: #111; color: #fff; padding: 76px 0; }
.brand-note-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; }
.brand-note .section-kicker { color: #99958e; }
.brand-note h2 { max-width: 680px; margin: 0; color: #fff; font-size: clamp(34px, 5vw, 66px); line-height: .98; letter-spacing: -.06em; }
.brand-note p:not(.section-kicker) { max-width: 600px; margin: 24px 0; color: #c9c4bc; font-size: 16px; line-height: 1.9; }
.brand-note .text-link { color: #fff; }
.custom-design { background: var(--ws-paper); }
@media (max-width: 980px) {
  .store-hero-inner { grid-template-columns: .9fr 1.1fr; gap: 30px; }
  .store-hero-visual { padding-right: 2%; }
  .store-hero-frame { box-shadow: 16px 16px 0 #111; }
  .category-index-grid { grid-template-columns: repeat(2, 1fr); }
  .category-index-grid a:nth-child(3) { border-inline-start: 0; border-top: 1px solid var(--ws-line); }
  .category-index-grid a:nth-child(4) { border-top: 1px solid var(--ws-line); }
  .brand-note-grid { grid-template-columns: 1fr 1.5fr; gap: 30px; }
}
@media (max-width: 720px) {
  .announcement-bar { gap: 8px; font-size: 8px; letter-spacing: .04em; }
  .announcement-bar span:first-child, .announcement-bar span:last-child { display: none; }
  .header-inner { min-height: 68px; }
  .site-nav { top: 68px; border-radius: 10px; }
  .store-hero { min-height: 760px; }
  .store-hero::before { top: 0; left: 0; width: 100%; min-width: 0; height: 54%; transform: none; }
  .store-hero-inner { min-height: 700px; display: flex; flex-direction: column; gap: 0; }
  .store-hero-copy { order: 2; max-width: none; padding: 28px 0 46px; }
  .store-hero-visual { order: 1; min-height: 350px; padding: 34px 18px 16px; }
  .store-hero-frame { width: min(76vw, 330px); box-shadow: 11px 11px 0 #111; }
  .store-hero-side-note { right: 8px; bottom: 32px; font-size: 8px; }
  .store-hero-copy-text { margin-top: 17px; font-size: 14px; line-height: 1.7; }
  .store-hero-actions { margin-top: 20px; }
  .store-hero-actions .button { flex: 1 1 0; min-width: 0; padding-inline: 9px; font-size: 11px; }
  .store-hero-meta { margin-top: 22px; }
  .store-hero-bottom { justify-content: center; margin-top: -42px; padding-bottom: 16px; }
  .category-index-grid a { min-height: 74px; padding: 11px 12px; gap: 8px; }
  .collections { padding-top: 62px; }
  .section-lead { display: block; margin-bottom: 34px; }
  .section-lead .section-intro { margin-top: 14px; }
  .collection-head { display: block; }
  .collection-info { margin-top: 12px; flex-wrap: wrap; }
  .collection-track { margin-inline: -2px; }
  .collection-track > .product-card { flex-basis: 210px; width: 210px; }
  .brand-note { padding: 56px 0; }
  .brand-note-grid { display: block; }
  .brand-note h2 { margin-top: 24px; font-size: 42px; }
}
@media (max-width: 420px) {
  .store-hero { min-height: 745px; }
  .store-hero-inner { min-height: 690px; }
  .store-hero-visual { min-height: 320px; }
  .store-hero-frame { width: 220px; }
  .store-hero h1 { font-size: 42px; }
  .store-hero-actions { display: grid; grid-template-columns: 1fr; }
  .collection-track > .product-card { flex-basis: 194px; width: 194px; }
}
@media (prefers-reduced-motion: reduce) {
  .site-nav a::after { transition: none; }
  .store-hero-frame { transform: none; }
}

/* v25 compatibility for the existing accessible category carousel */
.store-hero-frame.category-stage { min-height: 0; display: grid; place-items: center; perspective: 1300px; }
.store-hero-frame.category-stage::after { z-index: 4; background: linear-gradient(120deg, rgba(255,255,255,.12), transparent 37%, rgba(0,0,0,.18)); }
.store-hero-frame .category-stage-orbit { width: 86%; height: auto; aspect-ratio: 1; }
.store-hero-frame .category-stage-shadow { bottom: 8%; width: 62%; height: 30px; }
.store-hero-frame .category-card { width: min(46%, 245px); }
.store-hero-frame .category-card-active { z-index: 3; }
.store-hero-frame .category-card-prev { transform: translate(calc(-50% - 112px), -50%) rotateY(28deg) rotateZ(-8deg) scale(.78); }
.store-hero-frame .category-card-next { transform: translate(calc(-50% + 112px), -50%) rotateY(-28deg) rotateZ(8deg) scale(.78); }
.store-hero-frame .category-stage-hint { z-index: 5; bottom: 16px; background: rgba(17,17,17,.65); padding: 4px 8px; }
.store-hero-stamp { z-index: 6; }
@media (max-width: 980px) {
  .store-hero-frame .category-card-prev { transform: translate(calc(-50% - 84px), -50%) rotateY(25deg) rotateZ(-7deg) scale(.76); }
  .store-hero-frame .category-card-next { transform: translate(calc(-50% + 84px), -50%) rotateY(-25deg) rotateZ(7deg) scale(.76); }
}
@media (max-width: 720px) {
  .store-hero-frame.category-stage { min-height: 0; }
  .store-hero-frame .category-card { width: 145px; }
  .store-hero-frame .category-card-prev { transform: translate(calc(-50% - 83px), -50%) rotateY(22deg) rotateZ(-6deg) scale(.76); }
  .store-hero-frame .category-card-next { transform: translate(calc(-50% + 83px), -50%) rotateY(-22deg) rotateZ(6deg) scale(.76); }
  .store-hero-frame .category-stage-hint { bottom: 8px; }
}
@media (max-width: 420px) {
  .store-hero-frame .category-card { width: 132px; }
  .store-hero-frame .category-card-prev { transform: translate(calc(-50% - 70px), -50%) rotateY(20deg) rotateZ(-6deg) scale(.74); }
  .store-hero-frame .category-card-next { transform: translate(calc(-50% + 70px), -50%) rotateY(-20deg) rotateZ(6deg) scale(.74); }
}

/* v25 editorial hero contrast correction for the RTL split layout */
.store-hero-copy { color: #111; }
.store-hero-copy .eyebrow { color: #77736d; }
.store-hero h1 { color: #111; }
.store-hero h1 span { color: #77736d; }
.store-hero-copy-text { color: #55514b; }
.store-hero-actions .button { border-color: rgba(17,17,17,.45); color: #111; }
.store-hero-actions .button:hover, .store-hero-actions .button:focus-visible { background: #111; color: #fff; }
.store-hero-actions .button-light { background: #111; border-color: #111; color: #fff; }
.store-hero-actions .button-light:hover, .store-hero-actions .button-light:focus-visible { background: #fff; color: #111; }
.store-hero-meta { border-top-color: rgba(17,17,17,.18); }
.store-hero-meta-label { color: #77736d; }
.store-hero-meta strong { color: #111; }
.store-hero-meta > span:last-child { color: #55514b; }
@media (max-width: 720px) {
  .store-hero-copy { color: #111; }
  .store-hero-copy-text { color: #55514b; }
}
/* v25 cache-busting and explicit contrast priority */
.store-hero-copy, .store-hero h1 { color: #111 !important; }
.store-hero h1 span { color: #77736d !important; }
.store-hero-copy .eyebrow { color: #77736d !important; }
.store-hero-copy-text { color: #55514b !important; }
.store-hero-meta-label { color: #77736d !important; }
.store-hero-meta strong { color: #111 !important; }
.store-hero-meta > span:last-child { color: #55514b !important; }

/* v26 — Black Luxury Edition: dark editorial storefront with restrained white accents */
:root {
  --ws-black: #0b0b0b;
  --ws-white: #ffffff;
  --ws-paper: #121212;
  --ws-line: #2c2c2c;
  --ws-muted: #9b9b9b;
  --ws-shadow: 0 24px 70px rgba(0,0,0,.45);
}
html { background: #0b0b0b; }
body { background: #0b0b0b; color: #f4f4f4; }
a { color: #fff; }
.announcement-bar { background: #111; border-bottom: 1px solid #2d2d2d; color: #fff; }
.announcement-bar strong { color: #fff; }
.site-header { background: rgba(11,11,11,.97); border-bottom: 1px solid #2c2c2c; box-shadow: 0 10px 30px rgba(0,0,0,.2); }
.brand, .brand span { color: #fff; }
.brand-logo { filter: invert(1); }
.site-nav a { color: #f5f5f5; }
.site-nav a::after { background: #fff; }
.language-switcher, .language-switcher a, .header-action { color: #e9e9e9; }
.header-action { border-color: #4a4a4a; background: transparent; }
.header-action:hover, .header-action:focus-visible { border-color: #fff; background: #fff; color: #111; }
.menu-toggle { border-color: #4a4a4a; background: transparent; color: #fff; }
.menu-toggle:hover, .menu-toggle:focus-visible { background: #fff; color: #111; }
.store-hero { background: #0b0b0b; color: #fff; }
.store-hero::before { background: radial-gradient(circle at 20% 38%, #292929 0, #111 32%, #0b0b0b 72%); opacity: .9; }
.store-hero::after { position: absolute; inset: 0; content: ''; pointer-events: none; background: linear-gradient(90deg, rgba(255,255,255,.035), transparent 30%, transparent 70%, rgba(255,255,255,.025)); }
.store-hero-inner, .store-hero-bottom { position: relative; z-index: 1; }
.store-hero-copy { color: #fff; }
.store-hero-copy .eyebrow { color: #a5a5a5 !important; }
.store-hero-index { border-color: #444; color: #fff; }
.store-hero h1, .store-hero h1 span { color: #fff !important; }
.store-hero h1 span { opacity: .5; }
.store-hero-copy-text { color: #b8b8b8 !important; }
.store-hero-actions .button { border-radius: 0; }
.store-hero-actions .button-light { background: #fff; border-color: #fff; color: #0b0b0b; }
.store-hero-actions .button-light:hover, .store-hero-actions .button-light:focus-visible { background: #d8d8d8; border-color: #d8d8d8; color: #0b0b0b; }
.store-hero-actions .button-ghost-light { border-color: #676767; background: transparent; color: #fff; }
.store-hero-actions .button-ghost-light:hover, .store-hero-actions .button-ghost-light:focus-visible { border-color: #fff; background: #fff; color: #0b0b0b; }
.store-hero-meta { border-color: #333; }
.store-hero-meta-label { color: #8f8f8f !important; }
.store-hero-meta strong, .store-hero-meta > span:last-child { color: #fff !important; }
.store-hero-frame { background: #1a1a1a; box-shadow: 24px 24px 0 #f4f4f4; }
.store-hero-side-note, .store-hero-hint { color: #8f8f8f; }
.store-hero-controls .category-control { border-color: #555; background: #0b0b0b; color: #fff; border-radius: 0; }
.store-hero-controls .category-control:hover, .store-hero-controls .category-control:focus-visible { border-color: #fff; background: #fff; color: #111; }
.category-index, .category-rail { background: #111; border-color: #2d2d2d; }
.category-index-grid a, .category-rail-list a { border-color: #2d2d2d; color: #fff; }
.category-index-grid a:hover, .category-index-grid a:focus-visible, .category-rail-list a:hover, .category-rail-list a:focus-visible { background: #202020; }
.category-index-grid strong, .category-rail-list strong, .category-index-grid a > span:nth-child(2) { color: #fff; }
.category-index-grid small, .category-index-number, .category-rail-index, .category-rail-head { color: #898989; }
.collections { background: #0b0b0b; }
.section-lead, .section-kicker, .section-intro { color: #a4a4a4; }
.section-title, .collection-head h3, .collection-title-wrap, .collection-info strong { color: #fff; }
.collection-row { border-color: #2d2d2d; }
.collection-eyebrow, .collection-info { color: #8d8d8d; }
.collection-info a, .text-link { color: #fff; }
.collection-track { scrollbar-color: #fff transparent; }
.collection-track > .product-card, .product-card { border-color: #363636; border-radius: 0; background: #151515; box-shadow: none; }
.collection-track > .product-card:hover, .product-card:hover { border-color: #777; box-shadow: 0 18px 45px rgba(0,0,0,.38); transform: translateY(-8px); }
.collection-track .product-image, .product-image { background: #242424; }
.collection-track .product-info, .product-info { color: #fff; }
.collection-track .product-title, .product-title { color: #fff; }
.collection-track .product-price, .product-price { color: #fff; }
.collection-track .product-link, .product-link { border-color: #777; border-radius: 0; color: #fff; }
.collection-track .product-link:hover, .product-link:hover { border-color: #fff; background: #fff; color: #111; }
.brand-note { border-color: #333; background: #141414; color: #fff; }
.brand-note .section-kicker { color: #999; }
.brand-note h2 { color: #fff; }
.brand-note p:not(.section-kicker) { color: #bcbcbc; }
.custom-design { background: #0f0f0f; color: #fff; }
.custom-design .section-title, .custom-design .section-intro, .custom-design label { color: #fff; }
.custom-design .section-intro { color: #a8a8a8; }
.custom-design-panel { border-color: #383838; border-radius: 0; background: #171717; }
.custom-design input, .custom-design select, .custom-design textarea { border-color: #4a4a4a; border-radius: 0; background: #0d0d0d; color: #fff; }
.custom-design input::placeholder, .custom-design textarea::placeholder { color: #777; }
.custom-design .button { border-radius: 0; }
.custom-design .button-light { background: #fff; border-color: #fff; color: #111; }
.site-footer { border-top: 1px solid #2e2e2e; background: #060606; color: #fff; }
.footer-copy, .footer-links a { color: #999; }
.footer-links a:hover { color: #fff; }
.footer-bottom { border-color: #2d2d2d; color: #777; }
@media (max-width: 720px) {
  .site-nav { border-color: #333; background: #111; }
  .store-hero-frame { box-shadow: 11px 11px 0 #f4f4f4; }
  .store-hero::after { background: linear-gradient(180deg, rgba(255,255,255,.03), transparent 50%); }
  .collection-track > .product-card { flex-basis: 210px; width: 210px; }
}
@media (prefers-reduced-motion: reduce) {
  .product-card, .store-hero-frame { transition: none; }
}

/* v27 — image sizing and quality pass */
.product-image,
.collection-track .product-image {
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1.08;
  padding: 12px;
  background: #202020;
}
.product-image img,
.collection-track .product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  image-rendering: auto;
}
.category-card-frame img,
.store-hero-frame .category-card-frame img {
  object-fit: contain;
  object-position: center;
  padding: 12px;
  background: #202020;
}
.woocommerce ul.products li.product a img {
  object-fit: contain;
  background: #202020;
  padding: 12px;
}
.collection-track > .product-card {
  flex-basis: 252px;
  width: 252px;
}
@media (max-width: 720px) {
  .product-image,
  .collection-track .product-image { padding: 9px; }
  .category-card-frame img,
  .store-hero-frame .category-card-frame img { padding: 8px; }
  .collection-track > .product-card { flex-basis: 216px; width: 216px; }
}
@media (max-width: 420px) {
  .collection-track > .product-card { flex-basis: 198px; width: 198px; }
}

/* v28 — product page gallery and detail layout */
body.single-product { background: #0b0b0b; }
body.single-product .site-main { padding: 72px 0 96px; background: #0b0b0b; }
body.single-product .site-main > .container { max-width: 1240px; }
body.single-product div.product { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .82fr); align-items: start; gap: clamp(34px, 6vw, 82px); margin: 0; }
body.single-product div.product div.images,
body.single-product div.product div.summary { width: auto; float: none; margin: 0; }
body.single-product div.product div.images { min-width: 0; }
body.single-product .woocommerce-product-gallery__image { overflow: hidden; border: 1px solid #363636; background: #171717; }
body.single-product .woocommerce-product-gallery__image a { display: block; }
body.single-product .woocommerce-product-gallery__image img { width: 100%; max-height: 720px; object-fit: contain; object-position: center; padding: clamp(14px, 3vw, 30px); background: #171717; }
body.single-product div.product div.images .flex-control-thumbs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin: 12px 0 0; }
body.single-product div.product div.images .flex-control-thumbs li { width: auto; float: none; margin: 0; border: 1px solid #363636; background: #171717; }
body.single-product div.product div.images .flex-control-thumbs img { width: 100%; height: 92px; object-fit: contain; padding: 6px; opacity: .62; background: #171717; }
body.single-product div.product div.images .flex-control-thumbs .flex-active { opacity: 1; outline: 1px solid #fff; outline-offset: -1px; }
body.single-product div.product .summary { position: sticky; top: 116px; padding-top: 8px; }
body.single-product div.product .product_title { margin: 0 0 16px; color: #fff; font-size: clamp(30px, 4vw, 58px); line-height: 1.02; letter-spacing: -.06em; }
body.single-product div.product .price { margin: 0 0 26px; color: #fff; font-size: 24px; font-weight: 800; }
body.single-product div.product .woocommerce-product-details__short-description { margin: 0 0 28px; color: #a9a9a9; font-size: 14px; line-height: 1.9; }
body.single-product div.product form.cart { margin: 0; padding: 24px 0; border-top: 1px solid #333; border-bottom: 1px solid #333; }
body.single-product div.product form.cart .variations { margin: 0 0 18px; border: 0; }
body.single-product div.product form.cart .variations td,
body.single-product div.product form.cart .variations th { padding: 8px 0; border: 0; background: transparent; color: #fff; text-align: start; }
body.single-product div.product form.cart .variations label { color: #fff; font-size: 12px; font-weight: 700; }
body.single-product div.product form.cart .variations select { min-height: 46px; border: 1px solid #555; border-radius: 0; background: #111; color: #fff; }
body.single-product div.product form.cart .reset_variations { color: #999; font-size: 11px; }
body.single-product div.product form.cart .quantity .qty { min-height: 48px; border: 1px solid #555; border-radius: 0; background: #111; color: #fff; }
body.single-product div.product form.cart .single_add_to_cart_button { min-height: 48px; border: 1px solid #fff; border-radius: 0; background: #fff; color: #111; font-weight: 800; }
body.single-product div.product form.cart .single_add_to_cart_button:hover,
body.single-product div.product form.cart .single_add_to_cart_button:focus-visible { background: #d9d9d9; color: #111; }
body.single-product .product_meta { padding-top: 20px; color: #858585; font-size: 11px; }
body.single-product .product_meta a { color: #fff; }
body.single-product .woocommerce-tabs { margin-top: 72px; border-top: 1px solid #333; }
body.single-product .woocommerce-tabs ul.tabs { margin: 0; padding: 0; border: 0; }
body.single-product .woocommerce-tabs ul.tabs::before { border-color: #333; }
body.single-product .woocommerce-tabs ul.tabs li { margin: 0; border: 0; border-radius: 0; background: transparent; }
body.single-product .woocommerce-tabs ul.tabs li a { padding: 18px 24px 18px 0; color: #888; font-size: 12px; }
body.single-product .woocommerce-tabs ul.tabs li.active a { color: #fff; }
body.single-product .woocommerce-Tabs-panel { color: #b5b5b5; font-size: 14px; line-height: 1.9; }
body.single-product .related.products { margin-top: 72px; border-top: 1px solid #333; padding-top: 42px; }
body.single-product .related.products > h2 { color: #fff; font-size: 30px; }
body.single-product .related.products ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
body.single-product .related.products ul.products li.product { width: auto; margin: 0; }
@media (max-width: 900px) {
  body.single-product div.product { grid-template-columns: 1fr; gap: 32px; }
  body.single-product div.product .summary { position: static; }
  body.single-product .woocommerce-product-gallery__image img { max-height: 620px; }
  body.single-product .related.products ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 520px) {
  body.single-product .site-main { padding: 42px 0 72px; }
  body.single-product .woocommerce-product-gallery__image img { max-height: 470px; padding: 10px; }
  body.single-product div.product div.images .flex-control-thumbs img { height: 64px; }
  body.single-product div.product .product_title { font-size: 36px; }
  body.single-product div.product form.cart .quantity { width: 100%; margin: 0 0 10px; }
  body.single-product div.product form.cart .quantity .qty { width: 100%; }
  body.single-product div.product form.cart .single_add_to_cart_button { width: 100%; }
}

/* v29 — transparent product presentation */
.product-image-transparent,
.collection-track .product-image-transparent,
.store-hero-frame .category-card-frame,
.category-card-frame:has(img[data-category-image]) {
  background: transparent;
  border-color: transparent;
}
.product-image-transparent img,
.collection-track .product-image-transparent img,
.store-hero-frame .category-card-frame img,
img[data-category-image] {
  background: transparent;
  padding: 0;
  object-fit: contain;
  mix-blend-mode: normal;
  filter: drop-shadow(0 22px 24px rgba(0,0,0,.42));
}
.product-image-transparent {
  padding: 0;
  min-height: 0;
}
.store-hero-frame .category-card-frame img,
img[data-category-image] {
  filter: drop-shadow(0 28px 30px rgba(0,0,0,.55));
}
.woocommerce ul.products li.product a img {
  background: transparent;
  padding: 0;
  object-fit: contain;
  filter: drop-shadow(0 16px 18px rgba(0,0,0,.35));
}
@media (max-width: 720px) {
  .product-image-transparent img,
  .collection-track .product-image-transparent img { filter: drop-shadow(0 14px 16px rgba(0,0,0,.38)); }
  .store-hero-frame .category-card-frame img,
  img[data-category-image] { filter: drop-shadow(0 18px 20px rgba(0,0,0,.48)); }
}

/* v30 — full transparency inside single-product gallery */
body.single-product .woocommerce-product-gallery__image,
body.single-product .woocommerce-product-gallery__image a,
body.single-product .woocommerce-product-gallery__image img {
  background: transparent;
}
body.single-product .woocommerce-product-gallery__image {
  border-color: transparent;
}
body.single-product .woocommerce-product-gallery__image img {
  width: 100%;
  max-height: 720px;
  padding: 0;
  object-fit: contain;
  filter: drop-shadow(0 28px 30px rgba(0,0,0,.54));
}
body.single-product div.product div.images .flex-control-thumbs li,
body.single-product div.product div.images .flex-control-thumbs img {
  background: transparent;
  border-color: #333;
}
body.single-product div.product div.images .flex-control-thumbs img {
  padding: 4px;
  filter: drop-shadow(0 8px 10px rgba(0,0,0,.32));
}
@media (max-width: 520px) {
  body.single-product .woocommerce-product-gallery__image img { max-height: 470px; }
}


/* v32 welcome message: replaces the first category index on the home page. */
.welcome-message {
  position: relative;
  overflow: hidden;
  padding: 78px 0 82px;
  background: #111111;
  color: #ffffff;
  border-top: 1px solid #2d2d2d;
  border-bottom: 1px solid #2d2d2d;
}
.welcome-message::after {
  content: 'WORDSTORE';
  position: absolute;
  right: -28px;
  bottom: -40px;
  color: rgba(255,255,255,.035);
  font-size: clamp(70px, 13vw, 190px);
  font-weight: 800;
  letter-spacing: -.08em;
  line-height: 1;
  pointer-events: none;
  white-space: nowrap;
}
.welcome-message-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(180px, .7fr);
  align-items: end;
  gap: 58px;
}
.welcome-message-copy { max-width: 720px; }
.welcome-message .section-kicker { margin-bottom: 18px; color: #a4a4a4; }
.welcome-message h2 {
  max-width: 700px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(38px, 6vw, 74px);
  line-height: 1;
  letter-spacing: -.055em;
}
.welcome-message-text {
  max-width: 620px;
  margin: 24px 0 0;
  color: #c9c9c9;
  font-size: 16px;
  line-height: 1.9;
}
.welcome-message-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.welcome-message .button-outline-light {
  background: transparent;
  border-color: rgba(255,255,255,.5);
  color: #ffffff;
}
.welcome-message .button-outline-light:hover,
.welcome-message .button-outline-light:focus-visible {
  background: #ffffff;
  border-color: #ffffff;
  color: #111111;
}
.welcome-message-sign {
  display: grid;
  justify-items: end;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.22);
  color: #8f8f8f;
}
.welcome-message-sign span { font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.welcome-message-sign strong {
  color: #ffffff;
  font-size: clamp(22px, 3vw, 38px);
  line-height: .93;
  letter-spacing: -.045em;
  text-align: right;
}
@media (max-width: 720px) {
  .welcome-message { padding: 58px 0 62px; }
  .welcome-message-grid { grid-template-columns: 1fr; gap: 36px; }
  .welcome-message h2 { font-size: clamp(38px, 12vw, 56px); }
  .welcome-message-text { margin-top: 18px; font-size: 14px; line-height: 1.8; }
  .welcome-message-actions { display: grid; grid-template-columns: 1fr; gap: 9px; margin-top: 24px; }
  .welcome-message-actions .button { width: 100%; }
  .welcome-message-sign { justify-items: start; padding-top: 14px; }
  .welcome-message-sign strong { text-align: left; }
}

/* v33 welcome hero: replaces the animated product/category hero. */
.welcome-hero { position: relative; overflow: hidden; min-height: 560px; display: grid; align-items: center; background: #111111; color: #ffffff; border-bottom: 1px solid #2d2d2d; isolation: isolate; }
.welcome-hero::before, .welcome-hero::after { content: ''; position: absolute; z-index: -1; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; pointer-events: none; }
.welcome-hero::before { width: 760px; height: 760px; right: -230px; top: -390px; }
.welcome-hero::after { width: 520px; height: 520px; left: -280px; bottom: -330px; }
.welcome-hero-grid { min-height: 560px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(260px, .95fr); align-items: center; gap: 72px; padding-top: 42px; }
.welcome-hero-copy { max-width: 690px; }
.welcome-hero .eyebrow { margin-bottom: 24px; color: #969696; }
.welcome-hero h1 { max-width: 760px; margin: 0; color: #ffffff; font-size: clamp(48px, 8vw, 104px); line-height: .96; letter-spacing: -.065em; }
.welcome-hero h1 span { color: #bdbdbd; }
.welcome-hero-text { max-width: 560px; margin: 28px 0 0; color: #c7c7c7; font-size: 17px; line-height: 1.9; }
.welcome-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.welcome-hero .button-ghost-light { background: transparent; border-color: rgba(255,255,255,.48); color: #ffffff; }
.welcome-hero .button-ghost-light:hover, .welcome-hero .button-ghost-light:focus-visible { background: #ffffff; border-color: #ffffff; color: #111111; }
.welcome-hero-mark { position: relative; min-height: 360px; display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; padding: 24px 0 30px; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.welcome-hero-mark::before { content: ''; position: absolute; inset: 50% auto auto 50%; width: 300px; height: 300px; transform: translate(-50%, -50%) rotate(-18deg) scaleY(.45); border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.welcome-hero-mark span { color: #898989; font-size: 11px; font-weight: 800; letter-spacing: .16em; line-height: 1.6; text-align: right; }
.welcome-hero-mark strong { position: relative; color: #ffffff; font-size: clamp(32px, 5vw, 62px); line-height: .9; letter-spacing: -.06em; text-align: right; }
.welcome-hero-mark i { position: relative; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; }
.welcome-hero-mark i::after { content: '↗'; position: absolute; inset: 0; display: grid; place-items: center; color: #ffffff; font-size: 18px; font-style: normal; }
@media (max-width: 980px) { .welcome-hero-grid { grid-template-columns: 1fr; gap: 36px; padding-top: 62px; padding-bottom: 62px; } .welcome-hero-mark { min-height: 220px; align-items: flex-start; } .welcome-hero-mark strong, .welcome-hero-mark span { text-align: left; } .welcome-hero-mark::before { left: 72%; } }
@media (max-width: 720px) { .welcome-hero { min-height: 0; } .welcome-hero-grid { min-height: 0; gap: 38px; padding-top: 58px; padding-bottom: 52px; } .welcome-hero h1 { font-size: clamp(46px, 14vw, 70px); } .welcome-hero-text { margin-top: 20px; font-size: 14px; line-height: 1.8; } .welcome-hero-actions { display: grid; grid-template-columns: 1fr; gap: 9px; margin-top: 26px; } .welcome-hero-actions .button { width: 100%; } .welcome-hero-mark { min-height: 190px; padding-top: 18px; padding-bottom: 20px; } .welcome-hero-mark strong { font-size: 40px; } .welcome-hero-mark::before { width: 220px; height: 220px; } }

/* v34 header icons: visual symbols with accessible labels preserved in the markup. */
.header-action-icon { width: 40px; min-width: 40px; height: 40px; padding: 0; }
.header-icon { width: 19px; height: 19px; display: block; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.header-action-icon:hover .header-icon, .header-action-icon:focus-visible .header-icon { stroke: currentColor; }
@media (max-width: 720px) {
  .header-action-icon { width: 38px; min-width: 38px; height: 38px; }
  .header-icon { width: 18px; height: 18px; }
}

/* v35 unified welcome banner: one surface, no image, no split columns. */
.welcome-banner { background: #111111; padding: 34px 0 42px; }
.welcome-banner-wrap { max-width: 1180px; }
.welcome-banner-inner { position: relative; overflow: hidden; min-height: 430px; display: grid; justify-items: center; align-content: center; gap: 0; padding: 66px 28px; border: 1px solid #2e2e2e; border-radius: 28px; background: #050505; color: #ffffff; text-align: center; isolation: isolate; }
.welcome-banner-inner::before, .welcome-banner-inner::after { content: ''; position: absolute; z-index: -1; border: 1px solid rgba(255,255,255,.10); border-radius: 50%; pointer-events: none; }
.welcome-banner-inner::before { width: 620px; height: 620px; left: 50%; top: -420px; transform: translateX(-50%); }
.welcome-banner-inner::after { width: 420px; height: 420px; left: 50%; bottom: -315px; transform: translateX(-50%) rotate(18deg) scaleY(.42); }
.welcome-banner-kicker { margin: 0 0 22px; color: #8f8f8f; font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.welcome-banner h1 { margin: 0; color: #ffffff; font-size: clamp(58px, 9vw, 112px); line-height: .95; letter-spacing: -.07em; }
.welcome-banner-subtitle { margin: 22px 0 0; color: #d0d0d0; font-size: clamp(18px, 2.2vw, 27px); font-weight: 500; line-height: 1.5; }
.welcome-banner-button { min-width: 150px; margin-top: 30px; }
@media (max-width: 720px) {
  .welcome-banner { padding: 18px 0 28px; }
  .welcome-banner-inner { min-height: 360px; padding: 48px 20px; border-radius: 20px; }
  .welcome-banner-kicker { margin-bottom: 18px; font-size: 9px; }
  .welcome-banner h1 { font-size: clamp(58px, 18vw, 84px); }
  .welcome-banner-subtitle { margin-top: 16px; font-size: 19px; }
  .welcome-banner-button { width: min(100%, 190px); margin-top: 26px; }
}

/* v38 split welcome banner: original image retained, proportional crop only at display time. */
.welcome-split-banner { background: #111111; padding: 34px 0 42px; }
.welcome-split-frame { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); min-height: 430px; overflow: hidden; border: 1px solid #2e2e2e; border-radius: 28px; background: #050505; direction: ltr; }
.welcome-split-copy { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 56px 42px; background: #050505; color: #ffffff; text-align: center; direction: rtl; }
.welcome-split-copy::before { content: ''; position: absolute; width: 420px; height: 420px; top: -260px; left: 50%; border: 1px solid rgba(255,255,255,.10); border-radius: 50%; transform: translateX(-50%); pointer-events: none; }
.welcome-split-copy .welcome-banner-kicker, .welcome-split-copy h1, .welcome-split-copy .welcome-banner-subtitle, .welcome-split-copy .welcome-banner-button { position: relative; z-index: 1; }
.welcome-split-copy .welcome-banner-kicker { margin: 0 0 20px; }
.welcome-split-copy h1 { margin: 0; color: #ffffff; font-size: clamp(54px, 7vw, 92px); line-height: .98; letter-spacing: -.06em; }
.welcome-split-copy .welcome-banner-subtitle { margin: 18px 0 0; color: #d0d0d0; font-size: clamp(18px, 2vw, 25px); line-height: 1.5; }
.welcome-split-copy .welcome-banner-button { min-width: 150px; margin-top: 28px; }
.welcome-split-media { min-width: 0; min-height: 430px; background: #181818; }
.welcome-split-media img { display: block; width: 100%; height: 100%; min-height: 430px; object-fit: cover; object-position: center center; image-rendering: auto; }
body.wordstore-lang-en .welcome-split-copy, body.wordstore-lang-fr .welcome-split-copy { direction: ltr; }
@media (max-width: 720px) {
  .welcome-split-banner { padding: 18px 0 28px; }
  .welcome-split-frame { grid-template-columns: 1fr; min-height: 0; border-radius: 20px; }
  .welcome-split-copy { min-height: 300px; padding: 44px 22px 38px; order: 1; }
  .welcome-split-media { min-height: 310px; order: 2; }
  .welcome-split-media img { min-height: 310px; max-height: 390px; object-position: center center; }
  .welcome-split-copy h1 { font-size: clamp(58px, 18vw, 84px); }
  .welcome-split-copy .welcome-banner-subtitle { margin-top: 14px; font-size: 19px; }
  .welcome-split-copy .welcome-banner-button { width: min(100%, 190px); margin-top: 24px; }
}
/* v40 — Glass Checkout: frosted dark surfaces with readable controls. */
body.woocommerce-checkout { background: #0b0b0b; color: #f4f4f4; }
body.woocommerce-checkout .site-main { background: #0b0b0b; padding: 48px 0 88px; }
body.woocommerce-checkout .wc-block-checkout { display: grid !important; grid-template-columns: minmax(0, 1.28fr) minmax(320px, .72fr) !important; gap: 28px !important; width: min(1180px, calc(100% - 40px)); max-width: 1180px; margin: 0 auto; color: #f4f4f4; }
body.woocommerce-checkout .wc-block-checkout__main,
body.woocommerce-checkout .wc-block-checkout__sidebar { min-width: 0; }
body.woocommerce-checkout .wc-block-components-checkout-step,
body.woocommerce-checkout .wc-block-components-order-summary,
body.woocommerce-checkout .wc-block-components-totals-wrapper,
body.woocommerce-checkout .wc-block-components-shipping-rates-control,
body.woocommerce-checkout .wc-block-components-payment-method,
body.woocommerce-checkout #customer_details,
body.woocommerce-checkout #order_review { border: 1px solid rgba(255,255,255,.16); border-radius: 20px; background: rgba(255,255,255,.055); box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 18px 48px rgba(0,0,0,.24); -webkit-backdrop-filter: blur(18px) saturate(120%); backdrop-filter: blur(18px) saturate(120%); }
body.woocommerce-checkout .wc-block-components-checkout-step { margin: 0 0 16px; padding: 24px !important; }
body.woocommerce-checkout .wc-block-components-checkout-step__heading,
body.woocommerce-checkout .wc-block-components-checkout-step__title,
body.woocommerce-checkout .wc-block-components-order-summary__title { color: #ffffff !important; }
body.woocommerce-checkout .wc-block-components-checkout-step__description,
body.woocommerce-checkout .wc-block-components-totals-item__label,
body.woocommerce-checkout .wc-block-components-totals-item__value { color: #d0d5db !important; }
body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-text-input select,
body.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input,
body.woocommerce-checkout .wc-block-components-select select,
body.woocommerce-checkout .wc-block-components-address-form input,
body.woocommerce-checkout .wc-block-components-address-form select,
body.woocommerce-checkout .woocommerce form .form-row input.input-text,
body.woocommerce-checkout .woocommerce form .form-row textarea,
body.woocommerce-checkout .woocommerce form .form-row select { min-height: 52px !important; border: 1px solid rgba(255,255,255,.23) !important; border-radius: 14px !important; background: rgba(255,255,255,.075) !important; color: #ffffff !important; box-shadow: inset 0 1px 0 rgba(255,255,255,.07), 0 8px 22px rgba(0,0,0,.14) !important; -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
body.woocommerce-checkout .wc-block-components-text-input input:focus,
body.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input:focus,
body.woocommerce-checkout .wc-block-components-address-form input:focus,
body.woocommerce-checkout .woocommerce form .form-row input.input-text:focus { border-color: rgba(255,255,255,.72) !important; outline: 2px solid rgba(255,255,255,.12); outline-offset: 1px; }
body.woocommerce-checkout .wc-block-components-text-input label,
body.woocommerce-checkout .wc-block-components-combobox label,
body.woocommerce-checkout .wc-block-components-select label,
body.woocommerce-checkout .woocommerce form .form-row label { color: #d9dde2 !important; }
body.woocommerce-checkout input::placeholder,
body.woocommerce-checkout textarea::placeholder { color: #aeb6bf !important; opacity: 1 !important; }
body.woocommerce-checkout .wc-block-components-checkbox label,
body.woocommerce-checkout .wc-block-components-radio-control__label,
body.woocommerce-checkout .wc-block-components-radio-control__description { color: #e6e9ed !important; }
body.woocommerce-checkout .wc-block-components-checkbox input,
body.woocommerce-checkout .wc-block-components-radio-control__input { accent-color: #ffffff; }
body.woocommerce-checkout .wc-block-components-order-summary { padding: 24px !important; }
body.woocommerce-checkout .wc-block-components-order-summary-item__name,
body.woocommerce-checkout .wc-block-components-order-summary-item__quantity,
body.woocommerce-checkout .wc-block-components-order-summary-item__price { color: #ffffff !important; }
body.woocommerce-checkout .wc-block-components-totals-wrapper { padding: 18px 20px !important; }
body.woocommerce-checkout .wc-block-components-button,
body.woocommerce-checkout #place_order { min-height: 52px; border: 1px solid #ffffff !important; border-radius: 14px !important; background: #ffffff !important; color: #0b0b0b !important; font-weight: 800; }
body.woocommerce-checkout .wc-block-components-payment-method { padding: 18px 20px !important; }
body.woocommerce-checkout .woocommerce-checkout-review-order-table { color: #ffffff; border-color: rgba(255,255,255,.14); }
body.woocommerce-checkout .woocommerce-checkout-review-order-table td,
body.woocommerce-checkout .woocommerce-checkout-review-order-table th { border-color: rgba(255,255,255,.14); color: #e9edf1; }
@media (max-width: 900px) {
  body.woocommerce-checkout .wc-block-checkout { grid-template-columns: 1fr !important; width: min(100% - 28px, 680px); gap: 16px !important; }
  body.woocommerce-checkout .wc-block-checkout__sidebar { position: static; }
}
@media (max-width: 520px) {
  body.woocommerce-checkout .site-main { padding: 28px 0 60px; }
  body.woocommerce-checkout .wc-block-components-checkout-step,
  body.woocommerce-checkout .wc-block-components-order-summary { padding: 18px !important; border-radius: 16px; }
  body.woocommerce-checkout .wc-block-components-text-input input,
  body.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input,
  body.woocommerce-checkout .wc-block-components-address-form input,
  body.woocommerce-checkout .wc-block-components-address-form select { min-height: 50px !important; }
}

/* v42 — final WooCommerce block targeting: outer wrapper stays normal; inner layout gets Glass grid. */
body.woocommerce-checkout .wp-block-woocommerce-checkout.wc-block-checkout {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  grid-template-columns: none !important;
  gap: 0 !important;
}
body.woocommerce-checkout .wp-block-woocommerce-checkout.wc-block-checkout > .wc-block-components-sidebar-layout.wc-block-checkout {
  display: grid !important;
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, .72fr) !important;
  gap: 28px !important;
  width: min(1180px, calc(100% - 40px)) !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  box-sizing: border-box;
}
body.woocommerce-checkout .wp-block-woocommerce-checkout.wc-block-checkout > .wc-block-components-sidebar-layout.wc-block-checkout > .wc-block-checkout__main,
body.woocommerce-checkout .wp-block-woocommerce-checkout.wc-block-checkout > .wc-block-components-sidebar-layout.wc-block-checkout > .wc-block-checkout__sidebar { min-width: 0; width: auto; }
@media (max-width: 900px) {
  body.woocommerce-checkout .wp-block-woocommerce-checkout.wc-block-checkout > .wc-block-components-sidebar-layout.wc-block-checkout {
    grid-template-columns: 1fr !important;
    width: min(680px, calc(100% - 28px)) !important;
    gap: 16px !important;
  }
}
