* {
    box-sizing: border-box
}

:root {
    --navy: #081c29;
    --deep: #0c2932;
    --teal: #83bba7;
    --cream: #f5eee2;
    --sage: #9fc3b2;
    --paper: #f6f5f0;
    --ink: #10242b;
    --muted: #667477;
    --line: #dce3df
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: "DM Sans", sans-serif;
    color: var(--ink);
    background: var(--paper);
    line-height: 1.6
}

h1,
h2,
h3 {
    font-family: "Manrope", sans-serif;
    line-height: 1.05;
    letter-spacing: -.045em
}

a {
    text-decoration: none;
    color: inherit
}

.container {
    width: min(1260px, calc(100% - 80px));
    margin: auto
}

.site-header {
    position: absolute;
    z-index: 20;
    width: 100%;
    color: #fff
}

.nav {
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.brand {
    display: flex;
    align-items: center;
    gap: 17px
}

.brand img {
    width: 245px;
    height: auto;
    display: block
}

.brand-sub {
    font-size: 9px;
    letter-spacing: .3em;
    color: #eee8dd;
    font-weight: 700;
    padding-left: 17px;
    border-left: 1px solid rgba(245, 238, 226, .35)
}

.desktop-nav {
    display: flex;
    gap: 39px;
    margin-left: auto;
    margin-right: 48px
}

.desktop-nav a {
    font-size: 11px;
    letter-spacing: .2em;
    font-weight: 600;
    color: #eee8df;
    padding: 10px 0;
    border-bottom: 1px solid transparent
}

.desktop-nav a.active,
.desktop-nav a:hover {
    border-bottom-color: #eee8df
}

.top-cta {
    font-size: 11px;
    letter-spacing: .18em;
    font-weight: 700;
    background: rgba(167, 197, 183, .68);
    padding: 14px 21px;
    border-radius: 28px;
    color: #102b32;
    white-space: nowrap;
    backdrop-filter: blur(7px)
}

.top-cta span {
    font-size: 17px;
    margin-left: 9px
}

.hero {
    height: 790px;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    color: #fff;
    background: var(--navy)
}

.hero-bg {
    position: absolute;
    inset: 0;
    background: url("hero-background.png") center center/cover no-repeat;
    transform: scale(1.01)
}

.hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(3, 15, 23, .94) 0%, rgba(5, 20, 28, .72) 32%, rgba(4, 17, 25, .15) 65%, rgba(3, 13, 21, .22) 100%)
}

.hero-vignette {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(3, 13, 21, .75), transparent 35%, rgba(3, 12, 20, .15))
}

.hero-content {
    position: relative;
    z-index: 3;
    padding-top: 215px
}

.eyebrow {
    margin: 0 0 25px;
    font-size: 11px;
    letter-spacing: .23em;
    font-weight: 700;
    color: #a9d0bd
}

.eyebrow.dark {
    color: #397c78
}

.hero h1 {
    font-size: clamp(60px, 7vw, 96px);
    margin: 0 0 28px;
    max-width: 650px
}

.hero h1 em {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-style: italic;
    color: var(--cream)
}

.hero-copy {
    font-size: 17px;
    line-height: 1.7;
    color: #e0e5e2;
    margin: 0;
    max-width: 650px
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-top: 35px
}

.button {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding: 16px 26px;
    border-radius: 28px;
    font-size: 11px;
    letter-spacing: .18em;
    font-weight: 700
}

.light-button {
    background: #b5d5c5;
    color: #102b32
}

.button span {
    font-size: 18px;
    letter-spacing: 0
}

.explore {
    font-size: 11px;
    letter-spacing: .22em;
    font-weight: 700;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
    padding-bottom: 6px
}

.explore span {
    margin-left: 9px
}

.hero-bottom {
    position: absolute;
    bottom: 24px;
    left: 0;
    width: 100%;
    z-index: 4
}

.hero-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: end
}

.scroll-label {
    font-size: 8px;
    letter-spacing: .23em;
    color: #a9bab9
}

.scroll-label span {
    font-size: 15px;
    margin-left: 8px
}

.meaning {
    text-align: right;
    color: #e9e2d8;
    line-height: 1.25
}

.meaning strong {
    font-family: "Playfair Display", serif;
    font-size: 19px
}

.meaning span {
    font-size: 10px;
    color: #c0c9c7
}

.services {
    background: #09242e;
    color: #fff;
    padding: 54px 0 58px
}

.service-wrap {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 45px;
    align-items: center
}

.service-intro {
    padding-right: 40px
}

.mini-rule {
    width: 40px;
    height: 1px;
    background: #c9d7cd;
    margin-bottom: 11px
}

.service-intro>p {
    font-size: 10px;
    letter-spacing: .22em;
    font-weight: 700;
    margin: 0 0 27px
}

.service-intro h2 {
    font-family: "Playfair Display", serif;
    font-size: 42px;
    font-weight: 500;
    letter-spacing: -.03em;
    margin: 0
}

.service-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr)
}

.service-card {
    text-align: center;
    padding: 7px 15px;
    border-left: 1px solid rgba(255, 255, 255, .12);
    min-height: 118px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.service-icon {
    width: 47px;
    height: 47px;
    border: 1px solid #91c7b1;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 25px;
    color: #a8d2be;
    margin-bottom: 15px;
    font-family: Arial, sans-serif
}

.service-icon.sparkle {
    color: #d9c9e1;
    border-color: #b9a6c9
}

.service-icon.letters {
    font-family: "Manrope";
    font-size: 17px;
    color: #d7c8dc;
    border-color: #c5afcf
}

.service-card h3 {
    font-size: 9px;
    line-height: 1.7;
    letter-spacing: .19em;
    font-weight: 600;
    margin: 0;
    color: #f2eee6
}

.section-light {
    background: #fff;
    padding: 105px 0
}

.about-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 85px;
    align-items: center
}

.about-photo-wrap {
    position: relative;
    width: 250px;
    justify-self: center
}

.about-photo {
    display: block;
    width: 220px;
    height: 275px;
    object-fit: cover;
    border-radius: 3px;
    filter: saturate(.9)
}

.about-content {
    max-width: 720px
}

.about-content h2 {
    font-size: clamp(42px, 4.6vw, 60px);
    margin: 0 0 24px
}

.about-content h2 em {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    color: #397c78
}

.about-content p {
    color: var(--muted);
    font-size: 15px;
    max-width: 650px;
    margin: 0 0 17px
}

.about-content .credentials {
    font-size: 9px !important;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 800;
    color: #397c78 !important;
    max-width: 700px !important;
    margin: -7px 0 24px !important
}

.about-content .lead {
    font-size: 19px;
    line-height: 1.45;
    color: var(--ink);
    max-width: 620px
}

.about-link {
    display: inline-block;
    margin-top: 14px;
    font-size: 10px;
    letter-spacing: .2em;
    font-weight: 800;
    border-bottom: 1px solid #9ca9a5;
    padding-bottom: 6px
}

.about-link span {
    margin-left: 9px;
    font-size: 16px
}

.why {
    background: #e5ede8;
    padding: 100px 0
}

.why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 110px;
    align-items: start
}

.why h2 {
    font-size: clamp(42px, 4.8vw, 62px)
}

.why h2 em {
    font-family: "Playfair Display", serif;
    color: #397c78;
    font-weight: 500
}

.why-copy {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-left: 1px solid #c5d1ca
}

.why-copy>div {
    padding: 0 24px;
    border-right: 1px solid #c5d1ca
}

.why-copy span {
    font-size: 10px;
    letter-spacing: .15em;
    color: #397c78;
    font-weight: 800
}

.why-copy h3 {
    font-size: 15px;
    letter-spacing: .15em;
    margin: 24px 0 10px
}

.why-copy p {
    font-size: 12px;
    color: #64716e;
    margin: 0
}

.contact {
    background: var(--paper);
    padding: 100px 0
}

.contact-box {
    background: var(--cream);
    padding: 70px 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    border-radius: 12px
}

.contact-box h2 {
    font-size: clamp(40px, 4.5vw, 58px);
    margin: 0
}

.contact-box h2 em {
    font-family: "Playfair Display", serif;
    color: #397c78;
    font-weight: 500
}

.contact-box p:not(.eyebrow) {
    color: #6a7471;
    margin: 18px 0 0
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 22px;
    min-width: 300px;
    position: relative;
    z-index: 2
}

.contact-details a {
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-bottom: 1px solid rgba(8, 28, 41, .2);
    padding-bottom: 12px
}

.contact-details a:hover strong {
    color: #397c78
}

.contact-label {
    font-size: 9px;
    letter-spacing: .2em;
    font-weight: 800;
    color: #397c78
}

.contact-details strong {
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    letter-spacing: -.01em;
    color: var(--navy);
    transition: .2s
}

footer {
    background: #fff;
    border-top: 1px solid #dde3df;
    padding: 27px 0
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px
}

.footer-name {
    font-family: "Playfair Display";
    font-size: 19px
}

.footer-inner p {
    font-size: 10px;
    color: #87918e;
    margin: 0
}

@media(max-width:1050px) {
    .desktop-nav {
        gap: 20px;
        margin-right: 20px
    }

    .brand img {
        width: 190px
    }

    .service-wrap {
        grid-template-columns: 240px 1fr
    }

    .service-card {
        padding: 5px 8px
    }

    .about-layout {
        grid-template-columns: 240px 1fr;
        gap: 55px
    }
}

@media(max-width:850px) {
    .container {
        width: calc(100% - 40px)
    }

    .desktop-nav {
        display: none
    }

    .nav {
        height: 95px
    }

    .top-cta {
        font-size: 9px;
        padding: 11px 15px
    }

    .hero {
        height: 760px
    }

    .hero-content {
        padding-top: 180px
    }

    .hero h1 {
        font-size: 61px
    }

    .hero-copy {
        font-size: 16px
    }

    .service-wrap {
        grid-template-columns: 1fr;
        gap: 35px
    }

    .service-intro {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .22);
        padding: 0 0 30px
    }

    .service-intro h2 {
        font-size: 38px
    }

    .service-list {
        grid-template-columns: repeat(3, 1fr)
    }

    .about-layout {
        grid-template-columns: 220px 1fr;
        gap: 40px
    }

    .about-photo-wrap {
        width: 190px
    }

    .about-photo {
        width: 175px;
        height: 220px
    }

    .why-grid {
        grid-template-columns: 1fr;
        gap: 50px
    }

    .why-copy {
        border-left: 0
    }

    .why-copy>div {
        padding-left: 0
    }

    .contact-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 55px 40px
    }

    .contact-details {
        width: 100%;
        min-width: 0
    }
}

@media(max-width:560px) {
    .container {
        width: calc(100% - 30px)
    }

    .brand img {
        width: 145px
    }

    .brand-sub {
        font-size: 7px;
        padding-left: 9px
    }

    .hero {
        height: 720px;
        background-position: 58% center
    }

    .hero-content {
        padding-top: 160px
    }

    .hero h1 {
        font-size: 49px
    }

    .hero-copy {
        font-size: 15px
    }

    .wide {
        display: none
    }

    .hero-actions {
        gap: 18px;
        flex-wrap: wrap
    }

    .hero-bottom {
        display: none
    }

    .service-list {
        grid-template-columns: repeat(2, 1fr)
    }

    .service-card {
        min-height: 105px
    }

    .service-icon {
        width: 40px;
        height: 40px;
        font-size: 21px
    }

    .service-card h3 {
        font-size: 8px
    }

    .section-light,
    .why,
    .contact {
        padding: 75px 0
    }

    .about-layout {
        grid-template-columns: 1fr;
        gap: 45px
    }

    .about-photo-wrap {
        width: 170px;
        justify-self: start;
        margin-left: 12px
    }

    .about-photo {
        width: 145px;
        height: 185px
    }

    .about-photo-caption {
        right: 0;
        bottom: -19px;
        width: 130px;
        padding: 10px 12px
    }

    .about-photo-caption strong {
        font-size: 15px
    }

    .about-content h2 {
        font-size: 39px
    }

    .about-content .lead {
        font-size: 17px
    }

    .why-copy {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .why-copy>div {
        border-right: 0;
        border-bottom: 1px solid #c5d1ca;
        padding: 0 0 25px
    }

    .contact-box {
        padding: 42px 27px
    }

    .contact-details {
        width: 100%
    }

    .footer-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px
    }
}