/* ============================================================
   Japanese Fashion: The Ultimate Guide
   Scoped under .nz-fg so the rest of the site is untouched.
   ============================================================ */

.main-content.nz-fg {
	padding: 0;
	margin: 0;
	background: #fff;
}

.nz-fg {
	--fg-ink: #111111;
	--fg-body: #3a3a3a;
	--fg-muted: #7a7a7a;
	--fg-line: #e5e5e5;
	--fg-chip: #f0f0f0;
	--fg-icon: #8a7a68;
	--fg-red: #e10600;
	--fg-wrap: 1240px;
	--fg-serif: "Playfair Display", Georgia, "Times New Roman", serif;
	--fg-sans: Inter, "Helvetica Neue", Helvetica, Arial, "Noto Sans JP", sans-serif;
	background: #fff;
	color: var(--fg-ink);
	font-family: var(--fg-sans);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.nz-fg *,
.nz-fg *::before,
.nz-fg *::after {
	box-sizing: border-box;
}

.nz-fg img {
	max-width: 100%;
	display: block;
}

.nz-fg a {
	color: inherit;
	text-decoration: none;
}

.nz-fg button,
.nz-fg input {
	font-family: inherit;
}

.nz-fg h1,
.nz-fg h2,
.nz-fg h3,
.nz-fg h4,
.nz-fg p {
	margin: 0;
	background: none;
	border: 0;
	padding: 0;
	font-weight: inherit;
}

.nz-fg-wrap {
	max-width: var(--fg-wrap);
	margin: 0 auto;
	padding: 0 28px;
}

.nz-fg-sr {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* ---------- Shared ---------- */
.nz-fg-kicker {
	display: inline-block;
	padding: 6px 10px;
	border: 1px solid var(--fg-line);
	background: #f6f6f6;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #555;
}

.nz-fg-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--fg-ink);
}

.nz-fg-link:hover {
	opacity: 0.55;
}

.nz-fg-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #111;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	padding: 14px 22px;
	border: 0;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease;
}

.nz-fg-btn:hover {
	background: #000;
	color: #fff;
	transform: translateY(-1px);
}

.nz-fg-section {
	padding: 88px 0;
	border-top: 1px solid var(--fg-line);
}

.nz-fg-section--flush {
	border-top: 0;
	padding-top: 36px;
}

.nz-fg-intro {
	max-width: 220px;
}

.nz-fg-intro h2 {
	font-family: var(--fg-serif);
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.nz-fg-intro p {
	font-size: 13.5px;
	line-height: 1.55;
	color: var(--fg-body);
	margin-bottom: 16px;
}

/* ---------- Hero ---------- */
.nz-fg-hero {
	padding: 28px 0 0;
}

.nz-fg-hero__grid {
	display: grid;
	grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.18fr);
	gap: 48px;
	align-items: stretch;
	min-height: 520px;
}

.nz-fg-hero__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 28px 8px 40px 0;
}

.nz-fg-hero__title {
	margin: 22px 0 20px;
	font-family: var(--fg-serif);
	font-size: clamp(34px, 4.4vw, 56px);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.02em;
	color: var(--fg-ink);
}

.nz-fg-hero__text {
	max-width: 420px;
	font-size: 15px;
	line-height: 1.65;
	color: var(--fg-body);
	margin-bottom: 14px;
}

.nz-fg-hero__text + .nz-fg-hero__text {
	margin-bottom: 28px;
}

.nz-fg-hero__media {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	min-height: 520px;
}

.nz-fg-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

/* ---------- At a glance ---------- */
.nz-fg-glance__grid {
	display: grid;
	grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
	gap: 28px;
	align-items: stretch;
}

.nz-fg-glance__grid .nz-fg-intro {
	max-width: none;
	padding-top: 8px;
}

.nz-fg-cats {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	border-top: 1px solid var(--fg-line);
	border-left: 1px solid var(--fg-line);
}

.nz-fg-cat {
	padding: 22px 12px 18px;
	border-right: 1px solid var(--fg-line);
	border-bottom: 1px solid var(--fg-line);
	min-height: 220px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.nz-fg-cat__icon {
	width: 64px;
	height: 64px;
	margin: 0 0 16px;
	flex: 0 0 auto;
}

.nz-fg-cat__icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.nz-fg-cat h3 {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.nz-fg-cat p {
	font-size: 12px;
	line-height: 1.45;
	color: var(--fg-muted);
	flex: 1 1 auto;
	margin-bottom: 16px;
}

.nz-fg-cat .nz-fg-link {
	font-size: 10px;
	letter-spacing: 0.1em;
	margin-top: auto;
	justify-content: center;
}

/* ---------- Timeline ---------- */
.nz-fg-story__grid {
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 28px;
	align-items: center;
}

.nz-fg-timeline {
	position: relative;
	padding: 8px 8px 0;
}

.nz-fg-timeline::before {
	content: "";
	position: absolute;
	left: 8px;
	right: 8px;
	top: 7px;
	height: 1px;
	background: #111;
}

.nz-fg-timeline ol {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 12px;
}

.nz-fg-timeline li {
	position: relative;
	padding-top: 22px;
}

.nz-fg-timeline li::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #111;
}

.nz-fg-timeline strong {
	display: block;
	font-size: 13px;
	font-weight: 800;
	margin-bottom: 6px;
}

.nz-fg-timeline span {
	display: block;
	font-size: 12px;
	line-height: 1.4;
	color: var(--fg-body);
	max-width: 150px;
}

/* ---------- Designers ---------- */
.nz-fg-designers__grid {
	display: grid;
	grid-template-columns: minmax(180px, 200px) repeat(3, minmax(0, 1fr));
	gap: 8px;
	align-items: start;
}

.nz-fg-designers__grid .nz-fg-intro {
	padding-right: 16px;
	padding-top: 2px;
}

.nz-fg a.nz-fg-designer,
.nz-fg a.nz-fg-designer:link,
.nz-fg a.nz-fg-designer:visited,
.nz-fg a.nz-fg-designer:hover,
.nz-fg a.nz-fg-designer:active {
	color: #fff;
}

.nz-fg-designer {
	position: relative;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	display: block;
	background: #111;
}

.nz-fg-designer img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center center;
	transition: transform 0.5s ease;
}

.nz-fg-designer:hover img {
	transform: scale(1.03);
}

.nz-fg-designer::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 52%, rgba(0, 0, 0, 0.62) 100%);
	pointer-events: none;
	z-index: 1;
}

.nz-fg-designer__body {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 20px 18px 18px;
	color: #fff;
	text-shadow: 0 1px 12px rgba(0, 0, 0, 0.7);
}

.nz-fg a.nz-fg-designer h3,
.nz-fg a.nz-fg-designer:hover h3,
.nz-fg-designer h3 {
	font-size: clamp(15px, 1.5vw, 20px);
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.15;
	text-transform: uppercase;
	margin-bottom: 8px;
	color: #fff;
}

.nz-fg a.nz-fg-designer p,
.nz-fg a.nz-fg-designer:hover p,
.nz-fg-designer p {
	font-size: 13px;
	line-height: 1.4;
	font-weight: 400;
	color: #fff;
	margin-bottom: 10px;
	max-width: 95%;
}

.nz-fg a.nz-fg-designer .nz-fg-link,
.nz-fg a.nz-fg-designer:hover .nz-fg-link,
.nz-fg-designer .nz-fg-link {
	color: #fff;
	font-size: 12px;
	opacity: 1;
}

/* ---------- Directory ---------- */
.nz-fg-dir__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
	margin-bottom: 14px;
}

.nz-fg-dir__head h2 {
	font-family: var(--fg-serif);
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	line-height: 1.15;
	max-width: 220px;
}

.nz-fg-dir__tools {
	flex: 1 1 640px;
}

.nz-fg-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 2px;
	align-items: center;
	width: 100%;
}

.nz-fg-chip {
	appearance: none;
	border: 0;
	background: transparent;
	padding: 8px 12px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--fg-ink);
	cursor: pointer;
}

.nz-fg-chip.is-active {
	background: var(--fg-chip);
}

.nz-fg-search {
	margin-left: auto;
	position: relative;
	min-width: 180px;
}

.nz-fg-chips .nz-fg-search {
	margin-left: auto;
}

.nz-fg-search input {
	width: 210px;
	max-width: 100%;
	border: 1px solid var(--fg-line);
	padding: 8px 32px 8px 12px;
	font-size: 13px;
	color: var(--fg-ink);
	background: #fff;
}

.nz-fg-search input:focus {
	outline: none;
	border-color: #111;
}

.nz-fg-search svg {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	color: #888;
	pointer-events: none;
}

.nz-fg-filters {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 18px;
	padding: 10px 0 22px;
	font-size: 11px;
}

.nz-fg-filters__group {
	display: flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
}

.nz-fg-filters__label {
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-right: 4px;
}

.nz-fg-toggle {
	appearance: none;
	background: #fff;
	border: 1px solid var(--fg-line);
	min-width: 36px;
	padding: 6px 10px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	cursor: pointer;
	color: var(--fg-ink);
}

.nz-fg-toggle.is-active {
	background: #111;
	border-color: #111;
	color: #fff;
}

.nz-fg-clear {
	margin-left: auto;
	background: none;
	border: 0;
	padding: 0;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	cursor: pointer;
	color: var(--fg-ink);
}

.nz-fg-clear:hover {
	opacity: 0.5;
}

.nz-fg-brands {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 10px;
}

.nz-fg-brand {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.nz-fg-brand.is-hidden {
	display: none;
}

.nz-fg-brand__media {
	position: relative;
	aspect-ratio: 4 / 5;
	background: #eee;
	overflow: hidden;
}

.nz-fg-brand__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nz-fg-heart {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 28px;
	height: 28px;
	border: 0;
	background: transparent;
	color: #fff;
	cursor: pointer;
	padding: 0;
	filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
}

.nz-fg-heart svg {
	width: 16px;
	height: 16px;
	display: block;
	margin: 0 auto;
}

.nz-fg-heart.is-on svg {
	fill: #e10600;
	stroke: #e10600;
}

.nz-fg-brand__body {
	padding: 12px 2px 4px;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}

.nz-fg-brand h3 {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin-bottom: 4px;
	line-height: 1.25;
}

.nz-fg-brand__meta {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--fg-muted);
	margin-bottom: 8px;
}

.nz-fg-brand p {
	font-size: 12.5px;
	line-height: 1.45;
	color: var(--fg-body);
	margin-bottom: 12px;
	flex: 1 1 auto;
}

.nz-fg-brand .nz-fg-link {
	font-size: 10px;
}

.nz-fg-more {
	display: block;
	width: 100%;
	margin: 36px auto 0;
	max-width: 420px;
	background: #fff;
	border: 1px solid #111;
	padding: 12px 18px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
}

.nz-fg-more:hover {
	background: #111;
	color: #fff;
}

.nz-fg-empty {
	display: none;
	grid-column: 1 / -1;
	padding: 40px 0;
	text-align: center;
	color: var(--fg-muted);
	font-size: 14px;
}

.nz-fg-empty.is-visible {
	display: block;
}

/* ---------- Regions + reads ---------- */
.nz-fg-bottom {
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) minmax(240px, 0.7fr);
	gap: 40px;
	align-items: start;
}

.nz-fg-bottom h2 {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.nz-fg-regions {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

.nz-fg-region {
	display: block;
	min-width: 0;
}

.nz-fg-region__media {
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #eee;
	margin-bottom: 10px;
}

.nz-fg-region__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nz-fg-region h3 {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.nz-fg-region p {
	font-size: 12px;
	line-height: 1.4;
	color: var(--fg-muted);
	margin-bottom: 8px;
}

.nz-fg-region .nz-fg-link {
	font-size: 10px;
}

.nz-fg-reads {
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding-left: 8px;
	border-left: 1px solid var(--fg-line);
}

.nz-fg-read {
	display: grid;
	grid-template-columns: 1fr 64px;
	gap: 12px;
	align-items: start;
}

.nz-fg-read h3 {
	font-family: var(--fg-serif);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 8px;
	text-transform: none;
	letter-spacing: 0;
}

.nz-fg-read__thumb {
	width: 64px;
	height: 64px;
	overflow: hidden;
	background: #eee;
}

.nz-fg-read__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nz-fg-reads .nz-fg-link {
	margin-top: 4px;
}

/* ---------- Newsletter strip ---------- */
.nz-fg-news {
	border-top: 1px solid var(--fg-line);
	padding: 40px 0;
}

.nz-fg-news__grid {
	display: grid;
	grid-template-columns: 1.1fr 1.2fr auto;
	gap: 28px;
	align-items: center;
}

.nz-fg-news__copy {
	display: flex;
	gap: 14px;
	align-items: flex-start;
}

.nz-fg-news__icon {
	width: 28px;
	height: 28px;
	color: var(--fg-ink);
	flex-shrink: 0;
	margin-top: 2px;
}

.nz-fg-news h2 {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin-bottom: 6px;
}

.nz-fg-news p {
	font-size: 13px;
	line-height: 1.45;
	color: var(--fg-body);
	max-width: 280px;
}

.nz-fg-news__form {
	display: flex;
	gap: 0;
	align-items: stretch;
}

.nz-fg-news__form input {
	border: 1px solid var(--fg-line);
	border-right: 0;
	padding: 12px 14px;
	font-size: 14px;
	min-width: 240px;
	width: 280px;
}

.nz-fg-news__form input:focus {
	outline: none;
	border-color: #111;
}

.nz-fg-news__form button {
	border: 0;
	background: #111;
	color: #fff;
	padding: 0 22px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	cursor: pointer;
}

.nz-fg-social {
	text-align: right;
}

.nz-fg-social span {
	display: block;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.nz-fg-social__row {
	display: flex;
	gap: 8px;
	justify-content: flex-end;
}

.nz-fg-social a {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 1px solid #111;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
}

.nz-fg-social a:hover {
	background: #111;
	color: #fff;
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
	.nz-fg-brands {
		grid-template-columns: repeat(3, 1fr);
	}

	.nz-fg-glance__grid,
	.nz-fg-story__grid {
		grid-template-columns: 1fr;
	}

	.nz-fg-intro {
		max-width: none;
	}

	.nz-fg-designers__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.nz-fg-designers__grid .nz-fg-intro {
		grid-column: 1 / -1;
		padding-right: 0;
	}

	.nz-fg-cats {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.nz-fg-cat {
		min-height: 240px;
	}

	.nz-fg-bottom {
		grid-template-columns: 1fr;
	}

	.nz-fg-reads {
		border-left: 0;
		padding-left: 0;
		border-top: 1px solid var(--fg-line);
		padding-top: 28px;
	}

	.nz-fg-news__grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.nz-fg-social {
		text-align: left;
	}

	.nz-fg-social__row {
		justify-content: flex-start;
	}
}

@media (max-width: 760px) {
	.nz-fg-wrap {
		padding: 0 18px;
	}

	.nz-fg-section {
		padding: 56px 0;
	}

	.nz-fg-hero__grid {
		grid-template-columns: 1fr;
		min-height: 0;
		gap: 24px;
	}

	.nz-fg-hero__media {
		min-height: 280px;
		grid-template-columns: repeat(4, 1fr);
	}

	.nz-fg-hero__copy {
		padding: 8px 0 0;
	}

	.nz-fg-cats,
	.nz-fg-regions,
	.nz-fg-brands {
		grid-template-columns: repeat(2, 1fr);
	}

	.nz-fg-timeline {
		overflow-x: auto;
		padding-bottom: 8px;
	}

	.nz-fg-timeline ol {
		min-width: 720px;
	}

	.nz-fg-designers__grid {
		grid-template-columns: 1fr;
	}

	.nz-fg-dir__head h2 {
		max-width: none;
	}

	.nz-fg-search {
		width: 100%;
		min-width: 0;
		margin-left: 0;
	}

	.nz-fg-search input {
		width: 100%;
	}

	.nz-fg-news__form {
		flex-direction: column;
	}

	.nz-fg-news__form input {
		width: 100%;
		min-width: 0;
		border-right: 1px solid var(--fg-line);
	}

	.nz-fg-news__form button {
		padding: 12px;
	}
}
