.sd-main {
    color: var(--ink, #1f2a3d);
    background: #fff;
}

.sd-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 108px;
    padding-bottom: 18px;
    color: var(--sub, #5a6675);
    font-size: 12px;
}

.sd-breadcrumb a {
    color: var(--brand, #2c4f8d);
    text-decoration: none;
}

.sd-hero {
    padding: 30px 0 64px;
    background: linear-gradient(180deg, var(--brand-tint, #eef2f8) 0%, #fff 100%);
}

.sd-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
    gap: 52px;
    align-items: center;
}

.sd-eyebrow,
.sd-section-label {
    margin: 0 0 12px;
    color: var(--brand, #2c4f8d);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
}

.sd-hero h1 {
    margin: 0;
    color: var(--brand-dark, #1a3a6b);
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.35;
    letter-spacing: .01em;
}

.sd-lead {
    max-width: 660px;
    margin: 22px 0 0;
    color: var(--sub, #5a6675);
    font-size: 16px;
    line-height: 1.9;
}

.sd-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
}

.sd-chips span {
    padding: 7px 13px;
    border: 1px solid #d6dfec;
    border-radius: 999px;
    background: #fff;
    color: var(--brand-dark, #1a3a6b);
    font-size: 12.5px;
    font-weight: 700;
}

.sd-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.sd-btn {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 11px 19px;
    border: 1.5px solid var(--brand, #2c4f8d);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease;
}

.sd-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(32, 65, 112, .16);
}

.sd-btn-primary {
    background: var(--brand, #2c4f8d);
    color: #fff;
}

.sd-btn-sub {
    background: #fff;
    color: var(--brand, #2c4f8d);
}

.sd-hero-image {
    margin: 0;
    overflow: hidden;
    border-radius: 22px;
    background: #dfe6f0;
    box-shadow: 0 18px 45px rgba(27, 48, 80, .14);
}

.sd-hero-image img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    transition: transform .8s cubic-bezier(.2, .8, .2, 1);
}

.sd-hero-image:hover img {
    transform: scale(1.035);
}

.sd-hero-image figcaption {
    padding: 10px 15px;
    background: #fff;
    color: var(--sub, #5a6675);
    font-size: 11px;
}

.sd-section {
    padding: 72px 0;
}

.sd-section h2 {
    margin: 0;
    color: var(--brand-dark, #1a3a6b);
    font-size: clamp(24px, 3vw, 32px);
    line-height: 1.45;
}

.sd-section-intro {
    max-width: 720px;
    margin: 15px 0 0;
    color: var(--sub, #5a6675);
    line-height: 1.85;
}

.sd-section-tint {
    background: var(--brand-tint, #eef2f8);
}

.sd-access-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
    gap: 28px;
    align-items: stretch;
}

.sd-map-card,
.sd-info-card {
    overflow: hidden;
    border: 1px solid #e1e7ef;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 8px 30px rgba(20, 40, 70, .07);
}

.sd-map-card iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 430px;
    border: 0;
}

.sd-info-card {
    padding: 30px;
}

.sd-info-card dl {
    margin: 24px 0;
}

.sd-info-card dl div {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 12px;
    padding: 13px 0;
    border-bottom: 1px solid #edf0f5;
}

.sd-info-card dt {
    color: var(--sub, #5a6675);
    font-size: 12px;
    font-weight: 700;
}

.sd-info-card dd {
    margin: 0;
    font-size: 13.5px;
    line-height: 1.7;
}

.sd-info-card dd a,
.sd-text-link {
    color: var(--brand, #2c4f8d);
    font-weight: 700;
    text-decoration: none;
}

.sd-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 32px;
}

.sd-service-card {
    padding: 26px;
    border: 1px solid #dbe4f0;
    border-radius: 16px;
    background: #fff;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.sd-service-card:hover {
    transform: translateY(-5px);
    border-color: #c4d2e6;
    box-shadow: 0 16px 35px rgba(25, 49, 83, .09);
}

.sd-service-card h3 {
    margin: 0 0 10px;
    color: var(--brand-dark, #1a3a6b);
    font-size: 17px;
}

.sd-service-card p {
    margin: 0;
    color: var(--sub, #5a6675);
    font-size: 13.5px;
    line-height: 1.85;
}

.sd-related-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin-top: 28px;
}

.sd-related-actions a,
.sd-all-stores a {
    color: var(--brand, #2c4f8d);
    font-size: 13.5px;
    font-weight: 800;
    text-decoration: none;
}

.sd-prep-grid {
    display: grid;
    grid-template-columns: minmax(250px, .7fr) minmax(0, 1.3fr);
    gap: 50px;
}

.sd-check-list {
    display: grid;
    gap: 12px;
}

.sd-check-list p {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 20px;
    margin: 0;
    padding: 18px 0;
    border-bottom: 1px solid #e5eaf1;
    font-size: 13.5px;
    line-height: 1.75;
}

.sd-check-list strong {
    color: var(--brand-dark, #1a3a6b);
}

.sd-check-list span {
    color: var(--sub, #5a6675);
}

.sd-other-section {
    border-top: 1px solid #edf0f5;
}

.sd-other-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.sd-other-card {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    overflow: hidden;
    align-items: center;
    border: 1px solid #e1e7ef;
    border-radius: 16px;
    color: inherit;
    text-decoration: none;
}

.sd-other-card img {
    width: 150px;
    height: 110px;
    object-fit: cover;
}

.sd-other-card span {
    display: grid;
    gap: 8px;
    padding: 18px;
}

.sd-other-card strong {
    color: var(--brand-dark, #1a3a6b);
    font-size: 14px;
}

.sd-other-card small {
    color: var(--sub, #5a6675);
    line-height: 1.5;
}

.sd-all-stores {
    margin: 22px 0 0;
}

.sd-atmosphere {
    overflow: hidden;
    background: #fff;
}

.sd-atmosphere-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .7fr);
    gap: 50px;
    align-items: end;
    margin-bottom: 30px;
}

.sd-atmosphere-heading > p {
    margin: 0;
    color: var(--sub, #5a6675);
    font-size: 13.5px;
    line-height: 1.85;
}

.sd-photo-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
    grid-template-rows: repeat(2, minmax(220px, 1fr));
    gap: 16px;
    min-height: 610px;
}

.sd-photo {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
    background: #17263d;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(20, 40, 70, .09);
}

.sd-photo-featured {
    grid-row: 1 / 3;
}

.sd-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s cubic-bezier(.2, .8, .2, 1), filter .4s ease;
}

.sd-photo::after {
    content: '';
    position: absolute;
    inset: 35% 0 0;
    background: linear-gradient(180deg, transparent, rgba(8, 20, 38, .8));
    pointer-events: none;
}

.sd-photo:hover img {
    transform: scale(1.045);
    filter: saturate(1.08);
}

.sd-photo > span {
    position: absolute;
    z-index: 1;
    right: 22px;
    bottom: 20px;
    left: 22px;
    display: grid;
    gap: 4px;
}

.sd-photo strong {
    font-size: 17px;
    line-height: 1.4;
}

.sd-photo small {
    color: rgba(255, 255, 255, .78);
    font-size: 11.5px;
}

.sd-social-section {
    padding: 10px 0 78px;
}

.sd-social-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, .85fr);
    min-height: 310px;
    overflow: hidden;
    align-items: center;
    border-radius: 24px;
    background:
        radial-gradient(circle at 85% 15%, rgba(108, 153, 235, .28), transparent 38%),
        linear-gradient(135deg, #111c2e, #254a80);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 22px 48px rgba(20, 43, 78, .18);
}

.sd-social-card::before {
    content: 'X';
    position: absolute;
    top: -70px;
    right: 25px;
    color: rgba(255, 255, 255, .045);
    font: 800 330px/1 Arial, sans-serif;
}

.sd-social-copy {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 15px;
    padding: 48px 0 48px 52px;
}

.sd-social-kicker {
    color: #a9c8ff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
}

.sd-social-copy strong {
    max-width: 590px;
    font-size: clamp(23px, 3vw, 34px);
    line-height: 1.45;
}

.sd-social-copy > span:not(.sd-social-kicker):not(.sd-social-link) {
    max-width: 550px;
    color: rgba(255, 255, 255, .73);
    font-size: 13px;
    line-height: 1.75;
}

.sd-social-link {
    width: fit-content;
    margin-top: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
    font-size: 13px;
    font-weight: 800;
}

.sd-social-devices {
    position: relative;
    align-self: stretch;
}

.sd-device {
    position: absolute;
    display: block;
    width: 180px;
    max-height: 260px;
    object-fit: contain;
    filter: drop-shadow(0 18px 22px rgba(0, 0, 0, .28));
    transition: transform .55s cubic-bezier(.2, .8, .2, 1);
}

.sd-device-iphone { right: 45%; bottom: -18px; transform: rotate(-8deg); }
.sd-device-android { right: 17%; bottom: -32px; transform: rotate(8deg); }
.sd-device-ipad { right: -10%; bottom: -48px; width: 215px; transform: rotate(13deg); }
.sd-social-card:hover .sd-device-iphone { transform: translateY(-9px) rotate(-10deg); }
.sd-social-card:hover .sd-device-android { transform: translateY(-13px) rotate(6deg); }
.sd-social-card:hover .sd-device-ipad { transform: translateY(-7px) rotate(11deg); }

.motion-ready [data-reveal] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .7s ease var(--reveal-delay, 0ms), transform .7s cubic-bezier(.2, .8, .2, 1) var(--reveal-delay, 0ms);
}

.motion-ready [data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

.motion-ready [data-hero-reveal] {
    opacity: 0;
    transform: translateY(20px);
    animation: sdHeroIn .85s cubic-bezier(.2, .8, .2, 1) .12s forwards;
}

.motion-ready .sd-hero-image[data-hero-reveal] {
    animation-delay: .25s;
}

@keyframes sdHeroIn {
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 900px) {
    .sd-hero-grid,
    .sd-access-grid,
    .sd-prep-grid,
    .sd-atmosphere-heading {
        grid-template-columns: 1fr;
    }

    .sd-hero-grid {
        gap: 30px;
    }

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

    .sd-map-card iframe {
        min-height: 360px;
    }

    .sd-photo-grid {
        min-height: 540px;
        grid-template-rows: repeat(2, minmax(200px, 1fr));
    }

    .sd-social-card {
        grid-template-columns: 1fr minmax(280px, .7fr);
    }
}

@media (max-width: 620px) {
    .sd-breadcrumb {
        padding-top: 88px;
    }

    .sd-hero {
        padding-bottom: 46px;
    }

    .sd-hero h1 {
        font-size: 27px;
    }

    .sd-lead {
        font-size: 14px;
    }

    .sd-section {
        padding: 54px 0;
    }

    .sd-btn {
        width: 100%;
    }

    .sd-info-card {
        padding: 24px 20px;
    }

    .sd-info-card dl div,
    .sd-check-list p {
        grid-template-columns: 1fr;
        gap: 5px;
    }

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

    .sd-other-card {
        grid-template-columns: 112px minmax(0, 1fr);
    }

    .sd-other-card img {
        width: 112px;
        height: 100%;
        min-height: 105px;
    }

    .sd-atmosphere-heading {
        gap: 16px;
    }

    .sd-photo-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 340px 180px;
        gap: 10px;
        min-height: 0;
    }

    .sd-photo-featured {
        grid-column: 1 / 3;
        grid-row: auto;
    }

    .sd-photo {
        border-radius: 14px;
    }

    .sd-photo > span {
        right: 14px;
        bottom: 14px;
        left: 14px;
    }

    .sd-photo-shop strong {
        font-size: 13px;
    }

    .sd-photo-shop small {
        display: none;
    }

    .sd-social-section {
        padding: 0 0 58px;
    }

    .sd-social-card {
        display: block;
        min-height: 440px;
        border-radius: 18px;
    }

    .sd-social-copy {
        padding: 32px 26px 0;
    }

    .sd-social-devices {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 190px;
    }

    .sd-device { width: 125px; max-height: 180px; }
    .sd-device-iphone { right: 51%; }
    .sd-device-android { right: 25%; }
    .sd-device-ipad { right: -2%; width: 145px; }
}

@media (prefers-reduced-motion: reduce) {
    .motion-ready [data-reveal],
    .motion-ready [data-hero-reveal] {
        opacity: 1;
        transform: none;
        animation: none;
        transition: none;
    }

    .sd-btn,
    .sd-photo img,
    .sd-hero-image img,
    .sd-device,
    .sd-service-card {
        transition: none;
    }
}
