/* ===== Fonts ===== */
@font-face {
    font-family: "Romestone";
    src: url("https://res.cloudinary.com/qedze54q/raw/upload/v1790082960/Romestone.ttf") format("opentype");
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: "DELIRIUM NCV";
    src: url("https://res.cloudinary.com/qedze54q/raw/upload/v1790082949/DELIRIUM_NCV.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: "Oswald";
    src: url("https://res.cloudinary.com/qedze54q/raw/upload/v1790082953/oswald-v57-latin-regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: "Playfair Display";
    src: url("https://res.cloudinary.com/qedze54q/raw/upload/v1790082955/playfair-display-v40-latin-italic.woff2") format("woff2");
    font-style: italic;
    font-weight: 400;
    font-display: swap
}

:root {
    --bg: #ebebed;
    --text: #3a3436;
    --yellow: #eddf00;
    --gray: #a2a2a2;
    --display: "Romestone", sans-serif;
    --number: "DELIRIUM NCV", sans-serif;
    --small: "Oswald", sans-serif;
    --serif: "Playfair Display", serif;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html,
body {
    min-height: 100%
}

body {
    background: #d8d8d8;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 30px;
    color: var(--text)
}

.poster {
    position: relative;
    width: 564px;
    height: 846px;
    background: var(--bg);
    color: var(--text);
    overflow: hidden;
    flex: 0 0 auto
}

.poster-header {
    position: absolute;
    inset: 0
}

.poster-title {
    position: absolute;
    left: 27px;
    top: 13px;
    width: 505px;
    height: 121px;
    font: 400 96px/1 var(--display);
    letter-spacing: .96px;
    white-space: nowrap
}

.goods {
    position: absolute;
    left: 28px;
    top: 133px;
    width: 384px;
    height: 134px;
    border-top: 1.5px solid var(--text)
}

.goods-title {
    position: absolute;
    left: 0;
    top: 16px;
    width: 243px;
    height: 122px;
    font: 400 46.194px/.89 var(--display);
    letter-spacing: .462px
}

.goods-images {
    position: absolute;
    inset: 0
}

.food-circle {
    position: absolute;
    width: 42px;
    height: 42px;
    background: var(--yellow);
    border-radius: 50%;
    z-index: 0;
}

.food-circle-1 {
    left: 185px;
    top: 19px;
}

.food-circle-2 {
    left: 185px;
    top: 68px;
}

.food-circle-3 {
    left: 261px;
    top: 19px;
}

.food-circle-4 {
    left: 261px;
    top: 68px;
}

.food-image {
    position: absolute;
    object-fit: cover;
    display: block
}

.food-image-1 {
    left: 161px;
    top: 20px;
    width: 53px;
    height: 43px
}

.food-image-2 {
    left: 161px;
    top: 66px;
    width: 58px;
    height: 49px
}

.food-image-3 {
    left: 230px;
    top: 20px;
    width: 69px;
    height: 42px
}

.food-image-4 {
    left: 230px;
    top: 72px;
    width: 64px;
    height: 37px
}

.goods-list {
    position: absolute;
    left: 312px;
    top: 11px;
    width: 80px;
    height: 75px;
    padding-left: 22px;
    font: 400 15px/1.6 var(--small);
    letter-spacing: .15px
}

.steps {
    position: absolute;
    inset: 0
}

.steps-title,
.steps-number {
    position: absolute;
    width: 126px;
    height: 100px;
    font: 400 98.285px/1.053 var(--number);
    letter-spacing: .983px;
    transform: rotate(-90deg);
    transform-origin: left top
}

.steps-title {
    left: 436px;
    top: 150px;
    color: var(--yellow)
}

.steps-number {
    left: 436px;
    top: 244px;
    color: var(--text)
}

.steps-description {
    position: absolute;
    left: 525px;
    top: 241px;
    width: 228px;
    height: 42px;
    font: italic 400 10.342px/1.15 var(--serif);
    letter-spacing: .103px;
    transform: rotate(-90deg);
    transform-origin: left top
}

.hot-spots {
    position: absolute;
    left: 28px;
    top: 267px;
    width: 214px;
    height: 149px;
    border-top: 1.5px solid var(--text)
}

.hot-spots-chart {
    position: absolute;
    left: 0;
    top: 19px;
    width: 214px;
    height: 70px
}

.bar-item {
    position: absolute;
    top: 0;
    width: 14px;
    height: 70px
}

.bar-item:nth-child(1) {
    left: 18px
}

.bar-item:nth-child(2) {
    left: 56px
}

.bar-item:nth-child(3) {
    left: 93px
}

.bar-item:nth-child(4) {
    left: 130px
}

.bar-item:nth-child(5) {
    left: 165px
}

.bar-item:nth-child(6) {
    left: 202px
}

.bar {
    position: absolute;
    bottom: 0;
    background: var(--yellow)
}

.bar-jacobs {
    width: 12px;
    height: 69px
}

.bar-soda {
    width: 12px;
    height: 61px
}

.bar-dwinelle {
    width: 13px;
    height: 29px
}

.bar-cheit {
    width: 12px;
    height: 13px
}

.bar-mlk {
    width: 12px;
    height: 21px
}

.bar-kresge {
    width: 12px;
    height: 9px
}

.bar-item span {
    position: absolute;
    left: -16px;
    top: 69px;
    width: 61.5px;
    height: 13.667px;
    font: 400 11.711px/1.053 var(--small);
    letter-spacing: .117px;
    white-space: nowrap;
    transform: rotate(-90deg);
    transform-origin: left top
}

.hot-spots-title {
    position: absolute;
    left: 0;
    top: 100px;
    width: 171px;
    height: 38px;
    font: 400 32.563px/.89 var(--display);
    letter-spacing: .326px
}

.hot-spots-description {
    position: absolute;
    left: 98px;
    top: 105px;
    width: 122px;
    height: 42px;
    font: italic 400 10.342px/1.15 var(--serif);
    letter-spacing: .103px
}

.playlists {
    position: absolute;
    left: 268px;
    top: 267px;
    width: 272px;
    height: 187px;
    border-top: 1.5px solid var(--text)
}

.playlists-title {
    position: absolute;
    left: 0;
    top: 13px;
    width: 171px;
    height: 75px;
    font: 400 32.563px/.89 var(--display);
    letter-spacing: .326px
}

.playlist-list {
    position: absolute;
    left: -5px;
    top: 90px;
    width: 94px;
    height: 75px;
    padding-left: 15.5px;
    font: 400 10.342px/1.4 var(--small);
    letter-spacing: .103px
}

.playlist-chart {
    position: absolute;
    left: 96px;
    top: 12px;
    width: 170.136px;
    height: 174px
}

.playlist-chart>img {
    position: absolute;
    inset: 0;
    width: 170.136px;
    height: 174px;
    object-fit: contain
}

.playlist-number {
    position: absolute;
    font-family: var(--number);
    font-weight: 400;
    line-height: .89
}

.playlist-number-1 {
    left: 121px;
    top: 101.5px;
    font-size: 43px
}

.playlist-number-2 {
    left: 37px;
    top: 105.6px;
    font-size: 37px
}

.playlist-number-3 {
    left: 40.4px;
    top: 40.4px;
    font-size: 30px
}

.playlist-number-4 {
    left: 83.9px;
    top: 23.8px;
    font-size: 27px
}

.playlist-number-5 {
    left: 121.2px;
    top: 34.2px;
    font-size: 23px
}

.playlists-description {
    position: absolute;
    left: 0;
    top: 169px;
    width: 241px;
    height: 18px;
    font: italic 400 10.342px/1.15 var(--serif);
    letter-spacing: .103px
}

.transportation {
    position: absolute;
    left: 28px;
    top: 416px;
    width: 214px;
    height: 185px;
    border-top: 1.5px solid var(--text)
}

.transport-list {
    position: absolute;
    inset: 0
}

.transport-item {
    position: absolute;
    left: 0;
    height: 28px;
    font: 400 32.563px/.89 var(--display);
    letter-spacing: .326px;
    isolation: isolate
}

.transport-item span {
    position: relative;
    z-index: 2
}

.transport-item:before {
    content: "";
    position: absolute;
    top: 3px;
    z-index: 1;
    height: 28px;
    background: var(--yellow)
}

.transport-bus {
    top: 17px
}

.transport-bus:before {
    left: 27px;
    width: 115px
}

.transport-scooter {
    top: 51px
}

.transport-scooter:before {
    left: 56px;
    width: 117px
}

.transport-foot {
    top: 85px
}

.transport-foot:before {
    left: 33px;
    width: 175px
}

.transport-car {
    top: 119px
}

.transport-car:before {
    left: 27px;
    width: 64px
}

.transport-description {
    position: absolute;
    left: -1px;
    top: 157px;
    width: 241px;
    height: 18px;
    font: italic 400 10.342px/1.15 var(--serif);
    letter-spacing: .103px
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap
}

.restaurants {
    position: absolute;
    left: 269px;
    top: 476px;
    width: 266px;
    height: 125px;
    border: 1px solid var(--gray)
}

.restaurants-title {
    position: absolute;
    left: 9px;
    top: 7px;
    width: 203px;
    height: 41px;
    font: 400 32.563px/.89 var(--display);
    letter-spacing: .326px
}

.restaurants-description {
    position: absolute;
    left: 141px;
    top: 12px;
    width: 122px;
    height: 42px;
    font: italic 400 10.342px/1.15 var(--serif);
    letter-spacing: .103px
}

.restaurant-list {
    position: absolute;
    left: 23px;
    top: 58px;
    width: 240px;
    height: 63px;
    display: flex;
    gap: 20px
}

.restaurant {
    position: relative;
    width: 12px;
    height: 63px;
    flex: 0 0 12px
}

.restaurant-stars {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 12px;
    color: var(--yellow);
    font: 11px/11px Arial, sans-serif;
    writing-mode: vertical-rl;
    text-orientation: upright
}

.restaurant-name {
    position: absolute;
    left: -1px;
    top: 61px;
    width: 68px;
    height: 14px;
    font: 400 11.711px/1.053 var(--small);
    letter-spacing: .117px;
    white-space: nowrap;
    transform: rotate(-90deg);
    transform-origin: left top
}

.weekly {
    position: absolute;
    left: 28px;
    top: 601px;
    width: 508px;
    height: 118px;
    border-top: 1.5px solid var(--text);
    border-bottom: 1.5px solid var(--text)
}

.weekly-title {
    position: absolute;
    left: 2px;
    top: 18px;
    width: 171px;
    height: 38px;
    font: 400 32.563px/.89 var(--display);
    letter-spacing: .326px;
    z-index: 2
}

.weekly-chart {
    position: absolute;
    left: 2px;
    top: 28px;
    width: 507px;
    height: 90px
}

.weekly-chart img {
    width: 507px;
    height: 90px;
    object-fit: contain
}

.week-days {
    position: absolute;
    left: 2px;
    top: 101px;
    width: 445px;
    height: 18px
}

.week-days span {
    position: absolute;
    font: italic 400 10.342px/1.15 var(--serif);
    letter-spacing: .103px
}

.week-days span:nth-child(1) {
    left: 0
}

.week-days span:nth-child(2) {
    left: 121px
}

.week-days span:nth-child(3) {
    left: 225px
}

.week-days span:nth-child(4) {
    left: 329px
}

.week-days span:nth-child(5) {
    left: 425px
}

.schedule {
    position: absolute;
    left: 27px;
    top: 741px;
    width: 534px;
    height: 101px
}

.wake-time,
.sleep-time {
    position: absolute;
    font: 400 98.285px/1.053 var(--number);
    letter-spacing: .983px;
    white-space: nowrap
}

.wake-time {
    left: 0;
    top: 1px;
    width: 179px
}

.sleep-time {
    left: 327px;
    top: 0;
    width: 207px
}

.schedule-middle {
    position: absolute;
    left: 178px;
    top: 22px;
    width: 135px;
    height: 50px
}

.schedule-middle p {
    width: 122px;
    font: 400 10.342px/1.15 var(--serif);
    letter-spacing: .103px
}

.schedule-middle p:first-child {
    margin-bottom: 9px
}

.schedule-arrow {
    position: absolute;
    left: 0;
    top: 9px;
    width: 135px;
    height: 22px;
    object-fit: contain
}

.schedule-middle p:last-child {
    margin-top: 12px
}

@media(max-width:650px) {
    body {
        padding: 10px;
        overflow-x: auto
    }
}