/** Shopify CDN: Minification failed

Line 359:45 Expected "}" to go with "{"

**/
/* inspire-home.css — Homepage-specific styles for InSpire Shopify theme */

body.intro-playing { overflow: hidden; }

/* ── INTRO OVERLAY ─────────────────────────────────────────────────────── */
#intro {
  position: fixed; inset: 0; z-index: 1000;
  background: var(--sumi);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.intro-logo {
  position: relative; z-index: 10;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 6vw, 5.5rem);
  color: var(--washi);
  letter-spacing: 0.22em; text-transform: uppercase;
}
.intro-sub {
  position: absolute; z-index: 10; bottom: 22%; left: 50%;
  transform: translateX(-50%);
  font-size: 0.65rem; letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--kinomi); white-space: nowrap; opacity: 0;
}

/* ── INTRO PANELS ────────────────────────────────────────────────────────── */
.panel-left,
.panel-right {
  position: absolute; top: 0; width: 50%; height: 100%;
  overflow: hidden; visibility: hidden; z-index: 2;
}
.panel-left  { left: 0; }
.panel-right { left: 50%; }
.panel-img   { position: absolute; inset: 0; }
.panel-video { width: 100%; height: 100%; object-fit: cover; display: block; }
.panel-caption {
  position: absolute; bottom: 48px; left: 50%;
  transform: translateX(-50%);
  font-size: 0.6rem; letter-spacing: 0.35em; text-transform: uppercase;
  color: rgba(244,237,227,0.55); white-space: nowrap; opacity: 0;
}
#intro-veil { display: none; }

/* ── HERO ───────────────────────────────────────────────────────────────── */
.hero {
  position: relative; height: 100vh; min-height: 700px;
  display: flex; align-items: flex-end;
  padding: 0 56px 88px; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0; will-change: transform;
  background-size: cover; background-position: center 20%;
}
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(155deg, rgba(10,6,2,0.82) 0%, rgba(10,6,2,0.65) 40%, rgba(6,10,18,0.72) 100%);
}
.hero-grid {
  position: absolute; inset: 0; opacity: 0.035;
  background-image:
    repeating-linear-gradient(0deg,  transparent, transparent 80px, rgba(196,160,68,1) 80px, rgba(196,160,68,1) 81px),
    repeating-linear-gradient(90deg, transparent, transparent 80px, rgba(196,160,68,1) 80px, rgba(196,160,68,1) 81px);
  pointer-events: none;
}
.hero-glow {
  position: absolute; bottom: -10%; left: -5%;
  width: 60vw; height: 60vw; border-radius: 50%;
  background: radial-gradient(circle, rgba(196,160,68,0.12) 0%, transparent 65%);
  pointer-events: none;
}
.hero-content { position: relative; z-index: 2; max-width: 700px; }
.hero-eyebrow {
  font-size: 0.68rem; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--kinomi); margin-bottom: 28px; opacity: 0;
}
.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(4rem, 8.5vw, 8.5rem);
  line-height: 0.95; color: var(--washi); margin-bottom: 36px;
}
.hero-headline .line-wrap { overflow: hidden; }
.hero-body {
  font-size: 0.95rem; line-height: 1.85;
  color: rgba(244,237,227,0.58);
  max-width: 400px; margin-bottom: 52px; opacity: 0;
}
.btn-primary {
  display: inline-flex; align-items: center; gap: 14px;
  padding: 16px 42px;
  border: 1px solid var(--kinomi); color: var(--kinomi);
  font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase;
  position: relative; overflow: hidden; opacity: 0;
  transition: color 0.45s var(--ease-out);
}
.btn-primary::before {
  content: ''; position: absolute; inset: 0;
  background: var(--kinomi); transform: translateX(-102%);
  transition: transform 0.5s var(--ease-out);
}
.btn-primary:hover { color: var(--sumi); }
.btn-primary:hover::before { transform: translateX(0); }
.btn-primary span, .btn-arrow { position: relative; z-index: 1; }
.btn-arrow { display: inline-block; transition: transform 0.35s var(--ease-out); }
.btn-primary:hover .btn-arrow { transform: translateX(6px); }
.hero-scroll-cue {
  position: absolute; right: 56px; bottom: 88px;
  display: flex; flex-direction: column; align-items: center; gap: 14px;
  z-index: 2; opacity: 0;
}
.scroll-cue-text {
  font-size: 0.58rem; letter-spacing: 0.3em; text-transform: uppercase;
  color: rgba(244,237,227,0.35); writing-mode: vertical-rl;
}
.scroll-cue-line {
  width: 1px; height: 64px;
  background: linear-gradient(to bottom, var(--kinomi), transparent);
  animation: cueAnim 2.2s ease-in-out infinite; transform-origin: top;
}
@keyframes cueAnim {
  0%   { transform: scaleY(0); opacity: 1; transform-origin: top; }
  50%  { transform: scaleY(1); opacity: 1; transform-origin: top; }
  51%  { transform: scaleY(1); opacity: 1; transform-origin: bottom; }
  100% { transform: scaleY(0); opacity: 0; transform-origin: bottom; }
}

/* ── SHARED SECTION UTILITIES ──────────────────────────────────────────── */
.section-eyebrow {
  font-size: 0.65rem; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--kinomi); margin-bottom: 18px;
}
.section-heading {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5.5vw, 5.5rem); line-height: 1.0;
}
.reveal-parent { overflow: hidden; }
.gold-rule { width: 40px; height: 1px; background: var(--kinomi); margin: 32px 0; }

/* ── MEDICINE BAG SECTION ─────────────────────────────────────────────── */
.bag-section {
  background: var(--sumi); min-height: 100vh;
  display: flex; align-items: center;
  padding: 120px 56px; position: relative; overflow: hidden;
}
.bag-section::before {
  content: '薬'; position: absolute; right: -60px; top: 50%;
  transform: translateY(-50%); font-family: var(--font-display);
  font-size: 48vw; line-height: 1; color: rgba(196,160,68,0.03);
  pointer-events: none; user-select: none;
}
.bag-inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr 1fr; gap: 100px;
  align-items: center; width: 100%; max-width: 1200px; margin: 0 auto;
}
.bag-text .section-heading { color: var(--washi); }
.bag-body { font-size: 0.92rem; line-height: 1.9; color: rgba(244,237,227,0.55); max-width: 380px; margin-bottom: 20px; }
.bag-rx { font-family: var(--font-display); font-size: 1rem; color: var(--kinomi); font-style: italic; letter-spacing: 0.06em; margin-bottom: 16px; }
.bag-specs-list { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-bottom: 44px; }
.bag-specs-list span { font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(244,237,227,0.3); }
.bag-specs-list span::before { content: '— '; color: rgba(196,160,68,0.5); }
.btn-outline-gold {
  display: inline-block; padding: 14px 38px;
  border: 1px solid rgba(196,160,68,0.4); color: var(--kinomi);
  font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase;
  transition: all 0.45s var(--ease-out);
}
.btn-outline-gold:hover { background: var(--kinomi); border-color: var(--kinomi); color: var(--sumi); }
.bag-visual-wrap { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.bag-tabs { display: flex; gap: 6px; flex-wrap: wrap; }
.bag-tab {
  background: none; border: 1px solid rgba(196,160,68,0.18);
  color: rgba(244,237,227,0.32); font-family: var(--font-body);
  font-size: 0.58rem; letter-spacing: 0.18em; text-transform: uppercase;
  padding: 6px 14px; cursor: pointer; transition: all 0.3s;
}
.bag-tab.is-active, .bag-tab:hover { border-color: var(--kinomi); color: var(--kinomi); }
.bag-featured {
  width: min(420px, 90vw); aspect-ratio: 1;
  perspective: 1200px; cursor: pointer;
}
.bag-flip-inner {
  width: 100%; height: 100%; position: relative;
  transform-style: preserve-3d; border-radius: 4px;
}
.bag-flip-face {
  position: absolute; inset: 0; background: #1e1e1e;
  border: 1px solid rgba(196,160,68,0.1); border-radius: 4px;
  overflow: hidden; backface-visibility: hidden; -webkit-backface-visibility: hidden;
}
.bag-flip-face img { width: 100%; height: 100%; object-fit: contain; padding: 16px; }
.bag-flip-back { transform: rotateY(180deg); }
.bag-side-chip {
  position: absolute; top: 12px; right: 12px;
  font-size: 0.54rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(244,237,227,0.45); background: rgba(0,0,0,0.5);
  padding: 4px 10px; border-radius: 2px; pointer-events: none; backdrop-filter: blur(4px);
}
.bag-flip-hint {
  position: absolute; bottom: 52px; right: 12px;
  font-size: 0.52rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(196,160,68,0.45); pointer-events: none;
  display: flex; align-items: center; gap: 5px;
}
.bag-flip-hint::before { content: '↻'; font-size: 0.8rem; }
.bag-featured-label {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 20px 16px 14px;
  background: linear-gradient(to top, rgba(0,0,0,0.82) 0%, transparent 100%);
  display: flex; justify-content: space-between; align-items: flex-end; pointer-events: none;
}
#bagFeaturedName { font-family: var(--font-display); font-size: 0.88rem; color: var(--washi); letter-spacing: 0.04em; }
#bagFeaturedPrice { font-size: 0.62rem; color: var(--kinomi); letter-spacing: 0.12em; white-space: nowrap; }
.bag-thumbs {
  display: flex; gap: 8px; overflow-x: auto;
  max-width: min(420px, 90vw); padding-bottom: 4px;
  scrollbar-width: thin; scrollbar-color: rgba(196,160,68,0.2) transparent;
}
.bag-thumb {
  flex: 0 0 64px; height: 64px; background: #1e1e1e;
  border: 1px solid rgba(244,237,227,0.08); border-radius: 3px;
  overflow: hidden; cursor: pointer; transition: border-color 0.25s;
}
.bag-thumb.is-active, .bag-thumb:hover { border-color: rgba(196,160,68,0.6); }
.bag-thumb img { width: 100%; height: 100%; object-fit: contain; padding: 4px; }
.bag-price-note { font-size: 0.62rem; color: rgba(244,237,227,0.3); letter-spacing: 0.06em; }

/* ── TAPESTRY GALLERY ───────────────────────────────────────────────────── */
.tapestry-intro { padding: 140px 56px 80px; background: var(--washi); max-width: 700px; }
.tapestry-intro .section-heading { color: var(--sumi); }
.tapestry-intro-body { font-size: 0.9rem; line-height: 1.9; color: rgba(28,28,28,0.55); max-width: 460px; margin-top: 20px; }
.tapestry-pin-wrap { position: relative; background: var(--sumi); height: 90vh; min-height: 560px; }
.tapestry-track {
  position: relative; width: 100%; height: 100%;
  overflow: hidden; perspective: 2000px; cursor: grab; user-select: none;
}
.tapestry-track.is-dragging { cursor: grabbing; }
.tapestry-panel {
  position: absolute; inset: 0; width: 100%; height: 100%;
  opacity: 0; pointer-events: none; will-change: transform, opacity;
  backface-visibility: hidden; -webkit-backface-visibility: hidden; transform-origin: center center;
}
.tapestry-panel.is-active { opacity: 1; pointer-events: auto; z-index: 2; }
.fold-shadow { position: absolute; inset: 0; pointer-events: none; z-index: 8; opacity: 0; }
.tap-arrows { position: absolute; bottom: 32px; right: 40px; z-index: 20; display: flex; gap: 10px; }
.tap-arrow {
  width: 44px; height: 44px; border: 1px solid rgba(244,237,227,0.18);
  border-radius: 50%; background: rgba(28,28,28,0.55); backdrop-filter: blur(8px);
  color: var(--washi); font-size: 1rem; display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: background 0.25s, border-color 0.25s; flex-shrink: 0;
}
.tap-arrow:hover { background: rgba(196,160,68,0.2); border-color: var(--kinomi); }
.tap-arrow:disabled { opacity: 0.25; pointer-events: none; }
.swipe-hint {
  position: absolute; top: 28px; right: 40px; z-index: 20;
  display: flex; align-items: center; gap: 8px;
  font-size: 0.6rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(244,237,227,0.3); pointer-events: none;
}
.swipe-hint-line { width: 28px; height: 1px; background: rgba(196,160,68,0.4); }
.t-bg { position: absolute; inset: 0; background-size: cover; background-position: center; will-change: transform; }
.t-scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,8,6,0.92) 0%, rgba(10,8,6,0.3) 40%, transparent 70%); }
.t-edge { position: absolute; top: 0; right: 0; bottom: 0; width: 80px; background: linear-gradient(to right, transparent, rgba(28,28,28,0.5)); }
.t-info { position: absolute; bottom: 64px; left: 60px; right: 60px; z-index: 3; }
.t-num { font-size: 0.6rem; letter-spacing: 0.28em; text-transform: uppercase; color: rgba(244,237,227,0.35); margin-bottom: 10px; }
.t-name { font-family: var(--font-display); font-size: clamp(2rem, 3.5vw, 3.2rem); color: var(--washi); line-height: 1.08; margin-bottom: 18px; }
.t-pricing { display: flex; align-items: baseline; gap: 16px; margin-bottom: 24px; }
.t-price { font-size: 0.85rem; color: var(--kinomi); }
.t-sizes { font-size: 0.65rem; letter-spacing: 0.1em; color: rgba(244,237,227,0.35); }
.t-link {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 0.65rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(244,237,227,0.5); border-bottom: 1px solid rgba(244,237,227,0.15);
  padding-bottom: 3px; transition: color 0.3s, border-color 0.3s;
}
.t-link:hover { color: var(--kinomi); border-color: var(--kinomi); }
.t-progress {
  position: absolute; bottom: 28px; left: 50%;
  transform: translateX(-50%); display: flex; gap: 8px; z-index: 30; pointer-events: none;
}
.t-dot { width: 4px; height: 4px; border-radius: 50%; background: rgba(244,237,227,0.25); transition: background 0.3s, transform 0.3s; }
.t-dot.is-active { background: var(--kinomi); transform: scale(1.5); }

/* ── ALUMINIUM / METAL PRINTS ──────────────────────────────────────────── */
.al-section { background: var(--sumi); padding: 160px 56px 120px; position: relative; overflow: hidden; }
.al-header { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; margin-bottom: 80px; }
.al-header .section-heading { color: var(--washi); }
.al-body { font-size: 0.88rem; line-height: 1.9; color: rgba(244,237,227,0.5); max-width: 400px; margin-bottom: 24px; }
.diptych-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; max-width: 1100px; margin: 0 auto 60px; }
.diptych-half { aspect-ratio: 3/4; position: relative; overflow: hidden; cursor: pointer; background: #0c0808; }
.diptych-bg { position: absolute; inset: 0; background-size: cover; background-position: center; background-repeat: no-repeat; transition: transform 0.7s var(--ease-out); will-change: transform; }
.diptych-half:hover .diptych-bg { transform: scale(1.04); }
.gloss {
  position: absolute; inset: 0;
  background: linear-gradient(108deg, transparent 35%, rgba(255,255,255,0.07) 48%, rgba(255,255,255,0.13) 50%, rgba(255,255,255,0.07) 52%, transparent 65%);
  background-size: 300% 100%; animation: glossSweep 5s ease-in-out infinite;
}
.d2 .gloss { animation-delay: -2.5s; }
@keyframes glossSweep { 0% { background-position: 200% center; } 100% { background-position: -200% center; } }
.diptych-info {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 56px 28px 28px; background: linear-gradient(to top, rgba(12,8,8,0.95), transparent); z-index: 2;
}
.d-part { font-size: 0.58rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--kinomi); margin-bottom: 6px; }
.d-title { font-family: var(--font-display); font-size: 1.5rem; color: var(--washi); line-height: 1.1; }
.al-pricing { text-align: center; }
.al-price { font-family: var(--font-display); font-size: 1.6rem; color: var(--washi); margin-bottom: 8px; }
.al-price-note { font-size: 0.7rem; letter-spacing: 0.14em; color: rgba(244,237,227,0.35); margin-bottom: 28px; }

/* ── BRAND PHILOSOPHY ─────────────────────────────────────────────────── */
.philosophy {
  padding: 200px 56px; background: var(--washi);
  text-align: center; position: relative; overflow: hidden;
}
.philosophy::before {
  content: ''; position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%); width: 700px; height: 700px; border-radius: 50%;
  background: radial-gradient(circle, rgba(196,160,68,0.06) 0%, transparent 68%); pointer-events: none;
}
.phil-jp { font-size: 0.7rem; letter-spacing: 0.4em; text-transform: uppercase; color: var(--kinomi); margin-bottom: 48px; }
.phil-quote {
  font-family: var(--font-display); font-size: clamp(2.2rem, 5vw, 5rem);
  line-height: 1.12; color: var(--sumi); max-width: 860px; margin: 0 auto 44px;
}
.phil-body { font-size: 0.88rem; line-height: 1.95; color: rgba(28,28,28,0.5); max-width: 500px; margin: 0 auto 52px; }

/* ── COLLECTIONS GRID ─────────────────────────────────────────────────── */
.collections { padding: 120px 56px; background: var(--washi); }
.collections .section-heading { color: var(--sumi); margin-bottom: 60px; }
.coll-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto; gap: 4px; }
.coll-tile { position: relative; overflow: hidden; cursor: pointer; aspect-ratio: 4/3; display: block; }
.tile-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 0.7s var(--ease-out); }
.coll-tile:hover .tile-bg { transform: scale(1.04); }
.tile-scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,15,10,0.88) 0%, rgba(20,15,10,0.1) 55%, transparent 100%); transition: opacity 0.4s; }
.coll-tile:hover .tile-scrim { opacity: 0.8; }
.tile-content { position: absolute; bottom: 36px; left: 36px; right: 36px; z-index: 2; }
.tile-label { font-size: 0.6rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--kinomi); margin-bottom: 10px; }
.tile-name { font-family: var(--font-display); font-size: clamp(1.6rem, 3vw, 2.6rem); color: var(--washi); line-height: 1.06; margin-bottom: 20px; }
.tile-cta { display: inline-flex; align-items: center; gap: 10px; font-size: 0.63rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(244,237,227,0.5); transition: color 0.3s; }
.coll-tile:hover .tile-cta { color: var(--washi); }
.tile-arr { display: inline-block; transition: transform 0.35s var(--ease-out); }
.coll-tile:hover .tile-arr { transform: translateX(6px); }
.coll-tile--wide { grid-column: 1 / -1; aspect-ratio: 16/5; }

/* ── RESPONSIVE ─────────────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .bag-inner { grid-template-columns: 1fr; gap: 60px; }
  .al-header { grid-template-columns: 1fr; }
  .coll-grid { grid-template-columns: 1fr; }
  .hero { padding: 0 28px 64px; }
  .bag-section, .tapestry-intro, .al-section, .philosophy, .collections { padding-left: 28px; padding-right: 28px; }
}
@media (max-width: 600px) {
  .tapestry-pin-wrap { height: 80vh; }
  .t-info { left: 28px; right: 28px; bottom: 