:root {
    --bg: #10171d;
    --surface: #182229;
    --panel: #1c2933;
    --ink: #f0f3f5;
    --muted: #a4b3bf;
    --blue: #7fa9c8;
    --line: #ffffff20;
    --gutter: clamp(24px, 6vw, 100px);
    --font: 'Manrope', Arial, sans-serif
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--ink);
    font: 400 16px/1.75 var(--font);
    -webkit-font-smoothing: antialiased
}

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

button {
    font: inherit;
    cursor: pointer
}

a,
button {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent
}

a:focus-visible,
button:focus-visible {
    outline: 2px solid #afd7f3;
    outline-offset: 6px
}

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

[hidden] {
    display: none !important
}

::selection {
    background: #7fa9c8;
    color: #10171d
}

.skip {
    position: fixed;
    left: 20px;
    top: -100px;
    background: white;
    color: #10171d;
    padding: 12px;
    z-index: 50
}

.skip:focus {
    top: 15px
}

.site-header {
    height: 100px;
    padding: 16px var(--gutter);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 28px;
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgb(255 255 255 / 92%);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(100px)
}

.brand {
    width: 162px;
    display: block;
    flex-shrink: 0
}

.brand img {
    width: 100%;
    height: auto;
    filter: grayscale(1) invert(1);
    mix-blend-mode: screen
}

.desktop-nav {
    display: flex;
    gap: 32px
}

.desktop-nav a {
    font-size: 14px;
    color: #1a3f57;
    position: relative;
    padding: 8px 0;
    transition: color .2s
}

.desktop-nav a:hover,
.desktop-nav a[aria-current] {
    color: #001d31
}

.desktop-nav a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--blue);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .2s
}

.desktop-nav a:hover:after,
.desktop-nav a[aria-current]:after {
    transform: scaleX(1)
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    padding: 16px 24px;
    min-height: 56px;
    background: #d5e6f1;
    color: #14232f;
    font-size: 14px;
    font-weight: 700;
    transition: background .2s, transform .2s
}

.button span {
    font: 24px/1 Arial, sans-serif
}

.button:hover {
    background: #fff;
    transform: translateY(-2px)
}

.header-contact {
    background: #1a3f57;
    color: #e8f0f5;
    border: 1px solid #657b8c;
    min-height: 45px;
    padding: 10px 18px;
    font-size: 13px;
    gap: 24px
}

.header-contact:hover {
    background: #d5e6f1;
    color: #14232f
}

.menu-toggle,
.mobile-nav {
    display: none
}

.hero {
    position: relative;
    min-height: 730px;
    isolation: isolate;
    overflow: hidden;
    padding: 76px var(--gutter) 0;
    display: flex;
    align-items: center;
    background: #10171d
}

.hero-visual {
    position: absolute;
    inset: 0 0 0 30%;
    margin: 0;
    z-index: -2;
    background: #1c2b38
}

.hero-visual>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 38%;
    filter: saturate(.55) brightness(.74)
}

.hero-visual:after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #10171d 0%, #10171dd9 13%, #10171d4d 50%, #10171d05 100%), linear-gradient(0deg, #10171d 0%, transparent 40%)
}

.hero-copy {
    width: 100%;
    padding-bottom: 28px
}

.eyebrow {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.6;
    display: flex;
    align-items: center;
    gap: 17px;
    margin: 0;
    color: #c2d0da
}

.label-line {
    width: 32px;
    height: 2px;
    background: var(--blue)
}

h1,
h2,
h3,
p {
    overflow-wrap: break-word
}

h1 {
    font-size: clamp(66px, 7.65vw, 116px);
    line-height: 1.03;
    letter-spacing: -.065em;
    font-weight: 500;
    margin: 34px 0 30px;
    max-width: 980px
}

h1 span {
    color: #a9c3d5
}

.hero-summary>p {
    font-size: 17px;
    line-height: 1.85;
    color: #c1cdd6;
    max-width: 480px;
    margin: 0 0 32px
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 30px
}

.secondary-link {
    display: flex;
    align-items: center;
    gap: 17px;
    font-size: 13px;
    color: #dae5ed
}

.secondary-link:hover {
    color: #fff
}

.secondary-link span {
    font-size: 18px
}

.hero-scroll {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 12px;
    color: #a5b6c2;
    margin-top: 74px;
    width: max-content
}

.scroll-circle {
    border: 1px solid #617380;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    font-size: 18px
}

.image-caption {
    position: absolute;
    bottom: 35px;
    right: var(--gutter);
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    font-size: 12px;
    color: #b9c9d5;
    letter-spacing: 1px
}

.image-caption span:last-child {
    color: #a8b7c3;
    letter-spacing: 0
}

.image-plaque {
    position: absolute;
    top: 36px;
    right: var(--gutter);
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: right;
    color: #e5edf3
}

.image-plaque>span:first-child {
    font-size: 16px;
    letter-spacing: 3px;
    font-weight: 700
}

.image-plaque>span:last-child {
    font-size: 12px;
    letter-spacing: 1.5px
}

.specialties {
    padding: 32px var(--gutter);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    background: #182229;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line)
}

.specialties>p {
    margin: 0;
    font-size: 14px;
    color: var(--muted);
    align-self: center
}

.specialties strong {
    color: #e2eaf0;
    font-weight: 500
}

.specialties>a {
    border-left: 1px solid var(--line);
    padding-left: 34px;
    display: flex;
    align-items: center;
    gap: 22px
}

.index {
    font-size: 12px;
    letter-spacing: 1px;
    color: var(--blue)
}

.specialties>a>span:nth-child(2) {
    font-size: 23px;
    letter-spacing: -.6px;
    font-weight: 500
}

.specialties small {
    display: block;
    font-size: 12px;
    color: var(--muted);
    letter-spacing: 0;
    margin-top: 4px;
    font-weight: 400
}

.direction {
    font-size: 25px;
    margin-left: auto;
    color: #bbcedd;
    transition: transform .2s
}

.specialties a:hover .direction {
    transform: translate(3px, -3px)
}

.section {
    padding: 105px var(--gutter)
}

.section-heading {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    margin-bottom: 54px
}

.section-heading>.eyebrow {
    align-self: start;
    padding-top: 10px
}

.section-index {
    color: #829baa;
    letter-spacing: 0
}

.section-heading h2,
h2 {
    font-size: clamp(35px, 4vw, 58px);
    line-height: 1.14;
    letter-spacing: -.045em;
    font-weight: 500;
    margin: 0
}

h2>span {
    color: #8da7ba
}

.section-intro {
    font-size: 16px;
    color: var(--muted);
    max-width: 570px;
    margin: 25px 0 0
}

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

.service-row {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
    background: var(--surface);
    border: 1px solid #ffffff14;
    scroll-margin-top: 120px;
    transition: background .25s, border-color .25s
}

.service-row:hover {
    background: #1c2b36;
    border-color: #648096
}

.service-row:nth-child(2) {
    background: #1b2c39
}

.service-name {
    width: 100%;
    padding-bottom: 27px;
    border-bottom: 1px solid var(--line);
    margin-bottom: 25px
}

.service-name .index {
    font-size: 13px;
    display: block;
    margin-bottom: 26px
}

.service-name h3 {
    font-size: 42px;
    letter-spacing: -1.8px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0
}

.service-name>p {
    color: #a7bdcb;
    font-size: 14px;
    margin: 10px 0 0
}

.service-description {
    width: 100%;
    flex: 1
}

.service-description>p {
    color: var(--muted);
    font-size: 16px;
    max-width: 480px;
    margin: 0 0 26px
}

.service-description ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.service-description li {
    padding: 12px 0;
    border-top: 1px solid var(--line);
    font-size: 14px;
    color: #d0dce4
}

.service-description li:before {
    content: '+';
    color: #83a9c5;
    margin-right: 14px
}

.round-link {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 1px solid #6f8798;
    border-radius: 50%;
    font: 24px Arial, sans-serif;
    color: #c9dce9;
    transition: background .2s, color .2s
}

.round-link:hover {
    background: #d5e6f1;
    color: #14232f
}

.draft-note {
    font-size: 12px;
    color: #9aabb7;
    margin: 20px 0 0
}

.company {
    background: #223c50;
    position: relative;
    overflow: hidden
}

.company-top {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 62px
}

.company-name {
    font-size: 12px;
    letter-spacing: 1.4px;
    color: #b9cad6
}

.company-main {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 10%
}

.company h2 {
    font-size: clamp(40px, 4.7vw, 70px);
    line-height: 1.1
}

.company h2>span {
    color: #a5c2d6
}

.company-copy>p {
    color: #d0dce4;
    margin: 0 0 25px;
    font-size: 16px;
    max-width: 480px
}

.text-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 20px 0;
    border-top: 1px solid #ffffff40;
    margin-top: 32px;
    font-size: 14px;
    font-weight: 600;
    max-width: 480px
}

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

.company-bottom {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-top: 72px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #adc4d5
}

.company-bottom>div {
    flex: 1;
    background: #aac2d540;
    height: 1px
}

.process {
    background: #131c23
}

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

.step-number {
    font-size: 48px;
    line-height: 1;
    color: #7695ac;
    font-weight: 400;
    letter-spacing: -2px
}

.step-line {
    height: 1px;
    background: var(--line);
    margin: 26px 0;
    position: relative
}

.step-line:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 5px;
    height: 5px;
    background: #a1c3da
}

.steps h3 {
    font-size: 21px;
    letter-spacing: -.6px;
    font-weight: 500;
    margin: 0 0 16px
}

.steps p {
    color: var(--muted);
    font-size: 16px;
    margin: 0 0 25px
}

.step-tag {
    font-size: 12px;
    letter-spacing: 1px;
    color: #9db6c9
}

.contact {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 10%;
    align-items: center;
    border-top: 1px solid var(--line);
    background: #192833
}

.contact h2 {
    font-size: clamp(42px, 4.7vw, 70px);
    line-height: 1.13;
    margin-top: 35px
}

.contact-heading>p:last-child {
    color: #b5c6d2;
    margin: 25px 0 0
}

.contact-card {
    padding: 38px 40px;
    background: #203441;
    border: 1px solid #ffffff20;
    border-top: 2px solid #88adc6
}

.contact-label {
    font-size: 12px;
    letter-spacing: 1.6px;
    color: #b8ccda
}

.contact-card h3 {
    font-size: 31px;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: -1px;
    margin: 25px 0 16px
}

.contact-card>p {
    font-size: 14px;
    color: #b9c9d3;
    line-height: 1.85
}

.contact-card dl {
    margin: 25px 0 20px
}

.contact-card dl>div {
    display: flex;
    justify-content: space-between;
    gap: 22px;
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
    font-size: 14px
}

.contact-card dt {
    color: #a7becd
}

.contact-card dd {
    margin: 0
}

.contact-card>p.contact-note {
    font-size: 12px;
    color: #aac0d0;
    margin: 0
}

.site-footer {
    padding: 45px var(--gutter) 24px;
    background: #0d1419
}

.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    padding-bottom: 35px
}

.footer-top .brand {
    width: 150px
}

.footer-top>p {
    font-size: 21px;
    letter-spacing: -.6px
}

.back-top {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 16px;
    color: #becdd8
}

.back-top>span {
    width: 35px;
    height: 35px;
    border: 1px solid #526675;
    display: grid;
    place-items: center;
    font-size: 18px
}

.footer-bottom {
    padding-top: 23px;
    border-top: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    font-size: 12px;
    color: #a0b0bc
}

.footer-bottom p {
    margin: 0
}

.footer-bottom>div {
    display: flex;
    gap: 25px
}

.footer-bottom button {
    font-size: 12px;
    background: none;
    border: 0;
    color: #b5c3ce;
    padding: 5px 0
}

.footer-bottom button:hover {
    color: white
}

dialog {
    max-width: 620px;
    width: calc(100% - 40px);
    background: #192b39;
    color: #eff4f7;
    border: 1px solid #668093;
    padding: 45px;
    box-shadow: 0 30px 120px #0009
}

dialog::backdrop {
    background: #060c12cc;
    backdrop-filter: blur(6px)
}

dialog .eyebrow {
    margin-bottom: 25px
}

dialog h2 {
    font-size: 30px;
    margin-bottom: 25px
}

dialog>p:not(.eyebrow) {
    font-size: 15px;
    color: #b9c9d5
}

.close-dialog {
    position: absolute;
    right: 12px;
    top: 6px;
    border: 0;
    background: none;
    color: white;
    width: 40px;
    height: 40px;
    font-size: 30px
}

body:has(dialog[open]) {
    overflow: hidden
}

@media(min-width:1700px) {
    :root {
        --gutter: max(100px, calc((100vw - 1500px)/2))
    }

    .hero {
        min-height: 800px
    }
}

@media(max-width:1100px) {
    .brand {
        width: 140px
    }

    .desktop-nav {
        gap: 22px
    }

    .site-header {
        gap: 20px
    }

    .header-contact {
        font-size: 12px;
        gap: 16px
    }

    .hero {
        min-height: 690px;
        padding-top: 65px
    }

    .hero h1 {
        font-size: 85px
    }

    .hero-visual {
        left: 20%
    }

    .specialties {
        gap: 25px
    }

    .specialties>a {
        padding-left: 23px;
        gap: 17px
    }

    .section {
        padding-top: 85px;
        padding-bottom: 85px
    }

    .service-row {
        padding: 30px
    }

    .round-link {
        top: 30px;
        right: 30px
    }

    .company-main,
    .contact {
        gap: 6%
    }

    .company h2 {
        font-size: 53px
    }

    .steps {
        gap: 26px
    }

    .contact-card {
        padding: 30px
    }
}

@media(max-width:800px) {
    html {
        scroll-padding-top: 90px
    }

    .site-header {
        height: 84px;
        padding-top: 13px;
        padding-bottom: 13px
    }

    .desktop-nav {
        display: none
    }

    .header-contact {
        margin-left: auto
    }

    .menu-toggle {
        width: 43px;
        height: 43px;
        display: flex;
        flex-direction: column;
        gap: 6px;
        justify-content: center;
        background: #14212b;
        border: 0px solid #617788;
        padding: 12px 10px;
    }

    .menu-toggle span {
        width: 100%;
        height: 1px;
        background: #a1c3da ;
        transition: transform .2s
    }

    .menu-toggle[aria-expanded=true] span:first-child {
        transform: translateY(3.5px) rotate(45deg)
    }

    .menu-toggle[aria-expanded=true] span:last-child {
        transform: translateY(-3.5px) rotate(-45deg)
    }

    .mobile-nav {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        padding: 10px var(--gutter) 25px;
        background: #14212b;
        border-bottom: 1px solid #617788
    }

    .mobile-nav a {
        display: flex;
        justify-content: space-between;
        padding: 14px 0;
        border-bottom: 1px solid var(--line);
        font-size: 19px
    }

    .mobile-nav a span {
        font-size: 12px;
        color: #91afc4;
        align-self: center
    }

    .hero {
        padding-top: 65px;
        min-height: 665px
    }

    .hero h1 {
        font-size: 82px;
        max-width: 620px
    }

    .hero-visual {
        left: 0
    }

    .hero-visual:after {
        background: linear-gradient(90deg, #10171def 0%, #10171db3 35%, #10171d30 100%), linear-gradient(0deg, #10171d 0%, transparent 70%)
    }

    .image-plaque {
        display: none
    }

    .image-caption>span:first-child {
        display: none
    }

    .hero-scroll {
        margin-top: 65px
    }

    .image-caption {
        bottom: 32px
    }

    .specialties {
        grid-template-columns: 1fr 1fr;
        gap: 25px
    }

    .specialties>p {
        display: none
    }

    .specialties>a:first-of-type {
        border-left: 0;
        padding-left: 0
    }

    .section-heading {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 40px
    }

    .section-heading>.eyebrow {
        padding-top: 0
    }

    .section-heading>div {
        max-width: 620px
    }

    .service-grid {
        gap: 18px
    }

    .service-row {
        padding: 27px
    }

    .round-link {
        top: 27px;
        right: 27px;
        width: 43px;
        height: 43px
    }

    .service-name h3 {
        font-size: 35px
    }

    .service-description>p {
        font-size: 15px
    }

    .service-description li {
        font-size: 13px
    }

    .company-name {
        display: none
    }

    .company-top {
        margin-bottom: 40px
    }

    .company-main {
        grid-template-columns: 1fr;
        gap: 30px
    }

    .company-copy {
        max-width: 560px;
        margin-left: 15%
    }

    .company-bottom {
        margin-top: 40px
    }

    .steps {
        gap: 23px
    }

    .steps h3 {
        font-size: 19px
    }

    .steps p {
        font-size: 15px
    }

    .step-tag {
        letter-spacing: 0
    }

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

    .contact h2 {
        font-size: 43px
    }

    .contact-card {
        padding: 25px
    }

    .contact-card h3 {
        font-size: 27px
    }

    .footer-top>p {
        font-size: 18px
    }

    .footer-bottom .draft-label {
        order: 3;
        width: 100%
    }
}

@media(max-width:560px) {
    :root {
        --gutter: 24px
    }

    .site-header {
        height: 80px
    }

    .brand {
        width: 132px
    }

    .header-contact {
        display: none
    }

    .menu-toggle {
        margin-left: auto
    }

    .hero {
        padding-top: 58px;
        min-height: 680px;
        align-items: flex-start
    }

    .hero-copy {
        padding-bottom: 25px
    }

    .hero .eyebrow {
        font-size: 12px;
        letter-spacing: 1px;
        gap: 12px
    }

    .label-line {
        width: 22px;
        flex-shrink: 0
    }

    .hero h1 {
        font-size: clamp(51px, 13.2vw, 74px);
        line-height: 1.055;
        letter-spacing: -.065em;
        margin: 35px 0 27px
    }

    .hero-summary>p {
        font-size: 16px;
        max-width: 320px;
        margin-bottom: 30px
    }

    .hero-summary>p br {
        display: none
    }

    .hero-actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 23px
    }

    .hero .button {
        font-size: 14px;
        padding: 15px 23px;
        gap: 36px
    }

    .secondary-link {
        font-size: 13px
    }

    .hero-scroll {
        margin-top: 49px
    }

    .hero-visual>img {
        object-position: 62% 40%;
        filter: saturate(.5) brightness(.6)
    }

    .hero-visual:after {
        background: linear-gradient(90deg, #10171de8, #10171d90 62%, #10171d42), linear-gradient(0deg, #10171d 0%, #10171d00 85%)
    }

    .image-caption {
        right: 24px;
        bottom: 35px;
        font-size: 12px
    }

    .specialties {
        grid-template-columns: 1fr;
        gap: 0;
        padding-top: 3px;
        padding-bottom: 3px
    }

    .specialties>a {
        padding: 20px 0 !important;
        border: 0;
        gap: 19px
    }

    .specialties>a:first-of-type {
        border-bottom: 1px solid var(--line)
    }

    .specialties>a>span:nth-child(2) {
        font-size: 22px
    }

    .specialties small {
        font-size: 12px
    }

    .specialties .index {
        width: 25px
    }

    .section {
        padding-top: 65px;
        padding-bottom: 65px
    }

    .eyebrow {
        font-size: 12px;
        letter-spacing: 1.5px;
        gap: 13px
    }

    h2,
    .section-heading h2 {
        font-size: 36px;
        line-height: 1.17;
        letter-spacing: -.045em
    }

    .section-heading {
        gap: 25px;
        margin-bottom: 32px
    }

    .section-intro {
        font-size: 16px;
        margin-top: 21px
    }

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

    .service-row {
        padding: 28px
    }

    .round-link {
        right: 28px;
        top: 28px
    }

    .service-name {
        padding-bottom: 22px;
        margin-bottom: 22px
    }

    .service-name .index {
        margin-bottom: 28px
    }

    .service-name h3 {
        font-size: 39px
    }

    .service-name>p {
        font-size: 14px
    }

    .service-description>p {
        font-size: 16px
    }

    .service-description li {
        font-size: 14px;
        padding: 12px 0
    }

    .draft-note {
        font-size: 12px;
        line-height: 1.6
    }

    .company-top {
        margin-bottom: 35px
    }

    .company h2 {
        font-size: 43px;
        line-height: 1.13
    }

    .company-copy {
        margin: 0
    }

    .company-copy>p {
        font-size: 16px
    }

    .company-bottom {
        gap: 12px;
        flex-wrap: wrap;
        font-size: 12px;
        letter-spacing: 0
    }

    .company-bottom>div {
        min-width: 16px
    }

    .steps {
        grid-template-columns: 1fr;
        gap: 34px
    }

    .steps article {
        position: relative;
        padding-left: 54px
    }

    .step-number {
        font-size: 32px;
        position: absolute;
        left: 0;
        top: 2px;
        letter-spacing: -1px
    }

    .step-line {
        margin: 0 0 22px
    }

    .steps h3 {
        font-size: 22px;
        margin-bottom: 15px
    }

    .steps p {
        font-size: 16px;
        margin-bottom: 15px
    }

    .step-tag {
        font-size: 12px;
        letter-spacing: .5px
    }

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

    .contact h2 {
        font-size: 44px;
        margin-top: 28px
    }

    .contact-heading>p:last-child {
        font-size: 16px;
        margin-top: 22px
    }

    .contact-card {
        padding: 27px
    }

    .contact-card h3 {
        font-size: 30px
    }

    .contact-card>p {
        font-size: 15px
    }

    .contact-card dl>div {
        font-size: 14px
    }

    .contact-label {
        font-size: 12px;
        letter-spacing: .8px
    }

    .site-footer {
        padding-top: 35px
    }

    .footer-top {
        flex-wrap: wrap;
        gap: 23px 16px;
        padding-bottom: 28px
    }

    .footer-top .brand {
        width: 130px
    }

    .footer-top>p {
        order: 3;
        width: 100%;
        margin: 0;
        font-size: 22px
    }

    .back-top {
        gap: 10px;
        font-size: 12px
    }

    .back-top span {
        width: 30px;
        height: 30px
    }

    .footer-bottom {
        gap: 15px;
        font-size: 12px;
        align-items: flex-start
    }

    .footer-bottom>p {
        width: 100%
    }

    .footer-bottom>div {
        gap: 22px
    }

    .footer-bottom .draft-label {
        order: initial;
        width: 100%
    }

    dialog {
        padding: 35px 25px
    }

    dialog h2 {
        font-size: 28px
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    *,
    *:before,
    *:after {
        transition: none !important;
        animation: none !important
    }
}