/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties {
    @supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {

        *,
        :before,
        :after,
        ::backdrop {
            --tw-blur: initial;
            --tw-brightness: initial;
            --tw-contrast: initial;
            --tw-grayscale: initial;
            --tw-hue-rotate: initial;
            --tw-invert: initial;
            --tw-opacity: initial;
            --tw-saturate: initial;
            --tw-sepia: initial;
            --tw-drop-shadow: initial;
            --tw-drop-shadow-color: initial;
            --tw-drop-shadow-alpha: 100%;
            --tw-drop-shadow-size: initial
        }
    }
}

@layer theme {

    :root,
    :host {
        --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        --spacing: .25rem;
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono)
    }
}

@layer base {

    *,
    :after,
    :before,
    ::backdrop {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    ::file-selector-button {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    html,
    :host {
        -webkit-text-size-adjust: 100%;
        tab-size: 4;
        line-height: 1.5;
        font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
        font-feature-settings: var(--default-font-feature-settings, normal);
        font-variation-settings: var(--default-font-variation-settings, normal);
        -webkit-tap-highlight-color: transparent
    }

    hr {
        height: 0;
        color: inherit;
        border-top-width: 1px
    }

    abbr:where([title]) {
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: inherit;
        font-weight: inherit
    }

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

    b,
    strong {
        font-weight: bolder
    }

    code,
    kbd,
    samp,
    pre {
        font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
        font-feature-settings: var(--default-mono-font-feature-settings, normal);
        font-variation-settings: var(--default-mono-font-variation-settings, normal);
        font-size: 1em
    }

    small {
        font-size: 80%
    }

    sub,
    sup {
        vertical-align: baseline;
        font-size: 75%;
        line-height: 0;
        position: relative
    }

    sub {
        bottom: -.25em
    }

    sup {
        top: -.5em
    }

    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse
    }

    :-moz-focusring {
        outline: auto
    }

    progress {
        vertical-align: baseline
    }

    summary {
        display: list-item
    }

    ol,
    ul,
    menu {
        list-style: none
    }

    img,
    svg,
    video,
    canvas,
    audio,
    iframe,
    embed,
    object {
        vertical-align: middle;
        display: block
    }

    img,
    video {
        max-width: 100%;
        height: auto
    }

    button,
    input,
    select,
    optgroup,
    textarea {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    :where(select:is([multiple], [size])) optgroup {
        font-weight: bolder
    }

    :where(select:is([multiple], [size])) optgroup option {
        padding-inline-start: 20px
    }

    ::file-selector-button {
        margin-inline-end: 4px
    }

    ::placeholder {
        opacity: 1
    }

    @supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px) {
        ::placeholder {
            color: currentColor
        }

        @supports (color:color-mix(in lab, red, red)) {
            ::placeholder {
                color: color-mix(in oklab, currentcolor 50%, transparent)
            }
        }
    }

    textarea {
        resize: vertical
    }

    ::-webkit-search-decoration {
        -webkit-appearance: none
    }

    ::-webkit-date-and-time-value {
        min-height: 1lh;
        text-align: inherit
    }

    ::-webkit-datetime-edit {
        display: inline-flex
    }

    ::-webkit-datetime-edit-fields-wrapper {
        padding: 0
    }

    ::-webkit-datetime-edit {
        padding-block: 0
    }

    ::-webkit-datetime-edit-year-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-month-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-day-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-hour-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-minute-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-second-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-millisecond-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-meridiem-field {
        padding-block: 0
    }

    ::-webkit-calendar-picker-indicator {
        line-height: 1
    }

    :-moz-ui-invalid {
        box-shadow: none
    }

    button,
    input:where([type=button], [type=reset], [type=submit]) {
        appearance: button
    }

    ::file-selector-button {
        appearance: button
    }

    ::-webkit-inner-spin-button {
        height: auto
    }

    ::-webkit-outer-spin-button {
        height: auto
    }

    [hidden]:where(:not([hidden=until-found])) {
        display: none !important
    }
}

@layer components;

@layer utilities {
    .visible {
        visibility: visible
    }

    .relative {
        position: relative
    }

    .static {
        position: static
    }

    .start {
        inset-inline-start: var(--spacing)
    }

    .end {
        inset-inline-end: var(--spacing)
    }

    .container {
        width: 100%
    }

    @media (width>=40rem) {
        .container {
            max-width: 40rem
        }
    }

    @media (width>=48rem) {
        .container {
            max-width: 48rem
        }
    }

    @media (width>=64rem) {
        .container {
            max-width: 64rem
        }
    }

    @media (width>=80rem) {
        .container {
            max-width: 80rem
        }
    }

    @media (width>=96rem) {
        .container {
            max-width: 96rem
        }
    }

    .contents {
        display: contents
    }

    .flex {
        display: flex
    }

    .hidden {
        display: none
    }

    .table {
        display: table
    }

    .resize {
        resize: both
    }

    .blur {
        --tw-blur: blur(8px);
        filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, )
    }
}

:root {
    --burgundy: #993030;
    --deep: #530c0c;
    --red: #e44747;
    --red-dark: #9b1b1b;
    --ink: #444;
    --muted: #797979;
    --warm: #faf6f6;
    --line: #eadede
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    color: var(--ink);
    font-family: var(--font-body), "Open Sans", Arial, sans-serif;
    background: #fff;
    margin: 0;
    font-size: 15px;
    line-height: 1.62
}

h1,
h2,
h3,
strong,
.brand {
    font-family: var(--font-heading), "Jost", Arial, sans-serif;
    font-weight: 700
}

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

h1 {
    color: #fff;
    letter-spacing: -.03em;
    max-width: 850px;
    margin-bottom: 18px;
    font-size: clamp(2.5rem, 5vw, 4.55rem);
    font-weight: 700;
    line-height: 1.03
}

h2 {
    color: var(--burgundy);
    letter-spacing: -.015em;
    margin-bottom: 16px;
    font-size: clamp(1.9rem, 3vw, 2.75rem);
    font-weight: 700;
    line-height: 1.1
}

h3 {
    color: var(--burgundy);
    margin-bottom: 8px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.18
}

a {
    color: var(--red-dark)
}

.container {
    width: min(1140px, 100% - 40px);
    margin-inline: auto
}

.narrow {
    width: min(850px, 100% - 40px);
    margin-inline: auto
}

.skip-link {
    z-index: 1000;
    background: #fff;
    padding: 10px 14px;
    position: absolute;
    top: 8px;
    left: -999px
}

.skip-link:focus {
    left: 8px
}

.site-header {
    z-index: 50;
    border-bottom: 1px solid var(--line);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: #fffffff7;
    position: sticky;
    top: 0;
    box-shadow: 0 3px 16px #530c0c12
}

.header-inner {
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    min-height: 78px;
    display: flex
}

.brand {
    color: var(--burgundy);
    align-items: center;
    gap: 12px;
    line-height: 1;
    text-decoration: none;
    display: flex
}

.brand-logo {
    object-fit: contain;
    width: 54px;
    height: 48px
}

.brand>span:last-child {
    flex-direction: column;
    font-size: 1.08rem;
    display: flex
}

.brand strong {
    font-weight: 700
}

.brand small {
    color: var(--muted);
    font: 600 .64rem var(--font-body), sans-serif;
    letter-spacing: .16em;
    text-transform: uppercase;
    margin-top: 4px
}

.primary-nav {
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    display: flex
}

.primary-nav a {
    color: var(--ink);
    padding: 9px 12px;
    font-size: .88rem;
    font-weight: 700;
    text-decoration: none
}

.primary-nav .nav-cta {
    background: var(--red);
    color: #fff;
    border-radius: 999px;
    margin-left: 6px;
    padding: 10px 21px
}

.hero {
    background: linear-gradient(125deg, var(--deep), var(--burgundy) 64%, #7e3737);
    padding: 96px 0 90px;
    position: relative;
    overflow: hidden
}

.hero:after {
    content: "";
    border: 80px solid #e4474724;
    border-radius: 50%;
    width: 520px;
    height: 520px;
    position: absolute;
    top: -240px;
    right: -180px
}

.hero-grid {
    z-index: 1;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
    align-items: center;
    gap: 70px;
    display: grid;
    position: relative
}

.home-hero {
    align-items: center;
    min-height: 690px;
    display: flex
}

.inner-hero {
    padding-block: 82px 78px
}

.resources-hero {
    padding-block: 95px 86px
}

.eyebrow,
.section-kicker {
    color: var(--red);
    letter-spacing: .16em;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-size: .78rem;
    font-weight: 800
}

.hero-lede {
    color: #f5eaea;
    max-width: 720px;
    margin-bottom: 30px;
    font-size: 1.15rem;
    line-height: 1.7
}

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

.button {
    border: 2px solid #0000;
    border-radius: 999px;
    justify-content: center;
    align-items: center;
    min-height: 48px;
    padding: 12px 24px;
    font-weight: 800;
    text-decoration: none;
    transition: all .2s;
    display: inline-flex
}

.button:hover {
    transform: translateY(-2px)
}

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

.button-primary:hover {
    background: #c83c3c
}

.button-ghost {
    color: #fff;
    border-color: #ffffff6b
}

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

.hero-panel {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    color: #fff;
    background: #ffffff14;
    border: 1px solid #ffffff2b;
    border-radius: 14px;
    padding: 28px
}

.hero-panel>span {
    color: #f3b5b5;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-size: .76rem;
    font-weight: 800
}

.hero-panel>strong {
    margin: 10px 0 18px;
    font-size: 1.45rem;
    line-height: 1.25;
    display: block
}

.hero-panel ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.hero-panel li {
    border-top: 1px solid #ffffff1f;
    padding: 9px 0 9px 24px;
    font-size: .92rem;
    position: relative
}

.hero-panel li:before {
    content: "✓";
    color: #f0b0b0;
    font-weight: 700;
    position: absolute;
    left: 0
}

.section {
    padding: 82px 0
}

.section-soft {
    background: var(--warm)
}

.section-gray {
    background: #f2f2f2
}

.section-gray h2,
.section-gray h3 {
    font-weight: 700
}

.section-heading {
    max-width: 760px;
    margin-bottom: 36px
}

.section-heading>p:last-child {
    color: var(--muted)
}

.value-strip {
    padding-block: 60px
}

.value-grid,
.service-grid,
.process-grid,
.mini-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    display: grid
}

.value-grid article {
    border-left: 3px solid var(--red);
    padding-left: 22px
}

.value-grid span {
    color: var(--red);
    font: 700 1rem var(--font-heading), sans-serif
}

.value-grid h2 {
    margin: 6px 0 8px;
    font-size: 1.35rem
}

.value-grid p,
.service-card p {
    color: var(--muted);
    margin: 0
}

.service-card {
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 10px;
    min-height: 245px;
    padding: 28px;
    position: relative;
    box-shadow: 0 8px 26px #530c0c0f
}

.service-card h3 {
    font-weight: 700
}

.card-mark {
    background: var(--red);
    border-radius: 4px;
    width: 34px;
    height: 4px;
    margin-bottom: 18px;
    display: block
}

.split {
    grid-template-columns: .82fr 1.18fr;
    align-items: start;
    gap: 75px;
    display: grid
}

.split>div:first-child>p:not(.section-kicker) {
    color: var(--muted);
    font-size: 1.02rem
}

.text-link {
    font-weight: 800;
    text-decoration: none
}

.reason-list {
    border-top: 1px solid var(--line)
}

.reason-list article {
    border-bottom: 1px solid var(--line);
    grid-template-columns: 56px 1fr;
    gap: 18px;
    padding: 24px 0;
    display: grid
}

.reason-list article>span {
    color: var(--red);
    font: 700 1.4rem var(--font-heading), sans-serif
}

.reason-list p {
    color: var(--muted);
    margin: 0
}

.process-section {
    background: var(--deep);
    color: #f7ecec
}

.light h2,
.process-grid h3 {
    color: #fff
}

.process-grid article {
    background: #ffffff0d;
    border: 1px solid #ffffff21;
    border-radius: 10px;
    padding: 26px
}

.process-grid span {
    background: var(--red);
    color: #fff;
    border-radius: 50%;
    place-items: center;
    width: 38px;
    height: 38px;
    margin-bottom: 18px;
    font-weight: 800;
    display: grid
}

.process-grid p {
    color: #e2caca;
    margin: 0
}

.resource-callout {
    background: #f2f2f2
}

.callout-inner {
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    display: flex
}

.callout-inner>div {
    max-width: 760px
}

.callout-inner h2 {
    margin-bottom: 10px;
    font-weight: 700
}

.callout-inner p:last-child {
    color: var(--muted);
    margin-bottom: 0
}

.contact-layout {
    grid-template-columns: .75fr 1.25fr;
    align-items: start;
    gap: 56px;
    display: grid
}

.contact-details {
    padding-top: 12px
}

.contact-details>p:not(.section-kicker) {
    color: var(--muted);
    font-size: 1.03rem
}

.contact-method {
    border-bottom: 1px solid var(--line);
    padding: 18px 0
}

.contact-method span {
    color: var(--muted);
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 3px;
    font-size: .72rem;
    font-weight: 800;
    display: block
}

.contact-method a,
.contact-method strong {
    color: var(--burgundy);
    font: 600 1.08rem var(--font-heading), sans-serif;
    text-decoration: none
}

.contact-details>.text-link {
    margin-top: 22px;
    display: inline-block
}

.zoho-contact-form {
    border-top: 4px solid var(--red);
    border-bottom: 4px solid var(--red);
    background: #fff;
    border-radius: 10px;
    width: 100%;
    padding: 34px;
    box-shadow: 0 10px 34px #530c0c1a
}

.contact-intro h2 {
    margin-bottom: 6px
}

.contact-intro>p:last-child {
    color: var(--muted);
    margin-bottom: 22px
}

.form-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    display: grid
}

.form-group {
    padding-bottom: 18px
}

.zoho-contact-form label {
    padding-bottom: 7px;
    font-weight: 600;
    display: block
}

.required {
    color: var(--red-dark)
}

.zoho-contact-form input,
.zoho-contact-form textarea {
    width: 100%;
    color: var(--ink);
    font: inherit;
    background: #fff;
    border: 1px solid #d7c6c6;
    border-radius: 4px;
    padding: 11px 13px
}

.zoho-contact-form input {
    height: 46px
}

.zoho-contact-form textarea {
    resize: vertical;
    min-height: 140px
}

.zoho-contact-form input:focus,
.zoho-contact-form textarea:focus {
    border-color: var(--red);
    outline: 3px solid #e447471f
}

.zoho-contact-form button {
    background: var(--red);
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 999px;
    padding: 12px 28px;
    font-weight: 800
}

.form-note {
    color: var(--muted);
    margin-left: 14px;
    font-size: .76rem;
    display: inline
}

.zoho-honeypot {
    display: none !important
}

.mini-grid article {
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 10px;
    flex-direction: column;
    min-height: 145px;
    padding: 24px;
    display: flex
}

.mini-grid span {
    color: var(--red-dark);
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: .72rem;
    font-weight: 800
}

.mini-grid strong {
    color: var(--burgundy);
    margin-top: 10px;
    font-size: 1.2rem
}

.updates-grid {
    gap: 32px;
    display: grid
}

.update-card {
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 14px;
    grid-template-columns: minmax(320px, .9fr) 1.1fr;
    display: grid;
    overflow: hidden;
    box-shadow: 0 12px 35px #530c0c14
}

.video-frame {
    background: #1f0909;
    min-height: 320px;
    padding-top: 56.25%;
    position: relative
}

.video-frame iframe {
    border: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0
}

.video-placeholder {
    text-align: center;
    background: radial-gradient(circle at 70% 15%, #b85353, var(--burgundy) 42%, var(--deep));
    color: #fff;
    place-content: center;
    min-height: 320px;
    display: grid
}

.video-placeholder span {
    width: 74px;
    height: 74px;
    font: 800 1.3rem var(--font-heading), sans-serif;
    border: 2px solid #ffffff80;
    border-radius: 50% 50% 50% 18px;
    place-items: center;
    margin: auto;
    display: grid
}

.video-placeholder p {
    color: #f5dddd;
    margin: 18px 0 0
}

.update-copy {
    padding: 38px
}

.update-meta {
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: .08em;
    gap: 18px;
    margin-bottom: 16px;
    font-size: .78rem;
    font-weight: 700;
    display: flex
}

.update-meta span {
    color: var(--red-dark)
}

.update-copy h2 {
    font-size: 2rem
}

.update-copy p {
    color: var(--muted);
    margin-bottom: 0
}

.cta-section {
    background: var(--red);
    padding: 64px 0
}

.cta-section h2 {
    color: #fff;
    margin-bottom: 0
}

.cta-section .section-kicker {
    color: #fde7e7
}

.site-footer {
    background: var(--deep);
    color: #d8c0c0;
    padding-top: 54px
}

.footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 50px;
    padding-bottom: 38px;
    display: grid
}

.footer-grid strong {
    color: #fff;
    margin-bottom: 10px;
    display: block
}

.footer-grid p {
    margin: 0
}

.footer-grid a {
    color: #f2dede;
    text-decoration: none;
    display: block
}

.footer-bottom {
    border-top: 1px solid #ffffff1a;
    padding: 18px 0;
    font-size: .82rem
}

@media (width<=900px) {
    .site-header {
        position: relative
    }

    .header-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px 0
    }

    .primary-nav {
        justify-content: flex-start
    }

    .hero-grid,
    .split,
    .contact-layout,
    .update-card {
        grid-template-columns: 1fr
    }

    .home-hero {
        min-height: auto
    }

    .hero-grid {
        gap: 36px
    }

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

    .video-placeholder {
        min-height: 260px
    }
}

@media (width<=680px) {

    .container,
    .narrow {
        width: min(100% - 28px, 1140px)
    }

    .primary-nav {
        gap: 2px
    }

    .primary-nav a {
        padding: 7px;
        font-size: .78rem
    }

    .primary-nav .nav-cta {
        padding: 8px 13px
    }

    .hero {
        padding: 68px 0
    }

    .hero h1 {
        font-size: 2.55rem
    }

    .section {
        padding: 60px 0
    }

    .value-grid,
    .service-grid,
    .process-grid,
    .mini-grid,
    .form-row,
    .footer-grid {
        grid-template-columns: 1fr
    }

    .callout-inner {
        flex-direction: column;
        align-items: flex-start
    }

    .zoho-contact-form {
        padding: 24px 20px
    }

    .form-note {
        margin: 10px 0 0;
        display: block
    }

    .update-copy {
        padding: 26px
    }

    .video-placeholder {
        min-height: 230px
    }
}

.site-header {
    background: #696969fa;
    border-bottom-color: #ffffff1f;
    box-shadow: 0 4px 20px #2323232e
}

.brand {
    color: #fff
}

.brand small {
    color: #e8e8e8
}

.primary-nav a {
    color: #fff
}

.primary-nav a:hover {
    color: #ffd6d6
}

.primary-nav .nav-cta {
    background: var(--burgundy)
}

.primary-nav .nav-cta:hover {
    background: var(--red);
    color: #fff
}

.classic-hero {
    color: #fff;
    background: #858585;
    align-items: center;
    min-height: 650px;
    display: flex;
    overflow: hidden
}

.classic-hero-grid {
    grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
    align-items: center;
    gap: 48px;
    padding-block: 90px 74px;
    display: grid
}

.classic-hero-copy h1 {
    max-width: 680px;
    margin-bottom: 18px;
    font-size: clamp(2.8rem, 5vw, 4.7rem)
}

.classic-hero-copy>p:not(.eyebrow) {
    color: #ffffffc7;
    max-width: 660px;
    margin-bottom: 28px;
    font-size: 1.2rem;
    line-height: 1.65
}

.classic-hero-art img {
    filter: drop-shadow(0 24px 24px #0000002e);
    width: 100%;
    height: auto;
    animation: 3.2s ease-in-out infinite alternate hero-float;
    display: block
}

.button-outline {
    color: #fff;
    border-color: #ffffffb3
}

.button-outline:hover {
    color: var(--burgundy);
    background: #fff
}

@keyframes hero-float {
    0% {
        transform: translateY(8px)
    }

    to {
        transform: translateY(-8px)
    }
}

.capability-strip {
    background: #f3f3f3;
    border-bottom: 1px solid #e0e0e0;
    padding: 0
}

.capability-row {
    text-align: center;
    grid-template-columns: repeat(5, 1fr);
    display: grid
}

.capability-row a {
    color: #5f5f5f;
    font: 700 .88rem var(--font-heading), sans-serif;
    letter-spacing: .045em;
    text-transform: uppercase;
    border-right: 1px solid #d9d9d9;
    padding: 22px 14px;
    text-decoration: none;
    transition: all .2s;
    position: relative
}

.capability-row a:after {
    content: "";
    background: var(--red);
    height: 3px;
    transition: all .2s;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%
}

.capability-row a:hover {
    color: var(--burgundy);
    background: #fff
}

.capability-row a:hover:after {
    left: 20%;
    right: 20%
}

.capability-row a:last-child {
    border-right: 0
}

.why-grid {
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 58px;
    display: grid
}

.why-content h2 {
    font-weight: 700
}

.section-intro {
    color: #686868;
    font-size: 1.05rem;
    line-height: 1.85
}

.why-list {
    margin-top: 30px
}

.why-list article {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    grid-template-columns: 54px 1fr;
    gap: 16px;
    padding: 20px;
    display: grid;
    box-shadow: 0 6px 22px #0000000e
}

.why-list article+article {
    margin-top: 14px
}

.why-list article>span {
    color: var(--red);
    font: 700 1.15rem var(--font-heading), sans-serif
}

.why-list h3 {
    margin-bottom: 5px;
    font-weight: 700
}

.why-list p {
    color: #747474;
    margin: 0;
    font-size: .92rem
}

.why-art img {
    width: 100%;
    height: auto;
    display: block
}

.center-heading {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 42px
}

.center-heading h2 {
    text-transform: uppercase;
    padding-bottom: 18px;
    font-weight: 700;
    position: relative
}

.center-heading h2:before {
    content: "";
    background: #cfcfcf;
    width: 120px;
    height: 1px;
    position: absolute;
    bottom: 1px;
    left: calc(50% - 60px)
}

.center-heading h2:after {
    content: "";
    background: var(--red);
    width: 42px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 21px)
}

.center-heading>p:last-child {
    color: #6e6e6e;
    margin-bottom: 0
}

.classic-service-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    display: grid
}

.classic-service-card {
    min-height: 345px;
    color: inherit;
    background: #fff;
    flex-direction: column;
    padding: 34px 30px;
    text-decoration: none;
    transition: transform .25s, box-shadow .25s;
    display: flex;
    box-shadow: 0 8px 28px #00000017
}

.classic-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 34px #00000021
}

.service-icon {
    width: 54px;
    height: 54px;
    color: var(--red);
    background: #f8eaea;
    border-radius: 50%;
    place-items: center;
    margin-bottom: 18px;
    font-size: 1.8rem;
    font-weight: 800;
    display: grid
}

.classic-service-card h3 {
    font-size: 1.45rem;
    font-weight: 700
}

.classic-service-card p {
    color: #666;
    margin-bottom: 18px;
    font-size: .91rem;
    line-height: 1.62
}

.classic-service-card>strong {
    color: var(--red-dark);
    margin-top: auto;
    font-size: .92rem
}

.classic-service-card:hover h3 {
    color: var(--red)
}

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

.check-list {
    margin: 28px 0 0;
    padding: 0;
    list-style: none
}

.check-list li {
    padding: 9px 0 9px 32px;
    font-weight: 700;
    position: relative
}

.check-list li:before {
    content: "✓";
    color: var(--red);
    font-size: 1.15rem;
    font-weight: 900;
    position: absolute;
    left: 0
}

.about-panel {
    border-left: 5px solid var(--red);
    background: #f7f7f7;
    padding: 42px
}

.about-panel h3 {
    font-size: 1.65rem;
    font-weight: 700
}

.about-panel p {
    color: #666
}

.about-panel .button {
    margin-top: 8px
}

.business-band {
    background: linear-gradient(125deg, var(--deep), var(--burgundy));
    color: #fff;
    padding: 76px 0
}

.center-heading.light h2 {
    color: #fff
}

.center-heading.light h2:before {
    background: #ffffff59
}

.center-heading.light>p:last-child {
    color: #ead8d8
}

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

.business-grid article {
    background: #ffffff0f;
    border: 1px solid #ffffff29;
    padding: 26px
}

.business-grid strong {
    color: #fff;
    margin-bottom: 8px;
    font-size: 1.25rem;
    display: block
}

.business-grid p {
    color: #ead8d8;
    margin: 0
}

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

@media (width<=1050px) {

    .classic-hero-grid,
    .why-grid {
        grid-template-columns: 1fr 1fr
    }

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

    .classic-service-card {
        min-height: 330px
    }
}

@media (width<=900px) {
    .site-header {
        background: #696969
    }

    .classic-hero-grid,
    .why-grid,
    .about-grid {
        grid-template-columns: 1fr
    }

    .classic-hero-grid {
        gap: 24px;
        padding-block: 68px
    }

    .classic-hero-art {
        text-align: center;
        order: -1
    }

    .classic-hero-art img {
        width: min(540px, 85%);
        margin: auto
    }

    .why-art {
        order: -1
    }

    .why-art img {
        width: min(620px, 100%);
        margin: auto
    }

    .capability-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 0
    }

    .capability-row span {
        border-bottom: 1px solid #d9d9d9
    }

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

    .primary-nav a {
        color: #fff
    }
}

@media (width<=680px) {
    .classic-hero {
        text-align: center;
        min-height: auto
    }

    .classic-hero-copy h1 {
        font-size: 2.65rem
    }

    .classic-hero-copy>p:not(.eyebrow) {
        font-size: 1.05rem
    }

    .classic-hero-art img {
        width: 95%
    }

    .classic-hero .hero-actions {
        justify-content: center
    }

    .capability-row,
    .classic-service-grid {
        grid-template-columns: 1fr
    }

    .capability-row span {
        border-right: 0
    }

    .classic-service-card {
        min-height: 0
    }

    .about-panel {
        padding: 30px 24px
    }

    .why-list article {
        padding: 18px 16px
    }

    .center-heading h2 {
        font-size: 2.2rem
    }
}

.service-directory {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    display: grid
}

.directory-card {
    min-height: 285px;
    color: inherit;
    background: #fff;
    border: 1px solid #dedede;
    flex-direction: column;
    padding: 30px;
    text-decoration: none;
    transition: all .2s;
    display: flex;
    box-shadow: 0 8px 24px #0000000f
}

.directory-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 13px 30px #0000001c
}

.directory-card>span {
    color: var(--red-dark);
    letter-spacing: .12em;
    text-transform: uppercase;
    font-size: .72rem;
    font-weight: 800
}

.directory-card h2 {
    margin: 10px 0 14px;
    font-size: 1.55rem
}

.directory-card p {
    color: #6b6b6b
}

.directory-card strong {
    color: var(--red-dark);
    margin-top: auto
}

.contact-hero,
.contact-index-hero {
    background: #858585;
    padding-block: 85px
}

.contact-hero:after,
.contact-index-hero:after {
    border-color: #ffffff14
}

.service-hero,
.services-index-hero {
    
    padding-block: 85px
}

.service-hero:after,
.services-index-hero:after {
    border-color: #ffffff14
}

.service-hero .hero-panel {
    background: #530c0c57;
    border-color: #ffffff38
}

.service-intro {
    grid-template-columns: .85fr 1.15fr;
    align-items: start;
    gap: 70px;
    display: grid
}

.service-intro>p {
    color: #666;
    font-size: 1.06rem;
    line-height: 1.85
}

.outcome-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 38px;
    display: grid
}

.outcome-grid article {
    border-left: 3px solid var(--red);
    background: #f7f7f7;
    padding: 22px
}

.outcome-grid span {
    color: var(--red);
    font: 700 .85rem var(--font-heading), sans-serif;
    display: block
}

.outcome-grid strong {
    color: var(--black);
    margin-top: 6px;
    line-height: 1.3;
    display: block
}

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

.included-grid article {
    background: #fff;
    border: 1px solid #ddd;
    padding: 28px
}

.included-grid p {
    color: #6c6c6c;
    margin: 0
}

.process-light {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    display: grid
}

.process-light article {
    text-align: center;
    padding: 28px
}

.process-light>article>span {
    background: var(--red);
    color: #fff;
    border-radius: 50%;
    place-items: center;
    width: 44px;
    height: 44px;
    margin: 0 auto 16px;
    font-weight: 800;
    display: grid
}

.process-light p {
    color: #6c6c6c;
    margin: 0
}

.faq-list {
    border-top: 1px solid #ddd
}

.faq-list details {
    border-bottom: 1px solid #ddd
}

.faq-list summary {
    color: var(--burgundy);
    font: 700 1.05rem var(--font-heading), sans-serif;
    cursor: pointer;
    padding: 20px 38px 20px 0;
    list-style: none;
    position: relative
}

.faq-list summary::-webkit-details-marker {
    display: none
}

.faq-list summary:after {
    content: "+";
    color: var(--red);
    font-size: 1.5rem;
    position: absolute;
    right: 4px
}

.faq-list details[open] summary:after {
    content: "–"
}

.faq-list details p {
    color: #666;
    padding: 0 28px 20px 0
}

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

.related-services a {
    min-height: 180px;
    color: inherit;
    border: 1px solid #ddd;
    flex-direction: column;
    padding: 26px;
    text-decoration: none;
    display: flex
}

.related-services span {
    color: var(--red-dark);
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: .72rem;
    font-weight: 800
}

.related-services strong {
    color: var(--black);
    margin: 10px 0;
    font-size: 1.2rem
}

.related-services small {
    color: var(--red-dark);
    margin-top: auto;
    font-weight: 800
}

@media (width<=900px) {
    .service-directory {
        grid-template-columns: repeat(2, 1fr)
    }

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

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

@media (width<=680px) {
    .capability-row a {
        border-bottom: 1px solid #d9d9d9;
        border-right: 0
    }

    .service-directory,
    .included-grid,
    .process-light,
    .related-services,
    .outcome-grid {
        grid-template-columns: 1fr
    }

    .directory-card {
        min-height: 0
    }
}

.nav-dropdown {
    position: relative
}

.nav-dropdown summary {
    color: #fff;
    cursor: pointer;
    padding: 9px 12px;
    font-size: .88rem;
    font-weight: 700;
    list-style: none
}

.nav-dropdown summary::-webkit-details-marker {
    display: none
}

.nav-dropdown summary span {
    margin-left: 3px;
    font-size: .9rem;
    transition: transform .2s;
    display: inline-block
}

.nav-dropdown[open] summary span {
    transform: rotate(180deg)
}

.nav-dropdown summary:hover,
.nav-dropdown summary:focus-visible {
    color: #ffd6d6;
    outline: none
}

.services-menu {
    z-index: 80;
    border-top: 4px solid var(--red);
    opacity: 0;
    visibility: hidden;
    background: #fff;
    width: 540px;
    padding: 16px;
    transition: opacity .18s, transform .18s, visibility .18s;
    position: absolute;
    top: calc(100% + 14px);
    left: 50%;
    transform: translate(-50%, 8px);
    box-shadow: 0 18px 42px #180c0c3d
}

.services-menu:before {
    content: "";
    height: 18px;
    position: absolute;
    top: -18px;
    left: 0;
    right: 0
}

.nav-dropdown:hover .services-menu,
.nav-dropdown:focus-within .services-menu,
.nav-dropdown[open] .services-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%)
}

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

.primary-nav .services-menu-grid a {
    color: var(--ink);
    border-radius: 3px;
    padding: 12px 14px;
    font-size: .84rem
}

.primary-nav .services-menu-grid a:hover,
.primary-nav .services-menu-grid a:focus-visible {
    color: var(--red-dark);
    background: #f5eeee;
    outline: none
}

.primary-nav .all-services-link {
    color: var(--red-dark);
    text-transform: uppercase;
    letter-spacing: .06em;
    border-top: 1px solid #e6dcdc;
    justify-content: space-between;
    margin-top: 10px;
    padding: 13px 14px 5px;
    font-size: .82rem;
    display: flex
}

.primary-nav .all-services-link:hover {
    color: var(--red)
}

@media (width<=900px) {
    .nav-dropdown {
        width: 100%
    }

    .nav-dropdown summary {
        padding: 8px 0
    }

    .services-menu {
        opacity: 1;
        visibility: visible;
        width: 100%;
        box-shadow: none;
        border-top: 2px solid var(--red);
        background: #5f5f5f;
        margin-top: 4px;
        padding: 10px;
        display: none;
        position: static;
        transform: none
    }

    .services-menu:before {
        display: none
    }

    .nav-dropdown[open] .services-menu {
        display: block;
        transform: none
    }

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

    .primary-nav .services-menu-grid a {
        color: #fff;
        padding: 10px
    }

    .primary-nav .services-menu-grid a:hover,
    .primary-nav .services-menu-grid a:focus-visible {
        color: #fff;
        background: #747474
    }

    .primary-nav .all-services-link {
        color: #ffd6d6;
        border-top-color: #777
    }
}

@media (width<=560px) {
    .services-menu-grid {
        grid-template-columns: 1fr
    }
}

.all-services-action {
    justify-content: center;
    margin-top: 38px;
    display: flex
}

@property --tw-blur {
    syntax: "*";
    inherits: false
}

@property --tw-brightness {
    syntax: "*";
    inherits: false
}

@property --tw-contrast {
    syntax: "*";
    inherits: false
}

@property --tw-grayscale {
    syntax: "*";
    inherits: false
}

@property --tw-hue-rotate {
    syntax: "*";
    inherits: false
}

@property --tw-invert {
    syntax: "*";
    inherits: false
}

@property --tw-opacity {
    syntax: "*";
    inherits: false
}

@property --tw-saturate {
    syntax: "*";
    inherits: false
}

@property --tw-sepia {
    syntax: "*";
    inherits: false
}

@property --tw-drop-shadow {
    syntax: "*";
    inherits: false
}

@property --tw-drop-shadow-color {
    syntax: "*";
    inherits: false
}

@property --tw-drop-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%
}

@property --tw-drop-shadow-size {
    syntax: "*";
    inherits: false
}
.footer-socials {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}

.footer-socials a {
  display: inline-flex;
  width: 40px;
  height: 40px;
  margin: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: #fff;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.footer-socials a:hover,
.footer-socials a:focus-visible {
  background: #9f080d;
  border-color: #9f080d;
  transform: translateY(-2px);
}

.footer-socials svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

