/*
Theme Name: SHINKA
Theme URI:
Description: SHINKA - 銀座 宝石買取・鑑定サロン
Author: Tieel
Version: 2.0
*/

/* ==========================================================================
   Reset & Base
   ========================================================================== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { overflow-x: hidden; }

:root {
    --gold: #C5A059;
    --gold-light: rgba(197, 160, 89, 0.15);
    --dark: #4A4641;
    --dark-bg: #5a5550;
    --greige: #F9F8F6;
    --navy: #1a2944;
    --navy-light: #2a3a58;
    --white: #FFFFFF;
    --border: #E8E4DF;
    --border-light: #F0ECE8;
    --pink: #e6006d;
    --line-green: #00c300;
    --blue: #2c5697;
    --text: #4A4641;
    --text-light: #888;
    --font-main: 'Noto Sans JP', 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
    --font-serif: 'Noto Serif JP', 'Yu Mincho', 'Hiragino Mincho ProN', serif;
    --max-width: 1200px;

    /* Font Family (一括管理: ここを変えれば全体に反映) */
    --ff-heading: var(--font-serif);  /* ページタイトル・大見出し */
    --ff-body: var(--font-main);      /* 本文 */
    --ff-accent: var(--font-serif);   /* アクセント・引用 */

    /* Font Sizes (一括管理) */
    --fs-page-title: clamp(1.4rem, 4vw, 2.4rem);   /* サブページMVタイトル */
    --fs-section-title: clamp(1.5rem, 4.5vw, 2rem); /* セクション見出し */
    --fs-sub-heading: clamp(1.3rem, 3.5vw, 1.8rem); /* セクション内の中見出し */
    --fs-card-heading: 1.1rem;                        /* カード内見出し */
    --fs-body: 1rem;                                  /* 本文 */
    --fs-body-sm: .88rem;                             /* 本文小 */
    --fs-caption: .82rem;                             /* キャプション・ナビ */
    --fs-label: .78rem;                               /* ラベル・日付 */
    --fs-small: .7rem;                                /* バッジ・タグ */
    --fs-step-num: .75rem;                            /* ステップ番号 */
    --fs-price: clamp(1.2rem, 3vw, 1.6rem);          /* 価格表示 */
}

body {
    font-family: var(--font-main);
    color: var(--text);
    background-color: var(--white);
    line-height: 1.85;
    font-weight: 400;
    font-size: .93rem;
    -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color 0.3s; }
a:hover { color: var(--gold); }

h1, h2, h3, h4 {
    font-weight: 300;
    letter-spacing: 0.08em;
    line-height: 1.35;
}

/* ==========================================================================
   Layout
   ========================================================================== */
.container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 30px;
}

.bg-greige { background-color: var(--greige); }
.text-gold { color: var(--gold); }
.sp-only { display: none; }

section { padding: 120px 0; }

/* Sparkle background (used on multiple sections) */
.bg-sparkle {
    background: linear-gradient(135deg, rgba(245,243,240,0.9) 0%, rgba(230,235,245,0.5) 50%, rgba(245,243,240,0.9) 100%);
    position: relative;
}

/* ==========================================================================
   Section Titles (Figma style)
   ========================================================================== */
.section-title {
    text-align: center;
    margin-bottom: 70px;
}
.section-title h2 {
    font-family: var(--ff-heading);
    font-size: var(--fs-section-title);
    font-weight: 400;
    color: var(--gold);
    letter-spacing: 0.08em;
    margin-bottom: 20px;
}
.section-title .divider {
    display: block;
    width: 40px;
    height: 1px;
    background: var(--gold);
    margin: 0 auto 15px;
}
.section-title p {
    font-size: .78rem;
    color: var(--gold);
    letter-spacing: 0.3em;
    font-weight: 400;
}

.section-title-c {
    text-align: center;
    margin-bottom: 70px;
}
.section-title-c h2 {
    font-size: var(--fs-section-title);
    font-weight: 300;
    color: var(--gold);
    letter-spacing: 0.08em;
    margin-bottom: 15px;
}

/* Strength label (Figma: icon + "SHINKAの強み 01 ..." */
.strength-section { position: relative; }
.strength-watermark {
    position: absolute;
    right: -30px;
    top: 0;
    font-size: 8rem;
    font-weight: 900;
    color: rgba(200,200,200,0.08);
    writing-mode: vertical-rl;
    letter-spacing: 0.1em;
    pointer-events: none;
    line-height: 1;
    z-index: 0;
}
.strength-row {
    margin-bottom: 120px;
    position: relative;
    z-index: 1;
}
.strength-label {
    text-align: center;
    margin-bottom: 40px;
}
.strength-label-sub {
    font-size: .85rem;
    color: var(--navy);
    letter-spacing: 0.15em;
    margin-bottom: 8px;
}
.strength-label-main {
    font-family: var(--ff-heading);
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 600;
    color: var(--navy);
    letter-spacing: 0.1em;
}
.strength-label-icon { display: none; }

/* ==========================================================================
   Header (Figma: minimal nav, no logo background)
   ========================================================================== */
.site-header {
    padding: 20px 0;
    border-bottom: 1px solid var(--border-light);
    position: sticky;
    top: 0;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(10px);
    z-index: 100;
}
.site-header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.2em;
}
.logo a { color: inherit; text-decoration: none; }
.logo img { height: 20px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 0; }
.nav-links a {
    text-decoration: none;
    color: var(--text);
    margin-left: 25px;
    font-size: .82rem;
    letter-spacing: 0.05em;
    position: relative;
}
.nav-links a.active {
    color: var(--gold);
    text-decoration: underline;
    text-underline-offset: 4px;
}

/* Support Dropdown */
.support-dropdown { position: relative; display: inline-block; margin-left: 25px; }
.support-btn {
    color: var(--text);
    font-size: .82rem;
    cursor: pointer;
    letter-spacing: 0.05em;
}
.support-content {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background: var(--white);
    border: 1px solid var(--border);
    padding: 25px;
    width: 280px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    border-radius: 4px;
}
.support-dropdown::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 15px;
}
.support-dropdown:hover .support-content { display: block; }
.support-list { list-style: none; padding: 0; margin: 0 0 15px; border-bottom: 1px solid var(--border-light); }
.support-list li { margin-bottom: 10px; }
.support-list a { font-size: .88rem; color: var(--text); display: block; }
.support-list a:hover { color: var(--gold); }

/* Hamburger */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 5px;
    background: none;
    border: none;
    z-index: 301;
    position: relative;
}
.hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text);
    transition: 0.3s;
}
.hamburger.active span { background: #fff; }
.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }
body.nav-open { overflow: hidden; }

/* ==========================================================================
   Buttons (Figma: circle icon + text)
   ========================================================================== */
.btn-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: var(--fs-body-sm);
    color: var(--white);
    background: var(--navy);
    text-decoration: none;
    letter-spacing: 0.08em;
    padding: 16px 40px;
    border: 1px solid var(--navy);
    box-shadow: 0 4px 12px rgba(26, 41, 68, 0.3);
    transition: all 0.3s;
    cursor: pointer;
}
.btn-circle:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--white);
    box-shadow: 0 6px 18px rgba(197, 160, 89, 0.4);
    transform: translateY(-1px);
}
.btn-circle-icon { display: none; }
.btn-circle::after {
    content: '>';
    font-size: var(--fs-body-sm);
    margin-left: 5px;
}

/* Pill button (3つの買取方法) */
.btn-pill {
    display: inline-block;
    padding: 12px 30px;
    border: 1px solid var(--white);
    border-radius: 30px;
    color: var(--gold);
    background: var(--white);
    font-size: .88rem;
    text-decoration: none;
    letter-spacing: 0.05em;
    transition: all 0.3s;
}
.btn-pill::after { content: ' \25B6'; font-size: .7rem; margin-left: 5px; }
.btn-pill:hover { background: var(--gold); color: var(--white); border-color: var(--gold); }

/* Legacy buttons */
.btn {
    display: inline-block;
    padding: 16px 35px;
    border: 1px solid var(--gold);
    color: var(--gold);
    text-decoration: none;
    transition: all 0.3s;
    font-size: .88rem;
    cursor: pointer;
    text-align: center;
    background: transparent;
    letter-spacing: .08em;
}
.btn:hover { background-color: var(--gold); color: var(--white); }

.btn-line {
    background-color: var(--gold);
    color: var(--white);
    border: none;
    display: inline-block;
    padding: 16px 35px;
    text-decoration: none;
    transition: all 0.3s;
    font-size: .88rem;
    cursor: pointer;
    text-align: center;
    letter-spacing: .08em;
}
.btn-line:hover { opacity: 0.85; color: var(--white); }

/* ==========================================================================
   Sub Page MV (共通クラス: contact/shopinfo/repair/archive等)
   ========================================================================== */
.page-mv {
    position: relative;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.page-mv-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(135deg, rgba(245,243,240,0.9), rgba(230,235,245,0.6));
}
.page-mv-inner {
    position: relative;
    z-index: 2;
    text-align: center;
}
.page-mv-title {
    font-family: var(--ff-heading);
    font-size: var(--fs-page-title);
    font-weight: 400;
    color: var(--navy);
    letter-spacing: .1em;
    margin-bottom: 15px;
}
.page-mv-divider {
    display: block;
    width: 40px;
    height: 1px;
    background: var(--gold);
    margin: 0 auto 15px;
}
.page-mv-sub {
    font-size: var(--fs-label);
    color: var(--gold);
    letter-spacing: .3em;
}
.page-mv-desc {
    font-size: var(--fs-body-sm);
    color: var(--navy);
    margin-top: 10px;
}

/* ==========================================================================
   Main Visual (Figma TOP)
   ========================================================================== */
.mv {
    height: 90vh;
    display: flex;
    align-items: stretch;
    background: linear-gradient(135deg, rgba(245,243,240,0.9) 0%, rgba(230,235,245,0.5) 50%, rgba(245,243,240,0.9) 100%);
    position: relative;
    padding: 0 5%;
    overflow: hidden;
}
.mv-bg-text {
    position: absolute;
    top: 0;
    left: 0;
    font-size: clamp(8rem, 18vw, 16rem);
    font-weight: 900;
    color: rgba(200,200,200,0.07);
    letter-spacing: 0.05em;
    pointer-events: none;
    z-index: 0;
    line-height: 1;
    white-space: nowrap;
}
.mv-left {
    flex: 1.2;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.mv-left img { width: 100%; height: 100%; object-fit: cover; }
.mv-slideshow {
    position: relative;
    width: 100%;
    height: 100%;
}
.mv-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease;
}
.mv-slide.active { opacity: 1; }
.mv-right {
    flex: 0.8;
    padding: 60px 10px 60px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
    background: transparent;
}
.mv-copy {
    font-family: var(--ff-heading);
    font-size: clamp(1.8rem, 4.5vw, 2.8rem);
    margin-bottom: 30px;
    line-height: 1.4;
    font-weight: 400;
    color: var(--text);
}
.mv-copy .accent { color: var(--gold); }
.mv-sub {
    font-size: .93rem;
    margin-bottom: 45px;
    line-height: 2;
    color: var(--text);
}
.mv-btns {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
}
.mv-btns .btn-circle {
    padding: 14px 35px;
    font-size: var(--fs-body-sm);
    min-width: 260px;
    justify-content: center;
}
.cta-icons {
    display: flex;
    gap: 15px;
    margin-top: 25px;
    overflow: visible;
    padding-right: 5px;
}
.cta-icon-item {
    text-align: center;
    padding: 25px 10px 15px;
    border: 2px solid #b08d3e;
    border-radius: 50%;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: clamp(120px, 20vw, 260px);
    height: clamp(120px, 20vw, 260px);
    transition: all 0.3s ease;
    box-shadow: 0 0 20px rgba(197,160,89,0.4), inset 0 0 15px rgba(197,160,89,0.1);
    cursor: pointer;
}
.cta-icon-item:hover {
    background: rgba(197,160,89,0.06);
    transform: scale(1.05);
    box-shadow: 0 0 25px rgba(197,160,89,0.4), inset 0 0 20px rgba(197,160,89,0.12);
}
.cta-icon-item:first-child { padding-left: 0; }
.cta-icon-item:last-child { border-right: none; padding-right: 0; }
.cta-icon-img {
    width: 28px;
    height: 28px;
    margin-bottom: 5px;
}
/* CTA横長ボタン */
.cta-btns { display:flex; gap:12px; margin-top:30px; max-width:560px; }
.cta-btn {
    display:flex; align-items:center; gap:12px;
    padding:24px 20px; border-radius:8px;
    text-decoration:none; font-weight:600;
    transition:all 0.2s ease; cursor:pointer;
    flex:1; justify-content:center; flex-direction:column;
    box-shadow:4px 4px 0 rgba(0,0,0,0.25);
}
.cta-btn:hover { transform:translate(2px, 2px); box-shadow:2px 2px 0 rgba(0,0,0,0.25); }
.cta-btn--navy { background:var(--navy); color:#fff; border:2px solid var(--navy); }
.cta-btn--navy:hover { background:#fff; color:var(--navy); }
.cta-btn--line { background:#f0faf4; color:#06C755; border:2px solid #06C755; }
.cta-btn--line:hover { background:#06C755; color:#fff; }
.voice-cards { display:flex; gap:30px; justify-content:center; max-width:900px; margin:0 auto; }
.voice-card { flex:1; max-width:420px; background:var(--white); padding:30px; border-radius:8px; box-shadow:0 2px 12px rgba(0,0,0,0.08); }

.section-bg-label { font-size:3rem; font-weight:200; color:rgba(200,200,200,0.15); text-align:center; letter-spacing:.15em; margin-bottom:10px; }

/* Step Timeline */
.step-timeline { max-width:900px; margin:0 auto; position:relative; }
.step-timeline-line { position:absolute; left:50%; top:0; bottom:0; width:1px; background:var(--border); transform:translateX(-50%); }
.step-row { display:flex; gap:40px; align-items:center; margin-bottom:80px; position:relative; }
.step-row:last-child { margin-bottom:0; }
.step-text { flex:1; }
.step-label { font-size:var(--fs-label); color:var(--gold); letter-spacing:.2em; }
.step-heading { font-family:var(--ff-heading); font-size:var(--fs-sub-heading); color:var(--navy); font-weight:600; margin-bottom:12px; }
.step-desc { font-size:var(--fs-body-sm); }
.step-num-wrap { width:40px; text-align:center; position:relative; z-index:1; }
.step-num { display:inline-block; width:30px; height:30px; border:1px solid var(--navy); border-radius:50%; background:var(--white); line-height:30px; text-align:center; font-size:var(--fs-step-num); color:var(--navy); }
.step-img { flex:1; height:280px; border-radius:4px; overflow:hidden; }
.step-img img { width:100%; height:100%; object-fit:cover; }

@media (max-width: 768px) {
    .step-timeline-line { left:14px; }
    .step-row, .step-row.step-row--reverse { flex-direction:column; gap:0; padding-left:40px; margin-bottom:40px; }
    .step-text { text-align:left !important; order:2; }
    .step-img { order:1; width:100%; height:200px; margin-bottom:15px; }
    .step-num-wrap { position:absolute; left:0; top:0; width:30px; text-align:center; }
}

/* Shopinfo layout */
.shopinfo-layout { display:flex; gap:60px; align-items:flex-start; }
.shopinfo-media { flex:1; }
.shopinfo-detail { flex:1; }

.cta-btn--gold { background:#fdf8f0; color:var(--gold); border:2px solid var(--gold); }
.cta-btn--gold:hover { background:var(--gold); color:#fff; }
.cta-btn--gold .cta-btn-icon { filter:invert(42%) sepia(50%) saturate(500%) hue-rotate(10deg) brightness(95%); }
.cta-btn--gold:hover .cta-btn-icon { filter:brightness(0) invert(1); }
.cta-btn--lightblue { background:#e8f0f8; color:var(--navy); border:2px solid var(--navy); }
.cta-btn--lightblue:hover { background:var(--navy); color:#fff; border-color:var(--navy); }
.cta-btn--lightblue .cta-btn-icon { filter:none; }
.cta-btn--lightblue:hover .cta-btn-icon { filter:brightness(0) invert(1); }
.bg-navy .cta-btn--lightblue { background:#e8f0f8; color:var(--navy); border:2px solid rgba(255,255,255,0.25); }
.bg-navy .cta-btn--lightblue:hover { background:#d0e0f0; color:var(--navy); border-color:rgba(255,255,255,0.5); }
.bg-navy .cta-btn--lightblue .cta-btn-icon { filter:none; }
.bg-navy .cta-btn--lightblue:hover .cta-btn-icon { filter:none; }
.cta-btn--outline { background:#fff; color:var(--navy); border:2px solid var(--navy); }
.cta-btn--outline:hover { background:var(--gold); color:#fff; border-color:var(--gold); }
.cta-btn-icon { width:36px; height:36px; flex-shrink:0; }
.cta-btn--navy .cta-btn-icon { filter:brightness(0) invert(1); }
.cta-btn--navy:hover .cta-btn-icon { filter:none; }
.cta-btn--line .cta-btn-icon { filter:invert(51%) sepia(81%) saturate(2076%) hue-rotate(108deg) brightness(96%) contrast(106%); }
.cta-btn--line:hover .cta-btn-icon { filter:brightness(0) invert(1); }
.cta-btn--outline .cta-btn-icon { filter:none; }
.cta-btn--outline:hover .cta-btn-icon { filter:brightness(0) invert(1); }
.cta-btn-text { display:flex; flex-direction:column; text-align:center; }
.cta-btn-main { font-size:1.1rem; line-height:1.3; white-space:nowrap; }
.cta-btn-sub { font-size:.75rem; opacity:.8; font-weight:400; }
@media (max-width: 768px) {
    .cta-btns { flex-direction:column; gap:10px; padding:20px 15px 0; }
    .cta-btn { padding:12px 20px; flex-direction:row; gap:12px; }
}

.cta-circle-btn {
    width: 240px;
    height: 240px;
    border: 2px solid var(--gold);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.3s ease;
    cursor: pointer;
    background: rgba(197,160,89,0.15);
    box-shadow: 0 0 25px rgba(197,160,89,0.4);
    transform: scale(1);
}
.cta-circle-btn:hover {
    background: transparent;
    box-shadow: 0 0 15px rgba(197,160,89,0.25);
    transform: scale(0.97);
}
.cta-circle-label {
    font-size: var(--fs-step-num);
    letter-spacing: .15em;
    margin-top: 5px;
}
.cta-circle-main {
    font-size: var(--fs-body-sm);
    font-weight: 700;
    margin-top: 8px;
}
.cta-circle-sub {
    font-size: var(--fs-label);
    opacity: .7;
    margin-top: 2px;
}
.cta-icon-label {
    font-size: var(--fs-small);
    letter-spacing: .1em;
    color: var(--text-light);
}
.cta-icon-main {
    font-size: var(--fs-card-heading);
    font-weight: 700;
}
.cta-icon-sub {
    font-size: var(--fs-small);
    color: var(--text-light);
}
.mv-slider-nav {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: .82rem;
    color: var(--text-light);
    z-index: 2;
}
.mv-slider-bar {
    width: 60px;
    height: 2px;
    background: var(--text);
}

/* ==========================================================================
   Case Studies (Figma: detailed cards)
   ========================================================================== */
.case-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 50px;
}
.case-card-v2 {
    border: 1px solid var(--border);
    background: var(--white);
    overflow: hidden;
}
.case-card-v2 .case-tag {
    display: inline-block;
    background: var(--navy);
    color: var(--gold);
    font-size: .7rem;
    padding: 3px 12px;
    letter-spacing: 0.1em;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}
.case-card-v2 .case-img-wrap {
    position: relative;
    aspect-ratio: 1/1;
    overflow: hidden;
    background: #f4f4f4;
}
.case-card-v2 .case-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case-card-v2 .case-body {
    padding: 15px 18px 18px;
}
.case-card-v2 .case-meta {
    display: flex;
    gap: 10px;
    font-size: .78rem;
    color: var(--text-light);
    margin-bottom: 5px;
}
.case-card-v2 .case-meta dt { font-weight: 500; }
.case-card-v2 .case-price {
    font-size: clamp(1.2rem, 3vw, 1.6rem);
    font-weight: 700;
    color: var(--gold);
    margin: 8px 0 12px;
}
.case-card-v2 .case-price span { font-size: .82rem; font-weight: 400; }
.case-card-v2 .case-detail-btn {
    display: block;
    text-align: center;
    background: var(--navy);
    color: var(--white);
    padding: 10px;
    font-size: .78rem;
    letter-spacing: 0.1em;
    transition: background 0.3s;
}
.case-card-v2 .case-detail-btn::after { content: '>'; margin-left: 10px; }
.case-card-v2 .case-detail-btn:hover { background: var(--navy-light); color: var(--white); }

/* Contact Form */
.contact-wrap { max-width: 800px; margin: 0 auto; background: var(--white); padding: 60px 50px; border: 1px solid var(--border); border-radius: 4px; }
.contact-row { display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; border-bottom: 1px solid var(--border); padding-bottom: 20px; }
.contact-row > p { display: contents; }
.contact-row label { width: 100%; font-size: var(--fs-body-sm); font-weight: 500; color: var(--navy); flex-shrink: 0; display: flex; align-items: center; flex-wrap: wrap; gap: 4px; }
.contact-row--top { }
.cf7-required { background: var(--gold); color: var(--white); font-size: var(--fs-small); padding: 2px 10px; border-radius: 2px; margin-right: 15px; flex-shrink: 0; }
.cf7-name-wrap { width: 100%; }
.cf7-name-wrap > p { display: flex; gap: 10px; margin: 0; }
.cf7-name-wrap .wpcf7-form-control-wrap { flex: 1; display: flex; }
.contact-row .wpcf7-form-control { flex: 1; width: 100%; border: 2px solid #bbb; padding: 10px 12px; font-size: var(--fs-body-sm); outline: none; border-radius: 4px; font-family: inherit; box-sizing: border-box; }
.contact-row .wpcf7-checkbox, .contact-row .wpcf7-radio { border: none !important; padding: 0; }
.contact-row .wpcf7-acceptance { border: none !important; padding: 0; }
.contact-row textarea.wpcf7-form-control { resize: vertical; min-height: 150px; }
.contact-row .wpcf7-form-control-wrap { width: 100%; display: flex; }
.contact-row > p > br { display: none; }
.contact-privacy { text-align: center; margin-bottom: 25px; font-size: var(--fs-body-sm); }
.contact-privacy input[type="checkbox"] { width: 18px; height: 18px; vertical-align: middle; margin-right: 6px; cursor: pointer; }
.contact-privacy a { color: var(--gold); text-decoration: underline; }
.wpcf7-form .btn-circle, .wpcf7-form .wpcf7-submit { border: none; cursor: pointer; font-size: var(--fs-body-sm); appearance: none; }
.wpcf7-form p:has(.btn-circle) { text-align: center; }
.wpcf7-form p:has(.btn-circle) { position: relative; display: flex; justify-content: center; }
.wpcf7-form .btn-circle + .wpcf7-spinner { position: absolute; bottom: -30px; }
.wpcf7-form p:has(.btn-circle)::after { content: '>'; color: var(--white); font-size: var(--fs-body-sm); pointer-events: none; position: absolute; top: 50%; transform: translateY(-50%); margin-left: 8px; left: calc(50% + 40px); }
.wpcf7-not-valid { border-color: #c00 !important; }
.wpcf7-checkbox.wpcf7-not-valid, .wpcf7-acceptance.wpcf7-not-valid { border: none !important; }
.wpcf7-not-valid-tip { color: #c00; font-size: var(--fs-caption); position: absolute; top: -18px; left: 0; white-space: nowrap; }
.contact-row .wpcf7-form-control-wrap { position: relative; }
.wpcf7-response-output { text-align: center; font-size: var(--fs-body-sm); margin-top: 15px; }
.contact-row .wpcf7-checkbox, .contact-row .wpcf7-radio { display: flex; flex-wrap: wrap; gap: 8px 20px; flex: 1; width: 100%; }
.contact-row .wpcf7-checkbox .wpcf7-list-item, .contact-row .wpcf7-radio .wpcf7-list-item { margin: 0; font-size: var(--fs-body-sm); }
.contact-row .wpcf7-checkbox .wpcf7-list-item label, .contact-row .wpcf7-radio .wpcf7-list-item label { width: auto; display: inline; word-break: break-word; font-weight: 400; color: var(--text); }
.contact-row .wpcf7-checkbox, .contact-row .wpcf7-radio { max-width: 100%; overflow: hidden; }
.contact-row .wpcf7-list-item-label { white-space: normal; word-break: break-word; }
.contact-row .wpcf7-checkbox input[type="checkbox"], .contact-row .wpcf7-radio input[type="radio"] { margin-right: 6px; width: 18px; height: 18px; cursor: pointer; vertical-align: middle; }
.wpcf7-radio.wpcf7-not-valid { border: none !important; }
.contact-row .required { background: var(--gold); color: #fff; font-size: 11px; padding: 2px 8px; border-radius: 3px; margin-left: 8px; font-weight: 700; display: inline-block; white-space: nowrap; }
#birth-year { width: 80px !important; flex: none !important; }
#birth-month, #birth-day { width: 60px !important; flex: none !important; }
.contact-row input[type="number"] { width: 100px !important; flex: none !important; }
.contact-row input[type="number"] + .wpcf7-not-valid-tip { position: static; }
.contact-row [data-name="item-count"] { display: inline-flex !important; align-items: center; gap: 8px; }
.contact-row [data-name="item-count"]::after { content: "点"; font-size: var(--fs-body-sm); }

/* Contact Menu */
.contact-menu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 800px; margin: 0 auto; }
.contact-menu-card { display: block; background: var(--white); border: 1px solid var(--border); border-radius: 4px; padding: 35px 30px; text-align: center; text-decoration: none; color: var(--text); position: relative; transition: all 0.3s; }
.contact-menu-card:hover { border-color: var(--gold); box-shadow: 0 4px 16px rgba(197,160,89,0.15); transform: translateY(-2px); }
.contact-menu-icon { color: var(--gold); margin-bottom: 15px; }
.contact-menu-card h3 { font-family: var(--ff-heading); font-size: var(--fs-card-heading); font-weight: 600; color: var(--navy); margin-bottom: 10px; }
.contact-menu-card p { font-size: var(--fs-body-sm); color: var(--text-light); line-height: 1.7; }
.contact-menu-arrow { position: absolute; top: 50%; right: 20px; transform: translateY(-50%); color: var(--gold); font-size: 0; width: 10px; height: 10px; border-top: 2px solid var(--gold); border-right: 2px solid var(--gold); transform: translateY(-50%) rotate(45deg); }

/* Takuhai Select */
.takuhai-select { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; max-width: 700px; margin: 0 auto; }
.takuhai-select-card { background: var(--white); border: 2px solid var(--border); border-radius: 8px; padding: 40px 30px; text-align: center; cursor: pointer; transition: all 0.3s; position: relative; }
.takuhai-select-card:hover { border-color: var(--gold); box-shadow: 0 6px 20px rgba(197,160,89,0.2); transform: translateY(-3px); }
.takuhai-select-icon { color: var(--gold); margin-bottom: 20px; }
.takuhai-select-card h3 { font-family: var(--ff-heading); font-size: var(--fs-card-heading); font-weight: 600; color: var(--navy); margin-bottom: 10px; }
.takuhai-select-card p { font-size: var(--fs-body-sm); color: var(--text-light); line-height: 1.7; }
.takuhai-select-badge { display: inline-block; background: var(--gold); color: #fff; font-size: 11px; padding: 3px 12px; border-radius: 20px; margin-top: 15px; font-weight: 700; letter-spacing: .05em; }

/* Breadcrumb */
.breadcrumb-nav { background: linear-gradient(135deg, rgba(245,243,240,0.9) 0%, rgba(230,235,245,0.5) 50%, rgba(245,243,240,0.9) 100%); padding: 12px 0; }
.breadcrumb-nav .breadcrumb { margin-bottom: 0; }
.breadcrumb { font-size: var(--fs-body-sm); color: var(--text-light); margin-bottom: 30px; }
.breadcrumb a { color: var(--text-light); }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb-sep { margin: 0 6px; }

/* Case Detail */
.case-detail-wrap { max-width: 800px; margin: 0 auto; }
.case-detail-wrap img { max-width: 100%; height: auto; }
.case-detail-top { display: flex; gap: 40px; align-items: flex-start; margin-bottom: 40px; }
.case-detail-img { flex-shrink: 0; width: 300px; max-width: 100%; }
.case-detail-info { flex: 1; }

/* Case Nav */
.case-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid var(--border);
}
.case-nav-prev { flex: 1; text-align: left; }
.case-nav-back { flex: 1; text-align: center; }
.case-nav-next { flex: 1; text-align: right; }

/* Legacy case cards */
.case-card-small { border: 1px solid var(--border); padding: 15px; background: var(--white); text-align: center; }
.case-img-small {
    width: 100%; aspect-ratio: 1/1; background: #F4F4F4; margin-bottom: 10px;
    display: flex; align-items: center; justify-content: center; font-size: .68rem; color: #AAA; overflow: hidden;
}
.case-info-small { font-size: .82rem; font-weight: bold; }

/* ==========================================================================
   Google Reviews (Figma: cards with avatar + photo)
   ========================================================================== */
.reviews-section {
    background: var(--greige);
    padding: 120px 0;
}
.reviews-header {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 50px;
}
.reviews-header-left {
    flex-shrink: 0;
}
.reviews-header-left .google-text {
    font-size: 2rem;
    font-weight: 300;
    color: var(--text);
    margin-bottom: 5px;
}
.reviews-header-left .review-label {
    font-size: .82rem;
    color: var(--text-light);
}
.reviews-header-left .review-score {
    font-size: 2.5rem;
    font-weight: 300;
    color: var(--gold);
    margin: 5px 0;
}
.reviews-header-left .review-stars {
    color: var(--gold);
    font-size: 1.2rem;
    letter-spacing: 3px;
}
.reviews-header-right {
    flex: 1;
}
.reviews-header-right .reviews-sub {
    font-size: .82rem;
    color: var(--gold);
    letter-spacing: 0.15em;
    margin-bottom: 5px;
}
.reviews-header-right h2 {
    font-family: var(--ff-heading);
    font-size: clamp(1.3rem, 4vw, 1.8rem);
    font-weight: 400;
    color: var(--text);
    letter-spacing: 0.05em;
}
.reviews-nav {
    display: flex;
    gap: 10px;
}
.reviews-nav-btn {
    width: 40px;
    height: 40px;
    border: 1px solid var(--gold);
    border-radius: 50%;
    background: none;
    color: var(--gold);
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.reviews-nav-btn:hover { background: var(--gold); color: var(--white); }

.review-slider {
    display: flex;
    gap: 25px;
    overflow-x: auto;
    padding-bottom: 20px;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: none;
}
.review-slider::-webkit-scrollbar { display: none; }
.review-card {
    width: 340px;
    min-width: 340px;
    background: var(--white);
    flex-shrink: 0;
    border: none;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.review-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px;
    border-bottom: 1px solid var(--border-light);
}
.review-card-user {
    display: flex;
    align-items: center;
    gap: 10px;
}
.review-avatar {
    display: none;
}
.review-card-label {
    font-size: .7rem;
    color: var(--text-light);
}
.review-card-stars {
    color: var(--gold);
    font-size: .88rem;
}
.review-card-body {
    padding: 20px 25px;
    font-size: .82rem;
    line-height: 1.7;
    color: var(--text);
}
.review-card-photo {
    height: 160px;
    background: #f4f4f4;
    margin: 0 25px 20px;
    overflow: hidden;
}
.review-card-photo img { width: 100%; height: 100%; object-fit: cover; }

/* ==========================================================================
   Comparison Table (Figma style: circle icons)
   ========================================================================== */
.comp-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    font-size: .85rem;
    table-layout: fixed;
}
.comp-table th, .comp-table td {
    border: none;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 30px 15px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.7;
    background: var(--white);
}
.comp-table th:first-child { border-left: none; }
.comp-table td:last-child, .comp-table th:last-child { border-right: none; }
.comp-table thead th {
    background: var(--white);
    font-weight: 500;
    font-size: .95rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.comp-table tbody th {
    text-align: left;
    font-weight: 700;
    font-size: .9rem;
    color: var(--navy);
    padding-left: 20px;
}
.comp-table thead th:last-child {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: var(--gold);
}
.shinka-col {
    background: #fbf7eb !important;
}
.shinka-col-top { }
.shinka-col-bottom { }
.comp-symbol {
    display: flex;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    font-size: 1rem;
    font-weight: bold;
}
.comp-symbol--bad { background: #e8edf6; color: #3a5a8c; }
.comp-symbol--mid { background: #fef6e0; color: #c88c00; }
.comp-symbol--ok { background: #fce8e8; color: #c46a6a; }
.comp-symbol--good { background: #fdd8a8; color: #c44a4a; }

/* ==========================================================================
   Appraiser / Stats badges
   ========================================================================== */
.appraiser-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
    max-width: 100vw;
}
.appraiser-label {
    position: relative;
    z-index: 1;
    padding: 30px 0 0 calc((100vw - 1100px) / 2 + 20px);
}
.appraiser-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(255,255,255,0.85) 45%, rgba(255,255,255,0));
}
.appraiser-text {
    position: relative;
    z-index: 1;
    max-width: 55%;
    padding: 60px 50px 60px calc((100vw - 1100px) / 2 + 20px);
}
.appraiser-title {
    font-family: var(--ff-heading);
    font-size: clamp(1.5rem, 4vw, 2.2rem);
    margin-bottom: 25px;
    font-weight: 400;
    color: var(--text);
}
.stats-badges {
    display: flex;
    gap: 15px;
    margin-top: 40px;
}
.stats-badges { display: flex; gap: 20px; }
.stat-badge {
    flex: 1;
    text-align: center;
    padding: 30px 20px;
    background: var(--white);
    border: 2px solid var(--navy);
    position: relative;
}
.stat-badge::before {
    content: '';
    position: absolute;
    inset: 4px;
    border: 1px solid var(--navy);
    pointer-events: none;
}
.stat-badge-icon { display: none; }
.stat-badge-label {
    font-size: .75rem;
    color: var(--gold);
    letter-spacing: .1em;
    margin-bottom: 8px;
}
.stat-badge-value {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--navy);
}
.stat-badge-value span {
    font-size: 2rem;
    font-weight: 900;
    color: var(--navy);
}

/* ==========================================================================
   Assessment System (Figma: jewelry with price callouts)
   ========================================================================== */
.assessment-visual {
    position: relative;
    max-width: 700px;
    margin: 0 auto 50px;
}
.price-label {
    position: absolute;
    font-size: 1rem;
    font-weight: 300;
    color: var(--gold);
    white-space: nowrap;
    letter-spacing: .05em;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.price-label.is-visible {
    opacity: 1;
    transform: translateY(0);
    animation: floatLabel 3s ease-in-out infinite;
}
@keyframes floatLabel {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}
.assessment-visual img {
    width: 400px;
    height: 400px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    display: block;
}
.assessment-callout {
    position: absolute;
    font-size: .82rem;
    white-space: nowrap;
}
.assessment-formula {
    text-align: center;
    margin: 40px 0;
}
.assessment-formula .formula-text {
    font-family: var(--ff-heading);
    font-size: clamp(1.2rem, 4vw, 1.6rem);
    color: var(--navy);
    font-weight: 700;
    letter-spacing: 0.05em;
}
.formula-item { display: inline; }
.formula-plus { display: inline; }
.assessment-formula .formula-result {
    font-family: var(--ff-heading);
    font-size: clamp(1.4rem, 5vw, 2.2rem);
    color: var(--gold);
    font-weight: 700;
    margin-top: 10px;
}

/* ==========================================================================
   Promise Cards (Figma: photo + icon)
   ========================================================================== */
.promise-layout {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}
.promise-text-col { flex: 1; background: none; }
.promise-item { margin-bottom: 0; }
.promise-item:last-child { margin-bottom: 0; }
.promise-layout, .promise-text-col, .promise-item, .promise-img-col, .promise-img-card { background: transparent !important; box-shadow: none !important; }
.promise-item h3 {
    font-family: var(--ff-heading);
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 10px;
}
.promise-item p {
    font-size: var(--fs-body-sm);
    line-height: 1.8;
}
.promise-img-col {
    flex: 0.8;
    display: flex;
    gap: 15px;
}
.promise-img-card {
    flex: 1;
    height: 380px;
    border-radius: 8px;
    overflow: hidden;
}
/* legacy — keep for subpages */
.promise-grid-v2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.promise-card-v2 {
    text-align: center;
    overflow: hidden;
}
.promise-card-v2 .promise-img {
    height: 220px;
    overflow: hidden;
    position: relative;
}
.promise-card-v2 .promise-img img { width: 100%; height: 100%; object-fit: cover; }
.promise-card-v2 .promise-icon {
    width: 56px;
    height: 56px;
    background: var(--navy);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -28px auto 15px;
    position: relative;
    z-index: 1;
    color: var(--white);
    font-size: 1.2rem;
}
.promise-card-v2 h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--navy);
}
.promise-card-v2 p {
    font-size: .85rem;
    line-height: 1.8;
    color: var(--text);
    padding: 0 15px 25px;
}

/* ==========================================================================
   Philosophy Section (Figma: OUR PHILOSOPHY - new)
   ========================================================================== */
.philosophy-section { padding: 120px 0; }
.philosophy-item {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 80px;
}
.philosophy-item:nth-child(even) { flex-direction: row-reverse; }
.philosophy-img { flex: 1; overflow: hidden; }
.philosophy-img img { width: 100%; height: 450px; object-fit: cover; border-radius: 230px 0 0 230px; }
.philosophy-item:nth-child(even) .philosophy-img img { border-radius: 0 230px 230px 0; }
.philosophy-text { flex: 1; }
.philosophy-num {
    font-size: 3rem;
    font-weight: 200;
    color: var(--navy);
    display: inline;
    margin-right: 10px;
}
.philosophy-text h3 {
    display: inline;
    font-family: var(--ff-heading);
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--navy);
    border-left: 2px solid var(--gold);
    padding-left: 15px;
}
.philosophy-text p {
    margin-top: 25px;
    font-size: .93rem;
    line-height: 2;
}
.philosophy-text .philosophy-closing {
    font-family: var(--ff-accent);
    color: var(--gold);
    font-size: 1.2rem;
    margin-top: 25px;
    font-weight: 600;
}

/* ==========================================================================
   Representative Message (Figma: full-width photo bg)
   ========================================================================== */
.representative-section {
    position: relative;
    padding: 0;
    min-height: 500px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.representative-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.representative-bg img { width: 100%; height: 100%; object-fit: cover; }
.representative-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0.85) 0%, rgba(255,255,255,0.4) 60%, transparent 100%);
}
.representative-content {
    position: relative;
    z-index: 1;
    max-width: 600px;
    padding: 80px 60px;
    border: 1px solid rgba(255,255,255,0.6);
    margin: 40px auto 40px 15%;
}
.representative-content h2 {
    font-family: var(--ff-heading);
    font-size: clamp(1.5rem, 4vw, 2.2rem);
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 25px;
    color: var(--text);
}
.representative-content p {
    font-size: .93rem;
    line-height: 2;
    margin-bottom: 20px;
}
.representative-content .rep-name {
    color: var(--gold);
    font-size: .88rem;
    font-weight: 500;
    margin: 0;
}

/* ==========================================================================
   Method Section (Figma: dark bg)
   ========================================================================== */
.method-section {
    background: var(--navy);
    color: var(--white);
    padding: 0;
}
.method-banner {
    text-align: center;
    margin-bottom: 40px;
}
.method-banner-card {
    background: var(--white);
    max-width: 380px;
    margin: 0 auto 30px;
    padding: 40px 35px 25px;
    border-radius: 190px 190px 4px 4px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.1);
    position: relative;
}
.method-banner-up {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    font-weight: 900;
    color: var(--gold);
    line-height: 1.1;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    white-space: nowrap;
    margin-top: 15px;
    gap: 5px;
}
.method-banner-arrow {
    width: 40px;
    height: auto;
}
.method-banner-img {
    height: 200px;
    overflow: hidden;
    margin-bottom: 10px;
}
.method-banner-brand {
    font-size: .85rem;
    letter-spacing: .25em;
    color: var(--text);
}
.method-banner h2 {
    font-family: var(--ff-heading);
    font-size: clamp(1.5rem, 4vw, 2.2rem);
    color: var(--gold);
    font-weight: 400;
    margin-bottom: 12px;
}
.method-banner > p { font-size: 1rem; }
.method-banner-up { font-size: clamp(1.1rem, 3vw, 1.4rem) !important; }
.method-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border: 1px solid var(--gold);
    text-align: center;
}
.method-item {
    padding: 50px 30px;
    border-right: 1px solid var(--gold);
}
.method-item:last-child { border-right: none; }
.method-item p { font-size: .88rem; margin-top: 15px; opacity: 0.8; }

/* Matome layout */
.matome-bg-img { position: absolute; right: -50px; top: 50%; transform: translateY(-50%); width: 350px; height: auto; opacity: 0.4; }

/* Method Cards (new) */
.method-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.method-card {
    background: var(--white); border-radius: 8px; overflow: hidden;
    text-decoration: none; color: var(--text);
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}
.method-card:hover { box-shadow: 0 8px 25px rgba(0,0,0,0.12); }
.method-card-img { height: 180px; overflow: hidden; }
.method-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
.method-card:hover .method-card-img img { transform: scale(1.05); }
.method-card-body { padding: 20px 25px 25px; text-align: center; }
.method-card-body h3 { font-family: var(--ff-heading); font-size: var(--fs-card-heading); color: var(--navy); font-weight: 600; margin-bottom: 10px; }
.method-card-body p { font-size: var(--fs-body-sm); opacity: 0.7; margin-bottom: 15px; }
.method-card-link { font-size: var(--fs-body-sm); color: #fff; font-weight: 600; display: inline-block; border: 1px solid var(--gold); padding: 8px 25px; border-radius: 30px; transition: all 0.3s; background: var(--gold); }
.method-card-link::after { content: ' >'; margin-left: 5px; }
.method-card:hover .method-card-link { background: transparent; color: var(--gold); }

/* ==========================================================================
   Shop Info & Column
   ========================================================================== */
.shopinfo-section {
    padding: 100px 0 0;
}
.shopinfo-grid {
    display: flex;
    gap: 60px;
    margin-bottom: 100px;
}
.shopinfo-map { flex: 1.2; }
.shopinfo-map .map-placeholder {
    height: 250px;
    background: #DDD;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
}
.shopinfo-photos {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}
.shopinfo-photos .photo-thumb {
    flex: 1;
    height: 100px;
    background: #EEE;
    overflow: hidden;
}
.shopinfo-photos .photo-thumb img { width: 100%; height: 100%; object-fit: cover; }
.shopinfo-column { flex: 1; }
.column-list { display: flex; flex-direction: column; gap: 20px; }
.column-item {
    display: flex;
    gap: 15px;
    border-bottom: 1px solid var(--border);
    padding-bottom: 15px;
    text-decoration: none;
    color: inherit;
}
.column-item:hover { color: var(--gold); }
.column-thumb { width: 80px; height: 60px; background: #EEE; flex-shrink: 0; overflow: hidden; }
.column-thumb img { width: 100%; height: 100%; object-fit: cover; }
.column-date { font-size: .7rem; color: var(--gold); margin: 0; }
.column-title { font-size: .88rem; margin: 5px 0; font-weight: bold; }

/* ==========================================================================
   Footer (Figma style)
   ========================================================================== */
.site-footer {
    padding: 80px 0 40px;
    background: var(--dark);
    color: var(--white);
}
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.footer-brand { flex: 1.2; min-width: 250px; }
.footer-logo { font-size: 1.75rem; font-weight: bold; letter-spacing: 0.2em; margin-bottom: 15px; }
.footer-brand-desc { font-size: .82rem; opacity: 0.7; line-height: 1.6; }
.footer-nav { flex: 2; display: flex; gap: 50px; justify-content: flex-end; }
.footer-nav-group { width: 160px; }
.footer-nav-title { display: block; margin-bottom: 15px; font-size: .88rem; font-weight: 500; }
.footer-nav-list { list-style: none; }
.footer-nav-list li { margin-bottom: 12px; }
.footer-nav-list a { color: var(--white); font-size: .82rem; opacity: 0.7; transition: 0.3s; }
.footer-nav-list a:hover { color: var(--gold); opacity: 1; }
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 40px;
    text-align: center;
}
.copyright { font-size: .7rem; opacity: 0.4; letter-spacing: 0.05em; }

/* Simple Footer */
.site-footer--simple { padding: 100px 0 60px; background: var(--dark); color: var(--white); text-align: center; }

/* Footer V2 (Figma: sparkle bg + navy text) */
.site-footer-v2 {
    padding: 80px 0 40px;
    background: linear-gradient(135deg, rgba(245,243,240,0.95) 0%, rgba(230,235,245,0.7) 50%, rgba(245,243,240,0.95) 100%);
    color: var(--navy);
}
.site-footer-v2 .footer-top {
    display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; margin-bottom: 60px;
}
.site-footer-v2 .footer-brand { flex: 1.2; min-width: 250px; }
.site-footer-v2 .footer-logo { margin-bottom: 15px; }
.site-footer-v2 .footer-logo img { height: 20px; width: auto; }
.site-footer-v2 .footer-brand-desc { font-size: .82rem; opacity: 0.7; line-height: 1.6; }
.site-footer-v2 .footer-nav { flex: 2; display: flex; gap: 50px; justify-content: flex-end; }
.site-footer-v2 .footer-nav-group { width: 160px; }
.site-footer-v2 .footer-nav-title { display: block; margin-bottom: 15px; font-size: .88rem; font-weight: 700; color: var(--navy); text-decoration: none; opacity: 0.7; }
.site-footer-v2 .footer-nav-title:hover { color: var(--gold); opacity: 1; }
.site-footer-v2 .footer-nav-list { list-style: none; }
.site-footer-v2 .footer-nav-list li { margin-bottom: 12px; }
.site-footer-v2 .footer-nav-list a { color: var(--navy); font-size: .82rem; opacity: 0.7; transition: 0.3s; }
.site-footer-v2 .footer-nav-list a:hover { color: var(--gold); opacity: 1; }
.site-footer-v2 .footer-bottom { border-top: 1px solid rgba(26,41,68,0.1); padding-top: 40px; text-align: center; }
.site-footer-v2 .copyright { font-size: .7rem; opacity: 0.4; letter-spacing: 0.05em; color: var(--navy); }

@media (max-width: 768px) {
    .site-footer-v2 .footer-top { flex-direction: column; gap: 40px; }
    .site-footer-v2 .footer-top { align-items: flex-start; }
    .site-footer-v2 .footer-brand { margin-bottom: 30px; }
    .site-footer-v2 .footer-nav { flex-direction: row; gap: 0; }
    .site-footer-v2 .footer-nav-group { flex: 1; }
    .site-footer-v2 .footer-nav-list { display: flex; flex-direction: column; gap: 10px; }
    .site-footer-v2 .footer-nav-list a { font-size: .9rem; }
    .site-footer-v2 .footer-nav-list li { margin-bottom: 0; }
}

/* ==========================================================================
   Customer Voices (Figma: tabs + cards)
   ========================================================================== */
.voices-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    border-bottom: 1px solid var(--border);
    gap: 0;
}
.voices-tab {
    padding: 12px 35px;
    font-size: .88rem;
    color: var(--text-light);
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
}
.voices-tab.active {
    color: var(--gold);
    border-bottom-color: var(--gold);
}
.voices-script {
    text-align: center;
    font-family: 'Georgia', serif;
    font-style: italic;
    font-size: 1.1rem;
    color: var(--border);
    margin-bottom: 30px;
    letter-spacing: 0.05em;
}

.card { border: 1px solid var(--border); padding: 25px; background: var(--white); }
.card-img { width: 100%; height: 200px; background: #EEE; margin-bottom: 20px; overflow: hidden; }
.card-img img { width: 100%; height: 100%; object-fit: cover; }
.card-title { font-size: 1.05rem; font-weight: bold; margin-bottom: 15px; line-height: 1.4; }
.card-tag {
    font-size: .7rem; color: var(--gold); border: 1px solid var(--gold);
    padding: 3px 12px; display: inline-block; margin-bottom: 12px; letter-spacing: .1em; border-radius: 2px;
}
.card-desc { font-size: .85rem; line-height: 1.7; color: #666; }

/* ==========================================================================
   Grid System
   ========================================================================== */
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 40px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }

/* ==========================================================================
   Sub Page Components (shared across shop/takuhai/trip/line/repair)
   ========================================================================== */
/* Page MV */
.page-mv { background: var(--greige); padding: 60px 0; border-bottom: 1px solid #ddd; }
.mv-flex { display: flex; align-items: center; gap: 40px; }
.mv-text { flex: 1.2; }
.mv-text h1 { font-size: clamp(1.8rem, 5vw, 2.6rem); font-weight: bold; line-height: 1.2; margin-bottom: 15px; color: var(--navy); }
.mv-text .highlight { color: var(--gold); font-size: clamp(1rem, 3vw, 1.5rem); font-weight: bold; display: block; margin-bottom: 25px; }
.mv-image-large { flex: 1; }
.mv-image-large img { width: 100%; height: 450px; object-fit: cover; border-radius: 4px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.mv-image { flex: 1; }
.mv-image img { width: 100%; height: 400px; object-fit: cover; border-radius: 4px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }

/* Steps */
.step-list-vertical { max-width: 900px; margin: 0 auto; }
.step-v-item { display: flex; align-items: stretch; background: var(--white); border: 1px solid #eee; margin-bottom: 40px; border-radius: 8px; overflow: hidden; }
.step-v-num { background: var(--gold); color: var(--white); width: 100px; display: flex; flex-direction: column; align-items: center; justify-content: center; font-weight: bold; }
.step-v-num strong { font-size: 2.25rem; line-height: 1; }
.step-v-body { flex: 1; padding: 40px; }
.step-v-body h3 { font-size: 1.5rem; font-weight: bold; margin-bottom: 15px; color: var(--navy); }
.step-v-img { width: 300px; background: #f0f0f0; display: flex; align-items: center; justify-content: center; color: #aaa; overflow: hidden; }
.step-v-img img { width: 100%; height: 100%; object-fit: cover; }

/* CTA */
.cta-full { background: var(--navy); color: var(--white); border-radius: 8px; overflow: hidden; margin: 60px 0; text-align: center; }
.cta-title-row { padding: 25px 20px; font-size: clamp(1.2rem, 4vw, 1.75rem); font-weight: bold; }
.cta-sub-row { background: var(--white); color: var(--navy); display: inline-block; margin-bottom: 20px; padding: 5px 40px; font-weight: bold; border-radius: 30px; }
.cta-main-copy { font-size: clamp(1.5rem, 5vw, 2.25rem); margin-bottom: 30px; display: block; font-weight: bold; }
.cta-main-copy span { color: var(--pink); }
.cta-inner-box { background: rgba(255,255,255,0.1); padding: 30px; margin: 0 20px 20px; border-radius: 8px; display: flex; gap: 15px; justify-content: center; }
.cta-card { flex: 1; padding: 20px 10px; border-radius: 8px; text-decoration: none; color: var(--white); transition: 0.3s; text-align: center; }
.cta-card:hover { opacity: 0.9; color: var(--white); }
.cta-card strong { display: block; font-size: 1.35rem; margin: 10px 0; }
.cta-card p { font-size: .7rem; margin: 0; line-height: 1.4; }
.card-tel { background: var(--pink); }
.card-line { background: var(--line-green); }
.card-form { background: var(--blue); }
.cta-footer-text { padding: 15px; font-weight: bold; font-size: 1.1rem; }

/* Feature Grid */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.feature-item { text-align: center; padding: 30px; border: 1px solid var(--gold); background: var(--white); }

/* Voice */
.voice-list-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.voice-item-card { background: var(--white); padding: 35px; border-radius: 8px; border: 1px solid var(--border); }

/* Hospitality */
.hospitality-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.hosp-item { background: var(--white); border: 1px solid #eee; overflow: hidden; }
.hosp-img-large { height: 350px; background: #eee; overflow: hidden; }
.hosp-img-large img { width: 100%; height: 100%; object-fit: cover; }
.hosp-body { padding: 30px; }

/* Status / Brand */
.condition-section {
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 120px 0;
    position: relative;
}
.condition-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.7);
}
.condition-section .container { position: relative; z-index: 1; }
.condition-section .section-title h2 { font-weight: 400; text-shadow: 0 0 20px rgba(255,255,255,0.8), 0 0 40px rgba(255,255,255,0.5); }
.status-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.status-item {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.85);
    padding: 20px;
    border-radius: 8px;
    backdrop-filter: blur(5px);
    border: 1px solid var(--navy);
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.status-img {
    width: 70px;
    height: 70px;
    margin-right: 15px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.status-img img { width: 70px; height: 70px; object-fit: contain; }
.status-label { color: var(--gold); border: 1px solid var(--gold); padding: 3px 10px; font-size: .8rem; font-weight: bold; border-radius: 3px; margin-bottom: 8px; display: inline-block; }
.brand-tags { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.brand-tag { border: 1px solid #DDD; padding: 8px 20px; font-size: .82rem; background: var(--white); }

/* Trouble */
.trouble-box { background: var(--white); border: 1px solid #eee; padding: 40px; border-radius: 10px; text-align: center; }
.trouble-list { display: inline-block; text-align: left; margin: 20px 0; list-style: none; }
.trouble-list li { margin-bottom: 10px; font-weight: bold; background: #f0f4f9; padding: 10px 20px; }
.trouble-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.trouble-item { background: #eee; padding: 30px; border-radius: 8px; text-align: center; font-weight: bold; }

/* Cards */
.card-item { background: var(--white); padding: 40px 30px; border: 1px solid #eee; text-align: center; border-radius: 8px; }

/* Trouble Bubbles */
.trouble-bubble {
    background: var(--white);
    padding: 35px 25px 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    text-align: center;
    position: relative;
    border: 1px solid rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.trouble-icon {
    font-size: 32px;
    display: block;
    margin-bottom: 15px;
    opacity: 0.8;
}
.trouble-bubble::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0; height: 0;
    border: 10px solid transparent;
    border-top-color: var(--white);
    border-bottom: none;
}
.trouble-bubble p {
    font-size: var(--fs-body-sm);
    color: var(--navy);
    font-weight: 600;
    line-height: 1.8;
    margin: 0;
}
.trouble-answer {
    background: var(--navy);
    color: var(--white);
    padding: 40px;
    border-radius: 8px;
    position: relative;
}
.trouble-answer::before {
    display: none;
}
.trouble-answer-title { font-family: var(--ff-heading); font-size: clamp(1.3rem, 3vw, 1.8rem); font-weight: 700; margin-bottom: 15px; color: var(--gold); }
.trouble-answer-desc { font-size: var(--fs-body-sm); opacity: 0.85; }
.item-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.item-card { background: var(--white); border: 1px solid #eee; padding: 20px; text-align: center; }

/* Case Grid 3 */
.case-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.case-card { border: 1px solid #eee; padding: 15px; background: var(--white); }

/* FAQ */
.faq-container { max-width: 900px; margin: 0 auto; text-align: left; }
.faq-item { padding: 0; border: none; margin-bottom: 10px; }
.faq-q {
    font-weight: 500;
    color: var(--navy);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    background: var(--white);
    border: 1px solid var(--border);
    font-size: 1rem;
    cursor: pointer;
    margin-bottom: 0;
    transition: border-color 0.3s;
}
.faq-q::after {
    content: '+';
    font-size: 1.3rem;
    color: var(--navy);
    flex-shrink: 0;
    margin-left: 20px;
}
.faq-q:hover { border-color: var(--gold); }
.faq-item:not(.faq-accordion) > p {
    max-height: 0;
    overflow: hidden;
    padding: 0 25px;
    margin: 0;
    transition: max-height 0.3s ease, padding 0.3s ease;
    font-size: var(--fs-body-sm);
    line-height: 1.8;
    background: var(--white);
    border: 1px solid var(--border);
    border-top: none;
}
.faq-item.open .faq-q::after { content: '-'; }
.faq-item.open:not(.faq-accordion) > p {
    max-height: 2000px;
    padding: 20px 25px;
}

/* FAQ Page */
.faq-section-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--navy);
}
.faq-section-icon { font-size: 1.8rem; }
.faq-section-header h2 {
    font-size: var(--fs-sub-heading);
    font-weight: 700;
    color: var(--navy);
    letter-spacing: .05em;
}
.faq-accordion { padding: 0; border-bottom: none; }
.faq-q-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 25px;
    background: var(--white);
    border: 1px solid var(--border);
    margin-bottom: 10px;
    cursor: pointer;
    font-family: inherit;
    font-size: var(--fs-body-sm);
    color: var(--text);
    text-align: left;
    transition: border-color 0.3s;
}
.faq-q-btn:hover { border-color: var(--gold); }
.faq-q-btn[aria-expanded="true"] { border-color: var(--navy); }
.faq-toggle {
    font-size: 1.2rem;
    color: var(--navy);
    flex-shrink: 0;
    margin-left: 20px;
    transition: transform 0.3s;
}
.faq-q-btn[aria-expanded="true"] .faq-toggle { transform: rotate(45deg); }
.faq-answer {
    display: none;
}
.faq-answer.open {
    display: block;
}
.faq-answer p {
    padding: 15px 25px 25px;
    font-size: var(--fs-body-sm);
    line-height: 1.8;
    color: var(--text);
}

/* Privacy Policy */
.privacy-content {
    max-width: 800px;
    margin: 0 auto;
}
.privacy-content h2 {
    font-family: var(--ff-heading);
    font-size: var(--fs-sub-heading);
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 20px;
}
.privacy-content h3 {
    font-size: var(--fs-card-heading);
    font-weight: 700;
    color: var(--navy);
    margin: 40px 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border);
}
.privacy-content h4 {
    font-size: var(--fs-body);
    font-weight: 700;
    color: var(--navy);
    margin: 25px 0 10px;
}
.privacy-content p {
    font-size: var(--fs-body-sm);
    line-height: 1.9;
    margin-bottom: 15px;
}
.privacy-content ol,
.privacy-content ul {
    font-size: var(--fs-body-sm);
    line-height: 1.9;
    padding-left: 25px;
    margin-bottom: 20px;
}
.privacy-content li { margin-bottom: 8px; }
.privacy-date {
    font-size: var(--fs-caption);
    color: var(--text-light);
    margin-top: 30px;
    line-height: 1.8;
}

/* Promise */
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.promise-item { padding: 30px; border: none; background: transparent; }

/* Zero badges */
.zero-badges { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 30px; }
.zero-badge { background: var(--pink); color: var(--white); padding: 4px 12px; font-size: .75rem; font-weight: bold; border-radius: 4px; }

/* LINE */
.line-mv { background: #06C755; color: var(--white); padding: 80px 0; text-align: center; }
.line-mv h1 { font-size: clamp(1.8rem, 5vw, 2.25rem); font-weight: bold; margin-bottom: 15px; }
.line-mv p { font-size: 1.1rem; margin-bottom: 30px; }
.line-add-btn { background: var(--white); color: #06C755; padding: 15px 40px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.25rem; box-shadow: 0 5px 15px rgba(0,0,0,0.1); display: inline-block; }
.line-add-btn:hover { color: #06C755; opacity: 0.9; }
.merit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.merit-card { background: var(--white); padding: 40px 20px; text-align: center; border: 1px solid #eee; border-radius: 8px; }
.merit-card h3 { font-size: 1.1rem; font-weight: bold; margin-bottom: 15px; color: var(--navy); }
.photo-tips { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.tip-box { background: var(--white); padding: 30px; border-radius: 8px; border: 1px solid var(--gold); }
.tip-box h4 { color: var(--gold); font-weight: bold; margin-bottom: 15px; }

/* Repair */
.repair-mv { background: var(--navy); color: var(--white); padding: 80px 0; text-align: center; }
.repair-mv h1 { font-size: clamp(1.8rem, 5vw, 2.5rem); margin-bottom: 20px; font-weight: bold; }
.repair-mv p { font-size: 1.1rem; color: var(--gold); font-weight: bold; }
.repair-row { display: flex; gap: 0; align-items: center; }
.repair-img { flex: 1; height: 400px; overflow: hidden; }
.repair-img img { width: 100%; height: 100%; object-fit: cover; border-radius: 0 200px 200px 0; }
.repair-text { flex: 1; padding: 40px 60px; }
.repair-strength { display: flex; gap: 50px; align-items: center; background: var(--white); padding: 50px; border: 1px solid var(--gold); }
.repair-strength-img { flex: 1; height: 350px; background: #ddd; overflow: hidden; }
.repair-strength-img img { width: 100%; height: 100%; object-fit: cover; }
.repair-strength-text { flex: 1.2; }
.menu-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.menu-item { border: 1px solid #ddd; padding: 20px; text-align: center; background: var(--white); }
.menu-name { font-weight: bold; margin-bottom: 10px; display: block; }
.menu-price { color: var(--gold); font-weight: bold; font-size: .88rem; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }

/* Icon grid */
.icon-grid-box { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; text-align: center; margin-top: 30px; }
.icon-item { border: 1px solid #DDD; padding: 30px; background: var(--white); }

/* Formula banner */
.formula-banner { background: var(--dark); color: var(--white); padding: 50px; text-align: center; border: 1px solid var(--gold); margin: 40px 0; }

/* ==========================================================================
   Archive Layout (Case / Column shared)
   ========================================================================== */
.archive-layout {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 50px;
    align-items: start;
}
.archive-main { min-width: 0; }
.sp-search-box { display: none; }

/* Toolbar */
.archive-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.archive-count { font-size: .85rem; color: var(--text); }
.archive-count strong { color: var(--navy); }
.archive-sort-select {
    border: 1px solid var(--border);
    padding: 8px 30px 8px 15px;
    font-size: .85rem;
    background: var(--white);
    color: var(--text);
    cursor: pointer;
    appearance: auto;
}

/* Column Cards */
.column-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}
.column-card {
    background: var(--white);
    border: 1px solid var(--border);
    text-decoration: none;
    color: inherit;
    display: block;
    transition: box-shadow 0.3s;
    overflow: hidden;
}
.column-card:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    color: inherit;
}
.column-card-img {
    position: relative;
    aspect-ratio: 16/10;
    overflow: hidden;
    background: #f4f4f4;
}
.column-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}
.column-card:hover .column-card-img img { transform: scale(1.03); }
.column-card-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--navy);
    color: var(--white);
    font-size: .7rem;
    padding: 3px 12px;
    letter-spacing: .1em;
    z-index: 1;
}
.column-card-body { padding: 20px 22px 25px; }
.column-card-date { font-size: .75rem; color: var(--gold); margin-bottom: 8px; }
.column-card-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--navy);
    line-height: 1.5;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.column-card-excerpt {
    font-size: .82rem;
    color: var(--text-light);
    line-height: 1.7;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.column-card-more {
    font-size: .78rem;
    color: var(--gold);
    letter-spacing: .1em;
}

/* Archive Pagination */
.archive-pagination { text-align: center; }
.archive-pagination .nav-links {
    display: flex;
    justify-content: center;
    gap: 5px;
}
.archive-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid var(--border);
    font-size: .88rem;
    color: var(--text);
    text-decoration: none;
    transition: all 0.3s;
}
.archive-pagination .page-numbers.current {
    background: var(--navy);
    color: var(--white);
    border-color: var(--navy);
}
.archive-pagination .page-numbers:hover:not(.current) {
    border-color: var(--gold);
    color: var(--gold);
}
.archive-pagination .page-numbers.dots {
    border: none;
    pointer-events: none;
}

/* Sidebar */
.archive-sidebar { position: sticky; top: 100px; }
.sidebar-box {
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.sidebar-box:last-child { margin-bottom: 0; }

/* Sidebar Search */
.sidebar-search {
    display: flex;
    border: 1px solid var(--border);
}
.sidebar-search-input {
    flex: 1;
    border: none;
    padding: 10px 15px;
    font-size: .85rem;
    outline: none;
    font-family: inherit;
}
.sidebar-search-btn {
    width: 44px;
    background: var(--navy);
    color: var(--white);
    border: none;
    cursor: pointer;
    font-size: 1rem;
    transition: background 0.3s;
}
.sidebar-search-btn:hover { background: var(--navy-light); }

/* Sidebar Title */
.sidebar-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--gold);
    display: inline-block;
}

/* Sidebar Category List */
.sidebar-cat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar-cat-list li {
    border-bottom: 1px solid var(--border-light);
}
.sidebar-cat-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    font-size: .88rem;
    color: var(--text);
    text-decoration: none;
    transition: color 0.3s;
}
.sidebar-cat-list a:hover { color: var(--gold); }
.sidebar-cat-count {
    font-size: .82rem;
    color: var(--text-light);
}

/* Sidebar Popular */
.sidebar-popular { display: flex; flex-direction: column; gap: 0; }
.sidebar-popular-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--border-light);
    text-decoration: none;
    color: inherit;
    transition: color 0.3s;
}
.sidebar-popular-item:hover { color: var(--gold); }
.sidebar-popular-rank {
    width: 24px;
    height: 24px;
    background: var(--navy);
    color: var(--white);
    font-size: .7rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.sidebar-popular-thumb {
    width: 60px;
    height: 45px;
    overflow: hidden;
    flex-shrink: 0;
    background: #f4f4f4;
}
.sidebar-popular-thumb img { width: 100%; height: 100%; object-fit: cover; }
.sidebar-popular-date { font-size: .7rem; color: var(--gold); margin-bottom: 2px; }
.sidebar-popular-title { font-size: .82rem; line-height: 1.4; }

/* Sidebar CTA */
.sidebar-cta {
    background: var(--greige);
    padding: 25px;
    border: 1px solid var(--border);
    text-align: center;
}
.btn-line-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px 20px;
    background: #06C755;
    color: #fff;
    font-size: var(--fs-body-sm);
    font-weight: 700;
    letter-spacing: 0.05em;
    border-radius: 8px;
    transition: all 0.3s;
    box-shadow: 0 4px 12px rgba(6, 199, 85, 0.4);
}
.btn-line-cta::after { content: '>'; margin-left: 8px; }
.btn-line-cta:hover {
    background: #05b04c;
    box-shadow: 0 6px 18px rgba(6, 199, 85, 0.5);
    color: #fff;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 768px) {
    .sp-only { display: inline; }
    .nav-links { display: none; }
    .hamburger { display: flex; }
    .nav-links.active {
        display: flex; flex-direction: column; position: fixed;
        top: 0; left: 0; width: 100%; height: 100vh;
        background: var(--navy); justify-content: center; align-items: center; z-index: 300;
        gap: 0; padding: 80px 40px 40px;
    }
    .nav-links.active a {
        margin: 0; padding: 18px 0; font-size: 1.1rem;
        color: #fff; border-bottom: 1px solid rgba(255,255,255,0.15);
        width: 100%; text-align: center; text-decoration: none;
    }
    .nav-links.active a:last-child { border-bottom: none; }
    .nav-links.active .support-dropdown {
        margin: 0; width: 100%;
    }
    .nav-links.active .support-btn {
        display: none;
    }
    .nav-links.active .support-content {
        position: static; background: transparent;
        box-shadow: none; border-radius: 0; padding: 0; border: none;
        display: block !important; opacity: 1 !important; visibility: visible !important;
        transform: none !important; width: 100%;
    }
    .nav-links.active .support-content ul,
    .nav-links.active .support-list { border: none; margin: 0; list-style: none; padding: 0; }
    .nav-links.active .support-content li a {
        border-bottom: 1px solid rgba(255,255,255,0.15); padding: 18px 0; font-size: 1.1rem;
        color: #fff;
    }
    .nav-links.active .support-content p { color: var(--gold); text-align: center; }

    /* MV */
    .mv { height: auto; flex-direction: column; position: relative; }
    .mv-left { position: absolute; top: 0; right: 0; width: 60%; height: 45%; min-height: auto; opacity: 0.5; z-index: 0; }
    .mv-left img { border-radius: 0; width: 100%; height: 100%; }
    .mv-slideshow { min-height: 300px; }
    .mv-right { padding: 130px 15px 30px; position: relative; z-index: 1; justify-content: flex-end; }

    /* TOP MV SP: 画像上・テキスト下 */
    .home .mv { flex-direction: column; }
    .home .mv-left { position: static; width: 100%; height: auto; opacity: 1; }
    .home .mv-slideshow { min-height: 250px; }
    .home .mv-right { padding: 30px 20px 40px; }
    .home .mv-sub { margin-bottom: 25px; }
    .mv-sub { margin-bottom: 0; }
    .section-bg-label { font-size: 1.5rem; margin-bottom: 5px; }
    .cta-headline { font-size: clamp(1.2rem, 4.5vw, 2rem) !important; }
    .voice-cards { flex-direction: column; align-items: center; }
    .status-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .status-item { flex-direction: column; text-align: center; padding: 15px 10px; justify-content: center; }
    .mv-bg-text { font-size: 5rem; }
    .mv-btns .btn-circle { min-width: 100%; }

    /* Sub MV */
    .mv-flex { flex-direction: column; }
    .mv-image-large img, .mv-image img { height: 250px; }

    /* Grids */
    .case-grid { grid-template-columns: 1fr; }
    .case-card-v2 { display: flex; flex-direction: row; }
    .case-card-v2 .case-img-wrap { flex-shrink: 0; align-self: stretch; aspect-ratio: 1/1; width: auto; min-width: auto; max-width: 35%; }
    .case-card-v2 .case-img-wrap img { height: 100%; width: 100%; }
    .case-card-v2 .case-body { flex: 1; min-width: 0; padding: 12px 15px; }
    .case-card-v2 .case-meta dt { display: none; }
    .grid, .grid-3, .feature-grid, .icon-grid-box, .promise-grid-v2,
    .hospitality-grid, .voice-list-grid, .case-grid-3,
    .promise-grid, .merit-grid, .photo-tips, .trouble-grid,
    .step-grid, .method-grid { grid-template-columns: 1fr; }
    .method-cards { grid-template-columns: 1fr; gap: 15px; }
    .method-card { display: flex; flex-direction: row; border-radius: 8px; overflow: hidden; }
    .method-card-img { width: 35%; min-width: 35%; aspect-ratio: 1/1; height: auto !important; }
    .method-card-img img { width: 100%; height: 100% !important; object-fit: cover; }
    .method-card-body { width: 65%; text-align: left; padding: 15px; display: flex; flex-direction: column; justify-content: center; align-items: center; }
    .method-card-body h3 { font-size: var(--fs-body); margin-bottom: 5px; }
    .method-card-body p { font-size: var(--fs-caption); margin-bottom: 10px; }
    .method-card-link { font-size: var(--fs-caption); padding: 6px 18px; }
    .matome-bg-img { width: 200px; right: -30px; opacity: 0.25; }
    .item-grid, .menu-grid { grid-template-columns: repeat(2, 1fr); }

    /* Reviews */
    .reviews-header { flex-direction: column; gap: 20px; }

    /* Steps */
    .step-v-item { flex-direction: column; }
    .step-v-num { width: 100%; padding: 15px; flex-direction: row; gap: 10px; }
    .step-v-img { width: 100%; height: 200px; }

    /* CTA */
    .cta-inner-box { flex-direction: column; }

    /* Table */
    .comp-table { font-size: .72rem; }
    .comp-table th, .comp-table td { padding: 8px 5px; }

    /* Appraiser */
    .appraiser-section { min-height: 700px; background-position: 75% -30px; background-size: 130%; justify-content: flex-end; width: calc(100% + 30px); margin-left: -15px; margin-right: -15px; }
    .appraiser-section::before { background: linear-gradient(to top, rgba(245,243,240,1) 40%, rgba(255,255,255,0.7) 60%, rgba(255,255,255,0.1)); }
    .appraiser-label { padding: 0 20px; }
    .appraiser-text { max-width: 100%; padding: 20px 20px 40px; }
    .stats-badges { flex-direction: row; gap: 10px; }
    .stat-badge { padding: 12px 10px; }
    .stat-badge-value { font-size: .9rem; }
    .stat-badge-value span { font-size: 1.4rem; }
    .stat-badge-label { font-size: .85rem; }

    /* Promise */
    .promise-layout { flex-direction: column; position: relative; }
    .promise-img-col {
        position: absolute;
        right: 0;
        top: 0;
        width: 40%;
        height: 100%;
        flex-direction: column;
        justify-content: center;
        gap: 20px;
        opacity: 0.45;
    }
    .promise-img-card { height: 200px; }
    .promise-img-card:nth-child(2) { margin-top: 40px; }
    .promise-text-col { position: relative; z-index: 1; }

    /* Assessment */
    .assessment-visual img { width: 250px; height: 250px; }
    .assessment-formula { border: double 3px var(--gold); border-radius: 8px; padding: 24px 16px; margin: 30px 0; }
    .formula-item { display: block; padding: 4px 0; }
    .formula-plus { display: block; font-size: .85em; opacity: .4; margin: 2px 0; }
    .price-label { font-size: .6rem; }

    /* Philosophy */
    .philosophy-item, .philosophy-item:nth-child(even) { flex-direction: column-reverse; }
    .philosophy-item { gap: 0; margin-bottom: 50px; }
    .philosophy-img { margin: 0; width: 100%; }
    .philosophy-img {
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
    }
    .philosophy-img img {
        height: 220px;
        width: 80% !important;
        object-fit: cover;
        margin-left: auto;
        margin-right: 0;
        display: block;
        border-radius: 110px 0 0 110px !important;
    }
    .philosophy-item:nth-child(even) .philosophy-img img {
        margin-left: 0;
        margin-right: auto;
        border-radius: 0 110px 110px 0 !important;
    }
    .philosophy-text { padding: 0 0 30px; text-align: left; }

    /* Representative */
    .representative-section { align-items: flex-end; }
    .representative-bg img { object-position: 70% top; }
    .representative-bg::after { background: linear-gradient(to top, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.2)); }
    .representative-content { padding: 10px 20px; margin: 15px; max-width: none; border: none; }

    /* Repair */
    .repair-row { flex-direction: column-reverse; }
    .repair-img { height: 150px !important; flex: none !important; width: 100%; margin-left: -20px; width: calc(100% + 20px); }
    .repair-img img { border-radius: 0 200px 200px 0 !important; }
    .repair-text { padding: 0 20px 30px; }
    .repair-strength { flex-direction: column; padding: 30px; }

    /* Footer */
    .footer-top { flex-direction: column; gap: 40px; }
    .footer-nav { flex-direction: column; gap: 20px; }

    /* Shopinfo */
    .shopinfo-grid { flex-direction: column; }

    /* Archive Layout */
    .archive-layout { grid-template-columns: 1fr; }
    .archive-sidebar { position: static; }
    .sp-search-box { display: block; margin-bottom: 20px; }
    .sidebar-search-box { display: none; }
    .case-detail-top { flex-direction: column; gap: 20px; }
    .case-detail-img { width: 100%; flex-shrink: 1; }

    /* Contact CTA SP */
    .contact-cta-grid { grid-template-columns: 1fr !important; }
    .contact-menu-grid { grid-template-columns: 1fr; }
    .takuhai-select { grid-template-columns: 1fr; }

    /* Contact Form SP */
    .contact-wrap { padding: 30px 20px; }
    .contact-row { flex-direction: column; align-items: flex-start; gap: 8px; }
    .contact-row label { width: 100%; }
    .cf7-name-wrap { width: 100%; }
    .contact-row .wpcf7-form-control-wrap { width: 100%; }
    .case-nav { gap: 10px; }
    .case-nav-back .btn-circle { padding: 12px 20px; font-size: var(--fs-caption); white-space: nowrap; }
    .column-grid { grid-template-columns: 1fr; }

    /* Section */
    section { padding: 70px 0; }
    .section-title, .section-title-c { margin-bottom: 40px; }
    .strength-row { margin-bottom: 60px; }
    .strength-watermark { display: none; }

    /* Method */
    .method-grid { grid-template-columns: 1fr; border: 1px solid var(--gold); }
    .method-item { border-right: none; border-bottom: 1px solid var(--gold); padding: 35px 20px; }
    .method-item:last-child { border-bottom: none; }

    /* Shopinfo layout */
    .shopinfo-layout { flex-direction: column; }
    .shopinfo-media, .shopinfo-detail { flex: none; width: 100%; }

    .article-card { padding: 30px 20px 40px; }
}

/* ==========================================================================
   Article Card & Entry Content
   ========================================================================== */
.article-card {
    background: var(--white);
    padding: 50px 60px 60px;
    border-radius: 6px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

/* --- Entry Content --- */
.entry-content {
    font-size: var(--fs-body);
    line-height: 2;
    color: var(--text);
}

/* H2 */
.entry-content h2 {
    font-family: var(--ff-heading);
    font-size: clamp(1.15rem, 2.5vw, 1.4rem);
    font-weight: 700;
    color: var(--navy);
    border-left: 4px solid var(--gold);
    padding: 8px 0 8px 18px;
    margin: 56px 0 24px;
    line-height: 1.5;
}

/* H3 */
.entry-content h3 {
    font-family: var(--ff-heading);
    font-size: clamp(1.05rem, 2vw, 1.2rem);
    font-weight: 700;
    color: var(--navy);
    padding-bottom: 10px;
    border-bottom: 2px solid var(--gold);
    margin: 48px 0 20px;
    line-height: 1.5;
}

/* H4 */
.entry-content h4 {
    font-size: clamp(.95rem, 1.8vw, 1.05rem);
    font-weight: 700;
    color: var(--navy);
    padding-left: 14px;
    border-left: 3px solid var(--border);
    margin: 36px 0 14px;
    line-height: 1.5;
}

/* H5 */
.entry-content h5 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text);
    margin: 28px 0 12px;
    line-height: 1.5;
}

/* H6 */
.entry-content h6 {
    font-size: .92rem;
    font-weight: 700;
    color: var(--text-light);
    margin: 24px 0 10px;
    line-height: 1.5;
}

/* Paragraph */
.entry-content p {
    margin-bottom: 24px;
}

/* Table */
.entry-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 28px 0;
    font-size: 1rem;
    line-height: 1.7;
}
.entry-content th,
.entry-content td {
    border: 1px solid var(--border);
    padding: 12px 16px;
    text-align: left;
}
.entry-content th {
    background: var(--navy);
    color: var(--white);
    font-weight: 600;
    white-space: nowrap;
}
.entry-content tbody tr:nth-child(even) {
    background: #f9f8f6;
}

/* Lists */
.entry-content ul,
.entry-content ol {
    margin: 20px 0;
    padding-left: 0;
    list-style: none;
}
.entry-content ul li {
    position: relative;
    padding: 8px 0 8px 24px;
    line-height: 1.8;
}
.entry-content ul li::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 17px;
    width: 8px;
    height: 8px;
    background: var(--gold);
    border-radius: 50%;
}
.entry-content ol {
    counter-reset: ol-counter;
}
.entry-content ol li {
    position: relative;
    padding: 8px 0 8px 32px;
    line-height: 1.8;
    counter-increment: ol-counter;
}
.entry-content ol li::before {
    content: counter(ol-counter);
    position: absolute;
    left: 0;
    top: 8px;
    width: 24px;
    height: 24px;
    background: var(--gold);
    color: var(--white);
    border-radius: 50%;
    font-size: .78rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* Blockquote */
.entry-content blockquote {
    background: #f9f8f6;
    border-left: 4px solid var(--gold);
    padding: 20px 24px;
    margin: 28px 0;
    font-style: italic;
    color: var(--text-light);
}

/* Image */
.entry-content img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin: 16px 0;
}

/* Link（ボタン・カバー・グループ内は除外） */
.entry-content a:not(.wp-block-button__link):not([class*="wp-block-cover"] a):not([class*="btn"]) {
    color: var(--gold);
    text-decoration: underline;
}
.entry-content a:not(.wp-block-button__link):not([class*="btn"]):hover {
    color: var(--navy);
}
.entry-content .wp-block-button__link,
.entry-content .wp-block-cover a,
.entry-content .wp-block-group a[class*="btn"],
.entry-content .wp-block-columns a {
    text-decoration: none;
}

/* Strong */
.entry-content strong {
    color: var(--navy);
}

/* SP */
@media (max-width: 767px) {
    .container { padding: 0 15px; }
    .article-card { padding: 24px 15px 30px; }
    .entry-content h2 { font-size: 1.15rem; }
    .entry-content h3 { font-size: 1.05rem; }
    .entry-content h4 { font-size: .95rem; }
    .entry-content table { font-size: .82rem; }
    .entry-content th, .entry-content td { padding: 10px 12px; }
}

/* ==========================================================================
   Table Scroll Wrapper (SP only)
   ========================================================================== */
@media (max-width: 767px) {
    .table-scroll-wrapper {
        position: relative;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 28px 0;
    }
    .table-scroll-wrapper table {
        margin: 0 !important;
        white-space: nowrap;
    }
    .table-scroll-hint {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        pointer-events: none;
        z-index: 2;
        opacity: 1;
        transition: opacity 0.5s;
    }
    .table-scroll-hint.is-hidden {
        opacity: 0;
    }
    .table-scroll-hint-inner {
        background: rgba(0, 0, 0, 0.55);
        color: #fff;
        padding: 12px 20px 10px;
        border-radius: 14px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        white-space: nowrap;
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px);
        box-shadow: 0 4px 15px rgba(0,0,0,0.25);
    }
    .table-scroll-hint-row {
        display: flex;
        align-items: center;
        gap: 12px;
    }
    .table-scroll-hint-img {
        width: 28px;
        height: auto;
    }
    .table-scroll-hint-arrows {
        font-size: 1.1rem;
        opacity: 0.85;
    }
    .table-scroll-hint-text {
        font-size: .65rem;
        letter-spacing: 0.06em;
        opacity: 0.9;
    }
}
