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

body {
    background-color: #eeeeee;
    font-family: Georgia, serif;
    color: #383335;
}

.poster {
    width: 810px;
    min-height: 1219px;
}


header {
    height: 155px;
    display: flex;
    align-items: flex-start;
    border-bottom: 2px solid #999999;
}

header h1 {
    font-family: Impact, Arial Narrow, sans-serif;
    font-size: 61px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 0.95;
}


h2 {
    font-family: Impact, Arial Narrow, sans-serif;
    font-weight: normal;
    line-height: 0.9;
}

.note {
    font-size: 12px;
    font-style: italic;
    line-height: 1.3;
}

.goods {
    height: 195px;
    display: grid;
    grid-template-columns: 270px 190px 100px 1fr;
    column-gap: 12px;
    padding-top: 25px;
    border-bottom: 2px solid #999999;
    position: relative;
}

.goods h2 {
    font-size: 34px;
}

.fruit-image {
    padding-top: 0;
}

.fruit-image img {
    width: 190px;
    height: 130px;
    object-fit: contain;
}

.goods ul {
    padding-top: 5px;
    padding-left: 15px;
    font-size: 19px;
    line-height: 1.55;
}

.vertical-title {
    position: absolute;
    right: -2px;
    top: 4px;
    height: 170px;
    display: flex;
    align-items: flex-start;
    gap: 0;
}

.vertical-title span {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-family: Impact, Arial Narrow, sans-serif;
    font-size: 54px;
    line-height: 0.8;
}

.vertical-title span:first-child {
    color: #f4e500;
}

.vertical-title span:nth-child(2) {
    color: #383335;
}

.vertical-title p {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 10px;
    font-style: italic;
    margin-left: 5px;
}


.middle {
    display: grid;
    grid-template-columns: 310px 1fr;
    grid-template-rows: 190px 225px;
    column-gap: 38px;
}

.hotspots,
.playlists,
.transport,
.food {
    border-bottom: 2px solid #999999;
    padding-top: 25px;
}

.hotspots {
    grid-column: 1;
    grid-row: 1;
}

.hotspots h2,
.playlists h2 {
    font-size: 31px;
}

.bars {
    height: 105px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 10px 5px 0;
}

.bars div {
    height: 100%;
    display: flex;
    align-items: flex-end;
    position: relative;
}

.bars span {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-family: Arial, sans-serif;
    font-size: 11px;
    margin-right: 7px;
}

.bars div i {
    display: block;
    width: 17px;
    height: 65px;
    background-color: #f4e500;
}

.bars div:nth-child(2) i {
    height: 55px;
}

.bars div:nth-child(3) i {
    height: 40px;
}

.bars div:nth-child(4) i {
    height: 27px;
}

.bars div:nth-child(5) i {
    height: 48px;
}

.bars div:nth-child(6) i {
    height: 22px;
}

.hotspots .note {
    margin-top: 0;
    margin-left: 5px;
}


.playlists {
    grid-column: 2;
    grid-row: 1;
    position: relative;
}

.playlists ol {
    margin-top: 15px;
    margin-left: 17px;
    font-size: 13px;
    line-height: 1.45;
}

.playlists .note {
    margin-top: 15px;
}

.playlists img {
    position: absolute;
    right: -5px;
    bottom: 10px;
    width: 155px;
    height: 155px;
    object-fit: contain;
}


.transport {
    grid-column: 1;
    grid-row: 2;
}

.transport h2 {
    font-size: 31px;
    margin-bottom: 18px;
}

.transport-row {
    height: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.transport-row span {
    width: 75px;
    font-family: Impact, Arial Narrow, sans-serif;
    font-size: 17px;
    font-weight: normal;
}

.transport-bar {
    display: block;
    height: 21px;
    background-color: #f4e500;
}

.transport-bar.bus {
    width: 150px;
}

.transport-bar.scooter {
    width: 195px;
}

.transport-bar.foot {
    width: 245px;
}

.transport-bar.car {
    width: 100px;
}

.transport .note {
    margin-top: 7px;
}

.food {
    grid-column: 2;
    grid-row: 2;

    border: 1px solid #999999;

    margin-top: 25px;
    padding: 15px 12px;

    position: relative;
}

.food-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.food h2 {
    font-size: 30px;
}

.small-note {
    width: 130px;
    font-size: 11px;
    font-style: italic;
    line-height: 1.1;
    margin-top: 2px;
}



.restaurants {
    margin-top: 25px;

    display: flex;
    justify-content: space-between;
    align-items: flex-start;

    gap: 5px;
}

.restaurants div {
    flex: 1;

    display: flex;
    flex-direction: column;
    align-items: center;

    font-family: Arial, sans-serif;
    font-size: 8px;
    line-height: 1.15;
    text-align: center;
}

.restaurants span {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    min-height: 55px;
}

.restaurants b {
    color: #f4e500;
    font-size: 12px;
    letter-spacing: -2px;
    margin-top: 3px;
}


.commitments {
    margin-top: 15px;
    height: 180px;
    border-bottom: 2px solid #999999;
    overflow: hidden;
}

.commitments img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    object-position: left top;
}


footer {
    height: 145px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.time {
    font-family: Impact, Arial Narrow, sans-serif;
    font-size: 62px;
    font-weight: normal;
    line-height: 1;
}

.arrow-text {
    display: flex;
    align-items: center;
    gap: 10px;
}

.arrow-text p {
    width: 90px;
    font-size: 11px;
    font-style: italic;
    line-height: 1.2;
    text-align: center;
}

.arrow-text div {
    font-family: Arial, sans-serif;
    color: #999999;
    font-size: 45px;
}