/* ========================================================================== 
   DOLONG COLLECTIONS
   Approved editorial index + controlled story experience.
   ========================================================================== */

.dl-collections-page {
	background: var(--dl-paper, #f7f4ec);
	color: var(--dl-ink, #0e0e0e);
}

.dl-collections-page h1,
.dl-collections-page h2,
.dl-collections-page h3 {
	font-family: var(--dl-font-display, "Playfair Display", Georgia, serif);
	font-weight: 400;
}

.dl-collections-page .dl-overline {
	margin: 0;
	font-family: var(--dl-font-body, "Montserrat", Arial, sans-serif);
	font-size: 9px;
	font-weight: 600;
	letter-spacing: .14em;
	line-height: 1.4;
	text-transform: uppercase;
}

/* Index ------------------------------------------------------------------ */
.dl-collections-index { padding: clamp(58px, 7vw, 110px) 0 clamp(84px, 9vw, 140px); }

.dl-collections-index__head {
	display: grid;
	grid-template-columns: minmax(154px, 184px) minmax(0, 1fr);
	gap: 10px clamp(42px, 7vw, 120px);
	align-items: end;
	margin-bottom: clamp(42px, 5vw, 72px);
}

.dl-collections-index__head .dl-overline {
	color: var(--dl-muted, #756f68);
}

.dl-collections-index__head h1 {
	margin: 0;
	font-size: clamp(58px, 7vw, 104px);
	letter-spacing: -.06em;
	line-height: .9;
}

.dl-collections-index__head > p:last-child {
	grid-column: 2;
	max-width: 54ch;
	margin: 12px 0 0;
	color: var(--dl-muted, #756f68);
	font-family: var(--dl-font-body, "Montserrat", Arial, sans-serif);
	font-size: 13px;
	line-height: 1.7;
}

.dl-collections-index__layout {
	display: grid;
	grid-template-columns: minmax(154px, 184px) minmax(0, 1fr);
	gap: clamp(42px, 7vw, 120px);
	align-items: start;
}

.dl-collections-rail { position: sticky; top: 126px; }
.dl-collections-rail > .dl-overline { margin-bottom: 29px; color: var(--dl-muted, #756f68); }
.dl-collections-rail__year-group + .dl-collections-rail__year-group { margin-top: 40px; }

.dl-collections-rail__year-group h2 {
	margin: 0 0 20px;
	font-size: 29px;
	letter-spacing: -.04em;
	line-height: 1;
}

.dl-collections-rail nav { position: relative; display: grid; padding-left: 24px; }
.dl-collections-rail nav::before {
	position: absolute;
	top: 7px;
	bottom: 7px;
	left: 4px;
	width: 1px;
	background: var(--dl-line, #cbc2b8);
	content: "";
}

.dl-collections-rail a {
	position: relative;
	display: grid;
	grid-template-columns: 23px minmax(0, 1fr);
	gap: 10px;
	padding: 9px 0 16px;
	color: var(--dl-muted, #756f68);
	font-family: var(--dl-font-body, "Montserrat", Arial, sans-serif);
	font-size: 9px;
	font-weight: 600;
	letter-spacing: .1em;
	line-height: 1.4;
	text-decoration: none;
	text-transform: uppercase;
}

.dl-collections-rail a::before {
	position: absolute;
	top: 13px;
	left: -24px;
	width: 9px;
	height: 9px;
	box-sizing: border-box;
	border: 1px solid var(--dl-line, #cbc2b8);
	border-radius: 50%;
	background: var(--dl-paper, #f7f4ec);
	content: "";
}

.dl-collections-rail a span { color: #9a783f; }
.dl-collections-rail a.is-active { color: var(--dl-ink, #0e0e0e); }
.dl-collections-rail a.is-active::before { border-color: var(--dl-ink, #0e0e0e); background: var(--dl-ink, #0e0e0e); }

.dl-collections-index__content { display: grid; gap: clamp(38px, 4.5vw, 64px); max-width: 1230px; }

.dl-collection-card {
	position: relative;
	min-height: clamp(480px, 42vw, 650px);
	overflow: hidden;
	border: 1px solid var(--dl-line, #cbc2b8);
	background: #dfd7c8;
	scroll-margin-top: 124px;
}

.dl-collection-card__image,
.dl-collection-card__veil { position: absolute; inset: 0; margin: 0; }

.dl-collection-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 650ms cubic-bezier(.22,.61,.36,1);
}

.dl-collection-card:hover .dl-collection-card__image img { transform: scale(1.018); }

/* The veil intentionally stops before the model's focal area. */
.dl-collection-card__veil {
	z-index: 1;
	background: radial-gradient(ellipse 84% 86% at 0% 100%, rgba(247,244,236,.94) 0%, rgba(247,244,236,.83) 37%, rgba(247,244,236,.43) 62%, rgba(247,244,236,0) 100%);
	pointer-events: none;
}

.dl-collection-card__content {
	position: relative;
	z-index: 2;
	display: flex;
	width: min(48%, 525px);
	min-height: inherit;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding: clamp(32px, 5.2vw, 76px);
}

.dl-collection-card__meta { display: flex; flex-wrap: wrap; gap: 8px 18px; color: #98733c; font-family: var(--dl-font-body, "Montserrat", Arial, sans-serif); font-size: 9px; font-weight: 600; letter-spacing: .13em; line-height: 1.4; text-transform: uppercase; }

.dl-collection-card h2 { margin: 25px 0 0; font-size: clamp(50px, 5vw, 78px); letter-spacing: -.06em; line-height: .94; }

.dl-collection-card__content > p { max-width: 36ch; margin: 18px 0 0; color: #514c46; font-family: var(--dl-font-body, "Montserrat", Arial, sans-serif); font-size: 13px; line-height: 1.7; }

.dl-collection-card__actions { display: flex; flex-wrap: wrap; gap: 18px 25px; margin-top: 29px; }

.dl-collections-page .dl-button--dark {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	padding: 0 22px;
	border: 1px solid var(--dl-ink, #0e0e0e);
	border-radius: 0;
	background: var(--dl-ink, #0e0e0e);
	color: var(--dl-ivory, #fffdf9);
	font-family: var(--dl-font-body, "Montserrat", Arial, sans-serif);
	font-size: 9px;
	font-weight: 600;
	letter-spacing: .1em;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.dl-collections-page .dl-button--dark:hover { background: transparent; color: var(--dl-ink, #0e0e0e); }

.dl-collections-page .dl-text-link { display: inline-flex; gap: 10px; align-items: center; padding: 0 0 7px; border-bottom: 1px solid var(--dl-ink, #0e0e0e); color: var(--dl-ink, #0e0e0e); font-family: var(--dl-font-body, "Montserrat", Arial, sans-serif); font-size: 9px; font-weight: 600; letter-spacing: .1em; line-height: 1; text-decoration: none; text-transform: uppercase; }

/* Story ------------------------------------------------------------------ */
.dl-collection-story { padding: 46px 0 clamp(98px, 10vw, 148px); }

.dl-collection-story__head { position: relative; min-height: 138px; border-bottom: 1px solid var(--dl-line, #cbc2b8); }
.dl-collection-story__back,
.dl-collection-story__close { position: absolute; top: 0; color: var(--dl-ink, #0e0e0e); font-family: var(--dl-font-body, "Montserrat", Arial, sans-serif); font-size: 9px; font-weight: 600; letter-spacing: .1em; line-height: 1.2; text-decoration: none; text-transform: uppercase; }
.dl-collection-story__back { left: 0; }
.dl-collection-story__close { right: 0; }

.dl-collection-story__title { position: absolute; bottom: 32px; left: 50%; width: min(80%, 800px); transform: translateX(-50%); text-align: center; }
.dl-collection-story__title .dl-overline { color: var(--dl-ink, #0e0e0e); }
.dl-collection-story__title h1 { margin: 9px 0 0; font-size: clamp(51px, 5.5vw, 84px); letter-spacing: -.06em; line-height: .95; }

.dl-collection-story__layout { display: grid; grid-template-columns: minmax(145px, 178px) minmax(0, 1fr); gap: clamp(46px, 8vw, 132px); padding-top: clamp(58px, 7vw, 105px); }

.dl-collection-story__rail { position: sticky; top: 130px; align-self: start; display: grid; border-left: 1px solid var(--dl-line, #cbc2b8); }
.dl-collection-story__rail a { position: relative; display: grid; grid-template-columns: 26px minmax(0, 1fr); gap: 8px; min-height: 76px; align-items: start; padding-left: 18px; color: var(--dl-muted, #756f68); font-family: var(--dl-font-body, "Montserrat", Arial, sans-serif); font-size: 9px; font-weight: 600; letter-spacing: .1em; line-height: 1.4; text-decoration: none; text-transform: uppercase; }
.dl-collection-story__rail a::before { position: absolute; top: 3px; left: -5px; width: 9px; height: 9px; box-sizing: border-box; border: 1px solid var(--dl-line, #cbc2b8); border-radius: 50%; background: var(--dl-paper, #f7f4ec); content: ""; }
.dl-collection-story__rail a span { color: #98733c; }
.dl-collection-story__rail a.is-active { color: var(--dl-ink, #0e0e0e); }
.dl-collection-story__rail a.is-active::before { border-color: var(--dl-ink, #0e0e0e); background: var(--dl-ink, #0e0e0e); }

.dl-collection-story__chapters { min-width: 0; }
.dl-story-chapter { scroll-margin-top: 126px; padding-bottom: clamp(66px, 8vw, 118px); }
.dl-story-chapter + .dl-story-chapter { padding-top: clamp(60px, 7vw, 104px); border-top: 1px solid var(--dl-line, #cbc2b8); }

.dl-story-chapter--about { display: grid; grid-template-columns: minmax(220px, .42fr) minmax(0, 1fr); gap: clamp(38px, 6vw, 92px); align-items: center; }
.dl-story-chapter__copy h2,
.dl-story-chapter__label h2 { margin: 20px 0 0; font-size: clamp(43px, 4.5vw, 68px); letter-spacing: -.055em; line-height: .97; }
.dl-story-chapter__copy > p:not(.dl-overline),
.dl-story-chapter__label > p:not(.dl-overline) { max-width: 37ch; margin: 24px 0 0; color: var(--dl-muted, #756f68); font-family: var(--dl-font-body, "Montserrat", Arial, sans-serif); font-size: 13px; line-height: 1.75; }
.dl-story-chapter--about figure { min-height: 448px; margin: 0; overflow: hidden; }
.dl-story-chapter--about img { display: block; width: 100%; height: 100%; object-fit: cover; }

.dl-story-chapter__label { max-width: 42ch; }

/* Story, Idea and Featured Looks use the available editorial column.
 * About keeps its intentionally narrower copy beside the campaign image. */
.dl-story-chapter--story > .dl-story-chapter__label,
.dl-story-chapter--idea > .dl-story-chapter__label,
.dl-story-chapter--looks > .dl-story-chapter__label {
	max-width: none;
}

.dl-story-chapter--story .dl-story-chapter__label > p:not(.dl-overline),
.dl-story-chapter--idea .dl-story-chapter__label > p:not(.dl-overline),
.dl-story-chapter--looks .dl-story-chapter__label > p:not(.dl-overline) {
	max-width: 150ch;
}

.dl-story-video { position: relative; margin-top: 31px; overflow: hidden; aspect-ratio: 16 / 9; background: var(--dl-ink, #0e0e0e); }
.dl-story-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.dl-story-moodboard { display: grid; grid-template-columns: 1.16fr .76fr .76fr; gap: 12px; margin-top: 31px; }
.dl-story-moodboard img { display: block; width: 100%; height: 100%; object-fit: cover; aspect-ratio: .8; }
.dl-story-moodboard img:first-child { aspect-ratio: 1.04; }

.dl-story-looks { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; margin-top: 31px; }
.dl-story-looks a { color: var(--dl-ink, #0e0e0e); text-decoration: none; }
.dl-story-looks img { display: block; width: 100%; aspect-ratio: .74; object-fit: cover; }
.dl-story-looks span { display: block; margin-top: 11px; color: #98733c; font-family: var(--dl-font-body, "Montserrat", Arial, sans-serif); font-size: 9px; font-weight: 600; letter-spacing: .12em; }
.dl-story-looks strong { display: block; margin-top: 5px; font-family: var(--dl-font-display, "Playfair Display", Georgia, serif); font-size: 23px; font-weight: 400; letter-spacing: -.04em; }
.dl-story-looks__cta { margin-top: 35px; }

.dl-collection-story__return { position: fixed; z-index: 20; right: 34px; bottom: 28px; display: inline-flex; min-height: 46px; align-items: center; padding: 0 20px; background: var(--dl-ink, #0e0e0e); color: var(--dl-ivory, #fffdf9); font-family: var(--dl-font-body, "Montserrat", Arial, sans-serif); font-size: 9px; font-weight: 600; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }

@media (max-width: 820px) {
	.dl-collections-index { padding: 32px 0 68px; }
	.dl-collections-index__head { display: block; margin-bottom: 32px; }
	.dl-collections-index__head h1 { margin-top: 11px; font-size: clamp(49px, 14vw, 68px); }
	.dl-collections-index__head > p:last-child { margin-top: 14px; font-size: 12px; line-height: 1.65; }
	.dl-collections-index__layout { display: block; }
	.dl-collections-rail { display: none; }
	.dl-collections-index__content { gap: 30px; }
	.dl-collection-card { min-height: 0; aspect-ratio: 4 / 5; }
	.dl-collection-card__veil { background: linear-gradient(0deg, rgba(247,244,236,.97) 0%, rgba(247,244,236,.91) 42%, rgba(247,244,236,.40) 70%, rgba(247,244,236,0) 100%); }
	.dl-collection-card__content { width: 100%; min-height: 100%; padding: 24px 20px 25px; }
	.dl-collection-card h2 { margin-top: 17px; font-size: clamp(43px, 11vw, 56px); }
	.dl-collection-card__content > p { max-width: 34ch; margin-top: 13px; font-size: 12px; line-height: 1.65; }
	.dl-collection-card__actions { gap: 16px 22px; margin-top: 21px; }
	.dl-collections-page .dl-button--dark { min-height: 44px; padding: 0 18px; font-size: 8.5px; }

	.dl-collection-story { padding: 24px 0 86px; }
	.dl-collection-story__head { min-height: 130px; }
	.dl-collection-story__title { bottom: 24px; width: 90%; }
	.dl-collection-story__title h1 { margin-top: 8px; font-size: clamp(47px, 13vw, 66px); }
	.dl-collection-story__layout { display: block; padding-top: 40px; }
	.dl-collection-story__rail { position: static; display: grid; margin-bottom: 37px; border-top: 1px solid var(--dl-line, #cbc2b8); border-left: 0; }
	.dl-collection-story__rail a { grid-template-columns: 31px minmax(0, 1fr) auto; min-height: 52px; align-items: center; padding: 0; border-bottom: 1px solid var(--dl-line, #cbc2b8); }
	.dl-collection-story__rail a::before { display: none; }
	.dl-collection-story__rail a::after { color: var(--dl-ink, #0e0e0e); content: "+"; font-size: 16px; font-weight: 400; }
	.dl-collection-story__rail a.is-active::after { content: "–"; }
	.dl-story-chapter { padding-bottom: 58px; }
	.dl-story-chapter + .dl-story-chapter { padding-top: 58px; }
	.dl-story-chapter--about { display: flex; flex-direction: column; gap: 0; align-items: stretch; }
	.dl-story-chapter--about .dl-story-chapter__copy { display: contents; }
	.dl-story-chapter--about .dl-overline { order: 1; }
	.dl-story-chapter--about h2 { order: 2; }
	.dl-story-chapter--about figure { order: 3; width: 100%; min-height: 0; margin-top: 23px; aspect-ratio: 4 / 5; }
	.dl-story-chapter--about .dl-story-chapter__copy > p:not(.dl-overline) { order: 4; }

	.dl-story-chapter__copy h2,
	.dl-story-chapter__label h2 { margin-top: 14px; font-size: clamp(35px, 9vw, 47px); }
	.dl-story-chapter__copy > p:not(.dl-overline),
	.dl-story-chapter__label > p:not(.dl-overline) {
		width: 100%;
		max-width: none;
		margin-top: 18px;
		font-size: 13px;
		line-height: 1.75;
		text-align: left;
		text-justify: auto;
	}
	.dl-story-video { margin-top: 22px; }
	.dl-story-moodboard,
	.dl-story-looks { gap: 8px; margin-top: 23px; }
	.dl-story-looks strong { font-size: 18px; }
	.dl-collection-story__return { right: 16px; bottom: 16px; min-height: 42px; padding: 0 16px; font-size: 8px; }
}

@media (max-width: 390px) {
	.dl-collection-card { aspect-ratio: 4 / 5.3; }
	.dl-collection-card h2 { font-size: 42px; }
	.dl-collection-card__content > p { font-size: 11.5px; }
	.dl-collection-story__back,
	.dl-collection-story__close { font-size: 8px; }
}
