/*
Theme Name: JING RAN US
Theme URI: https://zhushatw.com/
Author: JING RAN
Description: Editorial WooCommerce theme for the JING RAN United States store.
Version: 3.0.0
Text Domain: jing-ran-us
*/

@font-face {
  font-family: "JR Newsreader";
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url("assets/fonts/newsreader-latin.woff2") format("woff2");
}

@font-face {
  font-family: "JR Manrope";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/fonts/manrope-latin.woff2") format("woff2");
}

:root {
  --jr-paper: #fcfaf5;
  --jr-bone: #f5f0e8;
  --jr-white: #ffffff;
  --jr-ink: #1b1815;
  --jr-ink-soft: #342e2a;
  --jr-muted: #645e58;
  --jr-line: #cfc5b8;
  --jr-line-dark: #9f9488;
  --jr-lacquer: #6a1f33;
  --jr-lacquer-dark: #4a1020;
  --jr-celadon: #dde3db;
  --jr-celadon-deep: #899b8e;
  --jr-gold: #9a6b2e;
  --jr-gold-dark: #6e4819;
  --jr-success: #315b42;
  --jr-error: #8a2f2f;
  --jr-display: "JR Newsreader", Georgia, "Times New Roman", serif;
  --jr-body: "JR Manrope", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --jr-utility: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --jr-max: 1320px;
  --jr-gutter: clamp(20px, 4vw, 68px);
  --jr-section: clamp(88px, 10vw, 154px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--jr-paper);
  color: var(--jr-ink);
  font-family: var(--jr-body);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.jr-modal-open { overflow: hidden; }
body.admin-bar .jr-site-header { top: 32px; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--jr-lacquer); outline-offset: 4px; }
::selection { background: var(--jr-lacquer); color: var(--jr-white); }

.screen-reader-text {
  border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px;
  margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;
}
.screen-reader-text:focus { clip: auto; clip-path: none; height: auto; margin: 0; overflow: visible; width: auto; }
.jr-skip-link {
  position: fixed; top: 12px; left: 12px; z-index: 9999; transform: translateY(-180%);
  padding: 10px 16px; background: var(--jr-white); color: var(--jr-ink); font-weight: 700;
}
.jr-skip-link:focus { transform: none; }
.jr-shell { width: min(100% - (var(--jr-gutter) * 2), var(--jr-max)); margin-inline: auto; }
.jr-narrow { width: min(100% - (var(--jr-gutter) * 2), 780px); margin-inline: auto; }
.jr-eyebrow {
  margin: 0 0 18px; color: var(--jr-lacquer); font-family: var(--jr-utility); font-size: 11px;
  font-weight: 700; letter-spacing: .14em; line-height: 1.4; text-transform: uppercase;
}

/* Header */
.jr-announcement {
  min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 20px;
  padding: 7px var(--jr-gutter); background: var(--jr-lacquer); color: var(--jr-white);
  font-family: var(--jr-utility); font-size: 10px; letter-spacing: .12em; text-align: center; text-transform: uppercase;
}
.jr-announcement span:first-child { opacity: .78; }
.jr-announcement a { color: var(--jr-white); font-weight: 700; }
.jr-site-header {
  position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(207, 197, 184, .78);
  background: rgba(252, 250, 245, .94); backdrop-filter: blur(14px);
}
.jr-header-inner { min-height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.jr-logo {
  justify-self: start; color: var(--jr-ink); font-family: var(--jr-display); font-size: clamp(25px, 2.4vw, 34px);
  font-weight: 500; letter-spacing: .22em; line-height: 1; text-decoration: none; white-space: nowrap;
}
.jr-nav { display: flex; align-items: center; justify-content: center; gap: clamp(22px, 3vw, 42px); }
.jr-nav a, .jr-footer a { text-decoration: none; }
.jr-nav a { color: var(--jr-ink-soft); font-size: 12px; font-weight: 600; }
.jr-nav a:hover, .jr-nav a:focus-visible, .jr-footer a:hover, .jr-footer a:focus-visible { color: var(--jr-lacquer); text-decoration: underline; }
.jr-header-actions { justify-self: end; display: flex; align-items: center; gap: 14px; }
.jr-header-release {
  color: var(--jr-lacquer); font-family: var(--jr-utility); font-size: 10px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
}
.jr-cart-link, .jr-menu-toggle {
  min-width: 42px; min-height: 42px; display: inline-grid; place-items: center;
  border: 0; background: transparent; color: var(--jr-ink); text-decoration: none;
}
.jr-cart-link { position: relative; }
.jr-cart-count {
  position: absolute; top: 1px; right: -2px; min-width: 17px; height: 17px; display: grid; place-items: center;
  padding: 0 4px; border-radius: 50%; background: var(--jr-lacquer); color: var(--jr-white); font-size: 10px;
}
.jr-menu-toggle { display: none; cursor: pointer; }
.jr-icon { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

/* Buttons and text links */
.jr-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, #place_order {
  appearance: none; display: inline-flex; align-items: center; justify-content: center; min-height: 52px;
  padding: 13px 24px; border: 1px solid var(--jr-lacquer); border-radius: 0; background: var(--jr-lacquer);
  color: var(--jr-white); font-family: var(--jr-body); font-size: 12px; font-weight: 700; letter-spacing: .045em;
  text-decoration: none; cursor: pointer; transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}
.jr-button:hover, .jr-button:focus-visible, .woocommerce a.button:hover, .woocommerce button.button:hover,
.woocommerce input.button:hover, #place_order:hover { background: var(--jr-lacquer-dark); border-color: var(--jr-lacquer-dark); color: var(--jr-white); }
.jr-button:active { transform: translateY(1px); }
.jr-button--ink { background: var(--jr-ink); border-color: var(--jr-ink); }
.jr-button--light { background: var(--jr-bone); border-color: var(--jr-bone); color: var(--jr-lacquer-dark); }
.jr-button--light:hover, .jr-button--light:focus-visible { background: var(--jr-white); border-color: var(--jr-white); color: var(--jr-lacquer-dark); }
.jr-button--ghost { background: transparent; border-color: var(--jr-line-dark); color: var(--jr-ink); }
.jr-arrow-link {
  display: inline-flex; align-items: baseline; gap: 9px; color: var(--jr-gold-dark); font-size: 12px;
  font-weight: 700; letter-spacing: .025em; text-decoration: underline; text-decoration-color: transparent;
  transition: color .2s ease, text-decoration-color .2s ease;
}
.jr-arrow-link:hover, .jr-arrow-link:focus-visible { color: var(--jr-lacquer); text-decoration-color: currentColor; }

/* Hero */
.jr-hero {
  position: relative; display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  min-height: min(820px, calc(100svh - 116px)); overflow: hidden; border-bottom: 1px solid var(--jr-line); background: var(--jr-bone);
}
.jr-hero-copy { z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: clamp(72px, 8vw, 138px) clamp(34px, 7vw, 118px); }
.jr-hero h1 {
  max-width: 680px; margin: 0 0 26px; font-family: var(--jr-display); font-size: clamp(58px, 7vw, 106px);
  font-weight: 350; line-height: .86; letter-spacing: -.052em;
}
.jr-hero-intro { max-width: 610px; margin: 0 0 36px; color: var(--jr-muted); font-size: clamp(15px, 1.2vw, 18px); }
.jr-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.jr-hero-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin: clamp(50px, 7vw, 86px) 0 0; }
.jr-hero-facts div { padding-top: 13px; border-top: 1px solid var(--jr-line-dark); }
.jr-hero-facts dt { color: var(--jr-lacquer); font-family: var(--jr-utility); font-size: 10px; font-weight: 700; }
.jr-hero-facts dd { margin: 7px 0 0; color: var(--jr-muted); font-size: 11px; line-height: 1.45; }
.jr-hero-media { position: relative; min-height: 620px; margin: 0; overflow: hidden; background: #d6c8b8; }
.jr-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.jr-hero-media figcaption, .jr-editorial-media figcaption {
  position: absolute; right: 0; bottom: 0; left: 0; display: flex; justify-content: space-between; gap: 20px;
  padding: 14px 18px; background: rgba(27, 24, 21, .82); color: var(--jr-white); font-family: var(--jr-utility);
  font-size: 9px; letter-spacing: .09em; text-transform: uppercase; backdrop-filter: blur(6px);
}
.jr-hero-note {
  position: absolute; top: clamp(34px, 5vw, 76px); right: 0; z-index: 4; width: min(310px, 22vw);
  padding: 28px; background: var(--jr-lacquer); color: var(--jr-white);
}
.jr-hero-note .jr-eyebrow { margin: 20px 0 10px; color: #f3d8c2; }
.jr-hero-note p:last-child { margin: 0; font-size: 12px; line-height: 1.6; }
.jr-bead-mark { width: 22px; height: 22px; display: block; border: 6px solid #e8bc78; border-radius: 50%; box-shadow: inset 0 0 0 2px var(--jr-lacquer-dark); }

.jr-proofbar { background: var(--jr-lacquer); color: var(--jr-white); }
.jr-proofbar .jr-shell { min-height: 68px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.jr-proofbar span { position: relative; padding: 0 24px; font-family: var(--jr-utility); font-size: 9px; letter-spacing: .11em; text-align: center; text-transform: uppercase; }
.jr-proofbar span + span::before { content: ""; position: absolute; top: 50%; left: -4px; width: 8px; height: 8px; border: 1px solid #e8bc78; border-radius: 50%; transform: translateY(-50%); }

/* Home sections */
.jr-section { padding: var(--jr-section) 0; }
.jr-section-head { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .55fr); align-items: end; gap: clamp(40px, 8vw, 120px); margin-bottom: clamp(48px, 7vw, 92px); }
.jr-section-head h2, .jr-standard h2, .jr-editorial-copy h2, .jr-page-title,
.woocommerce-products-header__title.page-title, .product_title.entry-title, .cart_totals h2,
.woocommerce-billing-fields h3, #order_review_heading {
  margin: 0; font-family: var(--jr-display); font-size: clamp(46px, 5.5vw, 78px); font-weight: 350;
  line-height: .94; letter-spacing: -.04em;
}
.jr-section-head > p { margin: 0; color: var(--jr-muted); font-size: 14px; }
.jr-product-rail { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(16px, 2.4vw, 34px); }
.jr-product-card { min-width: 0; }
.jr-product-card:nth-child(even) { margin-top: clamp(48px, 7vw, 92px); }
.jr-product-image { position: relative; display: block; aspect-ratio: 4 / 5.35; overflow: hidden; background: #e7dfd5; text-decoration: none; }
.jr-product-image::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(27, 24, 21, .12); pointer-events: none; }
.jr-product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.jr-product-card:hover .jr-product-image img { transform: scale(1.028); }
.jr-card-number {
  position: absolute; right: 14px; bottom: 14px; width: 42px; height: 42px; display: grid; place-items: center;
  border: 1px solid rgba(255, 255, 255, .66); border-radius: 50%; background: rgba(106, 31, 51, .88);
  color: var(--jr-white); font-family: var(--jr-utility); font-size: 10px; backdrop-filter: blur(6px);
}
.jr-card-copy { padding: 20px 2px 0; }
.jr-card-status { margin: 0 0 10px; color: var(--jr-lacquer); font-family: var(--jr-utility); font-size: 9px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.jr-product-card h3 { margin: 0 0 8px; font-family: var(--jr-display); font-size: 25px; font-weight: 430; line-height: 1.08; }
.jr-product-card h3 a { text-decoration: none; }
.jr-product-meta { min-height: 42px; margin: 0 0 16px; color: var(--jr-muted); font-size: 12px; line-height: 1.5; }

.jr-standard { padding: var(--jr-section) 0; background: var(--jr-ink); color: var(--jr-bone); }
.jr-standard .jr-eyebrow { color: #d9ab6e; }
.jr-standard-title { display: grid; grid-template-columns: .58fr 1.42fr; align-items: start; gap: 50px; }
.jr-standard-title h2 { max-width: 820px; }
.jr-threadline { position: relative; display: flex; justify-content: space-between; margin: clamp(54px, 7vw, 88px) 0 34px; }
.jr-threadline::before { content: ""; position: absolute; top: 50%; right: 0; left: 0; height: 1px; background: #6f655d; }
.jr-threadline span { position: relative; z-index: 1; width: 18px; height: 18px; border: 5px solid var(--jr-celadon-deep); border-radius: 50%; background: var(--jr-ink); }
.jr-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(28px, 5vw, 80px); }
.jr-value { padding-top: 22px; border-top: 1px solid #6f655d; }
.jr-value-index { margin: 0 0 40px; color: #d9ab6e; font-family: var(--jr-utility); font-size: 9px; letter-spacing: .12em; }
.jr-value h3 { margin: 0 0 15px; font-family: var(--jr-display); font-size: 30px; font-weight: 400; line-height: 1.05; }
.jr-value p:last-child { max-width: 390px; margin: 0; color: #c8c0b7; font-size: 13px; }

.jr-editorial { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); min-height: 680px; background: var(--jr-bone); }
.jr-editorial--reverse { grid-template-columns: minmax(0, 1.22fr) minmax(0, .78fr); }
.jr-celadon { background: var(--jr-celadon); }
.jr-editorial-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(68px, 8vw, 132px); }
.jr-editorial-copy h2 { margin-bottom: 28px; }
.jr-editorial-copy > p:not(.jr-eyebrow) { max-width: 540px; margin: 0 0 28px; color: var(--jr-muted); }
.jr-editorial-media { position: relative; min-height: 620px; margin: 0; overflow: hidden; background: #c9beb1; }
.jr-editorial-media img { width: 100%; height: 100%; object-fit: cover; }
.jr-detail-list { max-width: 560px; margin: 14px 0 28px; padding: 0; border-top: 1px solid var(--jr-line-dark); list-style: none; }
.jr-detail-list li { display: flex; justify-content: space-between; gap: 22px; padding: 13px 0; border-bottom: 1px solid var(--jr-line-dark); color: var(--jr-muted); font-size: 11px; }
.jr-detail-list strong { color: var(--jr-ink); font-weight: 700; text-align: right; }

.jr-manifesto { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); min-height: 720px; background: var(--jr-lacquer); color: var(--jr-white); }
.jr-manifesto-media { min-height: 620px; overflow: hidden; }
.jr-manifesto-media img { width: 100%; height: 100%; object-fit: cover; }
.jr-manifesto-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(68px, 8vw, 128px); }
.jr-manifesto .jr-eyebrow { color: #f0cda7; }
.jr-manifesto blockquote { max-width: 700px; margin: 0 0 28px; font-family: var(--jr-display); font-size: clamp(45px, 5vw, 74px); font-weight: 350; line-height: .95; letter-spacing: -.038em; }
.jr-manifesto-copy > p:not(.jr-eyebrow) { max-width: 480px; margin: 0 0 34px; color: #eadde0; }
.jr-manifesto .jr-button { align-self: flex-start; }

.jr-release-checklist { padding: var(--jr-section) 0; background: var(--jr-paper); }
.jr-release-checklist ol { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--jr-line-dark); list-style: none; }
.jr-release-checklist li { min-height: 235px; padding: 24px clamp(18px, 3vw, 36px); border-right: 1px solid var(--jr-line-dark); }
.jr-release-checklist li:first-child { border-left: 1px solid var(--jr-line-dark); }
.jr-release-checklist li span { display: block; margin-bottom: 58px; color: var(--jr-lacquer); font-family: var(--jr-utility); font-size: 10px; }
.jr-release-checklist li strong { display: block; margin-bottom: 10px; font-family: var(--jr-display); font-size: 25px; font-weight: 450; line-height: 1.1; }
.jr-release-checklist li small { color: var(--jr-muted); font-size: 11px; line-height: 1.45; }

.jr-newsletter { padding: clamp(86px, 10vw, 144px) 0; background: var(--jr-ink); color: var(--jr-bone); text-align: center; }
.jr-newsletter .jr-eyebrow { color: #d9ab6e; }
.jr-newsletter h2 { margin: 0 0 18px; font-family: var(--jr-display); font-size: clamp(48px, 6vw, 82px); font-weight: 350; line-height: .92; letter-spacing: -.04em; }
.jr-newsletter > .jr-narrow > p:not(.jr-eyebrow) { max-width: 640px; margin: 0 auto 30px; color: #c8c0b7; font-size: 13px; }
.jr-signup { width: min(100%, 660px); display: flex; align-items: stretch; margin: 0 auto; }
.jr-hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.jr-signup input[type=email] { flex: 1; min-width: 0; min-height: 54px; padding: 12px 17px; border: 1px solid #6f655d; border-right: 0; border-radius: 0; background: #292521; color: var(--jr-white); }
.jr-signup input::placeholder { color: #aaa19a; opacity: 1; }
.jr-signup .jr-button { min-width: 190px; }
.jr-signup-note { display: block; margin-top: 14px; color: #aaa19a; font-size: 10px; }
.jr-notice { margin: 0 auto 24px; padding: 12px 16px; border: 1px solid #789481; background: #1f3628; color: #d8e9dc; }
.jr-notice--error { border-color: #ad6262; background: #432125; color: #f5d9d9; }

/* Footer */
.jr-site-footer { background: var(--jr-bone); border-top: 1px solid var(--jr-line); }
.jr-footer { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: clamp(32px, 6vw, 86px); padding: clamp(68px, 8vw, 108px) 0; }
.jr-footer-brand { font-family: var(--jr-display); font-size: 31px; font-weight: 500; letter-spacing: .2em; }
.jr-footer-intro p { max-width: 380px; color: var(--jr-muted); font-size: 12px; }
.jr-footer h3 { margin: 0 0 20px; color: var(--jr-lacquer); font-family: var(--jr-utility); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.jr-footer nav { display: grid; gap: 11px; }
.jr-footer a, .jr-footer button { justify-self: start; color: var(--jr-muted); font-size: 12px; }
.jr-footer button { padding: 0; border: 0; background: none; cursor: pointer; text-decoration: underline; text-underline-offset: 4px; }
.jr-footer-bottom { min-height: 60px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid var(--jr-line); color: var(--jr-muted); font-family: var(--jr-utility); font-size: 9px; letter-spacing: .05em; }

/* Pages */
.jr-page-main { min-height: 60vh; padding: clamp(76px, 9vw, 132px) 0; }
.jr-page-title { margin-bottom: 42px; }
.jr-page-content { color: var(--jr-ink-soft); }
.jr-page-content h2 { margin: 52px 0 15px; font-family: var(--jr-display); font-size: clamp(32px, 3.5vw, 44px); font-weight: 400; line-height: 1.05; }
.jr-page-content h3 { margin: 34px 0 10px; font-size: 17px; }
.jr-page-content p, .jr-page-content li { color: var(--jr-muted); }
.jr-page-content a { color: var(--jr-gold-dark); }
.jr-page-content .jr-confirmation-needed { padding: 18px 20px; border-left: 3px solid var(--jr-lacquer); background: var(--jr-bone); }
.jr-policy-updated { color: var(--jr-muted); font-size: 12px; }

/* WooCommerce */
.jr-shop-main { width: min(100% - (var(--jr-gutter) * 2), var(--jr-max)); min-height: 60vh; margin-inline: auto; padding: clamp(64px, 8vw, 118px) 0; }
.woocommerce .woocommerce-breadcrumb { margin-bottom: 34px; color: var(--jr-muted); font-family: var(--jr-utility); font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }
.woocommerce .woocommerce-breadcrumb a { color: var(--jr-muted); }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 50px 26px; margin-top: 58px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { float: none !important; width: auto !important; margin: 0 !important; }
.woocommerce ul.products li.product a img { aspect-ratio: 4 / 5.2; margin: 0 0 18px; object-fit: cover; background: var(--jr-bone); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0; font-family: var(--jr-display); font-size: 24px; font-weight: 430; line-height: 1.08; }
.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--jr-lacquer); font-size: 16px; font-weight: 700; }
.woocommerce div.product { display: flow-root; }
.woocommerce div.product div.images img { background: var(--jr-bone); }
.woocommerce div.product div.summary { padding-left: clamp(0px, 3vw, 42px); }
.woocommerce div.product .product_title { margin-bottom: 20px; }
.jr-product-pending { margin: 24px 0; padding: clamp(22px, 3vw, 32px); border: 1px solid var(--jr-line); background: var(--jr-bone); }
.jr-product-pending .jr-eyebrow { margin-bottom: 10px; }
.jr-product-pending > strong { display: block; margin-bottom: 10px; font-family: var(--jr-display); font-size: 26px; font-weight: 450; line-height: 1.1; }
.jr-product-pending > p:not(.jr-eyebrow) { margin: 0 0 18px; color: var(--jr-muted); font-size: 13px; }
.woocommerce div.product .woocommerce-tabs { padding-top: 42px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border-radius: 0; background: var(--jr-bone); }
.woocommerce div.product form.cart .button:disabled, .woocommerce div.product form.cart .button.disabled { opacity: .5; }
.woocommerce table.shop_table { border: 1px solid var(--jr-line); border-radius: 0; background: var(--jr-white); }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { padding: 16px; border-color: var(--jr-line); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select,
.select2-container--default .select2-selection--single {
  min-height: 48px; padding: 10px 12px; border: 1px solid var(--jr-line-dark); border-radius: 0; background: var(--jr-white); color: var(--jr-ink);
}
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 27px; }
.woocommerce form .form-row label { font-size: 12px; font-weight: 700; }
.woocommerce-info, .woocommerce-message, .woocommerce-error { border-top-color: var(--jr-lacquer); background: var(--jr-white); }
.woocommerce-error { border-top-color: var(--jr-error); }
.woocommerce-checkout #customer_details, .woocommerce-checkout #order_review { margin-bottom: 36px; }
.woocommerce-checkout-review-order { padding: clamp(18px, 3vw, 34px); border: 1px solid var(--jr-line); background: var(--jr-white); }
.jr-checkout-trust { margin: 16px 0 24px; padding: 14px 16px; border: 1px solid var(--jr-line); color: var(--jr-muted); font-size: 12px; }
.jr-checkout-policies { margin: 14px 0; color: var(--jr-muted); font-size: 11px; }
.woocommerce form.checkout.is-jr-processing { opacity: .84; pointer-events: none; }

/* Consent */
.jr-cookie-banner {
  position: fixed; right: 20px; bottom: 20px; left: 20px; z-index: 1000; display: none;
  width: min(calc(100% - 40px), 840px); margin-left: auto; padding: 22px 24px; border: 1px solid var(--jr-line-dark);
  background: rgba(252, 250, 245, .98); box-shadow: 0 18px 60px rgba(27, 24, 21, .18); backdrop-filter: blur(12px);
}
.jr-cookie-banner.is-visible { display: grid; }
.jr-cookie-banner h2, .jr-cookie-modal h2 { margin: 0 0 8px; font-family: var(--jr-display); font-size: 26px; font-weight: 430; }
.jr-cookie-banner p, .jr-cookie-modal p { margin: 0; color: var(--jr-muted); font-size: 12px; }
.jr-cookie-banner p a { color: var(--jr-gold-dark); }
.jr-cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 17px; }
.jr-cookie-actions .jr-button { min-height: 42px; padding: 9px 16px; }
.jr-cookie-modal { position: fixed; inset: 0; z-index: 1100; display: none; place-items: center; padding: 20px; background: rgba(27, 24, 21, .58); }
.jr-cookie-modal.is-visible { display: grid; }
.jr-cookie-panel { width: min(100%, 620px); max-height: min(760px, 90vh); overflow: auto; padding: clamp(24px, 5vw, 42px); background: var(--jr-paper); }
.jr-cookie-option { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 18px 0; border-top: 1px solid var(--jr-line); }
.jr-cookie-option:first-of-type { margin-top: 22px; }
.jr-cookie-option strong { display: block; margin-bottom: 4px; }
.jr-cookie-option small { display: block; color: var(--jr-muted); }
.jr-cookie-option input { width: 20px; height: 20px; accent-color: var(--jr-lacquer); }

@media (max-width: 1120px) {
  .jr-hero { grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); }
  .jr-hero h1 { font-size: clamp(58px, 7.8vw, 88px); }
  .jr-hero-note { top: auto; right: 0; bottom: 44px; width: min(310px, 32vw); }
  .jr-section-head { grid-template-columns: 1fr .55fr; gap: 60px; }
  .jr-editorial-copy { padding-inline: clamp(48px, 7vw, 90px); }
}

@media (max-width: 980px) {
  body.admin-bar .jr-site-header { top: 46px; }
  .jr-header-inner { grid-template-columns: 1fr auto; }
  .jr-nav { position: absolute; inset: calc(100% + 1px) 0 auto; display: none; align-items: stretch; padding: 18px var(--jr-gutter) 24px; background: var(--jr-paper); border-bottom: 1px solid var(--jr-line); }
  .jr-nav.is-open { display: grid; }
  .jr-nav a { padding: 9px 0; font-size: 14px; }
  .jr-menu-toggle { display: inline-grid; }
  .jr-header-release { display: none; }
  .jr-hero { grid-template-columns: 1fr; min-height: auto; }
  .jr-hero-copy { min-height: 640px; padding-right: 20vw; }
  .jr-hero-media { min-height: min(82vh, 760px); }
  .jr-hero-note { top: 560px; right: var(--jr-gutter); bottom: auto; width: min(330px, 48vw); }
  .jr-product-rail, .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jr-standard-title { grid-template-columns: 1fr; gap: 22px; }
  .jr-editorial, .jr-editorial--reverse, .jr-manifesto { grid-template-columns: 1fr; }
  .jr-editorial--reverse .jr-editorial-media { order: 2; }
  .jr-manifesto-media { min-height: 72vh; }
  .jr-release-checklist ol { grid-template-columns: repeat(2, 1fr); }
  .jr-release-checklist li:nth-child(3) { border-left: 1px solid var(--jr-line-dark); }
  .jr-release-checklist li:nth-child(-n+2) { border-bottom: 1px solid var(--jr-line-dark); }
  .jr-footer { grid-template-columns: 1.3fr 1fr 1fr; }
  .jr-footer-intro { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  :root { --jr-section: 78px; }
  .jr-announcement { min-height: 40px; justify-content: space-between; gap: 12px; padding-inline: 16px; font-size: 8px; text-align: left; }
  .jr-header-inner { min-height: 68px; }
  .jr-logo { font-size: 23px; letter-spacing: .17em; }
  .jr-header-actions { gap: 2px; }
  .jr-hero-copy { min-height: auto; padding: 76px var(--jr-gutter) 64px; }
  .jr-hero h1 { font-size: clamp(54px, 16vw, 72px); }
  .jr-hero-intro { font-size: 14px; }
  .jr-hero-facts { grid-template-columns: 1fr; gap: 14px; margin-top: 52px; }
  .jr-hero-facts div { display: grid; grid-template-columns: 34px 1fr; align-items: baseline; }
  .jr-hero-facts dd { margin: 0; }
  .jr-hero-media { min-height: 64vh; }
  .jr-hero-note { position: relative; top: auto; right: auto; bottom: auto; width: 100%; }
  .jr-proofbar .jr-shell { grid-template-columns: 1fr 1fr; padding-block: 16px; }
  .jr-proofbar span { min-height: 34px; display: grid; place-items: center; padding: 0 8px; }
  .jr-proofbar span + span::before { display: none; }
  .jr-section-head { grid-template-columns: 1fr; gap: 24px; }
  .jr-section-head h2, .jr-standard h2, .jr-editorial-copy h2, .jr-page-title,
  .woocommerce-products-header__title.page-title, .product_title.entry-title { font-size: clamp(44px, 14vw, 62px); }
  .jr-product-rail, .woocommerce ul.products { grid-template-columns: 1fr 1fr; gap: 38px 12px; }
  .jr-product-card:nth-child(even) { margin-top: 36px; }
  .jr-product-card h3, .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 19px; }
  .jr-card-copy { padding-top: 15px; }
  .jr-product-meta { display: none; }
  .jr-card-number { right: 9px; bottom: 9px; width: 35px; height: 35px; }
  .jr-values { grid-template-columns: 1fr; }
  .jr-threadline { display: none; }
  .jr-value { padding: 28px 0 0; }
  .jr-value-index { margin-bottom: 20px; }
  .jr-editorial-copy, .jr-manifesto-copy { padding: 76px var(--jr-gutter); }
  .jr-editorial-media, .jr-manifesto-media { min-height: 60vh; }
  .jr-detail-list li { display: grid; gap: 4px; }
  .jr-detail-list strong { text-align: left; }
  .jr-manifesto blockquote { font-size: clamp(43px, 13vw, 62px); }
  .jr-release-checklist ol { grid-template-columns: 1fr; }
  .jr-release-checklist li { min-height: 190px; border-bottom: 1px solid var(--jr-line-dark); border-left: 1px solid var(--jr-line-dark); }
  .jr-release-checklist li:last-child { border-bottom: 0; }
  .jr-release-checklist li span { margin-bottom: 32px; }
  .jr-signup { display: grid; }
  .jr-signup input[type=email] { border-right: 1px solid #6f655d; }
  .jr-signup .jr-button { width: 100%; }
  .jr-footer { grid-template-columns: 1fr 1fr; }
  .jr-footer-intro { grid-column: 1 / -1; }
  .jr-footer-bottom { min-height: 0; align-items: flex-start; flex-direction: column; padding: 20px 0; }
  .woocommerce div.product div.summary { padding-left: 0; }
  .woocommerce table.shop_table_responsive tr td::before { color: var(--jr-muted); }
  .jr-cookie-banner { right: 10px; bottom: 10px; left: 10px; width: auto; padding: 18px; }
  .jr-cookie-actions { display: grid; grid-template-columns: 1fr; }
  .jr-cookie-actions .jr-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
