.collections-page .contact-chip {
	 display: inline-flex;
	 align-items: center;
	 gap: 10px;
	 font-size: 13px;
	 font-weight: 600;
	 color: #1e1e1e;
	 white-space: nowrap;
}
 .collections-page .contact-chip__icon {
	 width: 34px;
	 height: 34px;
	 border-radius: 50%;
	 background: var(--c1);
	 color: var(--white);
	 display: inline-flex;
	 align-items: center;
	 justify-content: center;
	 font-size: 14px;
	 transition: transform 0.25s ease, background 0.25s ease;
}
 .collections-page .contact-chip:hover .contact-chip__icon {
	 transform: translateY(-2px) rotate(6deg);
	 background: var(--c1h);
}
 .collections-page .collections-hero {
	 position: relative;
	 min-height: 330px;
	 background: linear-gradient(rgba(17, 12, 9, 0.38), rgba(17, 12, 9, 0.38)), radial-gradient(circle at 34% 40%, rgba(255, 255, 255, 0.08), transparent 20%), radial-gradient(circle at 70% 35%, rgba(255, 255, 255, 0.05), transparent 26%), linear-gradient(120deg, #534034 0%, #6b4d39 38%, #4c352a 100%);
	 overflow: hidden;
}
 .collections-page .collections-hero::after {
	 content: "";
	 position: absolute;
	 inset: 0;
	 background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), transparent), repeating-linear-gradient(100deg, rgba(255, 255, 255, 0.02) 0 110px, rgba(255, 255, 255, 0) 110px 220px);
	 pointer-events: none;
}
 .collections-page .collections-intro {
	 position: relative;
	 overflow: hidden;
	 padding: 72px 0 54px;
}
 .collections-page .collections-intro::before {
	 content: "Collections";
	 position: absolute;
	 top: 12px;
	 left: 50%;
	 transform: translateX(-50%);
	 width: 100%;
	 text-align: center;
	 font-family: "Playfair Display", serif;
	 font-style: italic;
	 font-size: clamp(100px, 17vw, 260px);
	 line-height: 0.9;
	 color: rgba(93, 79, 63, 0.05);
	 pointer-events: none;
	 user-select: none;
	 white-space: nowrap;
}
 .collections-page .section-heading {
	 position: relative;
	 z-index: 1;
	 text-align: center;
	 margin-bottom: 42px;
}
 .collections-page .section-heading h2 {
	 margin: 0;
	 font-size: clamp(36px, 4.5vw, 58px);
	 line-height: 1.02;
	 font-weight: 700;
	 letter-spacing: -0.04em;
}
 .collections-page .section-heading h2 .accent-script {
	 display: block;
	 margin: 3px 0;
	 font-family: "Playfair Display", serif;
	 font-style: italic;
	 font-weight: 700;
	 color: var(--c1);
}
 .collections-page .section-heading .intro-text {
	 max-width: 760px;
	 margin: 22px auto 0;
	 font-size: 20px;
	 line-height: 1.45;
	 color: #202020;
	 letter-spacing: -0.02em;
}
 .collections-page .feature-card {
	 position: relative;
	 height: 100%;
	 background: var(--bg-card);
	 border-radius: 18px;
	 padding: 68px 28px 26px;
	 box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
	 min-height: 292px;
	 transition: transform 0.28s ease, box-shadow 0.28s ease;
}
 .collections-page .feature-card:hover {
	 transform: translateY(-6px);
	 box-shadow: 0 18px 34px rgba(0, 0, 0, 0.06);
}
 .collections-page .feature-card__number {
	 position: relative;
	 top: 0;
	 left: 0;
	 font-size: 56px;
	 line-height: 1;
	 font-weight: 700;
	 letter-spacing: -0.04em;
	 color: #d9d4cb;
}
 .collections-page .feature-card p {
	 margin: 0;
	 font-size: 15px;
	 line-height: 1.62;
	 color: #242424;
}
 .collections-page .intro-cta {
	 display: flex;
	 justify-content: center;
	 margin: 40px 0 26px;
}
 .collections-page .intro-cta__badge {
	 width: 244px;
	 min-height: 128px;
	 background: var(--c1);
	 color: var(--white);
	 border-radius: 18px;
	 text-align: center;
	 padding: 22px 22px 18px;
	 box-shadow: 0 16px 26px rgba(239, 36, 50, 0.18);
	 transition: transform 0.25s ease, box-shadow 0.25s ease;
}
 .collections-page .intro-cta__badge i {
	 font-size: 22px;
	 margin-bottom: 10px;
}
 .collections-page .intro-cta__badge:hover {
	 transform: translateY(-4px);
	 box-shadow: 0 20px 30px rgba(239, 36, 50, 0.24);
}
 .collections-page .intro-cta__badge .intro-cta__icon {
	 display: block;
	 font-size: 18px;
	 line-height: 1;
	 margin-bottom: 10px;
}
 .collections-page .intro-cta__badge span:last-child {
	 display: block;
	 font-size: 14px;
	 line-height: 1.45;
	 font-weight: 500;
}
 .collections-page .collections-grid {
	 padding-bottom: 32px;
}
 .collections-page .collection-card {
	 background: #efeeea;
	 border-radius: 16px;
	 padding: 10px;
	 box-shadow: var(--vy-shadow);
	 height: 100%;
	 transition: transform 0.28s ease, box-shadow 0.28s ease;
}
 .collections-page .collection-card:hover {
	 transform: translateY(-8px);
	 box-shadow: 0 20px 36px rgba(0, 0, 0, 0.08);
}
 .collections-page .collection-card__media {
	 display: block;
	 height: 220px;
	 border-radius: 12px;
	 overflow: hidden;
	 position: relative;
	 background: #d9d4cb;
}
 .collections-page .collection-card__media::before, .collections-page .collection-card__media::after {
	 content: "";
	 position: absolute;
	 inset: 0;
	 transition: transform 0.38s ease, opacity 0.38s ease;
}
 .collections-page .collection-card__media::before {
	 background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 40%);
	 z-index: 1;
}
 .collections-page .collection-card__media::after {
	 inset: auto 0 0;
	 height: 48%;
	 background: linear-gradient(to top, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0));
	 opacity: 0.7;
}
 .collections-page .collection-card:hover .collection-card__media::before {
	 transform: scale(1.04);
}
 .collections-page .collection-card__body {
	 display: flex;
	 align-items: flex-end;
	 justify-content: space-between;
	 gap: 16px;
	 padding: 14px 4px 4px;
}
 .collections-page .collection-card__title {
	 margin: 0;
	 font-size: clamp(20px, 2vw, 30px);
	 line-height: 1.02;
	 font-weight: 700;
	 letter-spacing: -0.03em;
}
 .collections-page .collection-card__subtitle {
	 display: block;
	 margin-top: 2px;
	 font-size: 15px;
	 line-height: 1.15;
	 color: #1e1e1e;
	 font-weight: 500;
}
 .collections-page .collection-card__action {
	 flex: 0 0 34px;
	 width: 34px;
	 height: 34px;
	 border-radius: 50%;
	 background: var(--c1);
	 color: var(--white);
	 display: inline-flex;
	 align-items: center;
	 justify-content: center;
	 font-size: 14px;
	 box-shadow: 0 10px 18px rgba(239, 36, 50, 0.18);
	 transform: translateY(-2px);
	 transition: transform 0.25s ease, background 0.25s ease;
}
 .collections-page .collection-card:hover .collection-card__action {
	 transform: translateY(-4px) rotate(8deg);
	 background: var(--c1h);
}
 .collections-page .collection-card--natura .collection-card__media {
	 background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(0, 0, 0, 0.08)), linear-gradient(140deg, #c4a96f 0%, #a9844f 50%, #82633d 100%);
}
 .collections-page .collection-card--wideline .collection-card__media {
	 background: linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(0, 0, 0, 0.08)), linear-gradient(130deg, #cfbc94 0%, #b27d45 60%, #8f6232 100%);
}
 .collections-page .collection-card--titanium .collection-card__media {
	 background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(0, 0, 0, 0.08)), linear-gradient(130deg, #dbc57d 0%, #caa354 60%, #b1833c 100%);
}
 .collections-page .collection-card--prime .collection-card__media {
	 background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(0, 0, 0, 0.08)), linear-gradient(130deg, #c6a078 0%, #9f7347 55%, #7f5635 100%);
}
 .collections-page .collection-card--stone .collection-card__media {
	 background: linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(0, 0, 0, 0.06)), linear-gradient(135deg, #fafafa 0%, #e5e5e1 55%, #cfcfc9 100%);
}
 .collections-page .collection-card--wall .collection-card__media {
	 background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(0, 0, 0, 0.04)), linear-gradient(135deg, #d7d0c2 0%, #b8ac96 60%, #9c8c75 100%);
}
 .collections-page .download-band {
	 background: var(--bg-band);
	 padding: 40px 0 46px;
	 margin-top: 8px;
}
 .collections-page .download-panel {
	 background: #f3f1ec;
	 border-radius: 20px;
	 padding: 12px;
	 display: grid;
	 grid-template-columns: minmax(0, 1.65fr) minmax(300px, 0.9fr);
	 gap: 12px;
	 box-shadow: var(--vy-shadow-soft);
}
 .collections-page .download-panel__visual {
	 min-height: 270px;
	 border-radius: 16px;
	 position: relative;
	 overflow: hidden;
	 background: linear-gradient(150deg, #d9d7d1 0%, #f2f1ec 100%);
}
 .collections-page .download-panel__visual::before, .collections-page .download-panel__visual::after {
	 content: "";
	 position: absolute;
	 border-radius: 12px;
	 background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(233, 231, 224, 0.92));
	 box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
	 transform: rotate(-14deg);
}
 .collections-page .download-panel__visual a {
	 height: 100%;
	 width: 100%;
}
 .collections-page .download-panel__visual a img {
	 height: 100%;
	 width: 100%;
	 object-fit: cover;
}
 .collections-page .download-panel__copy {
	 background: #e5e1da;
	 border-radius: 16px;
	 padding: 36px 30px 28px;
	 display: flex;
	 flex-direction: column;
	 justify-content: space-between;
	 min-height: 270px;
}
 .collections-page .download-panel__copy h3 {
	 margin: 0 0 16px;
	 font-size: clamp(24px, 2.2vw, 38px);
	 line-height: 1.08;
	 font-weight: 700;
	 letter-spacing: -0.03em;
}
 .collections-page .download-panel__copy p {
	 margin: 0;
	 font-size: 15px;
	 line-height: 1.6;
	 color: #2c2c2c;
	 max-width: 280px;
}
 .collections-page .download-link {
	 display: inline-flex;
	 align-items: center;
	 gap: 12px;
	 margin-top: 22px;
	 font-size: 15px;
	 font-weight: 700;
	 line-height: 1;
}
 .collections-page .download-link__icon {
	 width: 36px;
	 height: 36px;
	 border-radius: 50%;
	 display: inline-flex;
	 align-items: center;
	 justify-content: center;
	 background: rgba(0, 0, 0, 0.04);
	 font-size: 18px;
	 transition: transform 0.25s ease, background 0.25s ease;
}
 .collections-page .download-link:hover .download-link__icon {
	 transform: translateY(3px);
	 background: rgba(239, 36, 50, 0.12);
}
 .collections-page .site-footer {
	 background: #efeeea;
	 padding: 52px 0 34px;
}
 .collections-page .footer-top {
	 padding-top: 16px;
	 border-top: 1px solid rgba(0, 0, 0, 0.03);
}
.collect-link {
	display: flex;
	justify-content: space-between;
	width: 100%;
	color: var(--c2);
}
.metric-content {
	display: flex;
}
.metric-content img {
    width: 130px;
    height: 120px;
    object-fit: contain;
    margin-right: 10px;
}
 @media (max-width: 1199.98px) {
	 .collections-page .contact-chip {
		 grid-column: -1;
		 justify-self: end;
	}
	 .collections-page .feature-card {
		 min-height: 320px;
	}
	 .collections-page .download-panel {
		 grid-template-columns: 1.25fr 0.95fr;
	}
}
 @media (max-width: 991.98px) {
	 .collections-page .collections-intro {
		 padding-top: 58px;
	}
	 .collections-page .collections-intro::before {
		 top: 44px;
		 font-size: clamp(82px, 19vw, 150px);
	}
	 .collections-page .section-heading .intro-text {
		 font-size: 18px;
	}
	 .collections-page .feature-card {
		 min-height: auto;
	}
	 .collections-page .collection-card__media {
		 height: 250px;
	}
	 .collections-page .download-panel {
		 grid-template-columns: 1fr;
	}
	 .collections-page .download-panel__copy {
		 min-height: auto;
	}
}
 @media (max-width: 767.98px) {
	 .collections-page .collections-intro {
		 padding: 48px 0 32px;
	}
	 .collections-page .section-heading {
		 margin-bottom: 28px;
	}
	 .collections-page .section-heading h2 {
		 font-size: 34px;
	}
	 .collections-page .section-heading .intro-text {
		 font-size: 16px;
		 line-height: 1.55;
		 margin-top: 16px;
	}
	 .collections-page .feature-card {
		 padding: 58px 22px 22px;
	}
	 .collections-page .feature-card__number {
		 font-size: 44px;
	}
	 .collections-page .feature-card p {
		 font-size: 14px;
	}
	 .collections-page .intro-cta {
		 margin: 30px 0 18px;
	}
	 .collections-page .intro-cta__badge {
		 width: 100%;
		 max-width: 260px;
	}
	 .collections-page .collection-card {
		 padding: 8px;
	}
	 .collections-page .collection-card__media {
		 height: 212px;
	}
	 .collections-page .collection-card__body {
		 padding-top: 12px;
	}
	 .collections-page .collection-card__title {
		 font-size: 28px;
	}
	 .collections-page .download-band {
		 padding: 28px 0 34px;
	}
	 .collections-page .download-panel__visual {
		 min-height: 200px;
	}
	 .collections-page .download-panel__visual::before {
		 width: 200px;
		 height: 128px;
		 left: 18px;
		 top: 42px;
	}
	 .collections-page .download-panel__visual::after {
		 width: 164px;
		 height: 110px;
		 left: 132px;
		 top: 22px;
	}
	 .collections-page .download-panel__visual span:nth-child(1) {
		 width: 64px;
		 left: 176px;
	}
	 .collections-page .download-panel__visual span:nth-child(2) {
		 width: 82px;
		 left: 52px;
		 top: 98px;
	}
	 .collections-page .download-panel__visual span:nth-child(3) {
		 width: 100px;
		 left: 198px;
		 top: 148px;
	}
	 .collections-page .download-panel__copy {
		 padding: 26px 22px 22px;
	}
	 .collections-page .download-panel__copy p {
		 max-width: none;
	}
	 .collections-page .site-footer {
		 padding-top: 36px;
	}
}
 @media (max-width: 575.98px) {
	 .collections-page .header-pill {
		 border-radius: 16px;
	}
	 .collections-page .section-heading h2 {
		 font-size: 30px;
	}
	 .collections-page .collections-intro::before {
		 top: 72px;
		 font-size: 72px;
	}
	 .collections-page .collection-card__media {
		 height: 188px;
	}
	 .collections-page .collection-card__title {
		 font-size: 24px;
	}
	 .collections-page .collection-card__subtitle {
		 font-size: 14px;
	}
	 .collections-page .download-panel__copy h3 {
		 font-size: 26px;
	}
}
 