:root {
    --ink: #19313a;
    --teal: #0c7c78;
    --teal2: #37b9a7;
    --sand: #fff3dd;
    --paper: #fffbf2;
    --clay: #d96b45;
    --rose: #f06d8f;
    --sun: #f7bc53;
    --line: rgba(25, 49, 58, .12);
    --muted: #66777b;
    --max: 1160px;
    --ease: cubic-bezier(.22, .61, .36, 1);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Manrope, system-ui, sans-serif;
    background: var(--paper);
    color: var(--ink);
    line-height: 1.65;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font: inherit;
}

.wrap {
    max-width: var(--max);
    margin: auto;
    padding: 0 26px;
}

.display {
    font-family: Fraunces, serif;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 24px;
    border-radius: 18px;
    border: 0;
    background: var(--teal);
    color: #fff;
    font-weight: 900;
    box-shadow: 0 18px 38px -18px rgba(12, 124, 120, .55);
    transition: .35s;
}

.btn:hover {
    transform: translateY(-3px);
}

.btn.clay {
    background: var(--clay);
}

.btn.rose {
    background: var(--rose);
}

.label {
    font-size: 12px;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-weight: 900;
    color: var(--clay);
}

nav {
    position: fixed;
    top: 18px;
    left: 0;
    right: 0;
    z-index: 1000;
    pointer-events: none;
}

.navin {
    pointer-events: auto;
    max-width: 1080px;
    margin: auto;
    height: 68px;
    padding: 0 12px 0 22px;
    border-radius: 22px;
    background: rgba(255, 251, 242, .84);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, .9);
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 20px 50px -28px rgba(25, 49, 58, .5);
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
    font-size: 20px;
}

.brand,
.logo{
    display: flex;
    align-items: center;
    gap: .25rem;
}
.brand img,
.logo img{
    display: block;
    width: 54px;
    height: auto;
}
.navlinks {
    display: flex;
    gap: 24px;
    font-weight: 800;
    font-size: 14px;
    color: #4c6266;
}

.navcall {
    border-radius: 16px;
    background: var(--ink);
    color: #fff;
    padding: 12px 20px;
    font-weight: 900;
    font-size: 14px;
}

.hero {
    position: relative;
    overflow: hidden;
    padding: 148px 0 90px;
    background: linear-gradient(160deg, #fff1d0, #fffbf2 50%, #dff5ed);
}

.hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 10% 15%, rgba(240, 109, 143, .22), transparent 34%),
        radial-gradient(circle at 85% 8%, rgba(55, 185, 167, .25), transparent 36%);
}

.postmark {
    position: absolute;
    right: 4%;
    top: 130px;
    width: 180px;
    height: 180px;
    border: 2px dashed rgba(217, 107, 69, .35);
    border-radius: 50%;
    animation: spin 55s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    gap: 50px;
    align-items: center;
}

h1 {
    font-family: Fraunces, serif;
    font-size: clamp(43px, 6.4vw, 78px);
    line-height: 1.02;
    letter-spacing: -.03em;
    margin: 20px 0;
}

h1 em {
    font-style: normal;
    color: var(--teal);
    position: relative;
}

.lead {
    font-size: 18.5px;
    color: #53686d;
    max-width: 570px;
}

.hero-ctas {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.hero-note {
    font-size: 13px;
    color: #708086;
    margin-top: 16px;
}

.stamps {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.stamps span {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
    border: 1px dashed rgba(25, 49, 58, .25);
    border-radius: 12px;
    padding: 9px 12px;
    background: rgba(255, 255, 255, .42);
}

.map-card {
    position: relative;
    height: 570px;
}

.map {
    position: absolute;
    inset: 0;
    border-radius: 38px;
    background: #fff9eb;
    border: 1px solid rgba(255, 255, 255, .9);
    box-shadow: 0 40px 90px -50px rgba(25, 49, 58, .45);
    overflow: hidden;
    padding: 28px;
}

.map:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(25, 49, 58, .05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(25, 49, 58, .05) 1px, transparent 1px);
    background-size: 38px 38px;
}

.map svg {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.photo-note {
    position: absolute;
    right: -4px;
    bottom: 40px;
    width: 260px;
    border-radius: 28px;
    background: #fff;
    padding: 12px;
    box-shadow: 0 28px 70px -34px rgba(25, 49, 58, .58);
    transform: rotate(3deg);
    z-index: 4;
}

.photo-note img {
    border-radius: 20px;
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.photo-note b {
    display: block;
    margin: 10px 10px 0;
}

.photo-note small {
    display: block;
    color: var(--muted);
    margin: 2px 10px 10px;
}

.pinbubble {
    position: absolute;
    left: -4px;
    top: 70px;
    background: var(--ink);
    color: #fff;
    border-radius: 24px 24px 24px 7px;
    padding: 16px 18px;
    font-weight: 900;
    box-shadow: 0 22px 50px -24px rgba(25, 49, 58, .7);
    z-index: 4;
    animation: float 4.5s infinite ease-in-out;
}

.pinbubble small {
    display: block;
    color: rgba(255, 255, 255, .62);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .14em;
}

@keyframes float {
    50% {
        transform: translateY(-10px);
    }
}

section {
    padding: 98px 0;
}

.center {
    text-align: center;
}

.section-title {
    font-family: Fraunces, serif;
    font-size: clamp(32px, 4.8vw, 56px);
    line-height: 1.05;
}

.center p {
    max-width: 760px;
    margin: 18px auto 0;
    color: #5d6f73;
    font-size: 17px;
}

.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 46px;
}

.step,
.area,
.comfort-item,
.wm-card,
.safe-card,
.faq-item {
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 24px 70px -52px rgba(25, 49, 58, .48);
}

.step {
    border-radius: 32px;
    padding: 34px;
}

.step .n {
    font-family: Fraunces, serif;
    font-size: 52px;
    color: var(--clay);
    line-height: 1;
}

.step h3 {
    font-size: 23px;
    line-height: 1.1;
    margin: 12px 0;
}

.step p {
    color: #647579;
    font-size: 15px;
}

.areas {
    background: #12343b;
    color: #fff;
    position: relative;
}

.areas .section-title {
    color: #fff;
}

.areas .center p {
    color: rgba(255, 255, 255, .72);
}

.area-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 44px;
}

.area {
    border-radius: 26px;
    padding: 24px;
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .12);
    box-shadow: none;
    backdrop-filter: blur(12px);
}

.area h3 {
    font-family: Fraunces, serif;
    font-size: 24px;
    color: #fff;
}

.area p {
    margin-top: 8px;
    color: rgba(255, 255, 255, .72);
    font-size: 14.5px;
}

.comfort {
    background: #fffbf2;
}

.comfort-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 42px;
    align-items: center;
}

.comfort-list {
    display: grid;
    gap: 16px;
}

.comfort-item {
    border-radius: 26px;
    padding: 22px;
    display: grid;
    grid-template-columns: 62px 1fr;
    gap: 18px;
}

.icon {
    width: 62px;
    height: 62px;
    border-radius: 21px;
    background: linear-gradient(135deg, var(--teal2), var(--teal));
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 25px;
}

.comfort-item h3 {
    font-size: 22px;
}

.comfort-item p {
    color: #66777b;
    font-size: 15px;
}

.wm {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.wm-card {
    border-radius: 36px;
    padding: 25px;
}

.wm-card img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 24px;
    aspect-ratio: 4/2;
    object-fit: cover;
    margin-bottom: 1.25rem;
}

.wm-card.rose {
    background: linear-gradient(135deg, #fff, #fff0f4);
}

.wm-card.teal {
    background: linear-gradient(135deg, #fff, #ecfffb);
}

.wm-card h2 {
    font-family: Fraunces, serif;
    font-size: 36px;
    line-height: 1.05;
}

.wm-card h3 {
    font-size: 18px;
    color: var(--muted);
    margin: 8px 0 20px;
}

.wm-card ul {
    list-style: none;
    display: grid;
    gap: 12px;
}

.wm-card li {
    display: flex;
    gap: 10px;
    color: #53686d;
    font-weight: 700;
}

.wm-card li:before {
    content: "♥";
    color: var(--rose);
}

.wm-card.teal li:before {
    content: "✦";
    color: var(--teal);
}

.wm-card .btn {
    margin-top: 24px;
}

.safe {
    background: #f5ecdc;
}

.safe-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 42px;
}

.safe-card {
    border-radius: 28px;
    padding: 28px;
    background: #fff9eb;
}

.safe-card h3 {
    font-family: Fraunces, serif;
    font-size: 24px;
}

.safe-card p {
    color: #65767a;
    margin-top: 8px;
}

.faq-list {
    max-width: 830px;
    margin: 44px auto 0;
    display: grid;
    gap: 13px;
}

.faq-item {
    border-radius: 22px;
    overflow: hidden;
}

.faq-q {
    width: 100%;
    background: none;
    border: 0;
    text-align: left;
    display: flex;
    justify-content: space-between;
    padding: 23px 26px;
    font-weight: 900;
    cursor: pointer;
}

.faq-q span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #e5f7f1;
    color: var(--teal);
    transition: .3s;
}

.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s var(--ease);
}

.faq-a p {
    padding: 0 26px 24px;
    color: #627477;
}

.faq-item.open .faq-q span {
    transform: rotate(45deg);
    background: var(--teal);
    color: #fff;
}

.final {
    background: linear-gradient(135deg, #0f3b43, #0c7c78);
    color: #fff;
    text-align: center;
}

.final h2 {
    font-family: Fraunces, serif;
    font-size: clamp(40px, 6vw, 70px);
    line-height: 1.02;
}

.final p {
    max-width: 620px;
    margin: 18px auto 30px;
    color: rgba(255, 255, 255, .78);
}

footer {
    padding: 34px 0;
    background: #102f36;
    color: rgba(255, 255, 255, .68);
}

.foot p {
    font-size: 14px;
    text-align: center;
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: .8s;
}

.reveal.in {
    opacity: 1;
    transform: none;
}

@media(max-width: 920px) {
    .navlinks {
        display: none;
    }

    .hero-grid,
    .comfort-grid,
    .wm {
        grid-template-columns: 1fr;
    }

    .steps,
    .area-grid,
    .safe-row {
        grid-template-columns: 1fr 1fr;
    }

    .map-card {
        height: 520px;
    }
}

@media(max-width: 620px) {
    .wrap {
        padding: 0 20px;
    }

    .navin {
        margin: 0 12px;
    }

    .steps,
    .area-grid,
    .safe-row {
        grid-template-columns: 1fr;
    }

    .map-card {
        height: 560px;
    }

    .photo-note {
        width: 230px;
    }

    .wm-card {
        padding: 30px;
    }
}