.breakfast-bar-section{background:var(--cv-plaster);padding:96px 7vw;display:grid;gap:42px}.breakfast-bar-head{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);gap:56px;align-items:end}.breakfast-bar-copy h2{font-family:var(--cv-display);font-weight:400;font-size:clamp(44px,5vw,72px);line-height:1;margin:14px 0 20px}.breakfast-bar-copy p{font:17px/1.8 Georgia,serif;color:#6d6259;max-width:560px}.breakfast-bar-menu{border-top:1px solid var(--cv-line)}.breakfast-bar-menu .menu-line{display:grid;grid-template-columns:1fr auto;gap:24px;padding:20px 0;border-bottom:1px solid var(--cv-line)}.breakfast-bar-menu .menu-line b{font:27px var(--cv-display)}.breakfast-bar-menu .menu-line span{color:#766a60;align-self:center}.breakfast-bar-gallery{display:grid;grid-template-columns:1.35fr .85fr .85fr;grid-template-rows:repeat(2,minmax(220px,26vw));gap:14px}.breakfast-bar-photo{margin:0;overflow:hidden;background:#d8c9b8;border-radius:3px;min-height:0}.breakfast-bar-photo:first-child{grid-row:1/3}.breakfast-bar-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s ease}.breakfast-bar-photo:hover img{transform:scale(1.025)}.breakfast-bar-photo:nth-child(4){grid-column:2/4}.breakfast-bar-photo:nth-child(5){display:none}@media(max-width:900px){.breakfast-bar-section{padding:78px 6vw}.breakfast-bar-head{grid-template-columns:1fr;gap:30px}.breakfast-bar-gallery{grid-template-columns:1fr 1fr;grid-template-rows:340px 260px 260px}.breakfast-bar-photo:first-child{grid-column:1/3;grid-row:auto}.breakfast-bar-photo:nth-child(4){grid-column:auto}.breakfast-bar-photo:nth-child(5){display:block}}@media(max-width:620px){.breakfast-bar-section{padding:72px 5vw;gap:30px}.breakfast-bar-gallery{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:10px;padding-bottom:6px}.breakfast-bar-photo,.breakfast-bar-photo:first-child,.breakfast-bar-photo:nth-child(4),.breakfast-bar-photo:nth-child(5){display:block;flex:0 0 84vw;height:320px;scroll-snap-align:start}.breakfast-bar-menu .menu-line{grid-template-columns:1fr;gap:5px}.breakfast-bar-copy h2{font-size:clamp(40px,12vw,56px)}}