:root { --ink:#171717; --muted:#72726e; --line:#deded9; --soft:#f5f5f2; --accent:#8d2133; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "Inter", Arial, sans-serif; }
img { width: 100%; display: block; }
button, input { font: inherit; }
a { color: inherit; }
.pdp-announcement { min-height: 34px; display: grid; place-items: center; padding: 7px 14px; color: #fff; background: #111; font-size: .58rem; font-weight: 500; letter-spacing: .08em; text-align: center; }
.pdp-header { height: 86px; display: grid; grid-template-columns: 1fr auto; align-items: center; padding: 0 clamp(20px,5vw,72px); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); }
.pdp-brand { width: max-content; display: grid; justify-items: center; text-decoration: none; }
.pdp-brand strong { font-size: 1.55rem; font-weight: 400; letter-spacing: .18em; }
.pdp-brand span { font-size: .38rem; letter-spacing: .4em; }
.pdp-header nav { display: flex; align-items: center; gap: 28px; font-size: .62rem; }
.pdp-header nav > a { text-decoration: none; }
.pdp-cart-link { display: inline-flex; align-items: center; gap: 5px; }
.pdp-cart-link svg { width: 18px; }
.pdp-main { max-width: 1600px; margin: 0 auto; }
.pdp-main > section:not(.pdp-instagram-section) { padding: clamp(34px,5vw,80px); }
.pdp-main { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(390px,.8fr); align-items: start; }
.pdp-gallery { display: grid; gap: 8px; background: var(--soft); }
.pdp-main-image { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: #ecece9; touch-action: pan-y; }
.pdp-main-image img { height: 100%; object-fit: cover; pointer-events: none; user-select: none; }
.pdp-gallery-hit { position: absolute; top: 0; bottom: 0; z-index: 2; width: 50%; height: 100%; padding: 0; border: 0; color: #111; background: transparent; cursor: pointer; touch-action: pan-y; }
.pdp-gallery-hit-prev { left: 0; }
.pdp-gallery-hit-next { right: 0; }
.pdp-gallery-hit svg { position: absolute; top: 50%; width: 34px; height: 34px; padding: 9px; border-radius: 50%; background: rgba(255,255,255,.76); box-shadow: 0 3px 14px rgba(0,0,0,.12); opacity: .72; transform: translateY(-50%); transition: opacity 180ms ease, background 180ms ease; }
.pdp-gallery-hit-prev svg { left: 12px; }
.pdp-gallery-hit-next svg { right: 12px; }
.pdp-gallery-hit:hover svg, .pdp-gallery-hit:focus-visible svg { background: rgba(255,255,255,.94); opacity: 1; }
.pdp-gallery-hit[hidden] { display: none; }
.pdp-gallery-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 7px; }
.pdp-gallery-grid button { aspect-ratio: 3 / 4; padding: 0; overflow: hidden; border: 1px solid transparent; background: #eee; cursor: pointer; }
.pdp-gallery-grid button.is-active { border-color: var(--ink); }
.pdp-gallery-grid img { height: 100%; object-fit: cover; }
.pdp-purchase { position: static; align-self: start; padding-left: clamp(38px,6vw,96px) !important; }
.pdp-breadcrumb { display: flex; gap: 9px; color: #858581; font-size: .58rem; }
.pdp-eyebrow { margin: 38px 0 12px; color: var(--accent); font-size: .58rem; font-weight: 600; letter-spacing: .12em; }
.pdp-purchase h1 { margin: 0; font-size: clamp(2.5rem,4vw,4.5rem); font-weight: 300; line-height: 1.02; }
.pdp-pricing { display: flex; align-items: baseline; flex-wrap: wrap; gap: 11px; margin-top: 22px; }
.pdp-pricing span { padding: 6px 9px; color: #fff; background: var(--accent); font-size: .6rem; font-weight: 600; }
.pdp-pricing del { color: #8a8a85; font-size: .82rem; }
.pdp-pricing strong { font-size: 1.25rem; font-weight: 500; }
.pdp-description { max-width: 560px; margin: 22px 0 0; color: var(--muted); font-size: .75rem; line-height: 1.8; }
.pdp-exclusive { max-width: 590px; display: grid; grid-template-columns: 34px 1fr; gap: 13px; margin-top: 22px; padding: 17px 18px; border: 1px solid #deded8; background: #f7f6f2; }
.pdp-exclusive svg { width: 20px; color: var(--accent); }
.pdp-exclusive strong { display: block; margin-bottom: 5px; font-size: .68rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.pdp-exclusive p { margin: 0; color: var(--muted); font-size: .65rem; line-height: 1.65; }
.pdp-confidence { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 30px 0; background: var(--line); }
.pdp-confidence span { min-height: 62px; display: flex; align-items: center; gap: 9px; padding: 13px; background: var(--soft); font-size: .57rem; }
.pdp-confidence svg { width: 16px; color: var(--accent); }
.pdp-confidence b { font-weight: 500; }
.pdp-form fieldset { margin: 0 0 28px; padding: 0; border: 0; }
.pdp-form fieldset[hidden], .pdp-toggle[hidden], .pdp-pricing [hidden] { display: none; }
.pdp-form legend { width: 100%; margin-bottom: 12px; font-size: .65rem; font-weight: 600; }
.pdp-form legend span { float: right; color: var(--muted); font-weight: 400; }
.pdp-colors { display: flex; flex-wrap: wrap; gap: 8px; }
.pdp-colors input, .pdp-segments input { position: absolute; opacity: 0; }
.pdp-colors label > span { min-height: 44px; display: flex; align-items: center; gap: 8px; padding: 0 13px; border: 1px solid var(--line); font-size: .61rem; cursor: pointer; }
.pdp-colors small { margin-left: 2px; color: #8e3f3f; font-size: .53rem; }
.pdp-colors label.is-sold-out > span { color: var(--muted); background: #f6f5f2; cursor: not-allowed; opacity: .72; }
.pdp-colors label.is-sold-out i { position: relative; overflow: hidden; filter: grayscale(.35); }
.pdp-colors label.is-sold-out i::after { position: absolute; top: 50%; left: -3px; width: calc(100% + 6px); height: 1px; background: #7d2d2d; content: ""; transform: rotate(-45deg); }
.pdp-colors i { width: 14px; height: 14px; border: 1px solid rgba(0,0,0,.15); border-radius: 50%; }
.pdp-colors input:checked + span { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.pdp-segments { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.pdp-segments label > span { min-height: 58px; display: grid; align-content: center; padding: 0 16px; border: 1px solid var(--line); font-size: .65rem; cursor: pointer; }
.pdp-segments small { margin-top: 3px; color: var(--muted); font-size: .52rem; }
.pdp-segments input:checked + span { color: #fff; border-color: var(--ink); background: var(--ink); }
.pdp-custom-length { display: grid; gap: 7px; margin-top: 10px; font-size: .59rem; }
.pdp-custom-length[hidden] { display: none !important; }
.pdp-custom-length input { height: 46px; padding: 0 13px; border: 1px solid var(--line); }
.pdp-toggle { min-height: 72px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 14px; margin-bottom: 24px; padding: 13px 16px; border: 1px solid var(--line); }
.pdp-toggle > span { display: grid; gap: 4px; }
.pdp-toggle strong { font-size: .65rem; }
.pdp-toggle small { color: var(--muted); font-size: .55rem; }
.pdp-toggle em { font-size: .6rem; font-style: normal; }
.pdp-size-box { display: flex; gap: 13px; margin-bottom: 24px; padding: 17px; color: #fff; background: #242424; }
.pdp-size-box svg { width: 20px; flex: none; color: #d9a1aa; }
.pdp-size-box div { display: grid; gap: 6px; }
.pdp-size-box strong { font-size: .65rem; font-weight: 500; }
.pdp-size-box span { color: rgba(255,255,255,.65); font-size: .57rem; line-height: 1.55; }
.pdp-buy-row { display: grid; grid-template-columns: 112px 1fr; gap: 9px; }
.pdp-quantity { display: grid; grid-template-columns: 36px 1fr 36px; align-items: center; border: 1px solid var(--line); }
.pdp-quantity button { height: 54px; border: 0; background: transparent; cursor: pointer; }
.pdp-quantity output { text-align: center; font-size: .7rem; }
.pdp-add-button { min-height: 56px; padding: 0 18px; border: 0; color: #fff; background: var(--ink); font-size: .68rem; font-weight: 600; cursor: pointer; }
.pdp-add-button span { margin-left: 7px; color: rgba(255,255,255,.7); }
.pdp-added { display: flex; justify-content: space-between; margin-top: 10px; padding: 13px; color: #1f6345; background: #edf7f1; font-size: .63rem; }
.pdp-instagram-help { display: grid; grid-template-columns: 22px 1fr 18px; align-items: center; gap: 12px; margin-top: 16px; padding: 16px; border: 1px solid var(--line); text-decoration: none; }
.pdp-instagram-help > svg { width: 19px; color: var(--accent); }
.pdp-instagram-help span { display: grid; gap: 4px; color: var(--muted); font-size: .57rem; line-height: 1.45; }
.pdp-instagram-help strong { color: var(--ink); font-size: .63rem; }
.pdp-accordions { margin-top: 25px; border-top: 1px solid var(--line); }
.pdp-accordions details { border-bottom: 1px solid var(--line); }
.pdp-accordions summary { padding: 18px 0; font-size: .65rem; font-weight: 600; cursor: pointer; }
.pdp-accordions p { margin: 0 0 19px; color: var(--muted); font-size: .62rem; line-height: 1.75; }
.pdp-instagram-section { grid-column: 1 / -1; display: grid; grid-template-columns: 1.25fr .75fr; color: #fff; background: #151515; }
.pdp-instagram-section > div { min-height: 600px; display: grid; grid-template-columns: repeat(3,1fr); gap: 3px; }
.pdp-instagram-section img { height: 100%; object-fit: cover; }
.pdp-instagram-section article { align-self: center; padding: clamp(48px,6vw,92px); }
.pdp-instagram-section article > p { color: #d7a2aa; font-size: .58rem; letter-spacing: .14em; }
.pdp-instagram-section h2 { margin: 17px 0; font-size: clamp(2.2rem,4vw,4rem); font-weight: 300; line-height: 1.05; }
.pdp-instagram-section article > span { color: rgba(255,255,255,.68); font-size: .72rem; line-height: 1.8; }
.pdp-instagram-section article > a { display: inline-flex; align-items: center; gap: 8px; margin-top: 28px; font-size: .65rem; text-underline-offset: 4px; }
.pdp-instagram-section svg { width: 17px; }
.pdp-sticky-buy { display: none; }
@media (max-width: 980px) {
  .pdp-header nav > a:not(.pdp-cart-link) { display: none; }
  .pdp-main { grid-template-columns: 1fr; }
  .pdp-purchase { position: static; padding: 45px 20px 110px !important; }
  .pdp-gallery { padding: 0 !important; }
  .pdp-main-image { aspect-ratio: 3 / 4; }
  .pdp-gallery-grid { padding: 0 12px 12px; overflow-x: auto; grid-template-columns: repeat(5,38vw); }
  .pdp-instagram-section { grid-template-columns: 1fr; }
  .pdp-instagram-section > div { min-height: 420px; }
  .pdp-instagram-section article { padding: 48px 22px 58px; }
  .pdp-sticky-buy { position: fixed; right: 0; bottom: 0; left: 0; z-index: 20; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: rgba(255,255,255,.97); box-shadow: 0 -10px 35px rgba(0,0,0,.08); }
  .pdp-sticky-buy > div { display: grid; align-content: center; gap: 3px; }
  .pdp-sticky-buy span { color: var(--muted); font-size: .53rem; }
  .pdp-sticky-buy strong { font-size: .72rem; }
  .pdp-sticky-buy button { min-height: 48px; border: 0; color: #fff; background: var(--ink); font-size: .65rem; font-weight: 600; }
}
@media (max-width: 520px) {
  .pdp-header { height: 70px; padding: 0 16px; }
  .pdp-brand strong { font-size: 1.25rem; }
  .pdp-confidence { grid-template-columns: 1fr; }
  .pdp-buy-row { grid-template-columns: 96px 1fr; }
  .pdp-instagram-section > div { min-height: 330px; }
}
