/* ==========================================================================
   FLORAL -- 꽃길형
   매우 연한 회분홍. 은은한 우아함. 중앙정렬.
   인셋 이중 프레임, pill 뱃지 라벨, 세리프 제목/인사말.

   skin/board/funeral/templates/floral.css
   ========================================================================== */

/* ── 색상 변수 ──────────────────────────────────────────────────── */
.memorial-sheet--floral {
    --sheet-bg: #f5f0ee;
    --sheet-bg-alt: #faf7f6;
    --sheet-ink: #2e2220;
    --sheet-muted: #8c7a72;
    --sheet-accent: #7d5a52;
    --sheet-accent-soft: rgba(125, 90, 82, 0.07);
    --sheet-panel-bg: rgba(250, 247, 246, 0.90);
    --sheet-panel-border: rgba(125, 90, 82, 0.12);
    --sheet-line: rgba(125, 90, 82, 0.08);
    --sheet-aura-one: rgba(245, 240, 238, 0.65);
    --sheet-aura-two: rgba(140, 122, 114, 0.05);
    --sheet-shadow: 0 24px 56px rgba(46, 34, 32, 0.10);
}

/* ── 레이아웃 오버라이드 ────────────────────────────────────────── */
.memorial-sheet--floral .memorial-stack {
    padding: 48px 36px;
    gap: 22px;
    border-radius: 24px;
    background: linear-gradient(160deg, var(--sheet-bg-alt), var(--sheet-bg));
    /* 이중 프레임: 외곽 + 인셋 */
    border: 1px solid var(--sheet-panel-border);
    box-shadow: var(--sheet-shadow);
}

.memorial-sheet--floral .memorial-stack::before {
    display: none;
}

/* 인셋 테두리 (이중 프레임) */
.memorial-sheet--floral .memorial-stack::after {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border: 1px solid rgba(125, 90, 82, 0.12);
    border-radius: 18px;
    pointer-events: none;
    z-index: 0;
    background: none;
    filter: none;
    width: auto;
    height: auto;
}

.memorial-sheet--floral .memorial-headbar {
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-bottom: none;
    padding-bottom: 16px;
}

.memorial-sheet--floral .memorial-eyebrow {
    font-family: var(--funeral-font-serif);
    font-size: 12px;
    letter-spacing: 0.20em;
    font-weight: 400;
    color: var(--sheet-accent);
}

.memorial-sheet--floral .memorial-hall {
    font-size: clamp(24px, 2.6vw, 30px);
    font-weight: 500;
    font-family: var(--funeral-font-serif);
    color: var(--sheet-ink);
}

.memorial-sheet--floral .memorial-tags {
    justify-content: center;
    margin-top: 8px;
}

/* pill 뱃지 형태 태그 — 매우 은은한 배경 */
.memorial-sheet--floral .memorial-tag {
    background: var(--sheet-accent-soft);
    border-color: var(--sheet-panel-border);
    border-radius: 999px;
    color: var(--sheet-accent);
}

.memorial-sheet--floral .memorial-summary-card {
    text-align: center;
    grid-template-columns: minmax(0, 1fr);
    padding: 32px 28px;
    background: var(--sheet-panel-bg);
    border: 1px solid var(--sheet-panel-border);
    border-radius: 18px;
    box-shadow: 0 6px 20px rgba(46, 34, 32, 0.04);
}

.memorial-sheet--floral .memorial-summary-meta {
    color: var(--sheet-accent);
    font-family: var(--funeral-font-serif);
}

.memorial-sheet--floral .memorial-summary-name {
    font-size: clamp(32px, 3.4vw, 40px);
    font-family: var(--funeral-font-serif);
    color: var(--sheet-ink);
}

.memorial-sheet--floral .memorial-summary-inline {
    display: block;
    margin-left: 0;
    margin-top: 8px;
    color: var(--sheet-muted);
}

.memorial-sheet--floral .memorial-summary-photo {
    border-radius: 14px;
    width: 100px;
    height: 100px;
    margin: 10px auto 0;
    border: 1px solid var(--sheet-panel-border);
    box-shadow: 0 4px 14px rgba(125, 90, 82, 0.06);
}

.memorial-sheet--floral .memorial-info-card {
    background: var(--sheet-panel-bg);
    border: 1px solid var(--sheet-panel-border);
    border-radius: 18px;
    padding: 26px 24px;
}

/* 세리프 제목 */
.memorial-sheet--floral .memorial-card-title {
    font-family: var(--funeral-font-serif);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.10em;
    text-align: center;
    color: var(--sheet-accent);
}

.memorial-sheet--floral .memorial-card-title::before,
.memorial-sheet--floral .memorial-card-title::after {
    content: '\2014';
    margin: 0 8px;
    opacity: 0.25;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    color: var(--sheet-accent);
}

/* pill 뱃지형 라벨 */
.memorial-sheet--floral .memorial-family-list span,
.memorial-sheet--floral .memorial-detail-list dt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 12px;
    background: var(--sheet-accent-soft);
    border: 1px solid var(--sheet-panel-border);
    border-radius: 999px;
    font-size: 11px;
    font-family: var(--funeral-font-serif);
    font-weight: 400;
    letter-spacing: 0.04em;
    align-self: start;
    color: var(--sheet-accent);
}

.memorial-sheet--floral .memorial-family-list li,
.memorial-sheet--floral .memorial-detail-list div {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    padding-bottom: 14px;
    border-bottom-color: var(--sheet-line);
}

.memorial-sheet--floral .memorial-route-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 10px;
    background: var(--sheet-accent-soft);
    border: 1px solid var(--sheet-panel-border);
    border-radius: 999px;
    font-size: 11px;
    font-family: var(--funeral-font-serif);
    align-self: start;
    color: var(--sheet-accent);
}

.memorial-sheet--floral .memorial-route-item {
    grid-template-columns: auto minmax(0, 1fr);
}

/* 세리프 인사말 */
.memorial-sheet--floral .memorial-message-copy {
    font-family: var(--funeral-font-serif);
    font-size: 15px;
    line-height: 2.2;
    font-weight: 400;
    text-align: center;
    color: var(--sheet-ink);
}

.memorial-sheet--floral .memorial-copy-btn {
    border: 1px solid var(--sheet-panel-border);
    border-radius: 999px;
    color: var(--sheet-accent);
    background: transparent;
}

.memorial-sheet--floral .memorial-copy-btn:hover {
    background: var(--sheet-accent);
    border-color: var(--sheet-accent);
    color: #fff;
}

.memorial-sheet--floral .memorial-location-link {
    border-radius: 999px;
    border: 1px solid var(--sheet-panel-border);
    color: var(--sheet-accent);
    background: transparent;
}

.memorial-sheet--floral .memorial-location-link:hover {
    background: var(--sheet-accent);
    border-color: var(--sheet-accent);
    color: #fff;
}

.memorial-sheet--floral .memorial-location-line {
    justify-content: center;
}

.memorial-sheet--floral .memorial-location-actions {
    justify-content: center;
}
