/* ============================================================
   JINHEXI — Conversion & polish layer
   Sits on top of site-refresh.css. Keeps the quiet-luxury
   Scandi palette (ink / paper / blue / rust / lime) and adds
   trust, guidance, and clear buying signals for the US/EU
   English-speaking customer.
   ============================================================ */

:root {
  --conv-star: #b06a4e;
  --conv-soft-line: rgba(19, 33, 42, .14);
}

/* ---------- 1. Announcement bar: benefit-led ---------- */
.refresh-announcement {
  letter-spacing: .1em;
}
.refresh-announcement p strong {
  color: var(--refresh-lime);
  font-weight: 800;
}

/* ---------- 2. Hero launch-access capture ---------- */
.refresh-hero-waitlist {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, .22);
}
.refresh-hero-waitlist form {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}
.refresh-hero-waitlist .wl-label {
  width: 100%;
  margin: 0 0 6px;
  color: rgba(255, 255, 255, .72);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.refresh-hero-waitlist input[type="email"] {
  flex: 1 1 180px;
  min-width: 0;
  height: 40px;
  padding: 0 4px 0 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .6);
  border-radius: 0;
  color: var(--refresh-white);
  background: transparent;
  font-size: 13px;
  outline: none;
}
.refresh-hero-waitlist input[type="email"]::placeholder {
  color: rgba(255, 255, 255, .5);
}
.refresh-hero-waitlist button {
  min-height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 0;
  color: var(--refresh-ink);
  background: var(--refresh-lime);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.refresh-hero-waitlist button:hover {
  background: #eef3b0;
  transform: translateY(-1px);
}
.refresh-hero-waitlist .wl-note {
  width: 100%;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .5);
  font-size: 10px;
  line-height: 1.5;
}

/* ---------- 3. Product card: badges, ratings, colour ---------- */
.sales-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
}
.sales-product-media {
  position: relative;
  display: block;
  overflow: hidden;
}
.product-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 5px 9px;
  border-radius: 2px;
  color: var(--refresh-white);
  background: rgba(19, 33, 42, .82);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  pointer-events: none;
}
.product-badge.product-badge-rust {
  background: var(--refresh-rust);
}

.product-rating {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 2px 0 0;
  color: var(--conv-star);
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 1;
}
.product-rating .stars {
  display: inline-flex;
  gap: 1px;
}
.product-rating .count {
  color: var(--refresh-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
}

.product-color-swatches {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
}
.product-color-swatches .sw {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid rgba(19, 33, 42, .2);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .4);
}

/* Card CTA row — clearer primary action */
.refresh-product-grid .product-actions {
  margin-top: 14px;
}
.refresh-product-grid .product-actions .product-buy {
  color: var(--refresh-rust) !important;
  font-weight: 900;
}

/* Slight lift on card hover for affordance */
.sales-product-card {
  transition: transform .3s ease;
}
.refresh-product-grid .sales-product-card:hover {
  transform: translateY(-3px);
}
.refresh-product-grid .sales-product-card .sales-product-info {
  transition: opacity .3s ease;
}

/* ---------- 4. Product detail page: trust + options ---------- */
.product-rating-pdp {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 14px 0 0;
}
.product-rating-pdp .stars {
  color: var(--conv-star);
  font-size: 13px;
  letter-spacing: 2px;
}
.product-rating-pdp .count {
  color: var(--refresh-muted);
  font-size: 12px;
}
.product-rating-pdp a {
  color: var(--refresh-rust);
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Option blocks: colour + size */
.product-option {
  margin-top: 22px;
}
.product-option .opt-label {
  margin: 0 0 10px;
  color: var(--refresh-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.product-option .opt-label span {
  color: var(--refresh-ink);
}
.swatch-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.swatch-row button {
  width: 30px;
  height: 30px;
  padding: 0;
  border: 1px solid rgba(19, 33, 42, .18);
  border-radius: 50%;
  background: #eee;
  cursor: pointer;
  position: relative;
  transition: transform .15s ease, box-shadow .15s ease;
}
.swatch-row button:hover {
  transform: scale(1.08);
}
.swatch-row button.active {
  box-shadow: 0 0 0 2px var(--refresh-white), 0 0 0 4px var(--refresh-rust);
  transform: scale(1.06);
}
.size-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.size-row button {
  min-width: 42px;
  height: 38px;
  padding: 0 12px;
  border: 1px solid var(--refresh-line);
  border-radius: 0;
  color: var(--refresh-ink);
  background: var(--refresh-white);
  font-size: 12px;
  cursor: pointer;
  transition: all .15s ease;
}
.size-row button:hover {
  border-color: var(--refresh-ink);
}
.size-row button.active {
  color: var(--refresh-white);
  background: var(--refresh-ink);
  border-color: var(--refresh-ink);
}
.size-row .size-help {
  margin-left: 4px;
  color: var(--refresh-muted);
  font-size: 11px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Buyer trust strip under the price/actions */
.buyer-trust-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid var(--conv-soft-line);
}
.buyer-trust-bar div {
  display: grid;
  gap: 4px;
}
.buyer-trust-bar strong {
  font-size: 10px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.buyer-trust-bar small {
  color: #596562;
  font-size: 11px;
  line-height: 1.5;
}

/* Notify / pre-order CTA */
.pdp-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}
.pdp-cta .button.primary {
  min-height: 46px;
  padding: 0 22px;
  color: var(--refresh-white);
  background: var(--refresh-rust);
  border-color: var(--refresh-rust);
}
.pdp-cta .button.primary:hover {
  background: #92513f;
}

/* Detail action buttons already defined; ensure crisp hover */
.product-detail-site .product-actions .button {
  transition: all .18s ease;
  cursor: pointer;
}
.product-detail-site .product-actions .button.primary:hover {
  background: #1d3a50;
}
.product-detail-site .product-actions .button.secondary:hover {
  background: rgba(19, 33, 42, .06);
}

/* ---------- 5. PDP social proof ---------- */
.pdp-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 30px;
}
.pdp-proof figure {
  margin: 0;
  padding: 18px;
  border: 1px solid var(--refresh-line);
  background: var(--refresh-white);
}
.pdp-proof .stars {
  color: var(--conv-star);
  font-size: 12px;
  letter-spacing: 2px;
}
.pdp-proof blockquote {
  margin: 12px 0 0;
  padding: 0;
  border: 0;
  color: var(--refresh-ink);
  font-family: Georgia, serif;
  font-size: 15px;
  font-style: italic;
  line-height: 1.55;
}
.pdp-proof figcaption {
  margin-top: 12px;
  color: var(--refresh-muted);
  font-size: 11px;
}
.pdp-proof figcaption strong {
  color: var(--refresh-ink);
  font-weight: 700;
}

/* ---------- 5b. PDP proof + FAQ layout ---------- */
.pdp-proof-section {
  max-width: var(--refresh-max);
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 64px) 84px;
}
.pdp-proof-section .section-heading {
  margin-bottom: 34px;
}

/* ---------- 6. PDP FAQ ---------- */
.pdp-faq {
  max-width: var(--refresh-max);
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 64px) 90px;
}
.pdp-faq .section-heading {
  margin-bottom: 30px;
}
.pdp-faq details {
  border-top: 1px solid var(--refresh-line);
}
.pdp-faq details:last-child {
  border-bottom: 1px solid var(--refresh-line);
}
.pdp-faq summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  color: var(--refresh-ink);
  font-family: Georgia, serif;
  font-size: 19px;
  cursor: pointer;
  list-style: none;
}
.pdp-faq summary::-webkit-details-marker {
  display: none;
}
.pdp-faq summary::after {
  content: "+";
  color: var(--refresh-rust);
  font-family: Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  transition: transform .2s ease;
}
.pdp-faq details[open] summary::after {
  transform: rotate(45deg);
}
.pdp-faq details > div {
  max-width: 720px;
  padding: 0 0 22px;
  color: var(--refresh-muted);
  font-size: 14px;
  line-height: 1.75;
}

/* ---------- 7. Collection footer call-to-action ---------- */
.refresh-collection-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin: 60px clamp(18px, 4vw, 64px) 0;
  padding: 34px clamp(20px, 3vw, 44px);
  color: var(--refresh-white);
  background: var(--refresh-ink);
}
.refresh-collection-cta h3 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 400;
  line-height: 1.15;
}
.refresh-collection-cta p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .66);
  font-size: 13px;
}
.refresh-collection-cta .button {
  min-height: 44px;
  padding: 0 18px;
  color: var(--refresh-ink);
  background: var(--refresh-lime);
  font-size: 10px;
}

/* ---------- 8. Mobile sticky conversion bar ---------- */
@media (max-width: 860px) {
  .buyer-trust-bar {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .pdp-proof {
    grid-template-columns: 1fr;
  }
  .refresh-hero-waitlist form {
    align-items: stretch;
    flex-direction: column;
  }
  .refresh-hero-waitlist input[type="email"] {
    width: 100%;
    height: 46px;
    border-bottom-color: rgba(255, 255, 255, .6);
  }
  .refresh-hero-waitlist button {
    width: 100%;
    height: 44px;
  }
  .mobile-conversion-bar a {
    font-size: 10px;
  }
  .mobile-conversion-bar a:first-child {
    background: var(--refresh-ink);
  }
  .mobile-conversion-bar a:last-child {
    background: var(--refresh-rust);
  }
  /* keep the fixed bottom bar from covering footer/page content */
  .storefront-footer {
    padding-bottom: 104px;
  }
}

/* ---------- 8b. Card typography & contrast polish ---------- */
.refresh-product-grid .sales-product-info > p {
  line-height: 1.62;
}
.product-rating .count {
  color: #55615e;
}
.refresh-product-grid .sales-product-info h3 {
  letter-spacing: .01em;
}

/* ---------- 9. Fix: restore full-bleed section colour blocks ---------- */
/* site-refresh.css compact pass sets these transparent + narrow; re-establish
   the ink / rust full-width colour fields so white text stays readable. */
.refresh-service-section,
.refresh-contact-section {
  width: auto;
  max-width: none;
  margin: 0;
  padding: clamp(80px, 9vw, 132px) max(18px, calc((100vw - var(--refresh-max)) / 2 + 64px));
  background: var(--refresh-ink);
}
.refresh-contact-section {
  background: var(--refresh-rust);
}

/* ---------- 10. Polish: consistent focus & motion ---------- */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 2px solid var(--refresh-rust);
  outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
  .sales-product-card,
  .refresh-hero-waitlist button {
    transition: none;
  }
}

/* ---------- 11. Hero banner layout (banner + conversion row) ---------- */
.refresh-hero {
  display: block;
  min-height: 0;
  padding: clamp(16px, 3vw, 40px) clamp(12px, 3vw, 36px);
  background: var(--refresh-paper);
}
.refresh-hero-banner {
  max-width: 1500px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 4px;
}
.refresh-hero-banner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.refresh-hero-copy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 22px 36px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 26px 0 4px;
  color: var(--refresh-ink);
}
.refresh-hero-copy .refresh-link-light {
  color: var(--refresh-ink);
  border-bottom-color: rgba(19, 33, 42, .5);
}
/* waitlist now sits on the paper background */
.refresh-hero-waitlist {
  flex: 1 1 360px;
  min-width: 280px;
  max-width: 560px;
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.refresh-hero-waitlist .wl-label {
  color: var(--refresh-muted);
}
.refresh-hero-waitlist input[type="email"] {
  border-bottom-color: rgba(19, 33, 42, .5);
  color: var(--refresh-ink);
}
.refresh-hero-waitlist input[type="email"]::placeholder {
  color: rgba(19, 33, 42, .4);
}
.refresh-hero-waitlist .wl-note {
  color: var(--refresh-muted);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* ---------- 12. Legal / policy pages ---------- */
.legal-page {
  max-width: 780px;
  margin: 0 auto;
  padding: clamp(48px, 8vw, 90px) clamp(20px, 4vw, 32px) 120px;
  color: var(--refresh-ink);
}
.legal-page .legal-overline {
  margin: 0 0 14px;
  color: var(--refresh-rust);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.legal-page h1 {
  margin: 0 0 10px;
  font-family: Georgia, serif;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 400;
  line-height: 1.15;
}
.legal-page .legal-updated {
  margin: 0 0 34px;
  color: var(--refresh-muted);
  font-size: 12px;
}
.legal-page h2 {
  margin: 36px 0 10px;
  font-family: Georgia, serif;
  font-size: 21px;
  font-weight: 400;
}
.legal-page h3 {
  margin: 22px 0 8px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .02em;
}
.legal-page p,
.legal-page li {
  color: #3d4a46;
  font-size: 14px;
  line-height: 1.8;
}
.legal-page ul {
  padding-left: 22px;
  margin: 10px 0;
}
.legal-page a {
  color: var(--refresh-rust);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-page .legal-callout {
  margin: 26px 0;
  padding: 18px 20px;
  border-left: 3px solid var(--refresh-rust);
  background: rgba(167, 91, 71, .06);
  font-size: 13px;
  line-height: 1.7;
  color: #3d4a46;
}
@media (max-width: 860px) {
  .legal-page {
    padding-bottom: 150px;
  }
}

/* ---------- 13. Footer legal links ---------- */
.storefront-footer .footer-bottom {
  flex-wrap: wrap;
  align-items: center;
}
.storefront-footer .footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.storefront-footer .footer-legal-links a {
  color: rgba(255, 255, 255, .6);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
}
.storefront-footer .footer-legal-links a:hover {
  color: var(--refresh-lime);
}

/* ---------- 14. Larger header logo ---------- */
.storefront-header .brand {
  width: 170px;
}

/* ---------- 15. Real-photo hero with HTML text overlay ---------- */
.refresh-hero-banner {
  position: relative;
  height: clamp(400px, 42vw, 540px);
  min-height: 360px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.refresh-hero-banner > picture,
.refresh-hero-banner > picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.refresh-hero-overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: clamp(24px, 4vw, 52px) clamp(18px, 4vw, 60px);
  background: linear-gradient(to top, rgba(246, 245, 240, .95) 0%, rgba(246, 245, 240, .72) 45%, rgba(246, 245, 240, 0) 100%);
  color: var(--refresh-ink);
}
.refresh-hero-overlay .refresh-overline {
  margin: 0 0 10px;
  color: var(--refresh-rust);
}
.refresh-hero-overlay h1 {
  margin: 0 0 10px;
  font-size: clamp(30px, 4.6vw, 60px);
  line-height: 1.05;
}
.refresh-hero-overlay h1 em {
  color: var(--refresh-rust);
  font-style: normal;
}
.refresh-hero-overlay .refresh-hero-lead {
  max-width: 620px;
  margin: 0;
  color: rgba(19, 33, 42, .8);
  font-size: 15px;
  line-height: 1.7;
}

/* ---------- 16. Split hero: text left, image right (EU/NA fashion standard) ---------- */
.refresh-hero {
  display: block;
  padding: 0;
  background: var(--refresh-paper);
}
.refresh-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  align-items: center;
  max-width: 1500px;
  margin: 0 auto;
  min-height: clamp(520px, 78vh, 840px);
}
.refresh-hero-text {
  max-width: 640px;
  justify-self: start;
  padding: clamp(36px, 5vw, 72px) clamp(24px, 4vw, 64px);
  color: var(--refresh-ink);
}
.refresh-hero-text .refresh-overline {
  margin: 0 0 18px;
  color: var(--refresh-rust);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}
.refresh-hero-text h1 {
  margin: 0 0 22px;
  font-size: clamp(34px, 4.4vw, 62px);
  line-height: 1.02;
  letter-spacing: -.01em;
  font-weight: 500;
}
.refresh-hero-text h1 em {
  color: var(--refresh-rust);
  font-style: normal;
}
.refresh-hero-text .refresh-hero-lead {
  margin: 0 0 34px;
  max-width: 460px;
  color: rgba(19, 33, 42, .78);
  font-size: 16px;
  line-height: 1.75;
}
.refresh-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 28px;
  margin-bottom: 38px;
}
.refresh-hero-actions .refresh-link-light {
  color: var(--refresh-ink);
  border-bottom-color: rgba(19, 33, 42, .5);
}
.refresh-hero-text .refresh-hero-waitlist {
  flex: none;
  min-width: 0;
  max-width: 460px;
  margin-top: 0;
  padding-top: 24px;
  border-top: 1px solid rgba(19, 33, 42, .12);
}
.refresh-hero-media {
  position: relative;
  height: 100%;
  min-height: 440px;
  overflow: hidden;
  background: transparent;
}
.refresh-hero-media > picture,
.refresh-hero-media > picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  padding: 0;
  background: transparent;
}
/* Mobile / tablet: stack image first (visual-first), text below */
@media (max-width: 860px) {
  .refresh-hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .refresh-hero-text {
    max-width: none;
    padding: 42px 24px 34px;
  }
  .refresh-hero-media {
    order: -1;
    min-height: 0;
    height: auto;
    aspect-ratio: 4 / 5;
  }
  .refresh-hero-media > picture,
  .refresh-hero-media > picture img {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
  }
}

/* Override legacy homepage rule that hid the hero media image */
.refresh-home .refresh-hero-media {
  display: block;
}

/* Fix mobile menu: ensure it is collapsed by default (overrides later-displayed flex rule) */
@media (max-width: 860px) {
  .storefront-header .site-menu {
    display: none;
  }
  .storefront-header .site-menu.is-open {
    display: flex;
  }
  .storefront-header .site-menu[hidden] {
    display: none;
  }
}

/* ---------- 17. Footer social icons ---------- */
.storefront-footer .footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.storefront-footer .footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  color: rgba(255, 255, 255, .78);
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}
.storefront-footer .footer-social a:hover {
  color: var(--refresh-ink);
  background: var(--refresh-lime);
  border-color: var(--refresh-lime);
  transform: translateY(-2px);
}
.storefront-footer .footer-social svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
  display: block;
}

/* ---------- 18. Fix invisible text in service list (white-on-white) ---------- */
.refresh-service-list article h3,
.refresh-service-list h3 {
  color: var(--refresh-ink);
}
.refresh-service-list p {
  color: rgba(19, 33, 42, .72);
}
.refresh-service-list article > span,
.refresh-service-list article > a {
  color: var(--refresh-rust);
}

/* ---------- 19. Compact editorial break (no image, less padding) ---------- */
.refresh-editorial-compact {
  padding: 28px 0 !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
}
.refresh-editorial-compact .refresh-editorial-copy {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
  padding: 0 24px;
}
.refresh-editorial-compact .refresh-editorial-copy h2 {
  font-size: clamp(22px, 2.8vw, 34px);
  margin: 8px 0 12px;
}
.refresh-editorial-compact .refresh-editorial-copy p:not(.refresh-overline) {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 16px;
}
.refresh-editorial-compact .refresh-link {
  font-size: 14px;
}

/* ---------- 20. Tighter footer spacing ---------- */
.storefront-footer {
  padding-top: 32px !important;
}
.storefront-footer .footer-brand {
  margin-bottom: 16px !important;
}
.storefront-footer .footer-brand p {
  margin: 4px 0 0 !important;
  font-size: 13px !important;
}
.storefront-footer .footer-social {
  margin-top: 14px !important;
  gap: 10px !important;
}
.storefront-footer .footer-social a {
  width: 32px !important;
  height: 32px !important;
}
.storefront-footer .footer-social svg {
  width: 14px !important;
  height: 14px !important;
}
.storefront-footer .footer-links {
  margin-top: 20px !important;
  padding-top: 16px !important;
  gap: 16px 32px !important;
}
.storefront-footer .footer-links strong {
  margin-bottom: 6px !important;
  font-size: 11px !important;
}
.storefront-footer .footer-links a {
  font-size: 13px !important;
  line-height: 1.8 !important;
}
.storefront-footer .footer-bottom {
  margin-top: 16px !important;
  padding-top: 12px !important;
  font-size: 12px !important;
}

/* ===== Journal article typography (auto-published posts) ===== */
.post-single .post-body h2 {
  margin: 32px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 400;
  line-height: 1.15;
  color: var(--refresh-ink, #242321);
}
.post-single .post-body h3 {
  margin: 24px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(17px, 1.7vw, 21px);
  font-weight: 400;
  line-height: 1.2;
  color: var(--refresh-ink, #242321);
}
.post-single .post-body p {
  margin: 0 0 14px;
}
.post-single .post-body ul,
.post-single .post-body ol {
  margin: 0 0 16px;
  padding-left: 22px;
}
.post-single .post-body li {
  margin-bottom: 6px;
  line-height: 1.7;
}
.post-single .post-media .post-image {
  aspect-ratio: 5 / 2;
  object-fit: cover;
}
