.catalog-page { background: #fffdf9; }
.catalog-hero { padding: clamp(64px, 8vw, 110px) 0 clamp(54px, 7vw, 90px); background: radial-gradient(circle at 88% 12%, rgba(244,67,112,.11), transparent 31%), linear-gradient(135deg, #fff 0%, #fff 58%, #eef9f7 100%); border-bottom: 1px solid var(--line); }
.catalog-hero__grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(240px, .55fr); gap: clamp(44px, 7vw, 96px); align-items: end; }
.catalog-kicker { margin: 0 0 18px; color: var(--coral-deep); font-size: .72rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.catalog-hero h1 { max-width: 900px; margin: 0; font-size: clamp(2.8rem, 6.8vw, 5.8rem); font-weight: 850; letter-spacing: -.055em; line-height: 1.04; }
.catalog-hero__lead { max-width: 780px; margin: 30px 0 0; color: #544a48; font-size: clamp(1rem, 1.55vw, 1.22rem); line-height: 1.9; }
.catalog-status { padding: 24px 0 22px 26px; border-left: 3px solid var(--teal); }
.catalog-status span, .catalog-status strong, .catalog-status small { display: block; }
.catalog-status span { color: var(--teal-deep); font-size: .7rem; font-weight: 850; letter-spacing: .12em; }
.catalog-status strong { margin-top: 9px; font-size: 1.28rem; }
.catalog-status small { margin-top: 7px; color: var(--muted); line-height: 1.6; }
.catalog-main { padding: clamp(68px, 9vw, 118px) 0; }
.catalog-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); gap: clamp(48px, 8vw, 110px); align-items: start; }
.catalog-section + .catalog-section { margin-top: 74px; }
.catalog-section h2 { margin: 0 0 26px; font-size: clamp(1.8rem, 3.6vw, 3rem); letter-spacing: -.04em; line-height: 1.25; }
.catalog-copy { color: #514846; font-size: 1.02rem; line-height: 2; }
.catalog-copy p { margin: 0; }
.catalog-copy p + p { margin-top: 20px; }
.catalog-facts { margin: 0; border-top: 1px solid var(--line); }
.catalog-facts div { display: grid; grid-template-columns: 132px minmax(0, 1fr); gap: 28px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.catalog-facts dt { color: var(--muted); font-size: .78rem; font-weight: 800; }
.catalog-facts dd { margin: 0; font-weight: 720; }
.catalog-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.catalog-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid var(--teal-deep); border-radius: 9px; color: #fff; background: var(--teal-deep); font-weight: 820; text-decoration: none; }
.catalog-button--ghost { color: var(--teal-deep); background: #fff; }
.no-image-card { position: sticky; top: 116px; min-height: 320px; display: grid; align-content: end; padding: 30px; overflow: hidden; border: 1px solid #e7ddd2; border-radius: 20px; background: linear-gradient(145deg, #fff7ed, #f0faf8); }
.no-image-card::before, .no-image-card::after { content: ""; position: absolute; border-radius: 50%; }
.no-image-card::before { width: 190px; height: 190px; right: -70px; top: -72px; background: rgba(244,67,112,.14); }
.no-image-card::after { width: 126px; height: 126px; left: -36px; bottom: -42px; background: rgba(20,125,122,.14); }
.no-image-card > * { position: relative; z-index: 1; }
.no-image-card span { color: var(--coral-deep); font-size: .7rem; font-weight: 900; letter-spacing: .14em; }
.no-image-card strong { margin-top: 10px; font-size: 1.5rem; line-height: 1.35; }
.no-image-card p { margin: 14px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.75; }
.catalog-events { display: grid; border-top: 1px solid var(--line); }
.catalog-event-link { display: grid; grid-template-columns: 112px minmax(0, 1fr) auto; gap: 24px; align-items: center; padding: 22px 0; border-bottom: 1px solid var(--line); color: inherit; text-decoration: none; }
.catalog-event-link time { color: var(--coral-deep); font-family: Georgia, serif; font-size: 1.15rem; font-weight: 700; }
.catalog-event-link span { min-width: 0; display: grid; gap: 4px; }
.catalog-event-link strong { font-size: 1rem; }
.catalog-event-link small { color: var(--muted); }
.catalog-event-link b { color: var(--teal-deep); font-size: 1.3rem; }
.catalog-event-link:hover strong { color: var(--coral-deep); }
.catalog-source-note { margin-top: 54px; padding: 22px 24px; border-left: 3px solid var(--coral-deep); color: #574d4a; background: #fff5f2; font-size: .84rem; line-height: 1.75; }
.entity-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 26px 0 0; }
.entity-meta span { padding: 6px 10px; border: 1px solid #cfe3df; border-radius: 999px; color: var(--teal-deep); background: #f5fbfa; font-size: .72rem; font-weight: 800; }
@media (prefers-reduced-motion: no-preference) { .catalog-hero__grid { animation: catalog-rise .6s ease both; } .catalog-event-link { transition: padding .18s ease, color .18s ease; } .catalog-event-link:hover { padding-left: 8px; } @keyframes catalog-rise { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } } }
@media (max-width: 820px) { .catalog-hero__grid, .catalog-layout { grid-template-columns: 1fr; } .catalog-status { max-width: 440px; } .no-image-card { position: relative; top: auto; min-height: 230px; } }
@media (max-width: 560px) { .catalog-hero { padding-top: 48px; } .catalog-facts div { grid-template-columns: 1fr; gap: 4px; } .catalog-event-link { grid-template-columns: 88px minmax(0, 1fr); gap: 14px; } .catalog-event-link b { display: none; } .catalog-actions { display: grid; } }
.catalog-pr { margin-top: 54px; overflow: hidden; border: 1px solid #d8ccc4; border-radius: 14px; background: #fff; }
.catalog-pr__head { min-height: 38px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; border-bottom: 1px solid #e6ddd7; }
.catalog-pr__head span { color: #a54232; font-size: .62rem; font-weight: 850; letter-spacing: .16em; }
.catalog-pr__head a { color: #6d5b53; font-size: .7rem; text-underline-offset: 3px; }
.catalog-pr__creative { display: grid; grid-template-columns: 68px minmax(0, 1fr) auto; gap: 20px; align-items: center; padding: 22px 24px; color: #fff; background: #122525; text-decoration: none; }
.catalog-pr__creative:focus-visible { outline: 3px solid var(--coral-deep); outline-offset: -3px; }
.catalog-pr__mark { width: 68px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; color: #ffd36a; font-family: Georgia, serif; font-size: .9rem; font-weight: 700; letter-spacing: .12em; }
.catalog-pr__copy { min-width: 0; display: flex; flex-direction: column; gap: 6px; }
.catalog-pr__copy small { color: #ffd36a; font-size: .61rem; font-weight: 850; letter-spacing: .17em; }
.catalog-pr__copy strong { font-size: clamp(1rem, 2vw, 1.28rem); line-height: 1.4; }
.catalog-pr__copy > span { color: #c8d8d2; font-size: .72rem; }
.catalog-pr__arrow { color: #ffd36a; font-size: 1.35rem; }
@media (prefers-reduced-motion: no-preference) { .catalog-pr__creative { transition: background-color .2s ease; } .catalog-pr__creative:hover { background: #193232; } }
@media (max-width: 560px) { .catalog-pr { margin-top: 40px; border-radius: 10px; } .catalog-pr__head { padding: 0 13px; } .catalog-pr__creative { grid-template-columns: 50px minmax(0, 1fr); gap: 14px; padding: 18px 15px; } .catalog-pr__mark { width: 50px; font-size: .7rem; } .catalog-pr__copy strong { font-size: .98rem; } .catalog-pr__copy > span { font-size: .67rem; line-height: 1.5; } .catalog-pr__arrow { display: none; } }