:root {
	--ink: #21131b;
	--muted: #7f6874;
	--rose: #b55372;
	--rose-dark: #7d2342;
	--blush: #fff1f5;
	--cream: #fffaf2;
	--gold: #d6a354;
	--plum: #3b1628;
	--white: #ffffff;
	--line: rgba(59, 22, 40, 0.12);
	--shadow: 0 24px 80px rgba(59, 22, 40, 0.14);
	--soft-shadow: 0 14px 40px rgba(59, 22, 40, 0.10);
	--radius-xl: 34px;
	--radius-lg: 24px;
	--radius-md: 18px;
	--container: 1180px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: var(--ink);
	background:
		radial-gradient(circle at top left, rgba(255, 225, 234, 0.9), transparent 34rem),
		linear-gradient(180deg, #fffafc 0%, #fff7f0 44%, #ffffff 100%);
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

body.nav-open {
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
	transition: color .2s ease, background .2s ease, transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

p {
	margin-top: 0;
}

.container {
	width: min(var(--container), calc(100% - 40px));
	margin-inline: auto;
}

.screen-reader-text,
.skip-link {
	position: absolute;
	left: -9999px;
}

.skip-link:focus {
	left: 18px;
	top: 18px;
	z-index: 9999;
	background: var(--white);
	color: var(--ink);
	padding: 10px 14px;
	border-radius: 10px;
	box-shadow: var(--soft-shadow);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255, 250, 252, 0.82);
	backdrop-filter: blur(22px);
	border-bottom: 1px solid rgba(59, 22, 40, 0.08);
	transition: box-shadow .25s ease, background .25s ease;
}

.site-header.is-scrolled {
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 10px 35px rgba(59, 22, 40, .08);
}

.announcement-bar {
	background: linear-gradient(90deg, var(--plum), var(--rose-dark));
	color: rgba(255,255,255,.92);
	font-size: 13px;
	letter-spacing: .01em;
}

.announcement-inner {
	min-height: 38px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.announcement-inner a {
	color: #ffe5ad;
	font-weight: 700;
	white-space: nowrap;
}

.nav-wrap {
	min-height: 82px;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 26px;
}

.site-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
}

.brand-mark {
	width: 48px;
	height: 48px;
	display: inline-grid;
	place-items: center;
	border-radius: 18px;
	color: var(--white);
	font-weight: 900;
	letter-spacing: -.06em;
	background:
		linear-gradient(135deg, rgba(255,255,255,.24), rgba(255,255,255,0)),
		linear-gradient(135deg, var(--rose-dark), var(--gold));
	box-shadow: 0 14px 34px rgba(125, 35, 66, 0.25);
}

.site-brand strong {
	display: block;
	font-size: 19px;
	line-height: 1;
	letter-spacing: .06em;
}

.site-brand small {
	display: block;
	font-size: 11px;
	margin-top: 7px;
	letter-spacing: .18em;
	color: var(--muted);
	font-weight: 800;
}

.primary-nav {
	justify-self: center;
}

.nav-menu {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	margin: 0;
	padding: 0;
}

.nav-menu li {
	position: relative;
}

.nav-menu a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 14px;
	border-radius: 999px;
	color: #3d2632;
	font-size: 14px;
	font-weight: 800;
}

.nav-menu a:hover,
.nav-menu .current-menu-item > a {
	background: var(--blush);
	color: var(--rose-dark);
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-self: end;
}

.header-link {
	font-size: 14px;
	font-weight: 800;
	padding: 10px 14px;
	border-radius: 999px;
	border: 1px solid var(--line);
	background: rgba(255,255,255,.7);
}

.header-link:hover {
	background: var(--blush);
	color: var(--rose-dark);
}

.cart-pill {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 44px;
	padding: 0 10px 0 16px;
	border-radius: 999px;
	background: var(--ink);
	color: var(--white);
	font-size: 14px;
	font-weight: 900;
	box-shadow: 0 12px 28px rgba(33, 19, 27, .2);
}

.cart-pill strong {
	display: grid;
	place-items: center;
	min-width: 28px;
	height: 28px;
	padding: 0 8px;
	border-radius: 999px;
	background: var(--gold);
	color: var(--ink);
	font-size: 12px;
}

.menu-toggle {
	display: none;
	border: 0;
	background: var(--white);
	border-radius: 999px;
	padding: 10px 14px;
	box-shadow: var(--soft-shadow);
	cursor: pointer;
	align-items: center;
	gap: 8px;
	color: var(--ink);
}

.menu-toggle span {
	width: 16px;
	height: 2px;
	background: var(--ink);
	border-radius: 999px;
	display: block;
}

.menu-toggle b {
	font-size: 13px;
}

.site-main {
	min-height: 70vh;
}

.hero-section {
	padding: 72px 0 58px;
	overflow: hidden;
}

.hero-grid {
	display: grid;
	grid-template-columns: 1.02fr .98fr;
	gap: 54px;
	align-items: center;
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 14px;
	color: var(--rose-dark);
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .18em;
	font-weight: 900;
}

.eyebrow::before {
	content: "";
	width: 34px;
	height: 1px;
	background: currentColor;
	opacity: .6;
}

.eyebrow.light {
	color: #ffe9b7;
}

.hero-copy h1,
.section-head h2,
.deal-band h2,
.footer-cta h2,
.page-hero h1 {
	font-family: "Playfair Display", Georgia, serif;
	line-height: .98;
	letter-spacing: -.04em;
	margin: 0;
	color: var(--ink);
}

.hero-copy h1 {
	font-size: clamp(48px, 7vw, 92px);
	max-width: 820px;
}

.hero-copy p {
	margin: 24px 0 0;
	max-width: 660px;
	color: var(--muted);
	font-size: 18px;
}

.hero-actions {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 30px;
	flex-wrap: wrap;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 24px;
	border-radius: 999px;
	font-weight: 900;
	border: 1px solid transparent;
	line-height: 1;
}

.btn:hover {
	transform: translateY(-2px);
}

.btn-primary {
	color: var(--white);
	background: linear-gradient(135deg, var(--rose-dark), var(--rose));
	box-shadow: 0 18px 40px rgba(181, 83, 114, .28);
}

.btn-secondary {
	background: var(--white);
	color: var(--ink);
	border-color: var(--line);
	box-shadow: 0 12px 30px rgba(59, 22, 40, .08);
}

.btn-light {
	background: var(--white);
	color: var(--plum);
	box-shadow: 0 18px 40px rgba(0, 0, 0, .12);
}

.btn-ghost-light {
	color: var(--white);
	border-color: rgba(255,255,255,.3);
}

.trust-row {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 28px;
}

.trust-row span {
	padding: 9px 12px;
	border-radius: 999px;
	background: rgba(255,255,255,.75);
	border: 1px solid var(--line);
	color: #5f4050;
	font-weight: 800;
	font-size: 13px;
}

.hero-visual {
	min-height: 620px;
	position: relative;
	display: grid;
	place-items: center;
	isolation: isolate;
}

.hero-visual::before {
	content: "";
	position: absolute;
	inset: 60px 0;
	background:
		radial-gradient(circle at 30% 10%, rgba(214, 163, 84, .38), transparent 18rem),
		linear-gradient(135deg, rgba(255, 241, 245, .9), rgba(255,255,255,.5));
	border-radius: 46% 54% 45% 55% / 44% 42% 58% 56%;
	filter: drop-shadow(0 40px 90px rgba(125, 35, 66, .18));
	z-index: -2;
}

.hero-visual::after {
	content: "";
	position: absolute;
	width: 560px;
	height: 560px;
	border: 1px solid rgba(125, 35, 66, .12);
	border-radius: 50%;
	z-index: -3;
	animation: slowSpin 20s linear infinite;
}

@keyframes slowSpin {
	to { transform: rotate(360deg); }
}

.fashion-arch {
	position: relative;
	width: min(92%, 430px);
	aspect-ratio: 0.74;
	border-radius: 220px 220px 34px 34px;
	background:
		linear-gradient(180deg, rgba(255,255,255,.2), rgba(255,255,255,.78)),
		linear-gradient(135deg, #f5b7c9, #fff1f5 48%, #d6a354);
	box-shadow:
		inset 0 0 0 1px rgba(255,255,255,.65),
		0 44px 90px rgba(59, 22, 40, .20);
	overflow: hidden;
}

.fashion-arch::before {
	content: "";
	position: absolute;
	inset: 36px;
	border-radius: 200px 200px 30px 30px;
	border: 1px solid rgba(255,255,255,.7);
}

.dress-shape {
	position: absolute;
	left: 50%;
	bottom: 54px;
	width: 220px;
	height: 315px;
	transform: translateX(-50%);
	background:
		linear-gradient(150deg, rgba(255,255,255,.35), transparent 30%),
		linear-gradient(160deg, var(--plum), #b55372 55%, #f2b1c5);
	clip-path: polygon(35% 0, 65% 0, 76% 25%, 95% 100%, 5% 100%, 24% 25%);
	box-shadow: 0 30px 60px rgba(33, 19, 27, .28);
}

.dress-shape::before {
	content: "";
	position: absolute;
	left: 50%;
	top: -22px;
	width: 86px;
	height: 62px;
	transform: translateX(-50%);
	border-radius: 50%;
	background: #ffe3cc;
}

.dress-shape div {
	position: absolute;
	inset: 96px 38px 20px;
	border-radius: 50% 50% 12px 12px;
	background: linear-gradient(180deg, rgba(255,255,255,.22), rgba(255,255,255,0));
}

.hero-card {
	position: absolute;
	padding: 18px 20px;
	border-radius: 24px;
	background: rgba(255,255,255,.78);
	border: 1px solid rgba(255,255,255,.9);
	backdrop-filter: blur(18px);
	box-shadow: var(--shadow);
}

.hero-card span {
	display: block;
	color: var(--muted);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .14em;
}

.hero-card strong {
	display: block;
	margin-top: 3px;
	font-size: 22px;
	font-family: "Playfair Display", Georgia, serif;
}

.card-one {
	top: 90px;
	left: 10px;
}

.card-two {
	right: 4px;
	bottom: 90px;
}

.category-strip,
.featured-products,
.service-section,
.content-section {
	padding: 72px 0;
}

.section-head {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 34px;
}

.section-head.split {
	text-align: left;
	max-width: none;
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
}

.section-head h2,
.deal-band h2,
.footer-cta h2,
.page-hero h1 {
	font-size: clamp(34px, 4vw, 58px);
}

.section-head p {
	color: var(--muted);
	margin: 14px auto 0;
	max-width: 640px;
}

.category-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.category-card {
	position: relative;
	min-height: 230px;
	padding: 26px;
	border-radius: var(--radius-lg);
	background:
		linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,241,245,.72));
	border: 1px solid rgba(255,255,255,.72);
	box-shadow: var(--soft-shadow);
	overflow: hidden;
}

.category-card::after {
	content: "";
	position: absolute;
	width: 170px;
	height: 170px;
	right: -58px;
	bottom: -70px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(181,83,114,.20), transparent 70%);
	transition: transform .25s ease;
}

.category-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow);
}

.category-card:hover::after {
	transform: scale(1.22);
}

.category-card span {
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 14px;
	background: var(--plum);
	color: var(--white);
	font-weight: 900;
	font-size: 13px;
}

.category-card h3 {
	margin: 42px 0 8px;
	font-size: 24px;
	line-height: 1.1;
}

.category-card p {
	color: var(--muted);
	margin: 0;
}

.support-card {
	background:
		linear-gradient(135deg, rgba(59,22,40,.96), rgba(125,35,66,.90)),
		linear-gradient(135deg, var(--plum), var(--rose-dark));
	color: var(--white);
}

.support-card span {
	background: var(--gold);
	color: var(--ink);
}

.support-card p {
	color: rgba(255,255,255,.72);
}

.mock-products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.mock-product-card,
.woocommerce ul.products li.product {
	background: var(--white);
	border-radius: 26px;
	padding: 14px;
	border: 1px solid rgba(59, 22, 40, 0.08);
	box-shadow: var(--soft-shadow);
	overflow: hidden;
}

.mock-product-card:hover,
.woocommerce ul.products li.product:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow);
}

.mock-product-image,
.woocommerce ul.products li.product a img {
	aspect-ratio: 0.82;
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
	background:
		linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.48)),
		linear-gradient(160deg, #f6c1d1, #fff1f5 45%, #e5b25c);
	margin: 0 0 16px;
}

.mock-product-card h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	margin: 0 0 8px;
	font-size: 18px;
	color: var(--ink);
}

.mock-product-card p {
	color: var(--muted);
	font-size: 14px;
	margin-bottom: 10px;
}

.mock-product-card strong,
.woocommerce ul.products li.product .price {
	color: var(--rose-dark);
	font-weight: 900;
}

.woocommerce ul.products li.product .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	border-radius: 999px !important;
	background: var(--ink) !important;
	color: var(--white) !important;
	font-weight: 900 !important;
	padding: 13px 18px !important;
}

.woocommerce span.onsale {
	background: var(--gold) !important;
	color: var(--ink) !important;
	font-weight: 900 !important;
	border-radius: 999px !important;
}

.deal-band {
	position: relative;
	padding: 76px 0;
	color: var(--white);
	background:
		radial-gradient(circle at 10% 20%, rgba(214,163,84,.35), transparent 18rem),
		linear-gradient(135deg, var(--plum), var(--rose-dark));
	overflow: hidden;
}

.deal-band::after {
	content: "";
	position: absolute;
	right: -100px;
	top: -140px;
	width: 420px;
	height: 420px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,.16);
}

.deal-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 28px;
	align-items: center;
}

.deal-band h2 {
	color: var(--white);
	max-width: 780px;
}

.deal-band p {
	max-width: 660px;
	color: rgba(255,255,255,.74);
	margin: 18px 0 0;
}

.service-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.service-card {
	padding: 30px;
	border-radius: var(--radius-lg);
	background: var(--white);
	border: 1px solid var(--line);
	box-shadow: var(--soft-shadow);
}

.service-card span {
	color: var(--rose-dark);
	font-weight: 900;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .18em;
}

.service-card h3 {
	font-size: 26px;
	margin: 18px 0 10px;
}

.service-card p {
	color: var(--muted);
}

.service-card a,
.text-link {
	color: var(--rose-dark);
	font-weight: 900;
	border-bottom: 1px solid currentColor;
}

.page-hero {
	padding: 74px 0 64px;
	background:
		radial-gradient(circle at top right, rgba(214,163,84,.25), transparent 20rem),
		linear-gradient(135deg, rgba(255,241,245,.88), rgba(255,255,255,.66));
}

.page-hero.compact {
	padding: 64px 0;
}

.page-hero p {
	max-width: 680px;
	color: var(--muted);
	font-size: 18px;
	margin: 18px 0 0;
}

.narrow-content {
	max-width: 840px;
}

.entry-content {
	font-size: 18px;
	color: #3f2b35;
}

.entry-content a {
	color: var(--rose-dark);
	font-weight: 800;
	border-bottom: 1px solid currentColor;
}

.entry-content h2,
.entry-content h3 {
	line-height: 1.18;
	margin-top: 1.6em;
}

.featured-image {
	margin-bottom: 30px;
	border-radius: var(--radius-lg);
	overflow: hidden;
	box-shadow: var(--shadow);
}

.post-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.post-card {
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	overflow: hidden;
	box-shadow: var(--soft-shadow);
}

.post-thumb {
	display: block;
	aspect-ratio: 1.15;
	background: linear-gradient(135deg, var(--blush), #f4d8a5);
}

.post-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-card-body {
	padding: 22px;
}

.post-meta {
	color: var(--muted);
	font-size: 13px;
	font-weight: 800;
}

.post-card h2 {
	font-size: 23px;
	line-height: 1.14;
}

.pagination-wrap {
	grid-column: 1 / -1;
	margin-top: 24px;
}

.empty-state {
	grid-column: 1 / -1;
	padding: 44px;
	border-radius: var(--radius-lg);
	background: var(--white);
	box-shadow: var(--soft-shadow);
	text-align: center;
}

.support-layout {
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	gap: 24px;
	align-items: start;
}

.support-panel {
	position: sticky;
	top: 140px;
	padding: 34px;
	border-radius: var(--radius-xl);
	background:
		linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,241,245,.78));
	border: 1px solid rgba(255,255,255,.78);
	box-shadow: var(--shadow);
}

.support-panel h2 {
	margin-top: 0;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 38px;
	line-height: 1;
}

.support-method {
	display: grid;
	gap: 4px;
	padding: 18px 0;
	border-top: 1px solid var(--line);
}

.support-method span {
	color: var(--muted);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .14em;
}

.support-method a {
	font-size: 22px;
	font-weight: 900;
	color: var(--rose-dark);
}

.support-note {
	padding: 18px;
	border-radius: 18px;
	background: var(--white);
	color: var(--muted);
	border: 1px solid var(--line);
}

.query-card-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}

.query-card {
	min-height: 190px;
	padding: 26px;
	border-radius: var(--radius-lg);
	background: var(--white);
	box-shadow: var(--soft-shadow);
	border: 1px solid var(--line);
}

.query-card h3 {
	margin: 0 0 12px;
	font-size: 24px;
}

.query-card p {
	color: var(--muted);
}

.size-table-wrap {
	overflow-x: auto;
	background: var(--white);
	border-radius: var(--radius-lg);
	box-shadow: var(--soft-shadow);
	border: 1px solid var(--line);
}

.size-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 620px;
}

.size-table th,
.size-table td {
	text-align: left;
	padding: 18px;
	border-bottom: 1px solid var(--line);
}

.size-table th {
	background: var(--plum);
	color: var(--white);
}

.muted {
	color: var(--muted);
	font-size: 14px;
}

.post-nav {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	margin-top: 38px;
	padding-top: 24px;
	border-top: 1px solid var(--line);
}

.site-footer {
	color: var(--white);
	background:
		radial-gradient(circle at top left, rgba(214,163,84,.22), transparent 20rem),
		linear-gradient(180deg, #2d1320 0%, #170b12 100%);
	margin-top: 44px;
}

.footer-cta {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 24px;
	align-items: center;
	padding: 56px 0;
	border-bottom: 1px solid rgba(255,255,255,.12);
}

.footer-cta h2 {
	color: var(--white);
	font-size: clamp(30px, 4vw, 52px);
	max-width: 760px;
}

.footer-cta p,
.footer-brand p {
	color: rgba(255,255,255,.68);
	margin: 14px 0 0;
}

.footer-contact-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.4fr .8fr 1fr;
	gap: 38px;
	padding: 48px 0 34px;
}

.footer-brand-link small {
	color: rgba(255,255,255,.64);
}

.footer-title {
	margin: 0 0 16px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .16em;
	color: #ffe9b7;
}

.footer-menu,
.footer-contact-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 10px;
}

.footer-menu a,
.footer-contact-list a,
.footer-contact-list em {
	color: rgba(255,255,255,.72);
	font-style: normal;
}

.footer-menu a:hover,
.footer-contact-list a:hover {
	color: #ffe9b7;
}

.footer-contact-list li {
	display: grid;
	gap: 2px;
}

.footer-contact-list span {
	color: rgba(255,255,255,.42);
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .14em;
	font-weight: 900;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	padding: 20px 0 30px;
	color: rgba(255,255,255,.48);
	font-size: 13px;
	border-top: 1px solid rgba(255,255,255,.1);
}

.footer-bottom p {
	margin: 0;
}

/* WooCommerce polish */
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	margin-bottom: 24px;
}

.woocommerce div.product div.images img,
.woocommerce div.product div.summary,
.woocommerce table.shop_table,
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout #payment {
	border-radius: 24px;
}

.woocommerce div.product .product_title {
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(36px, 4vw, 58px);
	line-height: 1;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--rose-dark);
	font-size: 28px;
	font-weight: 900;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	border-top-color: var(--rose-dark);
	border-radius: 18px;
	background: var(--white);
	box-shadow: var(--soft-shadow);
}

.woocommerce-message::before,
.woocommerce-info::before {
	color: var(--rose-dark);
}

@media (max-width: 1080px) {
	.nav-wrap {
		grid-template-columns: auto auto auto;
	}
	.menu-toggle {
		display: inline-flex;
		justify-self: center;
	}
	.primary-nav {
		position: fixed;
		top: 120px;
		left: 20px;
		right: 20px;
		z-index: 120;
		background: rgba(255,255,255,.96);
		border: 1px solid var(--line);
		border-radius: 26px;
		box-shadow: var(--shadow);
		padding: 18px;
		opacity: 0;
		visibility: hidden;
		transform: translateY(-10px);
		transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
	}
	.primary-nav.is-open {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
	.nav-menu {
		display: grid;
		align-items: stretch;
		justify-content: stretch;
		gap: 4px;
	}
	.nav-menu a {
		display: flex;
		justify-content: space-between;
	}
	.hero-grid,
	.support-layout {
		grid-template-columns: 1fr;
	}
	.hero-visual {
		min-height: 520px;
	}
	.category-grid,
	.post-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.mock-products {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 760px) {
	.container {
		width: min(100% - 28px, var(--container));
	}
	.announcement-inner {
		justify-content: center;
		text-align: center;
		flex-wrap: wrap;
		padding: 8px 0;
	}
	.nav-wrap {
		min-height: 74px;
		grid-template-columns: 1fr auto;
	}
	.brand-block {
		min-width: 0;
	}
	.site-brand strong {
		font-size: 15px;
	}
	.site-brand small {
		font-size: 9px;
	}
	.brand-mark {
		width: 42px;
		height: 42px;
		border-radius: 15px;
	}
	.header-actions {
		display: none;
	}
	.menu-toggle {
		justify-self: end;
	}
	.primary-nav {
		top: 116px;
	}
	.hero-section {
		padding: 46px 0 34px;
	}
	.hero-copy h1 {
		font-size: clamp(42px, 16vw, 64px);
	}
	.hero-copy p,
	.page-hero p {
		font-size: 16px;
	}
	.hero-actions .btn {
		width: 100%;
	}
	.hero-visual {
		min-height: 430px;
	}
	.fashion-arch {
		width: min(92%, 330px);
	}
	.hero-card {
		padding: 14px 16px;
	}
	.card-one {
		top: 42px;
		left: 0;
	}
	.card-two {
		right: 0;
		bottom: 44px;
	}
	.category-strip,
	.featured-products,
	.service-section,
	.content-section {
		padding: 48px 0;
	}
	.category-grid,
	.mock-products,
	.service-grid,
	.post-grid,
	.query-card-grid,
	.footer-grid {
		grid-template-columns: 1fr;
	}
	.section-head.split,
	.deal-grid,
	.footer-cta,
	.footer-bottom {
		display: grid;
		grid-template-columns: 1fr;
		text-align: left;
	}
	.footer-contact-actions {
		justify-content: flex-start;
	}
	.support-panel {
		position: static;
	}
	.deal-band {
		padding: 54px 0;
	}
}
