/* ROOMS — стиль страницы статьи (общий для всех постов /blog/*) */
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { overflow-x: clip; max-width: 100vw; }
body { font-family: var(--font-body); color: var(--text); background: #fff; -webkit-font-smoothing: antialiased; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.wrap { max-width: 760px; margin: 0 auto; padding: 0 20px; }
.wrap--wide { max-width: 1140px; }

.ah { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.9); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); }
.ah__in { max-width: 1140px; margin: 0 auto; padding: 14px 20px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.ah__logo { font-family: var(--font-display); font-weight: 800; font-size: 1.4rem; letter-spacing: -0.03em; text-transform: uppercase; color: var(--rooms-black); }
.ah__logo i { color: var(--accent); font-style: normal; }
.ah__nav { display: flex; gap: 26px; font-size: 0.9rem; font-weight: 600; }
.ah__nav a { color: var(--rooms-black); transition: color .2s; }
.ah__nav a:hover { color: var(--accent); }
.ah__back { display: inline-flex; align-items: center; gap: 7px; font-size: 0.85rem; font-weight: 600; color: var(--text-muted); }
.ah__back:hover { color: var(--accent); }
@media (max-width: 640px){ .ah__nav { display: none; } }

.ahero { padding: clamp(28px,4vw,52px) 0 clamp(20px,2.5vw,30px); }
.ahero__cat { display: inline-flex; align-items: center; gap: 8px; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; }
.ahero__cat::before { content:''; width: 26px; height: 1px; background: var(--accent); }
.ahero h1 { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.9rem, 4.2vw, 3.1rem); line-height: 1.08; letter-spacing: -0.03em; color: var(--rooms-black); margin-bottom: 18px; }
.ahero h1 em { font-style: italic; color: var(--accent); font-weight: 400; }
.ahero__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 16px; font-size: 0.82rem; color: var(--text-muted); }
.ahero__meta .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--rooms-sand); }
.ahero__meta b { color: var(--rooms-black); font-weight: 600; }
.ahero__cover { margin: clamp(22px,3vw,36px) auto 0; max-width: 1140px; padding: 0 20px; }
.ahero__cover img { width: 100%; border-radius: var(--r-lg); aspect-ratio: 16/8; object-fit: cover; box-shadow: 0 24px 60px rgba(15,12,10,.16); }

.art { padding: clamp(30px,4vw,48px) 0 clamp(40px,5vw,72px); }
.art .lead { font-size: clamp(1.05rem,1.6vw,1.25rem); line-height: 1.6; color: var(--rooms-black); font-weight: 500; margin-bottom: 28px; }
.art p { font-size: 1.0625rem; line-height: 1.75; color: #3a332c; margin-bottom: 22px; }
.art h2 { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.4rem,2.4vw,1.9rem); line-height: 1.18; letter-spacing: -0.02em; color: var(--rooms-black); margin: 40px 0 16px; }
.art h2 .n { color: var(--accent); font-size: 0.7em; margin-right: 10px; }
.art ul { margin: 0 0 22px; padding-left: 0; list-style: none; display: flex; flex-direction: column; gap: 11px; }
.art ul li { position: relative; padding-left: 30px; font-size: 1.03rem; line-height: 1.6; color: #3a332c; }
.art ul li::before { content: ''; position: absolute; left: 0; top: 7px; width: 16px; height: 16px; border-radius: 50%; background: rgba(232,84,28,.14); }
.art ul li::after { content: ''; position: absolute; left: 5px; top: 11px; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.art__fig { margin: 30px 0; }
.art__fig img { width: 100%; border-radius: var(--r-md); aspect-ratio: 16/10; object-fit: cover; }
.art__fig figcaption { font-size: 0.8rem; color: var(--text-muted); margin-top: 10px; text-align: center; }
blockquote { margin: 34px 0; padding: 4px 0 4px 26px; border-left: 3px solid var(--accent); font-family: var(--font-display); font-size: clamp(1.2rem,2vw,1.5rem); line-height: 1.4; font-weight: 600; letter-spacing: -0.01em; color: var(--rooms-black); font-style: italic; }

.art__video { position: relative; margin: 32px 0; border-radius: var(--r-md); overflow: hidden; aspect-ratio: 16/9; background: linear-gradient(155deg, #241d18, #14110e); display: grid; place-items: center; cursor: pointer; }
.art__video img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .5; }
.art__video .play { position: relative; z-index: 1; width: 72px; height: 72px; border-radius: 50%; background: var(--accent); display: grid; place-items: center; box-shadow: 0 12px 36px rgba(232,84,28,.5); transition: transform .25s; }
.art__video:hover .play { transform: scale(1.08); }
.art__video .play svg { width: 26px; height: 26px; margin-left: 4px; fill: #fff; }
.art__video .vlbl { position: absolute; z-index: 1; bottom: 16px; left: 18px; color: #fff; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.02em; opacity: .9; }

.share { display: flex; align-items: center; gap: 12px; margin: 36px 0 8px; padding-top: 26px; border-top: 1px solid var(--border); }
.share span { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); }
.share a { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: var(--rooms-cream); border: 1px solid var(--border); color: var(--rooms-black); transition: all .25s; }
.share a:hover { background: var(--accent); border-color: var(--accent); color: #fff; transform: translateY(-2px); }
.share a svg { width: 18px; height: 18px; }

.acta { margin: clamp(32px,4vw,52px) 0; }
.acta__card { position: relative; overflow: hidden; border-radius: var(--r-xl); background: linear-gradient(155deg, #241d18, #14110e); color: #fff; padding: clamp(28px,4vw,44px); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; }
.acta__card::before { content:''; position: absolute; top:-40%; right:-10%; width:50%; height:140%; background: radial-gradient(circle, rgba(232,84,28,.34), transparent 62%); }
.acta__t { position: relative; z-index: 1; }
.acta__t b { display: block; font-family: var(--font-display); font-size: clamp(1.2rem,2vw,1.6rem); font-weight: 700; letter-spacing: -0.02em; margin-bottom: 6px; }
.acta__t span { font-size: 0.9rem; color: rgba(255,255,255,.6); }
.acta__btn { position: relative; z-index: 1; background: var(--accent); color: #fff; font-weight: 600; padding: 14px 28px; border-radius: var(--r-pill); box-shadow: 0 12px 28px rgba(232,84,28,.32); transition: all .25s; white-space: nowrap; }
.acta__btn:hover { background: #fff; color: var(--rooms-black); transform: translateY(-2px); }

.related { background: var(--bg-soft); padding: clamp(40px,5vw,68px) 0; border-top: 1px solid var(--border); }
.related h3 { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.4rem,2.4vw,2rem); letter-spacing: -0.02em; color: var(--rooms-black); margin-bottom: 24px; }
.related__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.rcard { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 4px 18px rgba(15,12,10,.06); transition: transform .35s, box-shadow .35s; display: flex; flex-direction: column; }
.rcard:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(15,12,10,.15); }
.rcard__img { aspect-ratio: 3/2; background-size: cover; background-position: center; }
.rcard__b { padding: 16px 18px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.rcard__date { font-size: 0.68rem; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 700; color: var(--text-muted); }
.rcard__t { font-size: 0.95rem; line-height: 1.4; color: var(--rooms-black); font-weight: 600; flex: 1; }
.rcard__more { font-size: 0.8rem; font-weight: 700; color: var(--accent); }
@media (max-width: 820px){ .related__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px){ .related__grid { grid-template-columns: 1fr; } }

.af { background: var(--rooms-cream); border-top: 1px solid var(--border); padding: 26px 0; }
.af__in { max-width: 1140px; margin: 0 auto; padding: 0 20px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; font-size: 0.78rem; color: var(--text-muted); }
.af__logo { font-family: var(--font-display); font-weight: 800; font-size: 1.05rem; text-transform: uppercase; letter-spacing: -0.02em; color: var(--rooms-black); }
.af__logo i { color: var(--accent); font-style: normal; }
.af a:hover { color: var(--accent); }
