@font-face {
	font-family: 'Montique Fall Condensed';
	src: url('fonts/HelveticaNeueLTStd-ThCn.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* Shared art direction for the approved homepage and review route. */
body.montique-collection-page {
	--me-header: 88px;
	--me-ink: #1b201d;
	--me-muted: #5c635b;
	--me-paper: #f4f1eb;
	--me-forest: #1c342b;
	--me-gutter: clamp(24px, 4.6vw, 80px);
	--me-gap: 24px;
	--sc-canvas: var(--me-paper);
	--sc-surface: #e8e8e0;
	--sc-ink: var(--me-ink);
	--sc-ink-soft: var(--me-muted);
	--sc-accent: #426d52;
	--sc-accent-ink: #fff;
	--sc-font-display: 'Montique Fall Condensed', 'Arial Narrow', sans-serif;
	--sc-font-text: var(--font-primary);
	--sc-r-sm: 0;
	background: var(--me-paper);
	color: var(--me-ink);
	font-family: var(--font-primary);
	font-size: 16px;
}

.montique-collection-page #main { padding: var(--me-header) 0 0; margin: 0; }
.montique-collection-page #main > .wrapper { width: 100%; max-width: none; padding: 0; margin: 0; }
.montique-collection-page .breadcrumbs { display: none; }
.montique-collection-page .site-header { height: var(--me-header); padding: 12px 0; background: #17221d; color: #fff; box-shadow: none; border-bottom: 1px solid #ffffff24; transition: background-color 180ms ease-out; }
.montique-collection-page .site-header__inner { height: 100%; max-width: 1600px; padding-inline: var(--me-gutter); }
.montique-collection-page .site-logo img { height: 64px; width: auto; filter: brightness(0) invert(1); }
.montique-collection-page .main-nav__list { gap: clamp(18px, 2.2vw, 36px); }
.montique-collection-page .main-nav__link { font-size: 11px; letter-spacing: .12em; }
.montique-collection-page .menu-toggle { width: 44px; height: 44px; justify-content: center; padding: 10px; color: #fff; }
.montique-collection-page.nav-open .menu-toggle { color: #fff; }
.montique-collection-page .mobile-nav { padding-top: calc(var(--me-header) + 24px); background: var(--me-paper); }

.montique-edit { width: 100%; position: relative; isolation: isolate; }
.montique-edit :is(h1, h2) { font-family: var(--sc-font-display); font-weight: 400; letter-spacing: -.015em; line-height: 1.02; color: inherit; text-wrap: balance; }
.montique-edit h2 { font-size: clamp(48px, 5.3vw, 82px); }
.montique-edit p { margin: 0; text-wrap: pretty; }
.montique-edit figure { margin: 0; min-width: 0; }
.montique-edit section { scroll-margin-top: calc(var(--me-header) + 100px); }
.me-frame { max-width: 1600px; margin-inline: auto; padding-inline: var(--me-gutter); }
.me-section { padding-block: clamp(64px, 7vw, 112px); background: var(--me-paper); }
.me-kicker { font-size: 11px; font-weight: 600; line-height: 1.5; text-transform: uppercase; letter-spacing: .18em; }
.me-heading > .me-kicker { margin-bottom: 22px; }
.me-heading > p:not(.me-kicker) { max-width: 38ch; margin-top: 22px; color: var(--me-muted); font-size: 15px; line-height: 1.75; }
.me-heading .me-text-link { margin-top: 28px; }
.me-heading--wide { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: var(--me-gap); margin-bottom: 40px; }
.me-heading--wide > p:not(.me-kicker) { margin-top: 6px; max-width: 42ch; }
.me-text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 12px; line-height: 1.7; font-weight: 500; text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 1px; padding-block: 12px; }
.me-text-link span { font-size: 19px; }
.me-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 52px; padding: 17px 22px; border: 1px solid transparent; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; font-weight: 600; line-height: 1.6; transition: background-color 160ms ease-out, color 160ms ease-out, transform 160ms ease-out; }
.me-button span { font-size: 20px; line-height: 1; }
.me-button--light { background: var(--me-paper); color: var(--me-ink); }
.me-button--light:hover { background: #fff; color: #1b201d; }
.me-button:active { transform: translateY(1px); }
.montique-edit :is(a, button):focus-visible { outline: 2px solid currentColor; outline-offset: 6px; }

/* A complete opening at laptop heights. Copy has its own solid ground. */
.me-hero { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); background: #17221d; color: #f7f4ee; min-height: min(740px, calc(100svh - var(--me-header))); }
.me-hero__copy { padding: clamp(32px, 4.7vw, 72px) var(--me-gutter); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; position: relative; z-index: 1; }
.me-hero .me-kicker { color: #c0cbbf; margin-bottom: 26px; }
.me-hero h1 { font-size: clamp(64px, 7.1vw, 108px); line-height: .94; white-space: nowrap; }
.me-hero h1 > span { display: block; }
.me-hero h1 .me-hero__collection { font-size: .44em; line-height: 1.3; margin-top: 10px; letter-spacing: .01em; }
.me-hero .me-intro { max-width: 33ch; font-size: 14px; line-height: 1.75; color: #d1d9d0; margin-top: 22px; }
.me-hero .me-button { margin-top: 26px; }
.me-hero .me-text-link { margin-top: 10px; color: #d1d9d0; }
.me-hero__image { position: relative; overflow: hidden; min-height: 520px; }
.me-hero__image img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 72% top; transform-origin: center top; }
.me-hero__image figcaption { position: absolute; right: 20px; bottom: 20px; background: #17221de8; color: #f7f4ee; padding: 8px 12px; font-size: 10px; letter-spacing: .08em; }

.me-index { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 16px max(var(--me-gutter), calc((100vw - 1600px) / 2 + var(--me-gutter))); background: var(--me-paper); border-bottom: 1px solid #cdd0c6; z-index: 20; scroll-margin-top: var(--me-header); }
.me-index__label { font-size: 10px; text-transform: uppercase; letter-spacing: .13em; color: var(--me-muted); white-space: nowrap; }
.me-index nav { display: flex; gap: clamp(16px, 2.7vw, 44px); align-items: center; }
.me-index a { display: inline-flex; align-items: center; min-height: 44px; font-size: 12px; color: var(--me-muted); border-bottom: 1px solid transparent; }
.me-index a[aria-current="location"] { color: var(--me-forest); border-bottom-color: currentColor; }
.me-index a:hover { color: var(--me-ink); }

.me-look__image { overflow: hidden; background: #e8e8e0; }
.me-look img { width: 100%; height: 100%; object-fit: cover; }
.me-look figcaption { display: flex; justify-content: space-between; gap: 8px; padding-top: 12px; font-size: 11px; letter-spacing: .035em; line-height: 1.6; }
.me-look figcaption span + span { color: var(--me-muted); }
.me-walking { padding-top: clamp(64px, 7vw, 100px); padding-bottom: clamp(80px, 10vw, 144px); }
.me-walking__layout { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--me-gap); align-items: start; }
.me-walking__copy h2 { font-size: clamp(46px, 4.5vw, 68px); }
.me-walking__pair { grid-column: span 2; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--me-gap); align-items: start; }
.me-walking .me-look__image { aspect-ratio: 5 / 7; background: transparent; position: relative; }
.me-walking .me-look__image::before { content: ''; position: absolute; inset: 24% 0 0; background: #d3dcd2; }
.me-walking__ribbed .me-look__image::before { background: #d9d8d0; }
.me-walking img { position: absolute; width: 100%; height: auto; top: 8%; object-fit: contain; transform-origin: center top; filter: brightness(1.13) saturate(1.16) contrast(1.025); }
.me-walking__ribbed { margin-top: 0; }

.me-sweaters { background: #24362d; color: #f4f1eb; --me-muted: #c9d1c6; }
.me-sweaters__gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--me-gap); align-items: start; }
.me-sweaters__lead .me-look__image { aspect-ratio: 3 / 4; }
.me-sweaters__second { padding-top: 0; }
.me-sweaters__second .me-look__image { aspect-ratio: 3 / 4; }
.me-sweaters__details { display: contents; }
.me-sweaters__details .me-look__image { aspect-ratio: 3 / 4; }
.me-sweaters__details img { object-fit: contain; }
.me-sweaters img { object-position: center top; }
.me-sweaters__lead img { object-position: 74% top; }
.me-sweaters .me-look__image { position: relative; }
.me-sweaters__second .me-look__image { background: #d8d4cb; }
.me-sweaters__details .me-look:first-child .me-look__image { background: #cbd3ca; }
.me-sweaters__details .me-look:last-child .me-look__image { background: #dfd0c1; }
.me-sweaters .me-catalog-artwork { position: absolute; top: 12%; height: 125%; width: 100%; object-fit: contain; object-position: center top; transform-origin: center top; }

.me-color { background: #e8e8e0; }
.me-color__gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--me-gap); align-items: start; }
.me-color .me-look__image { aspect-ratio: 3 / 4; position: relative; }
.me-color .me-look:nth-child(n) { margin-top: 0; }
.me-color img { object-position: center top; }
.me-color .me-look:first-child img { object-position: 57% top; transform-origin: center top; }
.me-color .me-look:nth-child(2) img { position: absolute; top: 0; left: 0; width: 160%; max-width: none; height: auto; transform-origin: left top; }

.me-tracksuits__layout { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--me-gap); align-items: start; }
.me-tracksuits__gallery { grid-column: span 2; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px var(--me-gap); }
.me-tracksuits .me-look__image { aspect-ratio: 2 / 3; background: var(--me-card, #d9dcd5); position: relative; }
.me-tracksuits img { position: absolute; top: 8%; width: 100%; height: 110%; object-fit: contain; object-position: center top; transform-origin: center top; }
.me-tracksuits h2 { font-size: clamp(46px, 4.5vw, 72px); }

.me-hats { background: #e3e5dd; }
.me-hats__gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--me-gap); align-items: start; }
.me-hats__lead { grid-row: span 2; align-self: stretch; display: flex; flex-direction: column; }
.me-hats .me-look__image { aspect-ratio: 1.3; background: var(--me-card, #d9dcd5); }
.me-hats__lead .me-look__image { aspect-ratio: auto; flex: 1; position: relative; }
.me-hats__lead img { position: absolute; inset: 0; }
.me-hats img { object-fit: contain; padding: 12%; }
.me-hats .me-look:nth-child(1), .me-tracksuits .me-look:nth-child(1) { --me-card: #dfd1bb; }
.me-hats .me-look:nth-child(2), .me-tracksuits .me-look:nth-child(2) { --me-card: #cedce1; }
.me-hats .me-look:nth-child(3), .me-tracksuits .me-look:nth-child(3) { --me-card: #cdd0c6; }
.me-hats .me-look:nth-child(4), .me-tracksuits .me-look:nth-child(4) { --me-card: #e2d4cc; }
.me-hats .me-look:nth-child(5), .me-tracksuits .me-look:nth-child(5) { --me-card: #c8d7c8; }
.me-tracksuits .me-look:nth-child(6) { --me-card: #d9d5ca; }
.me-close { position: relative; z-index: 8; padding-block: clamp(68px, 8vw, 120px); background: #17221d; color: #f4f1eb; }
.me-close__layout { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--me-gap); align-items: start; }
.me-close .me-kicker { color: #c0cbbf; margin-bottom: 22px; }
.me-close__action > p { max-width: 37ch; margin-bottom: 24px; font-size: 15px; line-height: 1.75; color: #d1d9d0; }
.me-close__action .me-text-link { display: flex; width: fit-content; margin-top: 16px; color: #d1d9d0; }

.montique-collection-page .site-footer { background: #17221d; padding-block: 44px 24px; color: #c0cbbf; border-top: 1px solid #ffffff24; }
.montique-collection-page .site-footer > .container { max-width: 1600px; padding-inline: var(--me-gutter); }
.montique-collection-page .site-footer__logo img { width: 110px; height: auto; }
.montique-collection-page .site-footer__nav { gap: 12px 24px; }
.montique-collection-page .site-footer__link { font-size: 10px; color: #e0e5dd; min-height: 44px; display: inline-flex; align-items: center; }
.montique-collection-page .site-footer__copyright { color: #c0cbbf; font-size: 11px; }
.montique-collection-page .site-footer__social a { color: #e0e5dd; border-color: #ffffff50; }

/* Motion never supplies layout or hides essential copy. */
.montique-edit [data-sc-in], .montique-edit [data-sc-stagger] > * { opacity: 1; transform: none; }

/* Read the entire panel before it holds behind the next. Wrappers keep anchor
   coordinates stable; no fixed heights or clipping constrain the content. */
.me-chapter { position: relative; z-index: var(--me-layer, 1); }
.me-depth-ready .me-chapter { height: calc(var(--me-panel-height) + var(--me-hold, 0px)); margin-bottom: calc(0px - var(--me-hold, 0px)); }
.me-depth-ready .me-chapter > section { position: sticky; top: min(var(--me-chrome), calc(var(--me-viewport, 100svh) - var(--me-panel-height))); }
.me-depth-ready .me-chapter:not(:first-child) > section { box-shadow: 0 -16px 32px -28px #17221d66; }

/* Native timelines stay in sync with compositor scrolling. Browsers without
   them use the measured, visible-photo-only JavaScript fallback. */
.me-photo-depth { --me-photo-shift: 3%; --me-photo-scale: 1.08; }
.me-photo-contained { --me-photo-shift: 3%; --me-photo-scale: .92; }
.me-walking .me-photo-contained { --me-photo-shift: 3%; --me-photo-scale: .94; }
.me-hats .me-photo-contained { --me-photo-shift: 5%; --me-photo-scale: 1; }
.me-tracksuits .me-photo-contained { --me-photo-shift: 4%; --me-photo-scale: 1; }
.me-sweaters .me-catalog-artwork { --me-photo-shift: 6%; --me-photo-scale: 1; }
.me-color .me-look:nth-child(3) img { --me-photo-shift: 9%; --me-photo-scale: 1.24; }
.me-color .me-photo-portrait { --me-photo-shift: 6%; --me-photo-scale: 1; }
.me-photo-depth--reverse { --me-photo-direction: -1; }
.me-native-timeline .me-chapter { view-timeline: --me-chapter block; }
.me-native-timeline .me-photo-depth { animation: me-photo-pan 1s linear both; animation-timeline: --me-chapter; }
.me-native-timeline .me-photo-depth--lateral { animation-name: me-photo-drift; }
.me-native-timeline .me-photo-expressive { animation-name: me-photo-pan-expressive; }
.me-native-timeline .me-photo-expressive.me-photo-depth--lateral { animation-name: me-photo-drift-expressive; }
.me-native-timeline .me-photo-portrait { animation-name: me-portrait-flow; }
.me-native-timeline .me-photo-texture { animation-name: me-texture-flow; }
.me-native-timeline .me-hero__image img { animation: me-hero-depth 1s linear both; animation-timeline: --me-chapter; }
@keyframes me-photo-pan {
	from { transform: translate3d(0, calc(0% - var(--me-photo-shift) * var(--me-photo-direction, 1)), 0) scale(var(--me-photo-scale)); }
	to { transform: translate3d(0, calc(var(--me-photo-shift) * var(--me-photo-direction, 1)), 0) scale(var(--me-photo-scale)); }
}
@keyframes me-hero-depth {
	from { transform: translateZ(0) scale(1); }
	to { transform: translateZ(0) scale(var(--me-hero-scale, 1.08)); }
}
@keyframes me-photo-drift {
	from { transform: translate3d(calc(0% - var(--me-photo-shift)), 0, 0) scale(var(--me-photo-scale)); }
	to { transform: translate3d(var(--me-photo-shift), 0, 0) scale(var(--me-photo-scale)); }
}
@keyframes me-photo-pan-expressive {
	0%, 20% { transform: translate3d(0, calc(0% - var(--me-photo-shift) * var(--me-photo-direction, 1)), 0) scale(var(--me-photo-scale)); }
	70%, 100% { transform: translate3d(0, calc(var(--me-photo-shift) * var(--me-photo-direction, 1)), 0) scale(var(--me-photo-scale)); }
}
@keyframes me-photo-drift-expressive {
	0%, 20% { transform: translate3d(calc(0% - var(--me-photo-shift)), 0, 0) scale(var(--me-photo-scale)); }
	70%, 100% { transform: translate3d(var(--me-photo-shift), 0, 0) scale(var(--me-photo-scale)); }
}
@keyframes me-portrait-flow {
	0%, 20% { transform: translate3d(0, 0, 0); }
	70%, 100% { transform: translate3d(0, calc(0% - var(--me-photo-shift)), 0); }
}
@keyframes me-texture-flow {
	0%, 20% { transform: translate3d(0, calc(0% - var(--me-photo-shift)), 0) scale(var(--me-photo-scale)) rotate(-1deg); }
	70%, 100% { transform: translate3d(0, var(--me-photo-shift), 0) scale(var(--me-photo-scale)) rotate(1deg); }
}
@media (min-width: 1601px) {
	.me-hero__copy { padding-left: calc((100vw - 1600px) / 2 + var(--me-gutter)); }
}

@media (min-width: 1100px) and (min-height: 700px) {
	.me-index { position: sticky; top: var(--me-header); }
	.me-photo-depth { --me-photo-shift: 6%; --me-photo-scale: 1.14; }
	.me-photo-contained { --me-photo-shift: 5%; --me-photo-scale: .88; }
	.me-walking .me-photo-contained { --me-photo-shift: 4%; --me-photo-scale: .94; }
	.me-hats .me-photo-contained { --me-photo-shift: 8%; --me-photo-scale: 1; }
	.me-tracksuits .me-photo-contained { --me-photo-shift: 6%; --me-photo-scale: 1; }
	.me-sweaters .me-catalog-artwork { --me-photo-shift: 8.5%; --me-photo-scale: 1; }
	.me-color .me-look:nth-child(3) img { --me-photo-shift: 12%; --me-photo-scale: 1.32; }
	.me-hero__image { --me-hero-scale: 1.12; }
}
@media (min-width: 701px) and (max-height: 740px) {
	.me-hero__copy { padding-block: 32px; }
	.me-hero h1 { font-size: clamp(60px, 6.4vw, 88px); }
	.me-hero .me-kicker { margin-bottom: 18px; }
	.me-hero .me-intro { margin-top: 16px; }
	.me-hero .me-button { margin-top: 20px; }
	.me-hero__image { min-height: 480px; }
}
@media (max-width: 1099px) {
	.me-hero h1 { font-size: clamp(58px, 7.5vw, 82px); }
	.me-hero__copy { padding-inline: var(--me-gutter); }
	.me-index { align-items: flex-start; flex-direction: column; gap: 4px; padding-block: 16px; }
	.me-index nav { flex-wrap: wrap; gap: 4px 28px; }
	.me-walking__layout, .me-tracksuits__layout { grid-template-columns: 1fr; gap: 36px; }
	.me-walking__pair, .me-tracksuits__gallery { grid-column: auto; }
	.me-walking__copy { max-width: 650px; }
	.me-walking__copy h2 br { display: none; }
}
@media (max-width: 700px) {
	body.montique-collection-page { --me-header: 72px; --me-gutter: 20px; --me-gap: 14px; }
	.montique-collection-page .site-header { padding-block: 10px; }
	.montique-collection-page .site-logo img { height: 52px; }
	.montique-edit h2 { font-size: clamp(44px, 12vw, 62px); }
	.montique-edit section { scroll-margin-top: calc(var(--me-header) + 16px); }
	.me-section { padding-block: 52px; }
	.me-hero { display: flex; flex-direction: column; min-height: 0; }
	.me-hero__image { order: -1; width: 100%; min-height: 0; height: clamp(220px, 69vw, 350px); }
	.me-hero__image img { object-position: 72% 30%; }
	.me-hero__image figcaption { display: none; }
	.me-hero__copy { padding: 26px var(--me-gutter) 28px; }
	.me-hero .me-kicker { margin-bottom: 14px; font-size: 9px; }
	.me-hero h1 { white-space: normal; font-size: clamp(54px, 15vw, 76px); line-height: .96; }
	.me-hero h1 > span { display: inline; }
	.me-hero h1 > span:nth-child(2)::before { content: ' '; }
	.me-hero h1 .me-hero__collection { display: block; font-size: .44em; margin-top: 8px; }
	.me-hero .me-intro { font-size: 13px; line-height: 1.65; max-width: 42ch; margin-top: 14px; }
	.me-hero .me-button { margin-top: 20px; width: 100%; }
	.me-hero .me-text-link { margin-top: 4px; padding-bottom: 0; }
	.me-button { padding: 14px 16px; min-height: 52px; gap: 12px; font-size: 9px; }
	.me-index { padding-block: 20px; }
	.me-index nav { column-gap: 22px; row-gap: 0; }
	.me-index a { font-size: 11px; }
	.me-heading > .me-kicker { margin-bottom: 14px; }
	.me-heading > p:not(.me-kicker) { font-size: 14px; margin-top: 18px; }
	.me-heading--wide { display: block; margin-bottom: 28px; }
	.me-heading--wide > p { max-width: 40ch; }
	.me-walking__copy h2 { font-size: 47px; }
	.me-walking__copy .me-text-link { margin-top: 10px; }
	.me-walking .me-look__image { aspect-ratio: 5 / 7; }
	.me-look figcaption { flex-direction: column; gap: 1px; font-size: 11px; padding-top: 9px; }
	.me-sweaters__gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px var(--me-gap); }
	.me-color__gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px var(--me-gap); }
	.me-color .me-look__image { aspect-ratio: 2 / 3; }
	.me-tracksuits__gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px var(--me-gap); }
	.me-hats__gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px var(--me-gap); }
	.me-hats__lead { grid-column: 1 / -1; grid-row: auto; }
	.me-hats__lead .me-look__image { aspect-ratio: 1.4; flex: auto; }
	.me-close { padding-block: 56px; }
	.me-close__layout { grid-template-columns: 1fr; gap: 28px; }
	.me-close .me-kicker { margin-bottom: 18px; }
	.me-close__action .me-button { width: 100%; }
	.montique-collection-page .site-footer__inner { gap: 24px; }
	.montique-collection-page .site-footer__nav { flex-wrap: wrap; justify-content: center; }
}
@media (max-width: 380px) {
	body.montique-collection-page { --me-gutter: 16px; }
	.me-hero h1 { font-size: 52px; }
	.me-hero__image { height: 210px; }
	.me-hero__copy { padding-block: 22px; }
	.me-hero .me-kicker { display: none; }
}
@media (prefers-reduced-motion: reduce) {
	.montique-edit *, .montique-edit *::before, .montique-edit *::after { animation: none !important; transition: none !important; }
	.montique-edit img { transform: none !important; }
	.me-depth-ready .me-chapter { height: auto; margin-bottom: 0; }
	.me-depth-ready .me-chapter > section { position: relative; top: auto; box-shadow: none; }
}
