/* ========================================
   케이크 상세 페이지 - 오늘을빚다
   Premium Luxury Redesign
   ======================================== */

/* ---- Wrapper ---- */
.detail-wrapper {
    max-width: 900px;
    margin: 0 auto;
    background: #faf8f5;
}

/* ---- HERO ---- */
.detail-hero {
    position: relative;
    background: #2a2520;
    padding: 100px 50px 80px;
    text-align: center;
    overflow: hidden;
}

.detail-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(139, 115, 85, 0.08) 0%, transparent 60%);
    pointer-events: none;
}

.detail-hero::after {
    content: none;
}

.brand-logo {
    font-family: var(--font-en, 'Cinzel', serif);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 8px;
    color: #8b7355;
    margin-bottom: 32px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.hero-slogan {
    font-family: var(--font-serif, 'Source Han Serif KR', serif);
    font-size: 42px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    position: relative;
    z-index: 1;
}

.hero-sub {
    font-size: 18px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6);
    line-height: 2;
    letter-spacing: 0.3px;
    font-family: var(--font-sans, 'Pretendard', sans-serif);
    position: relative;
    z-index: 1;
}

/* 가격 - 사진 아래 */
.product-photo-section {
    background: #faf8f5;
    padding: 60px 40px 48px;
    text-align: center;
}

.hero-price {
    font-family: var(--font-en, 'Cinzel', serif);
    font-size: 24px;
    font-weight: 400;
    color: #8b7355;
    margin-top: 24px;
    letter-spacing: 2px;
}

.divider-ornament {
    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: center;
    margin: 36px 0;
    position: relative;
    z-index: 1;
}

.divider-ornament span {
    width: 50px;
    height: 1px;
    background: #8b7355;
}

.divider-ornament i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #8b7355;
    display: inline-block;
}

/* ---- SECTION BASE ---- */
.detail-wrapper section {
    padding: 80px 50px;
    border-bottom: 1px solid var(--border, #e5e5e5);
    animation: fadeUp 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.section-label {
    font-family: var(--font-en, 'Cinzel', serif);
    font-size: 13px;
    letter-spacing: 5px;
    color: #8b7355;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.section-title {
    font-family: var(--font-serif, 'Source Han Serif KR', serif);
    font-size: 32px;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 24px;
    line-height: 1.5;
}

.section-body {
    font-family: var(--font-sans, 'Pretendard', sans-serif);
    font-size: 17px;
    font-weight: 400;
    color: var(--text-muted, #717171);
    line-height: 2.1;
}

/* ---- PHILOSOPHY ---- */
.philosophy {
    background: #f5f2ed;
}

.philosophy-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px;
}

.phil-card {
    background: #faf8f5;
    border: 1px solid rgba(139, 115, 85, 0.1);
    padding: 40px 28px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.phil-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08);
    border-color: rgba(139, 115, 85, 0.2);
}

.phil-card-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: rgba(139, 115, 85, 0.06);
    border: 1px solid rgba(139, 115, 85, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8b7355;
    transition: all 0.4s ease;
}

.phil-card:hover .phil-card-icon {
    background: #8b7355;
    color: #fff;
    transform: scale(1.08);
}

.phil-card-title {
    font-family: var(--font-serif, 'Source Han Serif KR', serif);
    font-size: 20px;
    color: #1a1a1a;
    margin-bottom: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.phil-card-body {
    font-family: var(--font-sans, 'Pretendard', sans-serif);
    font-size: 14px;
    font-weight: 300;
    color: var(--text-muted, #717171);
    line-height: 1.9;
}

/* ---- PHOTO PLACEHOLDER ---- */
.photo-placeholder {
    width: 100%;
    height: 520px;
    background: #f0ede8;
    border: 1px solid rgba(139, 115, 85, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: rgba(139, 115, 85, 0.4);
}

.photo-placeholder-icon {
    opacity: 0.4;
    color: #8b7355;
}

.photo-placeholder-text {
    font-family: var(--font-en, 'Cinzel', serif);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 4px;
    color: rgba(139, 115, 85, 0.5);
}

.photo-placeholder-sub {
    font-family: var(--font-sans, 'Pretendard', sans-serif);
    font-size: 13px;
    color: rgba(139, 115, 85, 0.4);
}

/* ---- PROCESS ---- */
.process {
    background: #2a2520;
}

.process .section-label {
    color: #8b7355;
}

.process .section-title {
    color: #ffffff;
}

.process .section-body {
    color: rgba(255, 255, 255, 0.5);
}

.process-steps {
    margin-top: 36px;
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
}

.process-steps::before {
    content: '';
    position: absolute;
    left: 17px;
    top: 20px;
    bottom: 20px;
    width: 1px;
    background: linear-gradient(to bottom, #8b7355, rgba(139, 115, 85, 0.2));
}

.step {
    display: flex;
    gap: 28px;
    align-items: flex-start;
    padding: 24px 0;
    border-bottom: none;
    position: relative;
    transition: background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 4px;
    padding-left: 4px;
}

.step:hover {
    background: rgba(139, 115, 85, 0.06);
}

.step:last-child {
    border-bottom: none;
}

.step-num {
    font-family: var(--font-en, 'Cinzel', serif);
    font-size: 36px;
    font-weight: 400;
    color: #8b7355;
    min-width: 36px;
    line-height: 1;
    padding-top: 2px;
    position: relative;
    z-index: 1;
}

.step-content-title {
    font-family: var(--font-serif, 'Source Han Serif KR', serif);
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 6px;
}

.step-content-body {
    font-family: var(--font-sans, 'Pretendard', sans-serif);
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.9;
}

/* ---- HEALTH ---- */
.health {
    background: #faf8f5;
}

.health-highlight {
    background: #ffffff;
    border: none;
    border-left: 3px solid #8b7355;
    border-radius: 0;
    padding: 28px 30px;
    margin: 28px 0;
    text-align: left;
}

.health-highlight p {
    font-family: var(--font-serif, 'Source Han Serif KR', serif);
    font-size: 19px;
    font-weight: 400;
    color: #1a1a1a;
    line-height: 1.9;
}

.health-points {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 24px;
}

.health-point {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-family: var(--font-sans, 'Pretendard', sans-serif);
    font-size: 16px;
    font-weight: 400;
    color: var(--text-muted, #717171);
    line-height: 1.9;
}

.health-dot {
    min-width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #8b7355;
    margin-top: 10px;
    display: inline-block;
}

/* ---- FLAVORS ---- */
.flavors {
    background: #f5f2ed;
}

.flavor-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 36px;
}

.flavor-card {
    background: #faf8f5;
    border: 1px solid rgba(139, 115, 85, 0.1);
    padding: 0 0 12px 0;
    border-radius: 0;
    text-align: center;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                box-shadow 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                border-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
}

.flavor-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    border-color: #8b7355;
}

.flavor-img-placeholder {
    width: 100%;
    height: 245px;
    border-radius: 0;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    background: var(--bg-light, #f8f8f8);
    overflow: hidden;
}

.flavor-name {
    font-family: var(--font-serif, 'Source Han Serif KR', serif);
    font-size: 16px;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 3px;
    padding: 0 12px;
}

.flavor-desc {
    font-family: var(--font-sans, 'Pretendard', sans-serif);
    font-size: 13px;
    font-weight: 400;
    color: var(--text-muted, #717171);
    line-height: 1.45;
    padding: 0 12px;
}

.flavor-badge {
    display: inline-block;
    font-family: var(--font-en, 'Cinzel', serif);
    font-size: 11px;
    letter-spacing: 2px;
    color: #8b7355;
    border: 1px solid #8b7355;
    padding: 3px 10px;
    margin-top: 6px;
    border-radius: 20px;
    text-transform: uppercase;
    transition: background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.flavor-card:hover .flavor-badge {
    background: #8b7355;
    color: #ffffff;
}

/* flavor colors */
.flavor-heukimja .flavor-img-placeholder { background: #2a2520; color: #8b7355; }
.flavor-blueberry .flavor-img-placeholder { background: #2a2540; color: rgba(255, 255, 255, 0.6); }
.flavor-honey .flavor-img-placeholder { background: #f5efe4; color: #8b7355; }
.flavor-white .flavor-img-placeholder { background: #f0ede8; color: #8b7355; }
.flavor-pumpkin .flavor-img-placeholder { background: #f0e8dd; color: #8b7355; }

.flavor-price {
    font-family: var(--font-en, 'Cinzel', serif);
    font-size: 13px;
    font-weight: 600;
    color: #8b7355;
    margin-top: 8px;
    letter-spacing: 0.02em;
}

/* ---- OPTIONS TABLE ---- */
.options-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 28px;
    font-size: 14px;
    font-family: var(--font-sans, 'Pretendard', sans-serif);
}

.options-table th {
    background: #8b7355;
    color: #ffffff;
    font-weight: 500;
    padding: 14px 18px;
    text-align: left;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: var(--font-sans, 'Pretendard', sans-serif);
}

.options-table td {
    padding: 14px 18px;
    border-bottom: 1px solid rgba(139, 115, 85, 0.08);
    color: var(--text, #2b2b2b);
    background: #faf8f5;
    font-weight: 400;
    line-height: 1.7;
    transition: background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.options-table tr:hover td {
    background: rgba(139, 115, 85, 0.04);
}

.options-table tr:last-child td {
    border-bottom: none;
}

/* ---- STORAGE GUIDE ---- */
.storage-guide-section {
    background: #faf7f2;
    padding: 80px 24px;
}

.storage-guide-section .section-label,
.storage-guide-section .section-title {
    text-align: center;
}

.storage-list {
    max-width: 820px;
    margin: 48px auto 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.storage-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 24px 28px;
    background: #ffffff;
    border: 1px solid rgba(139, 115, 85, 0.15);
    border-radius: 12px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.storage-item:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
}

.storage-num {
    flex-shrink: 0;
    font-family: var(--font-en, 'Cinzel', serif);
    font-size: 22px;
    font-weight: 500;
    color: #8b7355;
    letter-spacing: 0.05em;
    min-width: 42px;
}

.storage-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
    color: #3d3530;
    letter-spacing: -0.01em;
}

.storage-item strong {
    color: #5d4a36;
    font-weight: 600;
}

@media (max-width: 640px) {
    .storage-guide-section { padding: 56px 18px; }
    .storage-item { padding: 18px 20px; gap: 14px; }
    .storage-num { font-size: 18px; min-width: 34px; }
    .storage-item p { font-size: 14px; line-height: 1.7; }
}

/* ---- SIZE ---- */
.size-section {
    background: #2a2520;
}

.size-section .section-label {
    color: #8b7355;
}

.size-section .section-title {
    color: #ffffff;
}

.size-section .section-body {
    color: rgba(255, 255, 255, 0.5);
}

.size-cards {
    display: flex;
    gap: 16px;
    margin-top: 32px;
    flex-wrap: wrap;
}

.size-card {
    flex: 1;
    min-width: 140px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 28px 20px;
    text-align: center;
    border-radius: 0;
    transition: border-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                box-shadow 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.size-card:hover {
    border-color: rgba(139, 115, 85, 0.5);
}

.size-card.featured {
    border-color: #8b7355;
    box-shadow: 0 0 20px rgba(139, 115, 85, 0.15);
    position: relative;
}

.size-badge {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    background: #8b7355;
    color: #fff;
    font-family: var(--font-en, 'Cinzel', serif);
    font-size: 10px;
    letter-spacing: 2px;
    padding: 4px 16px;
}

.size-diameter {
    font-family: var(--font-en, 'Cinzel', serif);
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.size-num {
    font-family: var(--font-en, 'Cinzel', serif);
    font-size: 48px;
    font-weight: 400;
    color: #8b7355;
    line-height: 1;
    margin-bottom: 8px;
}

.size-label {
    font-family: var(--font-sans, 'Pretendard', sans-serif);
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 8px;
}

.size-desc {
    font-family: var(--font-sans, 'Pretendard', sans-serif);
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.7;
}

/* 2단 / 3단 / 다단 안내 */
.size-tier-header {
    margin-top: 44px;
    margin-bottom: 18px;
    text-align: center;
}

.size-tier-rule {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(139, 115, 85, 0.12);
    border: 1px solid rgba(139, 115, 85, 0.35);
    border-radius: 999px;
    font-family: var(--font-en, 'Cinzel', serif);
    font-size: 13px;
    letter-spacing: 0.04em;
    color: #c9a876;
}

.size-tier-notice {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.size-tier-card {
    background: rgba(139, 115, 85, 0.08);
    border: 1px solid rgba(139, 115, 85, 0.3);
    padding: 28px 24px;
    border-radius: 4px;
    text-align: center;
}

.size-tier-title {
    font-family: var(--font-sans, 'Pretendard', sans-serif);
    font-size: 16px;
    font-weight: 500;
    color: #c9a876;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
}

.size-tier-spec {
    font-family: var(--font-en, 'Cinzel', serif);
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.02em;
    margin-bottom: 12px;
}

.size-tier-desc {
    font-family: var(--font-sans, 'Pretendard', sans-serif);
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.7;
}

@media (max-width: 900px) {
    .size-tier-notice { grid-template-columns: 1fr; gap: 14px; }
    .size-tier-card { padding: 22px 18px; }
    .size-tier-header { margin-top: 32px; }
    .size-tier-rule { font-size: 12px; padding: 7px 16px; }
}

/* ---- NOTICE ---- */
.notice {
    background: #2a2520;
}

.notice .section-label {
    color: #8b7355;
}

.notice .section-title {
    color: #ffffff;
}

.notice .section-body {
    color: rgba(255, 255, 255, 0.5);
}

.notice-emphasis {
    text-align: center;
    font-family: var(--font-serif, 'Source Han Serif KR', serif);
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 12px;
    padding: 16px 0;
    border-top: 1px solid #8b7355;
    border-bottom: 1px solid #8b7355;
    letter-spacing: 1px;
}

.notice-important .section-title {
    color: #ffffff;
}

.notice-list {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.notice-item {
    display: block;
    font-family: var(--font-sans, 'Pretendard', sans-serif);
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.9;
    padding: 20px 24px;
    background: rgba(255, 255, 255, 0.03);
    border-left: 3px solid #8b7355;
    border-radius: 0;
    transition: background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.notice-item:hover {
    background: rgba(255, 255, 255, 0.06);
}

.notice-item strong {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0;
}

.notice-item p {
    margin-top: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.8;
}

.notice-warning {
    display: inline-block;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #8b7355;
}

/* ---- ORDER CTA ---- */
.order-cta {
    background: #2a2520;
    text-align: center;
    padding: 100px 50px;
}

.order-cta .section-title {
    color: #ffffff;
}

.order-cta .section-body {
    color: rgba(255, 255, 255, 0.5);
}

.cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 400px;
    margin: 0 auto;
}

.cta-btn {
    display: block;
    padding: 18px 28px;
    font-family: var(--font-sans, 'Pretendard', sans-serif);
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    border-radius: 0;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    letter-spacing: 2px;
}

.kakao-btn {
    background: #8b7355;
    color: #ffffff;
    border: 1px solid #8b7355;
}

.kakao-btn:hover {
    background: #a08868;
    border-color: #a08868;
}

.phone-btn {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.phone-btn:hover {
    border-color: #8b7355;
    color: #8b7355;
}

/* ---- CLOSING ---- */
.closing {
    text-align: center;
    padding: 100px 50px;
    background: #2a2520;
    color: #ffffff;
    border-bottom: none;
}

.closing-en {
    font-family: var(--font-en, 'Cinzel', serif);
    font-size: 16px;
    letter-spacing: 6px;
    color: #8b7355;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.closing-main {
    font-family: var(--font-serif, 'Source Han Serif KR', serif);
    font-size: 26px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.9;
    margin-bottom: 36px;
}

.closing-detail {
    font-family: var(--font-sans, 'Pretendard', sans-serif);
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.45);
    line-height: 2;
}

/* ---- TAG ---- */
.tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.tag {
    font-family: var(--font-sans, 'Pretendard', sans-serif);
    font-size: 14px;
    font-weight: 400;
    color: #8b7355;
    border: 1px solid #8b7355;
    padding: 6px 16px;
    border-radius: 24px;
    background: transparent;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.tag:hover {
    background: #8b7355;
    color: #ffffff;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 768px) {
    .detail-wrapper {
        max-width: 100%;
    }

    .detail-hero {
        padding: 80px 28px 60px;
    }

    .hero-slogan {
        font-size: 32px;
    }

    .hero-price {
        font-size: 24px;
    }

    .detail-wrapper section {
        padding: 60px 24px;
    }

    .section-title {
        font-size: 26px;
    }

    .flavor-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .flavor-img-placeholder {
        height: 160px;
    }

    .size-cards {
        flex-direction: column;
    }

    .detail-hero::before {
        display: none;
    }

    .philosophy-cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .phil-card {
        padding: 28px 24px;
    }

    .product-photo-section {
        padding: 40px 24px 36px;
    }

    .photo-placeholder {
        height: 280px;
    }

    .order-cta {
        padding: 60px 24px;
    }

    .closing {
        padding: 60px 24px;
    }

    .process-steps::before {
        left: 16px;
    }
}

@media (max-width: 480px) {
    .detail-hero {
        padding: 60px 20px 48px;
    }

    .hero-slogan {
        font-size: 26px;
    }

    .hero-sub {
        font-size: 15px;
    }

    .hero-price {
        font-size: 22px;
    }

    .detail-wrapper section {
        padding: 48px 18px;
    }

    .section-title {
        font-size: 24px;
    }

    .philosophy-cards {
        grid-template-columns: 1fr;
    }

    .flavor-grid {
        grid-template-columns: 1fr;
    }

    .flavor-card[style*="grid-column"] {
        max-width: 100% !important;
    }

    .flavor-img-placeholder {
        height: 140px;
    }

    .options-table {
        font-size: 13px;
    }

    .options-table td,
    .options-table th {
        padding: 10px 12px;
    }

    .notice-item {
        padding: 16px 18px;
    }

    .health-highlight {
        padding: 20px 18px;
    }

    .options-table-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .brand-logo {
        font-size: 14px;
        letter-spacing: 5px;
    }

    .tag {
        font-size: 12px;
        padding: 4px 12px;
    }

    .phil-card {
        padding: 24px 20px;
    }

    .phil-card-icon {
        width: 44px;
        height: 44px;
        height: 30px;
    }

    .phil-card::after {
        left: 26px;
        width: 8px;
        height: 8px;
    }

    .step-num {
        font-size: 28px;
    }

    .size-num {
        font-size: 36px;
    }

    .order-cta {
        padding: 48px 18px;
    }

    .closing {
        padding: 48px 18px;
    }

    .closing-main {
        font-size: 22px;
    }
}

/* 모바일 텍스트 줄바꿈 최적화 */
@media (max-width: 600px) {
    p, li, td, div, h2, h3 { word-break: keep-all; overflow-wrap: break-word; }
}
