.station-atmosphere{margin:22px 0 20px;display:grid;grid-template-columns:1.28fr .82fr 1fr;grid-template-rows:190px 190px;gap:12px}.station-atmosphere__card{position:relative;display:flex;flex-direction:column;justify-content:flex-end;min-height:0;padding:20px;border:1px solid rgba(255,255,255,.12);border-radius:8px;overflow:hidden;background:#171615;color:#fff;text-decoration:none;isolation:isolate}.station-atmosphere__card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.72));z-index:-1}.station-atmosphere__card:after{content:"→";position:absolute;right:16px;top:14px;width:34px;height:34px;border-radius:999px;border:1px solid rgba(255,255,255,.32);display:grid;place-items:center;color:#fff;font-size:17px;font-weight:1000;opacity:0;transform:translateX(-6px);transition:.22s ease}.station-atmosphere__card:hover:after{opacity:1;transform:translateX(0)}.station-atmosphere__card:hover img{transform:scale(1.05);filter:saturate(1.1) contrast(1.06) brightness(.95)}.station-atmosphere__card--main{grid-row:1 / 3}.station-atmosphere__card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;filter:saturate(1.02) contrast(1.04) brightness(.82);transition:.26s ease}.station-atmosphere__card span,.station-atmosphere__panel>span{display:inline-flex;width:max-content;margin-bottom:10px;padding:7px 9px;background:#ff5a1f;color:#11100f;font-size:10px;line-height:1;font-weight:1000;letter-spacing:.12em;text-transform:uppercase}.station-atmosphere__card strong{display:block;max-width:360px;color:#fff;font-size:clamp(24px,2.4vw,42px);line-height:.92;font-weight:1000;letter-spacing:-.055em}.station-atmosphere__card:not(.station-atmosphere__card--main) strong{font-size:24px}.station-atmosphere__card em{display:block;margin-top:8px;color:rgba(255,255,255,.74);font-size:13px;line-height:1.25;font-style:normal}.station-atmosphere__panel{grid-column:3;grid-row:1 / 3;display:flex;flex-direction:column;justify-content:center;padding:28px;border:1px solid rgba(255,90,31,.42);border-radius:8px;background:linear-gradient(135deg,rgba(255,90,31,.14),rgba(255,255,255,.04));color:#fff}.station-atmosphere__panel h3{margin:0;color:#fff;font-size:clamp(28px,3vw,44px);line-height:.95;font-weight:1000;letter-spacing:-.06em}.station-atmosphere__panel p{margin:16px 0 0;color:rgba(255,255,255,.72);font-size:15px;line-height:1.45}.station-atmosphere__chips{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0}.station-atmosphere__chips small{padding:8px 10px;border:1px solid rgba(255,255,255,.14);border-radius:999px;color:rgba(255,255,255,.72);font-size:11px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.station-atmosphere__panel>a{display:inline-flex;align-items:center;width:max-content;max-width:100%;min-height:42px;padding:0 18px;border-radius:999px;background:#ff5a1f;color:#11100f;text-decoration:none;font-size:11px;font-weight:1000;letter-spacing:.05em;text-transform:uppercase}@media(max-width:980px){.station-atmosphere{grid-template-columns:1fr 1fr;grid-template-rows:220px 180px auto}.station-atmosphere__card--main{grid-row:1;grid-column:1 / -1}.station-atmosphere__panel{grid-column:1 / -1;grid-row:auto}}@media(max-width:620px){.station-atmosphere{grid-template-columns:1fr;grid-template-rows:auto;gap:10px}.station-atmosphere__card,.station-atmosphere__card--main{grid-column:auto;grid-row:auto;min-height:230px}.station-atmosphere__card--main{min-height:300px}.station-atmosphere__panel{grid-column:auto;grid-row:auto;padding:22px}.station-atmosphere__panel h3{font-size:30px}}