/* 聯絡我們 — 緊湊單頁版面 */
.page-contact .ct-section {
    display: block !important;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.page-contact .ct-inner {
    width: 100%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

/* --- Hero：與作品案例／求婚內頁相同語言（全幅底圖 + 斜向遮罩 + 垂直置中） --- */
.ct-hero {
    position: relative;
    isolation: isolate;
    min-height: 72vh;
    padding: 150px 5% 100px;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: center;
    overflow: hidden;
    border-bottom: 1px solid rgba(212, 175, 55, 0.08);
}
.ct-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}
.ct-hero__photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transform: scale(1.01);
}
.ct-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(120deg, rgba(10, 10, 14, 0.72) 0%, rgba(18, 12, 22, 0.62) 45%, rgba(10, 10, 14, 0.52) 100%);
}
.ct-hero .ct-inner {
    position: relative;
    z-index: 2;
    width: 100%;
}
.ct-hero__eyebrow {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 0.95rem;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: rgba(212, 175, 55, 0.55);
    margin-bottom: 20px;
}
.ct-hero__title {
    font-size: clamp(1.85rem, 4.2vw, 2.65rem);
    font-weight: 300;
    letter-spacing: 5px;
    color: var(--gold-light);
    line-height: 1.38;
    max-width: 18em;
    margin-bottom: 24px;
    text-shadow: 0 2px 28px rgba(0, 0, 0, 0.55);
}
.ct-hero__lead {
    font-size: 1.05rem;
    color: rgba(230, 230, 235, 0.92);
    max-width: 38em;
    line-height: 1.95;
    letter-spacing: 0.4px;
    margin-bottom: 0;
    text-shadow: 0 1px 16px rgba(0, 0, 0, 0.45);
}
.ct-hero__lead strong {
    color: var(--gold-light);
    font-weight: 600;
}

/* --- 主面板：資訊條 + 地圖與說明並排 --- */
.ct-panel {
    padding: 28px 5% 44px !important;
    background: var(--bg-dark);
}
.ct-panel__strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(212, 175, 55, 0.14);
    margin-bottom: 22px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}
.ct-mini {
    padding: 18px 20px 20px;
    background: linear-gradient(165deg, rgba(18, 16, 22, 0.96) 0%, rgba(10, 10, 12, 0.99) 100%);
    border-right: 1px solid rgba(212, 175, 55, 0.08);
}
.ct-mini:last-child {
    border-right: none;
}
.ct-mini--line {
    background: linear-gradient(165deg, rgba(12, 22, 16, 0.95) 0%, rgba(10, 10, 12, 0.99) 100%);
}
.ct-mini__label {
    font-size: 0.68rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(212, 175, 55, 0.45);
    margin-bottom: 8px;
}
.ct-mini__val {
    font-size: 1rem;
    color: #eee;
    line-height: 1.45;
    margin: 0 0 6px;
    font-weight: 300;
}
.ct-mini__val--addr {
    font-size: 0.92rem;
    letter-spacing: 0.2px;
    color: rgba(220, 220, 225, 0.95);
}
.ct-mini__val--line {
    font-size: 1.08rem;
    letter-spacing: 2px;
    color: var(--gold-light);
    font-weight: 600;
}
.ct-mini__line-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px;
}
.ct-mini__line-row .ct-mini__val--line {
    margin: 0;
}
.ct-mini__link {
    color: var(--gold-light);
    text-decoration: none;
    border-bottom: 1px solid rgba(212, 175, 55, 0.35);
}
.ct-mini__link:hover {
    color: #fff;
}
.ct-mini__link--tel {
    border-bottom: none;
}
.ct-mini__link--tel:hover {
    border-bottom: none;
    color: #fff;
}

.ct-panel__split {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 22px;
    align-items: stretch;
}
.ct-panel__map-title {
    font-size: 0.72rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(212, 175, 55, 0.5);
    margin-bottom: 10px;
}
.ct-panel__map .ct-map__frame {
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(212, 175, 55, 0.12);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.45);
    aspect-ratio: 16 / 9;
    max-height: 300px;
    background: #0a0a0e;
}
.ct-panel__map .ct-map__frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.ct-panel__map-note {
    font-size: 0.78rem;
    color: rgba(140, 140, 148, 0.95);
    margin: 10px 0 0;
    line-height: 1.5;
}

.ct-merge {
    height: 100%;
    padding: 20px 20px 22px;
    border-radius: 12px;
    border: 1px solid rgba(212, 175, 55, 0.12);
    background: linear-gradient(160deg, rgba(16, 14, 20, 0.95) 0%, rgba(8, 8, 10, 0.98) 100%);
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.3);
}
.ct-merge__title {
    font-size: 1.02rem;
    font-weight: 300;
    letter-spacing: 2px;
    color: var(--gold-light);
    margin-bottom: 14px;
}
.ct-list {
    list-style: none;
    margin: 0 0 14px;
    padding: 0;
}
.ct-list--tight li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 8px;
    font-size: 0.88rem;
    color: rgba(200, 200, 205, 0.92);
    line-height: 1.5;
}
.ct-list--tight li:last-child {
    margin-bottom: 0;
}
.ct-list--tight li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--gold);
    opacity: 0.6;
}
.ct-merge__reply {
    font-size: 0.84rem;
    color: var(--text-sub);
    line-height: 1.65;
    margin: 0 0 10px;
}
.ct-merge__legal {
    font-size: 0.78rem;
    color: rgba(130, 130, 138, 0.95);
    line-height: 1.55;
    margin: 0;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.ct-panel__cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px 18px;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(212, 175, 55, 0.08);
}
.ct-panel__cta .gold-btn {
    margin-top: 0;
}

/* LINE 按鈕（沿用） */
.ct-btn-line {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.45s var(--smooth-curve);
    background: linear-gradient(135deg, #06c755 0%, #05a849 100%);
    color: #fff;
    box-shadow: 0 4px 20px rgba(6, 199, 85, 0.22);
}
.ct-btn-line:hover {
    transform: translateY(-1px);
    filter: brightness(1.06);
}
.ct-btn-line--sm {
    padding: 8px 16px;
    font-size: 12px;
}

.ct-cta__btn--secondary {
    background: transparent !important;
    border-color: rgba(212, 175, 55, 0.45) !important;
    color: var(--gold-light) !important;
}
.ct-cta__btn--secondary:hover {
    background: rgba(212, 175, 55, 0.12) !important;
    border-color: rgba(212, 175, 55, 0.65) !important;
}

@media (max-width: 900px) {
    .ct-panel__strip {
        grid-template-columns: 1fr;
    }
    .ct-mini {
        border-right: none;
        border-bottom: 1px solid rgba(212, 175, 55, 0.08);
    }
    .ct-mini:last-child {
        border-bottom: none;
    }
    .ct-panel__split {
        grid-template-columns: 1fr;
    }
    .ct-panel__map .ct-map__frame {
        max-height: none;
        aspect-ratio: 16 / 10;
    }
    .ct-hero {
        min-height: auto;
        padding-top: 120px;
        padding-bottom: 72px;
    }
}
