.hero-slide img { height: 100%; max-width: none; }
.heading-hero.text-white,
.heading-section.\!text-white,
h1.heading-hero { color: #fff; }
h1.heading-section, h2.heading-section { color: #111; }
.heading-section.text-white,
h2.heading-section.text-white { color: #fff; }

.group\/nav { position: relative; }
.group\/nav::after {
	content: "";
	position: absolute;
	left: -60px;
	right: -60px;
	top: 100%;
	height: 22px;
}
.mega {
	position: fixed;
	left: 50%;
	top: 84px;
	width: min(860px, calc(100vw - 40px));
	padding-top: 8px;
	z-index: 70;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateX(-50%) translateY(8px);
	transition: opacity .28s ease, transform .28s ease, visibility .28s ease;
}
.group\/nav:hover .mega,
.group\/nav:focus-within .mega {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateX(-50%) translateY(0);
}
.mega-inner {
	background: #fff;
	border: 1px solid #efe8df;
	border-radius: 18px;
	padding: 12px 12px 10px;
	box-shadow: 0 24px 60px rgba(17,17,17,.12);
}
.mega-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 0 6px 8px;
	border-bottom: 1px solid #f1ebe4;
	margin-bottom: 8px;
}
.mega-head p {
	margin: 0;
	font-size: 12px;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: #e8782a;
	font-weight: 500;
}
.mega-head a {
	font-size: 13px;
	color: #111 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	font-weight: 500 !important;
}
.mega-head a:hover { color: #e8782a !important; }
.mega-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
	gap: 8px;
}
.mega-cat {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 6px;
	border-radius: 12px;
	color: #111 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	font-weight: 500 !important;
	transition: background .25s ease, transform .25s ease;
}
.mega-cat:hover { background: #faf6f1; transform: translateY(-2px); }
.mega-photo {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	aspect-ratio: 1;
	background: #f3eee8;
}
.mega-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .45s ease, opacity .35s ease;
}
.mega-photo-hover {
	position: absolute; inset: 0;
	opacity: 0;
}
.mega-cat:hover .mega-photo-main { transform: scale(1.05); }
.mega-cat:hover .mega-photo-hover { opacity: 1; transform: scale(1.05); }
.mega-cat strong { font-size: 13px; color: #111; line-height: 1.3; }
.mega-cat span { font-size: 11px; color: #8a8178; }
.mega-cat:hover strong,
.mega-cat:hover span { color: #e8782a; }

.nav-link.is-on,
.group\/more:hover > .nav-link,
.group\/nav:hover > .nav-link { color: #e8782a !important; }
button.nav-link { background: transparent; border: 0; cursor: pointer; font: inherit; }
.more-drop {
	display: block;
	position: absolute;
	top: calc(100% + 6px);
	left: 50%;
	transform: translateX(-50%);
	min-width: 240px;
	background: #fff;
	border: 1px solid #efe8df;
	border-radius: 16px;
	padding: 8px 0;
	box-shadow: 0 18px 44px rgba(17,17,17,.12);
	z-index: 70;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .2s ease, visibility .2s ease;
}
.group\/more:hover .more-drop,
.group\/more:focus-within .more-drop,
.group\/acc:hover .more-drop,
.group\/acc:focus-within .more-drop {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.more-drop a {
	display: block;
	padding: 10px 18px;
	color: #111 !important;
	font-size: 14px;
	letter-spacing: 0 !important;
	text-transform: none !important;
	font-weight: 500 !important;
}
.more-drop a:hover { color: #e8782a !important; background: #faf6f1; }
.more-drop-label { padding: 8px 18px 4px; font-size: 12px; color: #6b7280; margin: 0; }
.acc-drop { left: auto; right: 0; transform: none; min-width: 180px; }

.drawer { position: fixed; inset: 0; background: rgba(0,0,0,.4); display: none; z-index: 80; }
.drawer.open { display: block; }
.drawer-panel { position: absolute; right: 0; top: 0; bottom: 0; width: min(360px, 100%); background: #fff; padding: 24px; }
.search-modal { position: fixed; inset: 0; background: rgba(17,17,17,.55); display: none; place-items: center; z-index: 90; }
.search-modal.open { display: grid; }
.search-modal form { width: min(640px, calc(100% - 32px)); background: #fff; border-radius: 18px; padding: 18px; display: flex; gap: 8px; }
.search-modal input { flex: 1; border: 0; font-size: 16px; outline: none; }

.eyebrow { color: #e8782a; font-size: 12px; letter-spacing: .18em; font-weight: 500; text-transform: uppercase; }
.wrap { width: min(1440px, calc(100% - 48px)); margin: 0 auto; }
.page-hero { padding: 130px 0 36px; text-align: center; }
.page-hero .crumbs { display: flex; align-items: center; justify-content: center; text-align: center; margin-bottom: 10px; }
.page-hero .heading-section { text-align: center; margin-left: auto; margin-right: auto; }
.page-hero .lead, .page-hero .body-lead { margin-left: auto; margin-right: auto; text-align: center; }
.section { padding: 60px 0; }
.section.white { background: #fff; }
.lead { color: #6b7280; max-width: 640px; margin-left: auto; margin-right: auto; }
.contact-form, .simple-page { max-width: 720px; margin: 0 auto; }
.contact-form input, .contact-form textarea {
	width: 100%; margin: 8px 0; padding: 12px 14px; border-radius: 12px; border: 1px solid #e8e2d9; background: #fff;
}
.product-hero { display: grid; grid-template-columns: 1.1fr .9fr; gap: 36px; padding: 140px 0 60px; }
.product-hero img { width: 100%; border-radius: 24px; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }

.pdp { padding: 108px 0 72px; }
.pdp-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
	gap: 48px;
	align-items: start;
}
.pdp-buy { position: sticky; top: 96px; }
.pdp-gallery {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
}
.pdp-thumbs { display: flex; flex-direction: column; gap: 8px; }
.pdp-thumb {
	position: relative;
	width: 76px; height: 88px; padding: 0;
	border-radius: 14px; overflow: hidden;
	border: 2px solid transparent; background: #f4f1eb; cursor: pointer;
}
.pdp-thumb.is-on { border-color: #e8782a; }
.pdp-thumb img, .pdp-thumb video { width: 100%; height: 100%; object-fit: cover; display: block; }
.pdp-play {
	position: absolute; inset: 0; display: grid; place-items: center;
	color: #fff; font-size: 12px; background: rgba(17,17,17,.28); pointer-events: none;
}
.pdp-360 {
	width: 76px; min-height: 52px; border-radius: 14px;
	border: 1px solid #e8e2d9; background: #fff;
	font-size: 12px; font-weight: 700; letter-spacing: .06em; cursor: pointer;
}
.pdp-360:hover { border-color: #e8782a; color: #e8782a; }
.pdp-stage {
	position: relative;
	border-radius: 24px;
	overflow: hidden;
	background: #f3f0ea;
	aspect-ratio: 1 / 1;
	cursor: zoom-in;
}
.pdp-stage img, .pdp-stage video {
	width: 100%; height: 100%; object-fit: cover; display: block;
	transition: transform .18s ease;
	border-radius: 0;
}
.pdp-badges {
	position: absolute; left: 16px; top: 16px; z-index: 2;
	display: flex; flex-direction: column; gap: 6px;
}
.pdp-badge {
	width: fit-content; border-radius: 999px;
	padding: 5px 12px; font-size: 10px; font-weight: 700;
	letter-spacing: .08em; text-transform: uppercase; color: #fff;
}
.pdp-badge.dark { background: #111; }
.pdp-badge.accent { background: #e8782a; }
.pdp-badge.sale { background: #9B2226; }
.pdp-zoom-hint {
	position: absolute; left: 50%; bottom: 14px; z-index: 2;
	transform: translateX(-50%);
	background: rgba(255,255,255,.92);
	border-radius: 999px; padding: 6px 12px;
	font-size: 12px; color: #6b7280; pointer-events: none;
	box-shadow: 0 6px 16px rgba(17,17,17,.08);
}
.pdp-brand {
	margin: 0; font-size: 11px; letter-spacing: .16em;
	text-transform: uppercase; color: #9ca3af;
}
.pdp-title {
	margin: 6px 0 10px;
	font-family: "Playfair Display", serif;
	font-size: clamp(1.8rem, 3vw, 2.6rem);
	line-height: 1.15; font-weight: 500; color: #111;
}
.pdp-rating-row {
	display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
	font-size: 13px; color: #6b7280; margin-bottom: 16px;
}
.pdp-stars { display: inline-flex; gap: 2px; color: #e8782a; }
.pdp-rating-row strong { color: #111; }
.pdp-rating-row a { color: #111; text-decoration: underline; text-underline-offset: 3px; }
.pdp-dot { color: #d1d5db; }
.pdp-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 10px; }
.pdp-price strong { font-size: 1.85rem; color: #111; }
.pdp-price s { color: #9ca3af; font-size: 1rem; }
.pdp-off { color: #e8782a; font-size: 13px; font-weight: 700; }
.pdp-save { margin: 6px 0 0; color: #e8782a; font-size: 13px; }
.pdp-emi { margin: 8px 0 18px; color: #6b7280; font-size: 13px; }
.pdp-option { margin-bottom: 16px; }
.pdp-option p { margin: 0 0 8px; font-size: 13px; font-weight: 500; }
.pdp-swatches { display: flex; gap: 8px; }
.pdp-swatch {
	width: 28px; height: 28px; border-radius: 999px; border: 2px solid #fff;
	box-shadow: 0 0 0 1px #d7d0c6; cursor: pointer; padding: 0;
}
.pdp-swatch.is-on { box-shadow: 0 0 0 2px #111; }
.pdp-sizes { display: flex; flex-wrap: wrap; gap: 8px; }
.pdp-size {
	border: 1px solid #e8e2d9; background: #fff; color: #111;
	border-radius: 999px; padding: 8px 14px; font-size: 13px; cursor: pointer;
}
.pdp-size.is-on { background: #111; color: #fff; border-color: #111; }
.pdp-specs {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	margin: 4px 0 18px;
}
.pdp-specs div {
	background: #fff; border: 1px solid #eee7de; border-radius: 14px;
	padding: 10px 12px;
}
.pdp-specs span { display: block; font-size: 11px; color: #9ca3af; }
.pdp-specs strong { font-size: 13px; font-weight: 600; color: #111; }
.pdp-actions {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 8px;
	align-items: stretch;
	margin-bottom: 12px;
}
.pdp-form { margin: 0; display: flex; }
.pdp-add {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	min-height: 48px; padding: 0 22px; width: 100%;
}
.pdp-buynow {
	display: inline-flex; align-items: center; justify-content: center;
	min-height: 48px; padding: 0 22px; border-radius: 999px;
	border: 1px solid #111; background: #fff; color: #111;
	font-weight: 600; cursor: pointer; white-space: nowrap;
}
.pdp-qty {
	display: inline-flex; align-items: center;
	border: 1px solid #e8e2d9; border-radius: 999px; background: #fff;
	height: 48px; overflow: hidden;
}
.pdp-qty button {
	width: 40px; height: 48px; border: 0; background: transparent;
	font-size: 18px; cursor: pointer;
}
.pdp-qty input {
	width: 40px; border: 0; text-align: center; font-size: 14px; background: transparent;
	-moz-appearance: textfield;
}
.pdp-qty input::-webkit-outer-spin-button,
.pdp-qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.pdp-buynow:hover { background: #111; color: #fff; }
.pdp-secondary { display: flex; gap: 8px; margin-bottom: 10px; }
.pdp-secondary a, .pdp-secondary button {
	border: 1px solid #e8e2d9; background: #fff; color: #111;
	border-radius: 999px; padding: 8px 16px; font-size: 13px; cursor: pointer;
	text-decoration: none;
}
.pdp-stock { margin: 0 0 16px; color: #2f7d4a; font-size: 13px; font-weight: 600; }
.pdp-stock.is-out { color: #c2413b; }
.pdp-trust { list-style: none; padding: 14px 16px; margin: 16px 0 0; display: grid; gap: 0; background: #faf8f4; border: 1px solid #eee7de; border-radius: 18px; }
.pdp-trust li { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; font-size: 13px; padding: 10px 0; }
.pdp-trust li + li { border-top: 1px solid #eee7de; }
.pdp-trust svg { margin-top: 2px; color: #e8782a; }
.pdp-trust strong { display: block; color: #111; font-size: 13px; }
.pdp-trust span { color: #6b7280; }
.pdp-tabs {
	margin-top: 48px;
	padding: 8px 28px 28px;
	background: #fff;
	border: 1px solid #eee7de;
	border-radius: 24px;
}
.pdp-tab-nav {
	display: flex; flex-wrap: wrap; gap: 8px 22px;
	border-bottom: 1px solid #eee7de; margin: 0 -8px 22px;
}
.pdp-tab-nav button {
	border: 0; background: none; padding: 16px 8px 12px; cursor: pointer;
	color: #6b7280; font-size: 14px; font-weight: 500;
	border-bottom: 2px solid transparent; margin-bottom: -1px;
}
.pdp-tab-nav button.is-on { color: #111; border-bottom-color: #e8782a; }
.pdp-tab-panel { display: none; color: #4b5563; line-height: 1.75; max-width: 760px; }
.pdp-tab-panel.is-on { display: block; }
.pdp-tab-panel p { margin: 0; }
.pdp-tab-panel ul { margin: 14px 0 0; padding-left: 18px; }
.pdp-spec-table { width: min(640px, 100%); border-collapse: collapse; }
.pdp-spec-table th, .pdp-spec-table td { text-align: left; padding: 12px 0; border-bottom: 1px solid #f1ebe4; }
.pdp-spec-table th { width: 36%; color: #6b7280; font-weight: 500; }
.pdp-spec-table tr:last-child th, .pdp-spec-table tr:last-child td { border-bottom: 0; }

.catalog { padding: 108px 0 72px; }
.catalog-top {
	display: flex; justify-content: space-between; align-items: center;
	gap: 16px; margin-bottom: 18px;
}
.catalog-count { margin: 0; font-size: 13px; color: #6b7280; white-space: nowrap; }
.catalog-hero {
	position: relative; border-radius: 28px; overflow: hidden;
	min-height: 280px; background: #1a120c;
}
.catalog-hero img {
	width: 100%; height: 340px; object-fit: cover; display: block;
	filter: brightness(.72);
}
.catalog-hero::after {
	content: "";
	position: absolute; inset: 0;
	background: linear-gradient(105deg, rgba(12,8,6,.78) 0%, rgba(12,8,6,.38) 48%, rgba(12,8,6,.12) 100%);
	pointer-events: none;
}
.catalog-hero-copy {
	position: absolute; inset: 0; z-index: 1; display: flex; flex-direction: column;
	justify-content: center; padding: 36px 44px; color: #fff; max-width: 680px;
}
.catalog-hero-copy p {
	margin: 0 0 8px; color: #e8782a; font-size: 11px; font-weight: 600;
	letter-spacing: .18em; text-transform: uppercase;
}
.catalog-hero-copy h1 {
	margin: 0; font-family: "Playfair Display", serif;
	font-size: clamp(2rem, 4vw, 3.15rem); font-weight: 500; line-height: 1.15; color: #fff;
}
.catalog-hero-copy span {
	display: block; margin-top: 10px; color: rgba(255,255,255,.82); font-size: 15px; max-width: 440px;
}
.catalog-hero-copy a {
	margin-top: 20px; width: fit-content; display: inline-flex; align-items: center;
	min-height: 44px; padding: 0 18px; border-radius: 999px; background: #e8782a; color: #fff;
	font-size: 13px; font-weight: 600; box-shadow: 0 10px 24px rgba(232,120,42,.35);
}
.catalog-hero-copy a:hover { background: #d96a1e; color: #fff; }
.catalog-bar {
	margin-top: 22px; display: flex; flex-wrap: wrap; align-items: center; gap: 12px 16px;
	padding: 12px 16px; background: #fff; border: 1px solid #eee7de; border-radius: 22px;
	box-shadow: 0 10px 28px rgba(17,17,17,.04);
}
.catalog-bar > p { margin: 0; font-size: 13px; color: #6b7280; margin-right: auto; }
.catalog-search {
	flex: 0 1 240px; width: 240px; min-width: 180px; display: flex; align-items: center; gap: 8px;
	border: 1px solid #eee7de; border-radius: 999px; padding: 0 14px; background: #faf8f4; color: #9ca3af;
}
.catalog-search input { flex: 1; min-width: 0; border: 0; background: transparent; padding: 10px 0; outline: none; color: #111; font-size: 14px; }
.catalog-bar-right { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.catalog-sort { display: flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: #9ca3af; }
.catalog-sort select {
	border: 1px solid #eee7de; border-radius: 999px; padding: 8px 28px 8px 12px; background: #fff; color: #111;
	font-size: 13px; text-transform: none; letter-spacing: 0; min-width: 150px;
}
.catalog-views, .catalog-pages { display: flex; gap: 6px; }
.catalog-views a, .catalog-pages a {
	width: 34px; height: 34px; border-radius: 999px; display: grid; place-items: center;
	border: 1px solid #eee7de; color: #6b7280; background: #fff; font-size: 12px; font-weight: 600;
}
.catalog-views a.is-on, .catalog-pages a.is-on { background: #111; color: #fff; border-color: #111; }
.catalog-body {
	display: grid; grid-template-columns: 240px minmax(0, 1fr);
	gap: 22px; margin-top: 22px; align-items: start;
}
.catalog-body.is-wide { grid-template-columns: 1fr; }
.catalog-filters { background: #fff; border: 1px solid #eee7de; border-radius: 22px; padding: 18px 18px 10px; position: sticky; top: 100px; }
.catalog-filters-head { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; margin-bottom: 4px; }
.catalog-filters h2 { margin: 0; font-size: 16px; font-family: "Playfair Display", serif; }
.catalog-filters-head a { font-size: 12px; color: #e8782a; }
.catalog-acc { border-top: 1px solid #f1ebe4; }
.catalog-acc summary {
	cursor: pointer; list-style: none; padding: 12px 0; font-size: 14px; font-weight: 600;
	display: flex; justify-content: space-between; align-items: center;
}
.catalog-acc summary::-webkit-details-marker { display: none; }
.catalog-acc summary::after { content: "▾"; color: #c4b8aa; font-size: 11px; }
.catalog-acc:not([open]) summary::after { content: "▸"; }
.catalog-acc div { display: grid; gap: 8px; padding: 0 0 14px; }
.catalog-check { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #4b5563; }
.catalog-check span {
	width: 16px; height: 16px; border-radius: 4px; border: 1px solid #d6cfc4; background: #fff; flex-shrink: 0;
}
.catalog-check.is-on { color: #111; font-weight: 500; }
.catalog-check.is-on span { background: #e8782a; border-color: #e8782a; box-shadow: inset 0 0 0 2px #fff; }
.catalog-products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.catalog-products > * { min-width: 0; }
.catalog-products.is-list { grid-template-columns: 1fr; }
.catalog-products.is-list .product-card { flex-direction: row; min-height: 220px; }
.catalog-products.is-list .product-card > div:first-child { width: 240px; flex-shrink: 0; aspect-ratio: 1; }
.catalog-empty { grid-column: 1 / -1; color: #6b7280; padding: 40px 8px; }

.contact-page { padding: 108px 0 72px; }
.contact-page .section-label { margin-bottom: 8px; }
.contact-page h1 { margin: 0 0 10px; }
.contact-lead { color: #6b7280; max-width: 520px; margin: 0 0 28px; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 22px; align-items: start; }
.contact-card {
	background: #fff; border: 1px solid #eee7de; border-radius: 24px;
	padding: 28px; box-shadow: 0 16px 40px rgba(17,17,17,.05);
}
.contact-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.contact-card label { display: block; font-size: 12px; font-weight: 600; color: #6b7280; margin: 0 0 6px; }
.contact-card input, .contact-card textarea {
	width: 100%; margin: 0 0 16px; padding: 12px 14px; border-radius: 12px;
	border: 1px solid #e8e2d9; background: #faf8f4; font-size: 14px;
}
.contact-card textarea { min-height: 120px; resize: vertical; }
.contact-card .btn-primary { box-shadow: 0 10px 24px rgba(232,120,42,.28); }
.contact-flash { margin: 0 0 14px; color: #2f7d4a; font-size: 14px; }
.contact-aside { background: #faf8f4; }
.contact-aside h2 {
	margin: 0 0 8px; font-family: "Playfair Display", serif; font-size: 1.2rem; font-weight: 500;
}
.contact-aside h2:not(:first-child) { margin-top: 8px; padding-top: 16px; border-top: 1px solid #eee7de; }
.contact-aside p { margin: 0 0 4px; color: #4b5563; font-size: 14px; line-height: 1.65; }
.contact-aside a { color: #e8782a; }
.contact-aside a:hover { text-decoration: underline; }

.pdp-review-head { display: flex; align-items: baseline; gap: 12px; margin: 12px 0 22px; }
.pdp-review-head strong { font-size: 2.4rem; font-family: "Playfair Display", serif; }
.pdp-reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pdp-reviews article {
	background: #fff; border: 1px solid #e8e2d9; border-radius: 18px; padding: 20px;
}
.pdp-review-who { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.pdp-review-who img, .pdp-review-who span {
	width: 40px; height: 40px; border-radius: 999px; object-fit: cover;
	background: #f4ebe3; color: #e8782a; display: grid; place-items: center; font-weight: 600;
}
.pdp-review-who strong { display: block; font-size: 14px; }
.pdp-review-who em { font-style: normal; font-size: 11px; color: #2f7d4a; }
.pdp-reviews h3 { margin: 0 0 8px; font-size: 15px; }
.pdp-reviews p { margin: 0; color: #4b5563; font-size: 14px; line-height: 1.65; }
.pdp-faq { max-width: 820px; margin-top: 18px; }
.pdp-faq p { margin: 10px 0 0; color: #6b7280; }
.btn-buy {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 8px 16px;
	border-radius: 999px;
	background: #111;
	color: #fff !important;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: .02em;
	text-decoration: none;
	border: 0;
	box-shadow: 0 8px 18px rgba(17,17,17,.18);
}
.btn-buy:hover { background: #000; color: #fff !important; }
.order-block {
	background: #fff;
	border: 1px solid #e8e2d9;
	border-radius: 22px;
	padding: 18px;
	margin-bottom: 22px;
	box-shadow: 0 12px 32px rgba(17,17,17,.06);
}
.order-head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 16px;
	padding-bottom: 14px;
	border-bottom: 1px solid #f1ebe4;
}
.order-meta { margin: 0; color: #6b7280; font-size: 13px; }
.order-head-right { display: flex; align-items: center; gap: 12px; }
.order-total { font-size: 18px; color: #111; }
.order-status {
	display: inline-flex;
	align-items: center;
	padding: 5px 12px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .08em;
	background: #f4ebe3;
	color: #e8782a;
}
.order-status.is-shipped { background: #e7f6ec; color: #2f7d4a; }
.order-status.is-cancelled { background: #fdecee; color: #c2413b; }
.purchased-meta {
	margin: 8px 0 0;
	padding-top: 8px;
	border-top: 1px dashed #eee;
	font-size: 12px;
	color: #6b7280;
}
.track-form-card { max-width: 480px; }
.track-form-card.is-secondary { margin-top: 8px; }
.track-empty { max-width: 560px; margin-bottom: 22px; }
.faq details { background: #fff; border: 1px solid #e8e2d9; border-radius: 16px; padding: 16px 18px; margin-bottom: 10px; }
.faq summary { cursor: pointer; font-weight: 500; }
.faq-item summary { list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item[open] { border-color: rgba(232, 120, 42, .4); }
.faq-item[open] .faq-plus { transform: rotate(45deg); }

.rev-slider { position: relative; }
.rev-viewport { overflow: hidden; width: 100%; }
.rev-track { display: flex; width: 100%; transition: transform .55s cubic-bezier(.22,1,.36,1); will-change: transform; }
.rev-slide { flex: 0 0 100%; padding-right: 16px; box-sizing: border-box; }
.rev-dots { display: flex; justify-content: center; gap: 8px; margin-top: 28px; }
.rev-dots button {
	width: 8px; height: 8px; border: 0; border-radius: 99px;
	background: #e8d5c8; padding: 0;
}
.rev-dots button.is-on { width: 22px; background: #e8782a; }

@media (min-width: 640px) {
	.rev-slide { flex-basis: 50%; padding-right: 28px; }
}
@media (min-width: 1024px) {
	.rev-slide { flex-basis: 33.333%; }
}

.ig-slider { position: relative; }
.ig-viewport { overflow: hidden; border-radius: 16px; width: 100%; }
.ig-track { display: flex; width: 100%; transition: transform .55s cubic-bezier(.22,1,.36,1); will-change: transform; }
.ig-slide {
	flex: 0 0 100%;
	position: relative;
	aspect-ratio: 4 / 3;
	padding: 0 6px;
	display: block;
}
.ig-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
	display: block;
}
.ig-overlay {
	position: absolute; inset: 6px; border-radius: 16px;
	background: rgba(17,17,17,0); transition: background .3s;
	pointer-events: none;
}
.ig-slide:hover .ig-overlay { background: rgba(17,17,17,.28); }
.ig-slider.is-stories .ig-slide { aspect-ratio: 3 / 4; }
.ig-slider.is-stories .ig-slide img { background: #f4efe8; object-fit: cover; }
.ig-nav {
	position: absolute; top: 50%; z-index: 2;
	width: 44px; height: 44px; border-radius: 999px; border: 0;
	background: #fff; color: #111; box-shadow: 0 8px 24px rgba(17,17,17,.12);
	display: grid; place-items: center; transform: translateY(-70%);
}
.ig-nav:hover { color: #e8782a; }
.ig-prev { left: -8px; }
.ig-next { right: -8px; }
.ig-dots { display: flex; justify-content: center; gap: 8px; margin-top: 18px; }
.ig-dots button {
	width: 8px; height: 8px; border: 0; border-radius: 99px;
	background: #d9d2c8; padding: 0;
}
.ig-dots button.is-on { width: 22px; background: #e8782a; }

@media (min-width: 640px) {
	.ig-slide { flex-basis: 50%; aspect-ratio: 1; }
}
@media (min-width: 1024px) {
	.ig-slide { flex-basis: 25%; }
	.ig-slider.is-stories .ig-slide { aspect-ratio: 3 / 4; }
	.ig-prev { left: -18px; }
	.ig-next { right: -18px; }
}

@media (max-width: 1100px) {
	.product-grid { grid-template-columns: repeat(3, 1fr); }
	.catalog-products { grid-template-columns: repeat(2, 1fr); }
	.pdp-grid { gap: 28px; }
	.pdp-specs { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1024px) {
	.product-hero { grid-template-columns: 1fr 1fr; }
	.pdp-reviews { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
	.product-hero { grid-template-columns: 1fr; padding: 110px 0 40px; gap: 22px; }
	.product-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
	.page-hero { padding: 110px 0 28px; }
	.section { padding: 56px 0; }
	.wrap { width: min(1440px, calc(100% - 32px)); }
	.order-block { padding: 14px; border-radius: 18px; }
	.pdp { padding: 96px 0 48px; }
	.pdp-tabs { padding: 4px 16px 20px; border-radius: 18px; }
	.pdp-grid { grid-template-columns: 1fr; gap: 22px; }
	.pdp-buy { position: static; }
	.pdp-gallery {
		display: flex;
		flex-direction: column;
	}
	.pdp-stage { order: 1; aspect-ratio: 4 / 5; }
	.pdp-thumbs { order: 2; flex-direction: row; overflow-x: auto; padding-bottom: 4px; }
	.pdp-title { font-size: 1.8rem; }
	.pdp-actions { grid-template-columns: 1fr; }
	.catalog { padding: 96px 0 48px; }
	.catalog-hero img { height: 240px; }
	.catalog-hero-copy { padding: 24px; }
	.catalog-body { grid-template-columns: 1fr; }
	.catalog-filters { position: static; }
	.catalog-products { grid-template-columns: repeat(2, 1fr); gap: 12px; }
	.catalog-products.is-list { grid-template-columns: 1fr; }
	.catalog-products.is-list .product-card { flex-direction: column; }
	.catalog-products.is-list .product-card > div:first-child { width: 100%; }
	.contact-page { padding: 96px 0 48px; }
	.contact-grid { grid-template-columns: 1fr; }
	.contact-row { grid-template-columns: 1fr; }
	.cart-layout { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
	.page-hero { padding: 96px 0 20px; }
	.wrap { width: calc(100% - 24px); }
	.section { padding: 40px 0; }
	.order-head-right { width: 100%; justify-content: space-between; }
	.page-card { padding: 20px; }
	.gallery-grid { grid-template-columns: 1fr; }
	.story-card { min-height: 220px; }
	.checkout-grid { grid-template-columns: 1fr; }
	.order-block .product-grid { grid-template-columns: 1fr; }
	.pdp-reviews { grid-template-columns: 1fr; }
	.pdp-actions { grid-template-columns: 1fr; }
	.pdp-form, .pdp-add, .pdp-buynow { width: 100%; }
	.pdp-qty { width: 100%; justify-content: space-between; }
	.pdp-zoom-hint { display: none; }
	.catalog-top { flex-direction: column; align-items: flex-start; }
	.catalog-bar-right { margin-left: 0; width: 100%; }
	.catalog-search { min-width: 0; width: 100%; flex: 1 1 100%; }
	.catalog-products { grid-template-columns: 1fr; }
	.contact-row, .cart-layout { grid-template-columns: 1fr; }
}

.alert { padding: 10px 14px; border-radius: 12px; margin-bottom: 14px; }
.alert.ok { background: #e7f6ec; color: #2f7d4a; }
.alert.err { background: #fdecee; color: #c2413b; }

.cart-layout, .checkout-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, .75fr);
	gap: 24px;
	align-items: start;
}
.cart-card, .checkout-card {
	background: #fff; border: 1px solid #eee7de; border-radius: 24px;
	padding: 24px 26px; box-shadow: 0 16px 40px rgba(17,17,17,.05);
}
.cart-empty {
	max-width: 560px; margin: 0 auto; text-align: center;
	background: #fff; border: 1px solid #eee7de; border-radius: 24px;
	padding: 48px 32px; box-shadow: 0 16px 40px rgba(17,17,17,.05);
}
.cart-empty p { margin: 0 0 18px; color: #6b7280; }
.cart-table { width: 100%; background: transparent; border-radius: 0; overflow: visible; border-collapse: collapse; }
.cart-table th, .cart-table td { padding: 14px 8px; text-align: left; border-bottom: 1px solid #f1ebe4; vertical-align: middle; }
.cart-table th { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: #9ca3af; font-weight: 600; }
.cart-table img { width: 80px; height: 80px; object-fit: cover; border-radius: 12px; }
.cart-table input[type=number] { width: 72px; padding: 8px; border: 1px solid #e8e2d9; border-radius: 10px; }
.cart-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between; margin-top: 18px; }
.checkout-card h2 { margin: 0 0 14px; font-family: "Playfair Display", serif; font-size: 1.35rem; font-weight: 500; }
.checkout-card .checkout-total { display: flex; justify-content: space-between; margin-top: 14px; padding-top: 14px; border-top: 1px solid #eee7de; }
.checkout-form input, .checkout-form textarea {
	width: 100%; margin: 0 0 12px; padding: 12px 14px; border-radius: 12px;
	border: 1px solid #e8e2d9; background: #faf8f4; font-size: 14px;
}
.checkout-lines { list-style: none; padding: 0; margin: 16px 0; }
.checkout-lines li { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; border-bottom: 1px solid #eee; }
.checkout-total { font-size: 18px; margin-top: 12px; }
.coupon-box { margin-top: 18px; padding: 16px; background: #fff; border: 1px solid #e8e2d9; border-radius: 16px; }
.coupon-box form { display: flex; gap: 8px; }
.coupon-box input { flex: 1; padding: 10px 12px; border: 1px solid #e8e2d9; border-radius: 999px; }
.coupon-code { font-size: 28px; letter-spacing: .18em; font-weight: 600; margin: 16px 0; color: #111; }
.thanks-page { padding: 140px 0 80px; }
.thanks-title {
	font-family: "Playfair Display", serif;
	font-size: 1.75rem;
	line-height: 1.3;
	color: #111;
	margin: 8px 0 18px;
	font-weight: 500;
}
.thanks-body { color: #111; font-size: 1rem; line-height: 1.65; margin: 0 0 12px; max-width: 560px; }
.thanks-mail { color: #6b7280; font-size: .9rem; line-height: 1.6; margin: 0 0 22px; max-width: 560px; }
.thanks-page .btn-primary { display: inline-flex; }

.offer-modal {
	position: fixed; inset: 0; z-index: 120;
	background: rgba(17,17,17,.55);
	display: none; place-items: center; padding: 20px;
}
.offer-modal.open { display: grid; }
.offer-card {
	width: min(400px, calc(100vw - 32px));
	background: #fff;
	border-radius: 28px;
	overflow: hidden;
	box-shadow: 0 30px 80px rgba(17,17,17,.25);
	color: #111;
}
.offer-photo { position: relative; height: 210px; }
.offer-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.offer-close {
	position: absolute; top: 12px; right: 12px;
	width: 36px; height: 36px; border: 0; border-radius: 999px;
	background: #111; color: #fff; font-size: 20px; line-height: 1; cursor: pointer;
}
.offer-body { padding: 22px 22px 24px; text-align: left; }
.offer-body .section-label { margin: 0 0 8px; }
.offer-title {
	font-family: "Playfair Display", serif;
	font-size: 1.45rem;
	line-height: 1.25;
	color: #111;
	margin: 0 0 10px;
	font-weight: 500;
	letter-spacing: -.02em;
	overflow-wrap: anywhere;
}
.offer-lead {
	font-family: Poppins, sans-serif;
	font-size: .95rem;
	line-height: 1.6;
	color: #6b7280;
	margin: 0;
	overflow-wrap: anywhere;
}
.offer-actions { display: flex; gap: 10px; margin-top: 18px; }
.offer-actions .btn-primary,
.offer-actions .btn-ghost {
	flex: 1;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.crumbs { font-size: 13px; color: #6b7280; margin-bottom: 18px; }
.crumbs a { color: #6b7280; }
.crumbs a:hover { color: #e8782a; }
.crumbs span { margin: 0 8px; color: #c4b8aa; }
.about-intro {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 36px;
	color: #4b5563;
	line-height: 1.8;
	font-size: 15px;
}
.about-story {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	gap: 48px;
	align-items: center;
}
.about-story-photo { border-radius: 24px; overflow: hidden; min-height: 320px; }
.about-story-photo img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 320px; }
.about-banner {
	position: relative;
	border-radius: 28px;
	overflow: hidden;
	min-height: 360px;
	color: #fff;
}
.about-banner img { width: 100%; height: 360px; object-fit: cover; display: block; }
.about-banner-copy {
	position: absolute; inset: 0;
	background: linear-gradient(90deg, rgba(17,17,17,.72) 0%, rgba(17,17,17,.28) 70%);
	padding: 48px 44px;
	display: flex; flex-direction: column; justify-content: center;
	max-width: 560px;
}
.about-banner-copy h2 {
	font-family: "Playfair Display", serif;
	font-size: 2.4rem;
	margin: 8px 0 12px;
	color: #fff;
}
.about-banner-save { font-size: 1.15rem; font-weight: 600; color: #e8782a; margin: 6px 0 0; }
.about-banner-copy p { color: rgba(255,255,255,.85); max-width: 420px; }
.about-banner-copy .btn-primary { margin-top: 18px; width: fit-content; display: inline-flex; }
.about-quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.quote-card {
	background: #fff;
	border: 1px solid #e8e2d9;
	border-radius: 20px;
	padding: 28px;
}
.quote-text { color: #374151; line-height: 1.7; font-size: 15px; min-height: 5.5rem; }
.quote-who { display: flex; align-items: center; gap: 12px; margin-top: 22px; padding-top: 18px; border-top: 1px solid #eee; }
.quote-who img { width: 44px; height: 44px; border-radius: 999px; object-fit: cover; }
.quote-av {
	width: 44px; height: 44px; border-radius: 999px;
	background: #f4ebe3; color: #e8782a;
	display: grid; place-items: center; font-weight: 600; font-size: 13px; flex-shrink: 0;
}
.quote-who strong { display: block; font-size: 14px; color: #111; }
.quote-who span { font-size: 12px; color: #6b7280; }
.page-card {
	background: #fff;
	border: 1px solid #e8e2d9;
	border-radius: 20px;
	padding: 28px;
	max-width: 720px;
}
.page-card form { display: grid; gap: 12px; margin-top: 16px; }
.page-card input {
	padding: 12px 14px; border-radius: 12px; border: 1px solid #e8e2d9; background: #fff;
}
.store-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }
.store-map { border-radius: 20px; overflow: hidden; min-height: 280px; background: #eee; }
.store-map iframe, .store-map img { width: 100%; height: 280px; object-fit: cover; border: 0; display: block; }
.gallery-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
}
.story-card {
	position: relative;
	display: block;
	min-height: 280px;
	overflow: hidden;
	border-radius: 22px;
	color: #fff;
	background: #1a1a1a;
}
.story-card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .5s ease;
}
.story-card:hover img { transform: scale(1.05); }
.story-card .copy {
	position: absolute;
	inset-inline: 0;
	bottom: 0;
	padding: 18px 16px;
	background: linear-gradient(to top, rgba(0,0,0,.78), transparent);
}
.story-card h3 {
	margin: 4px 0 0;
	font-family: "Playfair Display", serif;
	font-size: 1.15rem;
	color: #fff;
	font-weight: 500;
}
@media (min-width: 1024px) {
	.gallery-grid { grid-template-columns: repeat(4, 1fr); gap: 16px; }
	.story-card { min-height: 360px; }
}

@media (max-width: 900px) {
	.checkout-grid { grid-template-columns: 1fr; }
	.about-intro, .about-story, .about-quotes, .store-grid { grid-template-columns: 1fr; }
	.about-banner-copy { padding: 28px 22px; max-width: none; }
	.about-banner-copy h2 { font-size: 1.8rem; }
	.about-banner img { height: 420px; }
}
