* {
    box-sizing: border-box
}

body {
    margin: 0
}

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

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

button {
    cursor: pointer
}

h1,
h2,
h3,
p {
    margin-top: 0
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #d63d30;
    color: white;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 13px 21px;
    font-size: 14px;
    text-decoration: none
}

.btn:hover {
    background: #b52e24
}

.btn:disabled {
    opacity: .6;
    cursor: wait
}

.btn.outline {
    background: white;
    color: #17262e;
    border-color: #ccd5da
}

.quote-form input,
.quote-form select,
.quote-form textarea {
    padding: 11px 12px;
    border: 1px solid #d7e0e5
}

.quote-form select {
    margin-top: 7px;
    width: 100%;
    height: 45px;
    background: #f8fafb
}

.hidden,
[hidden] {
    display: none !important
}

.brand-icon {
    font-size: 23px
}

.service-top {
    font-size: 28px
}

.admin-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px
}

.admin-controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin: 25px 0
}

.admin-controls select,
.request-card select {
    padding: 9px;
    border: 1px solid #ccd5da;
    border-radius: 4px
}

.login-box {
    max-width: 470px;
    margin: 70px auto;
    padding: 30px;
    border: 1px solid #dbe3e7;
    border-radius: 5px
}

.login-box input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccd5da;
    border-radius: 3px;
    margin: 8px 0 20px
}

.login-box .btn {
    width: 100%
}

.pager {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin: 30px 0
}

.request-card .actions {
    display: flex;
    align-items: center;
    gap: 15px
}

.message {
    line-height: 1.6;
    overflow-wrap: anywhere
}

.modal {
    max-width: 540px;
    border: 1px solid #d7e0e5;
    border-radius: 8px;
    padding: 30px
}

.modal::backdrop {
    background: #001923aa
}

.modal p {
    line-height: 1.8
}

.modal .close {
    float: right;
    border: 0;
    background: transparent;
    font-size: 24px
}

.text-button {
    display: block;
    margin: 15px auto 0;
    border: 0;
    background: transparent;
    color: #f18181;
    text-decoration: underline;
    text-underline-offset: 4px
}

.text-button:hover {
    color: #ff8d7f
}

.resource-teaser .btn {
    margin-left: auto
}

header .nav-quote {
    white-space: nowrap
}

.skip {
    position: absolute;
    left: -9999px
}

.skip:focus {
    left: 10px;
    top: 10px;
    background: white;
    padding: 12px;
    z-index: 100
}

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

body {
    margin: 0;
    background: #fff;
    color: #17262e;
    font-family: Arial, Helvetica, sans-serif
}

a,
button {
    transition: color .2s, background .2s, transform .2s
}

a:focus-visible,
button:focus-visible {
    outline: 3px solid #d63d30;
    outline-offset: 4px
}

.wrap {
    max-width: 1264px;
    margin: auto;
    padding: 0 40px
}

.topbar {
    background: #12252d;
    color: #cdd7dc;
    font-size: 12px
}

.topbar .wrap {
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.topbar a {
    display: flex;
    gap: 8px;
    align-items: center
}

header {
    position: sticky;
    top: 0;
    z-index: 30;
    background: #fff;
    border-bottom: 1px solid #e2e7e9
}

.navigation {
    height: 90px;
    display: flex;
    gap: 28px;
    align-items: center;
    justify-content: space-between
}

.brand {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 21px;
    font-weight: 800;
    letter-spacing: -.8px;
    white-space: nowrap;
    line-height: 1.15
}

.brand b {
    font-weight: 400;
    margin-left: 3px
}

.brand small {
    display: block;
    font-size: 9px;
    letter-spacing: 1.8px;
    font-weight: 500;
    margin-top: 6px
}

.brand-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    

}

.brand-icon svg {
    width: 29px;
    height: 29px
}

nav {
    display: flex;
    gap: 27px;
    font-size: 14px
}

nav a:hover {
    color: #c43b30
}

.navigation [data-slot=button] {
    height: 45px;
    padding: 0 21px;
    border-radius: 3px;
    font-size: 14px
}

.menu-toggle {
    display: none !important
}

.hero {
    position: relative;
    min-height: 635px;
    overflow: hidden;
    background: #11252d;
    color: #fff
}

.hero-image {
    position: absolute;
    inset: 0;
    background: url('fire-hero.webp') center right/cover
}

.hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(9, 25, 34, .98), rgba(9, 25, 34, .9) 31%, rgba(9, 25, 34, .45) 66%, rgba(9, 25, 34, .2))
}

.hero-content {
    position: relative;
    padding-top: 70px;
    padding-bottom: 45px
}

.eyebrow {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0 0 25px
}

.red {
    color: #be382d
}

.hero h1 {
    font-size: clamp(45px, 4.7vw, 66px);
    font-weight: 500;
    line-height: 1.07;
    letter-spacing: -2.4px;
    margin: 0 0 25px
}

em {
    font-style: normal;
    color: #ed6a58
}

.hero-description {
    font-size: 17px;
    line-height: 1.75;
    color: #ced7db;
    margin-bottom: 28px
}

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

.large {
    height: 52px !important;
    padding: 0 25px !important;
    font-size: 14px !important;
    border-radius: 3px !important
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 14px
}

.text-link:hover {
    color: #e26a5d
}

.hero-note {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: #b9c7ce;
    margin-top: 32px
}

.hero-caption {
    position: absolute;
    right: 6%;
    bottom: 53px;
    border-left: 2px solid #e66654;
    padding-left: 20px
}

.hero-caption small {
    font-size: 10px;
    letter-spacing: 1.8px
}

.hero-caption p {
    font-size: 20px;
    line-height: 1.5;
    margin: 10px 0 0
}

.capability-strip {
    border-bottom: 1px solid #e0e6e9;
    background: #f7f9f9
}

.capability-strip .wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    padding-top: 25px;
    padding-bottom: 25px
}

.capability-strip span {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    color: #53636c
}

.capability-strip svg {
    width: 22px;
    color: #c44335
}

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

.section-heading {
    display: flex;
    gap: 70px;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px
}

.section-heading .eyebrow {
    margin-bottom: 18px
}

h2 {
    font-size: 42px;
    line-height: 1.15;
    letter-spacing: -1.5px;
    font-weight: 500;
    margin: 0
}

.section-heading>p {
    max-width: 360px;
    color: #66757d;
    font-size: 16px;
    line-height: 1.8;
    margin: 0
}

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

.service-card {
    border: 1px solid #dfe5e8;
    border-radius: 4px;
    padding: 28px;
    text-align: left;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    background: #fff
}

.service-card:hover {
    border-color: #cc4336;
    background: #fffaf8;
    transform: translateY(-3px)
}

.service-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #c53b2f;
    margin-bottom: 28px
}

.service-top span {
    color: #79888f;
    font-size: 12px
}

.tag {
    font-size: 12px;
    letter-spacing: 1.5px;
    color: #66767f
}

.service-card h3 {
    font-size: 21px;
    letter-spacing: -.5px;
    font-weight: 500;
    margin: 10px 0 14px
}

.service-card p {
    font-size: 16px;
    color: #63747d;
    line-height: 1.7;
    margin: 0 0 26px
}

.service-link {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e7ecef;
    padding-top: 18px;
    font-size: 14px
}

.approach {
    background: #eff3f4;
    padding: 80px 0
}

.steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 33px;
    margin-top: 44px
}

.steps small {
    border-top: 1px solid #cad4d9;
    display: block;
    padding-top: 20px;
    font-size: 13px;
    color: #c74032
}

.steps h3 {
    font-size: 22px;
    font-weight: 500;
    margin: 20px 0 12px
}

.steps p {
    font-size: 16px;
    color: #63727b;
    line-height: 1.7
}

.resource-teaser {
    display: flex;
    align-items: center;
    gap: 32px;
    padding-top: 75px;
    padding-bottom: 75px;
    border-bottom: 1px solid #dce4e8
}

.resource-icon {
    display: grid;
    place-items: center;
    flex-shrink: 0;
    width: 90px;
    height: 105px;
    color: #c13e32;
    background: #fcedea
}

.resource-teaser .eyebrow {
    margin-bottom: 15px
}

.resource-teaser h2 {
    font-size: 32px
}

.resource-teaser p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.7;
    color: #61747d;
    margin: 20px 0 0
}

.resource-teaser [data-slot=button] {
    margin-left: auto;
    height: 48px
}

.company {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    padding-top: 75px;
    padding-bottom: 80px
}

.company p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.8;
    color: #61737c;
    margin: 0 0 17px
}

.company .text-link {
    margin-top: 10px
}

.quote-section {
    background: #12272f;
    color: white;
    padding: 80px 0
}

.quote-layout {
    display: grid;
    grid-template-columns: 1fr 1.08fr;
    gap: 85px
}

.quote-layout h2 {
    font-size: 51px
}

.quote-intro {
    font-size: 16px;
    line-height: 1.8;
    color: #c1cdd2;
    margin: 28px 0;
    max-width: 350px
}

.contact-line {
    display: flex;
    align-items: center;
    gap: 13px;
    font-size: 16px;
    margin: 22px 0
}

.contact-line svg {
    width: 18px;
    color: #e57564;
    flex-shrink: 0
}

.address {
    align-items: flex-start;
    line-height: 1.8;
    font-size: 14px
}

.small-muted {
    font-size: 13px;
    color: #a9bbc4;
    margin-top: 25px
}

.quote-form {
    color: #17262e;
    background: #fff;
    border-radius: 4px;
    padding: 32px
}

.quote-form h3 {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -.6px;
    margin: 0 0 8px
}

.quote-form form>p {
    font-size: 13px;
    color: #697b83;
    margin-bottom: 22px
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 16px
}

.quote-form label {
    font-size: 14px;
    display: block;
    margin-bottom: 17px
}

.quote-form input,
.quote-form textarea,
.quote-form [data-slot=select-trigger] {
    margin-top: 7px;
    width: 100%;
    background: #f8fafb;
    border-color: #d7e0e5;
    border-radius: 3px;
    box-shadow: none;
    font-size: 14px;
    height: 43px
}

.quote-form textarea {
    height: auto;
    min-height: 96px
}

.quote-form .privacy-note {
    font-size: 12px;
    line-height: 1.7
}

.privacy-note a {
    text-decoration: underline
}

.submit-button {
    width: 100%;
    height: 47px;
    justify-content: space-between
}

.honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important
}

.error {
    color: #b72720 !important
}

.success {
    min-height: 450px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: flex-start
}

.success>svg {
    color: #237348
}

.success p {
    font-size: 16px;
    line-height: 1.8;
    color: #62737b
}

.success strong {
    display: block;
    overflow-wrap: anywhere
}

.success a {
    font-size: 14px
}

footer {
    background: #0b1e27;
    color: #b5c5cd
}

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

.footer-top .brand {
    color: white
}

.footer-top p {
    font-size: 14px;
    line-height: 1.8
}

.footer-top>div {
    display: flex;
    gap: 26px;
    font-size: 14px
}

.footer-bottom {
    border-top: 1px solid #2a3d46;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-size: 12px;
    padding-top: 22px;
    padding-bottom: 22px
}

.dialog-copy {
    font-size: 16px;
    line-height: 1.8;
    color: #62747d
}

.subpage {
    max-width: 1000px;
    margin: auto;
    padding: 55px 30px
}

.subpage .back {
    color: #bb382e;
    font-size: 14px
}

.subpage h1 {
    font-size: 44px;
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: -1.2px;
    margin: 30px 0 20px
}

.subpage h2 {
    font-size: 27px;
    margin: 28px 0 16px
}

.subpage p {
    font-size: 16px;
    line-height: 1.8
}

.subpage .intro {
    font-size: 18px;
    color: #62747e;
    max-width: 720px
}

.resource-row {
    padding: 27px 0;
    border-bottom: 1px solid #d9e1e6;
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: space-between
}

.resource-row h3 {
    font-size: 21px;
    font-weight: 500;
    margin: 0 0 10px
}

.resource-row p {
    color: #61737d;
    max-width: 650px
}

.resource-row a {
    color: #bd3c30;
    font-size: 14px;
    white-space: nowrap
}

.notice {
    background: #eff3f5;
    padding: 25px;
    margin: 30px 0;
    font-size: 16px;
    line-height: 1.8
}

.request-card {
    border: 1px solid #dbe3e7;
    padding: 25px;
    margin: 20px 0;
    border-radius: 4px
}

.ref {
    font-size: 13px;
    color: #bf3c31;
    overflow-wrap: anywhere
}

.request-card h3 {
    font-size: 22px;
    margin: 10px 0
}

.request-card small {
    display: block;
    color: #60747e
}

.request-card p {
    white-space: pre-wrap;
    overflow-wrap: anywhere
}

.status {
    display: inline-block;
    border-radius: 20px;
    padding: 4px 13px;
    font-size: 13px;
    color: #2c614c;
    background: #eaf3ef;
    margin: 12px 0
}

.request-card label {
    display: block;
    margin-top: 15px
}

.request-card [data-slot=select-trigger] {
    min-width: 180px;
    margin-top: 10px
}

@media(max-width:1050px) {
    .navigation {
        gap: 15px
    }

    nav {
        gap: 15px
    }

    .brand {
        font-size: 18px
    }

    .brand small {
        font-size: 8px
    }

    .wrap {
        padding-left: 28px;
        padding-right: 28px
    }

    .hero-caption {
        display: none
    }

    .quote-layout {
        gap: 45px
    }

    .service-card {
        padding: 22px
    }

    .footer-top>div {
        flex-direction: column;
        gap: 15px
    }

    .resource-teaser {
        gap: 20px
    }

    .resource-teaser [data-slot=button] {
        white-space: normal;
        max-width: 230px
    }
}

@media(max-width:760px) {
    .wrap {
        padding-left: 22px;
        padding-right: 22px
    }

    .topbar {
        font-size: 11px
    }

    .navigation {
        height: 76px
    }

    .nav-quote {
        display: none !important
    }

    .menu-toggle {
        display: inline-flex !important
    }

    nav {
        display: none
    }

    nav.open {
        display: flex;
        position: absolute;
        top: 76px;
        left: 0;
        right: 0;
        padding: 25px;
        background: white;
        border-bottom: 1px solid #ddd;
        flex-direction: column;
        gap: 23px
    }

    .hero {
        min-height: 600px
    }

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

    .hero h1 {
        font-size: 46px;
        letter-spacing: -1.7px
    }

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

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

    .hero-shade {
        background: linear-gradient(90deg, rgba(9, 25, 34, .96), rgba(9, 25, 34, .65))
    }

    .eyebrow {
        font-size: 11px;
        letter-spacing: 1.5px
    }

    .capability-strip .wrap {
        grid-template-columns: 1fr 1fr;
        gap: 22px 15px
    }

    .capability-strip span {
        font-size: 12px;
        gap: 8px
    }

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

    .section-heading {
        display: block;
        margin-bottom: 30px
    }

    .section-heading>p {
        margin-top: 23px
    }

    h2 {
        font-size: 34px
    }

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

    .service-card {
        padding: 20px
    }

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

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

    .approach {
        padding: 55px 0
    }

    .resource-teaser {
        flex-wrap: wrap;
        gap: 25px;
        padding-top: 50px;
        padding-bottom: 50px
    }

    .resource-teaser h2 {
        font-size: 29px
    }

    .resource-icon {
        width: 65px;
        height: 75px
    }

    .resource-teaser [data-slot=button] {
        margin-left: 0;
        max-width: none
    }

    .company {
        grid-template-columns: 1fr;
        gap: 30px;
        padding-top: 55px;
        padding-bottom: 55px
    }

    .quote-section {
        padding: 55px 0
    }

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

    .quote-layout h2 {
        font-size: 45px
    }

    .quote-form {
        padding: 24px
    }

    .footer-top {
        flex-wrap: wrap;
        gap: 25px
    }

    .footer-top>div {
        flex-direction: row;
        flex-wrap: wrap
    }

    .footer-top p {
        margin: 0
    }

    .resource-row {
        flex-direction: column;
        align-items: flex-start
    }

    .subpage h1 {
        font-size: 36px
    }
}

@media(max-width:450px) {

    .services-grid,
    .form-grid {
        grid-template-columns: 1fr
    }

    .hero h1 {
        font-size: 40px
    }

    .hero {
        min-height: 620px
    }

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

    .topbar .wrap>span {
        max-width: 155px
    }

    .hero-description br {
        display: none
    }

    .resource-teaser .eyebrow {
        font-size: 10px
    }

    .brand {
        font-size: 18px
    }

    .footer-bottom {
        flex-wrap: wrap
    }

    .quote-layout h2 {
        font-size: 42px
    }
}

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

    * {
        transition: none !important
    }
}

.brand-img {
    height: 45px;
    width: auto;
    object-fit: contain;
    display: block;
}

.brand-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    width: auto;
    height: auto;
}

nav {
    margin-left: auto;
    margin-right: 0;
}

.map-link {
    color: #c1cdd2;
    line-height: 1.8;
    display: inline-block;
    transition: color 0.2s ease;
}

.map-link:hover {
    color: #ffffff; 
    text-decoration: underline;
    text-underline-offset: 4px;
}
