/*
Theme Name: Home Picks V2
Theme URI: https://home-picks.jp
Author: Home Picks
Description: Home Picks の新HPテーマ。Apple風ミニマル × クール × シンプル。
Version: 2.2.1
License: GPL-2.0-or-later
Text Domain: home-picks-v2
*/

:root {
    --color-brand: #54b6bf;
    --color-brand-dark: #3d9da6;
    --color-brand-light: #eaf7f8;
    --color-accent: #ff6b6b;
    --color-text: #1d1d1f;
    --color-text-sub: #6e6e73;
    --color-border: #e5e9ea;
    --color-bg: #ffffff;
    --color-bg-gray: #f5f5f7;
    --font-heading: "Inter", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "ヒラギノ角ゴ ProN", Meiryo, sans-serif;
    --font-body: "Noto Sans JP", "Inter", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "ヒラギノ角ゴ ProN", Meiryo, sans-serif;
    --radius-sm: 8px;
    --radius-md: 14px;
    --radius-lg: 20px;
    --shadow-sm: 0 2px 8px rgba(0,0,0,0.04);
    --shadow-md: 0 6px 20px rgba(0,0,0,0.08);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body { font-family: var(--font-body); font-weight: 300; color: var(--color-text); line-height: 1.9; background: #fff; -webkit-font-smoothing: antialiased; letter-spacing: 0.02em; }

img { max-width: 100%; height: auto; display: block; }

a { color: inherit; text-decoration: none; }

button { font-family: inherit; cursor: pointer; border: none; background: none; }

.demo-banner { background: #fff3cd; border-bottom: 1px solid #ffe69c; padding: 10px 20px; text-align: center; font-size: 13px; color: #664d03; }

.demo-banner strong { color: var(--color-brand-dark); }

.demo-banner a { color: var(--color-brand-dark); text-decoration: underline; margin-left: 8px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.96); backdrop-filter: blur(10px); border-bottom: 1px solid var(--color-border); }

.header-inner { max-width: 1280px; margin: 0 auto; padding: 16px 24px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }

.logo { font-family: var(--font-heading); font-weight: 700; font-size: 22px; color: var(--color-brand); letter-spacing: 0.02em; }

.logo small { display: block; font-size: 10px; color: var(--color-text-sub); font-weight: 400; letter-spacing: 0.3em; margin-top: 2px; }

.global-nav { display: flex; gap: 28px; align-items: center; font-size: 14px; font-weight: 500; }

.global-nav a { transition: color 0.2s; }

.global-nav a:hover { color: var(--color-brand); }

.global-nav .en { display: block; font-size: 10px; letter-spacing: 0.2em; color: var(--color-brand); font-weight: 600; margin-bottom: 2px; text-align: center; }

.header-cta { display: flex; gap: 10px; align-items: center; }

.btn-reserve { background: var(--color-brand); color: #fff; padding: 12px 22px; border-radius: 999px; font-weight: 600; font-size: 14px; transition: transform 0.2s, background 0.2s; position: relative; animation: aiPulse 2.4s ease-out infinite; }

.btn-reserve:hover { background: var(--color-brand-dark); transform: translateY(-1px); animation-play-state: paused; }

@keyframes aiPulse {
    0% { box-shadow: 0 0 0 0 rgba(84,182,191,0.55), 0 2px 8px rgba(84,182,191,0.3); }
    60% { box-shadow: 0 0 0 14px rgba(84,182,191,0), 0 2px 8px rgba(84,182,191,0.3); }
    100% { box-shadow: 0 0 0 0 rgba(84,182,191,0), 0 2px 8px rgba(84,182,191,0.3); }
}

@media (prefers-reduced-motion: reduce) {
    .btn-reserve { animation: none; }
    .bottom-cta a.reserve { animation: none; }
}

.btn-ghost { padding: 10px 18px; border-radius: 999px; border: 1.5px solid var(--color-border); font-weight: 500; font-size: 13px; transition: border-color 0.2s; }

.btn-ghost:hover { border-color: var(--color-brand); color: var(--color-brand); }

.menu-btn { width: 44px; height: 44px; border-radius: 50%; background: var(--color-brand); display: inline-flex; flex-direction: column; align-items: center; justify-content: center; cursor: pointer; transition: background 0.2s; gap: 4px; flex-shrink: 0; }

.menu-btn:hover { background: var(--color-brand-dark); }

.menu-btn span { display: block; width: 18px; height: 2px; background: #fff; border-radius: 2px; transition: transform 0.3s, opacity 0.3s; }

.menu-overlay { position: fixed; inset: 0; background: #ffffff; z-index: 200; display: flex; flex-direction: column; opacity: 0; visibility: hidden; transition: opacity 0.3s; overflow-y: auto; }

.menu-overlay.open { opacity: 1; visibility: visible; }

.menu-overlay-header { padding: 16px 24px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--color-border); position: sticky; top: 0; background: rgba(255,255,255,0.96); backdrop-filter: blur(10px); z-index: 2; }

.menu-overlay-header .logo { color: var(--color-brand); font-family: var(--font-heading); font-weight: 700; font-size: 20px; letter-spacing: 0.02em; }

.menu-overlay-header .logo small { display: block; font-size: 10px; letter-spacing: 0.3em; color: var(--color-text-sub); font-weight: 400; margin-top: 2px; }

.menu-overlay-actions { display: flex; gap: 10px; align-items: center; }

.menu-overlay-actions .btn-reserve { background: var(--color-brand); }

.menu-close { width: 44px; height: 44px; border-radius: 50%; color: var(--color-text); font-size: 20px; background: var(--color-bg-gray); cursor: pointer; display: inline-flex; align-items: center; justify-content: center; transition: background 0.2s; position: relative; }

.menu-close:hover { background: var(--color-border); }

.menu-close::before, .menu-close::after { content: ""; position: absolute; width: 18px; height: 2px; background: var(--color-text); border-radius: 2px; }

.menu-close::before { transform: rotate(45deg); }

.menu-close::after { transform: rotate(-45deg); }

.menu-overlay-body { flex: 1; padding: 24px 24px 100px; max-width: 720px; margin: 0 auto; width: 100%; }

.menu-section { border-bottom: 1px solid var(--color-border); }

.menu-section-toggle { display: flex; align-items: center; justify-content: space-between; padding: 22px 4px; cursor: pointer; background: none; border: none; width: 100%; text-align: left; font: inherit; }

.menu-section-toggle h3 { color: var(--color-brand); font-size: 12px; letter-spacing: 0.3em; font-weight: 600; font-family: var(--font-heading); margin: 0; transition: opacity 0.2s; }

.menu-section-toggle:hover h3 { opacity: 0.7; }

.menu-section-toggle .icon-plus { width: 20px; height: 20px; position: relative; color: var(--color-text); flex-shrink: 0; }

.menu-section-toggle .icon-plus::before, .menu-section-toggle .icon-plus::after { content: ""; position: absolute; background: currentColor; border-radius: 2px; }

.menu-section-toggle .icon-plus::before { top: 9px; left: 2px; right: 2px; height: 2px; }

.menu-section-toggle .icon-plus::after { left: 9px; top: 2px; bottom: 2px; width: 2px; transition: transform 0.3s, opacity 0.3s; }

.menu-section.open .icon-plus::after { transform: rotate(90deg); opacity: 0; }

.menu-section .section-body { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }

.menu-section.open .section-body { max-height: 700px; }

.menu-section ul { list-style: none; padding: 4px 0 18px; }

.menu-section li a { display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; color: var(--color-text); font-size: 15px; border-radius: 10px; transition: background 0.2s, color 0.2s; }

.menu-section li a:hover { background: var(--color-bg-gray); color: var(--color-brand); }

.menu-section .sns-label { display: inline-flex; align-items: center; gap: 12px; }

.menu-section .sns-label svg { width: 18px; height: 18px; flex-shrink: 0; color: var(--color-text-sub); transition: color 0.2s; }

.menu-section li a:hover .sns-label svg { color: var(--color-brand); }

.menu-section .caret { color: rgba(0,0,0,0.2); font-size: 18px; transition: color 0.2s; }

.menu-section li a:hover .caret { color: var(--color-brand); }

.menu-sns-row { padding: 32px 4px 16px; display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; align-items: center; }

.menu-sns-row a { width: 44px; height: 44px; border-radius: 50%; background: var(--color-bg-gray); color: var(--color-text-sub); display: inline-flex; align-items: center; justify-content: center; transition: background 0.25s, color 0.25s, transform 0.2s; }

.menu-sns-row a:hover { color: #fff; transform: translateY(-2px); }

.menu-sns-row a[aria-label="YouTube"]:hover { background: #FF0000; }

.menu-sns-row a[aria-label="X (Twitter)"]:hover { background: #000000; }

.menu-sns-row a[aria-label="Instagram"]:hover { background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }

.menu-sns-row a[aria-label="TikTok"]:hover { background: #000000; }

.menu-sns-row a[aria-label="note"]:hover { background: #41C9B4; }

.menu-sns-row a[aria-label="LINE公式"]:hover { background: #06C755; }

.menu-sns-row a svg { width: 20px; height: 20px; }

@media (max-width: 900px) { .global-nav, .btn-ghost { display: none; } }

.hero { position: relative; min-height: 86vh; overflow: hidden; padding: 100px 24px 80px; color: #fff; display: flex; align-items: center; background: #1d1d1f; }

.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; display: block; }

.hero-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(100deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 40%, rgba(0,0,0,0.15) 70%, rgba(0,0,0,0) 100%); pointer-events: none; }

.hero-inner { position: relative; z-index: 2; max-width: 1280px; margin: 0 auto; width: 100%; }

.hero-text { max-width: 760px; }

.hero-en { font-size: 12px; letter-spacing: 0.4em; color: rgba(255,255,255,0.9); font-weight: 600; margin-bottom: 24px; }

.hero-title { font-family: var(--font-heading); font-size: clamp(34px, 4.4vw, 56px); font-weight: 700; line-height: 1.35; margin-bottom: 32px; color: #fff; letter-spacing: 0.02em; text-shadow: 0 2px 12px rgba(0,0,0,0.25); }

.hero-title .highlight { color: var(--color-brand); }

.hero-sub { font-size: 17px; color: rgba(255,255,255,0.92); margin-bottom: 40px; max-width: 560px; line-height: 2; text-shadow: 0 1px 8px rgba(0,0,0,0.3); }

.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.btn-primary { background: var(--color-brand); color: #fff; padding: 16px 32px; border-radius: 999px; font-weight: 600; transition: transform 0.2s, background 0.2s; display: inline-flex; align-items: center; gap: 8px; box-shadow: 0 6px 20px rgba(84,182,191,0.4); }

.btn-primary:hover { background: var(--color-brand-dark); transform: translateY(-2px); }

.btn-secondary { background: rgba(255,255,255,0.1); color: #fff; padding: 16px 32px; border-radius: 999px; font-weight: 600; border: 1.5px solid rgba(255,255,255,0.5); transition: all 0.2s; backdrop-filter: blur(8px); }

.btn-secondary:hover { background: rgba(255,255,255,0.2); border-color: #fff; }

@media (max-width: 900px) { .hero { min-height: 70vh; padding: 80px 20px 60px; } .hero-overlay { background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.5) 60%, rgba(0,0,0,0.7) 100%); } }

.section { padding: 100px 24px; }

.section-inner { max-width: 1280px; margin: 0 auto; }

.section-head { text-align: center; margin-bottom: 56px; }

.section-en { font-size: 12px; letter-spacing: 0.4em; color: var(--color-brand); font-weight: 600; margin-bottom: 12px; }

.section-title { font-family: var(--font-heading); font-size: clamp(26px, 3vw, 40px); font-weight: 700; line-height: 1.4; }

.section-title .highlight { color: var(--color-brand); }

.section-gray { background: var(--color-bg-gray); }

@media (max-width: 900px) { .section { padding: 60px 20px; } .section-head { margin-bottom: 36px; } }

.property-scroll { display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 8px 24px 24px; margin: 0 -24px; scrollbar-width: thin; }

.property-scroll::-webkit-scrollbar { height: 6px; }

.property-scroll::-webkit-scrollbar-thumb { background: var(--color-border); border-radius: 3px; }

.property-card { flex: 0 0 320px; scroll-snap-align: start; background: #fff; border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform 0.25s, box-shadow 0.25s; cursor: pointer; }

.property-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }

.property-card-img { position: relative; aspect-ratio: 16/10; background: #eee center/cover no-repeat; overflow: hidden; }

.property-badge { position: absolute; top: 12px; left: 12px; background: var(--color-brand); color: #fff; font-size: 11px; padding: 5px 10px; border-radius: 999px; font-weight: 600; letter-spacing: 0.08em; }

.property-badge.badge-sale { background: var(--color-accent); }

.property-badge.badge-deal { background: #636e72; }

.property-card-body { padding: 18px 20px 20px; }

.property-location { font-size: 12px; color: var(--color-text-sub); margin-bottom: 6px; letter-spacing: 0.04em; }

.property-name { font-family: var(--font-heading); font-weight: 700; font-size: 16px; margin-bottom: 12px; line-height: 1.5; }

.property-price { font-family: var(--font-heading); font-weight: 700; font-size: 22px; color: var(--color-brand); margin-bottom: 12px; }

.property-price small { font-size: 12px; color: var(--color-text-sub); font-weight: 400; margin-left: 4px; }

.property-specs { display: flex; gap: 14px; font-size: 12px; color: var(--color-text-sub); border-top: 1px solid var(--color-border); padding-top: 12px; }

.property-specs span strong { color: var(--color-text); font-weight: 600; }

.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }

.feature-card { background: #fff; padding: 36px 28px; border-radius: var(--radius-lg); text-align: center; border: 1px solid var(--color-border); transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s; }

.feature-card:hover { transform: translateY(-4px); border-color: var(--color-brand); box-shadow: var(--shadow-sm); }

.feature-card:hover .feature-icon { background: var(--color-brand); color: #fff; }

.feature-icon { width: 64px; height: 64px; background: var(--color-brand-light); color: var(--color-brand); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 20px; font-size: 26px; font-family: var(--font-heading); font-weight: 700; transition: background 0.25s, color 0.25s; }

.feature-title { font-family: var(--font-heading); font-weight: 700; font-size: 18px; margin-bottom: 10px; }

.feature-desc { font-size: 14px; color: var(--color-text-sub); }

@media (max-width: 900px) { .features-grid { grid-template-columns: 1fr; gap: 16px; } }

/* ===== Scroll reveal ===== */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.8s ease, transform 0.8s ease; }

.reveal.is-visible { opacity: 1; transform: translateY(0); }

.reveal-stagger > * { opacity: 0; transform: translateY(28px); transition: opacity 0.8s ease, transform 0.8s ease; }

.reveal-stagger.is-visible > * { opacity: 1; transform: translateY(0); }

.reveal-stagger.is-visible > *:nth-child(1) { transition-delay: 0s; }

.reveal-stagger.is-visible > *:nth-child(2) { transition-delay: 0.12s; }

.reveal-stagger.is-visible > *:nth-child(3) { transition-delay: 0.24s; }

@media (prefers-reduced-motion: reduce) {
    .reveal, .reveal-stagger > * { opacity: 1; transform: none; transition: none; }
}

.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.testimonial-card { background: #fff; padding: 28px; border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }

.testimonial-head { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }

.testimonial-avatar { width: 48px; height: 48px; border-radius: 50%; background: var(--color-brand-light); color: var(--color-brand); display: flex; align-items: center; justify-content: center; font-weight: 700; font-family: var(--font-heading); }

.testimonial-name { font-weight: 700; font-size: 14px; }

.testimonial-meta { font-size: 12px; color: var(--color-text-sub); }

.testimonial-body { font-size: 14px; line-height: 1.8; }

.testimonial-stars { color: #ffc107; font-size: 13px; margin-bottom: 8px; letter-spacing: 2px; }

@media (max-width: 900px) { .testimonial-grid { grid-template-columns: 1fr; } }

.message-block { display: grid; grid-template-columns: 280px 1fr; gap: 48px; align-items: center; max-width: 960px; margin: 0 auto; }

.message-img { aspect-ratio: 1; border-radius: var(--radius-lg); background: url('assets/images/ceo.jpg') center/cover; }

.message-body { font-size: 15px; line-height: 2; color: var(--color-text-sub); }

.message-body p + p { margin-top: 16px; }

.message-name { margin-top: 24px; font-family: var(--font-heading); font-weight: 700; color: var(--color-text); }

.message-name small { font-weight: 400; font-size: 13px; color: var(--color-text-sub); margin-right: 8px; }

@media (max-width: 900px) { .message-block { grid-template-columns: 1fr; gap: 24px; } .message-img { max-width: 200px; margin: 0 auto; } }

.cta-band { background: linear-gradient(135deg, var(--color-brand) 0%, var(--color-brand-dark) 100%); color: #fff; padding: 64px 24px; text-align: center; }

.cta-band h2 { font-family: var(--font-heading); font-size: clamp(22px, 2.6vw, 34px); margin-bottom: 28px; }

.cta-band .cta-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.cta-band .btn-white { background: #fff; color: var(--color-brand); padding: 16px 32px; border-radius: 999px; font-weight: 700; }

.cta-band .btn-white-outline { background: transparent; color: #fff; padding: 16px 32px; border-radius: 999px; font-weight: 600; border: 2px solid rgba(255,255,255,0.5); transition: background 0.2s; }

.cta-band .btn-white-outline:hover { background: rgba(255,255,255,0.1); }

.cta-band .btn-line { background: #fff; color: var(--color-brand); padding: 18px 36px; border-radius: 999px; font-weight: 700; font-size: 16px; display: inline-flex; align-items: center; gap: 10px; box-shadow: 0 6px 20px rgba(0,0,0,0.15); transition: transform 0.2s, box-shadow 0.2s; }

.cta-band .btn-line:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(0,0,0,0.22); }

.cta-band .btn-line svg { width: 20px; height: 20px; color: var(--color-brand); }

.site-footer { background: #2d3436; color: #fff; padding: 56px 24px 32px; }

.footer-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }

.footer-inner h4 { font-family: var(--font-heading); font-size: 14px; margin-bottom: 14px; color: var(--color-brand); }

.footer-inner ul { list-style: none; }

.footer-inner li { padding: 5px 0; font-size: 13px; opacity: 0.85; }

.footer-inner li a:hover { opacity: 1; color: var(--color-brand); }

.footer-info p { font-size: 13px; opacity: 0.7; line-height: 1.8; }

.footer-bottom { max-width: 1280px; margin: 40px auto 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1); font-size: 12px; opacity: 0.5; text-align: center; }

@media (max-width: 900px) { .footer-inner { grid-template-columns: 1fr 1fr; gap: 24px; } }

.map-pin { position: absolute; background: var(--color-brand); color: #fff; padding: 6px 12px; border-radius: 999px; font-size: 12px; font-weight: 700; box-shadow: 0 3px 10px rgba(0,0,0,0.25); transform: translate(-50%, -100%); cursor: pointer; }

.map-pin.is-active { background: var(--color-accent); transform: translate(-50%, -100%) scale(1.1); }

.bottom-cta { position: fixed; left: 50%; bottom: 20px; transform: translateX(-50%); z-index: 9999; display: flex; gap: 8px; align-items: center; background: rgba(29,29,31,0.92); border: 1px solid rgba(255,255,255,0.08); box-shadow: 0 12px 36px rgba(0,0,0,0.35); padding: 6px; border-radius: 999px; backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); transition: opacity 0.3s ease, transform 0.3s ease; }

.bottom-cta.is-hidden { opacity: 0; transform: translateX(-50%) translateY(28px); pointer-events: none; }

.bottom-cta .icon { flex-shrink: 0; width: 18px; height: 18px; }

.bottom-cta a { white-space: nowrap; }

.bottom-cta a.tel { padding: 10px 18px; border-radius: 999px; color: #fff; font-weight: 500; font-size: 13px; display: inline-flex; align-items: center; gap: 8px; transition: background 0.2s; border: 1.5px solid rgba(255,255,255,0.25); }

.bottom-cta a.tel:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.5); }

.bottom-cta a.line { padding: 12px 22px; border-radius: 999px; background: #06C755; color: #fff; font-weight: 700; font-size: 14px; display: inline-flex; align-items: center; gap: 10px; transition: background 0.2s, transform 0.2s; box-shadow: 0 4px 14px rgba(6,199,85,0.35); }

.bottom-cta a.line:hover { background: #05a747; transform: translateY(-1px); }

.bottom-cta a.reserve { padding: 12px 22px; border-radius: 999px; background: var(--color-brand); color: #fff; font-weight: 700; font-size: 14px; display: inline-flex; align-items: center; gap: 10px; letter-spacing: 0.03em; transition: opacity 0.6s ease, transform 0.6s ease, background 0.2s; box-shadow: 0 4px 14px rgba(84,182,191,0.45); }

.bottom-cta a.reserve:hover { background: var(--color-brand-dark); transform: translateY(-1px); }

.bottom-cta a.reserve .arrow { font-weight: 700; margin-left: 2px; }

.bottom-cta a.reserve.is-hidden { opacity: 0; pointer-events: none; }

@media (max-width: 600px) {
    body { padding-bottom: 88px; }
    /* PC同様の中央配置・縦方向にスライドダウンで消える */
    .bottom-cta { left: 50%; right: auto; bottom: 16px; transform: translateX(-50%); gap: 6px; padding: 5px; }
    .bottom-cta.is-hidden { opacity: 0; transform: translateX(-50%) translateY(28px); pointer-events: none; }
    .bottom-cta a { flex: 0 0 auto; justify-content: center; min-width: 0; }
    .bottom-cta a.tel { padding: 9px 12px; font-size: 12px; gap: 6px; flex: 0 0 auto; width: auto; border-radius: 999px; }
    .bottom-cta a.tel span { display: inline; }
    .bottom-cta a.line { padding: 10px 14px; font-size: 12px; gap: 6px; font-weight: 700; }
    .bottom-cta a.reserve { padding: 10px 14px; font-size: 12px; gap: 6px; font-weight: 700; }
    .bottom-cta a.reserve .arrow { display: inline; }
}

.footer-sns { max-width: 1280px; margin: 40px auto 0; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.08); }

.footer-sns h4 { font-family: var(--font-heading); font-size: 11px; letter-spacing: 0.3em; margin-bottom: 18px; color: var(--color-brand); font-weight: 600; }

.footer-sns-grid { display: flex; flex-wrap: wrap; gap: 10px; }

.footer-sns-grid a { display: inline-flex; align-items: center; gap: 10px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); padding: 10px 16px; border-radius: 999px; font-size: 13px; color: #fff; transition: all 0.2s; }

.footer-sns-grid a:hover { background: rgba(84,182,191,0.15); border-color: var(--color-brand); color: var(--color-brand); }

.footer-sns-grid a svg { width: 18px; height: 18px; flex-shrink: 0; }

@media (prefers-reduced-motion: reduce) { .btn-reserve { animation: none; } }

.property-card { background: #fff; border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform 0.25s, box-shadow 0.25s; cursor: pointer; display: block; }

.property-monthly { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; color: var(--color-text-sub); margin-bottom: 14px; }

.property-monthly .label { background: var(--color-brand-light); color: var(--color-brand-dark); font-size: 10px; padding: 2px 8px; border-radius: 4px; font-weight: 500; letter-spacing: 0.06em; }

.property-monthly strong { color: var(--color-text); font-weight: 500; font-size: 13px; }

.listing-note { text-align: center; margin-top: 32px; font-size: 11px; color: var(--color-text-sub); line-height: 1.8; }

.cta-band .btn-white-outline { background: transparent; color: #fff; padding: 16px 32px; border-radius: 999px; font-weight: 600; border: 2px solid rgba(255,255,255,0.5); }

.page-header { background: var(--color-bg-gray); padding: 60px 24px 40px; border-bottom: 1px solid var(--color-border); }

.page-header-inner { max-width: 1280px; margin: 0 auto; }

.breadcrumb { font-size: 12px; color: var(--color-text-sub); margin-bottom: 12px; }

.breadcrumb a { color: var(--color-brand); }

.page-title { font-family: var(--font-heading); font-size: clamp(26px, 3vw, 36px); font-weight: 700; }

.page-title small { font-size: 14px; color: var(--color-text-sub); margin-left: 12px; font-weight: 400; }

.page-title-en { font-size: 11px; letter-spacing: 0.3em; color: var(--color-brand); font-weight: 600; margin-bottom: 8px; }

.filter-wrap { background: #fff; border-bottom: 1px solid var(--color-border); position: sticky; top: 73px; z-index: 50; }

.filter-inner { max-width: 1280px; margin: 0 auto; padding: 20px 24px; }

.filter-row { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }

.filter-group { position: relative; }

.filter-trigger { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1.5px solid var(--color-border); border-radius: 999px; padding: 10px 18px; font-size: 13px; font-weight: 500; transition: all 0.2s; cursor: pointer; }

.filter-trigger:hover { border-color: var(--color-brand); }

.filter-trigger.is-active { background: var(--color-brand); color: #fff; border-color: var(--color-brand); }

.filter-trigger .caret { font-size: 10px; opacity: 0.6; }

.filter-trigger .count { background: #fff; color: var(--color-brand); font-size: 11px; font-weight: 700; padding: 1px 7px; border-radius: 999px; margin-left: 2px; }

.filter-popup { position: absolute; top: calc(100% + 8px); left: 0; background: #fff; border: 1px solid var(--color-border); border-radius: var(--radius-md); padding: 20px; box-shadow: var(--shadow-md); min-width: 280px; z-index: 60; display: none; }

.filter-group.open .filter-popup { display: block; }

.filter-popup h5 { font-size: 12px; color: var(--color-text-sub); margin-bottom: 10px; font-weight: 600; letter-spacing: 0.1em; }

.filter-options { display: flex; flex-wrap: wrap; gap: 6px; }

.filter-options label { display: inline-flex; align-items: center; background: var(--color-bg-gray); padding: 7px 12px; border-radius: 999px; font-size: 12px; cursor: pointer; transition: all 0.2s; user-select: none; }

.filter-options input { display: none; }

.filter-options input:checked + span { background: var(--color-brand); color: #fff; padding: 7px 12px; margin: -7px -12px; border-radius: 999px; }

.filter-options label:hover { background: var(--color-brand-light); }

.filter-range { display: flex; align-items: center; gap: 10px; }

.filter-range input[type="number"] { width: 100%; padding: 10px 12px; border: 1.5px solid var(--color-border); border-radius: var(--radius-sm); font-family: inherit; font-size: 13px; }

.filter-range span { color: var(--color-text-sub); font-size: 12px; }

.filter-chip-row { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 14px; }

.filter-chip { display: inline-flex; align-items: center; gap: 6px; background: var(--color-brand-light); color: var(--color-brand-dark); padding: 6px 10px 6px 12px; border-radius: 999px; font-size: 12px; font-weight: 500; }

.filter-chip button { color: var(--color-brand-dark); font-size: 14px; line-height: 1; opacity: 0.6; }

.filter-chip button:hover { opacity: 1; }

.filter-reset { font-size: 12px; color: var(--color-text-sub); text-decoration: underline; margin-left: 6px; cursor: pointer; }

.filter-actions { display: flex; gap: 10px; margin-left: auto; align-items: center; }

.view-toggle { display: inline-flex; background: var(--color-bg-gray); border-radius: 999px; padding: 4px; }

.view-toggle button { padding: 8px 16px; border-radius: 999px; font-size: 12px; font-weight: 600; color: var(--color-text-sub); transition: all 0.2s; }

.view-toggle button.is-active { background: #fff; color: var(--color-brand); box-shadow: var(--shadow-sm); }

.sort-select { background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2354b6bf' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 14px center; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 1.5px solid var(--color-border); border-radius: 999px; padding: 10px 30px 10px 16px; font-size: 13px; font-family: inherit; cursor: pointer; }

@media (max-width: 1100px) {
    .filter-row { gap: 6px; }
    .filter-group { flex: 1 1 0; min-width: 0; }
    .filter-trigger { width: 100%; padding: 10px 8px; justify-content: center; font-size: 12px; gap: 4px; }
    .filter-trigger .count { padding: 1px 5px; font-size: 10px; }
    .filter-actions { width: 100%; margin-left: 0; margin-top: 10px; }
    .sort-select { flex: 1; }
}

.listing { max-width: 1280px; margin: 0 auto; padding: 32px 24px 80px; }

.listing-meta { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 24px; font-size: 13px; color: var(--color-text-sub); }

.listing-meta strong { color: var(--color-brand); font-size: 18px; font-family: var(--font-heading); }

.listing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }

@media (max-width: 900px) { .listing-grid { grid-template-columns: 1fr 1fr; gap: 16px; } }

@media (max-width: 600px) { .listing-grid { grid-template-columns: 1fr; } }

.pagination { display: flex; justify-content: center; gap: 6px; margin-top: 48px; }

.pagination a { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; height: 40px; padding: 0 14px; border-radius: 10px; border: 1px solid var(--color-border); font-size: 13px; font-weight: 500; transition: all 0.2s; }

.pagination a:hover { border-color: var(--color-brand); color: var(--color-brand); }

.pagination a.is-active { background: var(--color-brand); color: #fff; border-color: var(--color-brand); }

.listing-map-wrap { display: grid; grid-template-columns: 440px 1fr; gap: 0; height: 720px; border-radius: var(--radius-md); overflow: hidden; border: 1px solid var(--color-border); margin: 0 -24px; }

.listing-map-list { overflow-y: auto; background: #fff; padding: 16px; }

.listing-map-list .property-card { margin-bottom: 14px; }

@media (max-width: 600px) {
    body { padding-bottom: 88px; }
    .bottom-cta { left: 50%; right: auto; bottom: 16px; transform: translateX(-50%); gap: 6px; padding: 5px; }
    .bottom-cta.is-hidden { opacity: 0; transform: translateX(-50%) translateY(28px); pointer-events: none; }
    .bottom-cta a { flex: 0 0 auto; justify-content: center; min-width: 0; }
    .bottom-cta a.tel { padding: 9px 12px; font-size: 12px; gap: 6px; flex: 0 0 auto; width: auto; border-radius: 999px; }
    .bottom-cta a.tel span { display: inline; }
    .bottom-cta a.line { padding: 10px 14px; font-size: 12px; gap: 6px; font-weight: 700; }
}

.listing-map-canvas { background: #e8eef0 url('https://images.unsplash.com/photo-1524661135-423995f22d0b?w=1200&auto=format&fit=crop&q=80') center/cover; position: relative; }

@media (max-width: 900px) { .listing-map-wrap { grid-template-columns: 1fr; height: auto; margin: 0; } .listing-map-canvas { height: 300px; } }

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.96); backdrop-filter: blur(10px); border-bottom: 1px solid var(--color-border); }

.menu-btn span { display: block; width: 18px; height: 2px; background: #fff; border-radius: 2px; }

/* Breadcrumb */
.breadcrumb { max-width: 1280px; margin: 0 auto; padding: 16px 24px 0; font-size: 12px; color: var(--color-text-sub); letter-spacing: 0.04em; }

.breadcrumb span { margin: 0 8px; opacity: 0.5; }

/* ===== Hero ===== */
.property-hero {
    max-width: 1280px;
    margin: 20px auto 0;
    padding: 0 24px;
}

.property-hero-main {
    position: relative;
    aspect-ratio: 16/9;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: url('https://images.unsplash.com/photo-1564013799919-ab600027ffc6?w=1600&auto=format&fit=crop&q=85') center/cover;
}

.property-status-badges {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    gap: 8px;
    z-index: 2;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    background: var(--color-brand);
    color: #fff;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.status-badge.badge-new { background: var(--color-brand); }

.property-hero-thumbs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
    margin-top: 10px;
}

.property-hero-thumbs .thumb {
    aspect-ratio: 16/10;
    border-radius: var(--radius-sm);
    background: #eee center/cover no-repeat;
    cursor: pointer;
    transition: opacity 0.2s;
    position: relative;
}

.property-hero-thumbs .thumb:hover { opacity: 0.85; }

.property-hero-thumbs .thumb.more { display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 600; font-size: 14px; position: relative; }

.property-hero-thumbs .thumb.more::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,0.5); border-radius: var(--radius-sm); }

.property-hero-thumbs .thumb.more span { position: relative; z-index: 1; letter-spacing: 0.1em; }

@media (max-width: 720px) {
    .property-hero-main { aspect-ratio: 4/3; }
    .property-hero-thumbs { grid-template-columns: repeat(4, 1fr); }
    .property-hero-thumbs .thumb:nth-child(5) { display: none; }
}

/* ===== Title block ===== */
.property-title-block {
    max-width: 1280px;
    margin: 0 auto;
    padding: 48px 24px 0;
}

.property-area-tag {
    display: inline-block;
    font-size: 13px;
    color: var(--color-brand);
    letter-spacing: 0.2em;
    margin-bottom: 12px;
    font-weight: 600;
}

.property-name {
    font-family: var(--font-heading);
    font-size: clamp(28px, 3.5vw, 44px);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.02em;
    margin-bottom: 14px;
}

.property-address { font-size: 15px; color: var(--color-text-sub); font-weight: 400; }

.property-address svg { width: 14px; height: 14px; display: inline-block; vertical-align: -2px; margin-right: 6px; }

/* ===== Main layout (single column) ===== */
.property-main-layout {
    max-width: 1080px;
    margin: 48px auto 0;
    padding: 0 24px;
}

/* ===== Price card (inline) ===== */
.price-card-inline {
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: 40px;
    box-shadow: var(--shadow-sm);
}

.price-card-top {
    display: flex;
    align-items: baseline;
    gap: 28px;
    flex-wrap: wrap;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--color-border);
    margin-bottom: 28px;
}

.price-card-label { font-size: 11px; color: var(--color-text-sub); letter-spacing: 0.2em; font-weight: 600; font-family: var(--font-heading); }

.price-card-value {
    font-family: var(--font-heading);
    font-size: clamp(40px, 4.5vw, 60px);
    font-weight: 700;
    color: var(--color-brand);
    line-height: 1;
    letter-spacing: 0.02em;
}

.price-card-value small { font-size: 0.35em; color: var(--color-text); font-weight: 500; margin-left: 8px; }

.price-cost-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 8px;
}

.price-monthly-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--color-brand-light);
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 13px;
}

.price-monthly-chip .lbl { font-family: var(--font-heading); font-size: 10px; letter-spacing: 0.1em; color: var(--color-brand-dark); background: #fff; padding: 3px 9px; border-radius: 4px; font-weight: 700; }

.price-monthly-chip strong { font-size: 16px; color: var(--color-text); font-weight: 600; }

.price-expense-chip {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--color-text-sub);
}

.price-expense-chip strong { color: var(--color-text); font-weight: 600; font-size: 14px; }

.price-info-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--color-bg-gray);
    color: var(--color-text-sub);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 12px;
    font-family: var(--font-heading);
    font-weight: 700;
    transition: all 0.2s;
    border: none;
}

.price-info-icon:hover { background: var(--color-brand); color: #fff; }

.price-cost-note { font-size: 11px; color: var(--color-text-sub); letter-spacing: 0.03em; }

.expense-tooltip {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    width: min(420px, calc(100vw - 48px));
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    padding: 24px 24px 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    z-index: 20;
}

.expense-tooltip.open { display: block; }

.expense-tooltip::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    background: #fff;
    border-left: 1px solid var(--color-border);
    border-top: 1px solid var(--color-border);
}

.expense-tooltip-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--color-bg-gray);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--color-text-sub);
    border: none;
    transition: all 0.2s;
}

.expense-tooltip-close:hover { background: var(--color-border); color: var(--color-text); }

.expense-tooltip-title {
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--color-border);
    letter-spacing: 0.05em;
}

.expense-table { width: 100%; border-collapse: collapse; font-size: 12px; }

.expense-table tr { border-bottom: 1px solid var(--color-border); }

.expense-table tr:last-child { border-bottom: none; }

.expense-table td { padding: 8px 0; vertical-align: top; }

.expense-table td:first-child { color: var(--color-text-sub); padding-right: 12px; line-height: 1.5; }

.expense-table td:first-child small { display: block; font-size: 10px; opacity: 0.7; margin-top: 2px; }

.expense-table td:last-child { text-align: right; font-family: var(--font-heading); font-weight: 600; color: var(--color-text); white-space: nowrap; }

.expense-table td:last-child small { display: block; font-size: 10px; color: var(--color-text-sub); font-weight: 400; margin-top: 2px; }

.expense-tooltip-total {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 2px solid var(--color-text);
    display: flex;
    justify-content: space-between;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 14px;
}

.expense-tooltip-total strong { color: var(--color-brand); font-size: 16px; }

.price-spec-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px 24px;
}

.price-spec-grid .item.full { grid-column: 1 / -1; }

.price-spec-grid .item.col-3 { grid-column: span 3; }

.price-spec-grid .item.col-2 { grid-column: span 2; }

.price-spec-grid .item .label {
    font-size: 11px;
    color: var(--color-text-sub);
    letter-spacing: 0.05em;
    display: block;
    margin-bottom: 4px;
    font-weight: 500;
}

.price-spec-grid .item .value {
    font-family: var(--font-heading);
    font-size: 15px;
    font-weight: 600;
    color: var(--color-text);
    line-height: 1.5;
}

@media (max-width: 720px) {
    .price-card-inline { padding: 28px 22px; }
    .price-card-top { gap: 18px; padding-bottom: 20px; margin-bottom: 22px; }
    .price-spec-grid { grid-template-columns: 1fr 1fr; gap: 16px 20px; }
}

/* ===== Hazard map ===== */
.hazard-desc { font-size: 14px; color: var(--color-text-sub); margin-bottom: 28px; line-height: 1.9; }

.hazard-status-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-bottom: 20px;
}

.hazard-status-card {
    padding: 16px 18px;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    background: #fff;
    transition: border-color 0.2s;
}

.hazard-status-card:hover { border-color: var(--color-brand); }

.hazard-status-head {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
    letter-spacing: 0.02em;
}

.hazard-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }

.hazard-dot.safe { background: #4caf50; }

.hazard-dot.caution { background: #ffb72b; }

.hazard-dot.danger { background: #e53935; }

.hazard-status-value { font-size: 12px; color: var(--color-text-sub); padding-left: 18px; font-weight: 400; }

.hazard-map-wrap {
    height: 420px;
    border-radius: var(--radius-sm);
    overflow: hidden;
    border: 1px solid var(--color-border);
    position: relative;
}

#hazardMap { height: 100%; width: 100%; }

.hazard-map-wrap .leaflet-container { font-family: var(--font-body); }

.hazard-layers {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(8px);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
    padding: 12px 16px;
    font-size: 12px;
    z-index: 500;
    box-shadow: var(--shadow-sm);
}

.hazard-layers label { display: flex; align-items: center; gap: 6px; padding: 3px 0; cursor: pointer; }

.hazard-layers input[type="checkbox"] { accent-color: var(--color-brand); cursor: pointer; }

.hazard-attribution { font-size: 11px; color: var(--color-text-sub); margin-top: 12px; text-align: right; }

.hazard-attribution a { color: var(--color-brand); text-decoration: underline; }

@media (max-width: 720px) {
    .hazard-status-grid { grid-template-columns: repeat(2, 1fr); }
    .hazard-map-wrap { height: 320px; }
}

/* ===== Reservation calendar ===== */
.reservation-section { padding: 80px 0 0; }

.reservation-card {
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: 40px;
    box-shadow: var(--shadow-sm);
}

.reservation-property-header {
    background: var(--color-brand-light);
    border-left: 4px solid var(--color-brand);
    border-radius: var(--radius-sm);
    padding: 16px 20px;
    margin-bottom: 28px;
}

.reservation-property-header .label { font-size: 11px; color: var(--color-brand-dark); letter-spacing: 0.15em; font-weight: 600; margin-bottom: 4px; }

.reservation-property-header .property-name { font-family: var(--font-heading); font-weight: 700; font-size: 16px; margin-bottom: 2px; }

.reservation-property-header .property-address { font-size: 12px; color: var(--color-text-sub); }

.reservation-steps { display: flex; justify-content: center; gap: 16px; margin-bottom: 32px; align-items: center; flex-wrap: wrap; }

.reservation-step { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--color-text-sub); font-weight: 500; }

.reservation-step.active { color: var(--color-brand); font-weight: 700; }

.reservation-step .step-num {
    width: 28px; height: 28px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 12px; background: var(--color-bg-gray); color: var(--color-text-sub); font-weight: 700;
    font-family: var(--font-heading);
}

.reservation-step.active .step-num { background: var(--color-brand); color: #fff; }

.reservation-step-divider { width: 32px; height: 1px; background: var(--color-border); }

.calendar-nav { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }

.calendar-nav .month-label { font-family: var(--font-heading); font-size: 20px; font-weight: 700; letter-spacing: 0.05em; }

.calendar-nav-btn { background: #fff; border: 1.5px solid var(--color-border); border-radius: 999px; padding: 8px 18px; cursor: pointer; font-size: 13px; color: var(--color-text); font-weight: 600; transition: all 0.2s; }

.calendar-nav-btn:hover { border-color: var(--color-brand); color: var(--color-brand); }

.calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }

.calendar-day-header { text-align: center; font-size: 11px; color: var(--color-text-sub); padding: 8px 0; font-weight: 700; letter-spacing: 0.1em; }

.calendar-day-header.sun { color: #e53935; }

.calendar-day-header.sat { color: #1565c0; }

.calendar-day { text-align: center; padding: 10px 4px; min-height: 64px; border-radius: var(--radius-sm); position: relative; }

.calendar-day .day-num { font-family: var(--font-heading); font-size: 15px; font-weight: 500; }

.calendar-day.other-month .day-num { color: #ccc; }

.calendar-day.no-slots .day-num { color: #d0d0d0; }

.calendar-day.has-slots { cursor: pointer; transition: background 0.2s; }

.calendar-day.has-slots:hover { background: var(--color-brand-light); }

.calendar-day.selected { background: var(--color-brand-light); border: 2px solid var(--color-brand); }

.calendar-day .slot-indicator { font-size: 9px; color: var(--color-brand); margin-top: 2px; letter-spacing: 0; }

.calendar-day.today .day-num { background: var(--color-text); color: #fff; border-radius: 50%; width: 26px; height: 26px; display: inline-flex; align-items: center; justify-content: center; }

.time-slots-wrap { margin-top: 24px; padding: 24px; background: var(--color-bg-gray); border-radius: var(--radius-sm); }

.time-slots-wrap .date-label { font-family: var(--font-heading); font-size: 14px; font-weight: 700; margin-bottom: 14px; letter-spacing: 0.05em; }

.time-slots-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }

.time-slot-btn { padding: 12px 8px; border: 1.5px solid var(--color-border); border-radius: var(--radius-sm); background: #fff; cursor: pointer; font-size: 13px; text-align: center; transition: all 0.2s; color: var(--color-text); font-weight: 500; font-family: var(--font-heading); }

.time-slot-btn:hover { border-color: var(--color-brand); background: var(--color-brand-light); }

.time-slot-btn.selected { background: var(--color-brand); color: #fff; border-color: var(--color-brand); }

@media (max-width: 720px) {
    .reservation-card { padding: 28px 20px; }
    .calendar-day { min-height: 48px; padding: 6px 2px; }
    .time-slots-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 480px) {
    .time-slots-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ===== Content sections ===== */
.property-content { min-width: 0; }

.content-section { padding: 40px 0; border-bottom: 1px solid var(--color-border); }

.content-section:last-child { border-bottom: none; }

.content-section-label { font-family: var(--font-heading); font-size: 11px; letter-spacing: 0.3em; color: var(--color-brand); font-weight: 600; margin-bottom: 10px; }

.content-section-title { font-family: var(--font-heading); font-size: clamp(22px, 2.2vw, 28px); font-weight: 700; margin-bottom: 28px; letter-spacing: 0.02em; }

/* Tour video */
.tour-video-wrap {
    position: relative;
    aspect-ratio: 16/9;
    border-radius: var(--radius-md);
    overflow: hidden;
    background: #000 url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?w=1200&auto=format&fit=crop&q=85') center/cover;
    cursor: pointer;
}

.tour-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255,255,255,0.96);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s;
}

.tour-video-wrap:hover .tour-video-play { transform: translate(-50%, -50%) scale(1.08); }

.tour-video-play::after { content: ""; width: 0; height: 0; border-left: 18px solid var(--color-brand); border-top: 12px solid transparent; border-bottom: 12px solid transparent; margin-left: 4px; }

.tour-video-caption { margin-top: 16px; font-size: 13px; color: var(--color-text-sub); text-align: center; }

/* Floor plan */
.floor-plan-wrap {
    padding: 32px;
    background: var(--color-bg-gray);
    border-radius: var(--radius-md);
    text-align: center;
}

.floor-plan-wrap img { max-height: 500px; margin: 0 auto; }

/* Review */
.review-card {
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    padding: 32px;
}

.review-ratings { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px 24px; margin-bottom: 28px; }

.review-item { text-align: center; padding: 16px 8px; background: var(--color-bg-gray); border-radius: var(--radius-sm); }

.review-item-label { font-size: 11px; color: var(--color-text-sub); margin-bottom: 8px; letter-spacing: 0.08em; font-weight: 500; }

.review-stars { font-size: 14px; color: #ffb72b; letter-spacing: 2px; line-height: 1; }

.review-stars .off { color: #e0e0e0; }

.review-comment { padding-top: 28px; border-top: 1px solid var(--color-border); }

.review-comment-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.review-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--color-brand-light); color: var(--color-brand-dark); display: inline-flex; align-items: center; justify-content: center; font-weight: 700; font-family: var(--font-heading); font-size: 14px; }

.review-name { font-weight: 600; font-size: 14px; }

.review-meta { font-size: 11px; color: var(--color-text-sub); margin-top: 2px; }

.review-text { font-size: 14px; line-height: 2; color: var(--color-text); font-weight: 300; }

@media (max-width: 720px) {
    .review-ratings { grid-template-columns: repeat(2, 1fr); }
}

/* Map */
.map-wrap { position: relative; aspect-ratio: 16/9; border-radius: var(--radius-md); overflow: hidden; background: #e8eef0 url('https://images.unsplash.com/photo-1524661135-423995f22d0b?w=1600&auto=format&fit=crop&q=85') center/cover; }

.map-pin {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    background: var(--color-brand);
    color: #fff;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 4px 14px rgba(0,0,0,0.25);
}

.map-pin::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid var(--color-brand);
}

.map-actions { margin-top: 16px; display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }

.map-actions a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border: 1.5px solid var(--color-border);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 500;
    color: var(--color-text);
    transition: all 0.2s;
}

.map-actions a:hover { border-color: var(--color-brand); color: var(--color-brand); }

/* Spec table */
.spec-table { width: 100%; border-collapse: collapse; font-size: 13px; }

.spec-table tr { border-bottom: 1px solid var(--color-border); }

.spec-table tr:first-child { border-top: 1px solid var(--color-border); }

.spec-table th { text-align: left; padding: 14px 20px 14px 4px; font-weight: 500; color: var(--color-text-sub); font-size: 12px; letter-spacing: 0.08em; width: 160px; vertical-align: top; }

.spec-table td { padding: 14px 4px; color: var(--color-text); font-weight: 400; }

@media (max-width: 600px) {
    .spec-table th, .spec-table td { display: block; width: 100%; padding: 4px 4px; }
    .spec-table th { padding-top: 12px; font-size: 11px; }
    .spec-table td { padding-bottom: 12px; }
}

/* Hazard map */
.hazard-box {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    background: #fff7e6;
    border: 1px solid #ffd89a;
    border-radius: var(--radius-md);
}

.hazard-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    color: #e67e22;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    flex-shrink: 0;
    font-family: var(--font-heading);
}

.hazard-box p { font-size: 13px; color: var(--color-text); font-weight: 400; flex: 1; }

.hazard-box a { color: #e67e22; font-weight: 600; text-decoration: underline; font-size: 13px; flex-shrink: 0; }

/* Similar properties */
.similar-section { padding: 80px 24px; background: var(--color-bg-gray); margin-top: 80px; }

.similar-inner { max-width: 1280px; margin: 0 auto; }

.similar-head { margin-bottom: 40px; }

.similar-head h2 { font-family: var(--font-heading); font-size: clamp(22px, 2.4vw, 32px); font-weight: 700; letter-spacing: 0.02em; }

.similar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.similar-card { background: #fff; border-radius: var(--radius-md); overflow: hidden; border: 1px solid var(--color-border); transition: transform 0.25s, box-shadow 0.25s; }

.similar-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }

.similar-card-img { aspect-ratio: 16/10; background: #eee center/cover no-repeat; }

.similar-card-body { padding: 18px 20px 22px; }

.similar-card-location { font-size: 12px; color: var(--color-text-sub); margin-bottom: 6px; }

.similar-card-name { font-family: var(--font-heading); font-weight: 700; font-size: 15px; margin-bottom: 10px; }

.similar-card-price { font-family: var(--font-heading); font-weight: 700; font-size: 20px; color: var(--color-brand); }

.similar-card-price small { font-size: 12px; color: var(--color-text-sub); font-weight: 400; margin-left: 4px; }

.similar-card-specs { margin-top: 10px; padding-top: 10px; border-top: 1px solid var(--color-border); font-size: 11px; color: var(--color-text-sub); display: flex; gap: 12px; }

.similar-card-specs strong { color: var(--color-text); font-weight: 600; }

@media (max-width: 900px) { .similar-grid { grid-template-columns: 1fr 1fr; } }

@media (max-width: 600px) { .similar-grid { grid-template-columns: 1fr; } }

/* ===== CTA band ===== */
.cta-band { background: linear-gradient(135deg, var(--color-brand) 0%, var(--color-brand-dark) 100%); color: #fff; padding: 72px 24px; text-align: center; }

.cta-band h2 { font-family: var(--font-heading); font-size: clamp(22px, 2.6vw, 34px); margin-bottom: 28px; font-weight: 500; }

/* ===== Footer ===== */
.site-footer { background: #2d3436; color: #fff; padding: 56px 24px 32px; }

/* Bottom CTA bar */
.bottom-cta { position: fixed; left: 50%; bottom: 20px; transform: translateX(-50%); z-index: 9999; display: flex; gap: 8px; align-items: center; background: rgba(29,29,31,0.92); border: 1px solid rgba(255,255,255,0.08); box-shadow: 0 12px 36px rgba(0,0,0,0.35); padding: 6px; border-radius: 999px; backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); transition: opacity 0.3s ease, transform 0.3s ease; }

.bottom-cta a.line { padding: 11px 18px; border-radius: 999px; background: #06C755; color: #fff; font-weight: 600; font-size: 13px; display: inline-flex; align-items: center; gap: 8px; transition: background 0.2s, transform 0.2s; box-shadow: 0 4px 14px rgba(6,199,85,0.3); }

.bottom-cta a.reserve { padding: 12px 24px; border-radius: 999px; background: var(--color-brand); color: #fff; font-weight: 700; font-size: 14px; display: inline-flex; align-items: center; gap: 10px; letter-spacing: 0.03em; transition: opacity 0.8s ease, transform 0.8s ease, background 0.2s, max-width 0.8s ease, padding 0.8s ease, margin 0.8s ease; box-shadow: 0 4px 16px rgba(84,182,191,0.5); max-width: 300px; overflow: hidden; animation: reserveFadeIn 1.4s cubic-bezier(0.34, 1.2, 0.64, 1) 0.4s backwards; }

.bottom-cta a.reserve.is-hidden { opacity: 0; pointer-events: none; max-width: 0; padding-left: 0; padding-right: 0; margin-left: -8px; transform: scale(0.9); }

@keyframes reserveFadeIn {
    0% { opacity: 0; max-width: 0; padding-left: 0; padding-right: 0; transform: scale(0.7); }
    40% { opacity: 0.6; max-width: 200px; }
    100% { opacity: 1; max-width: 300px; padding-left: 24px; padding-right: 24px; transform: scale(1); }
}

@media (max-width: 600px) {
    body { padding-bottom: 88px; }
    .bottom-cta { left: 8px; right: 8px; transform: none; bottom: 8px; justify-content: stretch; gap: 4px; padding: 4px; }
    .bottom-cta.is-hidden { transform: translateY(120%); opacity: 1; }
    .bottom-cta a { flex: 1; justify-content: center; min-width: 0; }
    .bottom-cta a.tel { padding: 9px 4px; font-size: 11px; gap: 4px; flex: 0 0 auto; width: 48px; border-radius: 50%; }
    .bottom-cta a.tel span { display: none; }
    .bottom-cta a.line { padding: 9px 6px; font-size: 11px; gap: 4px; font-weight: 600; }
    .bottom-cta a.reserve { padding: 9px 8px; font-size: 12px; gap: 4px; font-weight: 700; }
    .bottom-cta a.reserve .arrow { display: none; }
}

/* Menu overlay */
.menu-overlay { position: fixed; inset: 0; background: #ffffff; z-index: 200; display: flex; flex-direction: column; opacity: 0; visibility: hidden; transition: opacity 0.3s; overflow-y: auto; }

.menu-close { width: 44px; height: 44px; border-radius: 50%; background: var(--color-bg-gray); cursor: pointer; display: inline-flex; align-items: center; justify-content: center; transition: background 0.2s; position: relative; }

.menu-section-toggle h3 { color: var(--color-brand); font-size: 12px; letter-spacing: 0.3em; font-weight: 600; font-family: var(--font-heading); margin: 0; }

.menu-section .sns-label svg { width: 18px; height: 18px; flex-shrink: 0; color: var(--color-text-sub); }

.menu-section .caret { color: rgba(0,0,0,0.2); font-size: 18px; }

/* Section common */
.section-en { font-size: 12px; letter-spacing: 0.5em; color: var(--color-brand); font-weight: 600; margin-bottom: 14px; }

.section-title { font-family: var(--font-heading); font-size: clamp(26px, 3vw, 40px); font-weight: 700; line-height: 1.4; letter-spacing: 0.02em; }

/* ===== Hero ===== */
.area-hero {
    padding: 140px 24px 100px;
    text-align: center;
    background: linear-gradient(180deg, var(--color-brand-light) 0%, #fff 100%);
}

.area-hero .section-en { letter-spacing: 0.6em; margin-bottom: 28px; }

.area-hero h1 {
    font-family: var(--font-heading);
    font-size: clamp(38px, 5vw, 64px);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.02em;
    margin-bottom: 28px;
}

.area-hero-lead {
    max-width: 640px;
    margin: 0 auto;
    font-size: clamp(15px, 1.3vw, 17px);
    line-height: 2.2;
    color: var(--color-text-sub);
    font-weight: 300;
}

@media (max-width: 720px) { .area-hero { padding: 80px 24px 60px; } }

/* ===== Overview stats ===== */
.area-stats { padding: 100px 24px 40px; max-width: 1080px; margin: 0 auto; }

.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.stat-card {
    text-align: center;
    padding: 40px 28px;
    background: var(--color-bg-gray);
    border-radius: var(--radius-md);
}

.stat-value {
    font-family: var(--font-heading);
    font-size: clamp(36px, 4.5vw, 56px);
    font-weight: 700;
    color: var(--color-brand);
    line-height: 1;
    letter-spacing: 0.02em;
}

.stat-value small { font-size: 0.4em; color: var(--color-text); font-weight: 500; margin-left: 6px; }

.stat-label { margin-top: 14px; font-size: 12px; color: var(--color-text-sub); letter-spacing: 0.15em; font-weight: 500; }

@media (max-width: 720px) {
    .area-stats { padding: 60px 24px 24px; }
    .stats-grid { grid-template-columns: 1fr; gap: 12px; }
    .stat-card { padding: 28px 24px; }
}

/* ===== Area sections (city group) ===== */
.area-section { padding: 80px 24px; max-width: 1280px; margin: 0 auto; }

.area-section-head {
    display: flex;
    align-items: baseline;
    gap: 16px;
    margin-bottom: 40px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--color-border);
}

.area-section-label { font-family: var(--font-heading); font-size: 11px; letter-spacing: 0.3em; color: var(--color-brand); font-weight: 600; }

.area-section-title { font-family: var(--font-heading); font-size: clamp(20px, 2vw, 26px); font-weight: 700; letter-spacing: 0.02em; }

.area-section-count { margin-left: auto; font-size: 13px; color: var(--color-text-sub); font-weight: 500; }

.area-section-count strong { color: var(--color-brand); font-family: var(--font-heading); font-size: 18px; font-weight: 700; margin-right: 2px; }

/* Area grid */
.area-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.area-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }

.area-card {
    display: block;
    background: #fff;
    border-radius: var(--radius-md);
    overflow: hidden;
    border: 1px solid var(--color-border);
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
    position: relative;
}

.area-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--color-brand); }

.area-card-img {
    aspect-ratio: 16/10;
    background: #eee center/cover no-repeat;
    position: relative;
    overflow: hidden;
}

.area-card-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,0.25) 100%);
}

.area-card-count {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(8px);
    color: var(--color-text);
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    z-index: 1;
}

.area-card-count strong { color: var(--color-brand); font-family: var(--font-heading); font-size: 14px; font-weight: 700; margin-right: 2px; }

.area-card-body { padding: 22px 24px 24px; }

.area-card-name { font-family: var(--font-heading); font-size: 20px; font-weight: 700; margin-bottom: 4px; letter-spacing: 0.02em; }

.area-card-en { font-size: 10px; color: var(--color-text-sub); letter-spacing: 0.2em; margin-bottom: 14px; }

.area-card-catch { font-size: 13px; color: var(--color-text-sub); line-height: 1.8; font-weight: 300; margin-bottom: 16px; padding-bottom: 14px; border-bottom: 1px solid var(--color-border); }

.area-card-meta { display: flex; justify-content: space-between; align-items: center; font-size: 12px; }

.area-card-price { color: var(--color-text-sub); }

.area-card-price strong { color: var(--color-text); font-family: var(--font-heading); font-weight: 600; font-size: 13px; }

.area-card-arrow { color: var(--color-brand); font-weight: 600; transition: transform 0.2s; }

.area-card:hover .area-card-arrow { transform: translateX(4px); }

@media (max-width: 1100px) { .area-grid { grid-template-columns: repeat(2, 1fr); } .area-grid.cols-3 { grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 600px) { .area-grid, .area-grid.cols-3 { grid-template-columns: 1fr; } }

/* Featured area card */
.area-card-featured {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    align-items: stretch;
}

.area-card-featured .area-card-img { aspect-ratio: auto; height: 100%; min-height: 360px; }

.area-card-featured .area-card-body {
    padding: 48px 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.area-card-featured .area-card-name { font-size: clamp(26px, 2.6vw, 34px); }

.area-card-featured .area-card-en { font-size: 12px; margin-bottom: 22px; }

.area-card-featured .area-card-catch {
    font-size: clamp(14px, 1.3vw, 16px);
    line-height: 2;
    padding-bottom: 22px;
    margin-bottom: 22px;
}

.area-card-featured .area-card-meta { font-size: 14px; }

.area-card-featured .area-card-price strong { font-size: 18px; }

@media (max-width: 900px) {
    .area-card-featured { grid-template-columns: 1fr; }
    .area-card-featured .area-card-img { min-height: 220px; aspect-ratio: 16/10; }
    .area-card-featured .area-card-body { padding: 32px 28px; }
}

/* ===== CTA band ===== */
.cta-band { background: linear-gradient(135deg, var(--color-brand) 0%, var(--color-brand-dark) 100%); color: #fff; padding: 72px 24px; text-align: center; margin-top: 80px; }

/* ===== Vision Hero ===== */
.vision-hero {
    position: relative;
    min-height: 72vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #000;
    color: #fff;
}

.vision-hero-img {
    position: absolute;
    inset: 0;
    background: url('assets/images/vision-hero.jpg') center/cover;
    filter: brightness(0.55);
    transform: scale(1.02);
}

@media (max-width: 768px) {
    .vision-hero-img {
        background: url('assets/images/vision-hero-mobile.jpg') center/cover;
    }
}

.vision-hero-inner {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 80px 24px;
    max-width: 1040px;
}

.vision-hero-en {
    font-size: 12px;
    letter-spacing: 0.5em;
    margin-bottom: 28px;
    font-weight: 600;
    color: rgba(255,255,255,0.85);
}

.vision-hero-title {
    font-family: var(--font-heading);
    font-size: clamp(32px, 6vw, 72px);
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.04em;
}

.vision-hero-sub {
    margin-top: 32px;
    font-size: 15px;
    font-weight: 300;
    color: rgba(255,255,255,0.75);
    letter-spacing: 0.1em;
}

/* ===== Intro narrative ===== */
.vision-intro {
    padding: 140px 24px;
    max-width: 760px;
    margin: 0 auto;
}

.vision-intro p {
    font-size: clamp(16px, 1.4vw, 19px);
    line-height: 2.4;
    color: var(--color-text);
    margin-bottom: 40px;
    font-weight: 300;
}

.vision-intro p:last-child {
    margin-bottom: 0;
    color: var(--color-brand);
    font-weight: 500;
}

@media (max-width: 720px) { .vision-intro { padding: 80px 24px; } .vision-intro p { line-height: 2.2; margin-bottom: 28px; } }

/* ===== Section common ===== */
.section-head { text-align: center; margin-bottom: 80px; }

.section-en { font-size: 12px; letter-spacing: 0.5em; color: var(--color-brand); font-weight: 600; margin-bottom: 16px; }

.section-title { font-family: var(--font-heading); font-size: clamp(28px, 3.4vw, 44px); font-weight: 700; line-height: 1.4; letter-spacing: 0.02em; }

/* ===== Values ===== */
.vision-values {
    background: var(--color-bg-gray);
    padding: 140px 24px;
}

.vision-values-inner { max-width: 1080px; margin: 0 auto; }

.values-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.value-card {
    background: #fff;
    padding: 56px 44px 52px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--color-border);
    transition: transform 0.25s, box-shadow 0.25s;
}

.value-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }

.value-label {
    font-family: var(--font-heading);
    font-size: 11px;
    letter-spacing: 0.4em;
    color: var(--color-brand);
    font-weight: 600;
    margin-bottom: 12px;
}

.value-number {
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 400;
    color: var(--color-text-sub);
    margin-bottom: 20px;
    letter-spacing: 0.2em;
}

.value-title {
    font-family: var(--font-heading);
    font-size: clamp(24px, 2.4vw, 34px);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    letter-spacing: 0.01em;
}

.value-catch {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-text);
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-border);
}

.value-text {
    font-size: 14px;
    line-height: 2;
    color: var(--color-text-sub);
    font-weight: 300;
}

@media (max-width: 720px) {
    .vision-values { padding: 80px 20px; }
    .values-grid { grid-template-columns: 1fr; gap: 18px; }
    .value-card { padding: 40px 28px; }
}

/* ===== Future ===== */
.vision-future {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 80px 40px;
    text-align: center;
}

.vision-future img {
    display: block;
    width: 100%;
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
    border-radius: var(--radius-lg);
}

@media (max-width: 768px) {
    .vision-future {
        padding: 40px 16px;
    }
    .vision-future img {
        border-radius: var(--radius-md);
    }
}

/* ===== CEO Message ===== */
.vision-ceo {
    padding: 140px 24px;
    max-width: 1040px;
    margin: 0 auto;
}

.ceo-layout {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 72px;
    align-items: center;
}

.ceo-img {
    aspect-ratio: 4/5;
    border-radius: var(--radius-lg);
    background: url('assets/images/ceo.jpg') center/cover;
    box-shadow: var(--shadow-md);
}

.ceo-body .section-en { text-align: left; }

.ceo-body h2 { font-family: var(--font-heading); font-size: clamp(22px, 2vw, 30px); font-weight: 700; margin-bottom: 24px; line-height: 1.5; }

.ceo-body p { font-size: 15px; line-height: 2.1; color: var(--color-text-sub); margin-bottom: 20px; font-weight: 300; }

.ceo-sign { margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--color-border); }

.ceo-sign-role { font-size: 12px; color: var(--color-text-sub); letter-spacing: 0.2em; margin-bottom: 6px; }

.ceo-sign-name { font-family: var(--font-heading); font-size: 20px; font-weight: 700; color: var(--color-text); }

@media (max-width: 900px) {
    .vision-ceo { padding: 80px 24px; }
    .ceo-layout { grid-template-columns: 1fr; gap: 36px; }
    .ceo-img { max-width: 240px; margin: 0 auto; }
    .ceo-body .section-en { text-align: center; }
    .ceo-body h2 { text-align: center; }
}

.cta-band .btn-white { background: #fff; color: var(--color-brand); padding: 16px 32px; border-radius: 999px; font-weight: 700; transition: transform 0.2s; }

.cta-band .btn-white:hover { transform: translateY(-2px); }

.cta-band .btn-white-outline:hover { background: rgba(255,255,255,0.12); }

/* Footer SNS */
.footer-sns { max-width: 1280px; margin: 40px auto 0; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.08); }

/* ===== Bottom CTA bar ===== */
.bottom-cta { position: fixed; left: 50%; bottom: 20px; transform: translateX(-50%); z-index: 9999; display: flex; gap: 8px; align-items: center; background: rgba(29,29,31,0.92); border: 1px solid rgba(255,255,255,0.08); box-shadow: 0 12px 36px rgba(0,0,0,0.35); padding: 6px; border-radius: 999px; backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); transition: opacity 0.3s ease, transform 0.3s ease; }

/* ===== Menu overlay ===== */
.menu-overlay { position: fixed; inset: 0; background: #ffffff; z-index: 200; display: flex; flex-direction: column; opacity: 0; visibility: hidden; transition: opacity 0.3s; overflow-y: auto; }

.menu-overlay-header .logo { color: var(--color-brand); }

/* ===== Hero ===== */
.staff-hero {
    padding: 140px 24px 100px;
    text-align: center;
    background: linear-gradient(180deg, var(--color-brand-light) 0%, #fff 100%);
}

.staff-hero .section-en { letter-spacing: 0.6em; margin-bottom: 28px; }

.staff-hero h1 {
    font-family: var(--font-heading);
    font-size: clamp(38px, 5vw, 64px);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.02em;
    margin-bottom: 28px;
}

.staff-hero-lead {
    max-width: 640px;
    margin: 0 auto;
    font-size: clamp(15px, 1.3vw, 17px);
    line-height: 2.2;
    color: var(--color-text-sub);
    font-weight: 300;
}

@media (max-width: 720px) { .staff-hero { padding: 80px 24px 60px; } }

/* ===== CEO feature ===== */
.staff-ceo-feature {
    padding: 140px 24px;
    max-width: 1120px;
    margin: 0 auto;
}

.ceo-feature-layout {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 72px;
    align-items: start;
}

.ceo-feature-img {
    aspect-ratio: 4/5;
    border-radius: var(--radius-lg);
    background: url('assets/images/ceo.jpg') center/cover;
    box-shadow: var(--shadow-md);
    position: sticky;
    top: 100px;
}

.ceo-feature-body .section-en { text-align: left; }

.staff-tag {
    display: inline-block;
    background: var(--color-brand);
    color: #fff;
    font-family: var(--font-heading);
    font-size: 11px;
    letter-spacing: 0.2em;
    padding: 5px 12px;
    border-radius: 999px;
    font-weight: 600;
    margin-bottom: 20px;
}

.ceo-feature-body h2 {
    font-family: var(--font-heading);
    font-size: clamp(28px, 2.6vw, 40px);
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: 0.02em;
}

.ceo-feature-body .role-label {
    font-size: 13px;
    color: var(--color-text-sub);
    letter-spacing: 0.15em;
    margin-bottom: 32px;
    font-weight: 400;
}

.ceo-feature-quote {
    font-family: var(--font-heading);
    font-size: clamp(18px, 1.8vw, 24px);
    font-weight: 500;
    line-height: 1.8;
    color: var(--color-text);
    padding: 24px 28px;
    background: var(--color-brand-light);
    border-left: 3px solid var(--color-brand);
    border-radius: 0 var(--radius-md) var(--radius-md) 0;
    margin-bottom: 40px;
    letter-spacing: 0.02em;
}

.ceo-feature-body p { font-size: 15px; line-height: 2.1; color: var(--color-text-sub); margin-bottom: 20px; font-weight: 300; }

.ceo-meta {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.ceo-meta-item {
    padding: 18px 20px;
    background: var(--color-bg-gray);
    border-radius: var(--radius-sm);
}

.ceo-meta-label {
    font-size: 10px;
    letter-spacing: 0.2em;
    color: var(--color-brand);
    font-weight: 600;
    margin-bottom: 6px;
    font-family: var(--font-heading);
}

.ceo-meta-text { font-size: 13px; color: var(--color-text); font-weight: 400; line-height: 1.6; }

@media (max-width: 900px) {
    .staff-ceo-feature { padding: 80px 24px; }
    .ceo-feature-layout { grid-template-columns: 1fr; gap: 40px; }
    .ceo-feature-img { max-width: 280px; margin: 0 auto; position: static; }
    .ceo-feature-body .section-en { text-align: center; }
    .ceo-feature-body h2, .ceo-feature-body .role-label { text-align: center; }
}

/* ===== Team grid ===== */
.staff-team {
    background: var(--color-bg-gray);
    padding: 140px 24px;
}

.staff-team-inner { max-width: 1120px; margin: 0 auto; }

.section-head { text-align: center; margin-bottom: 72px; }

.staff-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.staff-card {
    background: #fff;
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: transform 0.25s, box-shadow 0.25s;
    border: 1px solid var(--color-border);
}

.staff-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }

.staff-card-img {
    aspect-ratio: 4/5;
    background: #ddd center/cover no-repeat;
}

.staff-card-body { padding: 28px 28px 32px; }

.staff-card-role {
    font-family: var(--font-heading);
    font-size: 10px;
    letter-spacing: 0.3em;
    color: var(--color-brand);
    font-weight: 600;
    margin-bottom: 10px;
}

.staff-card-name {
    font-family: var(--font-heading);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 4px;
    letter-spacing: 0.02em;
}

.staff-card-name-en { font-size: 11px; color: var(--color-text-sub); letter-spacing: 0.15em; margin-bottom: 20px; }

.staff-card-catch {
    font-size: 13px;
    color: var(--color-brand-dark);
    font-weight: 500;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--color-border);
}

.staff-card-bio { font-size: 13px; line-height: 1.9; color: var(--color-text-sub); margin-bottom: 18px; font-weight: 300; }

.staff-card-tags { display: flex; flex-wrap: wrap; gap: 6px; }

.staff-tag-small {
    font-size: 10px;
    background: var(--color-bg-gray);
    color: var(--color-text-sub);
    padding: 4px 10px;
    border-radius: 999px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.staff-placeholder-note {
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px;
    font-size: 13px;
    color: var(--color-text-sub);
    background: #fff;
    border: 1px dashed var(--color-border);
    border-radius: var(--radius-md);
}

@media (max-width: 900px) { .staff-team { padding: 80px 24px; } .staff-grid { grid-template-columns: 1fr 1fr; gap: 16px; } }

@media (max-width: 600px) { .staff-grid { grid-template-columns: 1fr; } }

/* ===== Recruit ===== */
.staff-recruit { padding: 140px 24px; max-width: 900px; margin: 0 auto; text-align: center; }

.recruit-card {
    background: linear-gradient(135deg, var(--color-brand-light) 0%, #fff 100%);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: 72px 40px;
}

.recruit-card .section-en { margin-bottom: 16px; }

.recruit-card h2 {
    font-family: var(--font-heading);
    font-size: clamp(22px, 2.4vw, 32px);
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.02em;
}

.recruit-card p { font-size: 15px; line-height: 2.1; color: var(--color-text-sub); margin-bottom: 36px; max-width: 560px; margin-left: auto; margin-right: auto; font-weight: 300; }

.recruit-card .btn-primary {
    background: var(--color-brand);
    color: #fff;
    padding: 16px 32px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: transform 0.2s, background 0.2s;
}

.recruit-card .btn-primary:hover { background: var(--color-brand-dark); transform: translateY(-2px); }

@media (max-width: 720px) { .staff-recruit { padding: 80px 20px; } .recruit-card { padding: 48px 28px; } }

/* ===== Hero ===== */
.flow-hero {
    padding: 140px 24px 100px;
    text-align: center;
    background: linear-gradient(180deg, var(--color-brand-light) 0%, #fff 100%);
}

.flow-hero .section-en { letter-spacing: 0.6em; margin-bottom: 28px; }

.flow-hero h1 {
    font-family: var(--font-heading);
    font-size: clamp(38px, 5vw, 64px);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.02em;
    margin-bottom: 28px;
}

.flow-hero-lead {
    max-width: 680px;
    margin: 0 auto;
    font-size: clamp(15px, 1.3vw, 17px);
    line-height: 2.2;
    color: var(--color-text-sub);
    font-weight: 300;
}

@media (max-width: 720px) { .flow-hero { padding: 80px 24px 60px; } }

/* ===== Overview ===== */
.flow-overview {
    padding: 120px 24px;
    max-width: 1080px;
    margin: 0 auto;
}

.overview-highlight {
    text-align: center;
    margin-bottom: 80px;
    padding: 60px 24px;
    background: var(--color-bg-gray);
    border-radius: var(--radius-lg);
}

.overview-highlight-label { font-size: 13px; letter-spacing: 0.3em; color: var(--color-text-sub); margin-bottom: 16px; font-weight: 500; }

.overview-highlight-value {
    font-family: var(--font-heading);
    font-size: clamp(48px, 7vw, 92px);
    font-weight: 700;
    color: var(--color-brand);
    line-height: 1;
    letter-spacing: 0.02em;
}

.overview-highlight-value small { font-size: 0.35em; color: var(--color-text); font-weight: 500; margin-left: 10px; }

.overview-highlight-note { margin-top: 20px; font-size: 14px; color: var(--color-text-sub); }

.phases-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }

html { scroll-behavior: smooth; }

.phase-divider { scroll-margin-top: 90px; }

.phase-card { text-decoration: none; color: inherit; display: block; }

.phase-card {
    padding: 32px 28px;
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    position: relative;
    transition: border-color 0.25s, transform 0.25s;
}

.phase-card:hover { border-color: var(--color-brand); transform: translateY(-3px); }

.phase-label { font-family: var(--font-heading); font-size: 11px; letter-spacing: 0.3em; color: var(--color-brand); font-weight: 600; margin-bottom: 12px; }

.phase-title { font-family: var(--font-heading); font-size: 18px; font-weight: 700; margin-bottom: 14px; letter-spacing: 0.02em; }

.phase-range { font-size: 12px; color: var(--color-text-sub); margin-bottom: 14px; font-weight: 500; }

.phase-desc { font-size: 13px; color: var(--color-text-sub); line-height: 1.9; font-weight: 300; }

@media (max-width: 900px) { .flow-overview { padding: 80px 24px; } .phases-grid { grid-template-columns: 1fr; gap: 12px; } }

/* ===== Timeline (detailed steps) ===== */
.flow-steps {
    background: var(--color-bg-gray);
    padding: 120px 24px;
}

.flow-steps-inner { max-width: 960px; margin: 0 auto; }

.section-head { text-align: center; margin-bottom: 80px; }

.timeline {
    position: relative;
    padding-left: 0;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 42px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--color-border);
}

.phase-divider {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 0 40px 0;
    padding-left: 12px;
}

.phase-divider:not(:first-child) { margin-top: 56px; }

.phase-divider-num {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--color-brand);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.25;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 0 6px var(--color-bg-gray);
}

.phase-divider-label { font-family: var(--font-heading); font-size: 14px; color: var(--color-brand); letter-spacing: 0.3em; font-weight: 600; }

.phase-divider-title { font-size: 20px; font-weight: 700; margin-top: 2px; letter-spacing: 0.02em; }

.step-item {
    display: grid;
    grid-template-columns: 84px 1fr;
    gap: 28px;
    margin-bottom: 32px;
    align-items: start;
}

.step-num {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--color-brand);
    color: var(--color-brand);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 20px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    margin-left: 12px;
    box-shadow: 0 0 0 6px var(--color-bg-gray);
}

.step-card {
    background: #fff;
    border-radius: var(--radius-md);
    padding: 28px 32px;
    border: 1px solid var(--color-border);
    transition: border-color 0.25s, transform 0.25s;
}

.step-card:hover { border-color: var(--color-brand); }

.step-card-head { display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap; margin-bottom: 12px; }

.step-card-title { font-family: var(--font-heading); font-size: clamp(18px, 1.8vw, 22px); font-weight: 700; letter-spacing: 0.02em; }

.step-card-label { font-size: 11px; color: var(--color-brand); background: var(--color-brand-light); padding: 4px 10px; border-radius: 999px; font-weight: 600; letter-spacing: 0.08em; }

.step-card-desc { font-size: 14px; line-height: 2; color: var(--color-text-sub); font-weight: 300; margin-bottom: 20px; }

.step-prepare {
    background: var(--color-bg-gray);
    border-radius: var(--radius-sm);
    padding: 18px 22px;
    margin-top: 16px;
}

.step-prepare-label {
    font-family: var(--font-heading);
    font-size: 10px;
    letter-spacing: 0.3em;
    color: var(--color-brand);
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.step-prepare-label::before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 3px;
    background: var(--color-brand);
    display: inline-block;
    position: relative;
}

.step-prepare-list { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; }

.step-prepare-list li {
    font-size: 12px;
    background: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    color: var(--color-text);
    font-weight: 400;
    border: 1px solid var(--color-border);
}

@media (max-width: 720px) {
    .flow-steps { padding: 80px 20px; }
    .timeline::before { left: 30px; }
    .phase-divider { padding-left: 0; }
    .phase-divider-num { width: 44px; height: 44px; font-size: 10px; }
    .step-item { grid-template-columns: 60px 1fr; gap: 14px; }
    .step-num { width: 44px; height: 44px; font-size: 16px; margin-left: 8px; }
    .step-card { padding: 20px 22px; }
}

/* ===== FAQ ===== */
.flow-faq { padding: 120px 24px; max-width: 820px; margin: 0 auto; }

.faq-item { border-bottom: 1px solid var(--color-border); }

.faq-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 4px;
    cursor: pointer;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font: inherit;
    color: var(--color-text);
    transition: color 0.2s;
    gap: 16px;
}

.faq-toggle:hover { color: var(--color-brand); }

.faq-q { font-family: var(--font-heading); font-size: 16px; font-weight: 600; letter-spacing: 0.02em; display: flex; gap: 14px; align-items: baseline; }

.faq-q .q-mark { color: var(--color-brand); font-family: var(--font-heading); font-weight: 700; font-size: 18px; flex-shrink: 0; }

.faq-plus { width: 18px; height: 18px; position: relative; color: var(--color-text); flex-shrink: 0; }

.faq-plus::before, .faq-plus::after { content: ""; position: absolute; background: currentColor; border-radius: 2px; }

.faq-plus::before { top: 8px; left: 0; right: 0; height: 2px; }

.faq-plus::after { left: 8px; top: 0; bottom: 0; width: 2px; transition: transform 0.3s, opacity 0.3s; }

.faq-item.open .faq-plus::after { transform: rotate(90deg); opacity: 0; }

.faq-body { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }

.faq-item.open .faq-body { max-height: 300px; }

.faq-body-inner { padding: 0 4px 24px 38px; font-size: 14px; line-height: 2; color: var(--color-text-sub); font-weight: 300; }

/* Section common */
.section-head { text-align: center; margin-bottom: 72px; }

.section-en { font-size: 12px; letter-spacing: 0.5em; color: var(--color-brand); font-weight: 600; margin-bottom: 14px; }

/* ===== Page Hero ===== */
.about-hero {
    padding: 140px 24px 120px;
    text-align: center;
    background: linear-gradient(180deg, var(--color-brand-light) 0%, #fff 100%);
}

.about-hero .section-en { letter-spacing: 0.6em; margin-bottom: 28px; }

.about-hero h1 {
    font-family: var(--font-heading);
    font-size: clamp(38px, 5vw, 64px);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.02em;
    margin-bottom: 28px;
}

.about-hero-lead {
    max-width: 640px;
    margin: 0 auto;
    font-size: clamp(15px, 1.3vw, 17px);
    line-height: 2.2;
    color: var(--color-text-sub);
    font-weight: 300;
}

@media (max-width: 720px) { .about-hero { padding: 80px 24px 60px; } }

/* ===== SMV ===== */
.about-smv { padding: 140px 24px; max-width: 1080px; margin: 0 auto; }

.smv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.smv-card {
    background: #fff;
    padding: 52px 36px 48px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--color-border);
    text-align: center;
    transition: transform 0.25s, border-color 0.25s;
}

.smv-card:hover { transform: translateY(-4px); border-color: var(--color-brand); }

.smv-en {
    font-family: var(--font-heading);
    font-size: 12px;
    letter-spacing: 0.4em;
    color: var(--color-brand);
    font-weight: 600;
    margin-bottom: 8px;
}

.smv-ja { font-size: 11px; letter-spacing: 0.3em; color: var(--color-text-sub); margin-bottom: 32px; }

.smv-divider { width: 24px; height: 2px; background: var(--color-brand); margin: 0 auto 32px; border-radius: 2px; }

.smv-txt {
    font-family: var(--font-heading);
    font-size: clamp(18px, 1.8vw, 24px);
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.02em;
}

.smv-txt .accent { color: var(--color-brand); display: inline-block; }

.smv-txt .small { font-size: 0.75em; color: var(--color-text-sub); font-weight: 400; display: block; margin-bottom: 6px; }

@media (max-width: 900px) { .about-smv { padding: 80px 24px; } .smv-grid { grid-template-columns: 1fr; gap: 16px; } .smv-card { padding: 40px 28px; } }

/* ===== Approach (3 pillars) ===== */
.about-approach {
    background: var(--color-bg-gray);
    padding: 140px 24px;
}

.about-approach-inner { max-width: 1080px; margin: 0 auto; }

.pillars-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }

.pillar-card {
    background: #fff;
    padding: 44px 32px 40px;
    border-radius: var(--radius-lg);
    text-align: center;
    border: 1px solid var(--color-border);
}

.pillar-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--color-brand-light);
    color: var(--color-brand-dark);
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 24px;
    letter-spacing: 0.05em;
}

.pillar-title { font-family: var(--font-heading); font-size: 20px; font-weight: 700; margin-bottom: 12px; letter-spacing: 0.02em; }

.pillar-catch { font-size: 12px; letter-spacing: 0.2em; color: var(--color-brand); margin-bottom: 18px; font-weight: 500; }

.pillar-text { font-size: 14px; color: var(--color-text-sub); line-height: 2; font-weight: 300; }

@media (max-width: 900px) { .about-approach { padding: 80px 24px; } .pillars-grid { grid-template-columns: 1fr; gap: 16px; } }

/* ===== Numbers ===== */
.about-numbers { padding: 140px 24px; background: #fff; }

.about-numbers-inner { max-width: 1080px; margin: 0 auto; }

.numbers-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; text-align: center; }

.number-card { padding: 40px 20px; border-right: 1px solid var(--color-border); }

.number-card:last-child { border-right: none; }

.number-value { font-family: var(--font-heading); font-size: clamp(40px, 5vw, 68px); font-weight: 700; color: var(--color-brand); line-height: 1; letter-spacing: 0.02em; }

.number-value small { font-size: 0.45em; color: var(--color-text-sub); font-weight: 500; margin-left: 4px; letter-spacing: 0.1em; }

.number-label { margin-top: 14px; font-size: 12px; color: var(--color-text-sub); letter-spacing: 0.15em; font-weight: 500; }

@media (max-width: 720px) {
    .about-numbers { padding: 80px 24px; }
    .numbers-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .number-card { padding: 32px 12px; border-right: none; border-bottom: 1px solid var(--color-border); }
    .number-card:nth-last-child(-n+2) { border-bottom: none; }
}

/* ===== Founder story ===== */
.about-story { padding: 140px 24px; max-width: 1080px; margin: 0 auto; }

.story-layout { display: grid; grid-template-columns: 340px 1fr; gap: 72px; align-items: start; }

.story-img {
    aspect-ratio: 4/5;
    border-radius: var(--radius-lg);
    background: url('assets/images/ceo.jpg') center/cover;
    box-shadow: var(--shadow-md);
    position: sticky;
    top: 100px;
}

.story-body .section-en { text-align: left; }

.story-body h2 {
    font-family: var(--font-heading);
    font-size: clamp(24px, 2.4vw, 34px);
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1.5;
    letter-spacing: 0.02em;
}

.story-body p { font-size: 15px; line-height: 2.1; color: var(--color-text-sub); margin-bottom: 24px; font-weight: 300; }

.story-timeline { margin-top: 48px; border-left: 2px solid var(--color-brand-light); padding-left: 28px; }

.story-timeline-item { position: relative; margin-bottom: 32px; }

.story-timeline-item::before {
    content: "";
    position: absolute;
    left: -34px;
    top: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--color-brand);
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px var(--color-brand-light);
}

.story-timeline-year { font-family: var(--font-heading); font-size: 13px; color: var(--color-brand); font-weight: 600; letter-spacing: 0.1em; margin-bottom: 4px; }

.story-timeline-text { font-size: 14px; color: var(--color-text); font-weight: 400; }

.story-sign { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--color-border); }

.story-sign-role { font-size: 12px; color: var(--color-text-sub); letter-spacing: 0.2em; margin-bottom: 6px; }

.story-sign-name { font-family: var(--font-heading); font-size: 20px; font-weight: 700; }

@media (max-width: 900px) {
    .about-story { padding: 80px 24px; }
    .story-layout { grid-template-columns: 1fr; gap: 40px; }
    .story-img { max-width: 260px; margin: 0 auto; position: static; }
    .story-body .section-en { text-align: center; }
    .story-body h2 { text-align: center; }
}

/* ===== Related pages ===== */
.about-related { background: var(--color-bg-gray); padding: 120px 24px; }

.about-related-inner { max-width: 1080px; margin: 0 auto; }

.related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }

.related-card {
    background: #fff;
    border-radius: var(--radius-md);
    padding: 32px 24px;
    border: 1px solid var(--color-border);
    transition: all 0.25s;
    display: block;
}

.related-card:hover { border-color: var(--color-brand); transform: translateY(-3px); box-shadow: var(--shadow-sm); }

.related-en { font-family: var(--font-heading); font-size: 10px; letter-spacing: 0.3em; color: var(--color-brand); font-weight: 600; margin-bottom: 10px; }

.related-ja { font-size: 16px; font-weight: 500; margin-bottom: 16px; color: var(--color-text); }

.related-arrow { font-size: 18px; color: var(--color-brand); font-family: var(--font-heading); transition: transform 0.2s; display: inline-block; }

.related-card:hover .related-arrow { transform: translateX(4px); }

@media (max-width: 720px) { .about-related { padding: 80px 24px; } .related-grid { grid-template-columns: 1fr 1fr; } }

/* ===== Profile table ===== */
.about-profile { padding: 140px 24px; max-width: 820px; margin: 0 auto; }

.profile-table { width: 100%; border-collapse: collapse; }

.profile-table tr { border-bottom: 1px solid var(--color-border); }

.profile-table tr:first-child { border-top: 1px solid var(--color-border); }

.profile-table th { text-align: left; padding: 22px 24px 22px 4px; font-weight: 500; color: var(--color-text-sub); font-size: 13px; letter-spacing: 0.1em; width: 200px; vertical-align: top; }

.profile-table td { padding: 22px 4px; font-size: 15px; color: var(--color-text); font-weight: 400; }

@media (max-width: 720px) {
    .about-profile { padding: 80px 24px; }
    .profile-table th, .profile-table td { display: block; width: 100%; padding: 8px 4px; }
    .profile-table th { padding-top: 20px; font-size: 12px; }
    .profile-table td { padding-bottom: 20px; font-size: 14px; }
}

/* ===== Hero ===== */
.column-hero {
    padding: 140px 24px 100px;
    text-align: center;
    background: linear-gradient(180deg, var(--color-brand-light) 0%, #fff 100%);
}

.column-hero .section-en { letter-spacing: 0.6em; margin-bottom: 28px; }

.column-hero h1 {
    font-family: var(--font-heading);
    font-size: clamp(38px, 5vw, 64px);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.02em;
    margin-bottom: 28px;
}

.column-hero-lead {
    max-width: 640px;
    margin: 0 auto;
    font-size: clamp(15px, 1.3vw, 17px);
    line-height: 2.2;
    color: var(--color-text-sub);
    font-weight: 300;
}

@media (max-width: 720px) { .column-hero { padding: 80px 24px 60px; } }

/* ===== Featured article ===== */
.column-featured { padding: 100px 24px 60px; max-width: 1280px; margin: 0 auto; }

.featured-label {
    display: inline-block;
    font-family: var(--font-heading);
    font-size: 11px;
    letter-spacing: 0.3em;
    color: var(--color-brand);
    font-weight: 600;
    margin-bottom: 28px;
    padding-left: 16px;
    border-left: 3px solid var(--color-brand);
}

.featured-card {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 48px;
    background: #fff;
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--color-border);
    transition: box-shadow 0.25s, transform 0.25s;
}

.featured-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }

.featured-card-img {
    aspect-ratio: 16/10;
    background: url('https://images.unsplash.com/photo-1554224155-6726b3ff858f?w=1200&auto=format&fit=crop&q=85') center/cover;
}

.featured-card-body { padding: 48px 48px 48px 0; display: flex; flex-direction: column; justify-content: center; }

.article-category {
    display: inline-block;
    background: var(--color-brand-light);
    color: var(--color-brand-dark);
    font-size: 11px;
    letter-spacing: 0.1em;
    padding: 5px 12px;
    border-radius: 4px;
    font-weight: 600;
    margin-bottom: 20px;
}

.article-date { font-size: 12px; color: var(--color-text-sub); letter-spacing: 0.08em; margin-bottom: 14px; }

.featured-card-title {
    font-family: var(--font-heading);
    font-size: clamp(22px, 2.4vw, 32px);
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
    letter-spacing: 0.02em;
}

.featured-card-excerpt { font-size: 14px; color: var(--color-text-sub); line-height: 2; margin-bottom: 28px; font-weight: 300; }

.read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color-brand);
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.05em;
}

.read-more::after { content: "→"; transition: transform 0.2s; }

.featured-card:hover .read-more::after { transform: translateX(4px); }

@media (max-width: 900px) {
    .column-featured { padding: 60px 24px 40px; }
    .featured-card { grid-template-columns: 1fr; gap: 0; }
    .featured-card-body { padding: 32px 28px 32px; }
}

/* ===== Filter ===== */
.column-filter { padding: 40px 24px; max-width: 1280px; margin: 0 auto; }

.filter-inner { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; padding: 24px 0; border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }

.filter-label {
    font-family: var(--font-heading);
    font-size: 11px;
    letter-spacing: 0.25em;
    color: var(--color-text-sub);
    font-weight: 600;
    margin-right: 4px;
}

.filter-pills { display: flex; gap: 8px; flex-wrap: wrap; }

.filter-pill {
    padding: 8px 18px;
    border: 1.5px solid var(--color-border);
    border-radius: 999px;
    background: #fff;
    font-size: 13px;
    font-weight: 500;
    color: var(--color-text);
    cursor: pointer;
    transition: all 0.2s;
}

.filter-pill:hover { border-color: var(--color-brand); color: var(--color-brand); }

.filter-pill.is-active {
    background: var(--color-brand);
    color: #fff;
    border-color: var(--color-brand);
}

@media (max-width: 1100px) {
    .filter-pills { width: 100%; display: grid; grid-template-columns: repeat(6, 1fr); gap: 6px; justify-content: stretch; }
    .filter-pill { text-align: center; padding: 9px 4px; font-size: 11px; min-width: 0; white-space: nowrap; }
    .filter-sort-wrap { width: 100%; margin-left: 0; margin-top: 10px; }
    .filter-sort { flex: 1; }
}

@media (max-width: 520px) {
    .filter-pills { grid-template-columns: repeat(3, 1fr); }
}

.filter-sort-wrap { margin-left: auto; display: flex; align-items: center; gap: 10px; }

.filter-sort {
    padding: 8px 32px 8px 14px;
    border: 1.5px solid var(--color-border);
    border-radius: 999px;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2354b6bf' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 12px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    color: var(--color-text);
}

@media (max-width: 720px) {
    .filter-sort-wrap { margin-left: 0; width: 100%; }
    .filter-sort { flex: 1; }
}

/* ===== Article grid ===== */
.column-list { padding: 40px 24px 80px; max-width: 1280px; margin: 0 auto; }

.list-meta { margin-bottom: 32px; font-size: 13px; color: var(--color-text-sub); }

.list-meta strong { color: var(--color-brand); font-family: var(--font-heading); font-size: 16px; font-weight: 700; }

.article-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.article-card {
    display: block;
    background: #fff;
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: transform 0.25s, box-shadow 0.25s;
    border: 1px solid var(--color-border);
}

.article-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }

.article-card-img {
    aspect-ratio: 16/10;
    background: #eee center/cover no-repeat;
    position: relative;
    overflow: hidden;
}

.article-card-body { padding: 22px 22px 26px; }

.article-card-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; flex-wrap: wrap; }

.article-card-meta .article-category { margin-bottom: 0; font-size: 10px; padding: 4px 10px; }

.article-card-meta .article-date { margin-bottom: 0; }

.article-card-title {
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.02em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 900px) {
    .article-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
}

@media (max-width: 600px) {
    .article-grid { grid-template-columns: 1fr; }
}

/* Pagination */
.pagination { display: flex; justify-content: center; gap: 6px; margin-top: 48px; }

.pagination a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 14px;
    border-radius: 10px;
    border: 1px solid var(--color-border);
    font-size: 13px;
    font-weight: 500;
    transition: all 0.2s;
    background: #fff;
}

/* ===== External (note) banner ===== */
.column-external { background: var(--color-bg-gray); padding: 100px 24px; }

.external-inner {
    max-width: 960px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.external-body h2 {
    font-family: var(--font-heading);
    font-size: clamp(22px, 2.4vw, 30px);
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 16px;
    letter-spacing: 0.02em;
}

.external-body p { font-size: 14px; line-height: 2; color: var(--color-text-sub); margin-bottom: 28px; font-weight: 300; }

.external-body .btn-primary {
    background: #fff;
    color: var(--color-text);
    padding: 16px 28px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1.5px solid var(--color-border);
    transition: all 0.2s;
}

.external-body .btn-primary:hover { border-color: var(--color-brand); color: var(--color-brand); }

.external-body .btn-primary svg { width: 20px; height: 20px; }

.external-visual {
    aspect-ratio: 4/3;
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, #41c9b4 0%, #54b6bf 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.external-visual .n-badge {
    font-family: var(--font-heading);
    font-size: clamp(80px, 12vw, 140px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
    position: relative;
    z-index: 1;
}

.external-visual::after {
    content: "note.com/home_picks";
    position: absolute;
    bottom: 24px;
    right: 24px;
    font-size: 11px;
    letter-spacing: 0.15em;
    opacity: 0.7;
}

@media (max-width: 720px) {
    .column-external { padding: 60px 24px; }
    .external-inner { grid-template-columns: 1fr; gap: 28px; }
    .external-visual { aspect-ratio: 16/9; }
}


/* ====================================================
 *  THEME OVERRIDES (specificity fixes for merged CSS)
 * ==================================================== */

/* Property cards: keep small title size (override property.html's larger detail-page rule) */
.property-card .property-name,
.property-scroll .property-name { font-family: var(--font-heading); font-weight: 700; font-size: 16px; margin-bottom: 12px; line-height: 1.5; letter-spacing: 0.02em; }

/* Property detail page H1 (was unintentionally affecting cards) */
.property-title-block .property-name { font-family: var(--font-heading); font-size: clamp(28px, 3.5vw, 44px); font-weight: 700; line-height: 1.3; letter-spacing: 0.02em; margin-bottom: 14px; }

/* Ensure CEO/message images visible on mobile (override aspect-ratio shrinking) */
@media (max-width: 900px) {
    .message-img,
    .ceo-img,
    .story-img,
    .ceo-feature-img {
        display: block !important;
        width: 100% !important;
        max-width: 260px !important;
        margin: 0 auto 24px !important;
        aspect-ratio: 4/5 !important;
        min-height: 280px !important;
        background-size: cover !important;
        background-position: center top !important;
        position: static !important;
    }
    .message-img { aspect-ratio: 1 !important; min-height: 240px !important; }
}

/* Responsive line-break utility classes */
.sp-only { display: none; }
.pc-only { display: inline; }
@media (max-width: 720px) {
    .sp-only { display: inline; }
    .pc-only { display: none !important; }
}

/* ====================================================
 * Property list filter — mobile fixes
 * - Remove sticky on mobile so it doesn't block thumbnails
 * - Add proper horizontal padding so labels aren't flush left
 * - Compact labels & pills for smaller screens
 * ==================================================== */
@media (max-width: 900px) {
    .filter-wrap { position: static !important; top: auto !important; }
    .filter-inner { padding: 16px 20px !important; }
}
@media (max-width: 600px) {
    .filter-inner { padding: 14px 16px !important; }
    .filter-inner > div { display: block !important; margin-bottom: 12px !important; }
    .filter-inner .filter-label { display: block !important; margin: 0 0 8px 0 !important; font-size: 10px !important; }
    .filter-inner .filter-pills { display: flex !important; flex-wrap: wrap !important; gap: 6px !important; }
    .filter-inner .filter-pill { font-size: 12px !important; padding: 7px 12px !important; }
}

/* Map wrap: remove staging decorative background, ensure iframe fills properly */
.map-wrap { background: #f5f5f7 !important; aspect-ratio: auto !important; height: auto !important; min-height: 360px; }
.map-wrap iframe { width: 100% !important; height: 480px; display: block; border: 0; }
@media (max-width: 720px) {
    .map-wrap iframe { height: 360px; }
}

/* Pagination horizontal pills (WP paginate_links list type) */
.hpv2-pagination { margin-top: 40px; text-align: center; }
.hpv2-pagination .page-numbers {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    align-items: center;
}
.hpv2-pagination .page-numbers li { display: inline-block; }
.hpv2-pagination .page-numbers a,
.hpv2-pagination .page-numbers span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border-radius: 999px;
    background: #fff;
    border: 1.5px solid var(--color-border);
    color: var(--color-text);
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s;
}
.hpv2-pagination .page-numbers a:hover { border-color: var(--color-brand); color: var(--color-brand); }
.hpv2-pagination .page-numbers .current {
    background: var(--color-brand);
    color: #fff;
    border-color: var(--color-brand);
}
.hpv2-pagination .page-numbers .dots { border: none; background: transparent; }

/* Hide leftover floating loan-simulator widgets from previous theme/plugins */
.loan-sim-fixed, .loan-sim-fixed-link, .loan-sim-fixed-icon,
.loan-sim-fab, .loan-fab, #loan-simulator-fab, .floating-loan, .loan-widget-trigger,
.minimal-loan-fab,
[class*="loan-sim"], [id*="loan-sim"],
[class*="loan-simulator-button"], [id*="loan-simulator-button"] { display: none !important; }
