/** Shopify CDN: Minification failed

Line 31:0 All "@import" rules must come first

**/
/* =============================================
   smartya-custom.css
   スマート屋 カスタムデザインCSS
   
   設置場所: assets/smartya-custom.css
   ============================================= */

/* --- Variables --- */
:root {
  --sy-ink: #1a1a1a;
  --sy-white: #FAFAF8;
  --sy-cream: #F5F1EB;
  --sy-taupe: #8B8178;
  --sy-charcoal: #2C2C2C;
  --sy-accent: #C41E3A;
  --sy-accent-soft: #E8D5C4;
  --sy-border: #E8E4DE;
  --sy-shadow-sm: 0 1px 3px rgba(0,0,0,0.06);
  --sy-shadow-md: 0 4px 20px rgba(0,0,0,0.08);
  --sy-shadow-lg: 0 8px 40px rgba(0,0,0,0.12);
  --sy-radius: 12px;
  --sy-radius-lg: 20px;
}

/* --- Fonts --- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400&family=DM+Sans:wght@400;500;600&display=swap');

/* --- Animations --- */
@keyframes syFadeInUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
.animate-fade-in { animation: syFadeInUp 0.7s cubic-bezier(0.23, 1, 0.32, 1) forwards; opacity: 0; }
.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }
.delay-4 { animation-delay: 0.4s; }

/* --- Common --- */
.smartya-section-eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: var(--sy-taupe);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 12px;
}
.smartya-section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -0.5px;
  color: var(--sy-ink);
}
.smartya-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  font-family: 'Noto Sans JP', sans-serif;
  transition: all 0.3s ease;
  text-decoration: none;
  border: none;
}
.smartya-btn--primary {
  background: var(--sy-accent);
  color: #fff;
}
.smartya-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(196,30,58,0.3);
}
.smartya-btn--outline {
  background: transparent;
  border: 1.5px solid rgba(255,255,255,0.25);
  color: #fff;
}
.smartya-btn--outline:hover {
  border-color: rgba(255,255,255,0.5);
}

/* ================================================
   HERO SECTION
   ================================================ */
.smartya-hero {
  position: relative;
  background: linear-gradient(135deg, #1a1a1a 0%, #2C2C2C 50%, #3a2a20 100%);
  overflow: hidden;
  padding: 80px 0 60px;
  min-height: 520px;
  display: flex;
  align-items: center;
}
.smartya-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(196,30,58,0.15), transparent 70%);
}
.smartya-hero::after {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
}
.smartya-hero__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  position: relative;
  z-index: 1;
}
.smartya-hero__content { flex: 1; }

/* Badge */
.smartya-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 100px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  margin-bottom: 16px;
}
.smartya-hero__badge-star { font-size: 11px; color: #F5C542; font-weight: 700; }
.smartya-hero__badge-text { font-size: 13px; color: #fff; font-weight: 600; letter-spacing: 0.5px; }
.smartya-hero__badge-sub { font-size: 11px; color: rgba(255,255,255,0.4); font-family: 'DM Sans', sans-serif; }

.smartya-hero__eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  letter-spacing: 4px;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  margin-bottom: 16px;
}
.smartya-hero__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 52px;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 16px;
  letter-spacing: -1px;
}
.smartya-hero__title-accent { color: var(--sy-accent-soft); }
.smartya-hero__desc {
  font-size: 15px;
  color: rgba(255,255,255,0.6);
  line-height: 1.8;
  max-width: 400px;
  margin-bottom: 32px;
}
.smartya-hero__cta { display: flex; gap: 12px; }

/* Finder Card */
.smartya-finder {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  border-radius: var(--sy-radius-lg);
  padding: 32px;
  max-width: 480px;
  width: 100%;
}
.smartya-finder__title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.smartya-finder__tabs { display: flex; gap: 8px; margin-bottom: 20px; }
.smartya-finder__tab {
  padding: 10px 20px;
  border-radius: 100px;
  border: 1.5px solid rgba(255,255,255,0.2);
  background: transparent;
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}
.smartya-finder__tab:hover {
  border-color: rgba(255,255,255,0.4);
  color: #fff;
}
.smartya-finder__tab.active {
  background: #fff;
  color: var(--sy-ink);
  border-color: #fff;
}
.smartya-finder__label {
  font-size: 12px;
  color: rgba(255,255,255,0.4);
  margin-bottom: 10px;
  font-family: 'DM Sans', sans-serif;
  letter-spacing: 1px;
}
.smartya-finder__brands {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.smartya-finder__brand-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 14px 8px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--sy-radius);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none;
  text-align: center;
  line-height: 1.3;
}
.smartya-finder__brand-btn:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.25);
  transform: translateY(-2px);
}
.smartya-finder__brand-en {
  font-size: 10px;
  opacity: 0.6;
  letter-spacing: 0.5px;
  font-family: 'DM Sans', sans-serif;
}

/* ================================================
   BRANDS GRID SECTION
   ================================================ */
.smartya-brands {
  padding: 64px 0;
  background: var(--sy-white);
}
.smartya-brands__header { text-align: center; margin-bottom: 48px; }
.smartya-brands__tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 40px;
}
.smartya-cat-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 100px;
  border: 1.5px solid var(--sy-border);
  background: #fff;
  color: var(--sy-ink);
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Noto Sans JP', sans-serif;
}
.smartya-cat-pill:hover {
  border-color: var(--sy-ink);
  box-shadow: var(--sy-shadow-sm);
}
.smartya-cat-pill.active {
  background: var(--sy-ink);
  color: #fff;
  border-color: var(--sy-ink);
}
.smartya-brands__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* Brand Card */
.smartya-brand-card {
  background: #fff;
  border: 1px solid var(--sy-border);
  border-radius: var(--sy-radius-lg);
  padding: 28px 24px;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: var(--sy-ink);
  display: flex;
  flex-direction: column;
}
.smartya-brand-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sy-shadow-lg);
  border-color: transparent;
}
.smartya-brand-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: var(--sy-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}
.smartya-brand-card:hover::after { transform: scaleX(1); }
.smartya-brand-card__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}
.smartya-brand-card__name { font-size: 20px; font-weight: 600; margin-bottom: 2px; }
.smartya-brand-card__name-en {
  font-size: 11px;
  color: var(--sy-taupe);
  letter-spacing: 2px;
  font-family: 'DM Sans', sans-serif;
}
.smartya-brand-card__monogram {
  width: 44px; height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 21px;
  font-weight: 600;
  color: #fff;
}
.smartya-brand-card__models {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 16px;
}
.smartya-model-tag {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 100px;
  background: var(--sy-cream);
  font-size: 13px;
  color: var(--sy-ink);
  border: 1px solid var(--sy-border);
  transition: all 0.2s;
}
.smartya-brand-card:hover .smartya-model-tag { border-color: var(--sy-taupe); }
.smartya-model-more { font-size: 12px; color: var(--sy-taupe); display: flex; align-items: center; padding: 0 8px; }
.smartya-brand-card__footer {
  margin-top: auto;
  font-size: 13px;
  color: var(--sy-accent);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
}
.smartya-brand-card__arrow { font-size: 16px; }

/* ================================================
   TRUST SECTION
   ================================================ */
.smartya-trust {
  padding: 48px 0;
  background: var(--sy-cream);
}
.smartya-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.smartya-trust__item { text-align: center; padding: 32px 20px; }
.smartya-trust__icon {
  width: 52px; height: 52px;
  border-radius: 14px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 16px;
}
.smartya-trust__title { font-size: 14px; font-weight: 600; margin-bottom: 4px; }
.smartya-trust__desc { font-size: 12px; color: var(--sy-taupe); }

/* ================================================
   RESPONSIVE
   ================================================ */
@media (max-width: 768px) {
  .smartya-hero { padding: 48px 0 40px; min-height: auto; }
  .smartya-hero__inner { flex-direction: column; gap: 32px; }
  .smartya-hero__title { font-size: 36px; }
  .smartya-finder { max-width: 100%; }
  .smartya-finder__brands { grid-template-columns: repeat(3, 1fr); }
  .smartya-brands__grid { grid-template-columns: repeat(2, 1fr); }
  .smartya-brands__tabs { flex-wrap: wrap; }
  .smartya-trust__grid { grid-template-columns: repeat(2, 1fr); }
  .smartya-section-title { font-size: 28px; }
}
@media (max-width: 480px) {
  .smartya-finder__brands { grid-template-columns: repeat(2, 1fr); }
  .smartya-brands__grid { grid-template-columns: 1fr; }
  .smartya-hero__cta { flex-direction: column; }
}
