.home-hero .container,
.home-section.container,
.home-map-section > .container { width:calc(100% - clamp(24px,4vw,96px)); max-width:2200px; margin-right:auto; margin-left:auto; }
.home-section { margin-bottom:clamp(2.5rem,6vw,5rem); }
.home-section-heading,.home-travels-heading { display:flex; align-items:end; justify-content:space-between; gap:2rem; margin-bottom:1.5rem; }
.home-section-heading h2,.home-travels-heading h2 { margin:0 0 .45rem; color:#102f45; font-size:clamp(1.8rem,4vw,2.7rem); line-height:1.05; }
.home-section-kicker,.home-travels-kicker { margin:0 0 .35rem; color:#087e87; font-size:.76rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.home-panel { overflow:hidden; border:1px solid #dce9e8; border-radius:18px; background:#fff; box-shadow:0 8px 24px rgba(22,63,79,.08); }
.home-panel h3 { margin:0; padding:1rem 1.2rem; color:#12384d; font-size:1.15rem; }
.home-current-update { margin:1rem 0; padding:1.1rem 1.25rem; border-left:4px solid #15939a; border-radius:0 14px 14px 0; background:#edf8f7; color:#345864; }
.home-current-update span { color:#08737b; font-size:.78rem; font-weight:800; }
.home-current-update h3 { margin:.25rem 0; color:#12384d; font-size:1.1rem; }
.home-current-update p { margin:.35rem 0 0; }
.home-map-section { width:100%; max-width:100%; overflow:hidden; }
.home-map-section #mapRussia { width:100%; max-width:100%; margin:0; overflow:hidden; border:0; border-radius:0; box-shadow:none; }
.home-map-section #mapRussia svg { display:block; width:100%; max-width:100%; height:auto; margin:0; }
.home-map-section #mapRussia svg > polygon,
.home-map-section #mapRussia svg > path { transform:translateX(clamp(10px,1.5vw,24px)); }
.latest-additions-wrapper { overflow:hidden; border:1px solid #dce9e8; border-radius:18px; background:#fff; box-shadow:0 8px 24px rgba(22,63,79,.08); }
.latest-addition-row { padding:.85rem 1.1rem; }
.person-grid { gap:1.25rem; }
.person-card { overflow:hidden; border:1px solid #dce9e8; border-radius:18px; box-shadow:0 8px 24px rgba(22,63,79,.08); }
.home-news-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1.25rem; }
.home-news-card { display:flex; min-width:0; overflow:hidden; flex-direction:column; border:1px solid #dce9e8; border-radius:18px; background:#fff; color:#183440; text-decoration:none; box-shadow:0 8px 24px rgba(22,63,79,.08); transition:transform .22s,box-shadow .22s,border-color .22s; }
.home-news-card:hover { color:#183440; border-color:#8fc5c2; box-shadow:0 18px 40px rgba(22,63,79,.14); transform:translateY(-3px); }
.home-news-image { height:190px; overflow:hidden; }
.home-news-image img { width:100%; height:100%; object-fit:cover; transition:transform .45s; }
.home-news-card:hover .home-news-image img { transform:scale(1.035); }
.home-news-content { display:flex; flex:1; flex-direction:column; padding:1.15rem; }
.home-news-content h3 { margin:.35rem 0 .6rem; color:#12384d; font-size:1.2rem; line-height:1.2; }
.home-news-content p { margin:0 0 .85rem; color:#65767e; font-size:.87rem; line-height:1.5; }
.home-news-slogan { color:#345864!important; font-weight:700; }
.home-news-date { color:#08737b; font-size:.76rem; font-weight:800; }
.home-news-card-no-image { min-height:230px; background:linear-gradient(145deg,#fff,#f1f9f8); }
.home-travel-card-no-image { min-height:230px; background:linear-gradient(145deg,#fff,#f1f9f8); }
.home-travels { padding-top:0; }
.home-travels-heading { display:flex; align-items:end; justify-content:space-between; gap:2rem; margin-bottom:1.5rem; }
.home-travels-heading h2 { margin:0 0 .45rem; color:#102f45; font-size:clamp(1.8rem,4vw,2.7rem); line-height:1.05; }
.home-travels-heading p:not(.home-travels-kicker) { max-width:680px; margin:0; color:#5c6f79; }
.home-travels-kicker { margin:0 0 .35rem; color:#087e87; font-size:.76rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.home-travels-all { flex:0 0 auto; padding:.7rem 1rem; border:1px solid #b9d9d8; border-radius:999px; color:#0b6870; font-weight:750; text-decoration:none; transition:background .2s,border-color .2s,transform .2s; }
.home-travels-all:hover { color:#07545b; background:#eaf8f7; border-color:#75b8b5; transform:translateY(-1px); }
.home-travels-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1.25rem; max-width:1900px; }
.home-travel-card { display:flex; min-width:0; overflow:hidden; flex-direction:column; border:1px solid #dce9e8; border-radius:18px; background:#fff; color:#183440; text-decoration:none; box-shadow:0 8px 24px rgba(22,63,79,.08); transition:transform .22s,box-shadow .22s,border-color .22s; }
.home-travel-card:hover { color:#183440; border-color:#8fc5c2; box-shadow:0 18px 40px rgba(22,63,79,.14); transform:translateY(-3px); }
.home-travel-image { position:relative; height:210px; overflow:hidden; background:linear-gradient(145deg,#0d7780,#123a55); }
.home-travel-image img { width:100%; height:100%; object-fit:cover; transition:transform .45s; }
.home-travel-card:hover .home-travel-image img { transform:scale(1.035); }
.home-travel-placeholder { display:grid; place-items:center; width:100%; height:100%; color:rgba(255,255,255,.78); font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.home-travel-date { position:absolute; top:.85rem; left:.85rem; padding:.35rem .65rem; border:1px solid rgba(255,255,255,.42); border-radius:999px; background:rgba(6,31,44,.72); color:#fff; font-size:.78rem; font-weight:800; backdrop-filter:blur(7px); }
.home-travel-content { display:flex; min-width:0; flex:1; flex-direction:column; padding:1.15rem; }
.home-travel-content h3 { margin:0 0 .65rem; color:#12384d; font-size:clamp(1.2rem,2vw,1.55rem); line-height:1.15; }
.home-travel-meta { display:flex; flex-wrap:wrap; gap:.35rem; margin-bottom:.8rem; }
.home-travel-meta span { padding:.25rem .55rem; border-radius:999px; background:#eaf7f6; color:#0a7077; font-size:.73rem; font-weight:750; }
.home-travel-slogan { display:-webkit-box; overflow:hidden; margin:0 0 1rem; color:#5c7079; font-size:.87rem; line-height:1.45; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.home-travel-description { display:-webkit-box; overflow:hidden; margin:0 0 1rem; color:#65767e; font-size:.88rem; line-height:1.55; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
.home-travel-footer { display:flex; align-items:end; justify-content:space-between; gap:.75rem; margin-top:auto; padding-top:.8rem; border-top:1px solid #edf2f2; color:#75858c; font-size:.75rem; }
.home-travel-footer strong { color:#08737b; font-size:.8rem; text-align:right; }
@media (min-width:768px) and (max-width:1099px) {
  .home-hero .container,.home-section.container,.home-map-section > .container { width:calc(100% - 32px); }
  .home-travels-grid,.home-news-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:767px) {
  .home-hero .container,.home-section.container,.home-map-section > .container { width:calc(100% - 24px); }
  .home-travels-grid,.home-news-grid { grid-template-columns:1fr; }
  .home-section { margin-bottom:2.5rem; }
  .home-section-heading,.home-travels-heading { margin-bottom:1rem; }
  .home-travels-heading { align-items:start; flex-direction:column; gap:1rem; }
  .home-travel-image,.home-news-image { height:190px; }
  .home-travel-content,.home-news-content { padding:1rem; }
  .home-travel-footer { align-items:start; flex-direction:column; }
  .home-travel-footer strong { text-align:left; }
  .latest-additions-container { max-height:220px; }
  .latest-addition-row { display:grid; grid-template-columns:auto 1fr; gap:.15rem .65rem; padding:.75rem; }
  .addition-date { min-width:0; margin:0; font-size:.72rem; }
  .addition-type { min-width:0; font-size:.72rem; text-align:right; }
  .addition-title { grid-column:1/-1; min-width:0; white-space:normal; }
  .home-map-section #mapRussia svg { min-width:0; }
}
@media (min-width:1900px) {
  .home-news-grid { grid-template-columns:repeat(4,minmax(0,1fr)); }
}
