.catalog-page { background: var(--paper); }
.catalog-hero { min-height: 610px; padding-block: 80px; display: grid; grid-template-columns: 1fr .72fr; gap: 70px; align-items: center; }
.catalog-hero h1 { max-width: 760px; }
.catalog-hero > div > p:not(.eyebrow) { max-width: 680px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.catalog-hero img { width: 100%; height: 480px; object-fit: contain; border-radius: var(--radius); background: var(--cream); mix-blend-mode: multiply; }
.catalog-hero nav { margin-top: 30px; display: flex; gap: 10px; flex-wrap: wrap; }
.catalog-hero nav a { padding: 11px 17px; border: 1px solid var(--line); border-radius: 999px; text-decoration: none; font-size: 13px; font-weight: 700; background: white; }
.catalog-section { padding-block: 110px; }
.featured-catalog { background: var(--cream); }
.soft-catalog { background: #eef3ef; }
.catalog-heading { margin-bottom: 46px; display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; }
.catalog-heading > div { max-width: 760px; }
.catalog-heading p:last-child { color: var(--muted); font-size: 17px; line-height: 1.7; }
.catalog-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.catalog-card { min-width: 0; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; background: white; transition: transform .2s ease, box-shadow .2s ease; }
.catalog-card:hover { transform: translateY(-4px); box-shadow: 0 20px 45px rgba(23,33,28,.1); }
.catalog-card a { height: 100%; padding: 20px; display: flex; flex-direction: column; text-decoration: none; }
.catalog-image { height: 265px; padding: 12px; border-radius: 16px; background: #fbfbf8; }
.catalog-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.catalog-card span { margin-top: 20px; color: var(--red); font-size: 10px; letter-spacing: .14em; font-weight: 800; }
.catalog-card h3 { margin: 9px 0 24px; font-family: "Libre Caslon Display", Georgia, serif; font-size: 24px; line-height: 1.15; font-weight: 400; }
.catalog-card b { margin-top: auto; color: var(--forest); font-size: 13px; }
.catalog-contact { padding-block: 86px; color: white; background: var(--forest); }
.catalog-contact h2 { max-width: 760px; color: white; }
.catalog-contact .section-shell { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.catalog-contact p:last-child { color: rgba(255,255,255,.7); }
.catalog-contact .section-shell > div:last-child { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.catalog-contact a { color: white; font-family: "Libre Caslon Display", Georgia, serif; font-size: 26px; }
@media (max-width: 980px) { .catalog-hero { grid-template-columns: 1fr; } .catalog-hero img { height: 380px; } .catalog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .catalog-hero { min-height: auto; padding-block: 56px; } .catalog-section { padding-block: 76px; } .catalog-heading, .catalog-contact .section-shell { align-items: flex-start; flex-direction: column; } .catalog-grid { grid-template-columns: 1fr; } .catalog-contact .section-shell > div:last-child { align-items: flex-start; } }
