/*
 * AVELOR Home page — Section #1 (Hero) + base shell
 * Ported from Claude Design home.css. Tokens from avelor-global.css.
 */

/* ===== Page shell ===== */
.av-home {
	color: var(--fg-primary);
	font-family: var(--font-sans);
}
.av-home .av-container {
	max-width: var(--container-max);
	margin: 0 auto;
	padding: 0 var(--container-pad);
}
.av-home .av-section-pad { padding: 88px 0; }
.av-home .av-section-pad-tight { padding: 64px 0; }

/* Hide stale Garderobe Elementor content on home (defensive) */
.home .elementor-section { display: none; }
.home .ct-container > .entry-content > .elementor { display: none; }
.home .ct-container > .entry-content > * { display: none; }
.home .ct-container > .entry-content > .av-home { display: block; }

/* Blocksy renders header inside a position:absolute child when transparent. Force normal flow on home. */
body.home header.ct-header {
	position: relative !important;
}
body.home header.ct-header > div[data-transparent] {
	position: relative !important;
	background: var(--avelor-white) !important;
}
body.home header.ct-header [data-transparent-row="yes"] {
	background: var(--avelor-white) !important;
}
body.home header.ct-header [data-row="top"] {
	background: var(--avelor-champagne) !important;
}

/* ===== Buttons (shared) ===== */
.av-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	border: 0; padding: 14px 22px;
	font: inherit; font-size: 14px; font-weight: 500; letter-spacing: 0.005em;
	border-radius: 999px;
	cursor: pointer; text-decoration: none;
	transition: background-color var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out), transform var(--dur-fast) var(--ease-out);
}
.av-btn--primary {
	background: var(--avelor-graphite);
	color: var(--avelor-white);
}
.av-btn--primary:hover { background: var(--avelor-deep-green); }
.av-btn--secondary {
	background: transparent;
	color: var(--fg-primary);
	border: 1px solid var(--avelor-line);
}
.av-btn--secondary:hover { border-color: var(--avelor-graphite); }
.av-btn--block { flex: 1; }

/* ===== Section head (used by multiple sections) ===== */
.av-section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 28px;
	flex-wrap: wrap;
}
.av-section-head .copy {
	display: flex; flex-direction: column; gap: 8px;
	min-width: 0;
}
.av-section-head h2 {
	font-size: 36px; line-height: 1.1; letter-spacing: -0.02em;
	font-weight: 500; margin: 0;
	font-family: var(--font-sans);
	color: var(--fg-primary);
}
.av-section-head h2 em { font-style: italic; font-weight: 400; color: var(--avelor-deep-green); }
.av-section-head p {
	font-size: 14px; color: var(--fg-muted); margin: 0; max-width: 56ch;
	line-height: 1.6;
}
.av-section-link {
	display: inline-flex; align-items: center; gap: 8px;
	font-size: 13px; font-weight: 500;
	color: var(--fg-primary);
	border-bottom: 1px solid var(--avelor-graphite);
	padding-bottom: 2px;
	flex-shrink: 0;
	text-decoration: none;
	transition: color var(--dur-fast) var(--ease-out);
}
.av-section-link:hover { color: var(--avelor-deep-green); border-bottom-color: var(--avelor-deep-green); }
.av-section-link svg { width: 14px; height: 14px; }

/* =========================================================
 * Section #1 — Hero
 * =========================================================*/
.av-hero {
	padding: 28px 0 88px;
}
.av-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
	gap: 40px;
	align-items: stretch;
}
.av-hero-text {
	display: flex; flex-direction: column;
	justify-content: space-between;
	padding: 32px 0 8px;
	min-height: 560px;
}
.av-hero-eyebrow {
	font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
	font-weight: 600; color: var(--fg-secondary);
	display: inline-flex; align-items: center; gap: 12px;
}
.av-hero-eyebrow .bar {
	width: 32px; height: 1px; background: var(--fg-secondary); display: inline-block;
}
.av-hero h1 {
	font-size: clamp(48px, 6vw, 84px);
	line-height: 0.98;
	letter-spacing: -0.035em;
	font-weight: 500;
	margin: 28px 0 0;
	color: var(--avelor-graphite);
	font-family: var(--font-display);
}
.av-hero h1 .accent {
	font-style: italic;
	font-weight: 400;
	color: var(--avelor-deep-green);
}
.av-hero-sub {
	font-size: 16px;
	line-height: 1.55;
	color: var(--fg-muted);
	max-width: 46ch;
	margin: 28px 0 0;
}
.av-hero-actions {
	display: flex; gap: 10px; flex-wrap: wrap;
	margin-top: 36px;
}
.av-hero-meta {
	display: flex; gap: 32px;
	margin-top: auto;
	padding-top: 40px;
	flex-wrap: wrap;
}
.av-hero-meta-item {
	display: flex; flex-direction: column; gap: 4px;
	font-size: 13px;
}
.av-hero-meta-item .num {
	font-size: 20px; font-weight: 500; color: var(--avelor-graphite);
	letter-spacing: -0.01em; font-variant-numeric: tabular-nums;
}
.av-hero-meta-item .lbl { color: var(--fg-muted); font-size: 12px; }

/* Media tiles */
.av-hero-media {
	position: relative;
	display: grid;
	grid-template-columns: 1.4fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 12px;
	min-height: 600px;
}
.av-hero-media .tile {
	position: relative;
	overflow: hidden;
	border-radius: var(--radius-md);
	background: var(--avelor-line);
	display: block;
	text-decoration: none;
}
.av-hero-media .tile img {
	width: 100%; height: 100%;
	object-fit: cover;
	display: block;
	transition: transform var(--dur-slow) var(--ease-out);
}
.av-hero-media .tile:hover img { transform: scale(1.03); }
.av-hero-media .tile-main { grid-row: 1 / span 2; }
.av-hero-media .tile-tag {
	position: absolute; left: 16px; bottom: 16px;
	display: inline-flex; align-items: center; gap: 8px;
	background: rgba(254, 254, 254, 0.92);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	padding: 8px 14px;
	border-radius: 999px;
	font-size: 12px; font-weight: 500;
	color: var(--avelor-graphite);
}
.av-hero-media .tile-tag .dot {
	width: 6px; height: 6px; border-radius: 999px;
	background: var(--avelor-deep-green);
}
.av-hero-media .tile-plate {
	background: var(--avelor-graphite);
	color: var(--avelor-white);
	display: flex; flex-direction: column;
	justify-content: space-between;
	padding: 22px;
}
.av-hero-media .tile-plate:hover { background: var(--avelor-deep-green); }
.av-hero-media .tile-plate .label {
	font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
	color: rgba(254, 254, 254, 0.6);
}
.av-hero-media .tile-plate .copy {
	font-size: 18px; line-height: 1.25; font-weight: 500;
	letter-spacing: -0.01em;
	color: var(--avelor-white);
}
.av-hero-media .tile-plate .arrow {
	display: inline-flex; align-items: center; gap: 8px;
	font-size: 12px; color: var(--avelor-champagne);
}
.av-hero-media .tile-plate .arrow svg { width: 14px; height: 14px; }

/* ===== Responsive ===== */
@media (max-width: 1100px) {
	.av-hero h1 { font-size: 60px; }
	.av-hero-media { min-height: 480px; }
}
@media (max-width: 900px) {
	.av-hero { padding: 16px 0 56px; }
	.av-hero-grid { grid-template-columns: 1fr; gap: 28px; }
	.av-hero-text { min-height: 0; padding: 16px 0; }
	.av-hero h1 { font-size: 48px; margin-top: 20px; }
	.av-hero-meta { gap: 20px; padding-top: 28px; }
	.av-hero-media { min-height: 380px; grid-template-rows: 1.4fr 1fr; gap: 8px; }
	.av-section-head h2 { font-size: 28px; }
}
@media (max-width: 600px) {
	.av-hero h1 { font-size: 40px; }
	.av-hero-actions { gap: 8px; }
	.av-hero-actions .av-btn { font-size: 13px; padding: 12px 18px; }
	.av-hero-media { min-height: 320px; }
	.av-hero-media .tile-plate { padding: 18px; }
	.av-hero-media .tile-plate .copy { font-size: 16px; }
}

/* =========================================================
 * Section #2 — Brands Split
 * =========================================================*/
.av-section-eyebrow {
	font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
	font-weight: 600; color: var(--fg-secondary);
}
.av-brands {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}
.av-brand-card {
	position: relative;
	border-radius: var(--radius-lg);
	overflow: hidden;
	min-height: 520px;
	display: flex; flex-direction: column; justify-content: space-between;
	padding: 32px;
	color: var(--avelor-white);
	text-decoration: none;
	isolation: isolate;
}
.av-brand-card::before {
	content: ""; position: absolute; inset: 0; z-index: -2;
	background-position: center; background-size: cover;
	background-image: var(--av-brand-bg);
}
.av-brand-card::after {
	content: ""; position: absolute; inset: 0; z-index: -1;
}
.av-brand-card.brand-nordvik::after {
	background: linear-gradient(180deg, rgba(31, 61, 53, 0.05) 0%, rgba(32, 35, 34, 0.55) 70%, rgba(32, 35, 34, 0.78) 100%);
}
.av-brand-card.brand-mila::after {
	background: linear-gradient(180deg, rgba(216, 196, 166, 0.0) 20%, rgba(216, 196, 166, 0.35) 70%, rgba(82, 68, 46, 0.55) 100%);
}
.av-brand-head {
	display: flex; align-items: flex-start; justify-content: space-between; gap: 16px;
}
.av-brand-tag {
	display: inline-flex; align-items: center; gap: 8px;
	font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
	font-weight: 600; color: var(--avelor-white);
	background: rgba(254, 254, 254, 0.14);
	-webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
	padding: 6px 12px; border-radius: 999px;
}
.av-brand-tag .dot {
	width: 6px; height: 6px; border-radius: 999px;
	display: inline-block;
}
.av-brand-num {
	font-size: 11px; letter-spacing: 0.2em;
	color: rgba(254, 254, 254, 0.7);
}
.av-brand-foot {
	display: flex; flex-direction: column; gap: 14px;
	max-width: 32ch;
}
.av-brand-foot .name {
	font-size: 56px; font-weight: 500; line-height: 0.95;
	letter-spacing: -0.025em; margin: 0;
	font-family: var(--font-display);
	color: var(--avelor-white);
}
.av-brand-foot .tagline {
	font-size: 15px; line-height: 1.5;
	color: rgba(254, 254, 254, 0.85);
	margin: 0;
}
.av-brand-actions {
	display: flex; gap: 10px; margin-top: 6px;
	flex-wrap: wrap;
}
.av-brand-card .av-btn--ghost-light {
	display: inline-flex; align-items: center; justify-content: center;
	background: rgba(254, 254, 254, 0.08);
	color: var(--avelor-white);
	border: 1px solid rgba(254, 254, 254, 0.32);
	padding: 13px 20px; font: inherit; font-size: 14px; font-weight: 500;
	border-radius: 999px;
	text-decoration: none;
	transition: background-color var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out);
}
.av-brand-card .av-btn--ghost-light:hover {
	background: rgba(254, 254, 254, 0.18);
	border-color: var(--avelor-white);
}
.av-brand-card .av-btn--white {
	display: inline-flex; align-items: center; gap: 8px;
	background: var(--avelor-white); color: var(--avelor-graphite);
	border: 0; padding: 13px 20px;
	font: inherit; font-size: 14px; font-weight: 500;
	border-radius: 999px;
	text-decoration: none;
	transition: transform var(--dur-fast) var(--ease-out);
}
.av-brand-card .av-btn--white:hover { transform: translateX(2px); }
.av-brand-card .av-btn--white svg { width: 14px; height: 14px; }

/* Mila Ricco accent — warm color scheme */
.av-brand-card.brand-mila { color: var(--avelor-graphite); }
.av-brand-card.brand-mila .av-brand-foot .name { color: var(--avelor-graphite); letter-spacing: -0.02em; }
.av-brand-card.brand-mila .av-brand-foot .tagline { color: rgba(32, 35, 34, 0.78); }
.av-brand-card.brand-mila .av-brand-tag { background: rgba(32, 35, 34, 0.18); color: var(--avelor-graphite); }
.av-brand-card.brand-mila .av-brand-num { color: rgba(32, 35, 34, 0.55); }
.av-brand-card.brand-mila .av-btn--ghost-light {
	background: rgba(32, 35, 34, 0.04);
	color: var(--avelor-graphite);
	border-color: rgba(32, 35, 34, 0.22);
}
.av-brand-card.brand-mila .av-btn--ghost-light:hover {
	background: rgba(32, 35, 34, 0.08);
	border-color: var(--avelor-graphite);
}
.av-brand-card.brand-mila .av-btn--white {
	background: var(--avelor-graphite); color: var(--avelor-white);
}

/* =========================================================
 * Section #3 — Rhythm Scenarios
 * =========================================================*/
.av-rhythm {
	background: var(--avelor-white);
	border-top: 1px solid var(--avelor-line);
	border-bottom: 1px solid var(--avelor-line);
}
.av-rhythm-head {
	display: grid; grid-template-columns: 1fr auto; gap: 24px;
	align-items: end;
	padding: 64px 0 28px;
}
.av-rhythm-head .label {
	font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
	font-weight: 600; color: var(--fg-secondary);
	margin-bottom: 12px;
}
.av-rhythm-head h2 { color: var(--fg-primary);
	font-size: 40px; line-height: 1.05; letter-spacing: -0.02em;
	font-weight: 500; margin: 0; max-width: 18ch;
	font-family: var(--font-sans);
}
.av-rhythm-head .sub {
	font-size: 14px; color: var(--fg-muted); max-width: 36ch; line-height: 1.55;
	align-self: end; margin: 0 0 6px;
}

.av-rhythm-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 0;
}
.av-rhythm-cell {
	display: flex; flex-direction: column; justify-content: space-between;
	padding: 28px 24px;
	min-height: 220px;
	border-right: 1px solid var(--avelor-line);
	position: relative;
	background: var(--avelor-white);
	transition: background-color var(--dur-base) var(--ease-out);
	text-align: left;
	color: inherit;
	text-decoration: none;
}
.av-rhythm-cell:last-child { border-right: 0; }
.av-rhythm-cell:hover { background: var(--bg-page); }
.av-rhythm-cell .row-top {
	display: flex; align-items: flex-start; justify-content: space-between;
}
.av-rhythm-cell .num {
	font-size: 11px; letter-spacing: 0.2em;
	color: var(--fg-muted);
	font-variant-numeric: tabular-nums;
}
.av-rhythm-cell .arrow {
	width: 28px; height: 28px; border-radius: 999px;
	display: inline-flex; align-items: center; justify-content: center;
	color: var(--fg-muted);
	transition: transform var(--dur-base) var(--ease-out), color var(--dur-base) var(--ease-out);
}
.av-rhythm-cell:hover .arrow {
	color: var(--avelor-deep-green);
	transform: translate(2px, -2px);
}
.av-rhythm-cell .arrow svg { width: 16px; height: 16px; }
.av-rhythm-cell .glyph {
	width: 44px; height: 44px;
	display: inline-flex; align-items: center; justify-content: center;
	color: var(--avelor-deep-green);
}
.av-rhythm-cell .glyph svg { width: 32px; height: 32px; }
.av-rhythm-cell .label {
	font-size: 18px; font-weight: 500; letter-spacing: -0.01em;
	color: var(--fg-primary);
}
.av-rhythm-cell .meta {
	font-size: 12px; color: var(--fg-muted);
	margin-top: 4px;
	font-variant-numeric: tabular-nums;
}

/* Responsive */
@media (max-width: 1100px) {
	.av-brand-foot .name { font-size: 44px; }
	.av-rhythm-grid { grid-template-columns: repeat(3, 1fr); }
	.av-rhythm-cell:nth-child(3n) { border-right: 0; }
	.av-rhythm-cell { border-bottom: 1px solid var(--avelor-line); }
	.av-rhythm-cell:nth-child(n+4) { border-top: 1px solid var(--avelor-line); margin-top: -1px; }
}
@media (max-width: 768px) {
	.av-brands { grid-template-columns: 1fr; }
	.av-brand-card { min-height: 420px; padding: 24px; }
	.av-brand-foot .name { font-size: 36px; }
	.av-rhythm-head { grid-template-columns: 1fr; padding: 48px 0 20px; }
	.av-rhythm-head h2 { color: var(--fg-primary); font-size: 28px; }
	.av-rhythm-grid { grid-template-columns: repeat(2, 1fr); }
	.av-rhythm-cell:nth-child(2n) { border-right: 0; }
	.av-rhythm-cell { min-height: 180px; padding: 22px 18px; }
}

/* =========================================================
 * Section #4 — Categories Mosaic
 * =========================================================*/
.av-cats {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	grid-template-rows: 280px 280px;
	gap: 14px;
}
.av-cat {
	position: relative; overflow: hidden;
	border-radius: var(--radius-md);
	display: flex; align-items: flex-end;
	padding: 20px;
	color: var(--avelor-white);
	text-decoration: none;
	isolation: isolate;
	min-height: 0;
	transition: transform var(--dur-base) var(--ease-out);
}
.av-cat:hover { transform: translateY(-2px); }
.av-cat::before {
	content: ""; position: absolute; inset: 0; z-index: -2;
	background-position: center; background-size: cover;
	background-image: var(--av-cat-bg);
}
.av-cat::after {
	content: ""; position: absolute; inset: 0; z-index: -1;
	background: linear-gradient(180deg, rgba(32, 35, 34, 0) 35%, rgba(32, 35, 34, 0.6) 100%);
}
.av-cat.tall { grid-column: 1; grid-row: 1 / span 2; }
.av-cat .cat-body { display: flex; flex-direction: column; gap: 4px; width: 100%; }
.av-cat .cat-row {
	display: flex; align-items: center; justify-content: space-between; gap: 10px;
}
.av-cat .cat-name {
	font-size: 22px; font-weight: 500; letter-spacing: -0.01em;
	color: var(--avelor-white);
}
.av-cat.tall .cat-name { font-size: 32px; }
.av-cat .cat-count {
	font-size: 12px; color: rgba(254, 254, 254, 0.7);
	font-variant-numeric: tabular-nums;
}
.av-cat .cat-arrow {
	width: 36px; height: 36px; border-radius: 999px;
	background: rgba(254, 254, 254, 0.18);
	-webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
	display: inline-flex; align-items: center; justify-content: center;
	color: var(--avelor-white); flex-shrink: 0;
}
.av-cat .cat-arrow svg { width: 16px; height: 16px; }

/* =========================================================
 * Section #5 — Featured Products
 * =========================================================*/
.av-prods-toolbar {
	display: flex; align-items: center; justify-content: space-between;
	gap: 16px; flex-wrap: wrap; margin-bottom: 22px;
}
.av-prods-tabs { display: inline-flex; gap: 6px; flex-wrap: wrap; }
.av-prods-tab {
	background: transparent; border: 1px solid var(--avelor-line);
	padding: 9px 16px; border-radius: 999px;
	font: inherit; font-size: 13px; font-weight: 500; color: var(--fg-primary);
	cursor: pointer;
	transition: border-color var(--dur-fast) var(--ease-out), background-color var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out);
}
.av-prods-tab:hover { border-color: var(--avelor-graphite); }
.av-prods-tab.is-active {
	background: var(--avelor-graphite); border-color: var(--avelor-graphite);
	color: var(--avelor-white);
}
.av-prods-counter {
	font-size: 13px; color: var(--fg-muted);
	font-variant-numeric: tabular-nums;
}

.av-prods-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px 18px;
}
.av-pcard {
	display: flex; flex-direction: column; gap: 10px;
	text-decoration: none;
	color: inherit;
}
.av-pcard-media {
	position: relative;
	aspect-ratio: 4 / 5;
	border-radius: var(--radius-sm);
	overflow: hidden;
	background: var(--avelor-line);
}
.av-pcard-media img {
	width: 100%; height: 100%;
	object-fit: cover;
	transition: transform var(--dur-slow) var(--ease-out);
}
.av-pcard:hover .av-pcard-media img { transform: scale(1.03); }
.av-pcard-tag {
	position: absolute; top: 12px; left: 12px;
	padding: 4px 10px; border-radius: 999px;
	background: rgba(254, 254, 254, 0.92);
	-webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
	font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
	font-weight: 600;
	color: var(--avelor-graphite);
}
.av-pcard-tag.warm { background: var(--avelor-champagne); color: var(--avelor-graphite); }
.av-pcard-quick {
	position: absolute; left: 12px; right: 12px; bottom: 12px;
	background: var(--avelor-white); color: var(--avelor-graphite);
	border: 0; border-radius: 10px;
	padding: 10px 14px;
	font: inherit; font-size: 13px; font-weight: 500;
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	opacity: 0; transform: translateY(8px);
	cursor: pointer;
	transition: opacity var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out);
}
.av-pcard-quick svg { width: 14px; height: 14px; }
.av-pcard:hover .av-pcard-quick { opacity: 1; transform: translateY(0); }

.av-pcard-meta {
	display: flex; align-items: center; justify-content: space-between; gap: 8px;
}
.av-pcard-brand {
	font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
	font-weight: 600; color: var(--fg-secondary);
}
.av-pcard-swatches { display: inline-flex; gap: 5px; }
.av-pcard-sw {
	width: 12px; height: 12px; border-radius: 999px;
	border: 1px solid rgba(32, 35, 34, 0.10);
}
.av-pcard-name {
	font-size: 14px; font-weight: 500; line-height: 1.35;
	color: var(--fg-primary);
	margin: 0;
}
.av-pcard-bottom {
	display: flex; align-items: baseline; gap: 10px;
}
.av-pcard-price {
	font-size: 14px; font-weight: 500; color: var(--fg-primary);
	font-variant-numeric: tabular-nums;
}
.av-pcard-price .woocommerce-Price-amount { font-weight: inherit; }
.av-pcard-price ins { background: transparent; text-decoration: none; color: inherit; }
.av-pcard-price del { color: var(--fg-muted); font-size: 12px; font-weight: 400; text-decoration: line-through; margin-left: 4px; }

/* Responsive */
@media (max-width: 1100px) {
	.av-cats { grid-template-columns: 1fr 1fr; grid-template-rows: 240px 240px 240px; }
	.av-cat.tall { grid-row: 1 / span 2; }
	.av-prods-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
	.av-cats { grid-template-columns: 1fr; grid-template-rows: none; }
	.av-cat.tall { grid-row: auto; }
	.av-cat { min-height: 220px; }
	.av-prods-grid { grid-template-columns: repeat(2, 1fr); gap: 16px 12px; }
	.av-pcard-name { font-size: 13px; }
}

/* =========================================================
 * Section #6 — Editorial capsule
 * =========================================================*/
.av-editorial {
	background: var(--avelor-champagne);
	border-radius: var(--radius-lg);
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	overflow: hidden;
	min-height: 480px;
}
.av-editorial-text {
	padding: 56px;
	display: flex; flex-direction: column; justify-content: space-between;
	color: var(--avelor-graphite);
}
.av-editorial-text .label {
	font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
	font-weight: 600; opacity: 0.7;
}
.av-editorial-text h2 {
	font-size: 48px; line-height: 1.05; letter-spacing: -0.025em;
	font-weight: 500; margin: 18px 0 16px;
	font-family: var(--font-display);
	color: var(--avelor-graphite);
}
.av-editorial-text h2 em {
	font-style: italic; font-weight: 400; color: var(--avelor-deep-green);
}
.av-editorial-text p {
	font-size: 15px; line-height: 1.55;
	color: rgba(32, 35, 34, 0.78);
	max-width: 38ch;
	margin: 0;
}
.av-editorial-foot {
	display: flex; gap: 32px; align-items: end;
	margin-top: 32px;
	flex-wrap: wrap;
}
.av-editorial-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.av-editorial-tags .tag {
	padding: 6px 10px; border-radius: 999px;
	background: rgba(32, 35, 34, 0.06);
	font-size: 12px; color: var(--avelor-graphite);
}
.av-editorial-media {
	position: relative;
	background-color: rgba(32, 35, 34, 0.08);
	background-image: var(--av-editorial-bg);
	background-size: cover; background-position: center top;
}
.av-editorial-stamp {
	position: absolute; top: 24px; right: 24px;
	width: 96px; height: 96px;
	border-radius: 999px;
	background: var(--avelor-graphite);
	color: var(--avelor-white);
	display: inline-flex; align-items: center; justify-content: center;
	text-align: center; font-size: 11px; line-height: 1.3;
	letter-spacing: 0.12em; text-transform: uppercase;
	font-weight: 600;
	padding: 12px;
}

/* =========================================================
 * Section #7 — Why AVELOR
 * =========================================================*/
.av-why {
	background: var(--avelor-graphite);
	color: var(--avelor-white);
}
.av-why-inner { padding: 96px 0; }
.av-why-head {
	display: grid; grid-template-columns: 1fr 1fr; gap: 48px;
	margin-bottom: 56px; align-items: end;
}
.av-why-head .label {
	font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
	font-weight: 600; color: rgba(254, 254, 254, 0.55);
	margin-bottom: 12px;
}
.av-why-head h2 {
	font-size: 44px; line-height: 1.1; letter-spacing: -0.02em;
	font-weight: 500; margin: 0;
	color: var(--avelor-white);
	max-width: 14ch;
	font-family: var(--font-sans);
}
.av-why-head p {
	font-size: 15px; line-height: 1.65;
	color: rgba(254, 254, 254, 0.7);
	max-width: 50ch; margin: 0;
}
.av-why-grid {
	display: grid; grid-template-columns: repeat(4, 1fr);
	gap: 0;
	border-top: 1px solid rgba(254, 254, 254, 0.14);
}
.av-why-cell {
	padding: 36px 24px 36px 0;
	border-right: 1px solid rgba(254, 254, 254, 0.14);
	display: flex; flex-direction: column; gap: 14px;
}
.av-why-cell:last-child { border-right: 0; padding-right: 0; }
.av-why-cell:not(:first-child) { padding-left: 24px; }
.av-why-cell .num {
	font-size: 11px; letter-spacing: 0.2em;
	color: rgba(254, 254, 254, 0.5);
	font-variant-numeric: tabular-nums;
}
.av-why-cell .ic {
	width: 44px; height: 44px;
	display: inline-flex; align-items: center; justify-content: center;
	color: var(--avelor-champagne);
}
.av-why-cell .ic svg { width: 32px; height: 32px; }
.av-why-cell .t {
	font-size: 17px; font-weight: 500; letter-spacing: -0.005em;
	color: var(--avelor-white);
}
.av-why-cell .m {
	font-size: 13px; line-height: 1.55;
	color: rgba(254, 254, 254, 0.7);
}

/* Responsive */
@media (max-width: 1100px) {
	.av-editorial-text { padding: 40px; }
	.av-editorial-text h2 { font-size: 36px; }
	.av-why-grid { grid-template-columns: repeat(2, 1fr); }
	.av-why-cell:nth-child(2n) { border-right: 0; padding-right: 0; }
	.av-why-cell:nth-child(n+3) { border-top: 1px solid rgba(254, 254, 254, 0.14); }
}
@media (max-width: 768px) {
	.av-editorial { grid-template-columns: 1fr; min-height: 0; }
	.av-editorial-text { padding: 32px; }
	.av-editorial-text h2 { font-size: 30px; }
	.av-editorial-media { min-height: 260px; }
	.av-editorial-foot { gap: 16px; flex-direction: column; align-items: flex-start; }
	.av-why-inner { padding: 56px 0; }
	.av-why-head { grid-template-columns: 1fr; gap: 16px; margin-bottom: 32px; }
	.av-why-head h2 { font-size: 32px; }
	.av-why-grid { grid-template-columns: 1fr; }
	.av-why-cell { padding: 28px 0; border-right: 0; }
	.av-why-cell:not(:first-child) { padding-left: 0; border-top: 1px solid rgba(254, 254, 254, 0.14); }
}

/* =========================================================
   Home — Looks (Зібрані рішення)
   ========================================================= */
.av-looks-grid {
	display: grid; grid-template-columns: repeat(5, 1fr);
	gap: 12px;
}
.av-look {
	position: relative; overflow: hidden;
	border-radius: var(--radius-md, 12px);
	aspect-ratio: 3/4;
	display: flex; align-items: flex-end;
	padding: 18px;
	color: var(--avelor-white);
	isolation: isolate;
	text-decoration: none;
	transition: transform .35s ease;
}
.av-look::before {
	content: ""; position: absolute; inset: 0; z-index: -2;
	background-image: var(--look-bg, none);
	background-position: center; background-size: cover;
	background-color: var(--avelor-graphite, #202322);
	transition: transform .6s ease;
}
.av-look:hover::before { transform: scale(1.04); }
.av-look::after {
	content: ""; position: absolute; inset: 0; z-index: -1;
	background: linear-gradient(180deg, rgba(32,35,34,0) 30%, rgba(32,35,34,0.7) 100%);
}
.av-look .look-num {
	position: absolute; top: 14px; left: 14px;
	font-size: 11px; letter-spacing: 0.22em; color: rgba(254,254,254,0.85);
	text-transform: uppercase; font-weight: 600;
}
.av-look .look-name {
	font-size: 18px; font-weight: 500; letter-spacing: -0.01em;
	color: var(--avelor-white);
	line-height: 1.25;
}
.av-look .look-meta {
	font-size: 12px; color: rgba(254,254,254,0.75);
	margin-top: 4px;
}
.av-look-body { width: 100%; display: flex; align-items: end; justify-content: space-between; gap: 10px; }
.av-look-body .copy { display: flex; flex-direction: column; gap: 2px; }
.av-look .look-arrow {
	width: 32px; height: 32px; border-radius: 999px;
	background: rgba(254,254,254,0.16);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	display: inline-flex; align-items: center; justify-content: center;
	color: var(--avelor-white); flex-shrink: 0;
}
.av-look .look-arrow svg { width: 14px; height: 14px; }

/* =========================================================
   Home — About strip
   ========================================================= */
.av-about {
	background: var(--avelor-milk, #F7F4EE);
}
.av-about-inner {
	display: grid; grid-template-columns: 1fr 1.2fr;
	gap: 64px; align-items: center;
	padding: 96px 0;
}
.av-about-mark {
	display: flex; align-items: center; justify-content: center;
	aspect-ratio: 1;
	background: var(--avelor-deep-green, #2F4A3F);
	border-radius: var(--radius-lg, 16px);
	position: relative;
	overflow: hidden;
}
.av-about-mark img {
	width: 56%; max-width: 220px; opacity: 0.92;
	filter: brightness(0) invert(1);
}
.av-about-mark .av-about-mark-text {
	font-family: var(--avelor-display, "Cormorant Garamond", serif);
	font-size: clamp(56px, 9vw, 120px);
	letter-spacing: 0.02em;
	color: rgba(254,254,254,0.92);
	font-weight: 500;
}
.av-about-mark::after {
	content: attr(data-loop);
	position: absolute; bottom: 18px; left: 0; right: 0;
	text-align: center;
	font-size: 10px; letter-spacing: 0.32em;
	color: rgba(254,254,254,0.45);
	white-space: nowrap;
	text-transform: uppercase;
}
.av-about-text {
	display: flex; flex-direction: column; gap: 24px;
}
.av-about-text .label {
	font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
	font-weight: 600; color: var(--fg-secondary, #6B6B6B);
}
.av-about-text h2 {
	font-size: 36px; line-height: 1.15; letter-spacing: -0.015em;
	font-weight: 500; margin: 0;
	max-width: 22ch;
	color: var(--fg-primary, #202322);
}
.av-about-text p {
	font-size: 16px; line-height: 1.65; color: var(--fg-primary, #202322);
	max-width: 56ch; margin: 0;
}
.av-about-text .actions { display: flex; gap: 10px; margin-top: 8px; flex-wrap: wrap; }

/* Responsive — looks + about */
@media (max-width: 1100px) {
	.av-looks-grid { grid-template-columns: repeat(3, 1fr); }
	.av-looks-grid .av-look:nth-child(n+4) { display: none; }
	.av-about-inner { grid-template-columns: 1fr; gap: 32px; padding: 64px 0; }
	.av-about-mark { aspect-ratio: 16/9; }
	.av-about-mark .av-about-mark-text { font-size: clamp(40px, 12vw, 96px); }
	.av-about-text h2 { font-size: 30px; }
}
@media (max-width: 640px) {
	.av-looks-grid { grid-template-columns: 1fr 1fr; }
	.av-looks-grid .av-look:nth-child(4) { display: flex; } .av-looks-grid .av-look:nth-child(n+5) { display: none; }
	.av-about-text h2 { font-size: 26px; }
	.av-about-text p { font-size: 15px; }
	.av-about-inner { padding: 56px 0; }
}

/* =========================================================
   Home — SEO band (final text rail)
   ========================================================= */
.av-seo {
	background: var(--avelor-milk, #FEFEFE);
	border-top: 1px solid var(--avelor-line, #D8D2CA);
}
.av-seo-inner { padding: 56px 24px 72px; max-width: 920px; margin: 0 auto; }
.av-seo h2 {
	font-size: 22px; font-weight: 500; letter-spacing: -0.01em;
	margin: 0 0 16px;
	color: var(--fg-primary, #202322);
}
.av-seo p {
	font-size: 14px; line-height: 1.7; color: var(--fg-muted, #6F6F6A);
	margin: 0 0 12px;
}
.av-seo .tags {
	display: flex; flex-wrap: wrap; gap: 6px; margin-top: 18px;
}
.av-seo .tag {
	padding: 5px 10px; border: 1px solid var(--avelor-line, #D8D2CA);
	border-radius: 999px; font-size: 12px; color: var(--fg-muted, #6F6F6A);
	background: transparent;
}
@media (max-width: 1100px) {
	.av-seo-inner { padding: 48px 24px 56px; }
	.av-seo h2 { font-size: 20px; }
}
@media (max-width: 640px) {
	.av-seo-inner { padding: 40px 20px 48px; }
	.av-seo h2 { font-size: 18px; }
	.av-seo p { font-size: 13px; }
}

/* =========================================================
   Home — global a11y + reduced motion + skip-link
   ========================================================= */
.av-home :focus-visible {
	outline: 2px solid var(--avelor-deep-green, #1F3D35);
	outline-offset: 2px;
	border-radius: 4px;
}
@media (prefers-reduced-motion: reduce) {
	.av-home *,
	.av-home *::before,
	.av-home *::after {
		animation: none !important;
		transition: none !important;
	}
}
