@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Playfair+Display:ital,wght@1,700&family=Rubik+Mono+One&family=Caveat:wght@700&family=Outfit:wght@800&display=swap";

body,
* {
    margin: 0;
    padding: 0
}

.perspectives[data-sb-cid-p3w6i2ja] {
    --bg: #ffffff;
    --text: #1a1a1a;
    --accent: #666;
    --card-w: 460px;
    background-color: var(--bg);
    color: var(--text);
    font-family: Inter, sans-serif;
    padding: 60px 0;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none
}

.perspectives__header[data-sb-cid-p3w6i2ja] {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding: 0 5%;
    margin-bottom: 40px;
    gap: 30px
}

.perspectives__title[data-sb-cid-p3w6i2ja] {
    font-size: clamp(4rem, 18vw, 14rem);
    font-weight: 400;
    line-height: .8;
    margin: 0;
    letter-spacing: -.05em;
    flex: 1 1 500px
}

.perspectives__info[data-sb-cid-p3w6i2ja] {
    flex: 0 1 350px;
    font-size: 1.1rem;
    line-height: 1.4;
    color: var(--accent);
    margin-bottom: 10px
}

.perspectives__link[data-sb-cid-p3w6i2ja] {
    color: var(--text);
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer
}

.perspectives__slider[data-sb-cid-p3w6i2ja] {
    width: 100%;
    cursor: grab;
    overflow: hidden;
    touch-action: pan-y;
    padding: 40px 0
}

.perspectives__slider[data-sb-cid-p3w6i2ja]:active {
    cursor: grabbing
}

.perspectives__track[data-sb-cid-p3w6i2ja] {
    display: flex;
    padding-left: 5%;
    gap: 20px;
    width: max-content;
    will-change: transform
}

.perspectives__card[data-sb-cid-p3w6i2ja] {
    width: 85vw;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit
}

@media(min-width:768px) {
    .perspectives__card[data-sb-cid-p3w6i2ja] {
        width: var(--card-w)
    }
}

.perspectives__img-box[data-sb-cid-p3w6i2ja] {
    position: relative;
    aspect-ratio: 4 / 5;
    background: #f0f0f0;
    overflow: hidden
}

.perspectives__img-box[data-sb-cid-p3w6i2ja] img[data-sb-cid-p3w6i2ja],
.perspectives__img-box[data-sb-cid-p3w6i2ja] picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none
}

.perspectives__caption[data-sb-cid-p3w6i2ja] {
    margin-top: 15px;
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    display: flex;
    align-items: center;
    gap: 8px
}

.perspectives__tag[data-sb-cid-p3w6i2ja] {
    font-size: .6rem;
    background: #1a1a1a;
    color: #fff;
    padding: 3px 8px;
    border-radius: 20px;
    letter-spacing: .05em
}

.perspectives__overlay[data-sb-cid-p3w6i2ja] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    overflow: hidden
}

.font-louise[data-sb-cid-p3w6i2ja] {
    font-family: Rubik Mono One, sans-serif;
    color: #fff;
    font-size: clamp(2rem, 6vw, 3.8rem);
    line-height: .9
}

.font-mathilda[data-sb-cid-p3w6i2ja] {
    font-family: Outfit, sans-serif;
    color: #9b7eb9;
    font-size: clamp(2.5rem, 8vw, 4.5rem);
    line-height: .8
}

.font-tuva[data-sb-cid-p3w6i2ja] {
    font-family: Caveat, cursive;
    color: #e5d400;
    font-size: clamp(2.5rem, 8vw, 5.5rem)
}

.font-jens[data-sb-cid-p3w6i2ja] {
    font-family: Playfair Display, serif;
    font-style: italic;
    color: #fff;
    font-size: clamp(2.5rem, 8vw, 4rem);
    line-height: 1
}

.hero[data-sb-cid-j7pv25f6] {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 24px 40px;
    background: #fff
}

.hero-inner[data-sb-cid-j7pv25f6] {
    width: 100%;
    max-width: 640px;
    text-align: center
}

.brand[data-sb-cid-j7pv25f6] {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 52px;
    font-weight: 700;
    letter-spacing: -1.5px;
    color: #111;
    margin-bottom: 8px
}

.brand-accent[data-sb-cid-j7pv25f6] {
    font-weight: 300;
    color: #888
}

.tagline[data-sb-cid-j7pv25f6] {
    font-size: 1.05rem;
    color: #999;
    margin-bottom: 40px;
    letter-spacing: .5px
}

.search-box[data-sb-cid-j7pv25f6] {
    position: relative;
    width: 100%;
    max-width: 560px;
    margin: 0 auto 28px
}

.search-icon[data-sb-cid-j7pv25f6] {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    stroke: #bbb;
    stroke-width: 2;
    fill: none;
    pointer-events: none;
    transition: stroke .2s ease
}

.search-input[data-sb-cid-j7pv25f6] {
    width: 100%;
    padding: 18px 24px 18px 52px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #111;
    background: #fff;
    border: 1.5px solid #e0ddd8;
    border-radius: 60px;
    outline: none;
    transition: border-color .2s ease, box-shadow .25s ease
}

.search-input[data-sb-cid-j7pv25f6]::placeholder {
    color: #bbb
}

.search-input[data-sb-cid-j7pv25f6]:focus {
    border-color: #ccc;
    box-shadow: 0 4px 20px #0000000f
}

.search-input[data-sb-cid-j7pv25f6]:focus~.search-icon[data-sb-cid-j7pv25f6],
.search-box[data-sb-cid-j7pv25f6]:hover .search-icon[data-sb-cid-j7pv25f6] {
    stroke: #888
}

.quick-links[data-sb-cid-j7pv25f6] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center
}

.quick-chip[data-sb-cid-j7pv25f6] {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #666;
    text-decoration: none;
    padding: 8px 18px;
    border: 1px solid #ebebeb;
    border-radius: 40px;
    transition: background .2s ease, color .2s ease, border-color .2s ease
}

.quick-chip[data-sb-cid-j7pv25f6]:hover {
    background: #111;
    color: #fff;
    border-color: #111
}

.places[data-sb-cid-j7pv25f6] {
    padding: 40px 24px 80px;
    max-width: 1100px;
    margin: 0 auto
}

.places-header[data-sb-cid-j7pv25f6] {
    margin-bottom: 36px
}

.places-title[data-sb-cid-j7pv25f6] {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #111;
    letter-spacing: -.5px;
    margin-bottom: 6px
}

.places-subtitle[data-sb-cid-j7pv25f6] {
    font-size: 15px;
    color: #999;
    max-width: 100%
}

.cards-grid[data-sb-cid-j7pv25f6] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.place-card[data-sb-cid-j7pv25f6] {
    text-decoration: none;
    color: inherit;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px #0000000f;
    transition: transform .25s ease, box-shadow .25s ease;
    display: flex;
    flex-direction: column;
    position: relative
}

.place-card[data-sb-cid-j7pv25f6]:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px #0000001a
}

.card-img-wrap[data-sb-cid-j7pv25f6] {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden
}

.card-img-wrap[data-sb-cid-j7pv25f6] img[data-sb-cid-j7pv25f6] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease
}

.place-card[data-sb-cid-j7pv25f6]:hover .card-img-wrap[data-sb-cid-j7pv25f6] img[data-sb-cid-j7pv25f6] {
    transform: scale(1.04)
}

.card-category[data-sb-cid-j7pv25f6] {
    position: absolute;
    top: 14px;
    left: 14px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background: #0000008c;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    padding: 5px 12px;
    border-radius: 30px
}

.card-body[data-sb-cid-j7pv25f6] {
    padding: 18px 20px 14px;
    flex: 1
}

.card-title[data-sb-cid-j7pv25f6] {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #111;
    margin-bottom: 4px
}

.card-tagline[data-sb-cid-j7pv25f6] {
    font-size: 13.5px;
    color: #888;
    line-height: 1.45
}

.card-arrow[data-sb-cid-j7pv25f6] {
    padding: 0 20px 18px;
    display: flex;
    align-items: center
}

.card-arrow[data-sb-cid-j7pv25f6] svg[data-sb-cid-j7pv25f6] {
    stroke: #ccc;
    stroke-width: 2;
    fill: none;
    transition: stroke .2s ease, transform .2s ease
}

.place-card[data-sb-cid-j7pv25f6]:hover .card-arrow[data-sb-cid-j7pv25f6] svg[data-sb-cid-j7pv25f6] {
    stroke: #111;
    transform: translate(4px)
}

.site-footer[data-sb-cid-j7pv25f6] {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    text-align: center;
    padding: 30px 24px;
    font-size: 13px;
    color: #bbb;
    border-top: 1px solid #f0f0f0
}

.site-footer[data-sb-cid-j7pv25f6] a[data-sb-cid-j7pv25f6] {
    color: #999;
    text-decoration: none;
    transition: color .2s ease
}

.site-footer[data-sb-cid-j7pv25f6] a[data-sb-cid-j7pv25f6]:hover {
    color: #444
}

.footer-dot[data-sb-cid-j7pv25f6] {
    margin: 0 6px
}

@media(max-width:900px) {
    .cards-grid[data-sb-cid-j7pv25f6] {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:600px) {
    .hero[data-sb-cid-j7pv25f6] {
        min-height: 70vh;
        padding: 48px 20px 32px
    }

    .brand[data-sb-cid-j7pv25f6] {
        font-size: 38px
    }

    .tagline[data-sb-cid-j7pv25f6] {
        margin-bottom: 30px
    }

    .search-input[data-sb-cid-j7pv25f6] {
        padding: 16px 20px 16px 48px;
        font-size: 15px
    }

    .cards-grid[data-sb-cid-j7pv25f6] {
        grid-template-columns: 1fr;
        gap: 18px
    }

    .places[data-sb-cid-j7pv25f6] {
        padding: 32px 16px 60px
    }

    .places-title[data-sb-cid-j7pv25f6] {
        font-size: 24px
    }
}