.service-detail {
    --sd-gold: #B08A4A;
    --sd-gold-soft: #D9C28E;
    --sd-cream: #F7F2E8;
    --sd-cream-soft: #FBF8F1;
    --sd-paper: #FFFFFF;
    --sd-ink: #1A1A1A;
    --sd-ink-soft: #4A4A4A;
    --sd-muted: #6F685E;
    --sd-hair: #E6DFD0;
    --sd-navy: #1A3A6B;
    --sd-navy-deep: #0F2950;
    background: var(--sd-cream);
    color: var(--sd-ink);
}

.service-detail *,
.service-detail *::before,
.service-detail *::after {
    box-sizing: border-box;
}

.sd-container {
    width: min(100% - 48px, 1280px);
    margin-inline: auto;
}

.sd-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: var(--sd-gold);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .26em;
    text-transform: uppercase;
}

.sd-eyebrow::before {
    width: 28px;
    height: 1px;
    background: currentColor;
    content: "";
}

.sd-title {
    margin: 0 0 20px;
    color: var(--sd-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 400;
    line-height: 1.08;
}

.sd-title em {
    color: var(--sd-gold);
    font-style: italic;
}

.sd-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    border: 1px solid transparent;
    background: var(--sd-gold);
    color: var(--sd-navy-deep);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.sd-button--outline {
    border-color: var(--sd-ink);
    background: transparent;
    color: var(--sd-ink);
}

.sd-button:hover {
    background: #C9A24E;
}

.sd-button--outline:hover {
    background: var(--sd-ink);
    color: var(--sd-cream);
}

.sd-hero {
    position: relative;
    overflow: hidden;
    min-height: clamp(520px, 52vw, 680px);
    display: flex;
    align-items: center;
    padding: clamp(118px, 12vw, 166px) 0 clamp(64px, 7vw, 88px);
    border-bottom: 1px solid var(--sd-hair);
}

.service-detail--hero-bg .sd-hero {
    min-height: clamp(560px, 68vh, 700px);
    display: flex;
    align-items: center;
    border-bottom: 0;
    background-image:
        linear-gradient(90deg, rgba(15, 28, 45, .88) 0%, rgba(15, 28, 45, .66) 38%, rgba(15, 28, 45, .2) 72%, rgba(15, 28, 45, .05) 100%),
        linear-gradient(0deg, rgba(15, 28, 45, .55) 0%, rgba(15, 28, 45, 0) 42%),
        var(--sd-hero-bg);
    background-position: 70% 50%;
    background-size: cover;
    color: #fff;
    isolation: isolate;
}

.sd-hero__frame {
    position: absolute;
    inset: clamp(42px, 5vw, 58px) clamp(24px, 5vw, 64px) 28px;
    border: 1px solid rgba(176, 138, 74, .24);
    pointer-events: none;
}

.service-detail--hero-bg .sd-hero__frame {
    inset: clamp(20px, 3vw, 40px);
    border-color: rgba(255, 255, 255, .18);
}

.sd-hero__grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.72fr);
    gap: clamp(42px, 6vw, 92px);
    align-items: center;
    padding-inline: clamp(22px, 3vw, 40px);
}

.service-detail--hero-bg .sd-hero__grid {
    grid-template-columns: minmax(0, 860px);
    width: min(100% - 48px, 1280px);
}

.sd-hero__content {
    max-width: 650px;
}

.service-detail--hero-bg .sd-hero__content {
    max-width: 860px;
}

.sd-hero__meta {
    display: block;
}

.service-detail--hero-bg .sd-hero__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 18px;
    margin-bottom: 44px;
}

.sd-back {
    display: flex;
    width: max-content;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    color: var(--sd-muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .17em;
    text-decoration: none;
    text-transform: uppercase;
}

.service-detail--hero-bg .sd-back {
    margin-bottom: 0;
    color: rgba(255, 255, 255, .62);
    font-weight: 600;
}

.sd-back:hover {
    color: var(--sd-gold);
}

.sd-hero .sd-eyebrow {
    display: flex;
    width: max-content;
    margin-bottom: 20px;
}

.sd-hero h1 {
    margin: 0 0 22px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(48px, 6vw, 76px);
    font-weight: 400;
    line-height: 1;
}

.sd-hero h1 em {
    color: var(--gold);
    font-style: italic;
}

.service-detail--hero-bg .sd-hero h1 {
    color: #fff;
    font-size: clamp(52px, 6.2vw, 86px);
    line-height: 1.02;
    text-shadow: 0 16px 54px rgba(0, 0, 0, .22);
}

.service-detail--hero-bg .sd-hero h1 em {
    color: var(--gold-soft);
}

.sd-hero__lede {
    max-width: 48ch;
    margin: 0 0 34px;
    color: var(--sd-ink-soft);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(18px, 1.7vw, 23px);
    font-style: italic;
    line-height: 1.6;
}

.service-detail--hero-bg .sd-hero__lede {
    max-width: 48ch;
    color: rgba(255, 255, 255, .82);
    font-size: clamp(20px, 1.9vw, 27px);
    line-height: 1.68;
}

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

.service-detail--hero-bg .sd-hero .sd-button--outline {
    border-color: rgba(255, 255, 255, .72);
    color: #fff;
    min-width: 220px;
    gap: 14px;
    text-decoration: none;
}

.service-detail--hero-bg .sd-hero .sd-button--outline:hover {
    background: #fff;
    color: var(--sd-navy-deep);
}

.service-detail--hero-bg .sd-hero .sd-button--outline svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    transform: rotate(-8deg);
}

.sd-hero__art {
    position: relative;
    display: grid;
    width: min(100%, 360px);
    aspect-ratio: 1 / 1.14;
    place-items: center;
    justify-self: end;
    border: 1px solid var(--sd-hair);
    background: var(--sd-paper);
    box-shadow: 0 24px 60px -42px rgba(15, 41, 80, .35);
}

.sd-hero__art::after {
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(176, 138, 74, .32);
    content: "";
    pointer-events: none;
}

.sd-hero__art--image {
    overflow: hidden;
}

.sd-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sd-medallion {
    display: grid;
    width: 120px;
    height: 120px;
    place-items: center;
    border: 1px solid var(--sd-gold);
    border-radius: 50%;
    background: var(--sd-cream-soft);
    color: var(--sd-navy);
}

.sd-medallion svg {
    width: 52px;
    height: 52px;
}

.sd-section {
    padding: clamp(72px, 9vw, 120px) 0;
}

.sd-section--soft {
    border-block: 1px solid var(--sd-hair);
    background: var(--sd-cream-soft);
}

.sd-section-head {
    max-width: 780px;
    margin-bottom: clamp(40px, 5vw, 64px);
}

.sd-section-head p {
    margin: 0;
    color: var(--sd-ink-soft);
    font-size: 17px;
    line-height: 1.78;
}

.sd-coverages {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sd-coverage {
    padding: 36px 32px;
    background: var(--sd-paper);
    box-shadow: inset 0 0 0 1px var(--sd-hair);
}

.sd-coverage:hover {
    background: var(--sd-cream-soft);
}

.sd-coverage__icon {
    display: grid;
    width: 52px;
    height: 52px;
    margin-bottom: 22px;
    place-items: center;
    border: 1px solid var(--sd-hair);
    color: var(--sd-navy);
}

.sd-coverage__icon svg {
    width: 27px;
    height: 27px;
}

.sd-coverage h3 {
    margin: 0 0 12px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.2;
}

.sd-coverage p {
    margin: 0;
    color: var(--sd-muted);
    font-size: 14px;
    line-height: 1.72;
}

.sd-included {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
    gap: clamp(40px, 6vw, 84px);
    align-items: start;
}

.sd-checklist {
    padding: 0;
    margin: 6px 0 0;
    list-style: none;
}

.sd-checklist li {
    display: flex;
    gap: 14px;
    padding: 18px 0;
    border-bottom: 1px solid var(--sd-hair);
    color: var(--sd-ink-soft);
    line-height: 1.6;
}

.sd-check {
    display: grid;
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    place-items: center;
    background: var(--sd-gold);
    color: var(--sd-navy-deep);
}

.sd-check svg {
    width: 15px;
    height: 15px;
}

.sd-checklist b {
    color: var(--sd-ink);
}

.sd-note {
    position: relative;
    padding: 44px 40px;
    background: var(--sd-navy-deep);
    color: #fff;
}

.sd-note::before {
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(217, 194, 142, .3);
    content: "";
    pointer-events: none;
}

.sd-note > * {
    position: relative;
}

.sd-note__label {
    display: block;
    margin-bottom: 16px;
    color: var(--sd-gold-soft);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.sd-note h3 {
    margin: 0 0 16px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.16;
}

.sd-note h3 em {
    color: var(--sd-gold-soft);
    font-style: italic;
}

.sd-note p {
    margin: 0 0 26px;
    color: rgba(255, 255, 255, .76);
    font-size: 14.5px;
    line-height: 1.72;
}

.sd-note .sd-button {
    width: 100%;
}

.sd-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(22px, 3vw, 38px);
    counter-reset: step;
}

.sd-step {
    position: relative;
    padding-top: 34px;
}

.sd-step::before {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--sd-gold);
    content: "0" counter(step);
    counter-increment: step;
    font-family: Consolas, monospace;
    font-size: 12px;
}

.sd-step::after {
    position: absolute;
    top: 7px;
    right: 0;
    left: 36px;
    height: 1px;
    background: var(--sd-hair);
    content: "";
}

.sd-step:last-child::after {
    display: none;
}

.sd-step h3 {
    margin: 14px 0 10px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    font-weight: 500;
}

.sd-step p {
    margin: 0;
    color: var(--sd-muted);
    font-size: 14px;
    line-height: 1.7;
}

.sd-faq {
    max-width: 840px;
    margin-inline: auto;
}

.sd-faq details {
    border-bottom: 1px solid var(--sd-hair);
}

.sd-faq details:first-child {
    border-top: 1px solid var(--sd-hair);
}

.sd-faq summary {
    display: flex;
    min-height: 78px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(19px, 2vw, 23px);
    font-weight: 500;
    list-style: none;
}

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

.sd-faq summary::after {
    color: var(--sd-gold);
    content: "+";
    font-family: ui-sans-serif, system-ui, sans-serif;
    font-size: 28px;
    font-weight: 300;
}

.sd-faq details[open] summary::after {
    content: "−";
}

.sd-faq p {
    max-width: 66ch;
    padding: 0 0 28px;
    margin: 0;
    color: var(--sd-ink-soft);
    line-height: 1.75;
}

.sd-related {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid var(--sd-hair);
    background: var(--sd-hair);
}

.sd-related__item {
    display: flex;
    min-height: 210px;
    flex-direction: column;
    gap: 14px;
    padding: 30px 26px;
    background: var(--sd-paper);
    color: var(--sd-ink);
    text-decoration: none;
}

.sd-related__item:hover {
    background: var(--sd-cream-soft);
}

.sd-related__item.is-current {
    background: var(--sd-cream);
    pointer-events: none;
}

.sd-related__icon {
    color: var(--sd-navy);
}

.sd-related__icon svg {
    width: 32px;
    height: 32px;
}

.sd-related__name {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 500;
}

.sd-related__go {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: var(--sd-gold);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.sd-final {
    position: relative;
    overflow: hidden;
    padding: clamp(88px, 11vw, 144px) 24px;
    background: var(--sd-navy-deep);
    color: #fff;
    text-align: center;
}

.sd-final::before {
    position: absolute;
    inset: clamp(26px, 4vw, 52px);
    border: 1px solid rgba(217, 194, 142, .45);
    content: "";
}

.sd-final__inner {
    position: relative;
    max-width: 850px;
    margin-inline: auto;
}

.sd-final .sd-eyebrow {
    color: var(--sd-gold-soft);
}

.sd-final .sd-title {
    color: #fff;
}

.sd-final .sd-title em {
    color: var(--sd-gold-soft);
}

.sd-final p {
    margin: 0 auto 34px;
    color: rgba(255, 255, 255, .74);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-style: italic;
    line-height: 1.65;
}

.sd-final .sd-actions {
    justify-content: center;
}

.sd-final .sd-button--outline {
    border-color: rgba(255, 255, 255, .65);
    color: #fff;
}

.sd-final .sd-button--outline:hover {
    background: #fff;
    color: var(--sd-navy-deep);
}

@media (max-width: 900px) {
    .sd-hero__grid,
    .sd-included {
        grid-template-columns: 1fr;
    }

    .service-detail--hero-bg .sd-hero {
        min-height: 560px;
        background-image:
            linear-gradient(90deg, rgba(15, 28, 45, .86) 0%, rgba(15, 28, 45, .62) 60%, rgba(15, 28, 45, .42) 100%),
            linear-gradient(0deg, rgba(15, 28, 45, .6) 0%, rgba(15, 28, 45, 0) 50%),
            var(--sd-hero-bg);
        background-position: 64% 50%;
    }

    .sd-hero__grid {
        padding-inline: 20px;
    }

    .sd-hero__art {
        width: 100%;
        max-height: 280px;
        aspect-ratio: 16 / 8;
        justify-self: stretch;
    }

    .sd-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .sd-container {
        width: min(100% - 32px, 1280px);
    }

    .sd-hero {
        padding: 118px 0 58px;
    }

    .sd-hero__frame {
        inset: 28px 12px 18px;
    }

    .sd-hero__content {
        padding: 0;
    }

    .sd-hero h1 {
        font-size: clamp(44px, 14vw, 62px);
    }

    .sd-hero__lede {
        font-size: 18px;
        line-height: 1.55;
    }

    .sd-hero__art {
        max-height: 220px;
    }

    .sd-coverages {
        grid-template-columns: 1fr;
    }

    .sd-coverage {
        padding: 28px 24px;
    }

    .sd-related {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sd-related__item {
        min-height: 180px;
        padding: 24px 20px;
    }

    .sd-actions .sd-button {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .sd-steps {
        grid-template-columns: 1fr;
    }

    .sd-step::after {
        display: none;
    }

    .sd-note {
        padding: 36px 28px;
    }
}
