:root {
	--jrb-ink: #0b0b0c;
	--jrb-ink-soft: #151516;
	--jrb-charcoal: #222224;
	--jrb-gold: #c9a45c;
	--jrb-gold-light: #ead399;
	--jrb-ivory: #f7f3eb;
	--jrb-paper: #fffdf8;
	--jrb-white: #ffffff;
	--jrb-muted: #766f64;
	--jrb-border: rgba(11, 11, 12, 0.13);
	--jrb-radius-sm: 0.25rem;
	--jrb-radius-md: 0.75rem;
	--jrb-shadow: 0 1.5rem 4rem rgba(11, 11, 12, 0.1);
	--jrb-serif: Georgia, "Times New Roman", serif;
	--jrb-sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--jrb-shell: min(100% - 2rem, 76rem);
	--theme-palette-color-1: var(--jrb-gold);
	--theme-palette-color-2: #a8833f;
	--theme-palette-color-3: var(--jrb-ink);
	--theme-palette-color-4: var(--jrb-charcoal);
	--theme-palette-color-5: var(--jrb-muted);
	--theme-palette-color-6: #ded8cd;
	--theme-palette-color-7: var(--jrb-ivory);
	--theme-palette-color-8: var(--jrb-white);
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--jrb-paper);
	color: var(--jrb-ink);
	font-family: var(--jrb-sans);
	-webkit-font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea {
	font-family: var(--jrb-sans);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--jrb-ink);
	font-family: var(--jrb-serif);
	font-weight: 400;
	letter-spacing: -0.025em;
}

a {
	text-underline-offset: 0.18em;
}

a,
button,
input,
select,
textarea {
	transition: border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

:where(a, button, input, select, textarea, summary):focus-visible {
	outline: 0.15rem solid var(--jrb-gold);
	outline-offset: 0.2rem;
}

::selection {
	background: var(--jrb-gold-light);
	color: var(--jrb-ink);
}

.jrb-shell {
	width: var(--jrb-shell);
	margin-inline: auto;
}

.jrb-eyebrow {
	margin: 0 0 1rem;
	color: var(--jrb-gold);
	font-size: 0.69rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1.35;
	text-transform: uppercase;
}

.jrb-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wp-element-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: 0.75rem 1.3rem;
	border: 0.0625rem solid var(--jrb-gold);
	border-radius: var(--jrb-radius-sm);
	background: var(--jrb-gold);
	box-shadow: none;
	color: var(--jrb-ink);
	font-size: 0.76rem;
	font-weight: 750;
	letter-spacing: 0.09em;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
}

.jrb-button:hover,
.jrb-button:focus-visible,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.wp-element-button:hover {
	border-color: var(--jrb-gold-light);
	background: var(--jrb-gold-light);
	color: var(--jrb-ink);
	transform: translateY(-0.125rem);
}

.jrb-button--outline {
	border-color: rgba(255, 255, 255, 0.44);
	background: transparent;
	color: var(--jrb-white);
}

.jrb-button--light {
	border-color: var(--jrb-white);
	background: var(--jrb-white);
	color: var(--jrb-ink);
}

.jrb-text-link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: currentColor;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.jrb-text-link span {
	color: var(--jrb-gold);
	font-size: 1rem;
	transition: transform 180ms ease;
}

.jrb-text-link:hover span,
.jrb-text-link:focus-visible span {
	transform: translateX(0.2rem);
}

.jrb-announcement {
	position: relative;
	z-index: 60;
	padding-block: 0.58rem;
	background: var(--jrb-gold);
	color: var(--jrb-ink);
}

.jrb-announcement .jrb-shell {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
}

.jrb-announcement p {
	margin: 0;
	font-size: 0.66rem;
	font-weight: 750;
	letter-spacing: 0.09em;
	line-height: 1.35;
	text-align: center;
	text-transform: uppercase;
}

#header,
body > .site-header {
	display: none;
}

.jrb-commerce-header {
	position: sticky;
	top: 0;
	z-index: 55;
	border-bottom: 0.0625rem solid rgba(201, 164, 92, 0.24);
	background: rgba(11, 11, 12, 0.98);
	box-shadow: 0 0.5rem 1.75rem rgba(0, 0, 0, 0.18);
	color: var(--jrb-white);
}

.admin-bar .jrb-commerce-header {
	top: 2.875rem;
}

.jrb-commerce-header__main {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 0.75rem 1rem;
	padding-block: 0.7rem;
}

.jrb-commerce-header__brand {
	display: inline-flex;
	align-items: center;
	min-width: 0;
	gap: 0.65rem;
	color: var(--jrb-white);
	text-decoration: none;
}

.jrb-commerce-header__brand img {
	width: 3rem;
	height: 3rem;
	border: 0.0625rem solid rgba(201, 164, 92, 0.5);
	border-radius: 50%;
}

.jrb-commerce-header__brand span {
	display: flex;
	flex-direction: column;
	line-height: 1;
}

.jrb-commerce-header__brand strong {
	font-family: var(--jrb-serif);
	font-size: 1.7rem;
	font-weight: 400;
	letter-spacing: 0.16em;
}

.jrb-commerce-header__brand small {
	margin-top: 0.25rem;
	color: var(--jrb-gold-light);
	font-size: 0.52rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.jrb-commerce-header__search {
	grid-column: 1 / -1;
	grid-row: 2;
}

.jrb-commerce-header__search form {
	display: flex;
	width: 100%;
	margin: 0;
}

.jrb-commerce-header__search form > label {
	flex: 1;
	margin: 0;
}

.jrb-commerce-header__search input[type="search"] {
	flex: 1;
	min-width: 0;
	width: 100%;
	min-height: 2.65rem;
	border: 0.0625rem solid rgba(255, 255, 255, 0.18);
	border-right: 0;
	border-radius: var(--jrb-radius-sm) 0 0 var(--jrb-radius-sm);
	background: rgba(255, 255, 255, 0.08);
	color: var(--jrb-white);
}

.jrb-commerce-header__search input[type="search"]::placeholder {
	color: rgba(255, 255, 255, 0.55);
}

.jrb-commerce-header__search button {
	min-width: 3rem;
	min-height: 2.65rem;
	padding: 0 0.9rem;
	border: 0.0625rem solid var(--jrb-gold);
	border-radius: 0 var(--jrb-radius-sm) var(--jrb-radius-sm) 0;
	background: var(--jrb-gold);
	color: var(--jrb-ink);
	font-size: 0.7rem;
	font-weight: 750;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.jrb-commerce-header__cart {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	color: var(--jrb-white);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-decoration: none;
	text-transform: uppercase;
}

.jrb-commerce-header__cart small {
	display: grid;
	place-items: center;
	min-width: 1.25rem;
	height: 1.25rem;
	padding-inline: 0.2rem;
	border-radius: 2rem;
	background: var(--jrb-gold);
	color: var(--jrb-ink);
	font-size: 0.62rem;
}

.jrb-footer-panel {
	padding: 2rem 0 1.25rem;
	border-top: 0.0625rem solid rgba(201, 164, 92, 0.22);
	background: var(--jrb-ink);
	color: var(--jrb-white);
}

.jrb-footer-panel__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5rem;
}

.jrb-footer-panel__brand {
	grid-column: 1 / -1;
}

.jrb-footer-panel__brand > a {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	color: var(--jrb-white);
	text-decoration: none;
}

.jrb-footer-panel__brand img {
	width: 3.25rem;
	height: 3.25rem;
	border-radius: 50%;
}

.jrb-footer-panel__brand > a > span {
	display: flex;
	flex-direction: column;
}

.jrb-footer-panel__brand strong {
	font-family: var(--jrb-serif);
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.15em;
}

.jrb-footer-panel__brand small {
	color: var(--jrb-gold-light);
	font-size: 0.56rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.jrb-footer-panel h2 {
	max-width: 19ch;
	margin: 1.25rem 0 0;
	color: var(--jrb-white);
	font-size: 1.6rem;
	line-height: 1.05;
}

.jrb-footer-panel__brand > p {
	max-width: 28rem;
	margin: 1rem 0 0;
	color: #bdb6a8;
	font-size: 0.82rem;
	line-height: 1.6;
}

.jrb-footer-panel__column {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.75rem;
}

.jrb-footer-panel__column h3 {
	margin: 0 0 0.35rem;
	color: var(--jrb-gold-light);
	font-family: var(--jrb-sans);
	font-size: 0.65rem;
	font-weight: 750;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.jrb-footer-panel__column a,
.jrb-footer-panel__column > span {
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.8rem;
	line-height: 1.45;
	text-decoration: none;
}

.jrb-footer-panel__column a:hover,
.jrb-footer-panel__column a:focus-visible {
	color: var(--jrb-white);
}

.jrb-footer-panel__column small {
	display: block;
	color: rgba(255, 255, 255, 0.4);
	font-size: 0.58rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.jrb-footer-panel__bottom {
	display: flex;
	flex-direction: column;
	margin-top: 1.5rem;
	padding-top: 1.25rem;
	border-top: 0.0625rem solid rgba(255, 255, 255, 0.12);
	gap: 0.3rem;
}

.jrb-footer-panel__bottom p {
	margin: 0;
	color: #bdb6a8;
	font-size: 0.66rem;
	line-height: 1.5;
}

footer.ct-footer,
#footer {
	display: none;
}

.jrb-admin-note {
	padding: 1rem;
	border-left: 0.2rem solid var(--jrb-gold);
	background: #fff8df;
	color: var(--jrb-ink);
}

@media (min-width: 48rem) {
	:root {
		--jrb-shell: min(100% - 4rem, 76rem);
	}

	.admin-bar .jrb-commerce-header {
		top: 2rem;
	}

	.jrb-commerce-header__main {
		grid-template-columns: minmax(10rem, 0.55fr) minmax(18rem, 1.45fr) auto;
		padding-block: 0.8rem;
	}

	.jrb-commerce-header__search {
		grid-column: auto;
		grid-row: auto;
	}

	.jrb-footer-panel__grid {
		grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr));
		gap: 1.5rem;
	}

	.jrb-footer-panel__brand {
		grid-column: auto;
	}

	.jrb-footer-panel__bottom {
		flex-direction: row;
		justify-content: space-between;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto;
		transition-duration: 0.01ms;
	}
}

/* Keep focus targets below the sticky header, including the native Blocksy skip link. */
html { scroll-padding-top: 9rem; }
.jrb-text-link { min-height: 2.75rem; }
.jrb-button { gap: .65rem; }
.jrb-commerce-header__search form > label { min-width: 0; }
.jrb-footer-panel__column a { padding-block: .35rem; }
@media (max-width: 47.99rem) {
  .jrb-footer-panel__grid { display: flex; flex-wrap: wrap; }
  .jrb-footer-panel__brand { flex-basis: 100%; }
  .jrb-footer-panel__column { flex: 1 1 8rem; }
}
@media (min-width: 48rem) and (max-width: 63.99rem) {
  .jrb-footer-panel__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 37.5rem) { .admin-bar .jrb-commerce-header { top: 0; } }
@media (min-width: 48rem) and (max-width: 48.875rem) { .admin-bar .jrb-commerce-header { top: 2.875rem; } }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms; animation-iteration-count: 1; }
}

.jrb-footer-panel { padding-top: 1.4rem; }
.jrb-footer-panel h2 { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.jrb-footer-panel__brand > p { max-width: 34rem; margin-top: .7rem; font-size: .78rem; }
.jrb-footer-panel__grid { gap: 1rem 1.5rem; }
.jrb-footer-panel__bottom { margin-top: 1rem; }
.jrb-footer-panel__column { gap: .35rem; }
/* Shared public layout: one rhythm from discovery through order confirmation. */
:root {
  --jrb-page-gutter: clamp(1rem, 4vw, 5rem);
  --jrb-shell: min(calc(100% - var(--jrb-page-gutter) * 2), 104rem);
  --theme-normal-container-max-width: 104rem;
  --theme-container-width: calc(100% - var(--jrb-page-gutter) * 2);
}
.jrb-commerce-header__main { grid-template-columns: minmax(0, 1fr) auto; gap: .6rem 1rem; padding-block: .65rem; }
.jrb-commerce-header__brand img { width: 3.25rem; height: 3.25rem; flex-shrink: 0; }
.jrb-commerce-header__brand strong { font-size: 1.9rem; }
.jrb-commerce-header__brand small { font-size: .62rem; letter-spacing: .19em; }
.jrb-commerce-header__search { min-width: 0; }
.jrb-commerce-header__search form { height: 2.85rem; }
.jrb-commerce-header__search input[type="search"] { height: 100%; padding-inline: .85rem; font-size: .9rem; }
.jrb-commerce-header__search button { width: 3rem; padding: 0; min-height: 2.85rem; }
.jrb-commerce-header__search button svg { width: 1rem; height: 1rem; }
.jrb-commerce-header__cart, .jrb-mini-cart > summary { min-height: 3rem; font-size: .85rem; font-weight: 500; letter-spacing: 0; text-transform: none; gap: .5rem; }
.jrb-cart-icon, .jrb-mini-cart > summary > span { font-size: 1.5rem; line-height: 1; color: var(--jrb-gold-light); }
.jrb-footer-panel { padding-block: 1.75rem 1rem; }
.jrb-footer-panel__grid { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1.5rem 3rem; }
.jrb-footer-panel__brand { flex: 2 1 22rem; }
.jrb-footer-panel__column { flex: 1 1 9rem; }
.jrb-footer-panel__brand > p { max-width: 36rem; }
.jrb-footer-panel__bottom { padding-top: 1rem; }
@media (min-width: 48rem) {
  .jrb-commerce-header__main { grid-template-columns: minmax(12rem, 1fr) minmax(16rem, 38rem) minmax(6rem, 1fr); gap: 2rem; }
  .jrb-commerce-header__main > .jrb-mini-cart, .jrb-commerce-header__main > .jrb-commerce-header__cart { justify-self: end; }
}
@media (max-width: 47.99rem) {
  .jrb-footer-panel__brand { flex-basis: 100%; }
  .jrb-footer-panel__grid { gap: 1.25rem; }
}
