* { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --r: #990b0b;
  --r-dark: #6e0808;
  --cr: #faf8f3;
  --cr-deep: #fcf4df;
  --noir: #161410;
  --tx: #161410;
  --tx-soft: rgba(22,20,16,0.6);
  --tx-faint: rgba(22,20,16,0.38);
  --tx-ghost: rgba(22,20,16,0.22);
  --line: rgba(22,20,16,0.12);
  --line-soft: rgba(22,20,16,0.07);
  --fb: 'Bebas Neue', sans-serif;
  --fc: 'Chelsea Market', cursive;
  --ft: 'TikTok Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

html, body { margin: 0; padding: 0; }
body { padding-bottom: 58px; }

.k {
  background: var(--cr);
  color: var(--tx);
  font-family: var(--ft);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

.page { display: none; }
.page.active { display: block; }

/* NAV */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 2.5rem;
  border-bottom: 0.5px solid var(--line);
  background: var(--cr);
  position: sticky;
  top: 0;
  z-index: 50;
}
.logo-img { height: 46px; width: auto; cursor: pointer; display: block; }
.nav-links { display: flex; gap: 2.2rem; }
.nav-links a {
  font-family: var(--fc); font-size: 12px; letter-spacing: 0.12em;
  color: var(--tx-faint); text-decoration: none; cursor: pointer;
  transition: color 0.15s; padding-bottom: 4px;
}
.nav-links a:hover, .nav-links a.on { color: var(--tx); }
.nav-links a.on { border-bottom: 0.5px solid var(--r); }
.nav-r { display: flex; gap: 16px; align-items: center; }
.nav-r button { background: none; border: none; cursor: pointer; color: var(--tx-soft); font-size: 18px; display: flex; align-items: center; justify-content: center; padding: 4px; }
.nav-r button svg { display: block; }
.nav-r button:hover { color: var(--tx); }
.nav-burger { display: none; }
.cbadge { position: relative; }
.cbadge span {
  position: absolute; top: -5px; right: -5px; background: var(--r); color: var(--cr);
  font-size: 10px; width: 16px; height: 16px; border-radius: 50%;
  display: none; align-items: center; justify-content: center; font-weight: 500;
}

/* SEARCH */
.search-wrap { display: flex; align-items: center; gap: 0; position: relative; }
.search-input {
  width: 0; opacity: 0; padding: 0; border: none; background: none;
  font-family: var(--ft); font-size: 14px; color: var(--tx); outline: none;
  transition: width 0.25s ease, opacity 0.2s ease, padding 0.25s ease;
}
.search-wrap.open .search-input {
  width: 220px; opacity: 1; padding: 7px 12px; border: 0.5px solid var(--line);
  border-radius: 0; margin-right: 8px; background: var(--cr-deep);
}
.search-wrap.open .search-input::placeholder { color: var(--tx-ghost); }
.search-results {
  position: absolute; top: 64px; left: 0; right: 0; background: var(--cr);
  border-bottom: 0.5px solid var(--line); z-index: 49; max-height: 0; overflow: hidden;
  transition: max-height 0.2s ease;
}
.search-results.open { max-height: 320px; overflow-y: auto; }
.search-results-inner { padding: 1rem 2.5rem; display: grid; grid-template-columns: repeat(auto-fill, minmax(160px,1fr)); gap: 10px; }
.search-empty { padding: 1.2rem 2.5rem; font-family: var(--fc); font-size: 12px; color: var(--tx-faint); letter-spacing: 0.06em; }

/* HERO */
.hero { position: relative; aspect-ratio: 1920 / 952; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero-l { position: relative; z-index: 1; background: transparent; display: flex; flex-direction: column; justify-content: flex-end; height: 100%; padding: 4rem 3rem; max-width: 640px; }
.eyebrow { font-family: var(--fc); font-size: 13px; color: rgba(252,244,223,0.7); letter-spacing: 0.14em; margin-bottom: 1rem; position: relative; }
.hero-h { font-family: var(--fb); font-size: 76px; line-height: 0.92; color: var(--cr); position: relative; margin-bottom: 1.4rem; text-shadow: 0 2px 24px rgba(0,0,0,0.35); }
.hero-h em { font-style: normal; color: var(--r); }
.hero-sub { font-size: 15px; color: rgba(252,244,223,0.78); max-width: 320px; line-height: 1.75; position: relative; margin-bottom: 2rem; }
.hero-l .btn-o { color: var(--cr); border-color: rgba(252,244,223,0.4); }
.hero-l .btn-o:hover { border-color: rgba(252,244,223,0.75); }

/* BUTTONS */
.btn-r { background: var(--r); color: var(--cr); border: none; padding: 12px 28px; font-family: var(--fc); font-size: 12px; letter-spacing: 0.14em; cursor: pointer; border-radius: 0; }
.btn-r:hover { background: var(--r-dark); }
.btn-o { background: none; color: var(--tx); border: 0.5px solid var(--line); padding: 12px 28px; font-family: var(--fc); font-size: 12px; letter-spacing: 0.14em; cursor: pointer; margin-left: 12px; border-radius: 0; }
.btn-o:hover { border-color: var(--tx-faint); }

/* MARQUEE */
.mq { background: var(--r); overflow: hidden; padding: 11px 0; }
.mq-inner { display: flex; white-space: nowrap; animation: mq 22s linear infinite; }
.mq-item { font-family: var(--fb); font-size: 14px; letter-spacing: 0.18em; color: var(--cr); padding: 0 2rem; }
.mq-dot { color: rgba(252,244,223,0.4); }
@keyframes mq { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* SECTION */
.sec { padding: 4.5rem 2.5rem; }
.sec-ey { font-family: var(--fc); font-size: 11px; color: var(--r); letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 0.7rem; }
.sec-h { font-family: var(--fb); font-size: 50px; line-height: 1; color: var(--tx); margin-bottom: 1.6rem; }
.sec-h em { font-style: normal; color: var(--r); }
.page-title { font-family: var(--fb); font-size: 58px; color: var(--tx); line-height: 1; margin-bottom: 2.2rem; }
.page-title em { font-style: normal; color: var(--r); }

/* LOOKBOOK BLOCK (home) */
.lb-grid { display: grid; grid-template-columns: 2fr 1fr; }
.lb-video { background: var(--r); min-height: 420px; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; cursor: pointer; overflow: hidden; }
.lb-video-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.lb-video-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,16,14,0.15) 0%, rgba(20,16,14,0.1) 50%, rgba(20,16,14,0.75) 100%); z-index: 1; }
.play { width: 60px; height: 60px; border: 1px solid rgba(252,244,223,0.4); border-radius: 50%; display: flex; align-items: center; justify-content: center; position: relative; z-index: 2; }
.lb-video:hover .play { border-color: var(--r); }
.play svg { color: var(--cr); margin-left: 3px; }
.lb-label { position: absolute; bottom: 1.8rem; left: 1.8rem; z-index: 2; }
.lb-label-h { font-family: var(--fb); font-size: 34px; color: var(--cr); line-height: 1; }
.lb-label-s { font-family: var(--fc); font-size: 11px; color: rgba(252,244,223,0.4); letter-spacing: 0.1em; margin-top: 4px; }
.lb-side { display: flex; flex-direction: column; }
.lb-item { flex: 1; background: transparent; border-left: 0.5px solid var(--line-soft); border-bottom: 0.5px solid var(--line-soft); display: flex; align-items: center; gap: 1rem; padding: 1.6rem; cursor: pointer; }
.lb-item:last-child { border-bottom: none; }
.lb-item:hover { background: var(--line-soft); }
.lb-thumb { width: 64px; height: 80px; background: var(--cr-deep); display: flex; align-items: center; justify-content: center; flex-shrink: 0; border: 0.5px solid var(--line); overflow: hidden; }
.lb-thumb-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lb-thumb svg { color: var(--tx-ghost); }
.lb-item-info strong { font-size: 14px; color: var(--tx); font-weight: 400; display: block; margin-bottom: 4px; }
.lb-item-info p { font-family: var(--fc); font-size: 11px; color: var(--tx-faint); letter-spacing: 0.07em; }

/* LOOKBOOK PAGE */
.lb-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line-soft); }
.lb-tile { background: var(--cr); aspect-ratio: 2/3; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; cursor: pointer; }
.lb-tile:hover { background: var(--cr-deep); }
.lb-tile.featured { background: var(--cr); border: 0.5px solid var(--r); }
.lb-tile svg { color: var(--tx-ghost); }
.lb-tile.featured svg { color: rgba(153,11,11,0.5); }
.lb-tile-t { font-family: var(--fb); font-size: 24px; color: var(--tx); text-align: center; }
.lb-tile-s { font-family: var(--fc); font-size: 11px; color: var(--tx-ghost); letter-spacing: 0.08em; text-align: center; margin-top: 4px; }
.lb-tile-photo { position: relative; padding: 0; overflow: hidden; }
.lb-tile-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.lb-tile-photo-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(22,20,16,0.1) 0%, rgba(22,20,16,0.75) 100%); }
.lb-tile-photo-content { position: relative; z-index: 1; }
.lb-tile-photo .lb-tile-t { color: var(--cr); }
.lb-tile-photo .lb-tile-s { color: rgba(252,244,223,0.7); }
.film-block { margin-top: 2.2rem; background: var(--cr-deep); border: 0.5px solid var(--line-soft); display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 220px; cursor: pointer; text-align: center; position: relative; overflow: hidden; }
.film-block-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.film-block-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,16,14,0.35) 0%, rgba(20,16,14,0.55) 100%); z-index: 1; }
.film-block:hover { background: #e8dcb8; }
.film-block .play { border-color: rgba(252,244,223,0.5); }
.film-block .play svg { color: var(--cr); }
.film-block p { position: relative; z-index: 2; }

/* COLLECTION GRID */
.col-top { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 1.4rem; }
.col-count { font-family: var(--fc); font-size: 11px; color: var(--tx-ghost); letter-spacing: 0.1em; }
.filters { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 1.8rem; }
.flt { background: none; border: 0.5px solid var(--line); color: var(--tx-faint); padding: 6px 16px; font-family: var(--fc); font-size: 11px; letter-spacing: 0.1em; cursor: pointer; border-radius: 0; }
.flt.on, .flt:hover { border-color: var(--r); color: var(--r); }
.pgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; }
.pgrid-row { grid-template-columns: 2fr repeat(4, 1fr); }
.pcard { background: var(--cr-deep); border: 0.5px solid var(--line-soft); cursor: pointer; min-width: 0; }
.pcard:hover { border-color: rgba(153,11,11,0.4); }
.pimg { aspect-ratio: 3/4; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.pimg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pimg svg { color: var(--tx-ghost); }
.pswatch { position: absolute; bottom: 0; left: 0; right: 0; height: 4px; }
.ptag { position: absolute; top: 10px; left: 10px; font-family: var(--fc); font-size: 10px; letter-spacing: 0.06em; padding: 3px 9px; }
.tnew { background: var(--cr); color: var(--r); border: 0.5px solid var(--r); }
.tsale { background: var(--r); color: var(--cr); }
.pwish { position: absolute; top: 10px; right: 10px; background: rgba(252,244,223,0.8); border: 0.5px solid var(--line); width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; cursor: pointer; border-radius: 0; }
.pwish svg { color: var(--tx-faint); }
.pwish.on svg { color: var(--r); fill: var(--r); }
.pinfo { padding: 12px 14px 16px; }
.pname { font-size: 14px; color: var(--tx); margin-bottom: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pcat { font-family: var(--fc); font-size: 10px; color: var(--tx-ghost); letter-spacing: 0.08em; margin-bottom: 9px; }
.pfoot { display: flex; align-items: center; justify-content: space-between; }
.pprice { font-family: var(--fb); font-size: 20px; color: var(--tx); letter-spacing: 0.03em; }
.pold { font-size: 11px; color: var(--tx-ghost); text-decoration: line-through; margin-right: 4px; }
.padd { background: var(--r); border: none; width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; cursor: pointer; color: var(--cr); font-size: 16px; border-radius: 0; }
.padd:hover { background: var(--r-dark); }

/* QUALITÉ SAVOIR-FAIRE BLOCK */
.qsf { background: var(--cr-deep); text-align: center; padding-bottom: 3.5rem; }
.qsf-title { font-family: var(--fb); font-size: 30px; letter-spacing: 0.12em; color: var(--tx); margin-bottom: 3rem; }
.qsf-grid-fixed { display: grid; grid-template-columns: repeat(5, 1fr); gap: 2rem 1.5rem; max-width: 1100px; margin: 0 auto; }
.qsf-item { display: flex; flex-direction: column; align-items: center; gap: 0.9rem; }
.qsf-item svg { color: var(--r); }
.qsf-t { font-size: 15px; color: var(--tx); line-height: 1.4; }
.qsf-inline { padding: 2.5rem 0 0.5rem; margin-top: 2rem; border-top: 0.5px solid var(--line); background: none; }
.qsf-inline .qsf-title { font-size: 22px; letter-spacing: 0.08em; margin-bottom: 2.2rem; }
.mat-grid-inline { margin-top: 3rem; padding-top: 0.5rem; }

/* SAVOIR-FAIRE (home block) */
.sav { background: var(--cr-deep); }
.sav-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4.5rem; align-items: center; }
.sav-body { font-size: 15px; color: var(--tx-soft); line-height: 1.8; max-width: 380px; margin-bottom: 2rem; }
.sav-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin-top: 1.6rem; }
.stat { border-top: 0.5px solid var(--line); padding-top: 0.9rem; }
.stat-n { font-family: var(--fb); font-size: 40px; color: var(--r); line-height: 1; }
.stat-l { font-family: var(--fc); font-size: 11px; color: var(--tx-faint); letter-spacing: 0.08em; margin-top: 3px; }
.sav-vis { display: grid; grid-template-rows: 1fr 1fr; gap: 8px; height: 480px; }
.sav-big { background: rgba(22,20,16,0.04); border: 0.5px solid var(--line-soft); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; position: relative; overflow: hidden; }
.sav-big img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 25%; }
.sav-bot { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.sav-sm { background: rgba(22,20,16,0.02); border: 0.5px solid var(--line-soft); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.sav-sm img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sav-sm svg { color: var(--tx-ghost); }

/* VALEURS (anciennement matières) */
.mat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line-soft); }
.mat-item { background: var(--cr); padding: 2rem 1.6rem; display: flex; flex-direction: column; gap: 0.7rem; }
.mat-item:hover { background: var(--cr-deep); }
.mat-ico { width: 38px; height: 38px; border: 0.5px solid var(--line); display: flex; align-items: center; justify-content: center; margin-bottom: 0.4rem; }
.mat-ico svg { color: var(--r); }
.mat-n { font-family: var(--fb); font-size: 22px; color: var(--tx); letter-spacing: 0.04em; }
.mat-d { font-family: var(--fc); font-size: 11px; color: var(--tx-faint); line-height: 1.6; }

/* NEWSLETTER */
.nl { background: var(--r); padding: 4rem 2.5rem; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 0.9rem; }
.nl p { font-family: var(--fc); font-size: 13px; color: rgba(252,244,223,0.55); letter-spacing: 0.06em; max-width: 400px; }
.nl-form { display: flex; gap: 0; margin-top: 0.6rem; width: 100%; max-width: 400px; }
.nl-form input { flex: 1; background: rgba(252,244,223,0.06); border: 0.5px solid rgba(252,244,223,0.18); color: var(--cr); padding: 12px 16px; font-family: var(--ft); font-size: 14px; border-right: none; border-radius: 0; outline: none; }
.nl-form input::placeholder { color: rgba(252,244,223,0.4); }
.nl-form button { background: var(--r); color: var(--cr); border: none; padding: 12px 22px; font-family: var(--fc); font-size: 11px; letter-spacing: 0.14em; cursor: pointer; border-radius: 0; }
.nl-form button:hover { background: var(--r-dark); }

/* FOOTER */
.ft { background: var(--cr); padding: 3rem 2.5rem 1.8rem; border-top: 0.5px solid var(--line); }
.ft-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2.2rem; margin-bottom: 3rem; }
.ft-logo-img { height: 36px; width: auto; margin-bottom: 0.9rem; display: block; }
.ft-tag { font-family: var(--fc); font-size: 11px; color: var(--tx-ghost); letter-spacing: 0.07em; line-height: 1.6; max-width: 200px; }
.ft-col h4 { font-family: var(--fb); font-size: 15px; letter-spacing: 0.1em; color: var(--tx-faint); margin-bottom: 0.9rem; }
.ft-col a { display: block; font-family: var(--fc); font-size: 12px; color: var(--tx-ghost); margin-bottom: 7px; cursor: pointer; text-decoration: none; }
.ft-col a:hover { color: var(--tx); }
.ft-bot { display: flex; justify-content: space-between; align-items: center; padding-top: 1.3rem; border-top: 0.5px solid var(--line-soft); }
.ft-copy { font-family: var(--fc); font-size: 10px; color: var(--tx-ghost); letter-spacing: 0.08em; }
.ft-soc { display: flex; gap: 10px; }
.ft-soc button, .ft-soc a { background: none; border: 0.5px solid var(--line); width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; cursor: pointer; border-radius: 0; color: var(--tx-ghost); font-size: 14px; }
.ft-soc button:hover, .ft-soc a:hover { border-color: var(--r); color: var(--r); }

/* GLOBAL FIXED SOCIAL BAR */
.soc-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 500; background: var(--cr); border-top: 0.5px solid var(--line); display: flex; justify-content: center; gap: 10px; padding: 12px; }
.soc-bar a, .soc-bar button { background: none; border: 0.5px solid var(--line); width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; color: var(--tx-faint); border-radius: 0; cursor: pointer; }
.soc-bar a:hover, .soc-bar button:hover { border-color: var(--r); color: var(--r); }
.soc-legal { position: absolute; right: 16px; }

/* LEGAL PAGE */
.legal-nav { display: flex; flex-wrap: wrap; gap: 8px; margin: 2rem 0 2.5rem; }
.legal-tab { background: none; border: 0.5px solid var(--line); color: var(--tx-faint); padding: 8px 16px; font-family: var(--fc); font-size: 11px; letter-spacing: 0.06em; cursor: pointer; border-radius: 0; }
.legal-tab.on, .legal-tab:hover { border-color: var(--r); color: var(--r); }
.legal-content { max-width: 720px; padding-bottom: 2rem; }
.legal-content h2 { font-family: var(--fb); font-size: 30px; color: var(--tx); margin-bottom: 0.3rem; }
.legal-update { font-family: var(--fc); font-size: 11px; color: var(--tx-ghost); letter-spacing: 0.06em; margin-bottom: 2rem; }
.legal-content h3 { font-size: 15px; color: var(--tx); margin: 1.8rem 0 0.6rem; }
.legal-content p { font-size: 14px; color: var(--tx-soft); line-height: 1.8; margin-bottom: 0.4rem; }
.legal-content a { color: var(--r); cursor: pointer; text-decoration: underline; }

/* COMPTE */
.account-box { max-width: 420px; background: var(--cr-deep); border: 0.5px solid var(--line); padding: 2rem; }
.account-tabs { display: flex; gap: 0; margin-bottom: 1.6rem; border-bottom: 0.5px solid var(--line); }
.acc-tab { flex: 1; background: none; border: none; padding: 10px 0; font-family: var(--fc); font-size: 12px; letter-spacing: 0.08em; color: var(--tx-faint); cursor: pointer; border-bottom: 2px solid transparent; }
.acc-tab.on { color: var(--tx); border-bottom-color: var(--r); }
.acc-label { display: block; font-family: var(--fc); font-size: 11px; color: var(--tx-faint); letter-spacing: 0.07em; margin-bottom: 6px; margin-top: 1rem; }
.acc-input { width: 100%; background: var(--cr); border: 0.5px solid var(--line); color: var(--tx); padding: 11px 14px; font-family: var(--ft); font-size: 14px; outline: none; border-radius: 0; }
.acc-input::placeholder { color: var(--tx-ghost); }

/* SAVOIR-FAIRE PAGE */
.sv-top-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.6rem; align-items: stretch; margin-bottom: 2.6rem; }
.sv-photo { overflow: hidden; background: var(--line-soft); min-height: 100%; }
.sv-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sv-manifeste { background: var(--cr-deep); padding: 3.2rem 2.2rem; border-left: 3px solid var(--r); }
.sv-manifeste p { font-family: var(--fb); font-size: 30px; color: var(--tx); line-height: 1.15; }
.sv-manifeste em { font-style: normal; color: var(--r); }
.sv-process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line-soft); margin-top: 1px; }
.sv-step { background: var(--cr); padding: 2.2rem 1.6rem; }
.sv-step-n { font-family: var(--fb); font-size: 42px; color: rgba(153,11,11,0.3); line-height: 1; }
.sv-step-t { font-family: var(--fb); font-size: 21px; color: var(--tx); margin: 0.5rem 0; }
.sv-step-d { font-family: var(--fc); font-size: 11px; color: var(--tx-faint); line-height: 1.6; }

/* TOAST */
.toast { position: fixed; bottom: 26px; left: 50%; transform: translateX(-50%) translateY(90px); background: var(--r); color: var(--cr); padding: 10px 22px; font-family: var(--fc); font-size: 12px; letter-spacing: 0.08em; transition: transform 0.3s; z-index: 999; white-space: nowrap; }
.toast.on { transform: translateX(-50%) translateY(0); }

/* PRODUIT */
.product-wrap { max-width: 1100px; margin: 0 auto; padding: 2.5rem 2.5rem 4rem; }
.back-link { background: none; border: none; cursor: pointer; display: flex; align-items: center; gap: 6px; font-family: var(--fc); font-size: 11px; letter-spacing: 0.1em; color: var(--tx-faint); margin-bottom: 2rem; padding: 0; }
.back-link:hover { color: var(--r); }
.product-grid-layout { display: grid; grid-template-columns: 1.1fr 1fr; gap: 3.5rem; }
.product-gallery { display: flex; flex-direction: column; gap: 10px; }
.product-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.product-img-main { aspect-ratio: 3/4; background: var(--cr-deep); border: 0.5px solid var(--line); display: flex; align-items: center; justify-content: center; color: var(--tx-ghost); position: relative; cursor: zoom-in; overflow: hidden; }
.product-img-main img { width: 100%; height: 100%; object-fit: cover; display: block; }
.zoom-hint { position: absolute; bottom: 12px; right: 12px; width: 32px; height: 32px; background: rgba(252,244,223,0.85); border: 0.5px solid var(--line); display: flex; align-items: center; justify-content: center; color: var(--tx-soft); opacity: 0; transition: opacity 0.15s; }
.product-img-main:hover .zoom-hint { opacity: 1; }
.product-thumb { aspect-ratio: 1/1; background: var(--cr-deep); border: 0.5px solid var(--line); cursor: pointer; overflow: hidden; padding: 0; }
.product-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.product-thumb.on { border-color: var(--r); }
.product-thumb:hover { border-color: var(--tx-faint); }

.product-info-panel { display: flex; flex-direction: column; }
.pd-name { font-family: var(--fb); font-size: 30px; line-height: 1.15; color: var(--tx); margin: 0.3rem 0 0.6rem; letter-spacing: 0.01em; }
.pd-price { font-family: var(--fb); font-size: 28px; color: var(--r); margin-bottom: 1.8rem; }
.pd-block { margin-bottom: 1.8rem; }
.pd-label { font-family: var(--fc); font-size: 11px; color: var(--tx-faint); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.8rem; }
.pd-note { font-family: var(--fc); font-size: 11px; color: var(--tx-faint); line-height: 1.7; letter-spacing: 0.02em; margin-top: 0.9rem; }

/* CUT SLIDER */
.cut-slider-wrap { padding: 0 2px; }
.cut-slider-track { position: relative; height: 4px; background: var(--line); border-radius: 2px; }
.cut-slider-track.locked { cursor: default; }
.cut-slider-fill { position: absolute; top: 0; left: 0; height: 100%; background: var(--r); border-radius: 2px; transition: width 0.2s ease; }
.cut-slider-dot { position: absolute; top: 50%; width: 18px; height: 18px; background: var(--r); border: 3px solid var(--cr); border-radius: 50%; transform: translate(-50%, -50%); box-shadow: 0 0 0 1px var(--line); transition: left 0.2s ease; }
.cut-slider-track.locked .cut-slider-dot { cursor: default; }
.cut-slider-labels { display: flex; justify-content: space-between; margin-top: 12px; }
.cut-slider-labels span { font-family: var(--fc); font-size: 11px; color: var(--tx-ghost); letter-spacing: 0.06em; transition: color 0.15s; }
.cut-slider-labels.locked span { cursor: default; }
.cut-slider-labels span.on { color: var(--r); font-weight: 600; }
.pd-lock-note { display: flex; align-items: center; gap: 6px; font-family: var(--fc); font-size: 10px; color: var(--tx-ghost); letter-spacing: 0.05em; margin-top: 10px; }
.pd-lock-note svg { flex-shrink: 0; }

/* SIZE SELECTOR */
.size-row { display: flex; gap: 8px; flex-wrap: wrap; }
.size-btn { min-width: 44px; height: 44px; padding: 0 10px; display: flex; align-items: center; justify-content: center; background: none; border: 0.5px solid var(--line); color: var(--tx); font-family: var(--ft); font-size: 13px; cursor: pointer; border-radius: 0; }
.size-btn.on { border-color: var(--r); background: var(--r); color: var(--cr); }
.size-btn:hover:not(.on) { border-color: var(--tx-faint); }

.pd-wish-btn { background: none; border: 0.5px solid var(--line); display: flex; align-items: center; justify-content: center; gap: 8px; padding: 12px; margin-top: 10px; cursor: pointer; font-family: var(--fc); font-size: 11px; letter-spacing: 0.08em; color: var(--tx-faint); border-radius: 0; }
.pd-wish-btn:hover { border-color: var(--r); color: var(--r); }
.pd-wish-btn.on { border-color: var(--r); color: var(--r); }
.pd-wish-btn.on svg { fill: var(--r); }

/* ACCORDION */
.pd-accordion { margin-top: 2rem; border-top: 0.5px solid var(--line); }
.pd-accordion details { border-bottom: 0.5px solid var(--line); }
.pd-accordion summary { font-family: var(--fc); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--tx); padding: 1rem 0; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.pd-accordion summary::-webkit-details-marker { display: none; }
.pd-accordion summary::after { content: '+'; font-family: var(--fb); font-size: 18px; color: var(--tx-faint); }
.pd-accordion details[open] summary::after { content: '−'; }
.pd-accordion details p { font-size: 14px; color: var(--tx-soft); line-height: 1.75; padding-bottom: 1.1rem; }

/* LIGHTBOX */
.lightbox { position: fixed; inset: 0; background: rgba(22,20,16,0.92); display: none; align-items: center; justify-content: center; z-index: 1000; }
.lightbox.open { display: flex; }
.lightbox-img-wrap { max-width: 80vw; max-height: 82vh; display: flex; align-items: center; justify-content: center; }
.lightbox-img-wrap img { max-width: 80vw; max-height: 82vh; object-fit: contain; display: block; }
.lightbox-close { position: absolute; top: 24px; right: 24px; background: none; border: 0.5px solid rgba(252,244,223,0.3); width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; cursor: pointer; color: var(--cr); border-radius: 0; }
.lightbox-close:hover { border-color: var(--cr); }
.lightbox-nav { position: absolute; top: 50%; transform: translateY(-50%); background: none; border: 0.5px solid rgba(252,244,223,0.3); width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; cursor: pointer; color: var(--cr); border-radius: 0; }
.lightbox-nav:hover { border-color: var(--cr); }
.lightbox-prev { left: 24px; }
.lightbox-next { right: 24px; }
.lightbox-counter { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); font-family: var(--fc); font-size: 12px; color: rgba(252,244,223,0.6); letter-spacing: 0.08em; }

.video-lightbox { position: fixed; inset: 0; background: rgba(10,8,7,0.96); display: none; align-items: center; justify-content: center; z-index: 1000; }
.video-lightbox.open { display: flex; }
.video-lightbox-player { max-width: 90vw; max-height: 86vh; width: auto; height: auto; display: block; background: #000; }

/* LOOK BLOCK */
.look-block { margin-top: 1rem; border: 0.5px solid var(--r); background: var(--cr-deep); }
.look-block-inner { padding: 2rem 2rem 2.2rem; }
.look-block .sec-ey { color: var(--r); }

/* EDITORIAL — EXPRESSIONISM */
.edito-hero { background: var(--tx); padding: 5rem 2rem 3rem; text-align: center; }
.edito-cover-banner { position: relative; width: 100%; aspect-ratio: 1800 / 850; overflow: hidden; margin-bottom: 0.5rem; }
.edito-cover-banner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 24%; }
.edito-hero .back-link { margin: 0 auto 2.4rem; justify-content: center; }
.edito-badge { font-family: var(--fc); font-size: 11px; color: var(--r); letter-spacing: 0.22em; text-transform: uppercase; margin-bottom: 1rem; }
.edito-title { font-family: var(--fb); font-size: 84px; line-height: 0.92; color: var(--cr); letter-spacing: 0.02em; }
.edito-tagline { font-family: var(--fc); font-size: 15px; color: rgba(252,244,223,0.55); letter-spacing: 0.04em; margin-top: 1rem; }
.edito-season { font-family: var(--fc); font-size: 11px; color: rgba(252,244,223,0.4); letter-spacing: 0.14em; text-transform: uppercase; margin-top: 1.4rem; }

.edito-ph { aspect-ratio: 3/4; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.8rem; color: rgba(252,244,223,0.85); overflow: hidden; }
.edito-ph-photo { padding: 0; }
.edito-ph-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.edito-ph svg { opacity: 0.6; }
.edito-ph p { font-family: var(--fc); font-size: 12px; letter-spacing: 0.06em; text-align: center; padding: 0 1.2rem; opacity: 0.85; }
.edito-ph-wide { aspect-ratio: 21/9; }

.edito-credit { font-family: var(--fc); font-size: 10px; color: var(--tx-faint); letter-spacing: 0.08em; text-align: center; padding: 0.9rem 1rem; background: var(--cr-deep); }
.edito-caption { font-family: var(--fc); font-size: 10px; color: var(--tx-faint); letter-spacing: 0.08em; text-align: center; padding: 0.9rem 1rem; background: var(--cr-deep); }

.edito-gallery { background: var(--cr); padding: 4.5rem 2rem 5.5rem; display: flex; flex-direction: column; align-items: center; gap: 4.5rem; }
.edito-photo { width: 100%; margin: 0 auto; }
.edito-photo img { width: 100%; height: auto; display: block; }
.edito-photo-sm { max-width: 360px; }
.edito-photo-md { max-width: 540px; }
.edito-photo-lg { max-width: 760px; }
.edito-photo-full { max-width: 1100px; }
.edito-photo-left { margin-right: auto; margin-left: 0; }
.edito-photo-right { margin-left: auto; margin-right: 0; }

.edito-row { display: flex; gap: 1rem; width: 100%; max-width: 1100px; margin: 0 auto; align-items: flex-start; }
.edito-row > .edito-photo { width: auto; margin: 0; flex: 1; }
.edito-row > .edito-stack { flex: 1; }
.edito-stack { display: flex; flex-direction: column; gap: 1rem; }
.edito-stack .edito-photo { margin: 0; width: 100%; }

.edito-manifesto { background: var(--cr); padding: 4.5rem 2rem; max-width: 980px; margin: 0 auto; }
.edito-manifesto-h { font-family: var(--fb); font-size: 50px; color: var(--r); text-align: center; margin-bottom: 2.6rem; }
.edito-manifesto-body { columns: 2; column-gap: 3rem; }
.edito-manifesto-body p { font-size: 14px; line-height: 1.85; color: var(--tx-soft); margin-bottom: 1.3rem; break-inside: avoid; }

.edito-closing { background: var(--tx); padding: 4.5rem 2rem 5rem; text-align: center; }
.edito-closing-h { font-family: var(--fb); font-size: 60px; color: var(--cr); letter-spacing: 0.02em; line-height: 1; }
.edito-cast-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.2rem 1rem; max-width: 640px; margin: 0 auto 3.6rem; }
.edito-cast-n { font-family: var(--fc); font-size: 10px; color: var(--r); letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 5px; }
.edito-cast-name { font-family: var(--fb); font-size: 18px; color: var(--cr); letter-spacing: 0.04em; }
.edito-credits-row { display: flex; justify-content: center; gap: 3.2rem; padding-top: 2.6rem; border-top: 0.5px solid rgba(252,244,223,0.15); max-width: 640px; margin: 0 auto; flex-wrap: wrap; }
.edito-credit-role { font-family: var(--fc); font-size: 10px; color: rgba(252,244,223,0.4); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 5px; }
.edito-credit-name { font-family: var(--fb); font-size: 16px; color: var(--cr); letter-spacing: 0.03em; }

.edito-manifesto-intro { font-size: 16px; line-height: 1.85; color: var(--tx); max-width: 640px; margin: 0 auto 3rem; text-align: center; }
.edito-tri-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.4rem; margin-bottom: 2.8rem; }
.edito-tri-h { font-family: var(--fb); font-size: 26px; color: var(--r); margin-bottom: 0.9rem; }
.edito-tri-item p { font-size: 13px; line-height: 1.8; color: var(--tx-soft); }
.edito-manifesto-close { font-size: 14px; line-height: 1.85; color: var(--tx-soft); max-width: 720px; margin: 0 auto 2.6rem; text-align: center; }
.edito-quote { border-top: 0.5px solid var(--line); padding-top: 2.2rem; text-align: center; }
.edito-quote p { font-family: var(--fb); font-size: 26px; line-height: 1.4; color: var(--tx); letter-spacing: 0.01em; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .nav { position: relative; }
  .nav-links {
    display: none;
    position: absolute;
    top: 100%; left: 0; right: 0;
    flex-direction: column;
    gap: 0;
    background: var(--cr);
    border-bottom: 0.5px solid var(--line);
    box-shadow: 0 12px 20px rgba(22,20,16,0.06);
  }
  .nav-links.mobile-open { display: flex; }
  .nav-links a { padding: 16px 1.4rem; border-bottom: 0.5px solid var(--line-soft); }
  .nav-links a:last-child { border-bottom: none; }
  .nav-burger { display: flex; align-items: center; justify-content: center; }
  .search-wrap.open .search-input { width: 140px; }
  .hero { aspect-ratio: unset; min-height: 460px; }
  .hero-bg { object-position: right center; }
  .hero-l { height: auto; min-height: 460px; padding: 2.4rem 1.4rem; max-width: 100%; }
  .hero-h { font-size: 52px; }
  .sav-grid { grid-template-columns: 1fr; }
  .ft-grid { grid-template-columns: 1fr 1fr; }
  .mat-grid { grid-template-columns: 1fr 1fr; }
  .lb-grid { grid-template-columns: 1fr; }
  .lb-2col { grid-template-columns: 1fr; }
  .sv-process { grid-template-columns: 1fr; }
  .sv-top-grid { grid-template-columns: 1fr; gap: 1.6rem; }
  .sv-photo { aspect-ratio: 4/3; min-height: 0; }
  .product-grid-layout { grid-template-columns: 1fr; }
  .pgrid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .pgrid-row { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .pinfo { padding: 9px 10px 12px; }
  .pname { font-size: 12px; }
  .pcat { font-size: 9px; margin-bottom: 6px; }
  .pprice { font-size: 16px; }
  .padd { width: 24px; height: 24px; }
  .pwish { width: 26px; height: 26px; }
  .qsf-title { font-size: 20px; letter-spacing: 0.05em; padding: 0 1rem; }
  .qsf-grid-fixed { grid-template-columns: repeat(2, 1fr); gap: 2rem 1rem; }
  .edito-title { font-size: 52px; }
  .edito-hero { padding: 3.5rem 1.2rem 2.4rem; }
  .edito-cover-banner { aspect-ratio: unset; }
  .edito-cover-banner img { position: static; width: 100%; height: auto; }
  .edito-manifesto { padding: 3rem 1.2rem; }
  .edito-manifesto-h { font-size: 36px; }
  .edito-manifesto-body { columns: 1; }
  .edito-spread { grid-template-columns: 1fr; }
  .edito-ph-wide { aspect-ratio: 3/4; }
  .edito-closing-h { font-size: 40px; }
  .edito-cast-grid { grid-template-columns: repeat(2, 1fr); }
  .edito-credits-row { gap: 1.8rem; }
  .edito-tri-grid { grid-template-columns: 1fr; gap: 2rem; }
  .edito-quote p { font-size: 20px; }
  .edito-gallery { padding: 3rem 1.2rem 3.5rem; gap: 3rem; }
  .edito-photo-sm, .edito-photo-md, .edito-photo-lg, .edito-photo-full { max-width: 100%; }
  .edito-photo-left, .edito-photo-right { margin-left: auto; margin-right: auto; }
  .edito-row { flex-direction: column; gap: 3rem; }
  .edito-row > * { flex: none !important; width: 100%; }
  .edito-stack { gap: 1.2rem; }
}
