:root {
    --gold: #b89661;
    --gold2: #bf9b63;
    --cream: #f7f2ed;
    --ivory: #fffccf;
    --light: #f0f0ef;
    --beige: #e8e0d3;
    --navy: #021631;
    --navy2: #072b40;
    --text: #021631;
    --muted: #50545a;
    --white: #fff;
    --serif: 'Playfair Display', Georgia, serif;
    --sans: 'Inter', Arial, sans-serif;
    --shell: 1240px;
    --shadow: 0 8px 18px rgba(2, 22, 49, .12)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: var(--sans);
    color: var(--text);
    background: #fff;
    font-size: 18px;
    line-height: 1.18
}

body.menu-open {
    overflow: hidden
}

img {
    display: block;
    max-width: 100%
}

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

button,
input,
select,
textarea {
    font: inherit
}

.shell {
    width: min(calc(100% - 80px), var(--shell));
    margin-inline: auto
}

.section-pad {
    padding: 105px 0
}

.gold-line {
    display: block;
    width: 88px;
    height: 3px;
    background: var(--gold);
    border-radius: 3px
}

.site-header {
    height: 118px;
    background: rgba(255, 255, 255, .98);
    position: relative;
    z-index: 100;
    border-bottom: 1px solid rgba(2, 22, 49, .04)
}

.site-header.is-scrolled {
    position: sticky;
    top: 0;
    box-shadow: 0 3px 18px rgba(2, 22, 49, .08)
}

.header-inner {
    height: 100%;
    display: grid;
    grid-template-columns: 290px 1fr 100px;
    align-items: center
}

.brand img {
    width: 226px;
    height: 85px;
    object-fit: contain
}

.site-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 46px;
    font-size: 27px
}

.site-nav a {
    padding: 42px 0;
    position: relative;
    white-space: nowrap
}

.site-nav a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 27px;
    width: 0;
    height: 2px;
    background: var(--gold);
    transition: .3s
}

.site-nav a:hover:after,
.site-nav a.is-active:after {
    left: 0;
    width: 100%
}

.language {
    justify-self: end;
    font-size: 25px
}

.language span {
    font-size: 18px
}

.menu-toggle {
    display: none
}

.hero {
    height: 790px;
    position: relative;
    overflow: hidden;
    background: #eee
}

.hero-image {
    position: absolute;
    inset: 0
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 49%
}

.hero-panel {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 42%;
    height: 100%;
    background: #f7f7f5;
    border-radius: 0 52% 52% 0/0 56% 56% 0;
    display: flex;
    align-items: center
}

.hero-content {
    margin-left: max(64px, calc((100vw - var(--shell))/2));
    padding-bottom: 35px
}

.hero h1 {
    font-family: var(--serif);
    font-weight: 500;
    font-size: 68px;
    line-height: 1.04;
    margin: 0 0 22px
}

.hero h1 span {
    color: var(--gold)
}

.hero .gold-line {
    margin-bottom: 42px
}

.hero p {
    font-size: 28px;
    line-height: 1.16;
    margin: 0 0 42px
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border: 0;
    border-radius: 6px;
    padding: 17px 22px;
    font-size: 22px;
    transition: .25s;
    cursor: pointer
}

.button span {
    font-size: 28px;
    line-height: .7
}

.button.gold {
    background: var(--gold2);
    color: #fff
}

.button.navy {
    background: var(--navy);
    color: #fff
}

.button:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow)
}

.hero-wave {
    position: absolute;
    z-index: 3;
    left: -5%;
    right: -5%;
    bottom: -195px;
    height: 320px;
    background: var(--navy2);
    border-radius: 50% 50% 0 0/30% 30% 0 0
}

.values-band {
    background: var(--navy2);
    color: #fff;
    padding: 80px 0 90px
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.value-item {
    text-align: center;
    padding: 0 45px;
    border-right: 1px solid rgba(255, 255, 255, .5)
}

.value-item:last-child {
    border-right: 0
}

.value-item img {
    height: 82px;
    margin: 0 auto 28px
}

.value-item h2 {
    font-size: 25px;
    line-height: 1.04;
    font-weight: 400;
    margin: 0 0 24px
}

.value-item p {
    font-size: 18px;
    line-height: 1.05;
    margin: 0;
    color: #fff
}

.about-preview {
    background: var(--cream);
    padding-bottom: 70px
}

.about-preview-grid {
    display: grid;
    grid-template-columns: 1.2fr .9fr;
    gap: 120px;
    align-items: center;
}

.about-copy h2 {
    font-size: 40px;
    line-height: 1.08;
    font-weight: 400;
    margin: 52px 0;
}

.about-copy p {
    font-size: 29px;
    line-height: 1.22;
    color: #434343;
    margin: 0 0 42px
}

.text-link {
    color: var(--gold);
    font-size: 24px;
    display: inline-flex;
    gap: 16px
}

.advisor-photo {
    height: 440px;
    margin: 0;
    border-radius: 18px;
    overflow: hidden
}

.advisor-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 25%
}

.cta-strip {
    min-height: 84px;
    border-radius: 42px;
    background: #fff;
    box-shadow: var(--shadow);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 38px;
    margin-top: 34px;
}

.cta-copy {
    display: flex;
    align-items: center;
    gap: 26px;
    font-size: 23px
}

.cta-copy strong {
    font-weight: 400
}

.cta-copy small {
    display: block;
    font-size: 17px;
    margin-top: 3px
}

.cta-phone {
    font-size: 38px;
    color: var(--gold);
    transform: rotate(-22deg)
}

.cta-link {
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 22px
}

.cta-link span {
    font-size: 40px
}

.cta-link.button {
    background: var(--navy);
    color: #fff;
    border-radius: 7px;
    padding: 14px 26px
}

.cta-strip.is-dark {
    background: var(--navy);
    color: #fff
}

.services-home {
    background: #fff;
    padding-bottom: 70px;
}

.section-heading h2 {
    font-size: 56px;
    line-height: 1.08;
    font-weight: 400;
    margin: 0 0 24px;
}

.section-heading p {
    font-size: 22px;
    color: var(--muted);
}

.section-heading.centered {
    text-align: center;
    margin-bottom: 70px;
}

.section-heading.centered .gold-line {
    margin-inline: auto;
    margin-bottom: 20px;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px
}

.service-card {
    background: var(--cream);
    border-radius: 18px;
    text-align: center;
    padding: 36px 25px 32px;
    min-height: 300px
}

.service-card img {
    width: 112px;
    height: 92px;
    object-fit: contain;
    margin: 0 auto 22px
}

.service-card h3,
.service-card h2 {
    font-size: 25px;
    line-height: 1.03;
    font-weight: 400;
    margin: 0 auto 24px;
    max-width: 220px
}

.service-card>span,
.service-card div>span {
    display: block;
    width: 78%;
    height: 1px;
    background: rgba(184, 150, 97, .55);
    margin: 0 auto 25px
}

.service-card p {
    font-size: 18px;
    line-height: 1.05;
    margin: 0;
    color: #263042
}

.center-action {
    text-align: center;
    margin: 85px 0 65px
}

.trust {
    background: #fff;
    padding-bottom: 78px
}

.trust-grid {
    display: grid;
    grid-template-columns: 42% 58%;
    min-height: 760px;
    align-items: stretch
}

.trust-logo {
    background: var(--beige);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px
}

.trust-logo img {
    width: 420px
}

.trust-copy {
    padding: 82px 0 30px 80px
}

.trust-copy h2 {
    font-size: 58px;
    font-weight: 400;
    margin: 0 0 32px;
}

.trust-copy h3 {
    font-size: 35px;
    font-weight: 400;
    margin: 85px 0 70px
}

.trust-list article {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 25px;
    align-items: start;
    margin-bottom: 35px
}

.trust-list .number {
    font-family: var(--serif);
    font-size: 55px;
    color: var(--gold);
    border-right: 1px solid var(--gold);
    padding-right: 28px;
    line-height: 1
}

.trust-list h4 {
    font-size: 30px;
    margin: 0 0 8px
}

.trust-list p {
    font-size: 18px;
    line-height: 1.15;
    margin: 0;
    max-width: 600px
}

.partner-card {
    border: 1px solid var(--gold);
    border-radius: 32px;
    padding: 55px 60px 68px;
    margin-top: 80px
}

.partner-heading {
    text-align: center;
    margin-bottom: 80px
}

.partner-heading h2 {
    font-size: 36px;
    font-weight: 400;
    margin: 0 0 18px
}

.partner-heading p {
    font-size: 22px;
    margin: 0
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px
}

.stats-grid article {
    text-align: center
}

.stats-grid img {
    height: 105px;
    margin: 0 auto 28px
}

.stats-grid span {
    display: block;
    font-size: 18px;
    line-height: 1.04;
    min-height: 38px
}

.stats-grid strong {
    display: block;
    font-size: 23px;
    margin-top: 22px
}

.trust>.cta-strip {
    margin-top: 85px
}

.testimonials {
    background: var(--cream);
    border-top: 1px solid rgba(184, 150, 97, .4)
}

.testimonial-slider {
    overflow: hidden
}

.testimonial-track {
    display: flex;
    transition: transform .6s ease
}

.testimonial-track .testimonial-grid {
    flex: 0 0 100%;
    min-width: 100%
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px
}

.testimonial-card {
    background: #fff;
    border: 1px solid rgba(184, 150, 97, .6);
    border-radius: 18px;
    padding: 38px
}

.quote-mark {
    font-family: var(--serif);
    font-size: 76px;
    color: var(--gold);
    line-height: .7
}

.testimonial-card>p {
    font-size: 20px;
    line-height: 1.45;
    min-height: 150px;
    color: #414752
}

.testimonial-person {
    border-top: 1px solid rgba(184, 150, 97, .45);
    padding-top: 22px
}

.testimonial-person strong {
    display: block;
    font-size: 19px
}

.testimonial-person span {
    display: block;
    font-size: 15px;
    color: var(--muted);
    margin-top: 6px
}

.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 38px
}

.testimonial-dots span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #d8cfc4;
    cursor: pointer
}

.testimonial-dots .active {
    background: var(--gold)
}

.site-footer {
    background: #fff;
    padding: 105px 0 48px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.25fr .55fr 1fr;
    gap: 90px;
    align-items: center
}

.footer-brand img {
    width: 285px
}

.footer-nav {
    display: flex;
    flex-direction: column;
    font-size: 27px;
    line-height: 1.35
}

.footer-contact {
    font-size: 26px;
    line-height: 1.15
}

.footer-contact p {
    margin: 0 0 30px
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    color: #ad9b82;
    font-size: 17px;
    margin-top: 72px
}

.page-hero {
    padding: 115px 0
}

.page-hero.navy {
    background: var(--navy2);
    color: #fff
}

.page-hero h1 {
    font-family: var(--serif);
    font-weight: 500;
    font-size: 70px;
    margin: 35px 0 24px
}

.page-hero p {
    font-size: 24px;
    line-height: 1.4;
    max-width: 760px;
    color: rgba(255, 255, 255, .85)
}

.services-page .section-heading {
    margin-bottom: 70px
}

.service-grid.expanded {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px
}

.expanded .service-card {
    display: grid;
    grid-template-columns: 150px 1fr;
    text-align: left;
    min-height: 350px;
    gap: 30px;
    padding: 46px;
    border: 1px solid rgba(184, 150, 97, .35)
}

.expanded .service-card img {
    width: 135px;
    height: 110px;
    margin: 0
}

.expanded .service-card h2 {
    font-size: 31px;
    max-width: none;
    margin: 0 0 20px
}

.expanded .service-card div>span {
    margin: 0 0 24px;
    width: 90px
}

.expanded .service-card p {
    font-size: 19px;
    line-height: 1.45
}

.expanded .service-card a,
.blog-card a {
    display: inline-flex;
    gap: 12px;
    color: var(--gold);
    font-size: 17px;
    margin-top: 22px
}

.services-page>.cta-strip,
.about-page>.cta-strip {
    margin-top: 90px
}

.about-page-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center
}

.portrait-large {
    height: 680px;
    margin: 0;
    border-radius: 20px;
    overflow: hidden
}

.portrait-large img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.about-page h2 {
    font-size: 55px;
    font-weight: 400;
    line-height: 1.08;
    margin: 40px 0
}

.about-page p {
    font-size: 22px;
    line-height: 1.55;
    color: var(--muted)
}

.mini-values {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 45px
}

.mini-values article {
    border-top: 2px solid var(--gold);
    padding-top: 18px
}

.mini-values strong {
    font-size: 20px
}

.mini-values span {
    display: block;
    font-size: 15px;
    color: var(--muted);
    margin-top: 8px
}

.contact-heading {
    margin-bottom: 65px
}

.contact-heading h1 {
    font-family: var(--serif);
    font-size: 70px;
    font-weight: 500;
    margin: 35px 0 20px;
    color: var(--gold)
}

.contact-heading p {
    font-size: 24px;
    color: var(--muted)
}

.contact-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 35px
}

.contact-card,
.contact-form {
    background: #fff;
    border: 1px solid var(--gold);
    border-radius: 22px;
    padding: 48px
}

.contact-card h2,
.contact-form h2 {
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 42px;
    color: var(--gold)
}

.contact-row {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 18px;
    margin-bottom: 30px
}

.contact-row>span {
    color: var(--gold);
    font-size: 30px
}

.contact-row strong {
    display: block;
    color: var(--gold);
    font-size: 17px;
    font-weight: 500
}

.contact-row p {
    font-size: 18px;
    line-height: 1.4;
    margin: 7px 0 0
}

.map-placeholder {
    height: 230px;
    border: 1px solid var(--gold);
    border-radius: 12px;
    margin-top: 30px;
    display: grid;
    place-items: center;
    color: var(--gold);
    background: linear-gradient(135deg, #fff, #faf7f1)
}

.contact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 30px
}

.contact-form h2,
.contact-form .full,
.contact-form button,
.contact-form .form-note,
.contact-form .form-alert {
    grid-column: 1/-1
}

.contact-form label {
    display: grid;
    gap: 12px;
    color: var(--gold);
    font-size: 17px
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid var(--gold);
    background: transparent;
    padding: 12px 2px;
    color: var(--text);
    outline: none
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-bottom-width: 2px
}

.contact-form textarea {
    resize: vertical
}

.contact-form button {
    justify-self: start
}

.form-note {
    font-size: 14px;
    color: var(--muted);
    margin: 0
}

.form-alert {
    padding: 14px 18px;
    border: 1px solid var(--gold);
    margin: 0;
    font-size: 15px
}

.form-alert.success {
    border-color: #54836a;
    color: #315a45
}

.form-alert.error {
    border-color: #a55;
    color: #833
}

.form-alert p {
    margin: 3px 0
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px
}

.blog-card {
    border: 1px solid rgba(184, 150, 97, .4);
    border-radius: 18px;
    overflow: hidden
}

.blog-card>img {
    width: 100%;
    height: 290px;
    object-fit: cover
}

.blog-card>div {
    padding: 30px
}

.blog-card span {
    font-size: 13px;
    color: var(--gold)
}

.blog-card h2 {
    font-size: 29px;
    line-height: 1.2;
    font-weight: 400
}

.blog-card p {
    font-size: 18px;
    line-height: 1.5;
    color: var(--muted)
}

@media(max-width:1100px) {
    .shell {
        width: min(calc(100% - 48px), var(--shell))
    }

    .header-inner {
        grid-template-columns: 220px 1fr 80px
    }

    .brand img {
        width: 185px
    }

    .site-nav {
        gap: 25px;
        font-size: 21px
    }

    .language {
        font-size: 20px
    }

    .hero-panel {
        width: 48%
    }

    .hero-content {
        margin-left: 40px
    }

    .hero h1 {
        font-size: 57px
    }

    .service-grid {
        gap: 18px
    }

    .trust-copy {
        padding-left: 45px
    }

    .footer-contact {
        font-size: 21px
    }

    .footer-nav {
        font-size: 23px
    }
}

@media(max-width:860px) {
    .site-header {
        height: 84px
    }

    .header-inner {
        grid-template-columns: 1fr auto auto
    }

    .brand img {
        width: 150px;
        height: 68px
    }

    .menu-toggle {
        display: grid;
        gap: 5px;
        border: 0;
        background: none;
        margin-right: 22px;
        padding: 10px
    }

    .menu-toggle span {
        width: 28px;
        height: 2px;
        background: var(--navy)
    }

    .site-nav {
        position: absolute;
        left: 0;
        right: 0;
        top: 84px;
        background: #fff;
        display: none;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        padding: 25px 30px 35px;
        box-shadow: 0 12px 25px rgba(2, 22, 49, .1);
        font-size: 22px
    }

    .site-nav.is-open {
        display: flex
    }

    .site-nav a {
        padding: 12px 0
    }

    .site-nav a:after {
        bottom: 6px
    }

    .hero {
        height: 680px
    }

    .hero-panel {
        width: 65%
    }

    .hero h1 {
        font-size: 52px
    }

    .hero p {
        font-size: 22px
    }

    .values-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 55px 0
    }

    .value-item:nth-child(2) {
        border-right: 0
    }

    .about-preview-grid,
    .trust-grid,
    .about-page-grid,
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 55px
    }

    .advisor-photo {
        height: 500px
    }

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

    .trust-logo {
        min-height: 580px
    }

    .trust-copy {
        padding: 70px 0 0
    }

    .stats-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 45px
    }

    .testimonial-grid,
    .blog-grid {
        grid-template-columns: 1fr
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr
    }

    .footer-contact {
        grid-column: 2
    }

    .expanded .service-card {
        grid-template-columns: 120px 1fr
    }

    .contact-form {
        grid-template-columns: 1fr
    }

    .contact-form label {
        grid-column: 1
    }

    .portrait-large {
        height: 560px
    }
}

@media(max-width:560px) {
    body {
        font-size: 16px
    }

    .shell {
        width: min(calc(100% - 28px), var(--shell))
    }

    .section-pad {
        padding: 68px 0
    }

    .language {
        font-size: 14px
    }

    .hero {
        height: 650px
    }

    .hero-image img {
        object-position: 60% center
    }

    .hero-panel {
        width: 89%;
        background: rgba(247, 247, 245, .95);
        border-radius: 0 55% 55% 0/0 42% 42% 0
    }

    .hero-content {
        margin-left: 22px
    }

    .hero h1 {
        font-size: 42px
    }

    .hero .gold-line {
        margin-bottom: 28px
    }

    .hero p {
        font-size: 18px;
        margin-bottom: 30px
    }

    .button {
        font-size: 16px;
        padding: 13px 16px
    }

    .values-band {
        padding: 65px 0
    }

    .values-grid {
        grid-template-columns: 1fr 1fr;
        gap: 48px 0
    }

    .value-item {
        padding: 0 13px
    }

    .value-item img {
        height: 62px
    }

    .value-item h2 {
        font-size: 17px
    }

    .value-item p {
        font-size: 13px
    }

    .about-copy h2 {
        font-size: 34px;
        margin: 35px 0
    }

    .about-copy p {
        font-size: 19px
    }

    .advisor-photo {
        height: 360px
    }

    .cta-strip {
        border-radius: 14px;
        padding: 15px;
        min-height: 76px;
        gap: 10px
    }

    .cta-copy {
        gap: 10px;
        font-size: 13px
    }

    .cta-copy small {
        font-size: 11px
    }

    .cta-phone {
        font-size: 24px
    }

    .cta-link {
        font-size: 12px;
        gap: 8px;
        white-space: nowrap
    }

    .cta-link span {
        font-size: 23px
    }

    .cta-link.button {
        padding: 11px 12px
    }

    .section-heading h2 {
        font-size: 38px
    }

    .section-heading p {
        font-size: 17px
    }

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

    .service-card {
        padding: 22px 10px;
        min-height: 235px
    }

    .service-card img {
        width: 78px;
        height: 70px
    }

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

    .service-card p {
        font-size: 13px
    }

    .trust-logo {
        min-height: 390px;
        padding: 35px
    }

    .trust-copy h2 {
        font-size: 40px
    }

    .trust-copy h3 {
        font-size: 24px;
        margin: 55px 0 40px
    }

    .trust-list article {
        grid-template-columns: 70px 1fr;
        gap: 15px
    }

    .trust-list .number {
        font-size: 36px;
        padding-right: 15px
    }

    .trust-list h4 {
        font-size: 20px
    }

    .trust-list p {
        font-size: 14px
    }

    .partner-card {
        padding: 35px 18px
    }

    .partner-heading {
        margin-bottom: 45px
    }

    .partner-heading h2 {
        font-size: 26px
    }

    .partner-heading p {
        font-size: 15px
    }

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

    .stats-grid img {
        height: 72px
    }

    .stats-grid span {
        font-size: 13px
    }

    .stats-grid strong {
        font-size: 17px
    }

    .testimonial-card>p {
        font-size: 17px;
        min-height: 0
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 38px
    }

    .footer-contact {
        grid-column: auto;
        font-size: 18px
    }

    .footer-nav {
        font-size: 20px
    }

    .footer-bottom {
        flex-direction: column;
        gap: 10px;
        font-size: 12px
    }

    .page-hero {
        padding: 75px 0
    }

    .page-hero h1,
    .contact-heading h1 {
        font-size: 48px
    }

    .page-hero p,
    .contact-heading p {
        font-size: 18px
    }

    .expanded .service-card {
        grid-template-columns: 1fr;
        padding: 28px
    }

    .expanded .service-card img {
        margin: 0 auto
    }

    .expanded .service-card div {
        text-align: center
    }

    .expanded .service-card div>span {
        margin-inline: auto
    }

    .about-page h2 {
        font-size: 40px
    }

    .about-page p {
        font-size: 17px
    }

    .mini-values {
        grid-template-columns: 1fr
    }

    .contact-card,
    .contact-form {
        padding: 27px
    }

    .blog-card>img {
        height: 220px
    }
}

/* Exact Figma hero transition using an SVG shape */
.hero {
    background: var(--navy2)
}

.hero-wave {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    width: 100%;
    height: 263px;
    border-radius: 0;
    background-color: transparent;
    background-image: url("../images/hero-wave.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
    pointer-events: none;
}

@media(max-width:860px) {
    .hero-wave {
        height: 390px;
        background-size: 112% 100%
    }
}

@media(max-width:560px) {
    .hero-wave {
        height: 335px;
        background-size: 145% 100%
    }
}