/* =========================================================================
   AIIFORGE — bespoke storefront styles
   Written for this shop only. Broken grid, dark hero, ink-violet accent.
   ====================================================================== */

/* ---------------------------------------------------------------- tokens */
:root {
	--ink: #14121a;
	--ink-70: #4a4653;
	--ink-45: #75707f;
	--paper: #f6f5f8;
	--paper-2: #e7e4ee;
	--deep: #12101a;
	--deep-2: #1b1825;
	--violet: #5b2e8c;
	--violet-lift: #7440ad;
	/* Accent text on the dark bands: #5b2e8c only reaches 2.0:1 there. */
	--violet-on-dark: #9b7ad1;
	--on-violet: #fff;
	--line: #d6d2e0;
	--line-dark: #2e2a3b;

	--display: "Anton", "Arial Narrow", Impact, sans-serif;
	--body: "Asap", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;

	--gut: clamp(1.25rem, 4vw, 4rem);
	--band: clamp(4.5rem, 9vw, 9rem);
	--max: 1560px;
	--radius: 14px;
	--radius-sm: 8px;

	--ease: cubic-bezier(0.2, 0.7, 0.25, 1);
}

/* ---------------------------------------------------------------- reset */
*,
*::before,
*::after { box-sizing: border-box; }

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: var(--body);
	font-size: clamp(1rem, 0.96rem + 0.2vw, 1.0625rem);
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

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

a { color: inherit; }

button { font: inherit; }

h1, h2, h3, h4 {
	font-family: var(--display);
	font-weight: 400;
	letter-spacing: -0.018em;
	line-height: 0.92;
	text-transform: uppercase;
	margin: 0;
}

p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

:focus-visible {
	outline: 3px solid var(--violet);
	outline-offset: 3px;
	border-radius: 2px;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	margin: -1px; padding: 0;
	overflow: hidden;
	clip-path: inset(50%);
	white-space: nowrap;
}

.skip {
	position: absolute;
	left: 1rem; top: -4rem;
	z-index: 999;
	background: var(--violet);
	color: var(--on-violet);
	padding: 0.75rem 1.25rem;
	border-radius: var(--radius-sm);
	transition: top 0.2s var(--ease);
}
.skip:focus { top: 1rem; }

/* ---------------------------------------------------------------- shared */
.eyebrow {
	font-family: var(--body);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--violet);
	margin: 0 0 0.85rem;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	font-weight: 600;
	font-size: 0.95rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	padding: 1.05rem 2.4rem;
	border-radius: var(--radius-sm);
	border: 2px solid transparent;
	transition: background 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s var(--ease), transform 0.25s var(--ease);
	cursor: pointer;
}
/* Accent text sitting on a dark band */
.hero .eyebrow,
.shop-head .eyebrow,
.page-head .eyebrow,
.band--materials .eyebrow,
.site-foot .eyebrow,
.shop-head__count,
.site-foot__h { color: var(--violet-on-dark); }

.btn--solid { background: var(--violet); color: var(--on-violet); }
.btn--solid:hover { background: var(--violet-lift); transform: translateY(-2px); }
.btn--ghost { border-color: currentColor; color: var(--paper); }
.btn--ghost:hover { background: var(--paper); color: var(--deep); border-color: var(--paper); }

.band {
	padding: var(--band) var(--gut);
	max-width: var(--max);
	margin-inline: auto;
}

.band__head {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: end;
	column-gap: 2rem;
	margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}
.band__head .eyebrow { grid-column: 1; }
.band__title {
	grid-column: 1;
	font-size: clamp(2.6rem, 7vw, 6rem);
	max-width: 16ch;
}
.band__title--light { color: var(--paper); }
.band__more {
	grid-column: 2;
	grid-row: 2;
	font-weight: 600;
	font-size: 0.85rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	padding-bottom: 0.4rem;
	border-bottom: 2px solid var(--line);
	transition: border-color 0.25s var(--ease), color 0.25s var(--ease);
}
.band__more span { margin-left: 0.4rem; display: inline-block; transition: transform 0.25s var(--ease); }
.band__more:hover { color: var(--violet); border-color: var(--violet); }
.band__more:hover span { transform: translateX(5px); }

/* ---------------------------------------------------------------- header */
.site-head {
	position: fixed;
	inset: 0 0 auto;
	z-index: 90;
	transition: background 0.3s var(--ease), border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
	border-bottom: 1px solid transparent;
}
.site-head__inner {
	max-width: var(--max);
	margin-inline: auto;
	padding: 1.1rem var(--gut);
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 2rem;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	text-decoration: none;
}
.brand__mark { width: 34px; height: 34px; border-radius: 9px; }
.brand__word {
	font-family: var(--display);
	font-size: 1.5rem;
	letter-spacing: 0.01em;
	line-height: 1;
	padding-top: 3px;
}

.site-nav { justify-self: center; }
.site-nav__list {
	display: flex;
	gap: clamp(1rem, 2.6vw, 2.6rem);
	list-style: none;
	margin: 0;
	padding: 0;
}
.site-nav__list a {
	text-decoration: none;
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	padding: 0.4rem 0;
	position: relative;
}
.site-nav__list a::after {
	content: "";
	position: absolute;
	left: 0; right: 100%; bottom: 0;
	height: 2px;
	background: var(--violet);
	transition: right 0.3s var(--ease);
}
.site-nav__list a:hover::after,
.site-nav__list .current-menu-item > a::after { right: 0; }
.site-nav__list .sub-menu { display: none; }

.site-head__tools {
	display: flex;
	align-items: center;
	gap: 1rem;
	justify-self: end;
}
.bag {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	text-decoration: none;
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}
.bag__count {
	display: inline-grid;
	place-items: center;
	min-width: 1.5rem;
	height: 1.5rem;
	padding: 0 0.35rem;
	border-radius: 999px;
	border: 1.5px solid currentColor;
	font-size: 0.7rem;
	letter-spacing: 0;
}
.bag__count.is-filled { background: var(--violet); border-color: var(--violet); color: var(--on-violet); }

.burger {
	display: none;
	background: none;
	border: 0;
	padding: 0.5rem;
	cursor: pointer;
	color: inherit;
}
.burger__bars { display: grid; gap: 6px; width: 26px; }
.burger__bars i { display: block; height: 2px; background: currentColor; }
.burger__bars i:last-child { width: 62%; justify-self: end; }

/* dark-over-hero state */
.has-dark-header .site-head { color: var(--paper); }
.site-head.is-stuck {
	background: var(--paper);
	color: var(--ink);
	border-bottom-color: var(--line);
	box-shadow: 0 10px 40px -30px rgba(20, 18, 26, 0.7);
}
body:not(.has-dark-header) .site-head { background: var(--paper); border-bottom-color: var(--line); }

/* drawer */
.drawer {
	position: fixed;
	inset: 0;
	z-index: 95;
	background: var(--deep);
	color: var(--paper);
	display: grid;
	place-items: center;
	padding: var(--gut);
}
.drawer[hidden] { display: none; }
.drawer__panel { width: min(520px, 100%); }
.drawer__list, .drawer__sub {
	list-style: none;
	margin: 0 0 2.5rem;
	padding: 0;
}
.drawer__list a {
	font-family: var(--display);
	font-size: clamp(2rem, 8vw, 3.2rem);
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 0.25rem 0;
}
.drawer__list a:hover { color: var(--violet-on-dark); }
.drawer__list .sub-menu { display: none; }
.drawer__foot { border-top: 1px solid var(--line-dark); padding-top: 2rem; }
.drawer__sub a {
	text-decoration: none;
	font-size: 0.85rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	display: block;
	padding: 0.35rem 0;
	color: #b9b3c6;
}
.drawer__mail { color: var(--paper); font-weight: 600; }

/* ---------------------------------------------------------------- hero */
.hero {
	position: relative;
	min-height: 100svh;
	background: var(--deep);
	color: var(--paper);
	display: grid;
	align-items: center;
	overflow: hidden;
	isolation: isolate;
}
.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 62% 38%;
	opacity: 0.72;
	filter: saturate(0.68) contrast(1.12);
}
.hero__scrim {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(103deg, rgba(18, 16, 26, 0.97) 0%, rgba(18, 16, 26, 0.78) 36%, rgba(18, 16, 26, 0.18) 66%, rgba(18, 16, 26, 0.62) 100%),
		radial-gradient(110% 80% at 74% 20%, rgba(91, 46, 140, 0.2), transparent 58%);
}
.hero__grain {
	position: absolute;
	inset: 0;
	opacity: 0.16;
	mix-blend-mode: overlay;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}

.hero__inner {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: var(--max);
	margin-inline: auto;
	padding: clamp(6.5rem, 11vh, 8rem) var(--gut) clamp(6rem, 11vh, 7.5rem);
}

.hero__kicker {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: #c9c2d6;
	margin: 0 0 clamp(1.2rem, 3vw, 2.2rem);
}

.hero__title {
	font-size: clamp(4.15rem, 11.2vw, 9.8rem);
	line-height: 0.9;
	margin: 0;
	display: grid;
	width: fit-content;
}
.hero__line { display: block; }
.hero__line--a { margin-left: 0; }
/* the deliberate step — each line lands off the one above it */
.hero__line--b { margin-left: clamp(1.5rem, 11vw, 11rem); }
.hero__line--c {
	margin-left: clamp(0.75rem, 5vw, 5rem);
	color: transparent;
	-webkit-text-stroke: 2px var(--paper);
}
@supports not (-webkit-text-stroke: 1px #000) {
	.hero__line--c { color: var(--paper); }
}

.hero__blurb {
	max-width: 31ch;
	margin: clamp(1.3rem, 2.6vw, 2.1rem) 0 clamp(1.3rem, 2.4vw, 1.9rem);
	font-size: clamp(1.05rem, 1vw + 0.85rem, 1.3rem);
	color: #ddd8e6;
}
.hero__cta { display: flex; flex-wrap: wrap; gap: 0.9rem; }

.hero__portrait {
	position: absolute;
	right: clamp(1rem, 5vw, 6rem);
	bottom: clamp(5.5rem, 10vh, 8.5rem);
	z-index: 3;
	width: clamp(150px, 20vw, 286px);
	margin: 0;
}
.hero__portrait img {
	width: 100%;
	aspect-ratio: 2 / 3;
	object-fit: cover;
	border-radius: var(--radius);
	box-shadow: 0 40px 90px -40px rgba(0, 0, 0, 0.95);
}
.hero__portrait figcaption {
	margin-top: 0.7rem;
	font-size: 0.7rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #a9a2b8;
}

/* marquee */
.marquee {
	overflow: hidden;
	border-block: 1px solid var(--line-dark);
	padding: 0.85rem 0;
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
	mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.marquee--hero {
	position: absolute;
	inset: auto 0 0;
	z-index: 3;
	background: rgba(18, 16, 26, 0.72);
	backdrop-filter: blur(6px);
}
.marquee__track { display: flex; width: max-content; animation: slide 34s linear infinite; }
.marquee__set {
	display: flex;
	gap: 3.2rem;
	list-style: none;
	margin: 0;
	padding: 0 1.6rem;
	font-family: var(--display);
	font-size: 1.1rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #b6aec6;
}
.marquee__set li::after { content: " ／"; color: var(--violet-on-dark); }
@keyframes slide { to { transform: translateX(-50%); } }

/* ---------------------------------------------------------------- strips */
.strips {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: clamp(0.6rem, 1.2vw, 1.1rem);
	align-items: start;
}
.strip a { text-decoration: none; display: block; }
.strip__frame {
	display: block;
	overflow: hidden;
	border-radius: var(--radius);
	background: var(--paper-2);
}
.strip__frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.7s var(--ease), filter 0.5s var(--ease);
	filter: grayscale(0.25) contrast(1.04);
}
/* the uneven column heights are the point of this band */
.strip--0 .strip__frame { aspect-ratio: 9 / 20; }
.strip--1 .strip__frame { aspect-ratio: 9 / 16; }
.strip--2 .strip__frame { aspect-ratio: 9 / 18; }
.strip--1 { margin-top: clamp(1.5rem, 4vw, 4.5rem); }
.strip--2 { margin-top: clamp(0.5rem, 1.6vw, 1.8rem); }

.strip a:hover .strip__frame img { transform: scale(1.055); filter: grayscale(0) contrast(1.06); }

.strip__meta { display: block; padding: 1rem 0.2rem 0; }
.strip__num {
	display: block;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	color: var(--violet);
}
.strip__name {
	display: block;
	font-family: var(--display);
	font-size: clamp(0.95rem, 1.05vw, 1.4rem);
	text-transform: uppercase;
	line-height: 1.05;
	margin: 0.35rem 0 0.25rem;
}
.strip__count { display: block; font-size: 0.78rem; color: var(--ink-45); }

/* ---------------------------------------------------------------- lookbook */
.band--look { max-width: none; }
.band--look .band__head { max-width: var(--max); margin-inline: auto; }

/* A three-column editorial mosaic. Column flow keeps it dense, the per-item
   insets stop it reading as a tidy grid. */
.look {
	max-width: var(--max);
	margin-inline: auto;
	column-count: 3;
	column-gap: clamp(0.9rem, 2vw, 2rem);
}
.look > * {
	break-inside: avoid;
	margin: 0 0 clamp(0.9rem, 2vw, 2rem);
}
.look__item {
	overflow: hidden;
	border-radius: var(--radius);
	background: var(--paper-2);
}
.look__item img { width: 100%; height: auto; display: block; }

/* deliberate insets — the column edges never line up twice */
.look__item--2 { margin-right: 9%; }
.look__item--3 { margin-left: 11%; }
.look__item--5 { margin-right: 14%; }
.look__note--a { padding: 0.6rem 12% 0.6rem 0; }
.look__note--b { padding: 0.6rem 8% 0.6rem 6%; }

.look__note p:not(.eyebrow) { color: var(--ink-70); }

/* ---------------------------------------------------------------- cards */
.card { position: relative; }
.card__link { text-decoration: none; display: block; }
.card__frame {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: var(--radius);
	background: var(--paper-2);
	aspect-ratio: 2 / 3;
}
.card__frame img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity 0.5s var(--ease), transform 0.7s var(--ease);
}
.card__img--alt { opacity: 0; }
.card.has-flip:hover .card__img--alt { opacity: 1; }
.card:hover .card__frame img { transform: scale(1.04); }

.card__flag {
	position: absolute;
	top: 0.9rem;
	left: 0.9rem;
	z-index: 2;
	background: var(--violet);
	color: var(--on-violet);
	font-size: 0.66rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	padding: 0.4rem 0.7rem;
	border-radius: 999px;
}
.card__flag--out { background: var(--deep); }

.card__body { display: block; padding: 1rem 0.15rem 0; }
.card__cat {
	display: block;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--violet);
}
.card__name {
	display: block;
	font-family: var(--display);
	font-size: clamp(1.05rem, 1.15vw, 1.5rem);
	text-transform: uppercase;
	line-height: 1.06;
	margin: 0.4rem 0 0.35rem;
}
.card__price { display: block; font-weight: 600; }
.card__price del { color: var(--ink-45); font-weight: 400; margin-right: 0.45rem; }
.card__price ins { text-decoration: none; color: var(--violet); }

/* featured — one lead card, four stacked and staggered */
.featured {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: clamp(1rem, 2vw, 2rem);
	align-items: start;
}
.card--lead { grid-column: 1 / span 6; grid-row: 1 / span 2; }
.card--lead .card__frame { aspect-ratio: 5 / 8; }
.card--lead .card__name { font-size: clamp(1.6rem, 2.4vw, 2.6rem); }
.featured .card--stack { grid-column: span 3; }
.featured .card--stack:nth-of-type(2) { grid-column: 7 / span 3; grid-row: 1; }
.featured .card--stack:nth-of-type(3) { grid-column: 10 / span 3; grid-row: 1; margin-top: clamp(1.5rem, 4vw, 4rem); }
.featured .card--stack:nth-of-type(4) { grid-column: 7 / span 3; grid-row: 2; }
.featured .card--stack:nth-of-type(5) { grid-column: 10 / span 3; grid-row: 2; margin-top: clamp(1.5rem, 4vw, 4rem); }

/* ---------------------------------------------------------------- materials */
.band--materials {
	background: var(--deep);
	color: var(--paper);
	max-width: none;
	padding-inline: 0;
}
.materials__head {
	max-width: var(--max);
	margin-inline: auto;
	padding-inline: var(--gut);
	margin-bottom: clamp(2.5rem, 5vw, 4rem);
}
.materials__intro { max-width: 52ch; margin-top: 1.4rem; color: #cbc4d8; }

.materials {
	list-style: none;
	margin: 0;
	padding-inline: var(--gut);
	max-width: var(--max);
	margin-inline: auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: clamp(1rem, 2vw, 2rem);
}
.material img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: var(--radius);
}
.material:nth-child(even) { margin-top: clamp(1.5rem, 4vw, 4rem); }
.material h3 { font-size: clamp(1.1rem, 1.4vw, 1.6rem); margin: 1.1rem 0 0.5rem; }
.material p { color: #b9b2c6; font-size: 0.92rem; }

/* ---------------------------------------------------------------- wave grid */
.wave {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(1rem, 2.2vw, 2.2rem);
	align-items: start;
}
.wave .card:nth-child(3n + 2) { margin-top: clamp(1.5rem, 4vw, 4rem); }

/* ---------------------------------------------------------------- care */
.band--care { border-top: 1px solid var(--line); }
.care {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(1.5rem, 3.5vw, 3.5rem);
}
.care h2 { font-size: clamp(1.3rem, 1.8vw, 2rem); margin-bottom: 0.8rem; }
.care p { color: var(--ink-70); font-size: 0.95rem; }
.care a {
	font-weight: 600;
	font-size: 0.85rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 2px solid var(--line);
	padding-bottom: 0.25rem;
}
.care a:hover { color: var(--violet); border-color: var(--violet); }

/* ---------------------------------------------------------------- footer */
.site-foot {
	background: var(--deep);
	color: var(--paper);
	padding: clamp(3.5rem, 7vw, 6rem) var(--gut) 2rem;
}
.site-foot__top {
	max-width: var(--max);
	margin-inline: auto;
	display: grid;
	grid-template-columns: 1.6fr 1fr 1fr 1.4fr;
	gap: clamp(2rem, 4vw, 4rem);
}
.site-foot__mark { width: 46px; height: 46px; border-radius: 12px; }
.site-foot__word {
	font-family: var(--display);
	font-size: 2rem;
	text-transform: uppercase;
	margin: 0.8rem 0 0.7rem;
}
.site-foot__line { color: #b3abc2; font-size: 0.92rem; max-width: 40ch; }
.site-foot__h {
	font-family: var(--body);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--violet-lift);
	margin: 0 0 1.1rem;
}
.site-foot__list { list-style: none; margin: 0; padding: 0; }
.site-foot__list a {
	text-decoration: none;
	display: block;
	padding: 0.32rem 0;
	font-size: 0.93rem;
	color: #ddd8e6;
}
.site-foot__list a:hover { color: var(--paper); text-decoration: underline; }
.site-foot__contact a { font-weight: 600; font-size: 1.05rem; }
.site-foot__note { color: #a9a1ba; font-size: 0.85rem; margin-bottom: 0.75rem; }

.site-foot__bar {
	max-width: var(--max);
	margin: clamp(2.5rem, 5vw, 4rem) auto 0;
	padding-top: 1.5rem;
	border-top: 1px solid var(--line-dark);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1rem;
	font-size: 0.82rem;
	color: #918aa3;
}
.site-foot__bar p { margin: 0; }

/* ---------------------------------------------------------------- pages */
.page-head {
	background: var(--deep);
	color: var(--paper);
	padding: clamp(8rem, 14vw, 12rem) var(--gut) clamp(3rem, 6vw, 5rem);
}
.page-head__inner { max-width: var(--max); margin-inline: auto; }
.page-head__title { font-size: clamp(2.6rem, 8vw, 6.5rem); max-width: 18ch; }
.page-head__sub { color: #c4bcd3; max-width: 56ch; margin-top: 1.5rem; }

.prose {
	max-width: var(--max);
	margin: clamp(3rem, 6vw, 5rem) auto clamp(4.5rem, 9vw, 8rem);
	padding-inline: var(--gut);
}
/* Measure stays readable; the column stays left, under the page title. */
.prose > * { max-width: 72ch; }
.prose > table { max-width: 96ch; }
.prose h2 {
	font-size: clamp(1.5rem, 2.6vw, 2.2rem);
	margin: 2.6rem 0 0.9rem;
	padding-top: 1.6rem;
	border-top: 1px solid var(--line);
}
.prose h2:first-child { border-top: 0; padding-top: 0; margin-top: 0; }
.prose h3 { font-size: clamp(1.1rem, 1.6vw, 1.35rem); margin: 1.8rem 0 0.6rem; }
.prose p, .prose li { color: var(--ink-70); }
.prose strong { color: var(--ink); }
.prose ul, .prose ol { padding-left: 1.2rem; margin: 0 0 1.2rem; }
.prose li { margin-bottom: 0.45rem; }
.prose a { color: var(--violet); text-underline-offset: 3px; }
.prose table {
	width: 100%;
	border-collapse: collapse;
	margin: 1.4rem 0 2rem;
	font-size: 0.93rem;
}
.prose th, .prose td {
	text-align: left;
	padding: 0.75rem 0.85rem;
	border-bottom: 1px solid var(--line);
	vertical-align: top;
}
.prose th { font-weight: 600; color: var(--ink); background: var(--paper-2); }
.prose .callout {
	background: var(--paper-2);
	border-left: 3px solid var(--violet);
	padding: 1.2rem 1.4rem;
	border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
	margin: 1.6rem 0;
}
.prose .callout p { color: var(--ink); margin-bottom: 0.6rem; }

/* ---------------------------------------------------------------- reduced motion */
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.001ms !important;
	}
	.marquee__track { animation: none; }
}

/* ---------------------------------------------------------------- responsive */
@media (max-width: 1180px) {
	.strips { grid-template-columns: repeat(3, 1fr); row-gap: 2rem; }
	.materials { grid-template-columns: repeat(2, 1fr); }
	.site-foot__top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 980px) {
	.site-nav { display: none; }
	.burger { display: inline-flex; }
	.hero__portrait { display: none; }
	.featured { grid-template-columns: repeat(2, 1fr); }
	.featured .card--stack:nth-of-type(2),
	.featured .card--stack:nth-of-type(3),
	.featured .card--stack:nth-of-type(4),
	.featured .card--stack:nth-of-type(5) { grid-column: auto; grid-row: auto; margin-top: 0; }
	.card--lead { grid-column: 1 / -1; grid-row: auto; }
	.card--lead .card__frame { aspect-ratio: 4 / 5; }
	.look { column-count: 2; }
	.care { grid-template-columns: 1fr; }
	.wave { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
	.strips { grid-template-columns: repeat(2, 1fr); }
	.strip { margin-top: 0 !important; }
	.strip--0 .strip__frame,
	.strip--1 .strip__frame,
	.strip--2 .strip__frame { aspect-ratio: 3 / 4; }
	.materials { grid-template-columns: 1fr; }
	.material:nth-child(even) { margin-top: 0; }
	.wave { grid-template-columns: 1fr; }
	.wave .card:nth-child(3n + 2) { margin-top: 0; }
	.featured { grid-template-columns: 1fr; }
	.look { column-count: 1; }
	.look__item--2, .look__item--3, .look__item--5 { margin-left: 0; margin-right: 0; }
	.look__note--a, .look__note--b { padding-inline: 0; }
	.site-foot__top { grid-template-columns: 1fr; }
	.band__head { grid-template-columns: 1fr; }
	.band__more { grid-column: 1; grid-row: auto; justify-self: start; margin-top: 1.2rem; }
	.hero__inner { padding-top: 7rem; padding-bottom: 6rem; }
	.hero__line--b { margin-left: 1.2rem; }
	.hero__line--c { margin-left: 0.5rem; -webkit-text-stroke-width: 1.5px; }
}

/* ---------------------------------------------------------------- reveal */
.will-reveal {
	opacity: 0;
	transform: translateY(26px);
	transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.will-reveal.is-revealed { opacity: 1; transform: none; }
.card.will-reveal { transition-delay: 0.04s; }
@media (prefers-reduced-motion: reduce) {
	.will-reveal { opacity: 1; transform: none; }
}
