@charset "utf-8";

/* HB.Bubble 燈泡水光肌 */

.ff-hbbubble-page {
  padding-top: var(--ff-header-offset, 72px);
  background: var(--ff-white);
}

.ff-hbbubble-intro {
  padding: var(--ff-section-y, 2.75rem) 1.5rem var(--ff-section-y-sm, 2rem);
  text-align: center;
  background: linear-gradient(180deg, var(--ff-rose-pale) 0%, var(--ff-white) 100%);
  border-bottom: 1px solid var(--ff-rose-light);
}

.ff-hbbubble-intro h1 {
  font-family: 'Cormorant Garamond', 'Noto Serif TC', serif;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 400;
  letter-spacing: 0.12em;
  color: var(--ff-rose-deep);
  margin-bottom: 0.75rem;
}

.ff-hbbubble-sub {
  display: inline-block;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  color: var(--ff-white);
  background: var(--ff-rose);
  padding: 0.45rem 1.25rem;
  border-radius: 999px;
  margin-bottom: 1.5rem;
}

.ff-hbbubble-intro .ff-hbbubble-lead {
  margin-bottom: 0;
}

.ff-hbbubble-hero {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 1.5rem 1.25rem;
}

.ff-hbbubble-hero img {
  display: block;
  width: 100%;
  height: auto;
  max-height: var(--ff-hero-max-h, min(46vh, 480px));
  object-fit: contain;
  margin: 0 auto;
  border: 1px solid var(--ff-rose-light);
}

.ff-hbbubble-visual {
  max-width: 820px;
  margin: 2rem auto 0;
}

.ff-hbbubble-visual img {
  width: 100%;
  display: block;
  border: 1px solid var(--ff-rose-light);
}

.ff-hbbubble-visual figcaption {
  text-align: center;
  font-size: 0.75rem;
  color: var(--ff-gray);
  margin-top: 0.65rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.ff-hbbubble-section {
  max-width: 920px;
  margin: 0 auto;
  padding: var(--ff-section-y, 2.75rem) 1.5rem;
}

.ff-hbbubble-section--pale {
  background: linear-gradient(180deg, var(--ff-white) 0%, var(--ff-rose-pale) 100%);
  border-top: 1px solid var(--ff-rose-light);
  border-bottom: 1px solid var(--ff-rose-light);
  max-width: none;
}

.ff-hbbubble-section--pale .ff-hbbubble-inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.ff-hbbubble-section h2 {
  font-size: 1.2rem;
  letter-spacing: 0.14em;
  color: var(--ff-rose-deep);
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 500;
}

.ff-hbbubble-tag {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  color: var(--ff-rose-dark);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.75rem;
}

.ff-hbbubble-lead {
  text-align: center;
  color: var(--ff-gray);
  font-size: 0.88rem;
  line-height: 2;
  max-width: 680px;
  margin: 0 auto 1.25rem;
}

.ff-hbbubble-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}

.ff-hbbubble-cards--3 {
  grid-template-columns: repeat(3, 1fr);
}

.ff-hbbubble-cards--6 {
  grid-template-columns: repeat(3, 1fr);
}

.ff-hbbubble-card {
  background: var(--ff-white);
  border: 1px solid var(--ff-rose-light);
  padding: 1.75rem 1.25rem;
  transition: transform 0.35s, box-shadow 0.35s;
}

.ff-hbbubble-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(213, 139, 139, 0.12);
}

.ff-hbbubble-card h3 {
  font-size: 0.92rem;
  letter-spacing: 0.1em;
  color: var(--ff-rose);
  margin-bottom: 0.65rem;
  text-align: center;
  font-weight: 500;
}

.ff-hbbubble-card p {
  font-size: 0.82rem;
  color: var(--ff-gray);
  line-height: 1.95;
  margin: 0;
  text-align: center;
}

.ff-hbbubble-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
  margin-top: 2rem;
}

.ff-hbbubble-split h3 {
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  color: var(--ff-rose-deep);
  margin-bottom: 1rem;
  font-weight: 500;
}

.ff-hbbubble-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ff-hbbubble-list li {
  position: relative;
  padding-left: 1.1rem;
  margin-bottom: 0.85rem;
  font-size: 0.85rem;
  color: var(--ff-gray);
  line-height: 1.85;
}

.ff-hbbubble-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ff-rose);
}

.ff-hbbubble-list strong {
  color: var(--ff-rose-deep);
  font-weight: 500;
}

.ff-hbbubble-list--center {
  max-width: 520px;
  margin: 0 auto;
}

.ff-hbbubble-split--media {
  align-items: center;
  margin-top: 0;
}

.ff-hbbubble-split--media h2 {
  font-size: 1.2rem;
  letter-spacing: 0.14em;
  color: var(--ff-rose-deep);
  margin-bottom: 1rem;
  font-weight: 500;
  text-align: left;
}

.ff-hbbubble-split--media .ff-hbbubble-tag {
  text-align: left;
  margin-bottom: 0.5rem;
}

.ff-hbbubble-media {
  margin: 0;
}

.ff-hbbubble-media img {
  width: 100%;
  display: block;
  border: 1px solid var(--ff-rose-light);
}

.ff-hbbubble-prose {
  font-size: 0.85rem;
  color: var(--ff-gray);
  line-height: 2;
  margin: 0 0 1rem;
}

.ff-hbbubble-prose strong {
  color: var(--ff-rose-deep);
  font-weight: 500;
}

.ff-hbbubble-link-wrap {
  margin-top: 1rem;
}

.ff-hbbubble-inline-link {
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  color: var(--ff-rose);
  border-bottom: 1px solid var(--ff-rose-light);
  padding-bottom: 0.15rem;
}

.ff-hbbubble-ba-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}

.ff-hbbubble-ba-grid figure {
  margin: 0;
}

.ff-hbbubble-ba-grid img {
  width: 100%;
  display: block;
  border: 1px solid var(--ff-rose-light);
}

.ff-hbbubble-ba-grid figcaption {
  text-align: center;
  font-size: 0.72rem;
  color: var(--ff-gray);
  margin-top: 0.5rem;
  letter-spacing: 0.05em;
}

.ff-hbbubble-highlight {
  background: var(--ff-white);
  border-left: 3px solid var(--ff-rose);
  padding: 1.5rem 1.75rem;
  margin-top: 2rem;
  text-align: center;
}

.ff-hbbubble-highlight p {
  font-size: 0.88rem;
  color: var(--ff-gray);
  line-height: 2;
  margin: 0;
}

.ff-hbbubble-videos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 2rem;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.ff-hbbubble-video {
  margin: 0;
}

.ff-hbbubble-video figcaption {
  text-align: center;
  font-size: 0.75rem;
  color: var(--ff-gray);
  margin-top: 0.6rem;
  letter-spacing: 0.06em;
  min-height: 2.4em;
}

.ff-hbbubble-video video {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  background: #000;
  border: 1px solid var(--ff-rose-light);
}

.ff-hbbubble-video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}

.ff-hbbubble-video-grid figure {
  margin: 0;
}

.ff-hbbubble-video-grid video {
  width: 100%;
  display: block;
  background: #000;
  border: 1px solid var(--ff-rose-light);
}

.ff-hbbubble-video-grid figcaption {
  font-size: 0.68rem;
  color: var(--ff-gray);
  text-align: center;
  margin-top: 0.4rem;
  letter-spacing: 0.04em;
}

.ff-hbbubble-table-wrap {
  overflow-x: auto;
  margin-top: 2rem;
}

.ff-hbbubble-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.82rem;
}

.ff-hbbubble-table th,
.ff-hbbubble-table td {
  border: 1px solid var(--ff-rose-light);
  padding: 0.85rem 1rem;
  text-align: center;
}

.ff-hbbubble-table thead th {
  background: var(--ff-rose-pale);
  color: var(--ff-rose-deep);
  font-weight: 500;
  letter-spacing: 0.06em;
}

.ff-hbbubble-table tbody td:first-child {
  background: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  color: var(--ff-rose-deep);
}

.ff-hbbubble-table .ff-hbbubble-col-highlight {
  background: rgba(213, 139, 139, 0.08);
  color: var(--ff-rose-deep);
}

.ff-hbbubble-products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  max-width: 640px;
  margin: 2rem auto 0;
}

.ff-hbbubble-products img {
  width: 100%;
  display: block;
  border: 1px solid var(--ff-rose-light);
  background: #111;
}

.ff-hbbubble-faq {
  max-width: 680px;
  margin: 0 auto;
}

.ff-hbbubble-faq details {
  border-bottom: 1px solid var(--ff-rose-light);
  padding: 1rem 0;
}

.ff-hbbubble-faq summary {
  cursor: pointer;
  color: var(--ff-rose-deep);
  font-size: 0.88rem;
  letter-spacing: 0.05em;
  list-style: none;
}

.ff-hbbubble-faq summary::-webkit-details-marker {
  display: none;
}

.ff-hbbubble-faq details p {
  color: var(--ff-gray);
  font-size: 0.85rem;
  line-height: 2;
  margin: 0.75rem 0 0;
}

.ff-hbbubble-cta {
  text-align: center;
  margin-top: 2rem;
}

.ff-hbbubble-cta a {
  display: inline-block;
  padding: 0.85rem 2.5rem;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  color: var(--ff-white);
  background: var(--ff-rose-dark);
  border: 1px solid var(--ff-rose-dark);
  transition: background 0.3s, color 0.3s;
}

.ff-hbbubble-cta a:hover {
  background: var(--ff-rose);
  color: var(--ff-white);
}

@media (max-width: 768px) {
  .ff-hbbubble-cards,
  .ff-hbbubble-cards--3,
  .ff-hbbubble-videos,
  .ff-hbbubble-split,
  .ff-hbbubble-split--media,
  .ff-hbbubble-products,
  .ff-hbbubble-ba-grid {
    grid-template-columns: 1fr;
  }

  .ff-hbbubble-section {
    padding: var(--ff-section-y) 1.25rem;
  }
}
