/*
Theme Name: GARAGE REVIDE
Theme URI: https://garage-revide.jp
Author: 合同会社GARAGE REVIDE
Description: タイヤサービス専門店 合同会社GARAGE REVIDEの公式WordPressテーマ
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: garage-revide
Tags: tire-service, automotive, japanese
*/

/* =============================================
   CSS カスタムプロパティ
   ============================================= */
:root {
  --color-navy:       #1B2FA0;
  --color-dark-navy:  #131F78;
  --color-gold:       #FFD166;
  --color-gold-dark:  #E5B840;
  --color-white:      #FFFFFF;
  --color-off-white:  #F5F7FA;
  --color-light-gray: #E8ECF2;
  --color-text:       #1A1A2E;
  --color-text-muted: #5A6175;
  --color-border:     #D1D8E8;

  --font-sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  --font-display: "Inter", "Noto Sans JP", sans-serif;

  --shadow-sm:  0 1px 3px rgba(19,31,120,0.10);
  --shadow-md:  0 4px 16px rgba(19,31,120,0.15);
  --shadow-lg:  0 8px 32px rgba(19,31,120,0.20);
  --shadow-xl:  0 16px 48px rgba(19,31,120,0.25);

  --radius-sm:  4px;
  --radius-md:  8px;
  --radius-lg:  16px;
  --radius-xl:  24px;

  --transition: 0.3s ease;

  --container-width: 1200px;
  --container-pad:   clamp(1rem, 4vw, 2rem);

  --header-h: 72px;
}

/* =============================================
   リセット & ベース
   ============================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-sans);
  color: var(--color-text);
  background: var(--color-white);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* =============================================
   ユーティリティ
   ============================================= */
.container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 var(--container-pad);
}

.section-pad { padding: clamp(60px, 8vw, 100px) 0; }

.section-header { text-align: center; margin-bottom: clamp(40px, 5vw, 60px); }

.section-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-navy);
  background: rgba(27,47,160,0.08);
  padding: 4px 14px;
  border-radius: 999px;
  margin-bottom: 12px;
}

.section-title {
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 800;
  line-height: 1.25;
  color: var(--color-text);
}

.section-title span { color: var(--color-navy); }

.section-desc {
  font-size: 1rem;
  color: var(--color-text-muted);
  margin-top: 14px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); border: 0;
}

/* =============================================
   ボタン
   ============================================= */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  font-size: 0.9375rem;
  font-weight: 700;
  border-radius: var(--radius-md);
  transition: all var(--transition);
  white-space: nowrap;
}

.btn-primary {
  background: var(--color-gold);
  color: var(--color-dark-navy);
}
.btn-primary:hover {
  background: var(--color-gold-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255,209,102,0.45);
}

.btn-outline {
  background: transparent;
  color: var(--color-white);
  border: 2px solid rgba(255,255,255,0.6);
}
.btn-outline:hover {
  background: rgba(255,255,255,0.12);
  border-color: var(--color-white);
}

.btn-navy {
  background: var(--color-navy);
  color: var(--color-white);
}
.btn-navy:hover {
  background: var(--color-dark-navy);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.btn-lg { padding: 17px 36px; font-size: 1rem; }

/* =============================================
   ヘッダー
   ============================================= */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  height: var(--header-h);
  display: flex;
  align-items: center;
  transition: background var(--transition), box-shadow var(--transition);
}

.site-header.transparent { background: transparent; }
.site-header.scrolled {
  background: var(--color-dark-navy);
  box-shadow: 0 2px 20px rgba(0,0,0,0.3);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 var(--container-pad);
}

/* ロゴ */
.site-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.logo-mark {
  width: 42px;
  height: 42px;
  background: var(--color-gold);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.logo-mark svg { width: 26px; height: 26px; }

.logo-text { display: flex; flex-direction: column; }

.logo-name {
  font-size: 1.0625rem;
  font-weight: 800;
  color: var(--color-white);
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.logo-sub {
  font-size: 0.625rem;
  font-weight: 500;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* ナビゲーション */
.main-nav { display: flex; align-items: center; gap: 4px; }

.nav-link {
  display: block;
  padding: 8px 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
  border-radius: var(--radius-sm);
  transition: all var(--transition);
}

.nav-link:hover,
.nav-link.current-menu-item { color: var(--color-gold); background: rgba(255,255,255,0.06); }

.nav-cta {
  margin-left: 12px;
  background: var(--color-gold);
  color: var(--color-dark-navy) !important;
  font-weight: 700 !important;
  padding: 8px 18px !important;
}
.nav-cta:hover { background: var(--color-gold-dark) !important; }

/* ハンバーガー */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  width: 40px;
}

.hamburger span {
  display: block;
  height: 2px;
  background: var(--color-white);
  border-radius: 2px;
  transition: all var(--transition);
}

.hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* モバイルメニュー */
.mobile-menu {
  display: none;
  position: fixed;
  top: var(--header-h);
  left: 0; right: 0;
  background: var(--color-dark-navy);
  padding: 20px var(--container-pad) 30px;
  border-top: 1px solid rgba(255,255,255,0.1);
  box-shadow: var(--shadow-lg);
  flex-direction: column;
  gap: 4px;
  z-index: 999;
}

.mobile-menu.active { display: flex; }

.mobile-menu .nav-link {
  font-size: 1rem;
  padding: 12px 16px;
  border-radius: var(--radius-md);
}

.mobile-menu .nav-cta {
  margin: 10px 0 0;
  text-align: center;
  border-radius: var(--radius-md);
}

/* =============================================
   ヒーローセクション
   ============================================= */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--color-dark-navy);
  padding: var(--header-h) 0 80px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(19,31,120,0.97) 0%, rgba(27,47,160,0.85) 55%, rgba(19,31,120,0.75) 100%);
  z-index: 1;
}

.hero-pattern {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255,209,102,0.06) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(27,47,160,0.4) 0%, transparent 50%);
  z-index: 1;
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  z-index: 1;
}

.hero-tire-deco {
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  width: 600px;
  height: 600px;
  border: 60px solid rgba(255,209,102,0.06);
  border-radius: 50%;
  z-index: 1;
}

.hero-tire-deco::before {
  content: '';
  position: absolute;
  inset: 40px;
  border: 3px solid rgba(255,209,102,0.08);
  border-radius: 50%;
}

.hero-content {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 40px var(--container-pad) 60px;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 20px;
}

.hero-eyebrow::before,
.hero-eyebrow::after {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: var(--color-gold);
  opacity: 0.6;
}

.hero-title {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 900;
  line-height: 1.15;
  color: var(--color-white);
  margin-bottom: 24px;
  max-width: 780px;
}

.hero-title .accent { color: var(--color-gold); }

.hero-title .line-break { display: block; }

.hero-desc {
  font-size: clamp(0.9375rem, 1.5vw, 1.0625rem);
  color: rgba(255,255,255,0.75);
  line-height: 1.8;
  max-width: 560px;
  margin-bottom: 40px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 56px;
}

.hero-stats {
  display: flex;
  gap: clamp(24px, 4vw, 48px);
  flex-wrap: wrap;
}

.stat-item { display: flex; flex-direction: column; }

.stat-num {
  font-size: clamp(1.875rem, 3vw, 2.5rem);
  font-weight: 800;
  color: var(--color-gold);
  line-height: 1;
}

.stat-num sup { font-size: 0.55em; font-weight: 700; }

.stat-label {
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.6);
  margin-top: 4px;
}

.stat-divider {
  width: 1px;
  background: rgba(255,255,255,0.15);
  align-self: stretch;
}

.hero-scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.4);
  font-size: 0.6875rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  animation: float 2.5s ease-in-out infinite;
}

.scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.5), transparent);
}

@keyframes float {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(6px); }
}

/* =============================================
   サービスセクション
   ============================================= */
.services-section { background: var(--color-off-white); }

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service-card {
  background: var(--color-white);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all var(--transition);
  display: flex;
  flex-direction: column;
  border: 1px solid var(--color-border);
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-xl);
  border-color: var(--color-navy);
}

.service-card-header {
  padding: 32px 32px 0;
  position: relative;
}

.service-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--color-navy), var(--color-dark-navy));
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.service-icon svg { width: 32px; height: 32px; color: var(--color-gold); fill: currentColor; }

.service-badge {
  position: absolute;
  top: 20px;
  right: 24px;
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--color-dark-navy);
  background: var(--color-gold);
  padding: 4px 12px;
  border-radius: 999px;
}

.service-card-body { padding: 20px 32px 32px; flex: 1; display: flex; flex-direction: column; }

.service-name {
  font-size: 1.3125rem;
  font-weight: 800;
  color: var(--color-text);
  margin-bottom: 12px;
}

.service-desc {
  font-size: 0.9375rem;
  color: var(--color-text-muted);
  line-height: 1.8;
  flex: 1;
  margin-bottom: 24px;
}

.service-features {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 28px;
}

.service-feature {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  color: var(--color-text-muted);
}

.service-feature::before {
  content: '';
  width: 16px;
  height: 16px;
  background: var(--color-navy);
  border-radius: 50%;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 8l3.5 3.5L13 5' stroke='%23FFD166' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}

.service-price-hint {
  display: flex;
  align-items: baseline;
  gap: 6px;
  padding: 14px 20px;
  background: var(--color-off-white);
  border-radius: var(--radius-md);
  margin-bottom: 20px;
}

.price-from { font-size: 0.8125rem; color: var(--color-text-muted); }

.price-num {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--color-navy);
}

.price-unit { font-size: 0.875rem; color: var(--color-text-muted); }

.service-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--color-navy);
  padding: 10px 0;
  border-top: 1px solid var(--color-border);
  transition: gap var(--transition);
}

.service-link:hover { gap: 12px; }

.service-link svg { width: 18px; height: 18px; transition: transform var(--transition); }
.service-link:hover svg { transform: translateX(4px); }

/* =============================================
   料金概要セクション
   ============================================= */
.pricing-overview {
  background: var(--color-white);
}

.pricing-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.tab-btn {
  padding: 10px 24px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--color-text-muted);
  background: var(--color-off-white);
  border-radius: 999px;
  border: 2px solid transparent;
  transition: all var(--transition);
}

.tab-btn.active,
.tab-btn:hover {
  color: var(--color-navy);
  background: rgba(27,47,160,0.08);
  border-color: var(--color-navy);
}

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

.pricing-card {
  background: var(--color-off-white);
  border-radius: var(--radius-xl);
  padding: 32px 28px;
  border: 2px solid transparent;
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}

.pricing-card.featured {
  background: var(--color-navy);
  border-color: var(--color-navy);
  color: var(--color-white);
}

.pricing-card:hover:not(.featured) {
  border-color: var(--color-navy);
  background: var(--color-white);
  box-shadow: var(--shadow-lg);
}

.pricing-popular {
  position: absolute;
  top: 0; left: 0; right: 0;
  background: var(--color-gold);
  color: var(--color-dark-navy);
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 5px;
  letter-spacing: 0.1em;
}

.pricing-plan-name {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 8px;
  margin-top: 8px;
}

.pricing-card.featured .pricing-plan-name { color: var(--color-gold); }

.pricing-car-type {
  font-size: 0.8125rem;
  color: var(--color-text-muted);
  margin-bottom: 20px;
}

.pricing-card.featured .pricing-car-type { color: rgba(255,255,255,0.65); }

.pricing-amount {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 4px;
}

.pricing-currency {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color-navy);
}
.pricing-card.featured .pricing-currency { color: var(--color-gold); }

.pricing-num {
  font-size: 2.25rem;
  font-weight: 900;
  color: var(--color-navy);
  line-height: 1;
}
.pricing-card.featured .pricing-num { color: var(--color-white); }

.pricing-per {
  font-size: 0.875rem;
  color: var(--color-text-muted);
}
.pricing-card.featured .pricing-per { color: rgba(255,255,255,0.65); }

.pricing-note {
  font-size: 0.8125rem;
  color: var(--color-text-muted);
  margin-bottom: 24px;
}
.pricing-card.featured .pricing-note { color: rgba(255,255,255,0.55); }

.pricing-divider {
  height: 1px;
  background: var(--color-border);
  margin: 20px 0;
}
.pricing-card.featured .pricing-divider { background: rgba(255,255,255,0.15); }

.pricing-features-list { display: flex; flex-direction: column; gap: 10px; }

.pricing-feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
  color: var(--color-text-muted);
}
.pricing-card.featured .pricing-feature-item { color: rgba(255,255,255,0.8); }

.pricing-check {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: var(--color-navy);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing-card.featured .pricing-check { background: var(--color-gold); }

.pricing-check::after {
  content: '';
  width: 10px;
  height: 6px;
  border-left: 2px solid var(--color-white);
  border-bottom: 2px solid var(--color-white);
  transform: rotate(-45deg) translateY(-1px);
  display: block;
}
.pricing-card.featured .pricing-check::after { border-color: var(--color-dark-navy); }

.pricing-note-block {
  margin-top: 40px;
  padding: 20px 24px;
  background: var(--color-off-white);
  border-radius: var(--radius-md);
  border-left: 4px solid var(--color-navy);
}

.pricing-note-block p {
  font-size: 0.875rem;
  color: var(--color-text-muted);
  line-height: 1.7;
}

/* =============================================
   CTAバナー
   ============================================= */
.cta-banner {
  background: linear-gradient(135deg, var(--color-dark-navy) 0%, var(--color-navy) 100%);
  padding: clamp(60px, 8vw, 90px) 0;
  position: relative;
  overflow: hidden;
}

.cta-banner::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  border: 80px solid rgba(255,209,102,0.06);
  border-radius: 50%;
}

.cta-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}

.cta-title {
  font-size: clamp(1.875rem, 3.5vw, 2.75rem);
  font-weight: 800;
  color: var(--color-white);
  line-height: 1.3;
  margin-bottom: 16px;
}

.cta-title .gold { color: var(--color-gold); }

.cta-desc {
  font-size: 1rem;
  color: rgba(255,255,255,0.7);
  margin-bottom: 36px;
  line-height: 1.8;
}

.cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.cta-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.875rem;
  color: rgba(255,255,255,0.55);
}

.cta-phone {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-gold);
  letter-spacing: 0.05em;
}

/* =============================================
   フッター
   ============================================= */
.site-footer {
  background: #0D1450;
  color: rgba(255,255,255,0.75);
  padding: 60px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-logo { margin-bottom: 16px; }

.footer-tagline {
  font-size: 0.875rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.55);
  margin-bottom: 24px;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.social-btn {
  width: 36px;
  height: 36px;
  border-radius: var(--radius-sm);
  background: rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition);
}

.social-btn:hover { background: var(--color-gold); }
.social-btn svg { width: 16px; height: 16px; fill: var(--color-white); }
.social-btn:hover svg { fill: var(--color-dark-navy); }

.footer-heading {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--color-white);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.footer-links { display: flex; flex-direction: column; gap: 10px; }

.footer-link {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.55);
  transition: color var(--transition);
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-link::before {
  content: '';
  width: 4px;
  height: 4px;
  background: var(--color-gold);
  border-radius: 50%;
  flex-shrink: 0;
}

.footer-link:hover { color: var(--color-gold); }

.footer-address-item {
  display: flex;
  gap: 12px;
  font-size: 0.875rem;
  color: rgba(255,255,255,0.55);
  margin-bottom: 14px;
  line-height: 1.6;
}

.footer-address-icon {
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--color-gold);
}

.footer-address-icon svg { width: 16px; height: 16px; }

.footer-bottom {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-copyright {
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.35);
}

.footer-legal {
  display: flex;
  gap: 20px;
}

.footer-legal a {
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.35);
  transition: color var(--transition);
}

.footer-legal a:hover { color: var(--color-gold); }

/* =============================================
   タイヤ保管ページ
   ============================================= */
.page-hero {
  background: linear-gradient(135deg, var(--color-dark-navy) 0%, var(--color-navy) 100%);
  padding: calc(var(--header-h) + 60px) 0 70px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0; right: 0;
  height: 60px;
  background: var(--color-white);
  clip-path: ellipse(55% 100% at 50% 100%);
}

.page-hero-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-gold);
  border: 1px solid rgba(255,209,102,0.4);
  padding: 4px 16px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.page-hero-title {
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 900;
  color: var(--color-white);
  line-height: 1.25;
  margin-bottom: 16px;
}

.page-hero-desc {
  font-size: 1rem;
  color: rgba(255,255,255,0.7);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.8;
}

/* 保管フロー */
.storage-flow { background: var(--color-white); }

.flow-steps { display: flex; gap: 0; position: relative; }

.flow-steps::before {
  content: '';
  position: absolute;
  top: 36px;
  left: calc(16.666% - 0px);
  right: calc(16.666% - 0px);
  height: 2px;
  background: linear-gradient(to right, var(--color-navy), var(--color-gold), var(--color-navy));
  z-index: 0;
}

.flow-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 12px;
  position: relative;
  z-index: 1;
}

.step-num {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--color-navy);
  color: var(--color-white);
  font-size: 1.375rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border: 4px solid var(--color-white);
  box-shadow: 0 0 0 2px var(--color-navy);
}

.flow-step:nth-child(even) .step-num {
  background: var(--color-gold);
  color: var(--color-dark-navy);
  box-shadow: 0 0 0 2px var(--color-gold);
}

.step-title {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 8px;
}

.step-desc {
  font-size: 0.8125rem;
  color: var(--color-text-muted);
  line-height: 1.6;
}

/* 保管の特徴 */
.storage-features { background: var(--color-off-white); }

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.feature-card {
  background: var(--color-white);
  border-radius: var(--radius-xl);
  padding: 32px;
  display: flex;
  gap: 20px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--color-border);
  transition: all var(--transition);
}

.feature-card:hover {
  box-shadow: var(--shadow-lg);
  border-color: var(--color-navy);
  transform: translateY(-3px);
}

.feature-icon {
  width: 52px;
  height: 52px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, var(--color-navy), var(--color-dark-navy));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-icon svg { width: 26px; height: 26px; color: var(--color-gold); fill: currentColor; }

.feature-body h3 {
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 8px;
}

.feature-body p {
  font-size: 0.875rem;
  color: var(--color-text-muted);
  line-height: 1.7;
}

/* =============================================
   料金案内ページ
   ============================================= */
.pricing-table-section { background: var(--color-white); }

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.pricing-table thead tr {
  background: var(--color-navy);
  color: var(--color-white);
}

.pricing-table th {
  padding: 18px 24px;
  font-size: 0.9375rem;
  font-weight: 700;
  text-align: left;
}

.pricing-table th:not(:first-child) { text-align: center; }

.pricing-table td {
  padding: 16px 24px;
  font-size: 0.9375rem;
  border-bottom: 1px solid var(--color-border);
  vertical-align: middle;
}

.pricing-table td:not(:first-child) { text-align: center; font-weight: 700; }

.pricing-table tbody tr:nth-child(even) { background: var(--color-off-white); }
.pricing-table tbody tr:last-child td { border-bottom: none; }
.pricing-table tbody tr:hover { background: rgba(27,47,160,0.04); }

.price-highlight { color: var(--color-navy); font-size: 1.0625rem; }

.badge-recommended {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--color-dark-navy);
  background: var(--color-gold);
  padding: 3px 10px;
  border-radius: 999px;
  margin-left: 8px;
  vertical-align: middle;
}

/* オプション */
.options-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.option-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 24px;
  text-align: center;
  transition: all var(--transition);
}

.option-card:hover {
  border-color: var(--color-navy);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.option-name {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 8px;
}

.option-price {
  font-size: 1.375rem;
  font-weight: 800;
  color: var(--color-navy);
  margin-bottom: 8px;
}

.option-desc {
  font-size: 0.8125rem;
  color: var(--color-text-muted);
  line-height: 1.6;
}

/* =============================================
   FAQページ
   ============================================= */
.faq-section { background: var(--color-white); }

.faq-categories {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.faq-cat-btn {
  padding: 8px 20px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-text-muted);
  background: var(--color-off-white);
  border-radius: 999px;
  border: 2px solid transparent;
  transition: all var(--transition);
}

.faq-cat-btn.active,
.faq-cat-btn:hover {
  color: var(--color-navy);
  background: rgba(27,47,160,0.08);
  border-color: var(--color-navy);
}

.faq-list { max-width: 800px; margin: 0 auto; }

.faq-item {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  margin-bottom: 12px;
  overflow: hidden;
  transition: box-shadow var(--transition);
}

.faq-item:hover { box-shadow: var(--shadow-md); }

.faq-item.active { border-color: var(--color-navy); }

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-text);
  background: transparent;
  transition: background var(--transition);
}

.faq-item.active .faq-question { background: rgba(27,47,160,0.04); }

.faq-q-mark {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--color-navy);
  color: var(--color-gold);
  font-size: 0.875rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-chevron {
  margin-left: auto;
  width: 20px;
  height: 20px;
  color: var(--color-navy);
  transition: transform var(--transition);
  flex-shrink: 0;
}

.faq-item.active .faq-chevron { transform: rotate(180deg); }

.faq-answer {
  display: none;
  padding: 0 24px 20px 68px;
  font-size: 0.9375rem;
  color: var(--color-text-muted);
  line-height: 1.8;
}

.faq-item.active .faq-answer { display: block; }

/* =============================================
   コンタクトバー
   ============================================= */
.contact-bar {
  background: var(--color-off-white);
  border-top: 3px solid var(--color-gold);
  padding: 32px 0;
}

.contact-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.contact-bar-text h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 4px;
}

.contact-bar-text p {
  font-size: 0.875rem;
  color: var(--color-text-muted);
}

.contact-bar-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.contact-phone-block { text-align: right; }

.phone-number {
  font-size: 1.625rem;
  font-weight: 800;
  color: var(--color-navy);
  letter-spacing: 0.05em;
  display: block;
  line-height: 1.2;
}

.phone-hours {
  font-size: 0.75rem;
  color: var(--color-text-muted);
}

/* =============================================
   レスポンシブ
   ============================================= */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .options-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; row-gap: 36px; }
}

@media (max-width: 768px) {
  :root { --header-h: 64px; }

  .main-nav { display: none; }
  .hamburger { display: flex; }

  .services-grid,
  .pricing-grid,
  .features-grid,
  .options-grid { grid-template-columns: 1fr; }

  .flow-steps { flex-direction: column; gap: 20px; }
  .flow-steps::before { display: none; }
  .flow-step { flex-direction: row; text-align: left; gap: 16px; }
  .step-num { flex-shrink: 0; margin-bottom: 0; }

  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }

  .cta-actions { flex-direction: column; align-items: center; }

  .contact-bar-inner { flex-direction: column; text-align: center; }
  .contact-phone-block { text-align: center; }

  .hero-stats { gap: 20px; }
  .stat-divider { display: none; }

  .pricing-table { display: block; overflow-x: auto; }
}

@media (max-width: 480px) {
  .hero-actions { flex-direction: column; }
  .btn-lg { width: 100%; justify-content: center; }
}

/* ヒーロー 2カラムレイアウト */
.hero-inner { display: flex; align-items: center; gap: 40px; justify-content: space-between; overflow: visible; }
.hero-tire-visual {
  width: 480px;
  height: 480px;
  flex-shrink: 0;
  margin-right: -40px;
  filter: drop-shadow(0 0 30px rgba(96,165,250,0.8))
          drop-shadow(0 0 60px rgba(59,130,246,0.5))
          drop-shadow(0 0 100px rgba(59,130,246,0.3));
  animation: tire-spin 30s linear infinite;
  transform-origin: center;
}

@keyframes tire-spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
@media (max-width: 768px) { .hero-tire-visual { display: none; } }
