@import url('policies.css');

.collection-hero { position: relative; display: grid; min-height: 660px; overflow: hidden; background: var(--ink); color: var(--paper); }
.collection-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.rugbor-hero { place-items: center; padding: clamp(32px, 6vw, 88px); background: var(--paper-deep); }
.rugbor-hero > img { position: static; width: min(100%, 1080px); height: min(100%, 570px); object-fit: contain; }
.store-hero { grid-template-columns: 1fr 1fr; background: var(--paper-deep); color: var(--ink); }
.store-hero > img { position: static; align-self: center; justify-self: center; width: min(70%, 420px); height: auto; object-fit: contain; }
.collection-hero > div { position: relative; z-index: 1; align-self: center; max-width: 620px; padding: clamp(48px, 9vw, 130px); }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.collection-hero h1 { max-width: 10ch; margin-bottom: 18px; color: inherit; font-size: clamp(3.6rem, 7vw, 7rem); line-height: .9; }
.collection-hero p:not(.eyebrow) { max-width: 38ch; margin: 0; font-size: 1.08rem; line-height: 1.6; }
.collection-content { width: min(100% - 36px, 1240px); margin: 0 auto; padding: clamp(62px, 9vw, 125px) 0; }
.brands-hero > img { width: min(72%, 560px); }
.brand-list { width: min(100% - 36px, 1080px); margin: 0 auto; padding: clamp(68px, 9vw, 125px) 0; }
.brand-list-heading { max-width: 570px; margin-bottom: 54px; }
.brand-list-heading h2 { margin: 0 0 12px; font-size: clamp(3rem, 7vw, 6rem); font-weight: 400; line-height: .88; }
.brand-list-heading > p:last-child { margin: 0; color: var(--muted); font-size: 1.1rem; }
.brand-entry { display: grid; grid-template-columns: minmax(240px, .9fr) minmax(0, 1.1fr); gap: 44px; padding: 34px 0; border-top: 1px solid var(--line); }
.brand-entry h3 { margin: 0; font-size: clamp(1.55rem, 3vw, 2.35rem); font-weight: 400; line-height: 1.05; }
.brand-entry > p { max-width: 48ch; margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.65; }
.brand-entry a { color: var(--gold-deep); text-underline-offset: 4px; }
.collection-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 36px; }
.collection-heading h2 { margin: 0; font-size: clamp(2.3rem, 5vw, 4.5rem); font-weight: 400; line-height: .95; }
.collection-status { margin: 0; color: var(--muted); font-family: Arial, sans-serif; font-size: .78rem; letter-spacing: .04em; }
.collection-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.collection-product { min-width: 0; padding: 22px; background: #ebe6db; border: 1px solid var(--line); }
.collection-product h3 { margin: 36px 0 8px; font-size: 1.35rem; font-weight: 400; }
.collection-product p { margin: 0; color: var(--muted); line-height: 1.55; }
.collection-product strong { display: block; margin-top: 18px; font-family: Arial, sans-serif; font-size: .82rem; }
@media (max-width: 700px) { .collection-hero { min-height: 540px; } .rugbor-hero { min-height: 440px; padding: 28px 18px; } .rugbor-hero > img { height: 100%; } .store-hero { grid-template-columns: 1fr; } .store-hero > img { grid-row: 1; width: min(60%, 260px); padding-top: 46px; } .brands-hero > img { width: min(72%, 310px); } .store-hero > div { grid-row: 2; padding-top: 30px; } .collection-heading { align-items: start; flex-direction: column; } .collection-grid { grid-template-columns: 1fr; } .brand-entry { grid-template-columns: 1fr; gap: 18px; } }