/* ==========================================================================
   FENNA design system
   Palette: cream ground, beige surface, gold accent, warm charcoal ink.
   Shape: sharp corners everywhere; colour swatches are the only circles.
   ========================================================================== */

@font-face { font-family: "Cormorant Garamond"; font-style: normal; font-weight: 300; font-display: swap; src: url("../fonts/cormorant-garamond-latin-300-normal.woff2") format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/cormorant-garamond-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-style: italic; font-weight: 400; font-display: swap; src: url("../fonts/cormorant-garamond-latin-400-italic.woff2") format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/cormorant-garamond-latin-500-normal.woff2") format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/cormorant-garamond-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Jost"; font-style: normal; font-weight: 300 600; font-display: swap; src: url("../fonts/jost-latin-wght-normal.woff2") format("woff2-variations"), url("../fonts/jost-latin-wght-normal.woff2") format("woff2"); }

/* Arabic faces: only downloaded when Arabic characters are on the page. */
@font-face { font-family: "Amiri"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/amiri-arabic-400-normal.woff2") format("woff2"); unicode-range: U+0600-06FF, U+0750-077F, U+0870-08FF, U+FB50-FDFF, U+FE70-FEFF; }
@font-face { font-family: "Amiri"; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/amiri-arabic-700-normal.woff2") format("woff2"); unicode-range: U+0600-06FF, U+0750-077F, U+0870-08FF, U+FB50-FDFF, U+FE70-FEFF; }
@font-face { font-family: "IBM Plex Sans Arabic"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/ibm-plex-sans-arabic-arabic-400-normal.woff2") format("woff2"); unicode-range: U+0600-06FF, U+0750-077F, U+0870-08FF, U+FB50-FDFF, U+FE70-FEFF; }
@font-face { font-family: "IBM Plex Sans Arabic"; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/ibm-plex-sans-arabic-arabic-500-normal.woff2") format("woff2"); unicode-range: U+0600-06FF, U+0750-077F, U+0870-08FF, U+FB50-FDFF, U+FE70-FEFF; }
@font-face { font-family: "IBM Plex Sans Arabic"; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/ibm-plex-sans-arabic-arabic-700-normal.woff2") format("woff2"); unicode-range: U+0600-06FF, U+0750-077F, U+0870-08FF, U+FB50-FDFF, U+FE70-FEFF; }

:root {
	--cream: #F9F4EC;
	--beige: #EEE1C9;
	--gold: #C79F54;
	--gold-ink: #86672D;
	--ink: #2A2420;
	--ink-soft: #564B42;
	--muted: #7D6F62;
	--line: #E4D8C5;
	--line-strong: #CDBA9B;
	--paper: #FFFCF6;
	--danger: #9A2F28;

	--font-display: "Cormorant Garamond", "Cormorant", "Amiri", Garamond, "Times New Roman", serif;
	--font-body: "Jost", "IBM Plex Sans Arabic", "Helvetica Neue", Arial, sans-serif;

	--container: 1440px;
	--gutter: clamp(20px, 4vw, 56px);
	--header-h: 76px;
	--admin: var(--wp-admin--admin-bar--height, 0px);
	--ease: cubic-bezier(.22, .61, .36, 1);
	--ease-out: cubic-bezier(.16, 1, .3, 1);
	--shadow: 0 30px 60px -40px rgba(74, 56, 32, .45);
}

@view-transition { navigation: auto; }

/* Reset ------------------------------------------------------------------- */

*, *::before, *::after { box-sizing: border-box; }
:where(html) { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
:where(body, h1, h2, h3, h4, p, figure, blockquote, dl, dd, ul, ol) { margin: 0; }
:where(ul, ol)[class] { list-style: none; padding: 0; }
:where(img, picture, svg, video) { display: block; max-width: 100%; }
:where(img) { height: auto; }
:where(input, button, select, textarea) { font: inherit; color: inherit; }
:where(button) { cursor: pointer; background: none; border: 0; padding: 0; }
:where(a) { color: inherit; text-decoration: none; }
:where(table) { border-collapse: collapse; width: 100%; }
:where(summary) { cursor: pointer; }
[hidden] { display: none !important; }

html.is-locked { overflow: hidden; }

body {
	background: var(--cream);
	color: var(--ink);
	font-family: var(--font-body);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

:where(h1, h2, h3, h4) { font-family: var(--font-display); font-weight: 400; line-height: 1.1; letter-spacing: .005em; }

::selection { background: var(--beige); color: var(--ink); }

:focus-visible { outline: 1px solid var(--gold-ink); outline-offset: 3px; }

.screen-reader-text {
	position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 200; background: var(--ink); color: var(--cream); padding: 10px 16px; }
.skip-link:focus { top: 12px; }
.muted { color: var(--muted); }
.hp { position: absolute; left: -9999px; opacity: 0; }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.container--narrow { max-width: calc(760px + 2 * var(--gutter)); }

.section { padding-block: clamp(72px, 10vw, 140px); }
.section--tight { padding-block: clamp(40px, 6vw, 80px); }
.section__foot { display: flex; justify-content: center; margin-top: clamp(40px, 5vw, 64px); }

main { animation: page-in .6s var(--ease) both; }
@keyframes page-in { from { opacity: 0; } to { opacity: 1; } }

/* Buttons and links ------------------------------------------------------- */

.btn {
	position: relative;
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	min-height: 50px; padding: 0 34px;
	border: 1px solid transparent;
	font-family: var(--font-body); font-size: 12px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase;
	line-height: 1; white-space: nowrap;
	overflow: hidden; isolation: isolate;
	transition: color .45s var(--ease), border-color .45s var(--ease), background-color .45s var(--ease);
}
.btn::before {
	content: ""; position: absolute; inset: 0; z-index: -1;
	transform: scaleX(0); transform-origin: right;
	transition: transform .55s var(--ease-out);
}
.btn:hover::before, .btn:focus-visible::before { transform: scaleX(1); transform-origin: left; }
.btn--primary { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.btn--primary::before { background: var(--ink); }
.btn--primary:hover, .btn--primary:focus-visible { color: var(--cream); border-color: var(--ink); }
.btn--outline { color: var(--ink); border-color: var(--ink); }
.btn--outline::before { background: var(--ink); }
.btn--outline:hover, .btn--outline:focus-visible { color: var(--cream); }
.btn--ghost { color: var(--cream); border-color: rgba(249, 244, 236, .75); }
.btn--ghost::before { background: var(--cream); }
.btn--ghost:hover, .btn--ghost:focus-visible { color: var(--ink); border-color: var(--cream); }
.btn--block { width: 100%; }
.btn:active { transform: translateY(1px); }
.btn.is-busy { pointer-events: none; opacity: .7; }
.btn[disabled] { opacity: .5; pointer-events: none; }

.btn-icon {
	position: relative; display: inline-grid; place-items: center;
	width: 44px; height: 44px; color: inherit;
	transition: color .3s var(--ease), opacity .3s var(--ease);
}
.btn-icon:hover { color: var(--gold-ink); }

.bag-count {
	position: absolute; top: 5px; right: 3px;
	min-width: 16px; height: 16px; padding: 0 4px;
	display: grid; place-items: center;
	background: var(--gold); color: var(--ink);
	font-size: 9.5px; font-weight: 600; line-height: 1; letter-spacing: 0;
	border-radius: 999px;
}
.bag-count[data-count="0"] { display: none; }
.drawer__title .bag-count { position: static; display: inline-grid; margin-left: 6px; vertical-align: 2px; }

.link {
	display: inline-flex; align-items: center; gap: 10px;
	font-size: 12px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase;
	padding-bottom: 3px;
	background: linear-gradient(currentColor, currentColor) 0 100% / 100% 1px no-repeat;
	transition: background-size .45s var(--ease), color .3s var(--ease);
}
.link:hover { color: var(--gold-ink); background-size: 40% 1px; }
.link--muted { text-transform: none; letter-spacing: .02em; font-size: 13px; font-weight: 400; color: var(--muted); }
.link--arrow .icon { transition: transform .45s var(--ease-out); }
.link--arrow:hover .icon { transform: translateX(6px); }

/* Placeholders (declared, on palette; replaced by real photography) ------- */

.ph {
	position: relative; width: 100%; height: 100%; min-height: 100%;
	display: block; overflow: hidden;
	color: rgba(134, 103, 45, .45);
}
.ph__arch { position: absolute; left: 50%; bottom: 0; height: 74%; width: auto; transform: translateX(-50%); }
.ph--sand  { background: linear-gradient(160deg, #EFE3CD 0%, #DCC6A2 100%); }
.ph--beige { background: linear-gradient(200deg, #F2E8D6 0%, #E2CFAE 100%); }
.ph--clay  { background: linear-gradient(170deg, #DDBF98 0%, #B98F66 100%); color: rgba(249, 244, 236, .5); }
.ph--ink   { background: linear-gradient(170deg, #5B4B3E 0%, #2F2722 100%); color: rgba(199, 159, 84, .55); }
.ph--hero  { background: radial-gradient(120% 90% at 72% 18%, #C5A37A 0%, #8A6A4B 42%, #3D3129 100%); color: rgba(249, 244, 236, .28); }
.ph--hero .ph__arch { height: 86%; left: 70%; }

/* Announcement and header ------------------------------------------------- */

.announce {
	background: var(--beige); color: var(--ink);
	text-align: center; padding: 9px var(--gutter);
	font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
}
@media (max-width: 599px) { .announce { font-size: 9.5px; letter-spacing: .12em; padding-block: 8px; } }

.header {
	position: sticky; top: var(--admin); z-index: 60;
	background: var(--cream); color: var(--ink);
	border-bottom: 1px solid var(--line);
	transition: background-color .45s var(--ease), color .45s var(--ease), border-color .45s var(--ease);
}
.header__bar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: var(--header-h); gap: 24px; }
.header__start { display: flex; align-items: center; gap: 8px; }
.header__end { display: flex; align-items: center; justify-content: flex-end; gap: 2px; }
.header__burger { display: none; margin-left: -10px; }

.has-hero .header:not(.is-solid):not(:hover):not(:focus-within) { background: transparent; color: var(--cream); border-color: rgba(249, 244, 236, .18); }
.has-hero .header:not(.is-solid):not(:hover):not(:focus-within) .btn-icon:hover { color: var(--beige); }
.has-hero .hero { margin-top: calc(-1 * var(--header-h) - 1px); }

.logo { display: inline-flex; align-items: center; }
.logo__word {
	font-family: var(--font-display); font-weight: 500; font-size: 30px; line-height: 1;
	letter-spacing: .34em; margin-right: -.34em;
}
.logo img { max-height: 44px; width: auto; }

.nav { display: flex; align-items: center; gap: clamp(18px, 2.3vw, 38px); }
.nav a {
	position: relative; display: block; padding: 8px 0;
	font-size: 11.5px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; white-space: nowrap;
}
.nav a::after {
	content: ""; position: absolute; left: 0; right: 0; bottom: 2px; height: 1px; background: var(--gold);
	transform: scaleX(0); transform-origin: right; transition: transform .45s var(--ease-out);
}
.nav a:hover::after, .nav .current-menu-item > a::after, .nav .current-product_cat-ancestor > a::after { transform: scaleX(1); transform-origin: left; }

@media (max-width: 1180px) {
	.nav { gap: 18px; }
	.nav a { font-size: 10.5px; letter-spacing: .14em; }
}
@media (max-width: 1023px) {
	:root { --header-h: 64px; }
	.header__nav, .header__hide-sm { display: none; }
	.header__burger { display: inline-grid; }
	.header__bar { grid-template-columns: 1fr auto; }
	.header__logo { position: absolute; left: 50%; transform: translateX(-50%); }
	.logo__word { font-size: 25px; }
	.header__end { margin-right: -10px; }
}

/* Hero -------------------------------------------------------------------- */

.hero {
	position: relative; isolation: isolate;
	display: grid; align-items: end;
	min-height: clamp(580px, calc(100svh - 36px), 980px);
	color: var(--cream);
	overflow: hidden;
}
.hero__media { position: absolute; inset: 0; z-index: -1; }
.hero__media picture, .hero__img { width: 100%; height: 100%; }
.hero__img:is(img) { object-fit: cover; object-position: center 30%; animation: hero-zoom 2.4s var(--ease-out) both; }
@keyframes hero-zoom { from { transform: scale(1.06); } to { transform: scale(1); } }
.hero__media::after {
	content: ""; position: absolute; inset: 0;
	background:
		linear-gradient(180deg, rgba(34, 27, 22, .38) 0%, rgba(34, 27, 22, 0) 26%),
		linear-gradient(90deg, rgba(34, 27, 22, .55) 0%, rgba(34, 27, 22, .18) 48%, rgba(34, 27, 22, 0) 70%),
		linear-gradient(0deg, rgba(34, 27, 22, .45) 0%, rgba(34, 27, 22, 0) 45%);
}
.hero__content { padding-top: calc(var(--header-h) + 48px); padding-bottom: clamp(56px, 11vh, 120px); }
.hero__content > * { max-width: 680px; }
.hero__brand {
	display: flex; align-items: center; gap: 16px;
	font-size: 12px; font-weight: 500; letter-spacing: .5em; text-transform: uppercase;
	margin-bottom: 22px;
}
.hero__brand::before { content: ""; width: 44px; height: 1px; background: var(--gold); }
.hero__title { font-size: clamp(46px, 6.4vw, 96px); font-weight: 400; line-height: 1.02; letter-spacing: -.005em; text-wrap: balance; }
.hero__text { margin-top: 22px; font-size: clamp(16px, 1.25vw, 18px); line-height: 1.6; max-width: 44ch; color: rgba(249, 244, 236, .9); }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.hero > .container > * { animation: rise 1.1s var(--ease-out) both; }
.hero .hero__title { animation-delay: .1s; }
.hero .hero__text { animation-delay: .2s; }
.hero .hero__cta { animation-delay: .3s; }
@keyframes rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }

@media (max-width: 599px) {
	.hero { min-height: calc(100svh - 36px); }
	.hero__cta .btn { flex: 1 1 100%; }
	.hero__media::after { background: linear-gradient(0deg, rgba(34, 27, 22, .72) 0%, rgba(34, 27, 22, .15) 60%, rgba(34, 27, 22, .35) 100%); }
}

/* Section headings -------------------------------------------------------- */

.sec-head { margin-bottom: clamp(36px, 5vw, 64px); }
.sec-head__title { font-size: clamp(30px, 3.4vw, 50px); font-weight: 400; letter-spacing: .09em; text-transform: uppercase; line-height: 1.12; }
.sec-head__sub { margin-top: 14px; color: var(--ink-soft); font-size: 16px; max-width: 52ch; }
.sec-head--center { text-align: center; }
.sec-head--center .sec-head__sub { margin-inline: auto; }
.sec-head--split { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }

/* Category bento ---------------------------------------------------------- */

.cats { padding-top: clamp(48px, 6vw, 88px); padding-bottom: clamp(16px, 3vw, 40px); }
.cats .sec-head { margin-bottom: clamp(22px, 3vw, 40px); }

/* Phones and tablets: one swipeable row. Desktop: two compact rows. */
.cats__grid {
	display: grid; grid-auto-flow: column; grid-auto-columns: 44%; gap: 10px;
	overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none;
	margin-inline: calc(-1 * var(--gutter)); padding-inline: var(--gutter); scroll-padding-inline: var(--gutter);
}
.cats__grid::-webkit-scrollbar { display: none; }
.cats__grid .cat { scroll-snap-align: start; }
.cats__grid .cat__media { aspect-ratio: 4 / 5; }
@media (min-width: 600px) { .cats__grid { grid-auto-columns: 30%; } }
.cat { position: relative; display: block; overflow: hidden; background: var(--beige); color: var(--cream); }
.cat__media { position: relative; display: block; aspect-ratio: 3 / 4; height: 100%; }
.cat__img, .cat__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease-out); }
.cat__media::after {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(0deg, rgba(34, 27, 22, .55) 0%, rgba(34, 27, 22, 0) 55%);
	transition: background-color .6s var(--ease);
}
.cat:hover .cat__img, .cat:focus-visible .cat__img { transform: scale(1.06); }
.cat:hover .cat__media::after { background-color: rgba(34, 27, 22, .22); }
.cat__label { position: absolute; left: clamp(16px, 2vw, 28px); right: 16px; bottom: clamp(16px, 2vw, 26px); display: grid; gap: 10px; }
.cat__name { font-family: var(--font-display); font-size: clamp(24px, 2.2vw, 34px); line-height: 1; letter-spacing: .02em; transition: letter-spacing .6s var(--ease-out); }
.cat:hover .cat__name { letter-spacing: .06em; }
.cat__line { display: block; width: 28px; height: 1px; background: var(--gold); transition: width .6s var(--ease-out); }
.cat:hover .cat__line { width: 72px; }
@media (min-width: 1024px) {
	.cats__grid {
		grid-auto-flow: row; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-columns: auto;
		gap: clamp(10px, 1vw, 16px); overflow: visible; margin-inline: 0; padding-inline: 0;
	}
	.cats__grid .cat--1 { grid-column: span 2; }
	.cats__grid .cat--1 .cat__media { aspect-ratio: auto; }
	.cats__grid .cat--1 .cat__name { font-size: clamp(34px, 3vw, 46px); }
}

/* Product grid and card --------------------------------------------------- */

.pgrid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 12px; }
@media (min-width: 768px) { .pgrid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 48px 20px; } }
@media (min-width: 1100px) { .pgrid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }

.pcard { position: relative; min-width: 0; }
.pcard__media { position: relative; aspect-ratio: 3 / 4; overflow: hidden; background: var(--beige); }
.pcard__link, .pcard__img { position: absolute; inset: 0; width: 100%; height: 100%; }
.pcard__img:is(img) { object-fit: cover; transition: opacity .7s var(--ease), transform 1.4s var(--ease-out); }
.pcard__img--alt { opacity: 0; }
.pcard:hover .pcard__img { transform: scale(1.04); }
.pcard:hover .pcard__img--alt { opacity: 1; }

.pcard__badge {
	position: absolute; top: 12px; left: 12px;
	background: var(--cream); color: var(--ink);
	font-size: 10px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase;
	padding: 6px 10px; line-height: 1;
}
.pcard__wish {
	position: absolute; top: 6px; right: 6px;
	width: 42px; height: 42px; display: grid; place-items: center; color: var(--ink);
	transition: color .3s var(--ease), transform .3s var(--ease);
}
.pcard__wish:hover { color: var(--gold-ink); transform: scale(1.08); }
.js-wish.is-on { color: var(--gold-ink); }
.js-wish.is-on svg { fill: var(--gold); stroke: var(--gold-ink); }

.pcard__actions {
	position: absolute; left: 0; right: 0; bottom: 0;
	display: grid; grid-template-columns: 1fr 1fr;
	background: rgba(249, 244, 236, .95);
	backdrop-filter: blur(6px);
	transform: translateY(101%); transition: transform .55s var(--ease-out);
}
.pcard:hover .pcard__actions, .pcard:focus-within .pcard__actions { transform: none; }
.pcard__action {
	height: 46px; font-size: 10.5px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase;
	transition: background-color .3s var(--ease), color .3s var(--ease);
}
.pcard__action + .pcard__action { border-left: 1px solid var(--line); }
.pcard__action:hover { background: var(--ink); color: var(--cream); }
.pcard__action--add { color: var(--gold-ink); }
@media (hover: none) { .pcard__actions { display: none; } }

.pcard__body { padding-top: 14px; display: grid; gap: 4px; }
.pcard__title { font-family: var(--font-body); font-size: 13.5px; font-weight: 450; letter-spacing: .03em; line-height: 1.4; }
.pcard__title a:hover { color: var(--gold-ink); }
.pcard__price { font-size: 14px; color: var(--ink-soft); }

.price del, del .amount { color: var(--muted); margin-right: 6px; }
.price ins, ins { text-decoration: none; }

.swatches { display: flex; align-items: center; gap: 6px; margin-top: 6px; }
.swatch {
	display: block; width: 14px; height: 14px; border-radius: 50%;
	background: var(--sw, var(--beige));
	box-shadow: inset 0 0 0 1px rgba(42, 36, 32, .14);
}
.swatches__more { font-size: 11px; color: var(--muted); }

.stars { position: relative; display: inline-flex; align-items: center; gap: 6px; color: var(--gold); }
.stars__base, .stars__fill { display: inline-flex; gap: 2px; }
.stars__base { color: var(--line-strong); }
.stars__fill { position: absolute; left: 0; top: 50%; transform: translateY(-50%); overflow: hidden; white-space: nowrap; }
.stars svg { fill: currentColor; stroke: none; }
.stars__count { font-size: 12px; color: var(--muted); margin-left: 4px; }

/* Rail (best sellers) ----------------------------------------------------- */

.rail {
	overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none;
	padding-inline: max(var(--gutter), calc((100vw - var(--container)) / 2 + var(--gutter)));
	scroll-padding-inline: max(var(--gutter), calc((100vw - var(--container)) / 2 + var(--gutter)));
}
.rail::-webkit-scrollbar { display: none; }
.pgrid--rail { display: grid; grid-auto-flow: column; grid-template-columns: none; grid-auto-columns: 72%; gap: 12px; }
.pgrid--rail .pcard { scroll-snap-align: start; }
@media (min-width: 768px) { .pgrid--rail { grid-auto-columns: calc((100% - 2 * 20px) / 3.2); gap: 20px; } }
@media (min-width: 1100px) { .pgrid--rail { grid-auto-columns: calc((min(100vw, var(--container)) - 2 * var(--gutter) - 3 * 20px) / 4); } }
.rail__nav { display: flex; gap: 6px; }
.rail__btn { border: 1px solid var(--line-strong); width: 48px; height: 48px; }
.rail__btn:first-child .icon { transform: rotate(180deg); }
.rail__btn:hover { border-color: var(--ink); color: var(--ink); }
@media (max-width: 767px) { .rail__nav { display: none; } }

/* Signature split --------------------------------------------------------- */

.signature { background: var(--beige); display: grid; grid-template-columns: 1fr; }
.signature__media { position: relative; aspect-ratio: 4 / 5; overflow: hidden; }
.signature__media img, .signature__media .ph { width: 100%; height: 100%; object-fit: cover; }
.signature__body { padding: clamp(48px, 8vw, 120px) var(--gutter); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.signature__title { font-size: clamp(40px, 4.8vw, 72px); line-height: 1.04; margin-bottom: 26px; max-width: 12ch; }
.signature__text { font-family: var(--font-display); font-size: clamp(20px, 1.7vw, 25px); line-height: 1.5; color: var(--ink-soft); max-width: 36ch; margin-bottom: 40px; font-style: italic; }

@media (min-width: 900px) {
	.signature { grid-template-columns: 1.05fr 1fr; align-items: stretch; margin-top: clamp(40px, 6vw, 90px); }
	.signature__media { aspect-ratio: auto; min-height: 720px; margin-top: calc(-1 * clamp(40px, 6vw, 90px)); }
	.signature__body { padding-inline: clamp(48px, 7vw, 120px); }
}

/* Craft collage ----------------------------------------------------------- */

.craft__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.craft__img { position: relative; overflow: hidden; background: var(--beige); }
.craft__img img, .craft__img .ph { width: 100%; height: 100%; object-fit: cover; transition: transform 1.6s var(--ease-out); }
.craft__img:hover img { transform: scale(1.04); }
.craft__img--main { grid-column: 1 / -1; aspect-ratio: 4 / 5; }
.craft__img--detail { aspect-ratio: 1; }
.craft__img--arch { aspect-ratio: 3 / 4; }
.craft__body { grid-column: 1 / -1; padding: 40px 0 28px; }
.craft__title { font-size: clamp(38px, 4.6vw, 68px); line-height: 1.04; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 24px; }
.craft__text { font-size: 17px; line-height: 1.75; color: var(--ink-soft); max-width: 50ch; margin-bottom: 30px; }

@media (min-width: 900px) {
	.craft__grid { grid-template-columns: repeat(12, 1fr); gap: 20px; align-items: start; }
	.craft__img--main { grid-column: 1 / 6; grid-row: 1 / 3; aspect-ratio: 3 / 4; }
	.craft__body { grid-column: 7 / 13; grid-row: 1; padding: clamp(24px, 4vw, 64px) 0 clamp(40px, 5vw, 72px); }
	.craft__img--detail { grid-column: 7 / 10; grid-row: 2; }
	.craft__img--arch { grid-column: 10 / 13; grid-row: 2; margin-top: clamp(40px, 6vw, 96px); }
}

/* Instagram --------------------------------------------------------------- */

.insta { padding-bottom: clamp(56px, 7vw, 96px); }
.insta__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; }
@media (min-width: 900px) { .insta__grid { grid-template-columns: repeat(6, 1fr); } }
.insta__item a { position: relative; display: block; aspect-ratio: 1; overflow: hidden; }
.insta__item img, .insta__item .ph { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease-out); }
.insta__hover { position: absolute; inset: 0; display: grid; place-items: center; color: var(--cream); background: rgba(42, 36, 32, .35); opacity: 0; transition: opacity .45s var(--ease); }
.insta__item a:hover .insta__hover, .insta__item a:focus-visible .insta__hover { opacity: 1; }
.insta__item a:hover img, .insta__item a:hover .ph { transform: scale(1.06); }
.insta__handle { text-align: center; margin-top: 32px; }

/* Newsletter -------------------------------------------------------------- */

.newsletter { background: var(--beige); padding-block: clamp(72px, 9vw, 120px); text-align: center; }
.newsletter__inner { max-width: 760px; }
.newsletter__title { font-size: clamp(30px, 3.4vw, 48px); letter-spacing: .08em; text-transform: uppercase; }
.newsletter__text { margin: 16px auto 36px; max-width: 46ch; color: var(--ink-soft); }
.newsletter__form { display: flex; gap: 0; max-width: 540px; margin: 0 auto; border: 1px solid var(--ink); background: var(--paper); }
.newsletter__form input[type="email"] { flex: 1; min-width: 0; height: 54px; padding: 0 20px; border: 0; background: transparent; font-size: 15px; }
.newsletter__form input:focus { outline: none; }
.newsletter__form:focus-within { outline: 1px solid var(--gold-ink); outline-offset: 3px; }
.newsletter__form .btn { min-height: 54px; border: 0; }
.newsletter__msg { margin-top: 14px; font-size: 14px; min-height: 1.6em; color: var(--gold-ink); }
.newsletter__msg.is-error { color: var(--danger); }
@media (max-width: 479px) {
	.newsletter__form { flex-direction: column; }
	.newsletter__form input[type="email"] { text-align: center; }
}

/* Footer ------------------------------------------------------------------ */

.footer { background: var(--ink); color: rgba(249, 244, 236, .78); padding-top: clamp(64px, 8vw, 104px); font-size: 14px; }
.footer a:hover { color: var(--gold); }
.footer__grid { display: grid; gap: 8px; }
.footer__logo { color: var(--cream); margin-bottom: 20px; }
.footer__about { max-width: 34ch; line-height: 1.7; margin-bottom: 26px; }
.footer__facts { display: grid; gap: 10px; margin-bottom: 32px; }
.footer__facts li { display: flex; align-items: center; gap: 12px; }
.footer__facts .icon { color: var(--gold); flex: none; }
.footer__col { border-top: 1px solid rgba(249, 244, 236, .12); }
.footer__title {
	display: flex; align-items: center; justify-content: space-between; list-style: none;
	padding: 18px 0; color: var(--cream);
	font-size: 11.5px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase;
}
.footer__title::-webkit-details-marker { display: none; }
.footer__col[open] .footer__title .icon { transform: rotate(45deg); }
.footer__title .icon { transition: transform .35s var(--ease); }
.footer__links { display: grid; gap: 10px; padding-bottom: 22px; }
.footer__social a { display: inline-flex; align-items: center; gap: 10px; }
.footer__bottom {
	display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px;
	margin-top: 40px; padding-block: 26px; border-top: 1px solid rgba(249, 244, 236, .12);
	font-size: 12.5px; color: rgba(249, 244, 236, .6);
}
.footer__legal-links { display: flex; flex-wrap: wrap; gap: 6px 20px; }
.footer__legal-links a { color: rgba(249, 244, 236, .72); }
.footer__pay { display: flex; flex-wrap: wrap; gap: 8px; }
.footer__pay li { border: 1px solid rgba(249, 244, 236, .22); padding: 5px 10px; font-size: 11px; letter-spacing: .08em; }

@media (min-width: 900px) {
	.footer__grid { grid-template-columns: 1.5fr repeat(4, 1fr); gap: clamp(24px, 3vw, 56px); }
	.footer__col { border: 0; }
	.footer__title { padding: 0 0 22px; pointer-events: none; }
	.footer__title .icon { display: none; }
	.footer__links { padding: 0; }
}

/* Overlays: scrim, drawers, modals, search, toast -------------------------- */

.scrim {
	position: fixed; inset: 0; z-index: 90;
	background: rgba(42, 36, 32, .42);
	opacity: 0; transition: opacity .45s var(--ease);
}
.scrim.is-visible { opacity: 1; }

.drawer, .search, .modal, .scrim { top: var(--admin) !important; }
@media (max-width: 1023px) { .shop__filters { top: var(--admin); } }

.drawer {
	position: fixed; top: 0; bottom: 0; z-index: 100;
	width: min(460px, 100vw);
	display: flex; flex-direction: column;
	background: var(--cream);
	visibility: hidden;
	transition: transform .6s var(--ease-out), visibility 0s linear .6s;
}
.drawer--left { left: 0; transform: translateX(-100%); }
.drawer--right { right: 0; transform: translateX(100%); }
.drawer.is-open { transform: none; visibility: visible; transition: transform .6s var(--ease-out), visibility 0s; }
.drawer__head { display: flex; align-items: center; justify-content: space-between; min-height: var(--header-h); padding: 0 14px 0 24px; border-bottom: 1px solid var(--line); flex: none; }
.drawer__title { font-size: 12px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; }
.drawer__logo .logo__word { font-size: 24px; }
.drawer__inner { flex: 1; display: flex; flex-direction: column; min-height: 0; overflow-y: auto; transition: opacity .3s var(--ease); }
.drawer__inner.is-busy { opacity: .5; pointer-events: none; }

.drawer__nav { padding: 18px 24px 8px; overflow-y: auto; }
.mnav a {
	display: flex; align-items: center; justify-content: space-between;
	padding: 13px 0; border-bottom: 1px solid var(--line);
	font-family: var(--font-display); font-size: 28px; line-height: 1.15;
}
.drawer.is-open .mnav li { animation: rise .7s var(--ease-out) both; }
.drawer.is-open .mnav li:nth-child(2) { animation-delay: .04s; }
.drawer.is-open .mnav li:nth-child(3) { animation-delay: .08s; }
.drawer.is-open .mnav li:nth-child(4) { animation-delay: .12s; }
.drawer.is-open .mnav li:nth-child(5) { animation-delay: .16s; }
.drawer.is-open .mnav li:nth-child(6) { animation-delay: .2s; }
.drawer.is-open .mnav li:nth-child(n+7) { animation-delay: .24s; }
.drawer__links { display: grid; gap: 4px; padding: 16px 24px; }
.drawer__links a { display: flex; align-items: center; gap: 12px; padding: 8px 0; font-size: 12px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.drawer__social { display: flex; gap: 4px; padding: 8px 16px 28px; margin-top: auto; }

/* Cart drawer content */
.ship-bar { padding: 18px 24px; background: var(--beige); flex: none; }
.ship-bar__text { font-size: 13px; margin-bottom: 10px; }
.ship-bar__track { display: block; height: 2px; background: rgba(42, 36, 32, .12); }
.ship-bar__fill { display: block; height: 100%; background: var(--gold); transition: width .6s var(--ease-out); }
.citems { padding: 8px 24px; flex: 1; }
.citem { display: grid; grid-template-columns: 88px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.citem__media { display: block; aspect-ratio: 3 / 4; overflow: hidden; background: var(--beige); }
.citem__media img, .citem__media .ph { width: 100%; height: 100%; object-fit: cover; }
.citem__body { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.citem__top { display: flex; justify-content: space-between; gap: 12px; }
.citem__name { font-size: 14px; font-weight: 450; line-height: 1.35; }
.citem__price { font-size: 14px; white-space: nowrap; }
.citem__meta { font-size: 12.5px; color: var(--muted); }
.citem__bottom { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 10px; }
.cart-sum { position: sticky; bottom: 0; padding: 20px 24px 24px; background: var(--cream); border-top: 1px solid var(--line); flex: none; }
.cart-sum__rows { display: grid; gap: 8px; margin-bottom: 20px; font-size: 14px; }
.cart-sum__rows div { display: flex; justify-content: space-between; gap: 16px; }
.cart-sum__rows dd { margin: 0; text-align: right; }
.cart-sum__rows dt { color: var(--ink-soft); }
.cart-sum__total { padding-top: 10px; border-top: 1px solid var(--line); font-size: 16px; font-weight: 500; }
.cart-sum__total dt { color: var(--ink); }
.cart-sum__view { display: flex; width: max-content; margin: 16px auto 0; }
.drawer .cart-empty { margin: auto; padding: 48px 32px; text-align: center; display: grid; gap: 14px; justify-items: center; }
.cart-empty__title { font-family: var(--font-display); font-size: 30px; }
.drawer .cart-empty p:not(.cart-empty__title) { color: var(--ink-soft); max-width: 30ch; margin-bottom: 10px; }

/* Search overlay */
.search {
	position: fixed; inset: 0; z-index: 110; overflow-y: auto;
	background: var(--cream);
	opacity: 0; visibility: hidden; transform: translateY(-12px);
	transition: opacity .45s var(--ease), transform .6s var(--ease-out), visibility 0s linear .45s;
}
.search.is-open { opacity: 1; visibility: visible; transform: none; transition: opacity .45s var(--ease), transform .6s var(--ease-out), visibility 0s; }
.search__inner { padding-top: calc(var(--admin) + 20px); padding-bottom: 64px; }
.search__form { display: flex; align-items: center; gap: 16px; border-bottom: 1px solid var(--ink); padding-bottom: 8px; }
.search__input { flex: 1; min-width: 0; border: 0; background: transparent; height: 72px; font-family: var(--font-display); font-size: clamp(24px, 3.4vw, 46px); }
.search__input:focus { outline: none; }
.search__input::-webkit-search-cancel-button { display: none; }
.search__body { display: grid; gap: 40px; padding-top: 40px; }
@media (min-width: 900px) { .search__body { grid-template-columns: 240px 1fr; gap: 72px; } }
.search__block + .search__block { margin-top: 32px; }
.search__label { font-size: 11px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.search__cats, .search__recent { display: grid; gap: 8px; }
.search__cats a, .search__recent a { font-family: var(--font-display); font-size: 22px; }
.search__cats a:hover, .search__recent a:hover { color: var(--gold-ink); }
.search__results { min-height: 200px; transition: opacity .3s var(--ease); }
.search__results.is-loading { opacity: .45; }
.search__empty { font-family: var(--font-display); font-size: 24px; color: var(--ink-soft); }
.sresults { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px 14px; }
@media (min-width: 700px) { .sresults { grid-template-columns: repeat(4, 1fr); gap: 32px 20px; } }
.sresults a { display: grid; gap: 10px; }
.sresults__img { aspect-ratio: 3 / 4; background: var(--beige); overflow: hidden; }
.sresults__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease-out); }
.sresults a:hover img { transform: scale(1.05); }
.sresults__name { font-size: 13.5px; }
.sresults__price { font-size: 13.5px; color: var(--ink-soft); }
.search__all { margin-top: 32px; }
.search__chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }

/* Modal */
.modal {
	position: fixed; inset: 0; z-index: 120;
	display: grid; place-items: center; padding: 16px;
	background: rgba(42, 36, 32, .42);
	opacity: 0; visibility: hidden;
	transition: opacity .4s var(--ease), visibility 0s linear .4s;
}
.modal.is-open { opacity: 1; visibility: visible; transition: opacity .4s var(--ease), visibility 0s; }
.modal__panel {
	position: relative; width: min(620px, 100%); max-height: calc(100svh - 32px); overflow-y: auto;
	background: var(--cream); padding: clamp(28px, 4vw, 48px);
	transform: translateY(18px); transition: transform .6s var(--ease-out);
	box-shadow: var(--shadow);
}
.modal.is-open .modal__panel { transform: none; }
.modal__panel--wide { width: min(1080px, 100%); padding: 0; }
.modal__close { position: absolute; top: 8px; right: 8px; z-index: 2; background: var(--cream); }
.modal__title { font-size: 34px; margin-bottom: 18px; }

.qv { display: grid; }
@media (min-width: 860px) { .qv { grid-template-columns: 1.05fr 1fr; } }
.qv__media { display: grid; grid-auto-flow: column; grid-auto-columns: 100%; overflow-x: auto; scroll-snap-type: x mandatory; background: var(--beige); scrollbar-width: none; }
.qv__media::-webkit-scrollbar { display: none; }
.qv__media > * { scroll-snap-align: start; aspect-ratio: 3 / 4; width: 100%; height: 100%; object-fit: cover; }
.qv__info { padding: clamp(28px, 4vw, 52px); display: flex; flex-direction: column; gap: 14px; }
.qv__title { font-size: clamp(30px, 2.6vw, 40px); line-height: 1.1; padding-right: 36px; }
.qv__price { font-size: 17px; }
.qv__desc { color: var(--ink-soft); }
.qv .buy { margin-block: 8px 12px; }
.qv-skeleton { display: grid; min-height: 520px; }
@media (min-width: 860px) { .qv-skeleton { grid-template-columns: 1.05fr 1fr; } }

.toast {
	position: fixed; left: 50%; bottom: 24px; z-index: 140;
	transform: translate(-50%, 20px); opacity: 0;
	background: var(--ink); color: var(--cream);
	padding: 14px 22px; font-size: 13px; letter-spacing: .04em;
	transition: opacity .35s var(--ease), transform .5s var(--ease-out);
}
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

/* Purchase form ----------------------------------------------------------- */

.buy { display: grid; gap: 22px; }
.opt { border: 0; margin: 0; padding: 0; min-width: 0; }
.opt__legend { display: flex; align-items: baseline; gap: 10px; width: 100%; margin-bottom: 12px; padding: 0; font-size: 11.5px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
.opt__value { color: var(--ink-soft); font-weight: 400; letter-spacing: .04em; text-transform: none; font-size: 14px; }
.opt__guide { margin-left: auto; font-size: 11px; }
.opt__list { display: flex; flex-wrap: wrap; gap: 8px; }

.chip { position: relative; }
.chip input, .chip-color input, .check input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.chip span {
	display: grid; place-items: center; min-width: 54px; height: 46px; padding: 0 14px;
	border: 1px solid var(--line-strong); font-size: 13px; letter-spacing: .06em;
	transition: border-color .25s var(--ease), background-color .25s var(--ease), color .25s var(--ease);
	cursor: pointer;
}
.chip:hover span { border-color: var(--ink); }
.chip input:checked + span { background: var(--ink); border-color: var(--ink); color: var(--cream); }
.chip input:focus-visible + span { outline: 1px solid var(--gold-ink); outline-offset: 3px; }
.chip.is-unavailable span { color: var(--muted); text-decoration: line-through; }

.chip-color { position: relative; display: inline-flex; align-items: center; gap: 10px; cursor: pointer; }
.chip-color .swatch { width: 30px; height: 30px; transition: box-shadow .25s var(--ease); }
.chip-color:hover .swatch { box-shadow: inset 0 0 0 1px rgba(42, 36, 32, .14), 0 0 0 3px var(--cream), 0 0 0 4px var(--line-strong); }
.chip-color input:checked + .swatch { box-shadow: inset 0 0 0 1px rgba(42, 36, 32, .14), 0 0 0 3px var(--cream), 0 0 0 4px var(--ink); }
.chip-color input:focus-visible + .swatch { outline: 1px solid var(--gold-ink); outline-offset: 6px; }
.opt__list--colors { display: grid; gap: 10px; }
.chip-color--named .swatch { width: 20px; height: 20px; }
.chip-color__name { font-size: 14px; }

.qty { display: inline-flex; align-items: center; border: 1px solid var(--line-strong); height: 50px; flex: none; }
.qty__btn { width: 40px; height: 100%; display: grid; place-items: center; color: var(--ink-soft); }
.qty__btn:hover { color: var(--ink); }
.qty__input { width: 38px; height: 100%; border: 0; background: transparent; text-align: center; font-size: 14px; -moz-appearance: textfield; }
.qty__input::-webkit-outer-spin-button, .qty__input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.qty__input:focus { outline: none; }
.qty--sm { height: 36px; }
.qty--sm .qty__btn { width: 32px; }
.qty__value { min-width: 24px; text-align: center; font-size: 13px; }

.buy__row { display: flex; gap: 10px; align-items: stretch; }
.buy__row .btn { flex: 1; }
.buy__row--secondary { margin-top: -12px; }
.buy__row--secondary .btn-icon { width: 50px; height: 50px; border: 1px solid var(--line-strong); flex: none; }
.buy__msg { font-size: 13.5px; min-height: 0; color: var(--gold-ink); margin-top: -8px; }
.buy__msg:empty { display: none; }
.buy__msg.is-error { color: var(--danger); }
.stock-note { color: var(--muted); }

/* Product page ------------------------------------------------------------ */

.pdp-crumbs { padding-top: 22px; padding-bottom: 18px; }
.crumbs { font-size: 12px; letter-spacing: .06em; color: var(--muted); display: flex; flex-wrap: wrap; gap: 8px; }
.crumbs a:hover { color: var(--ink); }
.crumbs__sep { color: var(--line-strong); }

.pdp { display: grid; gap: clamp(28px, 5vw, 88px); padding-bottom: clamp(64px, 8vw, 120px); }
@media (min-width: 1024px) { .pdp { grid-template-columns: minmax(0, 1.35fr) minmax(360px, 1fr); align-items: start; } }

.pdp__gallery { position: relative; min-width: 0; }
.pdp__track { display: grid; grid-auto-flow: column; grid-auto-columns: 100%; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; margin-inline: calc(-1 * var(--gutter)); }
.pdp__track::-webkit-scrollbar { display: none; }
.pdp__shot { scroll-snap-align: start; aspect-ratio: 3 / 4; background: var(--beige); overflow: hidden; }
.pdp__shot img, .pdp__shot .ph { width: 100%; height: 100%; object-fit: cover; }
.pdp__dots { display: flex; justify-content: center; gap: 8px; padding-top: 14px; }
.pdp__dot { width: 18px; height: 1px; background: var(--line-strong); transition: background-color .3s var(--ease), width .3s var(--ease); }
.pdp__dot.is-active { background: var(--ink); width: 32px; }
@media (min-width: 1024px) {
	.pdp__track { grid-auto-flow: row; grid-template-columns: 1fr 1fr; grid-auto-columns: auto; gap: 8px; overflow: visible; margin-inline: 0; }
	.pdp__shot:first-child:nth-last-child(n+3) { grid-column: span 2; aspect-ratio: 4 / 5; }
	.pdp__dots { display: none; }
}

.pdp__sticky { position: sticky; top: calc(var(--admin) + var(--header-h) + 28px); display: grid; gap: 16px; }
.pdp__title { font-size: clamp(32px, 3vw, 48px); line-height: 1.08; }
.pdp__price { font-size: 19px; letter-spacing: .02em; }
.pdp__short { color: var(--ink-soft); font-size: 15.5px; max-width: 48ch; }
.pdp__short p + p { margin-top: .8em; }
.pdp .buy { margin-top: 12px; }

.assure { display: grid; gap: 12px; padding-block: 22px; border-block: 1px solid var(--line); margin-top: 8px; }
.assure li { display: flex; align-items: center; gap: 14px; font-size: 13.5px; }
.assure .icon { color: var(--gold-ink); flex: none; }

.accordion__item { border-bottom: 1px solid var(--line); }
.accordion__item summary {
	display: flex; justify-content: space-between; align-items: center; list-style: none;
	padding: 20px 0; font-size: 11.5px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase;
}
.accordion__item summary::-webkit-details-marker { display: none; }
.accordion__item summary .icon { transition: transform .35s var(--ease); }
.accordion__item[open] summary .icon { transform: rotate(45deg); }
.accordion__body { padding-bottom: 22px; color: var(--ink-soft); font-size: 15px; }
.accordion__body p + p, .accordion__body p + button { margin-top: 12px; }

.pdp-reviews { border-top: 1px solid var(--line); }

/* Size guide */
.size-guide p { color: var(--ink-soft); margin-bottom: 18px; }
.table-scroll { overflow-x: auto; margin-bottom: 18px; }
.size-table { min-width: 420px; font-size: 14px; }
.size-table th, .size-table td { padding: 12px 10px; border-bottom: 1px solid var(--line); text-align: center; }
.size-table th { font-size: 11px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.size-table td:first-child { font-weight: 500; }

/* Shop -------------------------------------------------------------------- */

.shop-head { padding-top: 26px; padding-bottom: clamp(28px, 4vw, 48px); }
.shop-head__title { font-size: clamp(42px, 5.4vw, 80px); line-height: 1; margin-top: 26px; }
.shop-head__desc { margin-top: 14px; color: var(--ink-soft); max-width: 58ch; }

.shop { display: grid; gap: 40px; padding-bottom: clamp(64px, 8vw, 120px); }
@media (min-width: 1024px) {
	.shop { grid-template-columns: 236px minmax(0, 1fr); gap: clamp(36px, 4vw, 64px); align-items: start; }
	.shop__filters { position: sticky; top: calc(var(--admin) + var(--header-h) + 24px); max-height: calc(100vh - var(--header-h) - 48px); overflow-y: auto; scrollbar-width: thin; }
	.pgrid--shop { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.toolbar__filter, .filters__head { display: none !important; }
	html.js .filters__foot .btn { display: none; }
}
@media (min-width: 1500px) { .pgrid--shop { grid-template-columns: repeat(4, minmax(0, 1fr)); } }

@media (max-width: 1023px) {
	.shop__filters {
		position: fixed; top: 0; bottom: 0; left: 0; z-index: 100;
		width: min(400px, 92vw); background: var(--cream);
		transform: translateX(-100%); visibility: hidden;
		transition: transform .6s var(--ease-out), visibility 0s linear .6s;
	}
	.shop__filters.is-open { transform: none; visibility: visible; transition: transform .6s var(--ease-out), visibility 0s; }
	.filters { display: flex; flex-direction: column; height: 100%; }
	.filters > details { padding-inline: 24px; }
	.filters__head { display: flex; align-items: center; justify-content: space-between; min-height: 64px; padding: 0 12px 0 24px; border-bottom: 1px solid var(--line); }
	.filters__foot { position: sticky; bottom: 0; margin-top: auto; padding: 16px 24px 24px; background: var(--cream); border-top: 1px solid var(--line); }
	.shop__filters { overflow-y: auto; }
}

.filters__title { font-size: 12px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; }
.filters__foot { display: grid; gap: 14px; justify-items: center; padding-top: 20px; }
.fgroup { border-bottom: 1px solid var(--line); }
.fgroup:first-of-type { border-top: 1px solid var(--line); }
@media (min-width: 1024px) { .fgroup:first-of-type { border-top: 0; } .fgroup:first-of-type .fgroup__title { padding-top: 4px; } }
.fgroup__title {
	display: flex; align-items: center; justify-content: space-between; list-style: none;
	padding: 18px 0; font-size: 11.5px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase;
}
.fgroup__title::-webkit-details-marker { display: none; }
.fgroup__title .icon { transition: transform .35s var(--ease); }
.fgroup[open] .fgroup__title .icon { transform: rotate(180deg); }
.fgroup > :not(summary) { margin-bottom: 20px; }
.fgroup__links { display: grid; gap: 8px; font-size: 14px; }
.fgroup__links a { display: flex; justify-content: space-between; }
.fgroup__links a:hover, .fgroup__links a.is-active { color: var(--gold-ink); }
.fgroup__links a.is-active { font-weight: 500; }
.fgroup__links .muted { font-size: 12px; }
.fgroup .chip span { min-width: 46px; height: 40px; font-size: 12px; }
.fgroup__checks { display: grid; gap: 10px; }

.check { position: relative; display: flex; align-items: center; gap: 12px; font-size: 14px; cursor: pointer; }
.check span::before {
	content: ""; display: inline-block; width: 16px; height: 16px; margin-right: 12px; vertical-align: -3px;
	border: 1px solid var(--line-strong); background: var(--paper);
	transition: background-color .2s var(--ease), border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.check input:checked + span::before { background: var(--ink); border-color: var(--ink); box-shadow: inset 0 0 0 3px var(--paper); }
.check input:focus-visible + span::before { outline: 1px solid var(--gold-ink); outline-offset: 2px; }

.price-range { display: flex; align-items: flex-end; gap: 10px; }
.price-range label { display: grid; gap: 6px; flex: 1; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.price-range input { width: 100%; height: 44px; padding: 0 12px; border: 1px solid var(--line-strong); background: var(--paper); font-size: 14px; }
.price-range__cur { font-size: 12px; color: var(--muted); padding-bottom: 13px; }

.toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 16px; margin-bottom: 26px; border-bottom: 1px solid var(--line); }
.toolbar__filter { display: inline-flex; align-items: center; gap: 10px; height: 44px; font-size: 12px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
.toolbar__count { font-size: 13px; color: var(--muted); }
@media (max-width: 1023px) { .toolbar__count { display: none; } }
.select {
	appearance: none; -webkit-appearance: none;
	height: 44px; padding: 0 30px 0 0; border: 0; background: transparent;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%232A2420' stroke-width='1.5'%3E%3Cpath d='m6.5 9.5 5.5 5.5 5.5-5.5'/%3E%3C/svg%3E");
	background-repeat: no-repeat; background-position: right 4px center;
	font-size: 12px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; cursor: pointer;
}

.chips { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 28px; }
.chips__item { display: inline-flex; align-items: center; gap: 8px; height: 34px; padding: 0 12px; border: 1px solid var(--line-strong); font-size: 13px; transition: border-color .25s var(--ease); }
.chips__item:hover { border-color: var(--ink); }

.woocommerce-pagination { margin-top: clamp(48px, 6vw, 80px); }
.woocommerce-pagination ul { display: flex; justify-content: center; gap: 6px; list-style: none; padding: 0; margin: 0; }
.page-numbers { display: grid; place-items: center; min-width: 42px; height: 42px; padding: 0 10px; border: 1px solid transparent; font-size: 13px; }
a.page-numbers:hover { border-color: var(--line-strong); }
.page-numbers.current { border-color: var(--ink); }
.nav-links { display: flex; justify-content: center; gap: 6px; margin-top: 56px; }

.empty-state { text-align: center; padding: clamp(56px, 8vw, 110px) 16px; display: grid; justify-items: center; gap: 12px; }
.empty-state__title { font-family: var(--font-display); font-size: clamp(28px, 3vw, 38px); }
.empty-state p:not(.empty-state__title) { color: var(--ink-soft); margin-bottom: 16px; }

.skeleton { display: grid; gap: 10px; }
.skeleton__img, .skeleton__line { display: block; background: linear-gradient(90deg, var(--beige) 0%, #F4EADA 50%, var(--beige) 100%); background-size: 200% 100%; animation: shimmer 1.6s linear infinite; }
.skeleton__img { aspect-ratio: 3 / 4; }
.skeleton__line { height: 12px; width: 70%; }
.skeleton__line--short { width: 40%; }
@keyframes shimmer { to { background-position: -200% 0; } }

/* Pages ------------------------------------------------------------------- */

.page-head { padding-block: clamp(52px, 7vw, 104px) clamp(28px, 4vw, 48px); text-align: center; }
.page-head__title { font-size: clamp(40px, 4.8vw, 68px); line-height: 1.04; text-wrap: balance; }
.page-head__sub { margin: 16px auto 0; color: var(--ink-soft); max-width: 52ch; }
.page-head__meta { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-bottom: 16px; }
.page { padding-bottom: clamp(64px, 8vw, 120px); }
.page__figure { margin-bottom: 48px; }

.entry { font-size: 16.5px; line-height: 1.8; color: var(--ink-soft); }
.entry > * + * { margin-top: 1.1em; }
.entry h2 { font-size: clamp(28px, 2.6vw, 36px); color: var(--ink); margin-top: 1.8em; line-height: 1.15; }
.entry h3 { font-size: 24px; color: var(--ink); margin-top: 1.6em; }
.entry a { color: var(--ink); text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 4px; }
.entry a:hover { color: var(--gold-ink); }
.entry ul, .entry ol { padding-left: 1.2em; }
.entry li + li { margin-top: .4em; }
.entry li::marker { color: var(--gold); }
.entry details { border-bottom: 1px solid var(--line); margin-top: 0; }
.entry details:first-child { border-top: 1px solid var(--line); }
.entry summary { list-style: none; display: flex; justify-content: space-between; gap: 16px; padding: 20px 0; font-family: var(--font-display); font-size: 23px; color: var(--ink); }
.entry summary::-webkit-details-marker { display: none; }
.entry summary::after { content: "+"; font-family: var(--font-body); font-weight: 300; font-size: 22px; transition: transform .35s var(--ease); }
.entry details[open] summary::after { transform: rotate(45deg); }
.entry details p { padding-bottom: 20px; }
.entry img { margin-block: 32px; }

.story__hero { display: grid; background: var(--beige); }
.story__media { aspect-ratio: 4 / 5; overflow: hidden; }
.story__media img, .story__media .ph { width: 100%; height: 100%; object-fit: cover; }
.story__intro { padding: clamp(48px, 8vw, 120px) var(--gutter); display: flex; flex-direction: column; justify-content: center; }
.story__title { font-size: clamp(46px, 6vw, 92px); line-height: 1; }
.story__lead { font-family: var(--font-display); font-style: italic; font-size: clamp(21px, 1.9vw, 28px); line-height: 1.45; color: var(--ink-soft); margin-top: 24px; max-width: 32ch; }
.story__content { padding-top: clamp(56px, 7vw, 104px); }
@media (min-width: 900px) {
	.story__hero { grid-template-columns: 1fr 1fr; min-height: min(86svh, 900px); }
	.story__media { aspect-ratio: auto; }
}

.collections { border-top: 1px solid var(--line); }
.collection a { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 24px; padding: clamp(22px, 3vw, 36px) 0; border-bottom: 1px solid var(--line); }
.collection__name { font-family: var(--font-display); font-size: clamp(28px, 3.6vw, 52px); line-height: 1.05; transition: transform .6s var(--ease-out), color .3s var(--ease); }
.collection__count { font-size: 13px; color: var(--muted); }
.collection .icon { transition: transform .6s var(--ease-out); }
.collection a:hover .collection__name { transform: translateX(12px); color: var(--gold-ink); }
.collection a:hover .icon { transform: translateX(8px); }

.catlist { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(8px, 1vw, 16px); }
@media (min-width: 900px) { .catlist { grid-template-columns: repeat(3, 1fr); } }

.posts { display: grid; gap: 48px 24px; }
@media (min-width: 700px) { .posts { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .posts { grid-template-columns: repeat(3, 1fr); } }
.post-card__media { display: block; aspect-ratio: 3 / 4; overflow: hidden; margin-bottom: 18px; background: var(--beige); }
.post-card__media img, .post-card__media .ph { width: 100%; height: 100%; object-fit: cover; }
.post-card__date { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.post-card__title { font-size: 28px; margin: 8px 0 10px; }
.post-card__excerpt { color: var(--ink-soft); }

.notfound { text-align: center; padding-block: clamp(80px, 12vw, 160px); }
.notfound__code { font-family: var(--font-display); font-size: clamp(90px, 14vw, 180px); line-height: 1; color: var(--gold); }
.notfound p:not(.notfound__code) { color: var(--ink-soft); margin: 18px auto 0; max-width: 46ch; }
.notfound .hero__cta { justify-content: center; }

/* WooCommerce classic pages: cart, checkout, account ---------------------- */

.store { padding-bottom: clamp(40px, 6vw, 80px); }

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, .wc-block-components-notice-banner {
	list-style: none; margin: 0 0 28px; padding: 16px 20px;
	background: var(--beige); border-left: 2px solid var(--gold);
	display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px;
	font-size: 14px;
}
.woocommerce-error { border-left-color: var(--danger); }
.woocommerce-error li + li { margin-top: 6px; }
.woocommerce-message .button, .woocommerce-info .button { order: 2; }

.woocommerce .button, .woocommerce button.button, .woocommerce a.button, .woocommerce input.button, #place_order {
	display: inline-flex; align-items: center; justify-content: center;
	min-height: 48px; padding: 0 28px;
	background: var(--ink); color: var(--cream); border: 1px solid var(--ink);
	font-size: 12px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; line-height: 1;
	transition: background-color .35s var(--ease), color .35s var(--ease), border-color .35s var(--ease);
	cursor: pointer;
}
.woocommerce .button:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.woocommerce .button.alt, #place_order, .checkout-button { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.woocommerce .button.alt:hover, #place_order:hover, .checkout-button:hover { background: var(--ink); border-color: var(--ink); color: var(--cream); }
.woocommerce .button:disabled, .woocommerce .button.disabled { opacity: .5; }
#place_order { width: 100%; min-height: 56px; margin-top: 12px; }

.woocommerce form .form-row { margin: 0 0 18px; padding: 0; }
.woocommerce form .form-row label { display: block; margin-bottom: 7px; font-size: 11.5px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); }
.woocommerce form .form-row .required { color: var(--gold-ink); text-decoration: none; border: 0; }
.woocommerce form .form-row .optional { text-transform: none; letter-spacing: 0; color: var(--muted); }
.woocommerce form .input-text, .woocommerce form .form-row select, .woocommerce-page form textarea, .store input[type="text"], .store input[type="email"], .store input[type="tel"], .store input[type="password"], .store input[type="number"], .store textarea, .store select {
	width: 100%; min-height: 50px; padding: 12px 14px;
	border: 1px solid var(--line-strong); background: var(--paper); border-radius: 0;
	font-size: 15px; transition: border-color .25s var(--ease);
}
.store textarea { min-height: 110px; }
.woocommerce form .input-text:focus, .store input:focus, .store textarea:focus, .store select:focus { outline: none; border-color: var(--ink); }
.woocommerce form .form-row.woocommerce-invalid .input-text { border-color: var(--danger); }
.woocommerce form .form-row-first, .woocommerce form .form-row-last { width: 100%; }
@media (min-width: 600px) {
	.woocommerce form .form-row-first, .woocommerce form .form-row-last { width: calc(50% - 8px); display: inline-block; vertical-align: top; }
	.woocommerce form .form-row-first { margin-right: 12px; }
}
.woocommerce-input-wrapper { display: block; }
.select2-container .select2-selection--single { height: 50px !important; border: 1px solid var(--line-strong) !important; border-radius: 0 !important; background: var(--paper) !important; }
.select2-container .select2-selection__rendered { line-height: 48px !important; padding-left: 14px !important; }
.select2-container .select2-selection__arrow { height: 48px !important; }
.select2-dropdown { border-color: var(--line-strong) !important; border-radius: 0 !important; }

.shop_table { width: 100%; font-size: 14.5px; }
.shop_table th { font-size: 11px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); text-align: left; }
.shop_table th, .shop_table td { padding: 16px 10px; border-bottom: 1px solid var(--line); vertical-align: middle; }
.shop_table .product-thumbnail img { width: 84px; }
.shop_table .product-remove a { font-size: 22px; color: var(--muted); }
.shop_table .product-remove a:hover { color: var(--danger); }
.shop_table .quantity input { width: 72px; min-height: 44px; text-align: center; border: 1px solid var(--line-strong); background: var(--paper); }
.shop_table .variation { font-size: 13px; color: var(--muted); display: grid; grid-template-columns: auto 1fr; gap: 2px 6px; margin-top: 4px; }
.shop_table .variation dd, .shop_table .variation dd p { margin: 0; }
.shop_table td.actions { padding-top: 22px; }
.coupon { display: inline-flex; gap: 8px; margin-bottom: 12px; }
.coupon label { display: none; }
.coupon .input-text { min-width: 180px; }
@media (max-width: 767px) {
	.shop_table_responsive thead { display: none; }
	.shop_table_responsive tr { display: grid; grid-template-columns: 84px 1fr; gap: 0 14px; padding: 16px 0; border-bottom: 1px solid var(--line); position: relative; }
	.shop_table_responsive td { border: 0; padding: 3px 0; display: flex; justify-content: space-between; grid-column: 2; }
	.shop_table_responsive td::before { content: attr(data-title); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
	.shop_table_responsive td.product-thumbnail { grid-column: 1; grid-row: 1 / 6; }
	.shop_table_responsive td.product-thumbnail::before, .shop_table_responsive td.product-remove::before, .shop_table_responsive td.actions::before, .shop_table_responsive td.product-name::before { display: none; }
	.shop_table_responsive td.product-remove { position: absolute; top: 10px; right: 0; }
	.shop_table_responsive td.actions { grid-column: 1 / -1; display: grid; gap: 10px; }
}
.cart-collaterals { display: flex; justify-content: flex-end; margin-top: 40px; }
.cart_totals { width: min(440px, 100%); background: var(--beige); padding: 28px; }
.cart_totals h2 { font-size: 28px; margin-bottom: 12px; }
.cart_totals .shop_table th { width: 40%; }
.wc-proceed-to-checkout { margin-top: 20px; }
.wc-proceed-to-checkout .checkout-button { width: 100%; min-height: 54px; }
.woocommerce-shipping-methods { list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; }
.woocommerce-shipping-methods input { accent-color: var(--ink); margin-right: 6px; }
.woocommerce-shipping-calculator { font-size: 13px; }

.woocommerce-checkout form.checkout { display: grid; gap: 32px 64px; }
@media (min-width: 1024px) {
	.woocommerce-checkout form.checkout { grid-template-columns: minmax(0, 1.25fr) minmax(360px, 1fr); }
	.woocommerce-checkout form.checkout > .woocommerce-NoticeGroup { grid-column: 1 / -1; }
	#customer_details { grid-column: 1; grid-row: 2 / span 2; }
	#order_review_heading { grid-column: 2; grid-row: 2; align-self: end; }
	#order_review { grid-column: 2; grid-row: 3; position: sticky; top: calc(var(--admin) + var(--header-h) + 24px); }
}
.woocommerce-checkout h3 { font-size: 28px; margin-bottom: 20px; }
#order_review { background: var(--beige); padding: 28px; }
#order_review_heading { margin-bottom: 0; }
.woocommerce-checkout-review-order-table { margin-bottom: 20px; }
.woocommerce-checkout-review-order-table .order-total { font-size: 17px; }
.wc_payment_methods { list-style: none; padding: 0; margin: 0 0 16px; display: grid; gap: 10px; }
.wc_payment_method { background: var(--paper); padding: 14px 16px; border: 1px solid var(--line); }
.wc_payment_method input { accent-color: var(--ink); margin-right: 8px; }
.wc_payment_method .payment_box { font-size: 13.5px; color: var(--ink-soft); padding-top: 8px; }
.woocommerce-terms-and-conditions-wrapper { font-size: 13px; color: var(--ink-soft); }
.woocommerce-form__label-for-checkbox { display: flex !important; gap: 10px; align-items: flex-start; text-transform: none !important; letter-spacing: 0 !important; font-size: 14px !important; }
.woocommerce-form__label-for-checkbox input { accent-color: var(--ink); margin-top: 4px; }
.col2-set { display: grid; gap: 32px; }
.woocommerce-checkout .col2-set { gap: 12px; }
.woocommerce-additional-fields h3 { font-size: 24px; margin-top: 16px; }
.woocommerce-form-coupon-toggle .woocommerce-info, .woocommerce-form-login-toggle .woocommerce-info { justify-content: flex-start; }
.checkout_coupon, .woocommerce-form-login { background: var(--beige); padding: 24px; margin-bottom: 28px; }

.woocommerce-account .store > .woocommerce { display: grid; gap: 40px; }
@media (min-width: 900px) {
	.woocommerce-account.logged-in .store > .woocommerce { grid-template-columns: 220px 1fr; gap: 64px; }
	.woocommerce-account:not(.logged-in) .col2-set { grid-template-columns: 1fr 1fr; gap: 64px; }
}
.woocommerce-MyAccount-navigation ul { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.woocommerce-MyAccount-navigation a { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.woocommerce-MyAccount-navigation .is-active a, .woocommerce-MyAccount-navigation a:hover { color: var(--gold-ink); }
.woocommerce-MyAccount-content { font-size: 15px; color: var(--ink-soft); }
.woocommerce-MyAccount-content > p + p { margin-top: 1em; }
.woocommerce-MyAccount-content a:not(.button) { color: var(--ink); text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 3px; }
.woocommerce-account h2 { font-size: 32px; margin-bottom: 20px; }
.woocommerce-Addresses { display: grid; gap: 24px; }
@media (min-width: 700px) { .woocommerce-Addresses { grid-template-columns: 1fr 1fr; } }
.woocommerce-LostPassword { margin-top: 12px; font-size: 14px; }
.woocommerce-privacy-policy-text { font-size: 13px; color: var(--muted); margin-bottom: 12px; }
.woocommerce-order-overview { list-style: none; padding: 20px 24px; margin: 0 0 32px; background: var(--beige); display: grid; gap: 10px; }
@media (min-width: 700px) { .woocommerce-order-overview { grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); } }
.woocommerce-order-overview li { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.woocommerce-order-overview strong { display: block; font-size: 15px; letter-spacing: 0; text-transform: none; color: var(--ink); font-weight: 500; margin-top: 4px; }
.woocommerce-thankyou-order-received { font-family: var(--font-display); font-size: 30px; color: var(--ink); margin-bottom: 24px; }
.woocommerce-order-details, .woocommerce-customer-details { margin-top: 40px; }

/* Reviews (WooCommerce comments) */
#reviews .woocommerce-Reviews-title, #reply-title { font-family: var(--font-display); font-size: 32px; margin-bottom: 20px; display: block; }
#reviews .commentlist { list-style: none; padding: 0; margin: 0 0 40px; }
#reviews .commentlist li { padding: 22px 0; border-bottom: 1px solid var(--line); }
#reviews .comment_container { display: grid; grid-template-columns: 44px 1fr; gap: 16px; }
#reviews .avatar { border-radius: 50%; width: 44px; height: 44px; }
#reviews .meta { font-size: 13px; color: var(--muted); margin: 4px 0 8px; }
#reviews .description { color: var(--ink-soft); }
#review_form .comment-form { display: grid; gap: 16px; }
#review_form label { display: block; font-size: 11.5px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 6px; }
#review_form input[type="text"], #review_form input[type="email"], #review_form textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--line-strong); background: var(--paper); }
#review_form .submit { min-height: 48px; padding: 0 28px; background: var(--ink); color: var(--cream); border: 0; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; cursor: pointer; }
.star-rating { position: relative; display: inline-block; width: 5.6em; height: 1.2em; line-height: 1.2; overflow: hidden; font-size: 13px; color: transparent; }
.star-rating::before { content: "\2605\2605\2605\2605\2605"; position: absolute; inset: 0; color: var(--line-strong); letter-spacing: .12em; }
.star-rating span { position: absolute; top: 0; left: 0; height: 100%; overflow: hidden; padding-top: 1.5em; }
.star-rating span::before { content: "\2605\2605\2605\2605\2605"; position: absolute; top: 0; left: 0; color: var(--gold); letter-spacing: .12em; }
p.stars { margin: 0; }
p.stars a { position: relative; display: inline-block; width: 1.3em; height: 1.3em; overflow: hidden; color: transparent; font-size: 22px; text-indent: -999em; }
p.stars a::before { content: "\2605"; position: absolute; inset: 0; text-indent: 0; color: var(--line-strong); }
p.stars:hover a::before, p.stars.selected a::before { color: var(--gold); }
p.stars a:hover ~ a::before, p.stars.selected a.active ~ a::before { color: var(--line-strong); }

/* Checkout and cart hardening --------------------------------------------- */

/* 16px fields stop iOS Safari from zooming the page on focus. */
.woocommerce form .form-row .input-text, .woocommerce form .form-row select, .woocommerce form .form-row textarea,
.store input, .store select, .store textarea, .newsletter__form input[type="email"], .price-range input, .coupon .input-text { font-size: 16px; }

.woocommerce form .form-row .description { display: block; margin-top: 7px; font-size: 12.5px; line-height: 1.5; color: var(--muted); }
.woocommerce form .form-row.woocommerce-invalid label { color: var(--danger); }
.woocommerce form .form-row.woocommerce-invalid .input-text,
.woocommerce form .form-row.woocommerce-invalid select,
.woocommerce form .form-row.woocommerce-invalid .select2-selection { border-color: var(--danger) !important; }
.woocommerce form .form-row.woocommerce-validated .input-text { border-color: var(--line-strong); }
.checkout-inline-error-message { margin-top: 7px; font-size: 13px; line-height: 1.45; color: var(--danger); }

ul.woocommerce-error { display: block; padding: 16px 20px 16px 38px; list-style: disc; }
ul.woocommerce-error li::marker { color: var(--danger); }
ul.woocommerce-error li + li { margin-top: 6px; }
.woocommerce-error:focus, .woocommerce-NoticeGroup:focus { outline: 1px solid var(--danger); outline-offset: 3px; }
.woocommerce-message a:not(.button), .woocommerce-info a:not(.button), .woocommerce-error a:not(.button) { text-decoration: underline; text-underline-offset: 3px; }

.blockUI.blockOverlay { background: rgba(249, 244, 236, .72) !important; opacity: 1 !important; cursor: wait !important; }
.blockUI.blockOverlay::after {
	content: ""; position: absolute; top: 50%; left: 50%;
	width: 28px; height: 28px; margin: -14px 0 0 -14px;
	border: 1px solid var(--line-strong); border-top-color: var(--ink); border-radius: 50%;
	animation: fenna-spin .8s linear infinite;
}
@keyframes fenna-spin { to { transform: rotate(360deg); } }
form.checkout.processing #place_order { opacity: .6; pointer-events: none; }

#ship-to-different-address { font-size: 24px; margin-top: 12px; }
#ship-to-different-address label { display: flex !important; align-items: center; gap: 12px; cursor: pointer; }
#ship-to-different-address input, .woocommerce-account-fields input[type="checkbox"] { accent-color: var(--ink); width: 18px; height: 18px; }
.woocommerce-terms-and-conditions-checkbox-text a, .woocommerce-privacy-policy-text a { text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 3px; }
.woocommerce-shipping-totals th, .woocommerce-shipping-totals td { vertical-align: top; }
.shop_table .product-name { overflow-wrap: anywhere; }
button[name="update_cart"]:disabled { opacity: .4; }

/* Classic empty cart page */
.wc-empty-cart-message { text-align: center; }
.wc-empty-cart-message .cart-empty {
	display: block; background: none; border: 0; padding: clamp(40px, 6vw, 72px) 0 12px;
	font-family: var(--font-display); font-size: clamp(28px, 3vw, 40px); color: var(--ink);
}
.return-to-shop { text-align: center; margin-bottom: clamp(40px, 6vw, 80px); }

/* Language switch (only rendered once translations exist) */
.lang { display: flex; gap: 4px; list-style: none; padding: 0; margin: 0; }
.lang a { display: grid; place-items: center; min-width: 36px; height: 30px; padding: 0 8px; font-size: 11px; font-weight: 500; letter-spacing: .16em; border: 1px solid transparent; transition: color .3s var(--ease), border-color .3s var(--ease); }
.lang a[aria-current] { border-color: currentColor; }
.footer .lang a:hover { color: var(--gold); }
.drawer__lang { padding: 0 24px 16px; }
.drawer__lang a:hover { color: var(--gold-ink); }

/* Assistant (bottom-right chat) ------------------------------------------- */
/* The launcher and avatar are circular: the one shape exception besides swatches. */

.chat { position: fixed; inset-inline-end: clamp(14px, 2vw, 28px); bottom: clamp(14px, 2vw, 28px); z-index: 80; }
html.is-locked .chat { display: none; }

.chat__fab {
	position: relative; display: grid; place-items: center;
	width: 58px; height: 58px; border-radius: 50%;
	background: var(--ink); color: var(--gold);
	box-shadow: 0 18px 38px -16px rgba(42, 36, 32, .55);
	transition: transform .45s var(--ease-out), background-color .3s var(--ease);
}
.chat__fab:hover { transform: translateY(-3px); background: #3B332D; }
.chat__fab-icon { grid-area: 1 / 1; display: grid; transition: opacity .3s var(--ease), transform .45s var(--ease-out); }
.chat__fab-icon--close { opacity: 0; transform: rotate(-60deg) scale(.6); color: var(--cream); }
.chat[data-open="true"] .chat__fab-icon--open { opacity: 0; transform: scale(.6); }
.chat[data-open="true"] .chat__fab-icon--close { opacity: 1; transform: none; }

.chat__panel {
	position: absolute; inset-inline-end: 0; bottom: 74px;
	width: min(380px, calc(100vw - 28px)); height: min(580px, calc(100svh - 120px));
	display: flex; flex-direction: column;
	background: var(--cream); border: 1px solid var(--line); box-shadow: var(--shadow);
	transform-origin: bottom right; animation: chat-in .5s var(--ease-out) both;
}
.chat__panel[hidden] { display: none; }
@keyframes chat-in { from { opacity: 0; transform: translateY(14px) scale(.98); } to { opacity: 1; transform: none; } }

.chat__head { display: flex; align-items: center; gap: 12px; padding: 12px 8px 12px 18px; background: var(--ink); color: var(--cream); flex: none; }
.chat__avatar { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: var(--gold); color: var(--ink); font-family: var(--font-display); font-size: 21px; font-weight: 500; flex: none; }
.chat__name { font-family: var(--font-display); font-size: 19px; font-weight: 500; letter-spacing: .28em; line-height: 1; }
.chat__status { margin-top: 4px; font-size: 12px; color: rgba(249, 244, 236, .7); }
.chat__close { margin-inline-start: auto; color: var(--cream); }
.chat__close:hover { color: var(--gold); }

.chat__log { flex: 1; min-height: 0; overflow-y: auto; padding: 18px; display: flex; flex-direction: column; gap: 10px; overscroll-behavior: contain; }
.chat__msg { max-width: 88%; padding: 11px 14px; font-size: 14px; line-height: 1.55; animation: rise .45s var(--ease-out) both; }
.chat__msg p + p { margin-top: 8px; }
.chat__msg--bot { align-self: flex-start; background: var(--paper); border: 1px solid var(--line); color: var(--ink); }
.chat__msg--user { align-self: flex-end; background: var(--ink); color: var(--cream); }
.chat__msg a:not(.chat__wa) { text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 3px; }
.chat__msg a:not(.chat__wa):hover { color: var(--gold-ink); }
.chat__wa { display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; background: var(--gold); color: var(--ink); font-size: 12px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; transition: background-color .3s var(--ease), color .3s var(--ease); }
.chat__wa:hover { background: var(--ink); color: var(--cream); }

.chat__typing { display: inline-flex; gap: 4px; padding: 14px 16px; }
.chat__typing span { width: 6px; height: 6px; border-radius: 50%; background: var(--line-strong); animation: chat-dot 1s var(--ease) infinite; }
.chat__typing span:nth-child(2) { animation-delay: .15s; }
.chat__typing span:nth-child(3) { animation-delay: .3s; }
@keyframes chat-dot { 0%, 80%, 100% { opacity: .35; transform: translateY(0); } 40% { opacity: 1; transform: translateY(-3px); } }

.chat__chips { display: flex; flex-wrap: wrap; gap: 6px; padding: 4px 18px 14px; flex: none; }
.chat__chip { padding: 7px 12px; border: 1px solid var(--line-strong); background: var(--cream); font-size: 12.5px; line-height: 1.3; transition: border-color .25s var(--ease), background-color .25s var(--ease), color .25s var(--ease); }
.chat__chip:hover { border-color: var(--ink); background: var(--ink); color: var(--cream); }

.chat__form { display: flex; border-top: 1px solid var(--line); flex: none; }
.chat__form input { flex: 1; min-width: 0; height: 54px; padding: 0 16px; border: 0; background: var(--paper); font-size: 16px; }
.chat__form input:focus { outline: none; }
.chat__form:focus-within { box-shadow: inset 0 0 0 1px var(--gold-ink); }
.chat__send { width: 54px; display: grid; place-items: center; background: var(--gold); color: var(--ink); transition: background-color .3s var(--ease), color .3s var(--ease); }
.chat__send:hover { background: var(--ink); color: var(--cream); }
[dir="rtl"] .chat__send .icon { transform: scaleX(-1); }

@media (max-width: 599px) {
	.chat__panel { position: fixed; inset-inline: 0; bottom: 0; width: 100%; height: min(80svh, 640px); border-width: 1px 0 0; transform-origin: bottom center; }
	.chat[data-open="true"] .chat__fab { opacity: 0; pointer-events: none; }
}
@media (max-width: 767px) {
	.woocommerce-checkout .chat, .woocommerce-cart .chat { display: none; }
}

/* Reveal on scroll -------------------------------------------------------- */

html.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity 1s var(--ease), transform 1.1s var(--ease-out); }
html.js .reveal.is-in { opacity: 1; transform: none; }
.pgrid .pcard.reveal:nth-child(4n+2) { transition-delay: .06s; }
.pgrid .pcard.reveal:nth-child(4n+3) { transition-delay: .12s; }
.pgrid .pcard.reveal:nth-child(4n+4) { transition-delay: .18s; }

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

@media print {
	.announce, .header, .footer, .drawer, .search, .modal, .scrim, .toast { display: none !important; }
	html.js .reveal { opacity: 1; transform: none; }
}
