.afiwai-storefront-v3{
	display:grid;
	gap:clamp(72px,8vw,128px);
	padding-top:clamp(28px,4vw,56px);
}

.afiwai-v3-section{
	margin:0!important;
}

.afiwai-v3-section__header{
	display:grid;
	grid-template-columns:minmax(0,1fr) auto;
	gap:32px;
	align-items:end;
	margin-bottom:clamp(28px,4vw,48px);
}

.afiwai-v3-section__header>div{
	max-width:900px;
}

.afiwai-v3-eyebrow{
	display:inline-flex;
	align-items:center;
	gap:9px;
	margin-bottom:14px;
	color:var(--afiwai-shop-primary);
	font-size:12px;
	font-weight:850;
	letter-spacing:.11em;
	text-transform:uppercase;
}

.afiwai-v3-eyebrow::before{
	width:24px;
	height:2px;
	border-radius:99px;
	background:currentColor;
	content:"";
}

.afiwai-v3-section__header h2,
.afiwai-v3-story h2,
.afiwai-v3-cta h2{
	margin:0;
	color:var(--afiwai-shop-text);
	font-size:clamp(36px,5vw,68px);
	line-height:1;
	letter-spacing:-.045em;
	text-wrap:balance;
}

.afiwai-v3-section__header p,
.afiwai-v3-story p,
.afiwai-v3-cta p{
	max-width:740px;
	margin:18px 0 0;
	color:var(--afiwai-shop-muted);
	font-size:17px;
	line-height:1.75;
	text-wrap:pretty;
}

.afiwai-v3-link{
	display:inline-flex;
	min-height:46px;
	padding:0 16px;
	align-items:center;
	gap:10px;
	border:1px solid color-mix(in srgb,var(--afiwai-shop-primary) 24%,transparent);
	border-radius:14px;
	background:var(--afiwai-shop-surface);
	color:var(--afiwai-shop-primary);
	font-weight:800;
	text-decoration:none;
	transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}

.afiwai-v3-link:hover{
	transform:translateY(-2px);
	border-color:var(--afiwai-shop-primary);
	box-shadow:0 12px 28px rgba(15,43,68,.09);
}

.afiwai-v3-trust{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:18px;
	margin:0!important;
}

.afiwai-v3-trust__item{
	display:grid;
	grid-template-columns:54px minmax(0,1fr);
	gap:16px;
	align-items:start;
	min-height:140px;
	padding:24px;
	border:1px solid color-mix(in srgb,var(--afiwai-shop-primary) 12%,transparent);
	border-radius:22px;
	background:var(--afiwai-shop-surface);
	box-shadow:0 14px 38px rgba(15,43,68,.07);
}

.afiwai-v3-trust__icon{
	display:grid!important;
	width:54px!important;
	height:54px!important;
	place-items:center;
	border-radius:16px;
	background:color-mix(in srgb,var(--afiwai-shop-primary) 10%,#fff);
	color:var(--afiwai-shop-primary);
	font-size:27px!important;
}

.afiwai-v3-trust__item h2{
	margin:1px 0 8px;
	font-size:18px;
	line-height:1.3;
}

.afiwai-v3-trust__item p{
	margin:0;
	color:var(--afiwai-shop-muted);
	font-size:14px;
	line-height:1.6;
}

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

.afiwai-v3-category-card{
	position:relative;
	display:grid;
	grid-template-columns:auto minmax(0,1fr) auto;
	gap:18px;
	align-items:center;
	min-height:150px;
	padding:26px;
	overflow:hidden;
	border:1px solid color-mix(in srgb,var(--afiwai-shop-primary) 12%,transparent);
	border-radius:24px;
	background:
		radial-gradient(circle at 92% 8%,color-mix(in srgb,var(--afiwai-shop-secondary) 12%,transparent),transparent 32%),
		var(--afiwai-shop-surface);
	color:var(--afiwai-shop-text);
	text-decoration:none;
	box-shadow:0 16px 42px rgba(15,43,68,.07);
	transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}

.afiwai-v3-category-card:hover{
	transform:translateY(-5px);
	border-color:var(--afiwai-shop-primary);
	box-shadow:0 24px 58px rgba(15,43,68,.12);
}

.afiwai-v3-category-card__index{
	display:grid;
	width:50px;
	height:50px;
	place-items:center;
	border-radius:16px;
	background:color-mix(in srgb,var(--afiwai-shop-primary) 10%,#fff);
	color:var(--afiwai-shop-primary);
	font-weight:900;
}

.afiwai-v3-category-card h3{
	margin:0 0 7px;
	font-size:21px;
	line-height:1.25;
}

.afiwai-v3-category-card p{
	margin:0;
	color:var(--afiwai-shop-muted);
	font-size:14px;
	line-height:1.55;
}

.afiwai-v3-category-card__arrow{
	color:var(--afiwai-shop-primary);
	font-size:24px;
}

.afiwai-v3-product-grid{
	display:grid;
	grid-template-columns:repeat(4,minmax(0,1fr));
	gap:20px;
}

.afiwai-v3-product-card{
	display:flex;
	min-width:0;
	flex-direction:column;
	overflow:hidden;
	border:1px solid color-mix(in srgb,var(--afiwai-shop-primary) 11%,transparent);
	border-radius:26px;
	background:var(--afiwai-shop-surface);
	box-shadow:0 18px 48px rgba(15,43,68,.08);
	transition:transform .22s ease,box-shadow .22s ease;
}

.afiwai-v3-product-card:hover{
	transform:translateY(-7px);
	box-shadow:0 28px 68px rgba(15,43,68,.14);
}

.afiwai-v3-product-card__media{
	position:relative;
	display:grid;
	overflow:hidden;
	aspect-ratio:4/3;
	place-items:center;
	background:color-mix(in srgb,var(--afiwai-shop-primary) 5%,#edf3f8);
	text-decoration:none;
}

.afiwai-v3-product-card__media img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:transform .35s ease;
}

.afiwai-v3-product-card:hover .afiwai-v3-product-card__media img{
	transform:scale(1.04);
}

.afiwai-v3-product-card__placeholder{
	display:grid;
	width:84px;
	height:84px;
	place-items:center;
	border-radius:25px;
	background:linear-gradient(145deg,var(--afiwai-shop-primary),var(--afiwai-shop-secondary));
	color:#fff;
	font-size:36px;
	font-weight:900;
}

.afiwai-v3-product-card__quick{
	position:absolute;
	right:14px;
	bottom:14px;
	display:inline-flex;
	min-height:36px;
	padding:0 12px;
	align-items:center;
	border-radius:11px;
	background:rgba(255,255,255,.92);
	color:var(--afiwai-shop-text);
	font-size:12px;
	font-weight:800;
	box-shadow:0 8px 22px rgba(0,0,0,.12);
	backdrop-filter:blur(12px);
}

.afiwai-v3-product-card__body{
	display:flex;
	flex:1;
	flex-direction:column;
	gap:20px;
	padding:22px;
}

.afiwai-v3-product-card__body h3{
	margin:0 0 8px;
	font-size:21px;
	line-height:1.25;
}

.afiwai-v3-product-card__body h3 a{
	color:inherit;
	text-decoration:none;
}

.afiwai-v3-product-card__body p{
	margin:0;
	color:var(--afiwai-shop-muted);
	font-size:14px;
	line-height:1.55;
}

.afiwai-v3-product-card__footer{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:14px;
	margin-top:auto;
	padding-top:16px;
	border-top:1px solid color-mix(in srgb,var(--afiwai-shop-primary) 10%,transparent);
}

.afiwai-v3-product-card__footer strong{
	font-size:22px;
}

.afiwai-v3-product-card__footer button{
	display:inline-flex;
	min-height:42px;
	padding:0 15px;
	align-items:center;
	gap:8px;
	border:0;
	border-radius:12px;
	background:var(--afiwai-shop-primary);
	color:#fff;
	font-weight:800;
	cursor:pointer;
	box-shadow:0 10px 22px color-mix(in srgb,var(--afiwai-shop-primary) 20%,transparent);
}

.afiwai-v3-collection-grid{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:22px;
}

.afiwai-v3-collection-card{
	display:grid;
	grid-template-columns:minmax(190px,.82fr) minmax(0,1.18fr);
	min-height:310px;
	overflow:hidden;
	border-radius:28px;
	background:var(--afiwai-shop-surface);
	color:var(--afiwai-shop-text);
	text-decoration:none;
	box-shadow:0 20px 54px rgba(15,43,68,.09);
	transition:transform .22s ease,box-shadow .22s ease;
}

.afiwai-v3-collection-card:hover{
	transform:translateY(-6px);
	box-shadow:0 30px 72px rgba(15,43,68,.15);
}

.afiwai-v3-collection-card__visual{
	position:relative;
	display:grid;
	place-items:center;
	background:
		radial-gradient(circle at 24% 18%,rgba(255,255,255,.28),transparent 26%),
		linear-gradient(145deg,var(--afiwai-shop-primary),var(--afiwai-shop-secondary));
}

.afiwai-v3-collection-card__visual>span{
	display:grid;
	width:104px;
	height:104px;
	place-items:center;
	border:2px solid rgba(255,255,255,.45);
	border-radius:32px;
	background:rgba(255,255,255,.12);
	color:#fff;
	font-size:44px;
	font-weight:900;
	backdrop-filter:blur(10px);
}

.afiwai-v3-collection-card__visual i{
	position:absolute;
	right:18px;
	bottom:16px;
	color:rgba(255,255,255,.68);
	font-size:13px;
	font-style:normal;
	font-weight:800;
}

.afiwai-v3-collection-card__content{
	display:flex;
	flex-direction:column;
	justify-content:center;
	padding:32px;
}

.afiwai-v3-collection-card__content h3{
	margin:0 0 12px;
	font-size:30px;
	line-height:1.1;
}

.afiwai-v3-collection-card__content p{
	margin:0 0 22px;
	color:var(--afiwai-shop-muted);
	line-height:1.65;
}

.afiwai-v3-collection-card__content>span{
	color:var(--afiwai-shop-primary);
	font-weight:800;
}

.afiwai-v3-story{
	display:grid;
	grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
	gap:clamp(40px,7vw,100px);
	align-items:center;
	margin:0!important;
	padding:clamp(46px,7vw,92px);
	overflow:hidden;
	border-radius:32px;
	background:
		radial-gradient(circle at 90% 10%,rgba(47,158,244,.24),transparent 30%),
		linear-gradient(135deg,#081d34,#0b4c7e);
	color:#fff;
}

.afiwai-v3-story .afiwai-v3-eyebrow,
.afiwai-v3-story h2{
	color:#fff;
}

.afiwai-v3-story p{
	color:rgba(255,255,255,.76);
}

.afiwai-v3-story__features{
	display:flex;
	gap:12px;
	flex-wrap:wrap;
	margin-top:28px;
}

.afiwai-v3-story__features span{
	display:inline-flex;
	min-height:42px;
	padding:0 13px;
	align-items:center;
	gap:8px;
	border:1px solid rgba(255,255,255,.16);
	border-radius:12px;
	background:rgba(255,255,255,.08);
	color:#fff;
	font-size:13px;
	font-weight:750;
}

.afiwai-v3-story__visual{
	display:grid;
	place-items:center;
}

.afiwai-v3-story__window{
	width:min(520px,100%);
	padding:12px;
	border:1px solid rgba(255,255,255,.2);
	border-radius:24px;
	background:rgba(255,255,255,.1);
	box-shadow:0 28px 72px rgba(0,0,0,.24);
	backdrop-filter:blur(16px);
}

.afiwai-v3-story__window>div{
	display:flex;
	gap:6px;
	padding:4px 4px 12px;
}

.afiwai-v3-story__window>div i{
	width:8px;
	height:8px;
	border-radius:50%;
	background:rgba(255,255,255,.55);
}

.afiwai-v3-story__window section{
	display:grid;
	gap:16px;
	min-height:300px;
	padding:30px;
	border-radius:16px;
	background:#fff;
}

.afiwai-v3-story__window section>span{
	width:80px;
	height:10px;
	border-radius:99px;
	background:#d8e9f7;
}

.afiwai-v3-story__window section>strong{
	width:72%;
	height:38px;
	border-radius:10px;
	background:#163a59;
}

.afiwai-v3-story__window section>p{
	width:88%;
	height:12px;
	border-radius:99px;
	background:#dce5ec;
}

.afiwai-v3-story__window section>div{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:12px;
	margin-top:18px;
}

.afiwai-v3-story__window section b{
	height:120px;
	border-radius:14px;
	background:linear-gradient(145deg,#e8f4fc,#d9ebf7);
}

.afiwai-v3-cta{
	display:grid;
	grid-template-columns:minmax(0,1fr) auto;
	gap:32px;
	align-items:center;
	margin:0!important;
	padding:clamp(40px,6vw,72px);
	border:1px solid color-mix(in srgb,var(--afiwai-shop-primary) 13%,transparent);
	border-radius:30px;
	background:
		radial-gradient(circle at 86% 12%,color-mix(in srgb,var(--afiwai-shop-secondary) 18%,transparent),transparent 30%),
		var(--afiwai-shop-surface);
	box-shadow:0 20px 56px rgba(15,43,68,.08);
}

.afiwai-v3-cta a{
	display:inline-flex;
	min-height:52px;
	padding:0 20px;
	align-items:center;
	gap:10px;
	border-radius:14px;
	background:var(--afiwai-shop-primary);
	color:#fff;
	font-weight:850;
	text-decoration:none;
	box-shadow:0 14px 30px color-mix(in srgb,var(--afiwai-shop-primary) 22%,transparent);
}

.afiwai-v3-empty{
	grid-column:1/-1;
	display:grid;
	min-height:250px;
	place-items:center;
	padding:40px;
	border:1px dashed color-mix(in srgb,var(--afiwai-shop-primary) 28%,transparent);
	border-radius:22px;
	background:color-mix(in srgb,var(--afiwai-shop-primary) 3%,var(--afiwai-shop-surface));
	text-align:center;
}

.afiwai-v3-empty .dashicons{
	width:52px;
	height:52px;
	color:var(--afiwai-shop-primary);
	font-size:48px;
}

.afiwai-v3-empty h3{
	margin:14px 0 8px;
	font-size:24px;
}

.afiwai-v3-empty p{
	max-width:560px;
	margin:0;
	color:var(--afiwai-shop-muted);
}

@media(max-width:1100px){
	.afiwai-v3-product-grid{
		grid-template-columns:repeat(2,minmax(0,1fr));
	}

	.afiwai-v3-category-grid{
		grid-template-columns:repeat(2,minmax(0,1fr));
	}

	.afiwai-v3-story{
		grid-template-columns:1fr;
	}
}

@media(max-width:820px){
	.afiwai-v3-section__header,
	.afiwai-v3-cta{
		grid-template-columns:1fr;
		align-items:start;
	}

	.afiwai-v3-section__header .afiwai-v3-link,
	.afiwai-v3-cta a{
		width:100%;
		justify-content:center;
	}

	.afiwai-v3-trust,
	.afiwai-v3-collection-grid{
		grid-template-columns:1fr;
	}
}

@media(max-width:620px){
	.afiwai-storefront-v3{
		gap:64px;
	}

	.afiwai-v3-category-grid,
	.afiwai-v3-product-grid{
		grid-template-columns:1fr;
	}

	.afiwai-v3-collection-card{
		grid-template-columns:1fr;
	}

	.afiwai-v3-collection-card__visual{
		min-height:220px;
	}

	.afiwai-v3-story,
	.afiwai-v3-cta{
		padding:34px 22px;
		border-radius:22px;
	}

	.afiwai-v3-product-card__footer{
		align-items:stretch;
		flex-direction:column;
	}

	.afiwai-v3-product-card__footer button{
		justify-content:center;
	}
}


/* Storefront page layouts — 2.7.16. */
.afiwai-storefront-v3--balanced {
	gap: clamp(46px, 6vw, 78px);
	padding-top: clamp(22px, 3vw, 40px);
}

.afiwai-storefront-v3--balanced .afiwai-v3-section__header {
	margin-bottom: clamp(20px, 3vw, 32px);
}

.afiwai-storefront-v3--balanced .afiwai-v3-section__header h2 {
	font-size: clamp(30px, 4vw, 50px);
}

.afiwai-storefront-v3--catalog {
	gap: 0;
	padding-top: clamp(18px, 2.5vw, 34px);
}

.afiwai-storefront-v3--catalog .afiwai-v3-section__header {
	margin-bottom: 24px;
}

.afiwai-storefront-v3--catalog .afiwai-v3-section__header h2 {
	font-size: clamp(28px, 3.4vw, 44px);
}

.afiwai-storefront-v3--catalog .afiwai-v3-section__header p {
	max-width: 620px;
	margin-top: 10px;
	font-size: 15px;
	line-height: 1.55;
}


/* Balanced page density after the compact hero — 2.7.17. */
.afiwai-storefront-v3--balanced {
	gap: clamp(38px, 5vw, 64px);
	padding-top: 18px;
}
.afiwai-storefront-v3--balanced .afiwai-v3-trust__item { min-height: 112px; padding: 20px; }
.afiwai-storefront-v3--balanced .afiwai-v3-section__header { margin-bottom: clamp(18px, 2.5vw, 28px); }
