@import url(https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Chiron+GoRound+TC:wght@200..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Zen+Maru+Gothic&display=swap);
@import url(https://midsummer-reverie.github.io/font-face/scandilover.css);

.pbln-box {
    width: 60%;
    margin: auto;
    padding: 2vw;
    background: var(--pbln-bgcl);
}
.pbln-headgrid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    column-gap: 1.2vw;
    row-gap: 0.3vw;
}
.pbln-picl {
    width: 100%;
    aspect-ratio: 0.8 / 1;
    box-sizing: border-box;
    border: 0.15vw solid var(--pbln-accent);
    background: var(--pbln-picl);
    grid-area: 1 / 1 / 4 / 2;
}
.pbln-title {
    width: fit-content;
    box-sizing: border-box;
    padding: 0.1vw 0.7vw;
    font: 1vw 'poppins', 'Zen Maru Gothic', 'Chiron GoRound TC';
    color: var(--pbln-bgcl);
    background: var(--pbln-accent);
    font-weight: 500;
    font-style: italic;
    line-height: 1.2;
    grid-area: 1 / 2 / 2 / 3;
    text-transform: lowercase;
}
.pbln-name {
    width: fit-content;
    box-sizing: border-box;
    font: 3.2vw 'Scandilover';
    color: var(--pbln-accent);
    line-height: 1.2;
    grid-area: 2 / 2 / 3 / 3;
    text-transform: capitalize;
}
.pbln-picr {
    width: 100%;
    aspect-ratio: 1.042 / 1;
    box-sizing: border-box;
    border: 0.15vw solid var(--pbln-accent);
    background: var(--pbln-picr);
    grid-area: 3 / 2 / 4 / 3;
}
.pbln-midgrid {
    width: 100%;
    margin: 1vw 0vw;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}
.pbln-heart {
    width: 50%;
    margin: auto;
    background: var(--pbln-accent);
    aspect-ratio: 1 / 1;
    mask: url(https://iili.io/K5ufBwX.png) center / 110% no-repeat;
    z-index: 1;
    grid-area: 1 / 1 / 2 / 2;
}
.pbln-text {
    width: 100%;
    font: 1.05vw 'Bai Jamjuree';
    color: var(--pbln-textcl);
    text-align: justify;
    grid-area: 1 / 1 / 2 / 2;
    line-height: 1.7;
    z-index: 2;
    align-self: center;
}
.pbln-note {
    width: fit-content;
    box-sizing: border-box;
    padding: 0.1vw 0.7vw;
    font: 1vw 'Bai Jamjuree';
    color: var(--pbln-bgcl);
    background: var(--pbln-accent);
    font-weight: 500;
    line-height: 1.4;
    grid-area: 2 / 1 / 3 / 2;
    margin-top: 1.3vw;
}
.pbln-footer {
    width: 100%;
    margin-top: 1.4vw;
    aspect-ratio: 4 / 1;
    box-sizing: border-box;
    border: 0.15vw solid var(--pbln-accent);
    background: var(--pbln-picft);
}
.lareverie {
    width: 20%;
    aspect-ratio: 9/1;
    margin: auto;
    font: 0.7vw Roboto Mono;
    font-weight: 200;
    color: #969696;
    text-align: center;
}
.lareverie::before {
    width: 20%;
    aspect-ratio: 9/1;
    margin: auto;
    content: "lareverie";
    font: 0.7vw Roboto Mono;
    font-weight: 200;
    color: #969696;
    text-align: center;
}





