.collections-section{background:#f7f4ef;padding:88px 0}.collections-container{margin:0 auto;width:min(92%,1180px)}.collections-header{align-items:flex-end;display:flex;gap:24px;justify-content:space-between;margin-bottom:32px}.collections-header-left{max-width:720px}.collections-eyebrow{color:#8b5e3c;font-size:.8rem;font-weight:700;letter-spacing:.16em;margin:0 0 14px;text-transform:uppercase}.collections-heading{color:#1f1b16;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,3.2rem);font-weight:600;line-height:1.1;margin:0}.collections-description{color:#6e655d;font-size:1rem;line-height:1.7;max-width:420px}.collections-description p{margin:0}.collections-grid{display:grid;gap:22px;grid-template-columns:repeat(3,1fr)}.collection-card{background:#fff;border:1px solid #e7ddd1;border-radius:22px;box-shadow:0 18px 40px rgba(31,27,22,.08);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.collection-card:hover{box-shadow:0 22px 48px rgba(31,27,22,.12);transform:translateY(-4px)}.collection-card-image-wrap{background:linear-gradient(135deg,#e8dfd2,#d8cab8);height:250px;overflow:hidden}.collection-card-image,.collection-card-placeholder{display:block;height:100%;width:100%}.collection-card-image{object-fit:cover}.collection-card-placeholder{background:linear-gradient(135deg,rgba(139,94,60,.18),rgba(59,50,42,.08))}.collection-card-content{padding:24px}.collection-card-title{color:#1f1b16;font-family:Georgia,Times New Roman,serif;font-size:1.24rem;line-height:1.3;margin:0 0 10px}.collection-card-description{color:#6e655d;font-size:.98rem;line-height:1.7;margin:0 0 18px}.collection-card-link{align-items:center;color:#8b5e3c;display:inline-flex;font-weight:600;gap:8px;text-decoration:none;transition:color .2s ease}.collection-card-link:hover{color:#6f472c}.collection-card-link:after{content:"->";font-size:1rem}.collection-card-link-disabled{cursor:default;opacity:.7}@media (max-width:980px){.collections-header{align-items:flex-start;flex-direction:column}.collections-description{max-width:100%}.collections-grid{grid-template-columns:1fr}}@media (max-width:640px){.collections-section{padding:68px 0}.collection-card-image-wrap{height:220px}.collection-card-content{padding:20px}}