/* ============================================================
   everythingreps — Homepage sections + content pages
   Sliced 1:1 from the prototype (styles.css/faq.css/contact.css/
   refund.css/account.css). Token names match tokens.css.
   ============================================================ */

/* ====== HERO (direction C) ====== */
.hero { position: relative; min-height: 100svh; background: #ffc2e8; color: hsl(0 0% 100% / 0.96); overflow: hidden; isolation: isolate; display: flex; flex-direction: column; }
.hero__bg { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.hero__grain { position: absolute; inset: 0; z-index: 0; background: radial-gradient(120% 90% at 74% 6%, hsl(0 0% 100% / 0.08), transparent 56%); }
.hero__scrim { display: block; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(96deg, hsl(332 55% 24% / 0.34) 0%, hsl(332 48% 32% / 0.12) 36%, transparent 66%), linear-gradient(180deg, hsl(332 60% 28% / 0.10) 0%, transparent 28%, transparent 56%, hsl(332 56% 24% / 0.30) 100%); }
.hero__nike { display: none; }
.hero__mega { position: absolute; inset: 0; z-index: 1; display: flex; align-items: center; justify-content: center; pointer-events: none; }
.hero__mega span { font-family: var(--font-display); font-weight: 700; font-size: clamp(16rem, 42vw, 40rem); line-height: 1; letter-spacing: -0.06em; color: hsl(0 0% 100% / 0.05); white-space: nowrap; }
.hero__shoe { position: absolute; z-index: 2; left: 50%; top: 54%; transform: translate(-50%, -50%) rotate(-4deg); width: clamp(380px, 56vw, 760px); color: hsl(0 0% 100% / 0.9); pointer-events: none; }
.hero__shoe svg { width: 100%; height: auto; filter: drop-shadow(0 30px 55px hsl(222 42% 5% / 0.45)); }
.hero__shoe-img { width: 100%; height: auto; display: block; filter: drop-shadow(0 34px 46px hsl(0 0% 0% / 0.55)); }
.hero__body { position: relative; z-index: 3; flex: 1; display: flex; flex-direction: column; }
.hero__top { flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding-top: 0; }
.hero__kicker { font-size: 0.72rem; letter-spacing: 0.24em; text-transform: uppercase; font-weight: 600; color: hsl(0 0% 100% / 0.8); margin: 0 0 16px; }
.hero h1 { font-family: var(--font-display); font-weight: 700; font-size: clamp(2.8rem, 7vw, 5.4rem); line-height: 0.92; letter-spacing: -0.055em; margin: 0; max-width: 18ch; text-wrap: balance; }
.hero__foot { margin-top: auto; padding-bottom: clamp(40px, 6vw, 64px); display: flex; align-items: flex-end; justify-content: space-between; gap: 36px; flex-wrap: wrap; }
.hero__sub { max-width: 40ch; color: hsl(0 0% 100% / 0.92); font-size: 1.05rem; line-height: 1.6; margin: 0; }
.hero__right { display: flex; flex-direction: column; align-items: flex-end; gap: 20px; }
.hero__cta { display: flex; gap: 14px; }
.rating-line { display: inline-flex; align-items: center; gap: 10px; font-size: 0.88rem; color: hsl(0 0% 100% / 0.78); }
.rating-line b { color: #fff; font-weight: 600; font-variant-numeric: tabular-nums; }

/* ====== TRUST STRIP ====== */
.trust { background: #0d0f14; color: hsl(0 0% 100% / 0.82); border-top: 1px solid hsl(0 0% 100% / 0.08); }
.trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust__item { display: flex; align-items: center; gap: 13px; padding: 26px 24px; border-left: 1px solid hsl(0 0% 100% / 0.08); }
.trust__item:first-child { border-left: none; }
.trust__item svg { width: 22px; height: 22px; color: hsl(0 0% 100% / 0.9); flex: none; }
.trust__item span { font-size: 0.9rem; font-weight: 500; line-height: 1.3; }

/* ====== TRUSTPILOT BAR ====== */
.tp-bar { background: transparent; border-bottom: 1px solid hsl(var(--line) / 0.6); }
.tp-bar__inner { display: flex; align-items: center; justify-content: center; gap: 16px; padding: 18px 0; flex-wrap: wrap; text-align: center; text-decoration: none; color: inherit; cursor: pointer; transition: opacity 0.16s ease; }
.tp-bar__inner:hover { opacity: 0.72; }
.tp-bar__cta { display: inline-flex; align-items: center; gap: 5px; font-size: 0.86rem; font-weight: 600; color: hsl(160 84% 30%); }
.tp-bar__cta svg { width: 15px; height: 15px; }
.tp-bar__star { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1.02rem; letter-spacing: -0.01em; }
.tp-bar__pip { width: 22px; height: 22px; background: hsl(var(--ink)); display: inline-flex; align-items: center; justify-content: center; border-radius: 3px; }
.tp-bar__pip svg { width: 14px; height: 14px; fill: #fff; }
.tp-bar__sep { color: hsl(var(--muted-foreground) / 0.5); }
.tp-bar__meta { color: hsl(var(--muted-foreground)); font-size: 0.92rem; }
.tp-bar__meta b { color: hsl(var(--ink)); font-variant-numeric: tabular-nums; }

/* Trustpilot brand star squares */
.tp-stars { position: relative; display: inline-flex; line-height: 0; }
.tp-row { display: inline-flex; gap: 3px; }
.tp-sq { width: var(--tps, 30px); height: var(--tps, 30px); border-radius: 4px; display: flex; align-items: center; justify-content: center; flex: none; }
.tp-sq svg { width: 66%; height: 66%; fill: #fff; }
.tp-stars__green { position: absolute; top: 0; left: 0; overflow: hidden; }
.tp-logo { display: inline-flex; align-items: center; gap: 5px; font-family: var(--font-sans); font-weight: 800; letter-spacing: -0.02em; color: hsl(var(--ink)); }
.tp-logo svg { flex: none; }

/* ====== PRODUCT CARDS ====== */
.prod-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.card { background: hsl(var(--card)); border: 1px solid hsl(var(--line) / 0.74); border-radius: var(--radius-lg); box-shadow: var(--shadow-glass); transition: box-shadow var(--duration-base) var(--ease-out-quart), border-color var(--duration-base) var(--ease-out-quart), transform var(--duration-base) var(--ease-out-quart); overflow: hidden; }
.prod { display: flex; flex-direction: column; }
.prod:hover { box-shadow: var(--shadow-glass-hover); border-color: hsl(var(--ink) / 0.2); transform: translateY(-3px); }
.prod__media { position: relative; aspect-ratio: 4 / 3; border-radius: 0; }
.prod__media .ph { height: 100%; border-radius: 0; }
.prod:hover .ph__shoe { color: hsl(var(--ink) / 0.18); transition: color var(--duration-slow) var(--ease-out-quart); }
.prod__tag { position: absolute; left: 14px; top: 14px; z-index: 2; display: inline-flex; align-items: center; gap: 6px; height: 26px; padding: 0 11px; border-radius: var(--radius-full); background: hsl(var(--ink)); color: #fff; font-size: 0.66rem; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; }
.prod__tag svg { width: 12px; height: 12px; }
.prod__body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 4px; flex: 1 1 auto; }
.prod__link { position: absolute; inset: 0; z-index: 1; }
.prod__name a { color: inherit; text-decoration: none; }
.prod__name a:hover { opacity: 0.7; }
.prod__brand { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: hsl(var(--muted-foreground)); font-weight: 600; }
.prod__name { font-family: var(--font-display); font-weight: 600; font-size: 1.18rem; letter-spacing: -0.02em; margin: 1px 0 2px; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.prod__rate { display: flex; align-items: center; gap: 8px; font-size: 0.8rem; color: hsl(var(--muted-foreground)); }
.prod__foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 14px; gap: 12px; }
.prod__price { font-family: var(--font-display); font-weight: 700; font-size: 1.25rem; letter-spacing: -0.03em; font-variant-numeric: tabular-nums; display: flex; flex-direction: column; line-height: 1.1; flex: none; min-width: 0; white-space: nowrap; }
.prod__price del { font-size: 0.82rem; font-weight: 500; color: hsl(var(--muted-foreground)); order: -1; }
.prod__price ins { text-decoration: none; }
.add-btn { flex: none; white-space: nowrap; display: inline-flex; align-items: center; gap: 7px; height: 44px; padding: 0 14px; border-radius: var(--radius-md); background: hsl(var(--ink)); color: #fff; font-weight: 600; font-size: 0.86rem; border: none; transition: background var(--duration-base) var(--ease-out-quart), transform var(--duration-fast); }
.add-btn, .add-btn:link, .add-btn:visited { color: #fff; }
.add-btn:hover, .add-btn:focus { background: hsl(var(--ink) / 0.86); color: #fff; }
.add-btn:hover svg { color: #fff; stroke: #fff; }
.add-btn:active { transform: scale(0.96); }
.add-btn.is-added { background: hsl(var(--success)); }
.add-btn svg { width: 16px; height: 16px; flex: none; }

/* ====== USA STOCK ====== */
/* Light premium treatment: a giant faint "USA" watermark for scale and a
   single thin red accent as the only flag nod. Sits on the alt section tone. */
.usa-dark {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: hsl(var(--ink));
}
.usa-dark__mega {
  position: absolute; right: clamp(-40px, -2vw, -10px); top: 50%;
  transform: translateY(-54%); z-index: 0; pointer-events: none; user-select: none;
  font-family: var(--font-display); font-weight: 700; letter-spacing: -0.06em;
  font-size: clamp(16rem, 34vw, 34rem); line-height: 0.7; white-space: nowrap;
  color: hsl(var(--ink) / 0.04);
}
.usa-dark > .wrap { position: relative; z-index: 1; }
.usa-dark .sec-head h2 { color: hsl(var(--ink)); }
.usa-dark .sec-head p { color: hsl(var(--muted-foreground)); }
.usa-dark .sec-head p.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: hsl(var(--muted-foreground)); margin-bottom: 16px; }
/* thin red hairline under the heading — the only flag cue */
.usa-dark .sec-head h2 { position: relative; }
.usa-dark .sec-head h2::after {
  content: ""; display: block; width: 54px; height: 3px; border-radius: 99px;
  background: hsl(0 75% 52%); margin-top: 22px;
}
.usa-dot--lg { width: 8px; height: 8px; background: hsl(140 68% 45%); box-shadow: 0 0 0 4px hsl(140 68% 45% / 0.18); }
.usa-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: clamp(26px, 3.2vw, 38px); }
.usa-head__cta { flex: none; }
.usa-bullets { display: flex; flex-wrap: wrap; gap: 14px clamp(22px, 4vw, 52px); padding: 20px 0; margin-bottom: clamp(28px, 3.4vw, 42px); border-top: 1px solid hsl(var(--line) / 0.7); border-bottom: 1px solid hsl(var(--line) / 0.7); }
.usa-bullet { display: flex; align-items: center; gap: 11px; font-size: 0.92rem; font-weight: 500; color: hsl(var(--ink)); }
.usa-bullet svg { width: 18px; height: 18px; color: hsl(var(--muted-foreground)); flex: none; }
.prod__tag--usa { gap: 7px; }
.usa-dot { width: 7px; height: 7px; border-radius: 50%; background: hsl(140 70% 55%); box-shadow: 0 0 0 3px hsl(140 70% 55% / 0.32); }
.usa-ship { display: flex; align-items: center; gap: 7px; margin-top: 7px; font-size: 0.8rem; font-weight: 600; color: hsl(var(--success)); }
.usa-ship svg { width: 14px; height: 14px; flex: none; }

/* Responsive USA-head copy: desktop shows the long form, mobile (mockup) the
   short "Ships from the US" / "All". Defaults = desktop; mobile.css flips. */
.usa-h2-m, .usa-sub-m, .usa-cta-m { display: none; }

/* New-arrivals is a phone-only section (mobile.css re-shows it ≤768px). */
.er-mobile-only { display: none; }

/* ====== WHY US ====== */
.feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feat { padding: 30px; display: flex; flex-direction: column; gap: 14px; }
.feat__ic { width: 52px; height: 52px; border-radius: var(--radius-md); background: hsl(var(--ink)); color: #fff; display: flex; align-items: center; justify-content: center; }
.feat__ic svg { width: 24px; height: 24px; }
.feat h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.3rem; letter-spacing: -0.03em; margin: 6px 0 0; }
.feat p { color: hsl(var(--muted-foreground)); font-size: 0.96rem; line-height: 1.6; margin: 0; }

/* ====== TRUSTED PLATFORMS ====== */
.plat-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.plat { padding: 18px; display: flex; flex-direction: column; gap: 9px; }
.plat--link { text-decoration: none; color: inherit; transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease; }
.plat--link:hover { transform: translateY(-3px); border-color: hsl(160 60% 70%); box-shadow: 0 10px 24px hsl(220 20% 40% / 0.12); }
.plat--badge .plat__score { color: hsl(160 84% 30%); }
.plat__top { display: flex; align-items: center; gap: 9px; }
.plat__logo { width: 30px; height: 30px; border-radius: var(--radius-sm); background: hsl(var(--surface-muted)); display: flex; align-items: center; justify-content: center; color: hsl(var(--ink)); flex: none; }
.plat__logo svg { width: 17px; height: 17px; }
.plat__name { font-weight: 600; font-size: 0.88rem; letter-spacing: -0.01em; }
.plat__score { font-family: var(--font-display); font-weight: 700; font-size: 1.65rem; letter-spacing: -0.04em; line-height: 1; font-variant-numeric: tabular-nums; }
.plat__meta { color: hsl(var(--muted-foreground)); font-size: 0.78rem; }

/* ====== QC SUBMISSIONS ====== */
.qc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.qc-card { background: hsl(var(--surface)); border: 1px solid hsl(var(--line) / 0.7); border-radius: var(--radius-lg); padding: 14px; display: flex; flex-direction: column; gap: 12px; transition: box-shadow 0.16s ease, transform 0.16s ease; text-align: left; font: inherit; color: inherit; cursor: pointer; appearance: none; }
.qc-card:hover { transform: translateY(-3px); box-shadow: 0 12px 28px hsl(220 20% 40% / 0.1); border-color: hsl(var(--ink) / 0.2); }
.qc-card:focus-visible { outline: 2px solid hsl(var(--ink)); outline-offset: 2px; }
.qc-card__shot { position: relative; display: block; width: 100%; aspect-ratio: 1; border-radius: 10px; overflow: hidden; background: hsl(var(--surface-muted)); }
.qc-card__shot .ph { position: absolute; inset: 0; height: 100%; border-radius: 0; }
.qc-card__count { position: absolute; top: 10px; left: 10px; display: inline-flex; align-items: center; gap: 5px; padding: 4px 9px; border-radius: 999px; background: hsl(var(--ink) / 0.82); color: #fff; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.01em; backdrop-filter: blur(4px); }
.qc-card__count svg { stroke-width: 2; }
.qc-card__pass { position: absolute; top: 10px; right: 10px; display: inline-flex; align-items: center; gap: 5px; padding: 4px 9px 4px 6px; border-radius: 999px; background: hsl(0 0% 100% / 0.92); color: hsl(var(--ink)); font-size: 0.72rem; font-weight: 600; box-shadow: var(--shadow-sm); }
.qc-card__pass .gal__check { width: 14px; height: 14px; background: hsl(160 84% 30%); }
.qc-card__view { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px 12px 11px; text-align: center; font-size: 0.78rem; font-weight: 600; color: #fff; background: linear-gradient(to top, hsl(222 40% 12% / 0.78), transparent); opacity: 0; transform: translateY(6px); transition: opacity 0.16s ease, transform 0.16s ease; }
.qc-card:hover .qc-card__view, .qc-card:focus-visible .qc-card__view { opacity: 1; transform: none; }
.qc-card__meta { display: flex; flex-direction: column; gap: 3px; padding: 0 2px 4px; }
.qc-card__order { font-weight: 700; font-size: 0.84rem; letter-spacing: 0.01em; color: hsl(var(--ink)); font-variant-numeric: tabular-nums; }
.qc-card__prod { font-size: 0.78rem; color: hsl(var(--muted-foreground)); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.gal__check { width: 15px; height: 15px; border-radius: 50%; background: hsl(var(--ink)); color: #fff; display: inline-flex; align-items: center; justify-content: center; }
.gal__check svg { width: 9px; height: 9px; stroke-width: 3.2; }
.qc-viewall { display: flex; justify-content: center; margin-top: clamp(26px, 3.5vw, 40px); }

/* QC modal — full photo set + product link */
.qcm { position: fixed; inset: 0; z-index: 120; display: flex; align-items: center; justify-content: center; padding: clamp(16px, 4vw, 48px); background: hsl(222 44% 8% / 0.62); backdrop-filter: blur(6px); animation: qcm-fade 0.18s ease; }
@keyframes qcm-fade { from { opacity: 0; } to { opacity: 1; } }
.qcm__panel { position: relative; display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.85fr); gap: 0; width: min(960px, 100%); max-height: 100%; background: hsl(var(--surface)); border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 32px 80px hsl(222 44% 8% / 0.4); animation: qcm-pop 0.2s cubic-bezier(0.2, 0.8, 0.2, 1); }
@keyframes qcm-pop { from { opacity: 0; transform: translateY(12px) scale(0.985); } to { opacity: 1; transform: none; } }
.qcm__close { position: absolute; top: 12px; right: 12px; z-index: 4; width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: hsl(0 0% 100% / 0.9); color: hsl(var(--ink)); border: 1px solid hsl(var(--line) / 0.7); cursor: pointer; box-shadow: var(--shadow-sm); }
.qcm__close:hover { background: #fff; }
.qcm__close svg { width: 18px; height: 18px; }
.qcm__stage-wrap { padding: 16px; background: hsl(var(--surface-muted) / 0.5); display: flex; flex-direction: column; gap: 12px; min-width: 0; }
.qcm__stage { position: relative; border-radius: 12px; overflow: hidden; background: hsl(var(--surface-muted)); }
.qcm__stage .ph { aspect-ratio: 4 / 3; border-radius: 0; }
.qcm__arw { position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: hsl(0 0% 100% / 0.9); color: hsl(var(--ink)); border: 1px solid hsl(var(--line) / 0.6); cursor: pointer; box-shadow: var(--shadow-sm); }
.qcm__arw:hover { background: #fff; }
.qcm__arw svg { width: 20px; height: 20px; }
.qcm__arw--prev { left: 12px; }
.qcm__arw--next { right: 12px; }
.qcm__counter { position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%); padding: 4px 11px; border-radius: 999px; background: hsl(var(--ink) / 0.78); color: #fff; font-size: 0.74rem; font-weight: 600; font-variant-numeric: tabular-nums; }
.qcm__thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.qcm__thumb { padding: 0; border: 2px solid transparent; border-radius: 8px; overflow: hidden; cursor: pointer; background: none; aspect-ratio: 1; }
.qcm__thumb .ph { aspect-ratio: 1; border-radius: 0; height: 100%; }
.qcm__thumb.is-sel { border-color: hsl(var(--ink)); }
.qcm__side { padding: clamp(22px, 3vw, 30px); display: flex; flex-direction: column; gap: 9px; overflow-y: auto; }
.qcm__order { font-size: 0.76rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: hsl(var(--muted-foreground)); font-variant-numeric: tabular-nums; }
.qcm__brand { font-size: 0.84rem; font-weight: 600; color: hsl(var(--muted-foreground)); }
.qcm__name { font-family: var(--font-display); font-weight: 700; font-size: 1.5rem; letter-spacing: -0.03em; line-height: 1.1; margin: 0; color: hsl(var(--ink)); }
.qcm__passed { display: inline-flex; align-items: center; gap: 7px; margin-top: 4px; font-size: 0.82rem; font-weight: 600; color: hsl(160 84% 28%); }
.qcm__passed .gal__check { background: hsl(160 84% 30%); }
.qcm__note { font-size: 0.86rem; line-height: 1.5; color: hsl(var(--muted-foreground)); margin: 6px 0 4px; }
.qcm__cta { margin-top: auto; width: 100%; }
.qcm__link { display: inline-flex; align-items: center; gap: 5px; font-size: 0.82rem; font-weight: 600; color: hsl(var(--ink)); text-decoration: none; }
.qcm__link:hover { text-decoration: underline; }
@media (max-width: 720px) {
  .qcm__panel { grid-template-columns: 1fr; overflow-y: auto; }
  .qcm__cta { margin-top: 8px; }
}

/* ====== REVIEWS SUMMARY (Trustpilot) ====== */
.section--reviews { padding-top: clamp(20px, 2.5vw, 34px); }
.section--reviews .sec-head { margin-bottom: clamp(22px, 3vw, 34px); }
.rev-tp-badge { display: inline-flex; justify-content: center; margin-bottom: 12px; }
.rev-plat-label { text-align: center; font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 600; color: hsl(var(--muted-foreground)); margin: clamp(34px, 5vw, 56px) 0 22px; }
.rev-tp-badge .tp-logo svg { fill: hsl(160 84% 39%); }
.rev-carousel { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(330px, 1fr); gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-left: 28px; padding-bottom: 14px; margin: 0 -28px; padding-left: 28px; padding-right: 28px; scrollbar-width: thin; scrollbar-color: hsl(var(--ink) / 0.2) transparent; }
.rev-carousel::-webkit-scrollbar { height: 6px; }
.rev-carousel::-webkit-scrollbar-thumb { background: hsl(var(--ink) / 0.18); border-radius: 999px; }
.rev-carousel::-webkit-scrollbar-track { background: transparent; }
.rev-wrap { display: grid; grid-template-columns: 320px 1fr; gap: 28px; align-items: stretch; }
.rev-agg { padding: 34px; display: flex; flex-direction: column; justify-content: center; }
.rev-agg__score { font-family: var(--font-display); font-weight: 700; font-size: 4.4rem; line-height: 0.9; letter-spacing: -0.05em; font-variant-numeric: tabular-nums; }
.rev-agg__of { color: hsl(var(--muted-foreground)); font-size: 1rem; margin: 8px 0 16px; }
.rev-list { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.rev { padding: 28px; display: flex; flex-direction: column; gap: 14px; scroll-snap-align: start; }
.rev__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.rev__date { font-size: 0.78rem; color: hsl(var(--muted-foreground)); font-weight: 500; }
.rev-agg .tp-logo { margin-top: 16px; }
.rev__q { font-family: var(--font-display); font-weight: 600; font-size: 1.18rem; line-height: 1.4; letter-spacing: -0.02em; margin: 6px 0 0; }
.rev__txt { color: hsl(var(--muted-foreground)); font-size: 0.95rem; line-height: 1.65; margin: 0; }
.rev__by { display: flex; align-items: center; gap: 9px; margin-top: auto; padding-top: 6px; }
.rev__av { width: 34px; height: 34px; border-radius: 50%; background: hsl(var(--ink)); color: #fff; font-weight: 700; font-size: 0.8rem; display: flex; align-items: center; justify-content: center; flex: none; }
.rev__who { font-size: 0.84rem; font-weight: 600; }
.rev__vchip { display: inline-flex; align-items: center; gap: 5px; font-size: 0.72rem; color: hsl(160 84% 30%); font-weight: 600; text-decoration: none; cursor: pointer; }
a.rev__vchip:hover { text-decoration: underline; }
.rev__vchip svg { width: 13px; height: 13px; }
.tp-vstar { display: inline-flex; align-items: center; justify-content: center; border-radius: 3px; flex: none; }
.tp-vstar svg { width: 66%; height: 66%; fill: #fff; }

/* ====== NEWSLETTER ====== */
.news { background: hsl(var(--cta-dark)); color: #fff; border-radius: var(--radius-3xl); padding: clamp(40px, 6vw, 68px); text-align: center; position: relative; overflow: hidden; }
.news__mega { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; pointer-events: none; }
.news__mega span { font-family: var(--font-display); font-weight: 700; font-size: clamp(12rem, 30vw, 26rem); color: hsl(0 0% 100% / 0.04); letter-spacing: -0.06em; }
.news__c { position: relative; z-index: 2; max-width: 560px; margin: 0 auto; }
.news h2 { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.9rem, 3.6vw, 2.8rem); letter-spacing: -0.045em; line-height: 1.0; margin: 0; text-wrap: balance; }
.news p { color: hsl(0 0% 100% / 0.72); font-size: 1.02rem; line-height: 1.6; margin: 14px auto 26px; max-width: 44ch; }
.news__form { display: flex; gap: 10px; max-width: 440px; margin: 0 auto; }
.field { flex: 1; height: 52px; padding: 0 18px; border-radius: var(--radius-md); border: 1px solid hsl(0 0% 100% / 0.2); background: hsl(0 0% 100% / 0.06); color: #fff; font-size: 0.95rem; font-family: var(--font-sans); transition: border-color var(--duration-base), background var(--duration-base); }
.field::placeholder { color: hsl(0 0% 100% / 0.5); }
.field:focus { outline: none; border-color: hsl(0 0% 100% / 0.55); background: hsl(0 0% 100% / 0.1); }
.news__note { color: hsl(0 0% 100% / 0.5); font-size: 0.78rem; margin: 16px 0 0; }
.news__note--ok { color: hsl(152 60% 74%); }
.news__note--err { color: hsl(2 78% 77%); }
.news__ok { display: inline-flex; align-items: center; gap: 9px; font-size: 1.05rem; font-weight: 600; }
.news__ok .gal__check { width: 22px; height: 22px; } .news__ok .gal__check svg { width: 13px; height: 13px; }

/* ====== EDITOR'S PICK ====== */
.editorspick { background: hsl(var(--cta-dark)); color: hsl(0 0% 100% / 0.96); }
.ep { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 60px); align-items: center; }
.ep__visual { display: flex; flex-direction: column; gap: 14px; }
.ep__media { position: relative; border-radius: var(--radius-3xl); overflow: hidden; aspect-ratio: 4 / 3; box-shadow: var(--shadow-glass-floating); }
.ep__thumbs { display: grid; grid-template-columns: repeat(3, 1fr) auto; gap: 12px; align-items: center; }
.ep__thumb { aspect-ratio: 1; border-radius: var(--radius-md); overflow: hidden; border: 1px solid hsl(0 0% 100% / 0.1); }
.ep__thumb .ph { height: 100%; border-radius: 0; }
.ep__thumb .ph__shoe { width: 64%; }
.ep__thumbs-note { display: inline-flex; align-items: center; gap: 7px; font-size: 0.78rem; line-height: 1.3; color: hsl(0 0% 100% / 0.55); padding-left: 4px; }
.ep__thumbs-note svg { flex: none; }
.ep__media .ph { height: 100%; border-radius: 0; }
.ep__ribbon { position: absolute; top: 16px; left: 16px; z-index: 2; background: #fff; color: hsl(var(--cta-dark)); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; padding: 7px 13px; border-radius: var(--radius-full); }
.ep .eyebrow { color: hsl(0 0% 100% / 0.55); }
.ep__name { font-family: var(--font-display); font-weight: 700; font-size: clamp(2rem, 3.6vw, 3rem); line-height: 1.0; letter-spacing: -0.04em; margin: 6px 0 0; }
.ep__note { font-size: 1.1rem; line-height: 1.6; color: hsl(0 0% 100% / 0.82); margin: 18px 0 0; max-width: 46ch; }
.ep__by { display: flex; align-items: center; gap: 11px; margin-top: 22px; }
.ep__av { width: 36px; height: 36px; border-radius: 50%; background: #fff; color: hsl(var(--cta-dark)); font-weight: 700; font-size: 0.85rem; display: flex; align-items: center; justify-content: center; flex: none; }
.ep__who { font-size: 0.86rem; font-weight: 600; }
.ep__role { font-size: 0.78rem; color: hsl(0 0% 100% / 0.55); }
.ep__chips { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 22px; }
.ep__chip { display: inline-flex; align-items: center; gap: 6px; height: 30px; padding: 0 13px; border-radius: var(--radius-full); border: 1px solid hsl(0 0% 100% / 0.22); font-size: 0.8rem; font-weight: 500; color: hsl(0 0% 100% / 0.85); }
.ep__foot { display: flex; align-items: center; gap: 24px; margin-top: 28px; flex-wrap: wrap; }
.ep__actions { display: flex; align-items: center; gap: 20px; margin-top: 20px; flex-wrap: wrap; }
.ep__link { display: inline-flex; align-items: center; gap: 7px; color: hsl(0 0% 100% / 0.7); text-decoration: none; font-size: 0.9rem; font-weight: 600; transition: color var(--duration-fast) var(--ease-out-quart); }
.ep__link svg { transition: transform var(--duration-base) var(--ease-out-quart); }
.ep__link:hover { color: #fff; }
.ep__link:hover svg { transform: translateX(3px); }
.ep__trust { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; font-size: 0.82rem; color: hsl(0 0% 100% / 0.5); }
.ep__trust svg { flex: none; }
.ep__price { font-family: var(--font-display); font-weight: 700; font-size: 1.7rem; letter-spacing: -0.03em; font-variant-numeric: tabular-nums; }
.ep__rate { display: flex; align-items: center; gap: 9px; font-size: 0.82rem; color: hsl(0 0% 100% / 0.6); }
.editorspick .btn--light.is-added { background: hsl(var(--success)); color: #fff; }

/* ====== ABOUT / BRAND STANDARD ====== */
.about { background: transparent; }
.about__grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(36px, 6vw, 80px); align-items: center; }
.about__lead h2 { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.9rem, 3.4vw, 2.7rem); line-height: 1.0; letter-spacing: -0.045em; margin: 14px 0 0; max-width: 16ch; text-wrap: balance; }
.about__lead p { color: hsl(var(--muted-foreground)); font-size: 1.02rem; line-height: 1.7; margin: 18px 0 0; max-width: 52ch; }
.about__stat { display: inline-flex; align-items: center; gap: 14px; margin-top: 30px; padding-top: 26px; border-top: 1px solid hsl(var(--line) / 0.7); }
.about__num { font-family: var(--font-display); font-weight: 700; font-size: 3.6rem; line-height: 0.8; letter-spacing: -0.05em; color: hsl(var(--ink)); font-variant-numeric: tabular-nums; }
.about__unit { font-size: 0.86rem; line-height: 1.25; color: hsl(var(--muted-foreground)); font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; }
.about__points { display: flex; flex-direction: column; gap: 14px; }
.about__point { display: flex; gap: 16px; padding: 22px; background: hsl(var(--card)); border: 1px solid hsl(var(--line) / 0.7); border-radius: var(--radius-lg); box-shadow: var(--shadow-glass); transition: box-shadow var(--duration-base) var(--ease-out-quart), border-color var(--duration-base) var(--ease-out-quart); }
.about__point:hover { box-shadow: var(--shadow-glass-hover); border-color: hsl(var(--ink) / 0.18); }
.about__ic { flex: none; width: 44px; height: 44px; border-radius: var(--radius-md); background: hsl(var(--ink)); color: #fff; display: flex; align-items: center; justify-content: center; }
.about__ic svg { width: 21px; height: 21px; }
.about__point h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.12rem; letter-spacing: -0.02em; margin: 2px 0 0; }
.about__point p { color: hsl(var(--muted-foreground)); font-size: 0.92rem; line-height: 1.55; margin: 6px 0 0; }

/* ===== homepage section responsive ===== */
@media (max-width: 1080px) {
  .trust__grid { grid-template-columns: repeat(2, 1fr); }
  .trust__item:nth-child(odd) { border-left: none; }
  .trust__item:nth-child(even) { border-left: 1px solid hsl(0 0% 100% / 0.08); }
  .trust__item:nth-child(3), .trust__item:nth-child(4) { border-top: 1px solid hsl(0 0% 100% / 0.08); }
  .plat-grid { grid-template-columns: repeat(2, 1fr); }
  .qc-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 860px) {
  .hero__foot { flex-direction: column; align-items: flex-start; }
  .ep { grid-template-columns: 1fr; }
  .about__grid { grid-template-columns: 1fr; gap: 32px; }
  .hero__right { align-items: flex-start; width: 100%; }
  .hero__cta { width: 100%; } .hero__cta .btn { flex: 1; }
  .prod-grid { grid-template-columns: 1fr 1fr; }
  .feat-grid { grid-template-columns: 1fr; }
  .rev-wrap, .rev-list { grid-template-columns: 1fr; }
  .ct-wrap, .rf-wrap { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .trust__grid { grid-template-columns: 1fr; }
  .trust__item, .trust__item:nth-child(even) { border-left: none; }
  .trust__item:not(:first-child) { border-top: 1px solid hsl(0 0% 100% / 0.08); }
  .prod-grid { grid-template-columns: 1fr; }
  .plat-grid { grid-template-columns: 1fr 1fr; }
  .qc-grid { grid-template-columns: repeat(2, 1fr); }
  .news__form { flex-direction: column; }
  .hero__cta { flex-direction: column; }
}

/* ===== shared page band + form fields (from account.css) ===== */
.acct-band { background: hsl(var(--surface)); border-bottom: 1px solid hsl(var(--line) / 0.7); }
.acct-band__inner { padding-block: clamp(34px, 5vw, 56px) clamp(28px, 4vw, 40px); }
.crumb { display: flex; align-items: center; gap: 8px; font-size: 0.78rem; color: hsl(var(--muted-foreground)); margin: 0 0 16px; }
.crumb a { color: hsl(var(--muted-foreground)); text-decoration: none; transition: color var(--duration-fast); }
.crumb a:hover { color: hsl(var(--ink)); }
.crumb svg { width: 14px; height: 14px; opacity: 0.5; }
.crumb b { color: hsl(var(--ink)); font-weight: 600; }
.acct-band h1 { font-family: var(--font-display); font-weight: 700; font-size: clamp(2.1rem, 4vw, 3.1rem); line-height: 0.98; letter-spacing: -0.05em; margin: 0; }
.acct-band p { color: hsl(var(--muted-foreground)); font-size: 1.02rem; line-height: 1.6; margin: 12px 0 0; max-width: 54ch; }
.fgroup { display: flex; flex-direction: column; gap: 7px; }
.fgroup--full { grid-column: 1 / -1; }
.fgroup label { font-size: 0.8rem; font-weight: 600; color: hsl(var(--ink)); }
.fgroup label .opt { color: hsl(var(--muted-foreground)); font-weight: 500; }
.fgroup label .req { color: hsl(var(--destructive)); font-weight: 700; }
.inp { height: 48px; padding: 0 15px; border-radius: var(--radius-md); border: 1px solid hsl(var(--input)); background: hsl(var(--background)); font-size: 0.94rem; font-family: var(--font-sans); color: hsl(var(--ink)); width: 100%; }
.inp::placeholder { color: hsl(var(--muted-foreground) / 0.6); }
.inp:focus { outline: none; border-color: hsl(var(--ink) / 0.55); box-shadow: 0 0 0 3px hsl(var(--ink) / 0.07); }

/* ===== WPForms output styled to the everythingreps system ===== */
.wpforms-container { margin: 0 !important; }
.wpforms-container .wpforms-field-label { font-size: 0.8rem !important; font-weight: 600 !important; color: hsl(var(--ink)) !important; margin-bottom: 7px !important; }
.wpforms-container input[type=text], .wpforms-container input[type=email], .wpforms-container input[type=tel], .wpforms-container input[type=url], .wpforms-container input[type=number], .wpforms-container select, .wpforms-container textarea { border-radius: var(--radius-md) !important; border: 1px solid hsl(var(--input)) !important; background: hsl(var(--background)) !important; font-family: var(--font-sans) !important; font-size: 0.95rem !important; color: hsl(var(--ink)) !important; padding: 12px 14px !important; box-shadow: none !important; }
.wpforms-container textarea { min-height: 130px !important; }
.wpforms-container input:focus, .wpforms-container select:focus, .wpforms-container textarea:focus { outline: none !important; border-color: hsl(var(--ink)) !important; box-shadow: 0 0 0 3px hsl(var(--ink) / 0.07) !important; }
.wpforms-container button[type=submit], .wpforms-container .wpforms-submit { height: 52px !important; padding: 0 26px !important; border-radius: var(--radius-md) !important; background: hsl(var(--ink)) !important; color: #fff !important; font-weight: 600 !important; font-size: 0.95rem !important; border: none !important; font-family: var(--font-sans) !important; transition: background var(--duration-base) !important; }
.wpforms-container button[type=submit]:hover { background: hsl(var(--ink) / 0.88) !important; }
.wpforms-confirmation-container-full { border-radius: var(--radius-md) !important; border-left: 3px solid hsl(var(--success)) !important; background: hsl(160 60% 95%) !important; padding: 14px 16px !important; }
/* admin notice when no form id configured */
.er-formnote { border: 1px dashed hsl(var(--line)); border-radius: var(--radius-md); padding: 16px 18px; color: hsl(var(--muted-foreground)); font-size: 0.88rem; line-height: 1.5; background: hsl(var(--surface-muted)); }
.er-formnote b { color: hsl(var(--ink)); }

/* ===== FAQ ===== */
/* faq.css — everythingreps FAQ. Scoped under .faqp. */

.faqp { background: hsl(var(--background)); min-height: 60vh; }

/* intro band */
.faqp-band { border-bottom: 1px solid hsl(var(--line) / 0.6); background: hsl(var(--surface)); padding-top: calc(var(--topbar-h) + 66px); }
.faqp-band__inner { padding-top: 26px; padding-bottom: 30px; }
.faqp-crumb { display: flex; align-items: center; gap: 7px; font-size: 0.8rem; font-weight: 500; color: hsl(var(--muted-foreground)); margin-bottom: 16px; }
.faqp-crumb a { color: hsl(var(--muted-foreground)); text-decoration: none; }
.faqp-crumb a:hover { color: hsl(var(--ink)); }
.faqp-crumb svg { width: 13px; height: 13px; opacity: 0.5; }
.faqp-title { font-family: var(--font-display); font-weight: 600; font-size: clamp(2rem, 4vw, 2.9rem); letter-spacing: -0.045em; line-height: 1; margin: 0; }
.faqp-sub { margin: 12px 0 0; color: hsl(var(--muted-foreground)); font-size: 1.02rem; line-height: 1.55; max-width: 60ch; }

/* layout */
.faqp-main { padding: 36px 0 72px; }
.faqp-wrap { max-width: 820px; margin: 0 auto; }

/* section */
.faqp-sec { margin-bottom: 38px; }
.faqp-sec:last-child { margin-bottom: 0; }
.faqp-sec__h { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 600; font-size: 0.82rem; letter-spacing: 0.14em; text-transform: uppercase; color: hsl(var(--muted-foreground)); margin: 0 0 14px; }
.faqp-sec__h::after { content: ""; flex: 1; height: 1px; background: hsl(var(--line) / 0.7); }

/* accordion list */
.faqp-list { background: hsl(var(--surface)); border: 1px solid hsl(var(--line) / 0.7); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); overflow: hidden; }
.faqp-item { border-bottom: 1px solid hsl(var(--line) / 0.6); }
.faqp-item:last-child { border-bottom: none; }
.faqp-q { display: flex; align-items: center; gap: 16px; width: 100%; text-align: left; background: none; border: none; cursor: pointer; padding: 19px 22px; font-family: var(--font-display); font-weight: 600; font-size: 1.06rem; letter-spacing: -0.015em; color: hsl(var(--ink)); line-height: 1.3; transition: background var(--duration-fast) var(--ease-out-quart); }
.faqp-q:hover { background: hsl(var(--surface-muted)); }
.faqp-q__txt { flex: 1; }
.faqp-q__ic { flex: none; width: 26px; height: 26px; border-radius: 50%; background: hsl(var(--ink)); color: #fff; display: flex; align-items: center; justify-content: center; transition: transform var(--duration-base) var(--ease-out-quart); }
.faqp-q__ic svg { width: 15px; height: 15px; }
.faqp-item.is-open .faqp-q__ic { transform: rotate(180deg); }
.faqp-a { max-height: 0; overflow: hidden; transition: max-height var(--duration-slow) var(--ease-out-quart); }
.faqp-item.is-open .faqp-a { max-height: 460px; }
.faqp-a__inner { padding: 0 22px 20px; color: hsl(var(--muted-foreground)); font-size: 0.96rem; line-height: 1.65; }
.faqp-a__inner a { color: hsl(var(--ink)); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }

/* contact card */
.faqp-contact { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 40px; padding: 26px 28px; border-radius: var(--radius-lg); background: hsl(var(--cta-dark)); color: #fff; }
.faqp-contact__c { flex: 1; min-width: 220px; }
.faqp-contact__t { font-family: var(--font-display); font-weight: 600; font-size: 1.3rem; letter-spacing: -0.03em; margin: 0; }
.faqp-contact__s { font-size: 0.95rem; color: hsl(0 0% 100% / 0.66); margin: 6px 0 0; line-height: 1.5; }
.faqp-contact__actions { display: flex; gap: 10px; flex-wrap: wrap; }
.faqp-btn { display: inline-flex; align-items: center; gap: 9px; height: 48px; padding: 0 20px; border-radius: var(--radius-md); font-family: var(--font-sans); font-weight: 600; font-size: 0.92rem; text-decoration: none; cursor: pointer; transition: transform var(--duration-fast) var(--ease-out-quart), background var(--duration-base); }
.faqp-btn svg { width: 18px; height: 18px; }
.faqp-btn--light { background: #fff; color: hsl(var(--cta-dark)); }
.faqp-btn--light:hover { transform: translateY(-1px); }
.faqp-btn--ghost { background: hsl(0 0% 100% / 0.1); color: #fff; border: 1px solid hsl(0 0% 100% / 0.22); }
.faqp-btn--ghost:hover { background: hsl(0 0% 100% / 0.18); }

@media (max-width: 560px) {
  .faqp-q { padding: 17px 18px; font-size: 1rem; }
  .faqp-a__inner { padding: 0 18px 18px; }
  .faqp-contact { flex-direction: column; align-items: flex-start; }
}


/* ===== CONTACT ===== */
/* ============================================================
   everythingreps — Contact page styles
   Reuses styles.css (.btn, .card), account.css (.acct-band,
   .crumb, .fgroup, .inp). Monochrome ink-on-paper.
   ============================================================ */

.ct-wrap { display: grid; grid-template-columns: 340px minmax(0, 1fr); gap: 28px; align-items: start;
  padding-top: clamp(28px, 4vw, 44px); padding-bottom: clamp(48px, 7vw, 88px); }

/* channels column */
.ct-channels { display: flex; flex-direction: column; gap: 14px; }
.ct-ch { display: flex; gap: 15px; padding: 20px; color: hsl(var(--ink)); text-decoration: none; transition: border-color var(--duration-fast), transform var(--duration-fast); }
a.ct-ch:hover { border-color: hsl(var(--ink) / 0.35); transform: translateY(-1px); }
a.ct-ch:hover .ct-ch__ic { background: hsl(var(--ink) / 0.88); }
.ct-ch__ic { flex: none; width: 44px; height: 44px; border-radius: var(--radius-md); background: hsl(var(--ink)); color: #fff; display: flex; align-items: center; justify-content: center; }
.ct-ch__ic svg { width: 21px; height: 21px; }
.ct-ch__t { font-family: var(--font-display); font-weight: 600; font-size: 1.08rem; letter-spacing: -0.02em; }
.ct-ch__s { font-size: 0.82rem; color: hsl(var(--muted-foreground)); margin-top: 1px; }
.ct-ch__v { font-weight: 600; font-size: 0.92rem; margin-top: 9px; color: hsl(var(--ink)); }
.ct-ch__note { font-size: 0.78rem; color: hsl(var(--muted-foreground)); margin-top: 3px; }

.ct-faq { padding: 22px 20px; background: hsl(var(--surface-muted)); border: none; }
.ct-faq__t { font-family: var(--font-display); font-weight: 600; font-size: 1.02rem; letter-spacing: -0.02em; }
.ct-faq p { font-size: 0.86rem; line-height: 1.55; color: hsl(var(--muted-foreground)); margin: 7px 0 16px; }

/* form card */
.ct-form { padding: clamp(24px, 3.2vw, 36px); }
.ct-form__h { font-family: var(--font-display); font-weight: 700; font-size: 1.5rem; letter-spacing: -0.035em; margin: 0 0 22px; }
.ct-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ct-grid .fgroup--full { grid-column: 1 / -1; }

.ct-subjects { display: flex; flex-wrap: wrap; gap: 9px; }
.ct-chip { height: 40px; padding: 0 16px; border-radius: var(--radius-full); border: 1px solid hsl(var(--input));
  background: hsl(var(--background)); font-family: var(--font-sans); font-size: 0.86rem; font-weight: 500;
  color: hsl(var(--ink)); cursor: pointer; transition: border-color var(--duration-fast), background var(--duration-fast); }
.ct-chip:hover { border-color: hsl(var(--ink) / 0.4); }
.ct-chip.is-sel { background: hsl(var(--ink)); color: #fff; border-color: hsl(var(--ink)); }

.ct-ta { height: auto; min-height: 150px; padding: 13px 15px; line-height: 1.55; resize: vertical; }

.ct-err { display: flex; align-items: center; gap: 9px; margin: 18px 0 0; padding: 12px 15px;
  border-radius: var(--radius-md); background: hsl(0 72% 51% / 0.08); color: hsl(0 68% 42%);
  font-size: 0.86rem; font-weight: 600; }
.ct-err svg { width: 17px; height: 17px; flex: none; }

.ct-submit { margin-top: 22px; }
.ct-secure { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 14px;
  color: hsl(var(--muted-foreground)); font-size: 0.8rem; }

/* success state */
.ct-done { text-align: center; padding: clamp(40px, 6vw, 64px) clamp(24px, 4vw, 48px); }
.ct-done__ic { width: 64px; height: 64px; border-radius: var(--radius-full); background: hsl(160 84% 30%); color: #fff; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 22px; }
.ct-done__ic svg { width: 30px; height: 30px; stroke-width: 2.4; }
.ct-done h2 { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.7rem, 3vw, 2.2rem); letter-spacing: -0.04em; margin: 0; }
.ct-done p { color: hsl(var(--muted-foreground)); font-size: 1rem; line-height: 1.65; margin: 14px auto 26px; max-width: 46ch; }
.ct-done p b { color: hsl(var(--ink)); font-weight: 600; }
.ct-done__actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

@media (max-width: 860px) {
  .ct-wrap { grid-template-columns: 1fr; }
  .ct-channels { order: 2; }
}
@media (max-width: 560px) {
  .ct-grid, .ct-subjects { }
  .ct-grid { grid-template-columns: 1fr; }
}


/* ===== REFUND ===== */
/* ============================================================
   everythingreps — Refund request page styles
   Reuses styles.css (.btn, .card), account.css (.acct-band,
   .crumb, .fgroup, .inp), pages.css (.radio-card). Monochrome.
   ============================================================ */

.rf-wrap { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 28px; align-items: start;
  padding-top: clamp(28px, 4vw, 44px); padding-bottom: clamp(48px, 7vw, 88px); }

.rf-card { padding: clamp(24px, 3.2vw, 36px); }
.rf-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 26px; }

.rf-sec { margin-bottom: 24px; }
.rf-seclabel { display: block; font-size: 0.8rem; font-weight: 600; color: hsl(var(--ink)); margin: 0 0 12px; }
.rf-reasons { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.rf-reasons .radio-card { margin-bottom: 0; text-align: left; background: hsl(var(--background)); width: 100%; font-family: inherit; }

.rf-ta { height: auto; min-height: 130px; padding: 13px 15px; line-height: 1.55; resize: vertical; }

.rf-err { display: flex; align-items: center; gap: 9px; margin: 4px 0 16px; padding: 12px 15px;
  border-radius: var(--radius-md); background: hsl(0 72% 51% / 0.08); color: hsl(0 68% 42%);
  font-size: 0.86rem; font-weight: 600; }
.rf-err svg { width: 17px; height: 17px; flex: none; }

.rf-submit { margin-top: 8px; }
.rf-secure { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 14px;
  color: hsl(var(--muted-foreground)); font-size: 0.8rem; }

/* single-column refund-request-form page (FAQ prose + one form card) */
.rf-single { max-width: 760px; margin: 0 auto; }
.rf-formhead { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.4rem, 2.4vw, 1.8rem); letter-spacing: -0.035em; margin: 0 0 8px; }
.rf-formnote { color: hsl(var(--muted-foreground)); font-size: 0.95rem; line-height: 1.6; margin: 0 0 24px; }
.rf-ok { display: flex; align-items: flex-start; gap: 9px; margin: 4px 0 0; padding: 13px 16px; border-radius: var(--radius-md);
  background: hsl(var(--success) / 0.1); color: hsl(var(--success)); font-size: 0.92rem; font-weight: 500; line-height: 1.5; }

/* info sidebar */
.rf-info { padding: 26px 24px; position: sticky; top: calc(var(--topbar-h) + 80px); }
.rf-info h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.18rem; letter-spacing: -0.025em; margin: 0 0 16px; }
.rf-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 16px; }
.rf-list li { display: flex; gap: 12px; font-size: 0.88rem; line-height: 1.5; color: hsl(var(--muted-foreground)); }
.rf-list li b { color: hsl(var(--ink)); font-weight: 600; }
.rf-list__ic { flex: none; width: 34px; height: 34px; border-radius: var(--radius-md); background: hsl(var(--ink)); color: #fff; display: flex; align-items: center; justify-content: center; }
.rf-list__ic svg { width: 17px; height: 17px; }
.rf-help { margin-top: 20px; padding-top: 18px; border-top: 1px solid hsl(var(--line) / 0.7); font-size: 0.86rem; color: hsl(var(--muted-foreground)); }
.rf-help a { color: hsl(var(--ink)); font-weight: 600; text-decoration: none; border-bottom: 1px solid hsl(var(--ink) / 0.3); }
.rf-help a:hover { border-color: hsl(var(--ink)); }

/* success state */
.rf-done { text-align: center; padding: clamp(40px, 6vw, 64px) clamp(24px, 4vw, 48px); max-width: 620px; }
.rf-done__ic { width: 64px; height: 64px; border-radius: var(--radius-full); background: hsl(160 84% 30%); color: #fff; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 22px; }
.rf-done__ic svg { width: 30px; height: 30px; stroke-width: 2.4; }
.rf-done h2 { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.7rem, 3vw, 2.2rem); letter-spacing: -0.04em; margin: 0; }
.rf-done p { color: hsl(var(--muted-foreground)); font-size: 1rem; line-height: 1.65; margin: 14px auto 0; max-width: 46ch; }
.rf-done p b { color: hsl(var(--ink)); font-weight: 600; }
.rf-done__ref { display: inline-block; margin: 22px 0 26px; padding: 8px 16px; border-radius: var(--radius-full);
  background: hsl(var(--surface-muted)); font-size: 0.82rem; font-weight: 600; letter-spacing: 0.04em;
  color: hsl(var(--ink)); font-variant-numeric: tabular-nums; }
.rf-done__actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

@media (max-width: 860px) {
  .rf-wrap { grid-template-columns: 1fr; }
  .rf-info { position: static; }
}
@media (max-width: 560px) {
  .rf-grid, .rf-reasons { grid-template-columns: 1fr; }
}


/* ===== WordPress bridge: real <img> where the prototype used .ph placeholders ===== */
.prod__media { overflow: hidden; }
.prod__media .er-prodimg, .prod__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.prod__media .er-prodimg { aspect-ratio: 4 / 3; }
.qc-card__shot img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ep__media img, .ep__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* sale price markup from WooCommerce inside .prod__price */
.prod__price ins { text-decoration: none; }
.prod__price del { color: hsl(var(--muted-foreground)); font-weight: 500; font-size: 0.8em; margin-right: 6px; }
.prod__rate .star-rating { font-size: 0.8em; }


/* ===== radio cards (refund reasons) — from prototype pages.css ===== */
.radio-card { display: flex; align-items: center; gap: 14px; padding: 16px 18px; border: 1px solid hsl(var(--input)); border-radius: var(--radius-md); cursor: pointer; margin-bottom: 10px; transition: border-color var(--duration-fast), background var(--duration-fast), box-shadow var(--duration-fast); background: hsl(var(--background)); width: 100%; font-family: inherit; text-align: left; }
.radio-card:hover { border-color: hsl(var(--ink) / 0.4); }
.radio-card.is-sel { border-color: hsl(var(--ink)); background: hsl(var(--ink) / 0.02); box-shadow: inset 0 0 0 1px hsl(var(--ink)); }
.radio-card__dot { width: 20px; height: 20px; border-radius: 50%; border: 2px solid hsl(var(--line)); flex: none; position: relative; transition: border-color var(--duration-fast); }
.radio-card.is-sel .radio-card__dot { border-color: hsl(var(--ink)); }
.radio-card.is-sel .radio-card__dot::after { content: ""; position: absolute; inset: 3px; border-radius: 50%; background: hsl(var(--ink)); }
.radio-card__main { flex: 1; min-width: 0; }
.radio-card__t { font-weight: 600; font-size: 0.94rem; color: hsl(var(--ink)); }
.radio-card__s { font-size: 0.8rem; color: hsl(var(--muted-foreground)); margin-top: 2px; }


/* ===== policy / prose layout (shipping page) ===== */
.er-prose { max-width: 760px; margin: 0 auto; }
.er-prose__highlights { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 40px; }
.er-prose__hl { display: flex; align-items: center; gap: 12px; padding: 16px 18px; background: hsl(var(--card)); border: 1px solid hsl(var(--line) / 0.7); border-radius: var(--radius-lg); box-shadow: var(--shadow-xs); }
.er-prose__ic { flex: none; width: 38px; height: 38px; border-radius: var(--radius-md); background: hsl(var(--ink)); color: #fff; display: flex; align-items: center; justify-content: center; }
.er-prose__hl div { display: flex; flex-direction: column; gap: 2px; line-height: 1.25; }
.er-prose__hl b { font-size: 0.92rem; color: hsl(var(--ink)); }
.er-prose__hl span { font-size: 0.78rem; color: hsl(var(--muted-foreground)); }
.er-prose h2 { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.4rem, 2.4vw, 1.8rem); letter-spacing: -0.035em; margin: 34px 0 10px; }
.er-prose p { color: hsl(var(--muted-foreground)); font-size: 1.0rem; line-height: 1.7; margin: 0 0 14px; }
.er-prose p b { color: hsl(var(--ink)); font-weight: 600; }
.er-prose a:not(.btn) { color: hsl(var(--ink)); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.er-prose h3 { font-family: var(--font-display); font-weight: 700; font-size: 1.08rem; letter-spacing: -0.02em; color: hsl(var(--ink)); margin: 22px 0 8px; }
.er-prose ol, .er-prose ul { color: hsl(var(--muted-foreground)); font-size: 1.0rem; line-height: 1.7; margin: 0 0 14px; padding-left: 1.35em; }
.er-prose li { margin: 0 0 6px; padding-left: 4px; }
.er-prose li::marker { color: hsl(var(--ink)); font-weight: 600; }
@media (max-width: 560px) { .er-prose__highlights { grid-template-columns: 1fr; } }


/* ============================================================
   Full-width release — the ONE width fix.
   GeneratePress caps its content container (default ~1200px) via inline CSS
   on the .grid-container class. Because pages.css is enqueued AFTER GP's
   stylesheet, an equal-specificity rule here wins by source order — no body
   class, no !important, no fragile vw breakout. We release the GP content
   container site-wide so the theme's own .wrap / .er-shell (max 1280px,
   margin:0 auto) becomes the single width authority: full-bleed bands fill
   the page, inner content stays centered. WooCommerce content is centered by
   .er-shell.wrap; our templates by .wrap. Header/footer use .wrap (not
   .grid-container) so they're unaffected. padding-top on .site is untouched,
   so the fixed-header offset survives.
   ============================================================ */
.grid-container.container { max-width: 100%; padding-left: 0; padding-right: 0; }
.site-content { display: block; width: 100%; padding-left: 0; padding-right: 0; }
.content-area, #primary { width: 100%; max-width: 100%; padding-left: 0; padding-right: 0; }

/* Keep ordinary blog/single text readable when no .wrap is present. */
body:not(.home) .content-area .entry-content { max-width: var(--shell); margin-left: auto; margin-right: auto; }


/* ============================================================
   Dark-background section text must stay light (beats theme.css h2{color:ink}).
   ============================================================ */
.hero h1 { color: #fff; }
.news { background: #0d0f14; }
.news h2 { color: #fff; }
.news__c h2 { color: #fff; }
.news__form .field { background: hsl(0 0% 100% / 0.1); color: #fff; border-color: hsl(0 0% 100% / 0.3); }
.news__form .field::placeholder { color: hsl(0 0% 100% / 0.6); }


/* ============================================================
   everythingreps — About page (slug: about-us)
   Monogram-led brand story. Monochrome ink-on-paper — matches the
   Contact / FAQ / Refund / Shipping content-page language.
   Reuses theme.css (.section, .sec-head, .eyebrow, .btn, .card),
   pages.css (.acct-band, .crumb, .about__stat, .news watermark panel).
   ============================================================ */

/* — ER monogram seal (the mark) — */
.er-mono { position: relative; isolation: isolate; display: flex; flex-direction: column;
  align-items: center; justify-content: center; width: 100%; max-width: 272px; aspect-ratio: 1;
  margin-inline: auto; background: hsl(var(--cta-dark)); color: #fff;
  border-radius: var(--radius-3xl); box-shadow: var(--shadow-lg); overflow: hidden; }
.er-mono::before { content: ""; position: absolute; inset: 15px; border-radius: calc(var(--radius-3xl) - 5px);
  border: 1px solid hsl(0 0% 100% / 0.16); pointer-events: none; }
.er-mono::after { content: ""; position: absolute; left: 50%; top: -36%; width: 120%; aspect-ratio: 1;
  transform: translateX(-50%); border-radius: 50%;
  background: radial-gradient(closest-side, hsl(0 0% 100% / 0.13), transparent 72%); pointer-events: none; }
.er-mono > * { position: relative; z-index: 1; }
.er-mono__mark { font-family: var(--font-display); font-weight: 900; font-size: clamp(3.4rem, 8vw, 4.9rem);
  line-height: 1; letter-spacing: -0.07em; }
.er-mono__rule { width: 42px; height: 1px; background: hsl(0 0% 100% / 0.32); margin: 16px 0 12px; }
.er-mono__name { font-size: 0.63rem; font-weight: 700; letter-spacing: 0.3em; text-transform: uppercase; }
.er-mono__sub { font-size: 0.57rem; font-weight: 600; letter-spacing: 0.26em; text-transform: uppercase;
  color: hsl(0 0% 100% / 0.5); margin-top: 7px; }

/* — hero: mark + welcome lead — */
.ab-hero { padding-block: clamp(30px, 4.2vw, 52px); }
.ab-hero__inner { display: grid; grid-template-columns: 272px minmax(0, 1fr); gap: clamp(30px, 5vw, 72px);
  align-items: center; }
.ab-lead { max-width: 58ch; }
.ab-lead h2 { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.9rem, 3.4vw, 2.8rem);
  line-height: 1.02; letter-spacing: -0.045em; margin: 14px 0 0; text-wrap: balance; }
.ab-lead > p { color: hsl(var(--muted-foreground)); font-size: 1.05rem; line-height: 1.75; margin: 20px 0 0; }
.ab-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 0; }
.ab-tag { display: inline-flex; align-items: center; height: 31px; padding: 0 14px; border-radius: var(--radius-full);
  border: 1px solid hsl(var(--line)); background: hsl(var(--surface)); color: hsl(var(--ink));
  font-size: 0.76rem; font-weight: 600; letter-spacing: 0.01em; }
.ab-cta { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 0; }

/* — beliefs: three value cards (reuses .card) — */
.ab-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ab-card { padding: clamp(24px, 2.6vw, 32px); display: flex; flex-direction: column; }
.ab-card__ic { flex: none; width: 46px; height: 46px; border-radius: var(--radius-md); background: hsl(var(--ink));
  color: #fff; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.ab-card__ic svg { width: 22px; height: 22px; }
.ab-card h3 { font-family: var(--font-display); font-weight: 700; font-size: 1.22rem; letter-spacing: -0.03em; margin: 0 0 10px; }
.ab-card p { color: hsl(var(--muted-foreground)); font-size: 0.96rem; line-height: 1.65; margin: 0; }

/* — closing panel (reuses .news + .news__mega ER watermark) — */
.ab-panel__actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 28px; }
.btn--on-dark { color: #fff; border-color: hsl(0 0% 100% / 0.5); }
.btn--on-dark:hover { border-color: hsl(0 0% 100% / 0.8); background: hsl(0 0% 100% / 0.08); color: #fff; }

@media (max-width: 860px) { .ab-grid { grid-template-columns: 1fr; } }
@media (max-width: 760px) {
  .ab-hero__inner { grid-template-columns: 1fr; gap: 30px; }
  .er-mono { max-width: 214px; }
  .ab-cta .btn { flex: 1; }
}
