@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

.hero-visual img#hero-image {
    display: block;
    position: static;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    mix-blend-mode: normal
}

.hero-visual {
    background: #ededee !important
}

.image-caption {
    background: transparent !important;
    color: #202124 !important
}

button {
    font: inherit;
    border: 0;
    cursor: pointer
}

dialog {
    max-width: 480px;
    width: calc(100% - 32px);
    border: 0;
    border-radius: 10px;
    padding: 32px;
    color: #202124;
    box-shadow: 0 20px 100px #0004
}

dialog::backdrop {
    background: #111111c0
}

dialog h3 {
    font-size: 26px;
    margin-top: 0
}

dialog p {
    line-height: 1.8
}

dialog .button {
    background: #da0712;
    color: white
}

.dialog-close {
    background: transparent;
    color: #202124;
    margin: 20px 0 0 20px;
    padding: 12px
}

.phone-number {
    font-size: 26px;
    font-weight: 600
}

:root {
    font-family: Manrope, Arial, sans-serif;
    color: #202124;
    background: #ffffff;
    font-synthesis: none;
    scroll-behavior: smooth
}

* {
    box-sizing: border-box
}

body {
    margin: 0
}

a {
    color: inherit;
    text-decoration: none
}

header {
    max-width: 1440px;
    margin: auto;
    padding: 28px 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px
}

.brand {
    font-weight: 800;
    letter-spacing: .08em;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 10px
}

.mark {
    background: #242424;
    color: white;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    display: grid;
    place-items: center;
    font-size: 22px
}

nav {
    display: flex;
    gap: 32px;
    font-size: 14px;
    font-weight: 600
}

.small-button {
    border-bottom: 1px solid #202124;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 700
}

.small-button span {
    margin-left: 24px
}

.hero {
    padding: 38px 5% 0;
    max-width: 1440px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.08fr 1fr;
    column-gap: 5%
}

.eyebrow {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .13em;
    line-height: 1.7
}

.hero-copy {
    padding: 22px 0 45px
}

h1 {
    font-size: clamp(40px, 4.7vw, 70px);
    line-height: 1.12;
    letter-spacing: -.055em;
    margin: 28px 0
}

h1 em {
    font-style: normal;
    color: #e30613
}

.intro {
    max-width: 490px;
    line-height: 1.8;
    color: #66666c;
    font-size: 16px;
    margin-bottom: 32px
}

.button {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    background: #da0712;
    color: #fff;
    padding: 19px 24px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
    transition: background .2s, transform .2s
}

.button:hover {
    background: #b7000b;
    transform: translateY(-2px)
}

.text-link {
    display: inline-block;
    margin: 22px 18px;
    font-size: 14px
}

.hero-visual {
    position: relative;
    align-self: start;
    background: #e5e5e5;
    border-radius: 6px;
    overflow: hidden
}

.hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute
}

.image-caption {
    position: static;
    padding: 28px;
    color: #fff;
    background: linear-gradient(transparent, #101010ed);
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 13px
}

.image-caption span:first-child {
    font-weight: 800;
    letter-spacing: .2em
}

.hero-bottom {
    grid-column: 1/-1;
    display: flex;
    justify-content: space-between;
    padding: 28px 0;
    border-bottom: 1px solid #dedee1;
    font-size: 13px;
    color: #66666c;
    gap: 20px
}

.hero-bottom span:before {
    content: '✓';
    margin-right: 12px;
    color: #d90612
}

.section {
    max-width: 1440px;
    padding: 90px 5%;
    margin: auto;
    scroll-margin-top: 20px
}

.section-heading h2,
h2 {
    font-size: clamp(30px, 3.5vw, 48px);
    line-height: 1.2;
    letter-spacing: -.04em;
    font-weight: 600;
    margin: 22px 0 35px
}

.section-heading .eyebrow {
    color: #d90612
}

.services {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px
}

.service {
    background: #f3f3f4;
    padding: 38px;
    border-radius: 6px;
    position: relative
}

.number {
    font-size: 14px;
    color: #77777d
}

.service h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -.035em;
    margin: 36px 0 20px
}

.service p {
    max-width: 420px;
    font-size: 16px;
    line-height: 1.8;
    color: #606066;
    min-height: 86px
}

.service a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #d2d2d6;
    margin-top: 36px;
    padding-top: 24px;
    font-weight: 700;
    font-size: 14px
}

.dark {
    background: #202124;
    color: #ffffff
}

.dark p,
.dark .number {
    color: #c2c2c8
}

.dark a {
    border-color: #515158
}

.process {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 10%;
    border-top: 1px solid #dedee1
}

.process .section-heading>p:last-child {
    color: #66666c;
    line-height: 1.8;
    max-width: 300px
}

.process ol {
    list-style: none;
    margin: 0;
    padding: 0
}

.process li {
    display: flex;
    gap: 28px;
    padding: 26px 0;
    border-bottom: 1px solid #dedee1
}

.process li:first-child {
    padding-top: 0
}

.process li>span {
    font-size: 14px;
    color: #d90612;
    padding-top: 5px
}

.process h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 12px
}

.process li p {
    color: #66666c;
    line-height: 1.8;
    margin: 0
}

.faq {
    padding-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 10%
}

details {
    border-bottom: 1px solid #dedee1;
    padding: 23px 0
}

summary {
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.6
}

details p {
    color: #66666c;
    line-height: 1.8;
    margin-bottom: 4px
}

.contact {
    background: #202124;
    color: white;
    padding: 70px 5%;
    text-align: center
}

.contact h2 {
    font-size: clamp(36px, 4vw, 56px)
}

.contact>p:not(.eyebrow) {
    color: #d4d4da;
    font-size: 16px;
    line-height: 1.8
}

.contact .button {
    background: #ffffff;
    color: #202124
}

#contact-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 30px;
    flex-wrap: wrap
}

.contact-note {
    font-size: 14px !important
}

.contact #office {
    line-height: 1.7
}

footer {
    max-width: 1440px;
    margin: auto;
    padding: 35px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    font-size: 14px
}

footer .brand {
    font-size: 16px
}

a:focus-visible,
summary:focus-visible {
    outline: 3px solid #fa6570;
    outline-offset: 5px
}

@media(max-width:850px) {
    header {
        padding: 22px 5%
    }

    nav {
        display: none
    }

    .hero {
        padding-top: 10px;
        gap: 24px
    }

    .hero-copy {
        padding-top: 0
    }

    h1 {
        font-size: 44px
    }

    .hero-bottom {
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .section {
        padding: 60px 5%
    }

    .service {
        padding: 28px
    }

    .service h3 {
        font-size: 27px
    }

    .process,
    .faq {
        gap: 5%
    }

    .text-link {
        margin-left: 0
    }
}

@media(max-width:600px) {
    .brand {
        font-size: 16px
    }

    .small-button {
        font-size: 13px
    }

    .hero {
        grid-template-columns: 1fr
    }

    .hero-copy {
        padding-bottom: 0
    }

    h1 {
        font-size: 46px
    }

    .hero-visual {
        order: 2
    }

    .hero-bottom {
        order: 3;
        flex-direction: column;
        gap: 14px;
        padding: 16px 0 26px
    }

    .services,
    .process,
    .faq {
        grid-template-columns: 1fr
    }

    .service h3 {
        font-size: 30px
    }

    .service p {
        min-height: 0
    }

    .section {
        padding: 50px 5%
    }

    .process ol {
        margin-top: 15px
    }

    .faq {
        padding-top: 0
    }

    footer {
        flex-wrap: wrap
    }

    footer .brand {
        width: 100%
    }

    .contact {
        padding: 50px 5%
    }

    .eyebrow {
        font-size: 12px
    }

    h1 {
        letter-spacing: -.04em
    }
}

@media(prefers-reduced-motion:reduce) {
    :root {
        scroll-behavior: auto
    }

    .button {
        transition: none
    }
}

header {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ededee;
    background: white
}

.brand img {
    display: block;
    width: 270px;
    height: auto
}

.hero {
    padding-top: 36px
}

h1 {
    font-size: clamp(36px, 4.1vw, 60px);
    font-weight: 800;
    letter-spacing: -.045em
}

.hero-visual {
    border-radius: 2px
}

.hero-visual img {
    filter: saturate(.32)
}

.hero-photo {
    position: relative;
    overflow: hidden;
}

.hero-photo::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 7px;
    height: min(95px, 100%);
    background: #e30613
}

.image-caption {
    padding-top: 60px
}

.service {
    border-radius: 2px;
    border-top: 4px solid #e30613
}

.extra-services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    margin-top: 34px
}

.extra-services article {
    padding: 25px 0;
    border-top: 1px solid #ddd
}

.extra-services span {
    font-size: 13px;
    color: #d90612
}

.extra-services h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 18px 0 12px
}

.extra-services p {
    font-size: 15px;
    line-height: 1.8;
    color: #66666c;
    margin: 0
}

.contact {
    position: relative;
    border-top: 7px solid #e30613
}

.contact .eyebrow {
    color: #ff7a82
}

.contact .button {
    background: #da0712;
    color: white
}

.contact .button:hover {
    background: #b7000b
}

.phone-number:hover {
    text-decoration: underline
}

.button:focus-visible,
button:focus-visible {
    outline: 3px solid #fa6570;
    outline-offset: 4px
}

.contact #office {
    margin-top: 36px
}

.contact #office p {
    margin: 12px 0
}

.section-heading h2 {
    font-weight: 700
}

footer {
    border-top: 1px solid #ddd
}

.hero-bottom {
    font-size: 14px
}

.text-link:hover,
nav a:hover {
    color: #da0712
}

@media(max-width:850px) {
    .brand img {
        width: 230px
    }

    header {
        gap: 16px
    }

    .hero {
        column-gap: 4%
    }

    h1 {
        font-size: 38px
    }

    .extra-services {
        gap: 18px
    }
}

@media(max-width:600px) {
    .brand img {
        width: 210px
    }

    header {
        padding-top: 8px;
        padding-bottom: 8px
    }

    .small-button span {
        margin-left: 8px
    }

    h1 {
        font-size: clamp(32px, 8.5vw, 46px)
    }

    .hero {
        padding-top: 22px
    }

    .extra-services {
        grid-template-columns: 1fr;
        gap: 0
    }

    .extra-services article {
        padding: 24px 0
    }

    .extra-services h3 {
        margin-top: 12px
    }

    .hero-bottom {
        font-size: 14px
    }

    .hero-copy .eyebrow {
        font-size: 12px
    }

    .contact #office p {
        font-size: 15px
    }

    .contact #office .phone-number {
        font-size: 25px
    }
}

.extra-services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 40px;
    row-gap: 0
}

.hero-visual img {
    filter: none
}

.office-hours {
    border-collapse: collapse;
    margin: 30px auto 0;
    text-align: left;
    min-width: 290px;
    font-size: 16px
}

.office-hours caption {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px
}

.office-hours th {
    font-weight: 500;
    padding: 9px 35px 9px 0
}

.office-hours td {
    padding: 9px 0;
    font-variant-numeric: tabular-nums;
    color: #d4d4da
}

.office-hours tr+tr {
    border-top: 1px solid #ffffff1a
}

.brand img {
    border-radius: 3px
}

@media(max-width:600px) {
    .extra-services {
        grid-template-columns: 1fr
    }

    .office-hours {
        min-width: 0;
        width: min(100%, 300px)
    }
}


.image-caption {
    padding: 7px 20px 15px;
}


.image-caption span:first-child {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.2em;
}


.image-caption span:last-child {
    font-size: 15px;
    margin-top: 4px;
}
.image-caption span:first-child {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2em;

    position: relative;
    top: 12px;
}
.address-row {
    width: min(92%, 760px);
    margin: 28px auto 34px !important;
}

.address-button {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 78px;

    background: #da0712;
    color: #fff;

    padding: 10px 20px 10px 10px;
    border-radius: 14px;

    text-decoration: none;

    transition:
        transform .2s ease,
        background .2s ease,
        box-shadow .2s ease;

    box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
}

.address-button:hover {
    background: #bb000a;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .25);
}

.address-logo {
    width: 130px;
    height: 58px;
    object-fit: contain;

    background: #fff;
    border-radius: 10px;

    flex-shrink: 0;
}

.address-text {
    flex: 1;
    padding: 0 18px;

    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    text-align: left;
}

.address-arrow {
    font-size: 24px;
    font-weight: 700;
    flex-shrink: 0;
}
@media (max-width: 600px) {
    .address-row {
        width: 94%;
    }

    .address-button {
        min-height: 68px;
        padding: 8px 14px 8px 8px;
        border-radius: 12px;
    }

    .address-logo {
        width: 92px;
        height: 48px;
    }

    .address-text {
        padding: 0 10px;
        font-size: 13px;
    }

    .address-arrow {
        font-size: 20px;
    }
}
.contact-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 10px;

    min-height: 58px;

    padding: 10px 18px 10px 10px !important;

    white-space: nowrap;
}

.contact-button-logo {
    width: 38px;
    height: 38px;

    object-fit: cover;

    border-radius: 8px;

    flex-shrink: 0;
}

.contact-button-text {
    font-weight: 700;
}

.contact-button-arrow {
    font-size: 16px;
    margin-left: 2px;
}