    :root {
        --gold-deep:    #A07810;
        --gold-mid:     #D4AF37;
        --gold-light:   #EAD694;
        --gold-pale:    #FDF8EC;
        --gold-cream:   #FAF5E4;
        --ivory:        #FFFDF7;
        --warm-white:   #FFFFFF;
        --text-dark:    #2C2410;
        --text-mid:     #5C4A1E;
        --text-soft:    #8C7640;
        --text-light:   #B0A070;
        --border-gold:  rgba(212,175,55,0.25);
        --shadow-gold:  rgba(180,140,30,0.15);
        --accent-yellow:#F5E642;
    }

    * { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }

    body {
        background: var(--ivory);
        color: var(--text-dark);
        font-family: 'Jost', 'Shippori Mincho', sans-serif;
        font-weight: 300;
        -webkit-font-smoothing: antialiased;
        overflow-x: hidden;
        max-width: 430px;
        margin: 0 auto;
    }

    .sec-label {
        font-family: 'Jost', sans-serif;
        font-size: 9px; font-weight: 500;
        letter-spacing: 0.38em; text-transform: uppercase;
        color: var(--gold-mid); display: block; margin-bottom: 10px;
    }
    .sec-rule {
        width: 32px; height: 1px;
        background: linear-gradient(90deg, var(--gold-mid), transparent);
        margin: 14px 0;
    }
    .sec-title {
        font-family: 'Shippori Mincho', serif;
        font-size: 26px; font-weight: 700;
        line-height: 1.35; color: var(--text-dark);
    }
    .sec-title em { font-style: normal; color: var(--gold-deep); }

    /* NAV */
    .navbar-nn {
        position: fixed; top: 0; left: 50%;
        transform: translateX(-50%);
        width: 100%; max-width: 430px; z-index: 200;
        background: rgba(20, 29, 43, 0.94);
        backdrop-filter: blur(14px);
        border-bottom: 1px solid rgba(255,255,255,0.18);
        height: 56px;
        display: flex; align-items: center;
        justify-content: center; padding: 0 20px;
        box-shadow: 0 6px 18px rgba(0,0,0,0.18);
    }
    .nav-logo {
        text-decoration: none;
        display: flex; align-items: center; justify-content: center;
    }
    .nav-logo-img {
        display: block;
        height: 28px;
        width: auto;
        max-width: 190px;
    }
    .nn-icon {
        width: 28px; height: 28px;
        background: linear-gradient(135deg, #D4AF37, #A07810);
        border-radius: 6px;
        display: flex; align-items: center; justify-content: center;
        font-family: 'Cormorant Garamond', serif;
        font-size: 13px; font-weight: 700; color: white;
    }

    /* HERO */
    .hero {
        padding-top: 56px;
        background: linear-gradient(170deg, #FFFDF7 0%, #FDF8EC 50%, #F0E4B8 100%);
        position: relative; overflow: hidden;
    }
    .hero-orb { position: absolute; border-radius: 50%; pointer-events: none; }
    .hero-orb-a {
        width: 280px; height: 280px; top: -100px; right: -80px;
        background: radial-gradient(circle, rgba(212,175,55,0.2) 0%, transparent 70%);
    }
    .hero-orb-b {
        width: 220px; height: 220px; bottom: 40px; left: -60px;
        background: radial-gradient(circle, rgba(234,214,148,0.25) 0%, transparent 70%);
    }
    .hero-tag {
        display: inline-flex; align-items: center; gap: 7px;
        background: rgba(212,175,55,0.13);
        border: 1px solid rgba(212,175,55,0.35);
        border-radius: 30px; padding: 5px 14px 5px 10px; margin-bottom: 22px;
    }
    .hero-tag .dot {
        width: 5px; height: 5px; border-radius: 50%;
        background: var(--gold-mid); flex-shrink: 0;
    }
    .hero-tag span {
        font-family: 'Jost', sans-serif;
        font-size: 9px; font-weight: 500;
        letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold-deep);
    }
    .hero-h1 {
        font-family: 'Shippori Mincho', serif;
        font-size: 38px; font-weight: 700;
        line-height: 1.18; color: var(--text-dark); margin-bottom: 18px;
        letter-spacing: 0.02em;
    }
    .hero-h1 .ac { color: var(--gold-deep); }
    .hero-lead {
        font-family: 'Shippori Mincho', serif;
        font-size: 14px; font-weight: 500;
        line-height: 1.95; color: var(--text-mid); margin-bottom: 8px;
    }
    .hero-note {
        font-family: 'Jost', sans-serif;
        font-size: 10px; color: var(--text-soft); margin-bottom: 28px;
    }
    .hero-korea {
        margin: 14px 0 14px;
        padding: 14px 16px;
        background: rgba(255, 255, 255, 0.68);
        border: 1px solid rgba(212,175,55,0.35);
        border-radius: 12px;
        box-shadow: 0 8px 20px rgba(160,120,16,0.08);
    }
    .hero-korea p {
        margin: 8px 0 0;
        font-family: 'Shippori Mincho', serif;
        font-size: 13px;
        line-height: 1.8;
        color: var(--text-mid);
    }
    .hero-maincall {
        margin: 16px 0 16px;
        padding: 18px 16px;
        background: linear-gradient(135deg, rgba(162,29,47,0.08), rgba(255,255,255,0.88));
        border: 1px solid rgba(162,29,47,0.16);
        border-radius: 16px;
        box-shadow: 0 10px 24px rgba(162,29,47,0.08);
    }
    .hero-maincall-top {
        font-family: 'Jost', sans-serif;
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 0.22em;
        text-transform: uppercase;
        color: #a21d2f;
        margin-bottom: 8px;
    }
    .hero-maincall-title {
        font-family: 'Shippori Mincho', serif;
        font-size: 30px;
        font-weight: 700;
        line-height: 1.22;
        color: var(--text-dark);
        margin-bottom: 10px;
    }
    .hero-maincall p {
        margin: 0;
        font-family: 'Shippori Mincho', serif;
        font-size: 13px;
        line-height: 1.85;
        color: var(--text-mid);
    }
    .korea-badge {
        display: inline-block;
        font-family: 'Jost', sans-serif;
        font-size: 9px;
        font-weight: 600;
        letter-spacing: 0.28em;
        text-transform: uppercase;
        color: #a21d2f;
        background: rgba(255,255,255,0.95);
        border: 1px solid rgba(162,29,47,0.18);
        border-radius: 999px;
        padding: 5px 10px;
    }
    .korea-flag {
        font-size: 18px;
        vertical-align: -1px;
        margin-right: 4px;
    }
    .hero-img-wrap { position: relative; }
    .hero-img {
        width: 100%; aspect-ratio: 4/3;
        object-fit: cover; object-position: center top; display: block;
    }
    .hero-img-overlay {
        position: absolute; inset: 0;
        background: linear-gradient(to bottom, rgba(255,253,247,0.1) 0%, rgba(240,228,184,0.5) 100%);
    }
    .hero-badge-wrap {
        position: absolute; bottom: 18px; left: 18px; display: flex; gap: 10px;
    }
    .h-badge {
        background: rgba(255,253,247,0.96);
        border: 1px solid var(--border-gold);
        border-radius: 10px; padding: 10px 14px;
        text-align: center; backdrop-filter: blur(8px);
    }
    .h-badge-num {
        font-family: 'Cormorant Garamond', serif;
        font-size: 22px; font-weight: 600; color: var(--gold-deep); line-height: 1;
    }
    .h-badge-lbl {
        font-family: 'Jost', sans-serif;
        font-size: 8px; letter-spacing: 0.12em;
        color: var(--text-soft); text-transform: uppercase;
    }
    .hero-cta-row {
        display: flex; flex-direction: column; gap: 11px;
        padding: 28px 24px 36px;
    }
    .btn-gold-full {
        display: block; width: 100%; text-align: center;
        font-family: 'Shippori Mincho', serif;
        font-size: 14px; font-weight: 700; color: white;
        background: linear-gradient(135deg, #EAD694, #D4AF37 50%, #A07810);
        border: none; border-radius: 6px; padding: 16px 20px;
        text-decoration: none; cursor: pointer;
        box-shadow: 0 4px 22px rgba(160,120,16,0.3);
        transition: transform .2s; letter-spacing: 0.06em;
    }
    .btn-gold-full:hover { transform: translateY(-1px); color: white; }
    .btn-outline-gold {
        display: block; width: 100%; text-align: center;
        font-family: 'Shippori Mincho', serif;
        font-size: 13px; font-weight: 500; color: var(--gold-deep);
        background: transparent; border: 1px solid var(--gold-mid);
        border-radius: 6px; padding: 14px 20px;
        text-decoration: none; transition: background .2s; letter-spacing: 0.06em;
    }
    .btn-outline-gold:hover { background: rgba(212,175,55,0.08); color: var(--gold-deep); }

    /* STATS */
    .stats-row {
        background: var(--warm-white);
        border-top: 1px solid var(--border-gold);
        border-bottom: 1px solid var(--border-gold);
        display: grid; grid-template-columns: repeat(3, 1fr);
        text-align: center; padding: 24px 0;
    }
    .stat-col + .stat-col { border-left: 1px solid var(--border-gold); }
    .stat-num {
        font-family: 'Cormorant Garamond', serif;
        font-size: 28px; font-weight: 600; color: var(--gold-mid); line-height: 1; margin-bottom: 4px;
    }
    .stat-lbl {
        font-family: 'Jost', sans-serif;
        font-size: 9px; letter-spacing: 0.12em; color: var(--text-soft); text-transform: uppercase;
    }

    /* SECTION */
    .sec { padding: 56px 24px; }
    .sec-alt   { background: var(--gold-cream); }
    .sec-white { background: var(--warm-white); }
    .sec-ivory { background: var(--ivory); }

    /* FEATURE CARDS */
    .feat-card {
        background: var(--warm-white); border: 1px solid var(--border-gold);
        border-radius: 14px; padding: 22px 18px; margin-bottom: 12px;
        display: flex; gap: 14px; align-items: flex-start; transition: box-shadow .3s;
    }
    .feat-card:hover { box-shadow: 0 8px 32px var(--shadow-gold); }
    .feat-icon {
        width: 44px; height: 44px; flex-shrink: 0; border-radius: 50%;
        background: linear-gradient(135deg, rgba(234,214,148,0.5), rgba(212,175,55,0.25));
        border: 1px solid rgba(212,175,55,0.3);
        display: flex; align-items: center; justify-content: center;
        color: var(--gold-deep); font-size: 18px;
    }
    .feat-title {
        font-family: 'Shippori Mincho', serif;
        font-size: 15px; font-weight: 700; color: var(--text-dark); margin-bottom: 5px;
    }
    .feat-body {
        font-family: 'Jost', sans-serif;
        font-size: 12px; font-weight: 300; line-height: 1.8; color: var(--text-soft); margin: 0;
    }

    /* HIGHLIGHT BOX */
    .highlight-box {
        background: linear-gradient(135deg, rgba(234,214,148,0.3), rgba(212,175,55,0.15));
        border: 1px solid rgba(212,175,55,0.4);
        border-radius: 12px; padding: 20px 18px; margin-top: 20px;
    }
    .highlight-box p {
        font-family: 'Shippori Mincho', serif;
        font-size: 13px; font-weight: 400; line-height: 1.9; color: var(--text-mid); margin: 0;
    }
    .highlight-box strong { color: var(--gold-deep); }
    .about-photo {
        width: 100%; aspect-ratio: 3/2; object-fit: cover; border-radius: 14px;
        display: block; margin-bottom: 28px; box-shadow: 0 8px 32px var(--shadow-gold);
    }

    /* SERUM */
    .serum-head { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }
    .serum-bar {
        width: 5px; height: 36px;
        background: linear-gradient(180deg, var(--gold-light), var(--gold-deep));
        border-radius: 3px; flex-shrink: 0;
    }
    .serum-kicker {
        font-family: 'Jost', sans-serif;
        font-size: 9px; font-weight: 500;
        letter-spacing: 0.3em; text-transform: uppercase;
        color: var(--gold-mid); display: block; margin-bottom: 3px;
    }
    .serum-name {
        font-family: 'Shippori Mincho', serif;
        font-size: 30px; font-weight: 700; color: var(--text-dark); line-height: 1.18;
    }
    .serum-name span {
        font-size: 13px; color: var(--gold-deep); font-weight: 500;
        display: block; letter-spacing: 0.04em; margin-top: 2px;
    }
    .korea-inline {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        margin-bottom: 4px;
        color: #a21d2f;
    }
    .serum-photo {
        width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 12px;
        display: block; margin-bottom: 20px; box-shadow: 0 6px 24px var(--shadow-gold);
    }
    .tags-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
    .tag-pill {
        font-family: 'Jost', sans-serif;
        font-size: 10px; font-weight: 500; letter-spacing: 0.1em; color: var(--gold-deep);
        background: rgba(212,175,55,0.12); border: 1px solid rgba(212,175,55,0.3);
        border-radius: 30px; padding: 5px 12px;
    }
    .serum-points { list-style: none; padding: 0; margin: 0; }
    .serum-points li {
        font-family: 'Shippori Mincho', serif;
        font-size: 13px; font-weight: 400; line-height: 1.75; color: var(--text-mid);
        padding: 11px 0; border-bottom: 1px solid var(--border-gold);
        display: flex; align-items: flex-start; gap: 10px;
    }
    .serum-points li:last-child { border-bottom: none; }
    .serum-points li::before {
        content: '▶'; color: var(--gold-mid); font-size: 9px; flex-shrink: 0; margin-top: 3px;
    }
    #rejuran h4 {
        font-family: 'Shippori Mincho', serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.6;
        color: var(--text-dark);
        margin: 18px 0 10px;
    }
    #rejuran .serum-points li {
        color: var(--text-dark);
        border-bottom-color: rgba(160, 120, 16, 0.25);
    }
    .rejuran-intro {
        background: linear-gradient(135deg, rgba(255,255,255,0.92), rgba(248,242,223,0.92));
        border: 1px solid rgba(160, 120, 16, 0.22);
        border-radius: 14px;
        padding: 16px;
        margin-bottom: 10px;
    }
    .rejuran-copy {
        font-family: 'Shippori Mincho', serif;
        font-size: 16px;
        line-height: 1.85;
        color: var(--text-dark);
        margin: 0 0 12px;
    }
    .rejuran-highlight {
        font-family: 'Jost', sans-serif;
        font-size: 11px;
        font-weight: 500;
        line-height: 1.7;
        color: #7b1422;
        background: rgba(255,255,255,0.95);
        border: 1px solid rgba(123,20,34,0.12);
        border-radius: 10px;
        padding: 10px 12px;
    }
    .serum-points-focus {
        margin-top: 14px;
        margin-bottom: 12px;
        background: linear-gradient(135deg, #fffdf5, #f8f2df);
        border: 1px solid rgba(160, 120, 16, 0.35);
        border-radius: 12px;
        padding: 8px 14px;
        box-shadow: 0 6px 18px rgba(160, 120, 16, 0.08);
    }
    .serum-points-focus li {
        font-size: 14px;
        font-weight: 700;
        line-height: 1.7;
        color: #6b5111;
        padding: 9px 0;
        border-bottom: 1px dashed rgba(160, 120, 16, 0.32);
    }
    .serum-points-focus li::before {
        content: '✓';
        font-size: 11px;
        color: var(--gold-deep);
        margin-top: 2px;
    }

    /* BEFORE / AFTER */
    .ba-wrap { background: var(--gold-cream); border-radius: 14px; overflow: hidden; margin-top: 20px; }
    .ba-head {
        background: linear-gradient(135deg, #D4AF37, #A07810); padding: 9px 16px;
        font-family: 'Jost', sans-serif;
        font-size: 9px; font-weight: 600; letter-spacing: 0.25em; text-transform: uppercase; color: white;
    }
    .ba-body { padding: 16px; }
    .ba-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 10px; }
    .ba-item { position: relative; }
    .ba-img {
        width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: center top;
        border-radius: 8px; display: block;
    }
    .ba-tag {
        position: absolute; bottom: 6px; left: 6px;
        font-family: 'Jost', sans-serif;
        font-size: 8px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase;
        color: white; background: rgba(0,0,0,0.45); border-radius: 4px; padding: 3px 8px;
    }
    .ba-cap {
        font-family: 'Jost', sans-serif;
        font-size: 10px; font-weight: 300; line-height: 1.6; color: var(--text-soft); text-align: center;
    }

    /* PLACENTA LABEL */
    .placenta-strip {
        background: linear-gradient(135deg, #EAD694, #D4AF37);
        border-radius: 12px; padding: 14px 18px; margin-bottom: 20px;
        display: flex; align-items: center; gap: 12px;
    }
    .placenta-strip .pi { font-size: 24px; color: white; flex-shrink: 0; }
    .placenta-label {
        font-family: 'Shippori Mincho', serif;
        font-size: 14px; font-weight: 700; color: white; line-height: 1.35;
    }
    .placenta-label small { font-size: 11px; font-weight: 400; display: block; opacity: 0.88; }

    /* PDRN */
    .pdrn-card {
        background: linear-gradient(135deg, #FDF8EC, #F0E4B8);
        border: 1px solid rgba(212,175,55,0.4); border-radius: 16px; padding: 26px 20px;
    }
    .pdrn-inner { display: flex; align-items: flex-start; gap: 16px; }
    .pdrn-ico {
        width: 52px; height: 52px; flex-shrink: 0;
        background: linear-gradient(135deg, #EAD694, #D4AF37);
        border-radius: 50%;
        display: flex; align-items: center; justify-content: center;
        font-size: 22px; color: white;
    }
    .pdrn-title {
        font-family: 'Shippori Mincho', serif;
        font-size: 20px; font-weight: 700; color: var(--gold-deep); margin-bottom: 6px;
    }
    .pdrn-sub {
        font-family: 'Shippori Mincho', serif;
        font-size: 13px; font-weight: 400; line-height: 1.8; color: var(--text-mid); margin: 0;
    }

/* --- 既存のベースを拡張 --- */
.price-section {
    background: linear-gradient(135deg, #EAD694 0%, #D4AF37 45%, #A07810 100%);
    padding: 60px 20px; text-align: center; position: relative; overflow: hidden;
}
.price-section::before {
    content: ''; position: absolute; top: -80px; right: -80px;
    width: 220px; height: 220px; border-radius: 50%; background: rgba(255,255,255,0.12);
}
.price-section::after {
    content: ''; position: absolute; bottom: -50px; left: -50px;
    width: 160px; height: 160px; border-radius: 50%; background: rgba(255,255,255,0.08);
}

.price-eyecatch {
    font-family: 'Shippori Mincho', serif;
    font-size: 24px; font-weight: 700; color: white; line-height: 1.55;
    margin-bottom: 12px; position: relative; z-index: 1;
}
.price-top-note {
    font-family: 'Jost', sans-serif;
    font-size: 12px; font-weight: 300; color: rgba(255,255,255,0.9);
    margin-bottom: 32px; position: relative; z-index: 1; line-height: 1.7;
}

/* --- 新設：メニューレイアウト用 --- */
.price-container {
    max-width: 480px; margin: 0 auto 40px; position: relative; z-index: 1;
    display: flex; flex-direction: column; gap: 24px;
}

.price-category-box {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px; padding: 24px 20px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    text-align: left;
}

.category-title {
    font-family: 'Shippori Mincho', serif;
    font-size: 16px; font-weight: 700; color: #A07810;
    margin-bottom: 20px; border-bottom: 1px solid rgba(160, 120, 16, 0.2);
    padding-bottom: 8px; display: flex; align-items: center; gap: 8px;
}

.badge-trial {
    background: #EAD694; color: #5c4303; font-size: 11px;
    padding: 2px 8px; border-radius: 4px; font-weight: bold;
    font-family: 'Jost', sans-serif;
}

/* メニューの1行 */
.price-item {
    display: flex; justify-content: space-between; align-items: flex-end;
    margin-bottom: 18px; padding-bottom: 14px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
}
.price-item:last-of-type {
    margin-bottom: 0; padding-bottom: 0; border-bottom: none;
}
.price-item.alignment-center {
    align-items: center;
}

/* 左側：メニュー名・通常価格 */
.item-info {
    display: flex; flex-direction: column; gap: 4px;
}
.item-name {
    font-family: 'Shippori Mincho', serif;
    font-size: 14px; font-weight: 700; color: #333; line-height: 1.4;
}
.item-name small {
    font-size: 11px; color: #666; font-weight: normal;
}
.item-regular {
    font-family: 'Jost', sans-serif;
    font-size: 11px; color: #888; text-decoration: line-through;
}
.item-each {
    font-family: 'Jost', sans-serif;
    font-size: 11px; color: #666;
}
.font-gold {
    color: #A07810; font-weight: 600;
}

/* 右側：確定価格 */
.item-amount {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px; font-weight: 600; color: #A07810; line-height: 1;
    white-space: nowrap;
}
.item-amount small {
    font-size: 14px; font-weight: 400; vertical-align: baseline; margin-right: 1px;
}

.category-note {
    font-family: 'Jost', sans-serif;
    font-size: 10px; color: #666; line-height: 1.5; margin-top: 12px;
}

/* テキスト左寄せ用 */
.text-left { text-align: left; }

/* 既存のボタン（念のため保持） */
.btn-white-cta {
    display: inline-block; padding: 14px 48px; background: #fff;
    color: #A07810; font-weight: 700; text-decoration: none; border-radius: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15); transition: 0.3s;
    font-family: 'Shippori Mincho', serif; font-size: 15px;
}
.btn-white-cta:hover {
    transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}
    .btn-white-cta {
        display: inline-block;
        font-family: 'Shippori Mincho', serif;
        font-size: 14px; font-weight: 700; color: var(--gold-deep);
        background: white; border: none; border-radius: 6px; padding: 16px 44px;
        text-decoration: none; cursor: pointer;
        box-shadow: 0 4px 20px rgba(0,0,0,0.12); transition: transform .2s;
        letter-spacing: 0.06em; position: relative; z-index: 1;
    }
    .btn-white-cta:hover { transform: scale(1.03); color: var(--gold-deep); }

    /* TRUST */
    .trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
    .trust-cell {
        background: var(--gold-pale); border: 1px solid var(--border-gold);
        border-radius: 12px; padding: 18px 12px; text-align: center;
    }
    .trust-cell i { font-size: 22px; color: var(--gold-mid); display: block; margin-bottom: 8px; }
    .trust-cell span {
        font-family: 'Jost', sans-serif;
        font-size: 10px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase;
        color: var(--text-mid); line-height: 1.5; display: block;
    }

    /* HOW TO */
    .step-row {
        display: flex; gap: 16px; padding: 20px 0;
        border-bottom: 1px solid rgba(212,175,55,0.18); align-items: flex-start;
    }
    .step-row:last-child { border-bottom: none; }
    .step-num {
        width: 38px; height: 38px; flex-shrink: 0; border-radius: 50%;
        background: linear-gradient(135deg, #EAD694, #D4AF37);
        display: flex; align-items: center; justify-content: center;
        font-family: 'Cormorant Garamond', serif; font-size: 16px; font-weight: 600; color: white;
    }
    .step-title {
        font-family: 'Shippori Mincho', serif;
        font-size: 14px; font-weight: 700; color: var(--text-dark); margin-bottom: 4px;
    }
    .step-body {
        font-family: 'Jost', sans-serif;
        font-size: 12px; font-weight: 300; line-height: 1.8; color: var(--text-soft); margin: 0;
    }

    /* FAQ */
    .faq-item { border-bottom: 1px solid var(--border-gold); }
    .faq-btn {
        width: 100%; background: none; border: none; padding: 20px 0;
        display: flex; justify-content: space-between; align-items: center;
        gap: 12px; cursor: pointer; text-align: left;
    }
    .faq-q {
        font-family: 'Shippori Mincho', serif;
        font-size: 13px; font-weight: 500; color: var(--text-dark); line-height: 1.6;
    }
    .faq-ico {
        width: 26px; height: 26px; flex-shrink: 0;
        border-radius: 50%; border: 1px solid var(--border-gold);
        display: flex; align-items: center; justify-content: center;
        color: var(--gold-mid); font-size: 14px; transition: background .2s, color .2s;
    }
    .faq-btn.open .faq-ico { background: var(--gold-mid); color: white; }
    .faq-ans {
        font-family: 'Jost', sans-serif;
        font-size: 12px; font-weight: 300; line-height: 1.85; color: var(--text-mid);
        padding-bottom: 18px; display: none;
    }
    .faq-ans.show { display: block; }

    /* FOOTER */
    footer {
        background: linear-gradient(135deg, #1a1a2e 0%, #16213e 60%, #0f3460 100%);
        padding: 48px 24px 36px;
        position: relative; overflow: hidden;
    }
    footer::before {
        content: '';
        position: absolute; inset: 0;
        background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2300A3AF' fill-opacity='0.04'%3E%3Ccircle cx='30' cy='30' r='20'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        pointer-events: none;
    }

    .footer-header {
        position: relative; z-index: 1;
        text-align: center; margin-bottom: 32px;
    }
    .footer-logo-img {
        height: 48px; margin-bottom: 18px; display: block; margin-left: auto; margin-right: auto;
    }
    .footer-intro-text {
        font-family: 'Shippori Mincho', serif;
        font-size: 12px; font-weight: 400;
        line-height: 1.9; color: rgba(255,255,255,0.75);
        text-align: left;
    }

    .contact-buttons {
        position: relative; z-index: 1;
        display: flex; flex-direction: column; gap: 12px;
        margin-bottom: 32px;
    }
    .contact-btn {
        display: flex; align-items: center; gap: 14px;
        background: rgba(255,255,255,0.08);
        border: 1px solid rgba(255,255,255,0.15);
        border-radius: 12px; padding: 14px 18px;
        text-decoration: none;
        transition: background .2s, border-color .2s;
    }
    .contact-btn:hover {
        background: rgba(255,255,255,0.14);
        border-color: rgba(255,255,255,0.3);
    }
    .contact-icon {
        width: 36px; height: 36px; object-fit: contain; flex-shrink: 0;
    }
    .contact-info-text {
        display: flex; flex-direction: column; gap: 2px;
    }
    .contact-label {
        font-family: 'Jost', sans-serif;
        font-size: 13px; font-weight: 500;
        letter-spacing: 0.08em; color: rgba(255,255,255,0.92);
    }
    .contact-sub {
        font-family: 'Jost', sans-serif;
        font-size: 12px; font-weight: 300;
    }

    .footer-address-info {
        position: relative; z-index: 1;
        border-top: 1px solid rgba(255,255,255,0.12);
        padding-top: 28px; margin-bottom: 0;
    }
    .footer-address-info p {
        font-family: 'Shippori Mincho', serif;
        font-size: 12px; font-weight: 400;
        color: rgba(255,255,255,0.75); line-height: 1.8;
        margin-bottom: 4px;
    }
    .footer-tel {
        font-family: 'Cormorant Garamond', serif;
        font-size: 22px !important; font-weight: 600 !important;
        color: white !important; letter-spacing: 0.05em;
        margin-bottom: 4px !important;
    }
    .footer-hours {
        font-family: 'Jost', sans-serif;
        font-size: 11px !important; font-weight: 300 !important;
        color: rgba(255,255,255,0.65) !important;
        letter-spacing: 0.05em;
    }
    .footer-watermark {
        position: absolute; bottom: 20px; right: 20px;
        width: 80px; opacity: 0.06; pointer-events: none;
    }

    /* ANIMATIONS */
    .fu { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
    .fu.vis { opacity: 1; transform: none; }
    .d1 { transition-delay: .1s; }
    .d2 { transition-delay: .2s; }
    .d3 { transition-delay: .3s; }

.hero-copy { padding: 36px 24px 0; }
.text-gold-deep { color: var(--gold-deep); }
.mt-28 { margin-top: 28px; }
.mt-18 { margin-top: 18px; }
.mt-14 { margin-top: 14px; }
.contact-sub-line { color: #00A3AF; }
.footer-note { font-size: 11px; opacity: 0.9; }
