/* ===== BRAND FONTS / RESET ===== */
body {
  font-family: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  color: #1a1a1a;
  background: transparent;
  overflow-x: hidden;
}

h1,
h2,
h3,
.section-title,
.hero-title,
.koonba-logo {
  font-family: "Bungee", "Space Grotesk", sans-serif;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #1a1a1a;
  text-shadow: 0 0 2px rgba(255,255,255,0.4);
}

img {
  user-select: none;
  -webkit-user-drag: none;
}

/* ===== COLOR PALETTE =====
   主色: #C44500 (橘色)
   黑色: #1a1a1a
   白色: #ffffff
   灰色: #808080, #cccccc, #e0e0e0
*/
:root {
  --primary: #C44500;
  --accent: #C44500;
  --gray-light: #e0e0e0;
  --gray: #808080;
  --gray-dark: #555555;
  --bg-grad-start: #ffffff;
  --bg-grad-mid: #f5f5f5;
  --bg-grad-end: #e8e8e8;
  --ink: #1a1a1a;
  --white: #ffffff;
  --hand-outline: 4px solid #1a1a1a;
}

/* ===== PARALLAX BACKGROUND LAYER ===== */
.bg-parallax {
  position: fixed;
  inset: 0;
  background: #fee7d6;
  z-index: -2;
  transition: transform 0.2s ease-out;
  will-change: transform;
  filter: saturate(0.95);
}

/* 半透明白卡讓內容可讀 */
.koonba-main {
  position: relative;
  z-index: 2;
  padding-top: 5rem;
  padding-bottom: 8rem;
}
.page-section {
  display: none;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
/* 桌面版內容容器置中 */
@media (min-width: 768px) {
  .page-section > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .page-section .mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* 確保各頁面容器有適當的最大寬度並置中 */
  #page-home .col-lg-10.col-xl-8.mx-auto {
    max-width: 1140px;
  }
  #page-shop .col-xxl-10.mx-auto {
    max-width: 1320px;
  }
  #page-world .col-xl-10.mx-auto,
  #page-lookbook .col-xl-10.mx-auto {
    max-width: 1140px;
  }
  #page-about .col-xl-8.mx-auto {
    max-width: 960px;
  }
  #page-contact .col-lg-8.mx-auto {
    max-width: 960px;
  }
}
.page-active {
  display: block;
  animation: fadeIn 0.4s ease both;
}

@keyframes fadeIn {
  from {opacity:0; transform:translateY(10px) scale(.98);}
  to {opacity:1; transform:translateY(0) scale(1);}
}

/* ===== NAVBAR ===== */
.koonba-nav {
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1000;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  border-bottom: 3px solid #1a1a1a !important;
}

.koonba-logo {
  font-size: 1.2rem;
  color: #1a1a1a;
  text-decoration: none;
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 0.25rem 0;
}
.koonba-logo .logo-img {
  height: 40px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  display: block;
  transition: transform 0.2s ease;
}
.koonba-logo:hover .logo-img {
  transform: scale(1.05);
}
@media (max-width: 767.98px) {
  .koonba-logo .logo-img {
    height: 32px;
    max-width: 140px;
  }
}

.koonba-burger,
.koonba-burger.navbar-toggler {
  border: 0;
  background: transparent !important;
  padding: .5rem .75rem;
}
.koonba-burger:focus,
.koonba-burger:focus-visible,
.koonba-burger.navbar-toggler:focus,
.koonba-burger.navbar-toggler:active,
.koonba-burger.navbar-toggler:hover {
  background: transparent !important;
  outline: none;
  box-shadow: none;
}
.burger-line {
  display: block;
  width: 26px;
  height: 4px;
  background: #1a1a1a;
  border-radius: 2px;
  margin: 4px 0;
  transition: all .2s;
}
.koonba-burger:not(.collapsed) .burger-line,
.koonba-burger[aria-expanded="true"] .burger-line {
  background: var(--primary);
}
.koonba-burger:active .burger-line,
.koonba-burger:focus .burger-line {
  background: var(--primary);
}

.koonba-menu .nav-link {
  color: #1a1a1a;
  position: relative;
  font-size: .9rem;
  line-height: 1;
  padding: .5rem .75rem;
}
/* 電腦版導覽列間距 */
@media (min-width: 992px) {
  .koonba-menu .nav-item {
    margin-left: .5rem;
    margin-right: .5rem;
  }
  .koonba-menu .nav-link {
    padding: .5rem 1.2rem;
  }
}
.koonba-menu .nav-link.active,
.koonba-menu .nav-link:hover {
  color: #ffffff;
  background: var(--primary);
  border-radius: 8px;
  border: 2px solid #1a1a1a;
  box-shadow: 3px 3px 0 #1a1a1a;
  transition: all .15s;
  cursor: pointer;
}

/* ===== HERO ===== */
.hero-wrapper {
  position: relative;
}
.hero-card {
  background: rgba(255,255,255,.6);
  border-radius: 24px;
  border: 3px solid #1a1a1a;
  box-shadow: 8px 8px 0 rgba(0,0,0,.15), 0 0 40px rgba(130,91,255,.15);
  padding: 2rem 1.5rem;
}
.hero-title {
  font-size: clamp(2rem,2vw+1rem,2.8rem);
  font-weight: 600;
  color: #1a1a1a;
}
.hero-koonba {
  color: #ffffff;
  background: var(--primary);
  padding: 0 .4rem;
  border: 2px solid #1a1a1a;
  border-radius: .4rem;
  box-shadow: 2px 2px 0 #1a1a1a;
  font-size: .8em;
}
.hero-desc {
  font-size: .95rem;
  margin-top: 1rem;
  margin-bottom: 1.2rem;
  color: #1a1a1a;
  line-height: 1.4;
}
.koonba-cta {
  border: 3px solid #1a1a1a !important;
  box-shadow: 4px 4px 0 #1a1a1a;
  font-weight: 600;
  font-size: .9rem;
  border-radius: 10px;
}
.koonba-cta:hover {
  transform: translate(-2px,-2px) rotate(-1deg);
  box-shadow: 8px 8px 0 #1a1a1a;
}

.hero-koonba-frame {
  background: #fff;
  border-radius: 20px;
  padding: 1.5rem;
  position: relative;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(196,69,0,0.1) 0%, transparent 70%),
    radial-gradient(circle at 80% 60%, rgba(128,128,128,0.1) 0%, transparent 70%),
    radial-gradient(circle at 40% 80%, rgba(196,69,0,0.08) 0%, transparent 70%);
  background-size: cover;
  background-blend-mode: normal;
  border: 4px solid #1a1a1a;
  box-shadow: 
    8px 8px 0 rgba(0,0,0,.15),
    0 0 0 1px rgba(196,69,0,0.2),
    inset 0 0 20px rgba(196,69,0,0.05);
  overflow: hidden;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-koonba-frame::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid rgba(196,69,0,0.3);
  border-radius: 16px;
  pointer-events: none;
  z-index: 1;
}
.hero-koonba-frame::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px dashed rgba(196,69,0,0.2);
  border-radius: 12px;
  pointer-events: none;
  z-index: 1;
}
.hero-koonba-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
}
.hero-koonba-frame .hero-koonba-img {
  position: absolute !important;
  width: calc(100% - 3rem) !important;
  height: calc(100% - 3rem) !important;
  top: 1.5rem !important;
  left: 1.5rem !important;
  right: auto !important;
  bottom: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}
.hero-koonba-frame video {
  border-radius: 12px;
  object-fit: cover;
  background: #f5f5f5;
  border: 2px solid #1a1a1a;
  box-shadow: 
    4px 4px 0 rgba(0,0,0,.1),
    0 0 20px rgba(196,69,0,0.2);
  transition: all 0.3s ease;
  position: absolute !important;
  top: 1.5rem !important;
  left: 1.5rem !important;
  right: auto !important;
  bottom: auto !important;
  width: calc(100% - 3rem) !important;
  height: calc(100% - 3rem) !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  z-index: 2;
  display: block !important;
}
.hero-koonba-frame:hover video {
  transform: scale(1.02);
  box-shadow: 
    6px 6px 0 rgba(0,0,0,.15),
    0 0 30px rgba(196,69,0,0.3);
}

.hero-copy-shift-desktop {}
@media (min-width: 992px) {
  /* 首頁左側主文案（電腦版）往右位移一點點 */
  #page-home .hero-card .col-md-6.text-md-start {
    transform: translateX(12px);
  }
}

.tiny-tag {
  margin-top: .75rem;
  display: inline-block;
  background: #fff;
  border: 3px solid #1a1a1a;
  border-radius: 12px;
  padding: .4rem .75rem;
  font-size: .75rem;
  font-weight: 500;
  box-shadow: 4px 4px 0 var(--primary);
  max-width: 220px;
  color:#1a1a1a;
}

/* hero chips */
.chip {
  background: #fff;
  border: 3px solid #1a1a1a;
  border-radius: 50px;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1;
  padding: .6rem 1rem;
  box-shadow: 4px 4px 0 #1a1a1a;
  cursor: pointer;
  user-select: none;
}
.chip:hover {
  transform: translate(-2px,-2px) rotate(-1deg);
  box-shadow: 6px 6px 0 #1a1a1a;
}
.chip-yellow { background: var(--primary); color: #fff; }
.chip-blue { background: var(--gray); color:#fff; }
.chip-pink { background: var(--gray-dark); color: #fff; }

/* ===== SECTION HEADER ===== */
.section-header {
  margin-bottom: 2rem;
  text-align: center;
}
.section-title {
  font-size: clamp(2rem,1vw+1rem,2.4rem);
  display: inline-block;
  background: #fff;
  padding: .4rem .8rem;
  border-radius: .8rem;
  border: 4px solid #1a1a1a;
  box-shadow: 6px 6px 0 var(--primary);
}
.section-desc {
  margin-top: .75rem;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.4;
  color: #1a1a1a;
}

/* ===== COLLECTION ===== */
.filter-pill {
  display: inline-block;
  background: #fff;
  border: 2px solid #1a1a1a;
  border-radius: 30px;
  padding: .4rem .8rem;
  margin-right: .5rem;
  margin-bottom: .5rem;
  font-size: .8rem;
  cursor: pointer;
  font-weight: 600;
  box-shadow: 3px 3px 0 #1a1a1a;
}
@media (min-width: 768px) {
  .filter-pill {
    margin-left: .25rem;
    margin-right: .25rem;
  }
}
.filter-pill.active,
.filter-pill:hover {
  background: var(--primary);
  color: #fff;
  box-shadow: 4px 4px 0 #1a1a1a;
}

.sort-label {
  font-size: .8rem;
  font-weight: 600;
  color: #1a1a1a;
}
.sort-select {
  font-size: .8rem;
  border: 2px solid #1a1a1a;
  border-radius: 8px;
  box-shadow: 3px 3px 0 #1a1a1a;
}

.product-item {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.product-card {
  background: rgba(255,255,255,.8);
  border-radius: 16px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  border: 3px solid #1a1a1a;
  box-shadow: 6px 6px 0 rgba(0,0,0,.15),0 0 30px rgba(196,69,0,.15);
  transition: all .15s;
  position: relative;
}
.product-card:hover {
  transform: translate(-3px,-3px) rotate(-1deg);
  box-shadow: 10px 10px 0 #1a1a1a, 0 0 50px rgba(196,69,0,.2);
}
.product-img-wrap {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  border: 2px solid #1a1a1a;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-badge {
  position: absolute;
  top: .5rem;
  left: .5rem;
  background: #fff;
  border: 2px solid #1a1a1a;
  border-radius: 8px;
  padding: .25rem .5rem;
  font-size: .7rem;
  font-weight: 700;
  box-shadow: 3px 3px 0 #1a1a1a;
}
.badge-new { background: var(--primary); color: #fff; }
.badge-hot { background: var(--gray-dark); color: #fff; }
.badge-limited { background: var(--gray); color:#fff; }

.product-info {
  margin-top: .8rem;
  margin-bottom: .8rem;
}
.product-name {
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.3;
}
.product-price {
  font-size: .85rem;
  font-weight: 500;
}

.btn-add {
  background: var(--primary);
  color: #fff;
  border: 3px solid #1a1a1a;
  border-radius: 10px;
  box-shadow: 4px 4px 0 #1a1a1a;
  font-size: .8rem;
  font-weight: 600;
}
.btn-add:hover {
  background: #fff;
  color: var(--primary);
  border-color: var(--primary);
  transform: translate(-2px,-2px) rotate(-1deg);
  box-shadow: 6px 6px 0 #1a1a1a;
}

.koonba-more {
  border: 3px solid #1a1a1a!important;
  background: #fff!important;
  border-radius: 12px;
  box-shadow: 5px 5px 0 #1a1a1a;
  font-weight: 600!important;
  font-size: .8rem!important;
}
.koonba-more:hover {
  background: var(--primary)!important;
  color: #fff !important;
  transform: translate(-2px,-2px);
  box-shadow: 8px 8px 0 #1a1a1a;
}

/* ===== WORLD ===== */
.world-strip-wrapper {
  background: rgba(255,255,255,.7);
  border: 3px solid #1a1a1a;
  border-radius: 20px;
  box-shadow: 8px 8px 0 rgba(0,0,0,.15),0 0 40px rgba(196,69,0,.2);
  padding: 1rem;
  overflow-x: auto;
  white-space: nowrap;
  position: relative;
}
.world-strip {
  display: inline-flex;
  gap: 1rem;
  user-select: none;
  cursor: grab;
}
.world-panel {
  min-width: 180px;
  max-width: 200px;
  background: #fff;
  border-radius: 16px;
  padding: .75rem;
  border: 3px solid #1a1a1a;
  box-shadow: 5px 5px 0 #1a1a1a;
  text-align: center;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1.3;
  color:#1a1a1a;
  transition: transform .15s;
}
.world-panel:active {
  cursor: grabbing;
}
.world-panel:hover {
  transform: translate(-3px,-3px) rotate(-2deg);
  box-shadow: 8px 8px 0 #1a1a1a,0 0 40px rgba(196,69,0,.25);
}
.world-text {
  font-size: .8rem;
}
.world-hint {
  font-size: .7rem;
  font-weight: 600;
  color: #1a1a1a;
  opacity: .7;
  margin-top: .5rem;
  text-align: center;
  width: 100%;
}

.speech-block {
  background: #fff;
  border-radius: 20px;
  padding: 1.2rem 1rem;
  border: 3px solid #1a1a1a;
  box-shadow: 6px 6px 0 #1a1a1a,0 0 40px rgba(196,69,0,.2);
  max-width: 320px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
  color: #1a1a1a;
}
@media (min-width: 768px) {
  .speech-block {
    margin-left: auto;
    margin-right: auto;
  }
}
.speech-heading {
  font-size: .8rem;
  font-weight: 700;
  background: var(--primary);
  color: #fff;
  border: 2px solid #1a1a1a;
  border-radius: 10px;
  padding: .2rem .5rem;
  display: inline-block;
  box-shadow: 3px 3px 0 #1a1a1a;
  margin-bottom: .5rem;
}
.world-side-img {
  filter: drop-shadow(4px 4px 0 rgba(0,0,0,.2));
  max-height: 260px;
  object-fit: contain;
}

/* ===== LOOKBOOK ===== */
.look-card {
  position: relative;
  background: #fff;
  border-radius: 16px;
  border: 3px solid #1a1a1a;
  box-shadow: 6px 6px 0 #1a1a1a,0 0 50px rgba(196,69,0,.15);
  overflow:hidden;
  transition: all .15s;
}
.hover-glow:hover {
  transform: translate(-3px,-3px) rotate(-1deg) scale(1.02);
  box-shadow: 10px 10px 0 #1a1a1a,0 0 60px rgba(196,69,0,.3);
}
.look-tag {
  position: absolute;
  left: .6rem;
  bottom: .6rem;
  font-size: .7rem;
  font-weight: 700;
  background: #fff;
  padding: .3rem .5rem;
  border-radius: 8px;
  border:2px solid #1a1a1a;
  box-shadow:3px 3px 0 #1a1a1a;
}
.tag-blue { background: var(--primary); color:#fff;}
.tag-yellow { background: var(--gray); color:#fff;}
.tag-pink { background: var(--gray-dark); color:#fff;}

.video-block {
  position: relative;
  border-radius: 20px;
  border: 3px solid #1a1a1a;
  box-shadow: 8px 8px 0 #1a1a1a,0 0 60px rgba(196,69,0,.2);
  overflow: hidden;
  background:#fff;
  cursor:pointer;
}
.video-overlay {
  position: absolute;
  inset:0;
  background: radial-gradient(circle at 50% 50%,rgba(0,0,0,.0) 0%,rgba(0,0,0,.4) 70%);
  color:#fff;
  font-size:1.4rem;
  font-weight:700;
  display:flex;
  justify-content:center;
  align-items:center;
  text-shadow:0 0 10px rgba(0,0,0,.8);
  pointer-events:none;
}

.mini-desc {
  background:#fff;
  border-radius:16px;
  border:3px solid #1a1a1a;
  box-shadow:6px 6px 0 #1a1a1a,0 0 40px rgba(196,69,0,.15);
  padding:1rem;
  font-size:.85rem;
  line-height:1.4;
  font-weight:500;
  color:#1a1a1a;
}
.mini-title {
  font-size:.8rem;
  font-weight:700;
  margin-bottom:.5rem;
  background:var(--primary);
  color: #fff;
  display:inline-block;
  padding:.2rem .5rem;
  border-radius:8px;
  border:2px solid #1a1a1a;
  box-shadow:3px 3px 0 #1a1a1a;
}
.mini-body {
  font-size:.8rem;
}

/* ===== ABOUT ===== */
.about-block {
  background:#fff;
  border-radius:20px;
  border:3px solid #1a1a1a;
  box-shadow:8px 8px 0 #1a1a1a,0 0 50px rgba(196,69,0,.2);
  padding:1rem 1.2rem;
}
.about-heading {
  font-size:1.1rem;
  font-weight:700;
  background:var(--primary);
  color:#fff;
  display:inline-block;
  padding:.3rem .6rem;
  border-radius:10px;
  border:3px solid #1a1a1a;
  box-shadow:4px 4px 0 #1a1a1a;
  margin-bottom:.75rem;
}
.about-text {
  font-size:.9rem;
  line-height:1.5;
  font-weight:500;
}
.about-heading-sm {
  font-size:.9rem;
  font-weight:700;
  background:var(--gray);
  color: #fff;
  padding:.3rem .6rem;
  border-radius:10px;
  border:3px solid #1a1a1a;
  display:inline-block;
  box-shadow:4px 4px 0 #1a1a1a;
  margin-bottom:.5rem;
}
.about-text-sm {
  font-size:.8rem;
  line-height:1.45;
  font-weight:500;
}
.about-img {
  max-height:260px;
  object-fit:contain;
  filter:drop-shadow(8px 8px 0 rgba(0,0,0,.2));
}

/* ===== CONTACT ===== */
.contact-form {
  background:#fff;
  border-radius:20px;
  border:3px solid #1a1a1a;
  box-shadow:8px 8px 0 #1a1a1a,0 0 50px rgba(196,69,0,.15);
  padding:1rem 1.2rem;
  font-size:.8rem;
}
/* CONTACT: 隱藏表單整欄並置中左側內容 */
@supports(selector(:has(*))) {
  #page-contact .row.g-4 > .col-md-6:has(> .contact-form) {
    display: none !important;
  }
}
@media (min-width: 768px) {
  #page-contact .row.g-4 > .col-md-6.text-center {
    flex: 0 0 100%;
    max-width: 100%;
    align-items: center;
  }
}
.contact-social {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* CONTACT: 縮小上方示意圖片尺寸並置中 */
#page-contact .col-md-6.text-center img.img-fluid.w-75.mx-auto.mb-3 {
  width: 100% !important;
  max-width: clamp(200px, 45vw, 320px) !important;
  height: auto !important;
}
.form-label {
  font-size:.8rem;
  font-weight:600;
  color:#1a1a1a;
}
.form-control {
  border:2px solid #1a1a1a;
  border-radius:10px;
  font-size:.8rem;
  box-shadow:3px 3px 0 #1a1a1a;
}
.form-control:focus {
  border-color:var(--primary);
  box-shadow:3px 3px 0 #1a1a1a,0 0 8px rgba(196,69,0,.4);
}

.koonba-submit {
  border:3px solid #1a1a1a!important;
  border-radius:12px;
  box-shadow:5px 5px 0 #1a1a1a;
  font-size:.8rem!important;
  font-weight:600!important;
}
.koonba-submit:hover {
  background:var(--primary)!important;
  color:#fff!important;
  transform:translate(-2px,-2px) rotate(-1deg);
  box-shadow:8px 8px 0 #1a1a1a;
}

.contact-social {
  background:#fff;
  border-radius:20px;
  border:3px solid #1a1a1a;
  box-shadow:8px 8px 0 #1a1a1a,0 0 40px rgba(255,188,217,.4);
  padding:1rem 1.2rem;
  font-weight:600;
  font-size:.85rem;
  line-height:1.4;
}
.small-title {
  font-size:.8rem;
  background:var(--primary);
  color: #fff;
  border:2px solid #1a1a1a;
  border-radius:8px;
  padding:.2rem .5rem;
  box-shadow:3px 3px 0 #1a1a1a;
  display:inline-block;
}
.social-row {
  font-size:1rem;
  margin-top:.5rem;
}
.small-hint {
  font-size:.7rem;
  opacity:.7;
  margin-top:.5rem;
}

/* ===== FOOTER ===== */
.koonba-footer {
  position: relative;
  z-index: 3;
  padding-bottom: 4rem;
  font-size:.75rem;
  font-weight:600;
  line-height:1.4;
  color:#1a1a1a;
}
.footer-inner {
  display:inline-block;
  background:#fff;
  border:3px solid #1a1a1a;
  border-radius:20px;
  box-shadow:8px 8px 0 #1a1a1a,0 0 40px rgba(0,0,0,.15);
  padding:1rem 1.2rem;
}
.footer-line-1 {
  background:var(--primary);
  color: #fff;
  border:2px solid #1a1a1a;
  border-radius:10px;
  display:inline-block;
  padding:.2rem .5rem;
  box-shadow:4px 4px 0 #1a1a1a;
  margin-bottom:.5rem;
  font-size:.8rem;
}
.footer-line-2 {
  font-size:.7rem;
  opacity:.7;
}

/* ===== HAND DRAWN OUTLINE HELPER ===== */
.hand-drawn-outline {
  position: relative;
}
.hand-drawn-outline::after {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 3px dashed rgba(26,26,26,0.15);
  mix-blend-mode: multiply;
  filter: drop-shadow(0 0 2px rgba(0,0,0,.15));
  border-image-slice: 1;
  border-width: 3px;
  border-spacing: 4px;
  opacity:.4;
}

/* ===== SPEECH BUBBLE ANIM ===== */
.bubble-pop {
  animation: bubblePop 2s infinite;
}
@keyframes bubblePop {
  0%,100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-4px) scale(1.03) rotate(-1deg); }
}

/* ===== CURSOR FOLLOW STICKER ===== */
.cursor-sticker {
  position: fixed;
  top: 0;
  left: 0;
  width: 130px;
  height: 130px;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: transform 0.12s linear;
  filter: drop-shadow(4px 4px 0 rgba(0,0,0,.4));
}
.cursor-sticker img,
.cursor-sticker video,
.cursor-sticker .cursor-sticker-video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  border-radius: 16px;
  border:3px solid #1a1a1a;
  background:#fff;
  object-fit: cover;
  display: block;
}
.cursor-sticker .bubble {
  position: absolute;
  left: -10px;
  bottom: -18px;
  font-size: .7rem;
  font-weight:600;
  background: var(--primary);
  color: #fff;
  border:2px solid #1a1a1a;
  border-radius:8px;
  padding:.2rem .4rem;
  line-height:1.2;
  box-shadow:3px 3px 0 #1a1a1a;
  white-space: nowrap;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 767.98px) {
  .hero-koonba-frame {
    max-width: 280px;
    padding: 1rem;
  }
  .hero-koonba-frame video,
  .hero-koonba-frame .hero-koonba-img {
    top: 1rem !important;
    left: 1rem !important;
    right: auto !important;
    bottom: auto !important;
    width: calc(100% - 2rem) !important;
    height: calc(100% - 2rem) !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }
  /* COLLECTION 頁面產品圖片在手機版強制為正方形 */
  .product-img-wrap {
    aspect-ratio: 1;
    min-height: 0;
    height: auto;
  }
  /* LOOKBOOK 頁面中 NAP-CORE STYLE 和 TAG #KOONBASTYLE 區塊在手機版增加間距 */
  .col-lg-4 .mini-desc + .mini-desc {
    margin-top: 1.5rem;
  }
  /* WORLD 頁面拖曳區塊在手機版右側增加間距 */
  .world-strip {
    padding-right: 0.4rem;
  }
  .tiny-tag { font-size:.7rem; }
  .section-title { box-shadow:4px 4px 0 var(--primary); }
  .world-panel { min-width:150px; max-width:160px; }
  .cursor-sticker { display:none!important; }
}
