/* ============================================================
   Complete Aesthete — Storefront (editorial layer)
   Sits on top of the design-system tokens. Lookbook feel:
   generous whitespace, large Cormorant display, script accents.
   ============================================================ */

:root {
  --shell: 1240px;
  --shell-wide: 1440px;
  --ease-soft: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* density (driven by Tweaks) */
[data-density="cozy"]    { --sec-y: clamp(56px, 7vw, 92px); }
[data-density="editorial"]{ --sec-y: clamp(80px, 11vw, 150px); }
[data-density="airy"]    { --sec-y: clamp(110px, 15vw, 200px); }
:root { --sec-y: clamp(80px, 11vw, 150px); }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--text-body); overflow-x: hidden; }
img { display: block; max-width: 100%; }
button { font-family: inherit; }
.ca-app { min-height: 100vh; display: flex; flex-direction: column; }

.shell { max-width: var(--shell); margin: 0 auto; padding-inline: clamp(20px, 5vw, 56px); width: 100%; }
.shell--wide { max-width: var(--shell-wide); }
.sec { padding-block: var(--sec-y); }
.cluster { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }

/* ---- shared type helpers ---- */
.eyebrow { font-family: var(--font-serif); font-size: 13px; font-weight: 500; letter-spacing: .34em;
  text-transform: uppercase; color: var(--text-muted); margin: 0; }
.eyebrow--accent { color: var(--accent); }
.script { font-family: var(--font-script); color: var(--text-script); line-height: .8; font-weight: 400; }
.serif-caps { font-family: var(--font-serif); text-transform: uppercase; letter-spacing: .18em; line-height: 1.15; font-weight: 400; color: var(--text-strong); }
.measure { max-width: 54ch; }
.link-quiet { color: var(--text-muted); }

/* the signature lockup: tracked serif caps + one script word */
.lockup { display: grid; gap: 2px; }
.lockup .caps { font-family: var(--font-serif); text-transform: uppercase; letter-spacing: .2em;
  color: var(--text-strong); line-height: 1; }
.lockup .scr  { font-family: var(--font-script); color: var(--text-script); line-height: .72; }

/* ============================================================
   Announcement + header
   ============================================================ */
.ann { background: var(--accent-deep); color: #fff; text-align: center; font-size: 12px;
  letter-spacing: .14em; text-transform: uppercase; padding: 9px 16px; font-weight: 600; }
.ann .marq { display: inline-flex; gap: 28px; }
.ann .dot { opacity: .5; }

.hd { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--paper) 86%, transparent);
  backdrop-filter: blur(12px) saturate(1.1); border-bottom: 1px solid var(--line); }
.hd__bar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px;
  max-width: var(--shell-wide); margin: 0 auto; padding: 14px clamp(20px, 5vw, 56px); }
.hd__nav { display: flex; gap: 30px; }
.hd__nav--r { justify-content: flex-end; }
.navlink { background: none; border: 0; cursor: pointer; font-family: var(--font-serif);
  font-size: 14px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase;
  color: var(--text-body); padding: 4px 0; position: relative; transition: color var(--dur-med) var(--ease-soft); }
.navlink::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -2px; height: 1px;
  background: var(--accent); transition: right var(--dur-med) var(--ease-soft); }
.navlink:hover { color: var(--accent-deep); }
.navlink:hover::after, .navlink.is-active::after { right: 0; }
.navlink.is-active { color: var(--accent-deep); }
.hd__brand { display: grid; place-items: center; background: none; border: 0; cursor: pointer; }
.hd__brand img { height: 50px; width: auto; }
.hd__actions { display: flex; align-items: center; gap: 6px; justify-content: flex-end; }
.cart-btn { position: relative; }
.cart-btn__count { position: absolute; top: -5px; right: -5px; min-width: 18px; height: 18px; padding: 0 5px;
  border-radius: 999px; background: var(--accent); color: #fff; font-family: var(--font-sans);
  font-size: 10.5px; font-weight: 800; display: grid; place-items: center; pointer-events: none;
  box-shadow: 0 0 0 2px var(--paper); }

/* ============================================================
   Home — hero
   ============================================================ */
.hero { position: relative; overflow: hidden; }
.hero__inner { display: grid; grid-template-columns: 1.04fr 0.96fr; gap: clamp(32px, 6vw, 88px);
  align-items: center; padding-block: clamp(48px, 8vw, 104px); }
.hero__eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; }
.hero__eyebrow .rule { height: 1px; width: 52px; background: var(--border-accent); }
.hero__title { margin: 0 0 28px; }
.hero__title .caps { display: block; font-size: clamp(2.3rem, 4.6vw, 4rem); }
.hero__title .scr  { display: block; font-size: clamp(4.4rem, 9vw, 7.6rem); margin: -6px 0 0 -4px; }
.hero__lead { font-size: clamp(1rem, 1.15vw, 1.18rem); line-height: 1.75; color: var(--text-muted);
  max-width: 46ch; margin: 0 0 34px; }
.hero__cta { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; margin-bottom: 30px; }
.hero__meta { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; color: var(--text-muted); }
.hero__trust { display: flex; align-items: center; gap: 14px; font-size: 13.5px; color: var(--text-muted); }
.hero__trust .stars { display: inline-flex; gap: 2px; color: var(--accent); }
.hero__trust strong { color: var(--text-strong); font-weight: 700; }
.hero__art { position: relative; }
.hero__art-frame { position: relative; border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-paper); background: var(--surface-sunken); aspect-ratio: 1/1; }
.hero__art-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero__bow { position: absolute; width: clamp(96px, 12vw, 150px); top: -34px; right: -22px; z-index: 3;
  filter: drop-shadow(0 10px 20px rgba(32,35,42,.12)); pointer-events: none; }
.hero__medallion { position: absolute; bottom: -26px; left: -26px; z-index: 4; }
.hero--stacked .hero__inner { grid-template-columns: 1fr; text-align: center; justify-items: center; }
.hero--stacked .hero__eyebrow { justify-content: center; }
.hero--stacked .hero__lead { margin-inline: auto; }
.hero--stacked .hero__cta, .hero--stacked .hero__trust { justify-content: center; }
.hero--stacked .hero__art { max-width: 460px; margin-top: 28px; }

/* ============================================================
   Marquee trust strip
   ============================================================ */
.trust { border-block: 1px solid var(--line); background: var(--surface-sunken); }
.trust__row { display: flex; justify-content: center; gap: clamp(28px, 6vw, 80px); flex-wrap: wrap;
  padding: 22px clamp(20px,5vw,56px); }
.trust__item { display: inline-flex; align-items: center; gap: 11px; color: var(--text-muted);
  font-size: 13px; letter-spacing: .04em; }
.trust__item svg { color: var(--accent); flex: none; }
.trust__item strong { color: var(--text-strong); font-weight: 700; }

/* ============================================================
   Section header (shared)
   ============================================================ */
.sec-head { display: grid; gap: 14px; justify-items: center; text-align: center; margin-bottom: clamp(36px, 5vw, 60px); }
.sec-head--split { grid-auto-flow: column; justify-content: space-between; justify-items: start;
  text-align: left; align-items: flex-end; }
.sec-head h2 { font-size: clamp(2rem, 3.6vw, 3rem); margin: 0; line-height: 1.05; }
.sec-head p { margin: 0; color: var(--text-muted); max-width: 52ch; }

/* ============================================================
   Feature: the Ultimate Suite
   ============================================================ */
.feature { background: var(--accent-wash); position: relative; overflow: hidden; }
.feature__inner { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: clamp(36px,6vw,80px); align-items: center; }
.feature__media { position: relative; }
.feature__media img.main { width: 100%; border-radius: var(--radius-md); box-shadow: var(--shadow-paper); }
.feature__garland { position: absolute; left: 50%; top: -30px; transform: translateX(-50%);
  width: 62%; opacity: .9; pointer-events: none; }
.feature__copy h2 { font-size: clamp(2rem, 3.6vw, 3rem); margin: 0 0 18px; }
.feature__list { list-style: none; padding: 0; margin: 24px 0 30px; display: grid; gap: 13px; }
.feature__list li { display: flex; gap: 12px; align-items: flex-start; color: var(--text-body); font-size: 15px; }
.feature__list svg { color: var(--accent); flex: none; margin-top: 3px; }
.feature__cwrow { display: flex; flex-direction: column; gap: 12px; margin: 26px 0; }
.feature__cwlabel { font-size: 11px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; color: var(--text-muted); }

/* ============================================================
   Lookbook (colorway gallery)
   ============================================================ */
.look { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.look__card { cursor: pointer; text-align: left; background: none; border: 0; padding: 0; display: grid; gap: 14px; }
.look__img { position: relative; border-radius: var(--radius-md); overflow: hidden; aspect-ratio: 3/4;
  background: var(--surface-sunken); box-shadow: var(--shadow-sm); transition: var(--transition); }
.look__img img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--dur-slow) var(--ease-soft); }
.look__card:hover .look__img { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.look__card:hover .look__img img { transform: scale(1.04); }
.look__swatches { position: absolute; left: 12px; bottom: 12px; display: flex; gap: 5px; }
.look__sw { width: 16px; height: 16px; border-radius: 50%; box-shadow: 0 0 0 1.5px rgba(255,255,255,.8); }
.look__name { font-family: var(--font-serif); font-size: 19px; color: var(--text-strong); margin: 0; }
.look__meta { font-size: 12.5px; color: var(--text-muted); letter-spacing: .04em; }

/* ============================================================
   Product grid + card add overlay
   ============================================================ */
.pgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 2.4vw, 32px); }
.pgrid--4 { grid-template-columns: repeat(4, 1fr); }
.pcell { display: flex; flex-direction: column; }
.pcell__add { margin-top: 13px; }

/* filter / sort bar */
.shopbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap;
  margin-bottom: 34px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.chips { display: flex; gap: 9px; flex-wrap: wrap; }
.chip { font-family: var(--font-serif); font-size: 14px; letter-spacing: .12em; text-transform: uppercase;
  padding: 9px 20px; border-radius: 999px; border: 1px solid var(--border-soft); background: var(--paper);
  color: var(--text-muted); cursor: pointer; transition: var(--transition); }
.chip:hover { border-color: var(--border-accent); color: var(--accent); }
.chip.is-on { background: var(--accent); border-color: var(--accent); color: #fff; }
.sortwrap { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; color: var(--text-muted); }
.sortsel { font-family: var(--font-sans); font-size: 13px; color: var(--text-strong); border: 1px solid var(--border-soft);
  background: var(--paper); border-radius: 999px; padding: 8px 14px; cursor: pointer; }

/* ============================================================
   Testimonials
   ============================================================ */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.quote { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-md);
  padding: 30px 28px; display: grid; gap: 16px; box-shadow: var(--shadow-xs); }
.quote__stars { display: inline-flex; gap: 2px; color: var(--accent); }
.quote__text { font-family: var(--font-serif); font-size: 19px; line-height: 1.45; color: var(--text-strong);
  font-style: italic; margin: 0; }
.quote__who { display: flex; align-items: center; gap: 12px; }
.quote__av { width: 38px; height: 38px; border-radius: 50%; background: var(--accent-tint); color: var(--accent-deep);
  display: grid; place-items: center; font-family: var(--font-serif); font-size: 16px; font-weight: 600; }
.quote__name { font-size: 13.5px; font-weight: 700; color: var(--text-strong); }
.quote__loc { font-size: 12px; color: var(--text-muted); }

/* ============================================================
   Email capture / lead magnet
   ============================================================ */
.lead { background: var(--accent-deep); color: #fff; position: relative; overflow: hidden; }
.lead__inner { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; }
.lead h2 { color: #fff; font-size: clamp(2rem, 3.4vw, 2.8rem); margin: 0 0 14px; }
.lead p { color: rgba(255,255,255,.78); margin: 0 0 24px; max-width: 44ch; }
.lead__form { display: flex; gap: 10px; flex-wrap: wrap; }
.lead__input { flex: 1 1 220px; min-width: 0; border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.08);
  color: #fff; border-radius: 999px; padding: 14px 20px; font-family: var(--font-sans); font-size: 14px; }
.lead__input::placeholder { color: rgba(255,255,255,.6); }
.lead__input:focus { outline: none; border-color: #fff; }
.lead__btn { border: 0; background: #fff; color: var(--accent-deep); border-radius: 999px; padding: 14px 26px;
  font-family: var(--font-serif); text-transform: uppercase; letter-spacing: .14em; font-size: 13.5px; font-weight: 600;
  cursor: pointer; transition: var(--transition); }
.lead__btn:hover { background: var(--accent-tint); }
.lead__note { font-size: 12px; color: rgba(255,255,255,.55); margin: 12px 0 0; }
.lead__art { position: relative; justify-self: center; }
.lead__art img { width: clamp(180px, 22vw, 280px); filter: drop-shadow(0 16px 30px rgba(0,0,0,.3)); }

/* ============================================================
   Footer
   ============================================================ */
.ft { background: var(--surface-sunken); border-top: 1px solid var(--line); }
.ft__top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr; gap: 32px; padding-block: clamp(48px, 7vw, 80px); }
.ft__brand img { height: 56px; margin-bottom: 16px; }
.ft__brand p { font-size: 14px; color: var(--text-muted); max-width: 32ch; line-height: 1.65; }
.ft__social { display: flex; gap: 10px; margin-top: 18px; }
.ft__social a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--border-soft);
  display: grid; place-items: center; color: var(--text-muted); transition: var(--transition); }
.ft__social a:hover { color: var(--accent); border-color: var(--border-accent); transform: translateY(-2px); }
.ft__h { font-family: var(--font-serif); font-size: 12px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase;
  color: var(--text-strong); margin: 0 0 16px; }
.ft__col button { display: block; background: none; border: 0; text-align: left; cursor: pointer;
  font-size: 14px; color: var(--text-muted); padding: 6px 0; transition: color var(--dur-fast) var(--ease-soft); }
.ft__col button:hover { color: var(--accent); }
.ft__bar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px;
  padding-block: 20px; border-top: 1px solid var(--line); font-size: 12.5px; color: var(--text-muted); }
.ft__pay { display: flex; align-items: center; gap: 10px; }
.paychip { font-family: var(--font-sans); font-size: 11px; font-weight: 700; letter-spacing: .06em; color: var(--text-muted);
  border: 1px solid var(--border-soft); border-radius: 6px; padding: 4px 9px; background: var(--paper); }

/* ---- Contact form ---- */
.contact-form { display: flex; flex-direction: column; gap: 20px; }
.contact-field { display: flex; flex-direction: column; gap: 6px; }
.contact-field label { font-family: var(--font-sans); font-size: 13px; font-weight: 600; color: var(--text-strong); }
.contact-field input, .contact-field textarea {
  font-family: 'Jost', var(--font-sans); font-weight: 300; font-size: 15px;
  border: 1px solid rgba(184, 149, 42, 0.25); border-radius: 0; padding: 12px 16px;
  background: var(--paper); color: var(--text-body); outline: none; transition: border-color var(--dur-fast) var(--ease-soft);
}
.contact-field input::placeholder, .contact-field textarea::placeholder { color: var(--text-muted); }
.contact-field input:focus, .contact-field textarea:focus { border-color: #B8952A; }
.contact-field.has-error input, .contact-field.has-error textarea { border-color: #c0392b; }
.contact-field__err { font-size: 12.5px; color: #c0392b; }
.contact-submit {
  font-family: 'Jost', var(--font-sans); font-weight: 500; font-size: 14px; letter-spacing: .08em; text-transform: uppercase;
  background: #B8952A; color: #fff; border: 0; border-radius: 0; padding: 14px 28px; cursor: pointer; align-self: flex-start;
  transition: background var(--dur-fast) var(--ease-soft);
}
.contact-submit:hover { background: #a3811f; }
.contact-sent {
  font-family: var(--font-sans); font-size: 15px; color: var(--text-strong);
  border: 1px solid rgba(184, 149, 42, 0.25); padding: 20px 24px; background: var(--accent-wash);
}

/* ============================================================
   Cart drawer
   ============================================================ */
.scrim { position: fixed; inset: 0; background: rgba(32,35,42,.34); opacity: 0; pointer-events: none;
  transition: opacity var(--dur-med) var(--ease-soft); z-index: 90; }
.scrim.is-on { opacity: 1; pointer-events: auto; }
.drawer { position: fixed; top: 0; right: 0; height: 100%; width: 432px; max-width: 92vw; background: var(--paper);
  box-shadow: var(--shadow-lg); transform: translateX(100%); transition: transform var(--dur-slow) var(--ease-out);
  z-index: 100; display: flex; flex-direction: column; }
.drawer.is-on { transform: translateX(0); }
.drawer__head { display: flex; align-items: center; justify-content: space-between; padding: 24px 26px; border-bottom: 1px solid var(--line); }
.drawer__head h3 { font-size: 24px; margin: 0; }
.drawer__head em { font-style: normal; color: var(--text-muted); }
.drawer__empty { flex: 1; display: grid; place-content: center; justify-items: center; gap: 16px; color: var(--text-muted); text-align: center; padding: 40px; }
.drawer__items { flex: 1; overflow-y: auto; padding: 8px 26px; }
.line { display: grid; grid-template-columns: 64px 1fr auto; gap: 15px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.line__thumb { width: 64px; height: 80px; border-radius: var(--radius-sm); overflow: hidden; background: var(--surface-sunken); }
.line__thumb img { width: 100%; height: 100%; object-fit: cover; }
.line__title { font-family: var(--font-serif); font-size: 16px; margin: 0 0 3px; color: var(--text-strong); line-height: 1.2; }
.line__cw { font-size: 11.5px; color: var(--text-muted); letter-spacing: .08em; text-transform: uppercase; margin: 0 0 10px; }
.qty { display: inline-flex; align-items: center; gap: 14px; border: 1px solid var(--border-soft); border-radius: 999px; padding: 4px 12px; }
.qty button { display: grid; place-items: center; background: none; border: 0; color: var(--text-muted); cursor: pointer; padding: 2px; }
.qty button:hover { color: var(--accent); }
.qty span { font-size: 13px; font-weight: 700; min-width: 14px; text-align: center; }
.line__right { display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; }
.line__price { font-weight: 700; color: var(--text-strong); font-size: 15px; }
.line__rm { background: none; border: 0; color: var(--mute); cursor: pointer; font-size: 11px; letter-spacing: .06em;
  text-transform: uppercase; padding: 0; transition: color var(--dur-fast) var(--ease-soft); }
.line__rm:hover { color: var(--error); }
.drawer__foot { padding: 22px 26px 28px; border-top: 1px solid var(--line); background: var(--surface-sunken); }
.drawer__sub { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 6px; }
.drawer__sub span { font-family: var(--font-serif); font-size: 13px; letter-spacing: .16em; text-transform: uppercase; color: var(--text-muted); }
.drawer__sub strong { font-size: 24px; font-weight: 700; color: var(--text-strong); }
.drawer__note { font-size: 12px; color: var(--text-muted); margin: 0 0 16px; display: flex; align-items: center; gap: 6px; }

/* toast */
.toast { position: fixed; bottom: 26px; left: 50%; transform: translate(-50%, 24px); background: var(--accent-deep);
  color: #fff; font-size: 13.5px; font-weight: 600; padding: 13px 22px; border-radius: 999px; box-shadow: var(--shadow-md);
  display: flex; align-items: center; gap: 10px; opacity: 0; pointer-events: none; transition: var(--transition); z-index: 110; }
.toast.is-on { transform: translate(-50%, 0); opacity: 1; }
.toast svg { color: var(--accent-soft); }

/* ============================================================
   Page header (shop / about)
   ============================================================ */
.phead { text-align: center; padding-block: clamp(46px, 7vw, 84px) clamp(28px,4vw,40px); position: relative; }
.phead .eyebrow { margin-bottom: 14px; }
.phead h1 { font-size: clamp(2.4rem, 5vw, 4rem); margin: 0; }
.phead p { color: var(--text-muted); margin: 16px auto 0; max-width: 50ch; }
.breadcrumb { display: flex; gap: 9px; align-items: center; font-size: 12.5px; color: var(--text-muted); padding-top: 26px; }
.breadcrumb button { background: none; border: 0; cursor: pointer; color: var(--text-muted); padding: 0; font-size: inherit; }
.breadcrumb button:hover { color: var(--accent); }
.breadcrumb .sep { opacity: .5; }

/* ============================================================
   Product detail (PDP)
   ============================================================ */
.pdp { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: clamp(32px, 5vw, 72px); align-items: start; padding-top: 18px; }
.gallery { position: sticky; top: 96px; display: grid; gap: 16px; }
.gallery__main { position: relative; border-radius: var(--radius-md); overflow: hidden; background: var(--paper);
  box-shadow: var(--shadow-paper); aspect-ratio: 4/5; border: 1px solid var(--line); }
.gallery__main img { width: 100%; height: 100%; object-fit: contain; }
.gallery__nav { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%;
  background: color-mix(in srgb, var(--paper) 88%, transparent); backdrop-filter: blur(6px); border: 1px solid var(--line);
  display: grid; place-items: center; color: var(--text-strong); cursor: pointer; z-index: 4; box-shadow: var(--shadow-sm);
  transition: var(--transition); }
.gallery__nav:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
.gallery__nav--prev { left: 14px; }
.gallery__nav--next { right: 14px; }
.gallery__count { position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%); z-index: 4;
  background: color-mix(in srgb, var(--ink, #20232a) 78%, transparent); color: #fff; font-family: var(--font-sans);
  font-size: 12px; font-weight: 700; letter-spacing: .06em; padding: 5px 12px; border-radius: 999px; }
.gallery__bow { position: absolute; top: -20px; right: -14px; width: 104px; z-index: 3; pointer-events: none;
  filter: drop-shadow(0 8px 16px rgba(32,35,42,.12)); }
.gallery__thumbs { display: flex; gap: 12px; }
.gthumb { flex: 1; border-radius: var(--radius-sm); overflow: hidden; border: 1.5px solid transparent; cursor: pointer;
  background: var(--paper); aspect-ratio: 1/1; padding: 0; transition: var(--transition); box-shadow: inset 0 0 0 1px var(--line); }
.gthumb img { width: 100%; height: 100%; object-fit: contain; }
.gthumb.is-on { border-color: var(--accent); }
.gthumb:hover { border-color: var(--border-accent); }

.pinfo h1 { font-size: clamp(2rem, 3.4vw, 2.9rem); margin: 8px 0 14px; line-height: 1.06; }
.pinfo__rating { display: flex; align-items: center; gap: 9px; font-size: 13.5px; color: var(--text-muted); margin-bottom: 22px; }
.pinfo__rating .stars { display: inline-flex; gap: 2px; color: var(--accent); }
.pinfo__price { display: flex; align-items: baseline; gap: 14px; margin-bottom: 24px; }
.pinfo__now { font-size: 32px; font-weight: 700; color: var(--text-strong); }
.pinfo__was { font-size: 18px; color: var(--mute); text-decoration: line-through; }
.pinfo__save { font-family: var(--font-sans); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  color: var(--accent); background: var(--accent-wash); border-radius: 999px; padding: 5px 12px; }
.pinfo__lead { color: var(--text-muted); line-height: 1.7; margin-bottom: 28px; max-width: 48ch; }
.pblock { margin-bottom: 26px; }
.pblock__label { font-size: 11px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; color: var(--text-muted); margin: 0 0 12px; }
.cwpick { display: flex; gap: 12px; flex-wrap: wrap; }
.cwpick__btn { display: flex; align-items: center; gap: 9px; border: 1px solid var(--border-soft); background: var(--paper);
  border-radius: 999px; padding: 7px 15px 7px 8px; cursor: pointer; transition: var(--transition); }
.cwpick__btn:hover { border-color: var(--border-accent); }
.cwpick__btn.is-on { border-color: var(--accent); background: var(--accent-wash); }
.cwpick__dot { width: 22px; height: 22px; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(0,0,0,.06); }
.cwpick__name { font-size: 13px; font-weight: 600; color: var(--text-strong); letter-spacing: .02em; }
.buyrow { display: flex; gap: 14px; align-items: stretch; margin-bottom: 16px; }
.stepper { display: inline-flex; align-items: center; border: 1px solid var(--border-soft); border-radius: 999px; padding: 0 6px; }
.stepper button { width: 40px; height: 100%; background: none; border: 0; cursor: pointer; color: var(--text-body); display: grid; place-items: center; }
.stepper button:hover { color: var(--accent); }
.stepper span { min-width: 28px; text-align: center; font-weight: 700; font-size: 15px; }
.buyrow .buyrow__add { flex: 1; }
.pinfo__assure { display: grid; gap: 11px; margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--line); }
.pinfo__assure div { display: flex; gap: 11px; align-items: center; font-size: 13.5px; color: var(--text-body); }
.pinfo__assure svg { color: var(--accent); flex: none; }

/* accordion */
.acc { border-top: 1px solid var(--line); }
.acc__item { border-bottom: 1px solid var(--line); }
.acc__btn { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  background: none; border: 0; cursor: pointer; padding: 20px 0; text-align: left;
  font-family: var(--font-serif); font-size: 18px; color: var(--text-strong); letter-spacing: .02em; }
.acc__btn svg { color: var(--text-muted); transition: transform var(--dur-med) var(--ease-soft); flex: none; }
.acc__item.is-open .acc__btn svg { transform: rotate(45deg); }
.acc__panel { overflow: hidden; max-height: 0; transition: max-height var(--dur-slow) var(--ease-soft); }
.acc__panel-in { padding: 0 0 22px; color: var(--text-muted); line-height: 1.7; font-size: 14.5px; }
.acc__panel-in ul { margin: 0; padding-left: 18px; display: grid; gap: 7px; }

/* reviews block */
.revsum { display: grid; grid-template-columns: auto 1fr; gap: 40px; align-items: center; padding: 34px;
  background: var(--surface-sunken); border-radius: var(--radius-md); margin-bottom: 36px; }
.revsum__big { text-align: center; }
.revsum__num { font-family: var(--font-serif); font-size: 56px; line-height: 1; color: var(--text-strong); }
.revsum__stars { display: inline-flex; gap: 3px; color: var(--accent); margin: 8px 0 6px; }
.revsum__count { font-size: 12.5px; color: var(--text-muted); }
.revbars { display: grid; gap: 8px; }
.revbar { display: grid; grid-template-columns: 44px 1fr 40px; gap: 12px; align-items: center; font-size: 12.5px; color: var(--text-muted); }
.revbar__track { height: 7px; border-radius: 999px; background: var(--line); overflow: hidden; }
.revbar__fill { height: 100%; background: var(--accent-soft); border-radius: 999px; }
.revlist { display: grid; gap: 22px; }
.rev { display: grid; gap: 9px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-md); }
.rev__top { display: flex; align-items: center; gap: 12px; }
.rev__av { width: 40px; height: 40px; border-radius: 50%; background: var(--accent-tint); color: var(--accent-deep);
  display: grid; place-items: center; font-family: var(--font-serif); font-size: 16px; font-weight: 600; }
.rev__name { font-size: 14px; font-weight: 700; color: var(--text-strong); }
.rev__verified { font-size: 11px; color: var(--success); display: inline-flex; gap: 4px; align-items: center; }
.rev__stars { display: inline-flex; gap: 2px; color: var(--accent); margin-left: auto; }
.rev__text { color: var(--text-body); line-height: 1.65; margin: 0; font-size: 14.5px; }

/* ============================================================
   Checkout
   ============================================================ */
.co { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: clamp(32px, 5vw, 64px); align-items: start; padding-top: 20px; padding-bottom: clamp(60px,8vw,110px); }
.steps { display: flex; align-items: center; gap: 8px; margin-bottom: 36px; }
.step { display: flex; align-items: center; gap: 10px; }
.step__num { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; font-family: var(--font-serif);
  font-size: 15px; border: 1.5px solid var(--border-soft); color: var(--text-muted); background: var(--paper); flex: none; }
.step.is-on .step__num { border-color: var(--accent); background: var(--accent); color: #fff; }
.step.is-done .step__num { border-color: var(--accent); background: var(--accent-wash); color: var(--accent); }
.step__label { font-family: var(--font-serif); font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--text-muted); }
.step.is-on .step__label { color: var(--text-strong); }
.step__line { flex: 1; height: 1px; background: var(--border-soft); min-width: 20px; }
.cform { display: grid; gap: 20px; }
.cform__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; }
.field label { font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--text-muted); }
.field input, .field select { font-family: var(--font-sans); font-size: 14.5px; color: var(--text-strong);
  border: 1px solid var(--border-soft); border-radius: var(--radius-sm); padding: 13px 15px; background: var(--paper);
  transition: var(--transition); width: 100%; }
.field input:focus, .field select:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-wash); }
.field.has-error input { border-color: var(--error); }
.field__err { font-size: 11.5px; color: var(--error); font-weight: 600; letter-spacing: 0; text-transform: none; }
.full { grid-column: 1 / -1; }
.payopts { display: grid; gap: 12px; }
.payopt { display: flex; align-items: center; gap: 14px; border: 1.5px solid var(--border-soft); border-radius: var(--radius-md);
  padding: 18px 20px; cursor: pointer; transition: var(--transition); }
.payopt:hover { border-color: var(--border-accent); }
.payopt.is-on { border-color: var(--accent); background: var(--accent-wash); }
.payopt__radio { width: 20px; height: 20px; border-radius: 50%; border: 1.5px solid var(--border-soft); display: grid; place-items: center; flex: none; }
.payopt.is-on .payopt__radio { border-color: var(--accent); }
.payopt.is-on .payopt__radio::after { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--accent); }
.payopt__main { flex: 1; }
.payopt__name { font-family: var(--font-serif); font-size: 17px; color: var(--text-strong); letter-spacing: .02em; }
.payopt__desc { font-size: 12.5px; color: var(--text-muted); margin-top: 2px; }
.payopt__logo { font-family: var(--font-sans); font-weight: 800; font-size: 13px; letter-spacing: .02em; }
.payopt__logo b { color: #d4202a; }
.payopt__logo i { color: var(--accent-deep); font-style: normal; }
.co__nav { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 30px; }
.co__back { background: none; border: 0; cursor: pointer; color: var(--text-muted); font-size: 13.5px; display: inline-flex; align-items: center; gap: 7px; }
.co__back:hover { color: var(--accent); }

/* summary */
.summary { position: sticky; top: 96px; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px; background: var(--surface-sunken); }
.summary h3 { font-size: 20px; margin: 0 0 18px; }
.summary__items { display: grid; gap: 14px; margin-bottom: 18px; }
.sitem { display: grid; grid-template-columns: 48px 1fr auto; gap: 12px; align-items: center; }
.sitem__thumb { width: 48px; height: 60px; border-radius: var(--radius-xs); overflow: hidden; background: var(--paper); position: relative; }
.sitem__thumb img { width: 100%; height: 100%; object-fit: cover; }
.sitem__qty { position: absolute; top: -7px; right: -7px; width: 19px; height: 19px; border-radius: 50%; background: var(--accent);
  color: #fff; font-size: 10.5px; font-weight: 800; display: grid; place-items: center; box-shadow: 0 0 0 2px var(--surface-sunken); }
.sitem__t { font-family: var(--font-serif); font-size: 14px; color: var(--text-strong); line-height: 1.25; }
.sitem__cw { font-size: 11px; color: var(--text-muted); text-transform: uppercase; letter-spacing: .06em; }
.sitem__p { font-weight: 700; font-size: 14px; color: var(--text-strong); }
.summary__row { display: flex; justify-content: space-between; font-size: 13.5px; color: var(--text-muted); padding: 7px 0; }
.summary__row.total { border-top: 1px solid var(--line); margin-top: 8px; padding-top: 16px; font-size: 17px; color: var(--text-strong); }
.summary__row.total b { font-size: 22px; }
.promo { display: flex; gap: 8px; margin: 16px 0; }
.promo input { flex: 1; min-width: 0; border: 1px solid var(--border-soft); border-radius: var(--radius-sm); padding: 11px 14px; font-family: var(--font-sans); font-size: 13px; background: var(--paper); }
.promo input:focus { outline: none; border-color: var(--accent); }
.promo button { border: 1px solid var(--border-accent); background: var(--paper); color: var(--accent); border-radius: var(--radius-sm); padding: 0 16px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.summary__secure { display: flex; align-items: center; gap: 8px; justify-content: center; font-size: 12px; color: var(--text-muted); margin-top: 16px; }

/* confirmation */
.conf { text-align: center; max-width: 620px; margin: 0 auto; padding-block: clamp(54px,8vw,100px); }
.conf__check { width: 84px; height: 84px; border-radius: 50%; background: var(--accent-wash); color: var(--accent); display: grid; place-items: center; margin: 0 auto 28px; }
.conf h1 { font-size: clamp(2.2rem, 4vw, 3.2rem); margin: 0 0 6px; }
.conf .script { font-size: clamp(2.6rem,5vw,3.6rem); display: block; margin-bottom: 10px; }
.conf__sub { color: var(--text-muted); margin: 0 auto 32px; max-width: 44ch; }
.conf__card { border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px; text-align: left; background: var(--surface-sunken); margin-bottom: 28px; }
.conf__order { display: flex; justify-content: space-between; align-items: center; padding-bottom: 18px; margin-bottom: 18px; border-bottom: 1px solid var(--line); }
.conf__order small { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--text-muted); }
.conf__order b { font-family: var(--font-serif); font-size: 20px; color: var(--text-strong); display: block; }
.dl { display: grid; gap: 12px; }
.dlrow { display: grid; grid-template-columns: 44px 1fr auto; gap: 14px; align-items: center; padding: 12px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-sm); }
.dlrow__ic { width: 44px; height: 44px; border-radius: var(--radius-xs); background: var(--accent-wash); color: var(--accent); display: grid; place-items: center; }
.dlrow__t { font-family: var(--font-serif); font-size: 15px; color: var(--text-strong); }
.dlrow__m { font-size: 12px; color: var(--text-muted); }

/* ============================================================
   About
   ============================================================ */
.about-hero { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px,5vw,72px); align-items: center; }
.about-hero__copy h1 { font-size: clamp(2.4rem, 4.4vw, 3.6rem); margin: 14px 0 22px; line-height: 1.04; }
.about-hero__copy p { color: var(--text-muted); line-height: 1.8; font-size: 16px; }
.about-hero__media { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-paper); aspect-ratio: 4/5; background: var(--surface-sunken); }
.about-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.valcard { text-align: center; display: grid; gap: 14px; justify-items: center; padding: 8px; }
.valcard__ic { width: 60px; height: 60px; border-radius: 50%; background: var(--accent-wash); color: var(--accent); display: grid; place-items: center; }
.valcard h3 { font-size: 21px; margin: 0; }
.valcard p { color: var(--text-muted); font-size: 14px; line-height: 1.6; margin: 0; }
.statband { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.stat__n { font-family: var(--font-serif); font-size: clamp(2.4rem,4vw,3.4rem); color: var(--accent-deep); line-height: 1; }
.stat__l { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--text-muted); margin-top: 8px; }

/* ============================================================
   Reveal-on-scroll
   ============================================================ */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease-soft), transform .7s var(--ease-soft); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1080px) {
  .pgrid--4 { grid-template-columns: repeat(3, 1fr); }
  .look { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 920px) {
  .hero__inner, .feature__inner, .lead__inner, .pdp, .co, .about-hero { grid-template-columns: 1fr; }
  .hero__inner { text-align: center; justify-items: center; }
  .hero__eyebrow, .hero__cta, .hero__trust { justify-content: center; }
  .hero__lead { margin-inline: auto; }
  .hero__art { max-width: 440px; order: -1; }
  .gallery { position: static; }
  .summary { position: static; }
  .pgrid, .pgrid--4 { grid-template-columns: repeat(2, 1fr); }
  .quotes { grid-template-columns: 1fr; }
  .values, .statband { grid-template-columns: repeat(2, 1fr); }
  .ft__top { grid-template-columns: 1fr 1fr; }
  .hd__nav { display: none; }
  .sec-head--split { grid-auto-flow: row; justify-items: center; text-align: center; }
}
@media (max-width: 560px) {
  .pgrid, .pgrid--4, .look { grid-template-columns: 1fr; }
  .cform__grid { grid-template-columns: 1fr; }
  .revsum { grid-template-columns: 1fr; gap: 22px; }
  .ft__top { grid-template-columns: 1fr; }
  .ft__bar { flex-direction: column; align-items: flex-start; }
}
