.sc-contact-main {
    padding: 36px 0 72px;
    background: var(--sc-bg);
}

.sc-contact-main-col {
    display: grid;
    gap: 24px;
    align-content: start;
    min-width: 0;
}

.sc-contact-layout {
    display: grid;
    grid-template-columns: minmax(300px, 380px) minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.sc-contact-aside {
    display: grid;
    gap: 20px;
    position: sticky;
    top: calc(var(--sc-header-h) + 24px);
}

.sc-contact-aside-card {
    padding: 28px 24px;
    border-radius: 22px;
    background: linear-gradient(165deg, #fff 0%, #fdfbf7 100%);
    border: 1px solid rgba(20, 20, 20, 0.08);
    box-shadow: 0 16px 40px rgba(20, 20, 20, 0.05);
}

.sc-contact-aside-kicker {
    margin: 0 0 8px;
    color: var(--sc-pink);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.sc-contact-aside-title {
    margin: 0 0 10px;
    font-family: var(--sc-serif);
    font-size: clamp(26px, 2.8vw, 34px);
    font-weight: 600;
    line-height: 1.15;
    color: var(--sc-black);
}

.sc-contact-aside-text {
    margin: 0 0 22px;
    color: var(--sc-muted);
    font-size: 14px;
    line-height: 1.65;
}

.sc-contact-details {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0;
}

.sc-contact-detail {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 16px 0;
    border-top: 1px solid var(--sc-line);
}

.sc-contact-detail:first-child {
    border-top: 0;
    padding-top: 0;
}

.sc-contact-detail-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--sc-pink-soft);
    color: var(--sc-pink);
}

.sc-contact-detail-icon svg {
    width: 19px;
    height: 19px;
}

.sc-contact-detail strong {
    display: block;
    margin-bottom: 4px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--sc-muted);
}

.sc-contact-detail a,
.sc-contact-detail span {
    color: var(--sc-text);
    font-size: 14px;
    line-height: 1.55;
}

.sc-contact-detail a:hover {
    color: var(--sc-pink);
}

.sc-contact-hours-box {
    margin-top: 18px;
    padding: 16px;
    border-radius: 14px;
    background: var(--sc-black);
    border: 1px solid rgba(212, 175, 55, 0.2);
}

.sc-contact-hours-box strong {
    display: block;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--sc-gold);
}

.sc-contact-hours {
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.6;
}

.sc-contact-hours p {
    margin: 0 0 6px;
}

.sc-contact-hours p:last-child {
    margin-bottom: 0;
}

.sc-contact-aside-actions {
    display: grid;
    gap: 10px;
    margin-top: 22px;
}

.sc-contact-aside-media {
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(184, 148, 31, 0.1);
    box-shadow: 0 12px 32px rgba(184, 148, 31, 0.08);
}

.sc-contact-aside-media img {
    width: 100%;
    aspect-ratio: 4 / 3.2;
    object-fit: cover;
    display: block;
}

.sc-contact-form-card {
    padding: 32px 32px 34px;
    border-radius: 24px;
    background: var(--sc-white);
    border: 1px solid rgba(20, 20, 20, 0.08);
    box-shadow: 0 18px 44px rgba(20, 20, 20, 0.05);
}

.sc-contact-form-head {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--sc-line);
}

.sc-contact-form-title {
    margin: 0 0 8px;
    font-family: var(--sc-serif);
    font-size: clamp(28px, 3vw, 36px);
    font-weight: 600;
    line-height: 1.15;
    color: var(--sc-black);
}

.sc-contact-form-sub {
    margin: 0;
    color: var(--sc-muted);
    font-size: 14px;
    line-height: 1.6;
}

.sc-contact-form {
    display: grid;
    gap: 16px;
}

.sc-contact-form .sc-booking-form-grid {
    margin-bottom: 0;
}

.sc-contact-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.sc-contact-check input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: var(--sc-pink);
    flex-shrink: 0;
}

.sc-contact-check label {
    color: var(--sc-muted);
    font-size: 14px;
    line-height: 1.55;
}

.sc-contact-check a {
    color: var(--sc-pink);
    font-weight: 600;
}

.sc-contact-check a:hover {
    color: var(--sc-pink-hover);
}

.sc-contact-submit {
    margin-top: 4px;
}

.sc-contact-map-block {
    padding: 28px 28px 30px;
    border-radius: 24px;
    background: var(--sc-white);
    border: 1px solid rgba(184, 148, 31, 0.1);
    box-shadow: 0 18px 44px rgba(184, 148, 31, 0.08);
}

.sc-contact-map-head {
    margin-bottom: 20px;
}

.sc-contact-map-kicker {
    margin: 0 0 8px;
    color: var(--sc-pink);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.sc-contact-map-title {
    margin: 0 0 8px;
    font-family: var(--sc-serif);
    font-size: clamp(24px, 2.8vw, 32px);
    font-weight: 600;
    line-height: 1.15;
    color: var(--sc-black);
}

.sc-contact-map-sub {
    margin: 0;
    color: var(--sc-muted);
    font-size: 14px;
    line-height: 1.6;
}

.sc-contact-map-frame {
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(184, 148, 31, 0.12);
    background: var(--sc-bar);
}

.sc-contact-map-frame iframe {
    display: block;
    width: 100%;
    height: 340px;
    border: 0;
}

.sc-contact-story {
    padding: 56px 0 72px;
    background: var(--sc-bar);
    border-top: 1px solid var(--sc-line);
}

.sc-contact-story-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
    gap: 32px;
    align-items: center;
    padding: 32px;
    border-radius: 24px;
    background: var(--sc-white);
    border: 1px solid rgba(184, 148, 31, 0.1);
    box-shadow: 0 14px 36px rgba(184, 148, 31, 0.07);
}

.sc-contact-story-card.is-single {
    grid-template-columns: 1fr;
}

.sc-contact-story-kicker {
    margin: 0 0 8px;
    color: var(--sc-pink);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.sc-contact-story-title {
    margin: 0 0 16px;
    font-family: var(--sc-serif);
    font-size: clamp(26px, 3vw, 34px);
    font-weight: 600;
    line-height: 1.2;
    color: var(--sc-black);
}

.sc-contact-story-prose {
    color: #3a3a3a;
    font-size: 15px;
    line-height: 1.75;
}

.sc-contact-story-prose p {
    margin: 0 0 14px;
}

.sc-contact-story-prose p:last-child {
    margin-bottom: 0;
}

.sc-contact-story-media {
    overflow: hidden;
    border-radius: 18px;
    background: var(--sc-bar);
}

.sc-contact-story-media img {
    width: 100%;
    min-height: 260px;
    object-fit: cover;
}

@media (max-width: 991px) {
    .sc-contact-layout {
        grid-template-columns: 1fr;
    }

    .sc-contact-aside {
        position: static;
        grid-template-columns: 1fr 1fr;
        align-items: stretch;
    }

    .sc-contact-aside-media {
        height: 100%;
    }

    .sc-contact-aside-media img {
        height: 100%;
        min-height: 100%;
    }
}

@media (max-width: 767px) {
    .sc-contact-main {
        padding-top: 28px;
    }

    .sc-contact-aside {
        grid-template-columns: 1fr;
    }

    .sc-contact-form-card,
    .sc-contact-map-block {
        padding: 24px 20px;
    }

    .sc-contact-map-frame iframe {
        height: 280px;
    }

    .sc-contact-story {
        padding: 40px 0 56px;
    }

    .sc-contact-story-card {
        grid-template-columns: 1fr;
        padding: 24px 20px;
    }

    .sc-contact-story-media {
        order: -1;
    }
}
