@charset "UTF-8";
/* ===================================================
   ENTRY POINT
   =================================================== */
/* Global Utilities */
/* settings */
/* =========================================
   Design System Tokens
   ========================================= */
/* Colors (grayscale base) */
/* Typography */
/* Spacing scale */
/* Radius */
/* Layout */
/* Breakpoints */
/* Motion */
/* Z-index (keep minimal) */
/* Focus */
/* Header */
/* Shadows */
/* ===================================================
   ENTRY POINT
   =================================================== */
/* Global Utilities */
/* settings */
/* Media query helpers */
/* Container */
/* Button reset */
/* Focus ring */
/* Visually hidden (for a11y) */
/* Shadow */
/* ===================================================
   ENTRY POINT
   =================================================== */
/* Global Utilities */
/* settings */
/* px -> rem */
/**
 * Fluid size: clamp(min, fluid, max)
 * $min/$max: px
 * $min-vw/$max-vw: viewport range (px)
 */
/* ===================================================
   ENTRY POINT
   =================================================== */
/* Global Utilities */
/* settings */
/* Typography styles map */
/* Mixin: apply type style */
/* foundation */
/* =========================================
   Reset (minimal, safe for WP)
   ========================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  margin: 0 !important;
}

body {
  margin: 0;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

div,
button,
a,
[role=button] {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* ===================================================
   ENTRY POINT
   =================================================== */
/* Global Utilities */
/* settings */
body {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #272727;
  background: #fff;
}

/* Link default */
a {
  text-decoration: none;
}

/* Better focus */
:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}
/* ===================================================
   ENTRY POINT
   =================================================== */
/* Global Utilities */
/* settings */
h1 {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(1.875rem, 1.5909090909rem + 1.2121212121vw, 2.5rem);
  line-height: 1.15;
  letter-spacing: 1.2px;
  font-weight: 900;
  color: #111;
  margin: 0;
}

h2 {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(1.625rem, 1.3977272727rem + 0.9696969697vw, 2.125rem);
  line-height: 1.18;
  letter-spacing: 1.2px;
  font-weight: 900;
  color: #111;
  margin: 0;
}

h3 {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(1.25rem, 1.1079545455rem + 0.6060606061vw, 1.5625rem);
  line-height: 1.22;
  letter-spacing: 1.1px;
  font-weight: 900;
  color: #111;
  margin: 0;
}

p {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.9375rem, 0.9090909091rem + 0.1212121212vw, 1rem);
  line-height: 1.6;
  letter-spacing: 0.5px;
  font-weight: 400;
  margin: 0;
  color: #272727;
}

small {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.75rem, 0.7215909091rem + 0.1212121212vw, 0.8125rem);
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #666;
}

/* utilities */
/* ===================================================
   ENTRY POINT
   =================================================== */
/* Global Utilities */
/* settings */
/* Container utility */
.u-container {
  width: min(1280px, 100%);
  margin-inline: auto;
  box-sizing: border-box;
  padding-inline: 18px;
}

.u-container--padded {
  width: min(1280px, 100%);
  margin-inline: auto;
  box-sizing: border-box;
  padding: 64px 18px;
}

/* Vertical stack */
.u-stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* Horizontal cluster */
.u-cluster {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
}

/* ===================================================
   ENTRY POINT
   =================================================== */
/* Global Utilities */
/* settings */
.u-h1 {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(1.875rem, 1.5909090909rem + 1.2121212121vw, 2.5rem);
  line-height: 1.15;
  letter-spacing: 1.2px;
  font-weight: 900;
}

.u-h2 {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(1.625rem, 1.3977272727rem + 0.9696969697vw, 2.125rem);
  line-height: 1.18;
  letter-spacing: 1.2px;
  font-weight: 900;
}

.u-h3 {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(1.25rem, 1.1079545455rem + 0.6060606061vw, 1.5625rem);
  line-height: 1.22;
  letter-spacing: 1.1px;
  font-weight: 900;
}

.u-title {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(1.125rem, 1.0681818182rem + 0.2424242424vw, 1.25rem);
  line-height: 1.25;
  letter-spacing: 1.1px;
  font-weight: 900;
}

.u-body {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.9375rem, 0.9090909091rem + 0.1212121212vw, 1rem);
  line-height: 1.6;
  letter-spacing: 0.5px;
  font-weight: 400;
}

.u-caption {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.75rem, 0.7215909091rem + 0.1212121212vw, 0.8125rem);
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 400;
}

.u-ui {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.75rem, 0.7215909091rem + 0.1212121212vw, 0.8125rem);
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-weight: 500;
}

/* ===================================================
   ENTRY POINT
   =================================================== */
/* Global Utilities */
/* settings */
/* Truncate */
.u-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.u-text-center {
  text-align: center;
}

.u-muted {
  color: #666;
}

/* components */
/* ===================================================
   ENTRY POINT
   =================================================== */
/* Global Utilities */
/* settings */
@keyframes slidePass {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(200%);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.neo-btn {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  font: inherit;
  color: inherit;
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.75rem, 0.7215909091rem + 0.1212121212vw, 0.8125rem);
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border-radius: 4px;
  background: #111;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: background-color 0.3s ease, scale 0.2s ease, transform 0.2s ease;
}
.neo-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.12);
  z-index: 2;
  pointer-events: none;
}
.neo-btn:hover {
  scale: 1.02;
  background-color: #1e1e1e;
}
.neo-btn:hover::before {
  animation: slidePass 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.neo-btn:active {
  transform: scale(0.97);
}
.neo-btn.is-animated {
  opacity: 0;
  animation: fadeInUp 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation-delay: 0.4s;
}

/* ===================================================
   ENTRY POINT
   =================================================== */
/* Global Utilities */
/* settings */
.neo-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  color: #272727;
}
.neo-card .neo-card-media {
  position: relative;
  aspect-ratio: 4/3;
  background: #eee;
  overflow: hidden;
}
.neo-card .neo-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.neo-card .neo-card-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 0;
}
.neo-card .neo-card-title {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  color: #111;
}
.neo-card .neo-card-meta {
  font-size: 14px;
  color: #666;
}
.neo-card .neo-card-arrow {
  margin-top: 10px;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  background: #111;
  color: #fff;
}

/* ===================================================
   ENTRY POINT
   =================================================== */
/* Global Utilities */
/* settings */
/* 03-components/_c-section_heading.scss */
.neo-section-heading {
  margin: 0 auto 48px;
  max-width: 860px;
}
.neo-section-heading--center {
  text-align: center;
}
.neo-section-heading--left {
  text-align: left;
  margin-left: 0;
}
.neo-section-heading__subtitle {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.75rem, 0.7215909091rem + 0.1212121212vw, 0.8125rem);
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-weight: 500;
  margin: 0 0 10px;
  color: #272727;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
}
.neo-section-heading__title {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(1.25rem, 1.1079545455rem + 0.6060606061vw, 1.5625rem);
  line-height: 1.22;
  letter-spacing: 1.1px;
  font-weight: 900;
  margin: 0;
  text-wrap: balance;
}
.neo-section-heading__content {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.9375rem, 0.9090909091rem + 0.1212121212vw, 1rem);
  line-height: 1.6;
  letter-spacing: 0.5px;
  font-weight: 400;
  margin-top: 18px;
  color: #272727;
}

/* ===================================================
   ENTRY POINT
   =================================================== */
/* Global Utilities */
/* settings */
.neo-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
}
.neo-checkbox input[type=checkbox] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  background: #fff;
  display: grid;
  place-items: center;
  transition: background 150ms ease, border-color 150ms ease;
}
.neo-checkbox input[type=checkbox]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.neo-checkbox input[type=checkbox]::after {
  content: "";
  width: 9px;
  height: 9px;
  transform: scale(0);
  transition: transform 150ms ease;
  background: #111;
  border-radius: 1px;
}
.neo-checkbox input[type=checkbox]:checked {
  border-color: #111;
}
.neo-checkbox input[type=checkbox]:checked::after {
  transform: scale(1);
}
.neo-checkbox .neo-checkbox-label {
  font-size: 18px;
  color: #111;
}

/* 如果你目前的 HTML 沒有 .neo-checkbox 包裹，至少讓 filter 內的 checkbox 也長一致 */
.neo-filter .neo-filter-item input[type=checkbox] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  background: #fff;
  display: grid;
  place-items: center;
  transition: background 150ms ease, border-color 150ms ease;
}

.neo-filter .neo-filter-item input[type=checkbox]::after {
  content: "";
  width: 9px;
  height: 9px;
  transform: scale(0);
  transition: transform 150ms ease;
  background: #111;
  border-radius: 1px;
}

.neo-filter .neo-filter-item input[type=checkbox]:checked {
  border-color: #111;
}

.neo-filter .neo-filter-item input[type=checkbox]:checked::after {
  transform: scale(1);
}

.neo-filter .neo-filter-item input[type=checkbox]:focus-visible {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

/* ===================================================
   ENTRY POINT
   =================================================== */
/* Global Utilities */
/* settings */
.neo-filter {
  position: sticky;
  top: 0;
  padding-top: 10px;
}
.neo-filter .neo-filter-title {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 10px;
  color: #111;
}
.neo-filter .neo-filter-group {
  padding: 14px 0;
}
.neo-filter .neo-filter-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
  font-size: 18px;
  color: #111;
}
.neo-filter .neo-filter-hint {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.75rem, 0.7215909091rem + 0.1212121212vw, 0.8125rem);
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #666;
  margin: 14px 0;
}
.neo-filter .neo-filter-divider {
  border-top: 1px solid #e6e6e6;
}
.neo-filter .neo-filter-actions {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}
.neo-filter .neo-reset {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  font: inherit;
  color: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  color: #111;
  cursor: pointer;
  transition: background 150ms ease;
}
.neo-filter .neo-reset:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.neo-filter .neo-reset:hover {
  background: #f5f5f5;
}
.neo-filter .neo-reset-strong {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  font: inherit;
  color: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 4px;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  font-weight: 900;
  cursor: pointer;
  transition: opacity 150ms ease;
}
.neo-filter .neo-reset-strong:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.neo-filter .neo-reset-strong:hover {
  opacity: 0.92;
}

/* Filter 區塊在 mobile 時改成非 sticky（避免佔滿） */
@media (max-width: 960px) {
  .neo-filter {
    position: relative;
    top: auto;
    padding-top: 0;
  }
}
/* ===================================================
   ENTRY POINT
   =================================================== */
/* Global Utilities */
/* settings */
.neo-grid-spinner {
  position: absolute;
  inset: 0;
  display: none;
  place-items: center;
  pointer-events: none;
}
.neo-grid-spinner::after {
  content: "";
  width: 28px;
  height: 28px;
  border: 2px solid #e6e6e6;
  border-top-color: #111;
  border-radius: 50%;
  animation: neo-spin 0.8s linear infinite;
}

@keyframes neo-spin {
  to {
    transform: rotate(360deg);
  }
}
/* ===================================================
   ENTRY POINT
   =================================================== */
/* Global Utilities */
/* settings */
.neo-tabs-wrap .neo-page-title {
  margin: 10px 0 18px;
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0.5px;
  color: #111;
}

.neo-tabs {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 14px;
  padding: 0 0 18px;
  border-bottom: 1px solid #e6e6e6;
}
.neo-tabs .neo-tab {
  display: block;
  padding: 14px 10px 12px;
  border: 1px solid transparent;
  background: transparent;
  color: #111;
  transition: background 150ms ease;
  cursor: pointer;
}
.neo-tabs .neo-tab:hover {
  background: #f5f5f5;
}
.neo-tabs .neo-tab.is-active {
  background: #f5f5f5;
}
.neo-tabs .neo-tab .neo-tab-icon {
  display: grid;
  place-items: center;
  margin: 0 auto 8px;
  width: 56px;
  height: 56px;
}
.neo-tabs .neo-tab .neo-tab-label {
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  color: #111;
}

@media (max-width: 960px) {
  .neo-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }
}
/* ===================================================
   ENTRY POINT
   =================================================== */
/* Global Utilities */
/* settings */
/* -----------------------------------------
   Gallery
----------------------------------------- */
.neo-gallery {
  margin: 0;
  width: 100%;
  min-width: 0;
}
@media (max-width: 768px) {
  .neo-gallery {
    width: min(100%, 52vh);
    margin: 0 auto;
  }
}
.neo-gallery__stage {
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
  aspect-ratio: 1/1;
  display: grid;
  place-items: stretch;
}
@media (max-width: 768px) {
  .neo-gallery__stage {
    width: min(100%, 52vh);
  }
}
.neo-gallery__viewport {
  width: 100%;
  height: 100%;
  overflow: hidden;
  touch-action: pan-y;
}
.neo-gallery__track {
  height: 100%;
  display: flex;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  transition: transform 220ms ease;
}
.neo-gallery__slide {
  flex: 0 0 100%;
  min-width: 100%;
  height: 100%;
  place-items: center;
}
.neo-gallery__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
}
.neo-gallery__arrow {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  font: inherit;
  color: inherit;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #111;
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.neo-gallery__arrow:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.neo-gallery__arrow.is-prev {
  left: 18px;
  transform: translateY(-50%) rotate(180deg);
}
.neo-gallery__arrow.is-next {
  right: 18px;
}
.neo-gallery__arrow svg {
  width: 16px;
  height: 16px;
  display: block;
}
@media (max-width: 480px) {
  .neo-gallery__arrow {
    width: 34px;
    height: 34px;
  }
  .neo-gallery__arrow.is-prev {
    left: 14px;
  }
  .neo-gallery__arrow.is-next {
    right: 14px;
  }
}
.neo-gallery__zoom {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  font: inherit;
  color: inherit;
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #fff;
  color: #111;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0px 4px 14px rgba(25, 33, 61, 0.14);
}
.neo-gallery__zoom:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.neo-gallery__zoom svg {
  width: 14px;
  height: 14px;
  display: block;
}
@media (max-width: 480px) {
  .neo-gallery__zoom {
    width: 34px;
    height: 34px;
    right: 14px;
    bottom: 14px;
  }
}
.neo-gallery__thumbs {
  margin-top: 18px;
  display: flex;
  gap: 14px;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  overscroll-behavior-x: contain;
  scrollbar-gutter: stable;
  scrollbar-width: none;
}
.neo-gallery__thumbs::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .neo-gallery__thumbs {
    gap: 10px;
    margin-top: 14px;
  }
}
.neo-gallery__thumb {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  font: inherit;
  color: inherit;
  scroll-snap-align: center;
  flex: 0 0 auto;
  width: 80px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 2px;
  background: #f5f5f5;
  cursor: pointer;
  border: 1px solid transparent;
}
.neo-gallery__thumb:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
@media (max-width: 768px) {
  .neo-gallery__thumb {
    width: 60px;
  }
}
@media (max-width: 480px) {
  .neo-gallery__thumb {
    width: 50px;
  }
}
.neo-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  opacity: 0.55;
  transition: opacity 150ms ease;
}
.neo-gallery__thumb.is-active {
  border-color: #111;
}
.neo-gallery__thumb.is-active img {
  opacity: 1;
}

/* ===================================================
   ENTRY POINT
   =================================================== */
/* Global Utilities */
/* settings */
/* 03-components/_c-product_carousel.scss */
.product-carousel {
  padding: calc(64px + 18px) 0;
  background: #f5f5f5;
}
.product-carousel-inner {
  width: min(1280px, 100%);
  margin-inline: auto;
  box-sizing: border-box;
  padding: 0 24px;
}
.product-carousel-header {
  text-align: center;
  margin-bottom: 48px;
}
.product-carousel-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .product-carousel-main {
    padding: 0 60px;
  }
}
.product-carousel-content {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.9375rem, 0.9090909091rem + 0.1212121212vw, 1rem);
  line-height: 1.6;
  letter-spacing: 0.5px;
  font-weight: 400;
  max-width: min(900px, 80%);
  margin: auto;
  text-align: center;
}
@media (max-width: 768px) {
  .product-carousel-content {
    max-width: 100%;
    text-align: left;
  }
}
.product-carousel-track-wrapper {
  position: relative;
  overflow: hidden;
  width: calc(3 * 280px + 2 * 24px);
  flex: 0 0 auto;
}
@media (max-width: 1024px) {
  .product-carousel-track-wrapper {
    width: calc(2 * 280px + 1 * 24px);
  }
}
@media (max-width: 768px) {
  .product-carousel-track-wrapper {
    width: 280px;
  }
}
@media (max-width: 480px) {
  .product-carousel-track-wrapper {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
}
.product-carousel-track {
  display: flex;
  gap: 24px;
  transition: transform 220ms ease;
  will-change: transform;
}
.product-carousel-slide {
  flex: 0 0 280px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .product-carousel-slide {
    flex: 0 0 100%;
    max-width: 350px;
  }
}
.product-carousel-image {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 8px;
}
.product-carousel-image img {
  width: 100%;
  height: 100%;
  display: block;
  transform: scale(1);
  transition: transform 220ms ease;
  will-change: transform;
}
.product-carousel-image img[data-fit=contain] {
  object-fit: contain;
}
.product-carousel-image img[data-fit=cover] {
  object-fit: cover;
}
.product-carousel-slide:hover .product-carousel-image img {
  transform: scale(1.04);
}
.product-carousel-slide-title {
  margin-top: 14px;
  text-align: center;
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.75rem, 0.7215909091rem + 0.1212121212vw, 0.8125rem);
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-weight: 600;
  color: #111;
}
.product-carousel-slide-info {
  padding: 0;
}
.product-carousel-arrow {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  font: inherit;
  color: inherit;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #111;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  transition: background-color 220ms ease, transform 150ms ease;
}
.product-carousel-arrow:hover {
  background: #272727;
  transform: scale(1.02);
}
.product-carousel-arrow:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.product-carousel-arrow.prev {
  order: -1;
}
.product-carousel-arrow.next {
  order: 1;
}
@media (max-width: 480px) {
  .product-carousel-arrow {
    width: 30px;
    height: 30px;
  }
}
.product-carousel-footer {
  text-align: center;
  margin-top: 32px;
}

/* ===================================================
   ENTRY POINT
   =================================================== */
/* Global Utilities */
/* settings */
.neo-pagination {
  display: flex;
  gap: 6px;
  justify-content: center;
  padding: 32px;
}
.neo-pagination a,
.neo-pagination span {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.75rem, 0.7215909091rem + 0.1212121212vw, 0.8125rem);
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-weight: 500;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6e6e6;
  color: #111;
  border-radius: 4px;
}
.neo-pagination a {
  transition: background 150ms ease;
}
.neo-pagination a:hover {
  background: #f5f5f5;
}
.neo-pagination .current {
  border-color: #111;
  background: #111;
  color: #fff;
  font-weight: 900;
}

/* ===================================================
   ENTRY POINT
   =================================================== */
/* Global Utilities */
/* settings */
body.neo-hdrop--open {
  overflow: hidden;
  touch-action: none;
}

.neo-hdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: var(--neo-hdrop-offset, 72px);
  bottom: 0;
  z-index: 99999;
  color: #111;
  /* Scrim */
}
.neo-hdrop[hidden] {
  display: none;
}
.neo-hdrop__scrim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  transition: opacity 220ms ease;
}
.neo-hdrop__panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
  transform: translateY(-10px);
  opacity: 0;
  transition: transform 220ms ease, opacity 220ms ease;
}
.neo-hdrop.is-open .neo-hdrop__scrim {
  opacity: 1;
}
.neo-hdrop.is-open .neo-hdrop__panel {
  transform: translateY(0);
  opacity: 1;
}
.neo-hdrop__container {
  width: min(980px, 100%);
  margin-inline: auto;
  box-sizing: border-box;
  padding: clamp(1rem, 0.7727272727rem + 0.9696969697vw, 1.5rem) 24px clamp(1.125rem, 0.7272727273rem + 1.696969697vw, 2rem);
}
@media (max-width: 768px) {
  .neo-hdrop__container {
    padding-inline: 18px;
  }
}
.neo-hdrop__bar {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 14px;
  align-items: center;
  padding-block: 10px;
  border-bottom: 1px solid #e6e6e6;
}
.neo-hdrop__icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  color: #666;
}
.neo-hdrop__input {
  width: 100%;
  border: 0;
  outline: none;
  background: transparent;
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(1.125rem, 1.0681818182rem + 0.2424242424vw, 1.25rem);
  line-height: 1.25;
  letter-spacing: 1.1px;
  font-weight: 900;
  color: #111;
}
.neo-hdrop__input::placeholder {
  color: #272727;
  opacity: 0.5;
}
.neo-hdrop__input:focus-visible {
  outline: none;
  box-shadow: none !important;
}
.neo-hdrop__body {
  padding-top: 18px;
}
.neo-hdrop__title {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.75rem, 0.7215909091rem + 0.1212121212vw, 0.8125rem);
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.neo-hdrop__links {
  display: grid;
  gap: 6px;
  max-width: 420px;
}
@media (max-width: 768px) {
  .neo-hdrop__links {
    max-width: 100%;
  }
}
.neo-hdrop__link {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.75rem, 0.7215909091rem + 0.1212121212vw, 0.8125rem);
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-weight: 500;
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: center;
  padding: 10px 14px;
  border-radius: 4px;
  color: #272727;
  transition: background 150ms ease, color 150ms ease;
}
.neo-hdrop__link:hover {
  background: #f5f5f5;
  color: #111;
}
.neo-hdrop__chev {
  color: #666;
  display: flex;
  justify-content: center;
}

/* ===================================================
   ENTRY POINT
   =================================================== */
/* Global Utilities */
/* settings */
/* Case Cards Container (single-knowledge) */
.single-article .neo-customize-panel__bottom {
  background: #f5f5f5;
  margin: 64px calc(-50vw + 50%) -64px;
  padding: 24px calc(50vw - 50% + 24px) 48px;
}

/* Case Cards Grid */
.c-case-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

/* Case Card */
.c-case-card {
  border-radius: 0;
  overflow: hidden;
  cursor: pointer;
}
.c-case-card__media {
  background: #eee;
  overflow: hidden;
  aspect-ratio: 16/9;
  border-radius: 12px;
}
.c-case-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: transform 220ms ease;
}
.c-case-card:hover img {
  transform: scale(1.025);
}
.c-case-card:hover h4 {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.c-case-card__body {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
}
.c-case-card__title {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.9375rem, 0.9090909091rem + 0.1212121212vw, 1rem);
  line-height: 1.6;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #111;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.c-case-card__arrow {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: #222;
  color: #f5f5f5;
  text-decoration: none;
  cursor: pointer;
}

/* RWD */
@media (max-width: 768px) {
  .c-case-cards {
    grid-template-columns: 1fr;
  }
  .c-case-card__media img {
    height: 220px;
  }
}
/* layouts */
/* ===================================================
   ENTRY POINT
   =================================================== */
/* Global Utilities */
/* settings */
/* =========================================
   Site Header
   ========================================= */
body {
  padding-top: 64px;
}

.site-header {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  position: fixed;
  top: 0;
  z-index: 100;
  height: 64px;
  box-sizing: border-box;
}

.header-inner {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 20px;
}
@media (max-width: 960px) {
  .header-inner {
    display: flex;
    justify-content: space-between;
    padding: 0 16px;
  }
}

/* Logo */
.site-logo {
  min-width: 0;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.site-logo__link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}
.site-logo .custom-logo {
  display: block;
  width: auto;
  height: 28px;
}

/* Nav */
.site-nav {
  min-width: 0;
  margin: 0 auto 0 0;
}
.site-nav .site-nav__list,
.site-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.2vw, 24px);
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: nowrap;
  overflow: hidden;
}
.site-nav a {
  text-decoration: none;
  color: #111;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  transition: opacity 150ms ease;
}
.site-nav a:hover {
  opacity: 0.7;
}

/* Actions */
.site-actions {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.site-actions button {
  cursor: pointer;
}

.header-icon-btn {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  font: inherit;
  color: inherit;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  background: #f5f5f5;
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 150ms ease;
}
.header-icon-btn:hover {
  opacity: 0.85;
}

.header-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 16px;
  border-radius: 4px;
  background: #111;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
  font-size: 14px;
  transition: opacity 150ms ease;
}
.header-contact-btn .btn-icon {
  display: none;
}
.header-contact-btn:hover {
  opacity: 0.9;
}
@media (max-width: 1100px) {
  .header-contact-btn {
    width: 40px;
    padding: 0;
  }
  .header-contact-btn .btn-text {
    display: none;
  }
  .header-contact-btn .btn-icon {
    display: flex;
  }
}

.mobile-menu-toggle {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  font: inherit;
  color: inherit;
  display: none;
  width: 44px;
  height: 44px;
}
@media (max-width: 960px) {
  .mobile-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
.mobile-menu-toggle .icon--close {
  display: none;
}
.mobile-menu-toggle.active .icon--menu {
  display: none;
}
.mobile-menu-toggle.active .icon--close {
  display: block;
}

/* ========= RWD & Mobile Menu ========= */
@media (max-width: 960px) {
  .site-nav {
    display: none;
  }
  .site-nav.active {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 64px;
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
    animation: headerFadeIn 150ms ease;
    height: calc(100vh - 64px);
  }
  .site-nav.active .site-nav__list,
  .site-nav.active ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 10px 16px;
  }
  .site-nav.active a {
    font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
    font-size: clamp(0.875rem, 0.8465909091rem + 0.1212121212vw, 0.9375rem);
    line-height: 1.5;
    letter-spacing: 0.5px;
    font-weight: 400;
    display: block;
    width: 100%;
    padding: 14px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .site-nav.active a[href*="/contact/"] {
    background: transparent !important;
    color: #111 !important;
    font-weight: 400 !important;
    padding: 14px 10px !important;
  }
  .site-nav.active a:hover {
    background: #f9f9f9;
  }
  .site-nav.active li {
    width: 100%;
  }
  .site-nav.active li:last-child a {
    border-bottom: none;
  }
  .site-logo .custom-logo {
    height: 24px;
  }
}
@keyframes headerFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.site-footer {
  background: #222;
  color: #fff;
}

.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 40px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 40px;
}

.footer-logo {
  font-weight: bold;
  margin-bottom: 12px;
}
.footer-logo svg {
  width: 150px;
  height: 30px;
}

.footer-company {
  font-size: 14px;
  opacity: 0.8;
  margin-bottom: 20px;
}

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

.footer-social a {
  width: 24px;
  height: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-title {
  font-weight: bold;
  margin-bottom: 16px;
}

.footer-column a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 14px;
  opacity: 0.85;
}

.footer-column a:hover {
  opacity: 1;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  padding: 20px;
  font-size: 13px;
}

.footer-bottom a {
  color: #fff;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

/* 手機版 RWD */
@media (max-width: 768px) {
  .footer-inner {
    grid-template-columns: 1fr;
    padding: 40px 20px;
    gap: 30px;
  }
  .footer-brand {
    grid-column: 1;
    margin-bottom: 10px;
  }
  /* footer-column 兩兩並排 */
  .footer-column {
    grid-column: span 1;
  }
  .footer-inner > .footer-column:nth-child(2),
  .footer-inner > .footer-column:nth-child(3) {
    grid-column: span 1;
  }
  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
}
/* ===================================================
   ENTRY POINT
   =================================================== */
/* Global Utilities */
/* settings */
/* =========================================================
   Page Hero (Parallax)
   - Background parallax uses background-attachment: fixed (desktop)
   - Mobile disables fixed for stability
========================================================= */
.hero {
  position: relative;
  overflow: hidden;
  min-height: clamp(400px, 100vh, 780px);
  background-color: #000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  align-items: center;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.5));
}

.hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  color: #fff;
  text-align: left;
  display: grid;
  gap: 12px;
}

.hero__title {
  margin: 0;
  font-weight: 900;
  font-style: italic;
  font-size: clamp(28px, 10vw, 60px);
  line-height: 1.15;
  letter-spacing: 0.06em;
  color: #fff;
  text-transform: uppercase;
}

.hero__subtitle {
  margin: 0;
  font-weight: 600;
  font-size: clamp(16px, 4vw, 20px);
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
}

.hero__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  max-width: 64ch;
  letter-spacing: 0.03em;
  color: #fff;
}

/* Mobile/Tablet: disable fixed to avoid iOS/Safari issues */
@media (max-width: 900px) {
  .hero {
    background-attachment: scroll;
    min-height: 80vh;
  }
  .hero__content {
    padding: 44px 16px 54px;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero__content > * {
  opacity: 0;
  animation: fadeInUp 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.hero__title {
  animation-delay: 0.1s;
}

.hero__subtitle {
  animation-delay: 0.2s;
}

.hero__text {
  animation-delay: 0.3s;
}

@keyframes heroZoom {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: inherit;
  background-position: inherit;
  background-attachment: inherit;
  z-index: 0;
  animation: heroZoom 0.8s ease-out forwards;
}

/* ===================================================
   ENTRY POINT
   =================================================== */
/* Global Utilities */
/* settings */
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* sections */
/* ===================================================
   ENTRY POINT
   =================================================== */
/* Global Utilities */
/* settings */
/* 05-sections/_s-about.scss */
/* ===================================================
   About Sections (Intro / Global / Tech)
   =================================================== */
.about-sections {
  padding: 120px 0;
  background: #fff;
  /* Images grid (default: 3 columns) */
  /* Image card */
}
.about-sections--milestone {
  padding-top: 0;
  margin-top: 120px;
}
.about-sections-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}
.about-sections-images {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
  margin-top: 32px;
}
.about-sections-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 3/4;
  background: #eee;
}
.about-sections-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: transform 220ms ease;
  will-change: transform;
}
@media (max-width: 768px) {
  .about-sections .section-content {
    text-align: left;
  }
}

/* ===================================================
   Intro: always 3 columns (desktop / tablet / mobile)
   =================================================== */
.about-sections--intro .about-sections-images {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 768px) {
  .about-sections--intro .about-sections-images {
    width: 100vw;
    margin-left: -18px;
    gap: 0;
  }
}

/* ===================================================
   Tech: desktop 3 / tablet 2 / mobile 1
   =================================================== */
.about-sections--tech {
  /* Overlay */
}
.about-sections--tech .about-sections-images {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.about-sections--tech .about-sections-image {
  background: #fff;
}
.about-sections--tech .about-sections-image:hover img {
  transform: scale(1.05);
}
.about-sections--tech .about-sections-image-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
}
.about-sections--tech .about-sections-image-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 8px;
  color: #fff;
}
.about-sections--tech .about-sections-image-text {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  opacity: 0.9;
  color: #fff;
}

/* ===================================================
   Background Header (Patent / Milestone)
   =================================================== */
.about-sections-bg {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-size: cover;
  background-position: center;
  padding: 80px 24px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: multiply;
}
.about-sections-bg .section-title {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(1.25rem, 1.1079545455rem + 0.6060606061vw, 1.5625rem);
  line-height: 1.22;
  letter-spacing: 1.1px;
  font-weight: 900;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.about-sections-bg .section-subtitle {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.875rem, 0.8465909091rem + 0.1212121212vw, 0.9375rem);
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  width: min(600px, 100%);
  margin: 0 auto;
  text-align: left;
}

/* ===================================================
   Patent: desktop 3 / tablet 2 / mobile 1
   =================================================== */
.about-patent-inner {
  max-width: 1280px;
  margin: 80px auto 0;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.about-patent-item {
  position: relative;
  overflow: hidden;
  cursor: default;
  box-shadow: 0 1px 4px 0 rgba(25, 33, 61, 0.08);
  background: transparent;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 8px;
  padding: 24px;
  text-align: center;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}
.about-patent-item:hover {
  border-color: #272727;
  background-color: #f9f9f9;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px 0 rgba(25, 33, 61, 0.1);
}
.about-patent-item.is-clickable {
  cursor: pointer;
}

/* Modal */
.patent-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.patent-modal-content {
  max-width: 90%;
  max-height: 90vh;
  object-fit: contain;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  animation: zoomIn 0.3s ease;
}

.patent-modal-close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

@keyframes zoomIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.about-patent-code {
  font-size: 18px;
  font-weight: 600;
  color: #272727;
  margin-bottom: 12px;
}

.about-patent-type {
  font-size: 14px;
  color: rgba(17, 17, 17, 0.75);
  margin-bottom: 8px;
}

.about-patent-content {
  font-size: 14px;
  color: rgba(17, 17, 17, 0.68);
  line-height: 1.6;
  margin-top: 12px;
}

/* ===================================================
   MILESTONE Timeline
   =================================================== */
.about-sections--milestone {
  background: #f5f5f5;
}

.about-milestone-inner {
  max-width: 1280px;
  margin: 80px auto 0;
  padding: 0 24px;
  position: relative;
  /* Desktop layout tokens */
  --ms-year-col: 140px;
  --ms-line-col: 56px;
  /* Vertical line (desktop/tablet) */
}
.about-milestone-inner::before {
  content: "";
  position: absolute;
  top: 9px;
  bottom: 0;
  left: calc(var(--ms-year-col) + var(--ms-line-col) + 23px);
  width: 1px;
  background: #272727;
  z-index: 0;
}

.about-milestone-item {
  position: relative;
  display: grid;
  grid-template-columns: var(--ms-year-col) var(--ms-line-col) 1fr;
  column-gap: 24px;
  margin-bottom: 48px;
  align-items: start;
  /* Dot */
}
.about-milestone-item::before {
  content: "";
  position: absolute;
  left: calc(var(--ms-year-col) + var(--ms-line-col) - 5px);
  top: 6px;
  width: 9px;
  height: 9px;
  background: #272727;
  border-radius: 999px;
  z-index: 2;
}

.about-milestone-year {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(1.125rem, 1.0681818182rem + 0.2424242424vw, 1.25rem);
  line-height: 1.25;
  letter-spacing: 1.1px;
  font-weight: 900;
  grid-column: 1;
  color: #272727;
  line-height: 1.2;
  margin: 0;
  text-align: right;
}

.about-milestone-title {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(1.125rem, 1.0681818182rem + 0.2424242424vw, 1.25rem);
  line-height: 1.25;
  letter-spacing: 1.1px;
  font-weight: 900;
  grid-column: 3;
  color: rgba(17, 17, 17, 0.82);
  margin: 0 0 12px;
}

.about-milestone-content {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.9375rem, 0.9090909091rem + 0.1212121212vw, 1rem);
  line-height: 1.6;
  letter-spacing: 0.5px;
  font-weight: 400;
  grid-column: 3;
  color: rgba(17, 17, 17, 0.68);
  line-height: 1.6;
  margin: 0;
}

/* Tablet: keep "year on left", but slightly tighter */
@media (max-width: 1024px) {
  .about-milestone-inner {
    padding: 0 18px;
    --ms-year-col: 120px;
    --ms-line-col: 48px;
  }
  .about-milestone-item {
    column-gap: 18px;
    margin-bottom: 40px;
    /* Dot */
  }
  .about-milestone-item::before {
    width: 7px;
    height: 7px;
    left: calc(var(--ms-year-col) + var(--ms-line-col) + 2px);
  }
  .about-milestone-item .about-milestone-year {
    font-size: 16px;
  }
  .about-milestone-item .about-milestone-title {
    font-size: 14px;
  }
  .about-milestone-item .about-milestone-content {
    font-size: 13px;
  }
  /* Mobile: year goes to the top, timeline stays on the left */
  /* ===================================================
   Responsive
   =================================================== */
  /* Tablet */
  /* Mobile */
  /* ===================================================
   Legacy utilities (kept grouped)
   =================================================== */
}
@media (max-width: 1024px) and (max-width: 640px) {
  .about-milestone-inner {
    padding: 0 18px;
    /* Move the line to the left side */
  }
  .about-milestone-inner::before {
    left: 12px;
  }
  .about-milestone-item {
    display: block;
    padding-left: 32px;
    margin-bottom: 40px;
  }
  .about-milestone-item::before {
    left: 4px; /* dot centers on the 12px line */
    top: 6px;
  }
  .about-milestone-year {
    text-align: left;
    font-size: 16px;
    margin: 0 0 8px;
  }
  .about-milestone-title {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .about-milestone-content {
    font-size: 13px;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .about-sections {
    padding: 80px 0;
  }
  .about-sections--milestone {
    padding-top: 0;
    margin-top: 80px;
  }
  .about-sections-inner {
    padding: 0 18px;
  }
  /* Tech: 2 columns */
  .about-sections--tech .about-sections-images {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  /* Patent: 2 columns */
  .about-patent-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 60px auto 0;
  }
  .about-sections-bg {
    padding: 60px 20px;
  }
  .about-milestone-inner {
    padding-left: 0;
  }
  .about-milestone-inner::before {
    left: 39px;
  }
  .about-milestone-item {
    margin-left: 120px;
    padding-left: 0;
  }
  .about-milestone-item::before {
    left: -84px;
  }
}
@media (max-width: 1024px) and (max-width: 480px) {
  .about-sections {
    padding: 48px 0;
  }
  .about-sections--milestone {
    padding-top: 0;
    margin-top: 48px;
  }
  .about-sections-inner {
    padding: 0 18px;
  }
  /* Intro stays 3 columns */
  .about-sections--intro {
    /* Keep portrait ratio for tiny 3-col layout */
  }
  .about-sections--intro .about-sections-images {
    gap: 0px;
    width: 100vw;
    margin-left: -18px;
  }
  .about-sections--intro .about-sections-image {
    aspect-ratio: 3/4;
  }
  /* Tech: 1 column + landscape ratio */
  .about-sections--tech .about-sections-images {
    grid-template-columns: 1fr;
    gap: 0px;
    width: 100vw;
    margin-left: -18px;
  }
  .about-sections--tech .about-sections-image {
    aspect-ratio: 16/9;
    min-height: 200px;
  }
  /* Patent: 1 column */
  .about-patent-inner {
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 40px auto 0;
    padding: 0;
  }
  .about-patent-item {
    padding: 20px;
  }
  .about-sections-bg {
    padding: 40px 20px;
  }
  .about-milestone-inner {
    padding: 0 18px;
  }
  .about-milestone-inner::before {
    left: 44px;
  }
  .about-milestone-item {
    margin-left: 100px;
    margin-bottom: 40px;
  }
  .about-milestone-item::before {
    left: -77px;
  }
  .about-milestone-year {
    font-size: 16px;
  }
  .about-milestone-title {
    font-size: 14px;
  }
  .about-milestone-content {
    font-size: 13px;
  }
}
@media (max-width: 1024px) {
  .about-section {
    padding: 120px 0;
  }
  .about-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
  }
  .about-header {
    text-align: center;
    margin-bottom: 48px;
  }
  .about-description {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(17, 17, 17, 0.68);
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .about-container {
    padding: 0 20px;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .about-section {
    padding: 60px 0;
  }
  .about-container {
    padding: 0 16px;
  }
  .about-header {
    margin-bottom: 20px;
  }
  .about-description {
    font-size: 15px;
  }
}
/* ===================================================
   ENTRY POINT
   =================================================== */
/* Global Utilities */
/* settings */
.section-feature {
  padding-block: clamp(3rem, 1.5227272727rem + 6.303030303vw, 6.25rem);
  background-color: #fff;
}
.section-feature--scenarios {
  background-color: #f5f5f5;
}
.section-feature__inner {
  width: min(1280px, 100%);
  margin-inline: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  padding-inline: 24px;
  margin-top: 32px;
}
.section-feature__subtitle {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.75rem, 0.7215909091rem + 0.1212121212vw, 0.8125rem);
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-align: center;
  color: #666;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.section-feature__title {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(1.875rem, 1.5909090909rem + 1.2121212121vw, 2.5rem);
  line-height: 1.15;
  letter-spacing: 1.2px;
  font-weight: 900;
  text-align: center;
  color: #111;
  margin-bottom: 24px;
}
.section-feature__content {
  width: min(860px, 100%);
  margin-inline: auto;
  box-sizing: border-box;
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.9375rem, 0.9090909091rem + 0.1212121212vw, 1rem);
  line-height: 1.6;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-align: center;
  color: #272727;
  margin-top: clamp(1.5rem, 1.0454545455rem + 1.9393939394vw, 2.5rem);
  padding-inline: 18px;
}
@media (max-width: 768px) {
  .section-feature__content {
    text-align: left;
  }
}
.section-feature__item {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background-color: #eee;
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.section-feature__item .c-link-arrow {
  display: inline-block;
  margin-left: 8px;
  transition: transform 0.3s ease;
}
.section-feature__item:hover {
  box-shadow: 0 4px 12px 0 rgba(25, 33, 61, 0.1);
}
.section-feature__item:hover img {
  transform: scale(1.05);
}
.section-feature__item:hover .c-link-arrow {
  transform: translateX(5px);
}
.section-feature__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}
.section-feature__item-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  background: linear-gradient(to top, rgba(17, 17, 17, 0.8) 0%, rgba(17, 17, 17, 0.3) 50%, transparent 100%);
}
.section-feature__item-title {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(1.125rem, 1.0681818182rem + 0.2424242424vw, 1.25rem);
  line-height: 1.25;
  letter-spacing: 1.1px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 4px;
}
.section-feature__item-content {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.875rem, 0.8465909091rem + 0.1212121212vw, 0.9375rem);
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
}
.section-feature--feature .section-feature__item-overlay {
  justify-content: center;
  align-items: center;
  text-align: center;
}
.section-feature--feature .section-feature__item-title {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(1.25rem, 1.1079545455rem + 0.6060606061vw, 1.5625rem);
  line-height: 1.22;
  letter-spacing: 1.1px;
  font-weight: 900;
}
.section-feature__footer {
  margin-top: 32px;
  text-align: center;
}

@media (max-width: 768px) {
  .section-feature__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    padding-inline: 18px;
  }
}
@media (max-width: 640px) {
  .section-feature__inner {
    grid-template-columns: 1fr;
  }
  .section-feature__item {
    aspect-ratio: 16/9;
    height: auto;
  }
}
/* Section Subtitle */
.section-subtitle {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #666;
  margin-bottom: 12px;
}

/* Section Title */
.section-title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 32px;
}

/* Section Content */
.section-content {
  max-width: 860px;
  margin: 40px auto 0;
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
  color: #444;
}

/* ===================================================
   ENTRY POINT
   =================================================== */
/* Global Utilities */
/* settings */
/* 05-sections/_s-icon.scss */
.section-icon {
  padding: calc(64px + 18px) 24px;
  /* Hover: only animate SVG + underline, no layout shift */
}
.section-icon--map {
  background-image: url("../image/background-map.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section-icon-inner {
  width: min(1200px, 100%);
  margin-inline: auto;
  box-sizing: border-box;
}
.section-icon-nav {
  max-width: min(900px, 80%);
  margin: auto;
}
@media (max-width: 768px) {
  .section-icon-nav {
    max-width: 100%;
  }
}
.section-icon-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 32px;
}
.section-icon-item {
  margin: 0;
}
.section-icon-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: inherit;
  transform: translateZ(0);
}
.section-icon-link:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.section-icon-image {
  width: 180px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
}
.section-icon-image img {
  width: 100%;
  height: 100%;
  display: block;
  transform: scale(1);
  opacity: 0.98;
  transition: transform 220ms ease, opacity 220ms ease, filter 220ms ease;
  will-change: transform;
}
.section-icon-item-title {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.9375rem, 0.9090909091rem + 0.1212121212vw, 1rem);
  line-height: 1.6;
  letter-spacing: 0.5px;
  font-weight: 700;
  margin: 0;
  position: relative;
  display: inline-block;
  padding-bottom: 6px; /* reserve space for underline */
}
.section-icon-item-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.8px;
  border-radius: 999px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  opacity: 0;
  transition: transform 220ms ease, opacity 220ms ease;
}
.section-icon-link:hover .section-icon-image img {
  transform: scale(1.06);
  opacity: 1;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.08));
}
.section-icon-link:hover .section-icon-item-title::after {
  transform: scaleX(1);
  opacity: 1;
}
.section-icon-link:active .section-icon-image img {
  transform: scale(1.03);
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.06));
}
.section-icon-link:active .section-icon-item-title::after {
  opacity: 0.9;
}

/* Responsive */
@media (max-width: 768px) {
  .section-icon {
    padding: calc(64px - 14px) 18px;
  }
  .section-icon-items {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
    gap: 32px;
  }
  .section-icon-image {
    width: 100px;
    margin-bottom: 18px;
  }
  .section-icon-item-title {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .section-icon {
    padding: 48px 18px;
  }
  .section-icon-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .section-icon-image {
    width: 100%;
    margin-bottom: 14px;
  }
  .section-icon-item-title {
    font-size: 14px;
    padding-bottom: 5px;
  }
  .section-icon-item-title::after {
    height: 2px;
  }
}
/* ===================================================
   ENTRY POINT
   =================================================== */
/* Global Utilities */
/* settings */
.section-process {
  padding-block: clamp(3rem, 1.5227272727rem + 6.303030303vw, 6.25rem);
  background-color: #fff;
}
.section-process__header {
  width: min(1280px, 100%);
  margin-inline: auto;
  box-sizing: border-box;
  padding-inline: 24px;
}
.section-process__list {
  width: min(1280px, 100%);
  margin-inline: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: clamp(2.5rem, 1.9318181818rem + 2.4242424242vw, 3.75rem);
  padding-inline: 24px;
}
.section-process__item {
  display: grid;
  grid-template-columns: clamp(5rem, 3.8636363636rem + 4.8484848485vw, 7.5rem) 1fr;
  align-items: stretch;
  background-color: #fff;
  border-radius: 8px;
  transition: box-shadow 220ms ease;
}
.section-process__item:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.section-process__item:hover {
  box-shadow: 0 4px 12px 0 rgba(25, 33, 61, 0.1);
}
.section-process__step {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #111;
  color: #fff;
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(1.625rem, 1.3977272727rem + 0.9696969697vw, 2.125rem);
  line-height: 1.18;
  letter-spacing: 1.2px;
  font-weight: 900;
  margin: 0;
  border-radius: 8px 0 0 8px;
  flex-shrink: 0;
}
.section-process__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 24px clamp(1.5rem, 0.8181818182rem + 2.9090909091vw, 3rem);
  background-color: transparent;
  border: 1px solid #e6e6e6;
  border-left: none;
  border-radius: 0 8px 8px 0;
  transition: border-color 220ms ease;
}
.section-process__item-title {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(1.125rem, 1.0681818182rem + 0.2424242424vw, 1.25rem);
  line-height: 1.25;
  letter-spacing: 1.1px;
  font-weight: 900;
  margin-bottom: 4px;
}
.section-process__item-text {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.875rem, 0.8465909091rem + 0.1212121212vw, 0.9375rem);
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .section-process__header,
  .section-process__list {
    padding-inline: 14px;
  }
  .section-process__item {
    grid-template-columns: 50px 1fr;
  }
}
/* =========================
   Support
========================= */
.neo-support {
  background: #fff;
}

.neo-support__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 24px 80px;
}

.neo-support__title {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 700;
}

/* =========================
   Tabs
========================= */
.neo-support-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid #e9e9e9;
  margin: 0 0 18px;
}

.neo-support-tabs__tab {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 14px 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  color: #333;
}

.neo-support-tabs__tab.is-active {
  color: #111;
}
.neo-support-tabs__tab.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #111;
}

/* Panels */
.neo-support-panel {
  display: none;
}
.neo-support-panel.is-active {
  display: block;
}

/* =========================
   Accordion item
========================= */
.neo-support-item {
  margin: 12px 0;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.neo-support-item__head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 18px;
  background: #fff;
  border: 0;
  cursor: pointer;
  text-align: left;
}

.neo-support-item__title {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 16px;
  font-weight: 600;
  color: #111;
  /* allow wrap */
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  line-height: 1.4;
}

/* =========================
   Icon (+ -> ×)
========================= */
.neo-support-item__icon {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  transition: transform 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.neo-support-icon {
  position: relative;
  width: 14px;
  height: 14px;
  display: block;
  /* vertical bar => plus */
}
.neo-support-icon::before, .neo-support-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  background: #111;
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: transform 0.22s ease;
}
.neo-support-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* open => × */
.neo-support-item.is-open .neo-support-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.neo-support-item.is-open .neo-support-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* =========================
   Slide open animation
========================= */
.neo-support-item__body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.26s ease;
}

.is-open .neo-support-item__body {
  border-top: 1px solid #ededed;
}

.neo-support-item__body-inner {
  overflow: hidden;
}

.neo-support-item.is-open .neo-support-item__body {
  grid-template-rows: 1fr;
}

.neo-support-item__content {
  padding: 18px 18px 20px;
  text-align: left;
}

/* content */
.neo-support-item__label {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  color: #111;
}

.neo-support-item__desc {
  font-size: 14px;
  line-height: 1.7;
  color: #333;
}
.neo-support-item__desc p {
  margin: 0 0 10px;
}
.neo-support-item__desc ul,
.neo-support-item__desc ol {
  margin: 0 0 10px 18px;
}
.neo-support-item__desc li {
  margin: 4px 0;
}

.neo-support-item__actions {
  margin-top: 14px;
}

.neo-support-item__download {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #111;
  text-decoration: underline;
}

/* Empty */
.neo-support-empty {
  padding: 18px;
  border: 1px dashed #e5e5e5;
  border-radius: 10px;
  color: #666;
}

/* =========================
   Hover interactions (desktop)
========================= */
@media (hover: hover) and (pointer: fine) {
  .neo-support-item__head {
    transition: background-color 0.18s ease;
  }
  .neo-support-item__head:hover {
    background: #fafafa;
  }
  .neo-support-item__head:hover .neo-support-item__title {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
}
/* =========================
   RWD
========================= */
@media (max-width: 900px) {
  .neo-support__inner {
    padding: 32px 16px 64px;
  }
  .neo-support__title {
    font-size: 22px;
  }
  .neo-support-item__head {
    padding: 16px 14px;
  }
  .neo-support-item__content {
    padding: 16px 14px 18px;
  }
}
@media (max-width: 640px) {
  /* tabs horizontal scroll */
  .neo-support-tabs {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 6px;
    padding-bottom: 1px;
  }
  .neo-support-tabs__tab {
    flex: 0 0 auto;
    padding: 12px 12px;
    font-size: 14px;
    white-space: nowrap;
  }
  .neo-support-item {
    border-radius: 12px;
  }
  .neo-support-item__title {
    font-size: 15px;
  }
}
/* ===================================================
   ENTRY POINT
   =================================================== */
/* Global Utilities */
/* settings */
.section-slider {
  padding-block: clamp(2.5rem, 1.9318181818rem + 2.4242424242vw, 3.75rem);
  background-color: #fff;
}
.section-slider-inner {
  width: min(1280px, 100%);
  margin-inline: auto;
  box-sizing: border-box;
  padding-inline: 24px;
}
.section-slider-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 960px;
  margin-inline: auto;
}
.section-slider-main-image {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-slider-main-image .section-slider-image {
  width: 100%;
  max-height: 70vh;
  aspect-ratio: 4/3;
  overflow: hidden;
  background-color: #eee;
}
.section-slider-main-image .section-slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}
.section-slider-main-image .section-slider-content {
  min-height: 40px;
  margin-top: 18px;
  text-align: center;
  max-width: 800px;
}
.section-slider-track {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
  width: 100%;
  padding-block: 6px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.section-slider-track::-webkit-scrollbar {
  display: none;
}
.section-slider-slide {
  flex: 0 0 auto;
  width: 64px;
  aspect-ratio: 1/1;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.4;
  transition: all 220ms ease;
  scroll-snap-align: start;
  border: 1px solid transparent;
}
.section-slider-slide.active {
  opacity: 1;
  border-color: #111;
}
.section-slider-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-slider-slide-title {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(1rem, 0.9431818182rem + 0.2424242424vw, 1.125rem);
  line-height: 1.25;
  letter-spacing: 1px;
  font-weight: 900;
  color: #111;
  margin-bottom: 4px;
}
.section-slider-slide-text {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.875rem, 0.8465909091rem + 0.1212121212vw, 0.9375rem);
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #272727;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 768px) {
  .section-slider {
    padding-block: 24px;
  }
  .section-slider-track {
    margin-top: 14px;
  }
}
/* ===================================================
   ENTRY POINT
   =================================================== */
/* Global Utilities */
/* settings */
.cs-section {
  padding: clamp(3.75rem, 3.1818181818rem + 2.4242424242vw, 5rem) 0;
  background-color: #fff;
}
@media (max-width: 768px) {
  .cs-section .neo-section-heading__content {
    text-align: left;
  }
}
.cs-section .cs-main {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .cs-section .cs-main {
    flex-direction: column;
    gap: 20px;
  }
}
.cs-section .cs-nav {
  flex: 0 0 200px;
  margin: auto;
}
@media (max-width: 960px) {
  .cs-section .cs-nav {
    flex: 0;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .cs-section .cs-nav::-webkit-scrollbar {
    display: none;
  }
}
.cs-section .cs-nav .cs-nav-scroll {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 960px) {
  .cs-section .cs-nav .cs-nav-scroll {
    flex-direction: row;
    white-space: nowrap;
    justify-content: center;
    padding-bottom: 4px;
  }
}
.cs-section .cs-nav .cs-tab-btn {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.875rem, 0.8465909091rem + 0.1212121212vw, 0.9375rem);
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 400;
  padding: 12px 20px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  text-align: left;
  cursor: pointer;
  transition: all 220ms ease;
}
.cs-section .cs-nav .cs-tab-btn:hover {
  background: #eee;
}
.cs-section .cs-nav .cs-tab-btn.active {
  background: #111;
  color: #fff;
  border-color: #111;
}
@media (max-width: 768px) {
  .cs-section .cs-nav .cs-tab-btn {
    padding: 8px 16px;
  }
}
.cs-section .cs-container {
  flex: 1;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  min-height: 380px;
  height: 380px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cs-section .cs-container {
    height: auto;
    min-height: auto;
  }
}
.cs-section .cs-pane {
  display: none;
  height: 100%;
}
.cs-section .cs-pane.active {
  display: block;
  animation: csFade 220ms ease;
}
.cs-section .cs-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
}
@media (max-width: 768px) {
  .cs-section .cs-card {
    grid-template-columns: 1fr;
  }
}
.cs-section .cs-card-text {
  padding: clamp(2rem, 1.7727272727rem + 0.9696969697vw, 2.5rem) 14px clamp(2rem, 1.7727272727rem + 0.9696969697vw, 2.5rem) clamp(2rem, 1.7727272727rem + 0.9696969697vw, 2.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 380px;
}
@media (max-width: 768px) {
  .cs-section .cs-card-text {
    min-height: auto;
    padding: 18px 18px 32px 18px;
    order: 2;
  }
}
.cs-section .cs-card-title {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(1.25rem, 1.1079545455rem + 0.6060606061vw, 1.5625rem);
  line-height: 1.22;
  letter-spacing: 1.1px;
  font-weight: 900;
  margin-bottom: 10px;
  color: #111;
}
.cs-section .cs-card-body {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.9375rem, 0.9090909091rem + 0.1212121212vw, 1rem);
  line-height: 1.6;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #272727;
  margin-bottom: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.cs-section .cs-card-image {
  padding: 18px;
}
@media (max-width: 768px) {
  .cs-section .cs-card-image {
    order: 1;
    width: 100%;
    height: 100%;
    aspect-ratio: 4/3;
  }
}
.cs-section .cs-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cs-section .cs-case-link {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.9375rem, 0.9090909091rem + 0.1212121212vw, 1rem);
  line-height: 1.6;
  letter-spacing: 0.5px;
  font-weight: 700;
  color: #111;
  text-decoration: none;
}
.cs-section .cs-case-link:hover {
  text-decoration: underline;
}
.cs-section .cs-footer {
  text-align: center;
  margin-top: 24px;
}

@keyframes csFade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* pages */
/* ===================================================
   ENTRY POINT
   =================================================== */
/* Global Utilities */
/* settings */
/* =========================
   Blog / Knowledge Home
   ========================= */
.post-archive {
  padding-block: clamp(3.75rem, 2.6136363636rem + 4.8484848485vw, 6.25rem);
  background-color: #fff;
}
.post-archive-inner {
  width: min(1200px, 100%);
  margin-inline: auto;
  box-sizing: border-box;
  padding-inline: 24px;
}
@media (max-width: 768px) {
  .post-archive-inner {
    padding-inline: 18px;
  }
}

.post-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.5rem, 2.0454545455rem + 1.9393939394vw, 3.5rem);
}

.post-archive-header-container {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  margin-bottom: clamp(1.25rem, 0.3977272727rem + 3.6363636364vw, 3.125rem);
  align-items: flex-end;
  padding-bottom: clamp(1.25rem, 0.6818181818rem + 2.4242424242vw, 2.5rem);
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 768px) {
  .post-archive-header-container {
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: flex-start;
  }
}

.post-archive-title {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(1.625rem, 1.3977272727rem + 0.9696969697vw, 2.125rem);
  line-height: 1.18;
  letter-spacing: 1.2px;
  font-weight: 900;
  margin: 0;
  color: #111;
}

.post-filter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px;
}
.post-filter > a {
  display: inline-block;
  padding: 6px 14px;
  background-color: #f5f5f5;
  color: #272727;
  border-radius: 4px;
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.875rem, 0.8465909091rem + 0.1212121212vw, 0.9375rem);
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 400;
  transition: all 220ms ease;
  white-space: nowrap;
}
.post-filter > a:hover {
  background-color: #eee;
  color: #111;
}
.post-filter > a.is-active {
  background-color: #111;
  color: #fff;
}
@media (max-width: 768px) {
  .post-filter > a {
    padding: 6px 10px;
  }
}
@media (max-width: 480px) {
  .post-filter > a {
    font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
    font-size: clamp(0.75rem, 0.7215909091rem + 0.1212121212vw, 0.8125rem);
    line-height: 1.2;
    letter-spacing: 0.5px;
    font-weight: 500;
  }
}

.post-item {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: clamp(2.5rem, 2.0454545455rem + 1.9393939394vw, 3.5rem);
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(1rem, 0.7727272727rem + 0.9696969697vw, 1.5rem);
  align-items: stretch;
  animation: csFadeUp 220ms ease backwards;
}
.post-item:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  .post-item {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-bottom: 24px;
  }
}

.post-thumb-link {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #eee;
}

.post-thumb {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 220ms ease;
}
.post-thumb:hover img {
  transform: scale(1.05);
}

.post-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.post-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}

.post-date {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.75rem, 0.7215909091rem + 0.1212121212vw, 0.8125rem);
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #111;
}

.post-category {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.75rem, 0.7215909091rem + 0.1212121212vw, 0.8125rem);
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #111;
  display: flex;
  align-items: center;
  gap: 4px;
}
.post-category::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #e6e6e6;
  display: inline-block;
  margin-right: 10px;
}
.post-category a:hover {
  text-decoration: underline;
}

.post-title {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(1.25rem, 1.1079545455rem + 0.6060606061vw, 1.5625rem);
  line-height: 1.22;
  letter-spacing: 1.1px;
  font-weight: 900;
  margin-block: 14px;
  color: #111;
  transition: color;
}
.post-title:hover {
  color: #666;
}

.post-excerpt {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.9375rem, 0.9090909091rem + 0.1212121212vw, 1rem);
  line-height: 1.6;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #272727;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-excerpt:hover {
  color: #666;
}

@keyframes csFadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.post-item:nth-child(1) {
  animation-delay: 0.1s;
}

.post-item:nth-child(2) {
  animation-delay: 0.2s;
}

.post-item:nth-child(3) {
  animation-delay: 0.3s;
}

.post-item:nth-child(4) {
  animation-delay: 0.4s;
}

.post-item:nth-child(5) {
  animation-delay: 0.5s;
}

/* ===================================================
   ENTRY POINT
   =================================================== */
/* Global Utilities */
/* settings */
.section-contact {
  padding: clamp(3.75rem, 3.1818181818rem + 2.4242424242vw, 5rem) 24px;
  background-color: #f5f5f5;
}
@media (max-width: 768px) {
  .section-contact {
    padding: clamp(3rem, 2.6590909091rem + 1.4545454545vw, 3.75rem) 18px;
  }
}
.section-contact .section-contact-inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(2rem, 1.7727272727rem + 0.9696969697vw, 2.5rem);
  width: min(1200px, 100%);
  margin-inline: auto;
  box-sizing: border-box;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .section-contact .section-contact-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.section-contact .contact-info,
.section-contact .contact-map,
.section-contact .contact-social {
  grid-column: 1;
}
@media (max-width: 768px) {
  .section-contact .contact-info,
  .section-contact .contact-map,
  .section-contact .contact-social {
    grid-column: auto;
    margin-bottom: 0;
  }
}
.section-contact .contact-info .contact-block-title,
.section-contact .contact-map .contact-block-title,
.section-contact .contact-social .contact-block-title {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(1.125rem, 1.0681818182rem + 0.2424242424vw, 1.25rem);
  line-height: 1.25;
  letter-spacing: 1.1px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 14px;
  color: #111;
}
.section-contact .contact-info .contact-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-contact .contact-info .contact-info-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 4px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .section-contact .contact-info .contact-info-item {
    margin-bottom: 14px;
  }
}
.section-contact .contact-info .contact-info-item .info-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.section-contact .contact-info .contact-info-item p {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.9375rem, 0.9090909091rem + 0.1212121212vw, 1rem);
  line-height: 1.6;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-size: 14px;
  color: #272727;
  line-height: 1.4;
  margin: 0;
}
.section-contact .contact-info .contact-info-item p a {
  color: inherit;
  transition: color 220ms ease;
}
.section-contact .contact-info .contact-info-item p a:hover {
  color: #666;
  text-decoration: underline;
}
.section-contact .contact-map .contact-map-embed {
  width: 100%;
  max-height: 200px;
  aspect-ratio: 16/9;
  border-radius: 4px;
  overflow: hidden;
  background-color: #eee;
}
.section-contact .contact-map .contact-map-embed iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.section-contact .contact-social .social-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.section-contact .contact-social .social-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #111;
  transition: color 220ms ease;
}
.section-contact .contact-social .social-item a:hover {
  color: #666;
}
.section-contact .contact-form {
  grid-column: 2;
  grid-row: 1/span 3;
  /* Submit */
  /* CF7 訊息提示 */
}
@media (max-width: 768px) {
  .section-contact .contact-form {
    grid-column: auto;
    grid-row: auto;
  }
}
.section-contact .contact-form .wpcf7 {
  background: #fff;
  padding: clamp(1.5rem, 1.0454545455rem + 1.9393939394vw, 2.5rem);
  border-radius: 8px;
  box-shadow: 0 1px 4px 0 rgba(25, 33, 61, 0.08);
}
@media (max-width: 768px) {
  .section-contact .contact-form .wpcf7 {
    padding: 24px;
  }
}
.section-contact .contact-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .section-contact .contact-form .form-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
.section-contact .contact-form .form-row.is-full {
  grid-template-columns: 1fr;
}
.section-contact .contact-form .form-field label {
  display: block;
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.875rem, 0.8465909091rem + 0.1212121212vw, 0.9375rem);
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-weight: 500;
  margin-bottom: 4px;
  color: #111;
}
.section-contact .contact-form .form-field input:not([type=submit]),
.section-contact .contact-form .form-field textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.9375rem, 0.9090909091rem + 0.1212121212vw, 1rem);
  line-height: 1.6;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-size: 14px;
  background-color: #fff;
  transition: all 220ms ease;
}
.section-contact .contact-form .form-field input:not([type=submit]):focus,
.section-contact .contact-form .form-field textarea:focus {
  border-color: #111;
  background-color: #fff;
}
.section-contact .contact-form .form-field input:not([type=submit]):focus:focus-visible,
.section-contact .contact-form .form-field textarea:focus:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.section-contact .contact-form .form-field input:not([type=submit])::placeholder,
.section-contact .contact-form .form-field textarea::placeholder {
  color: #666;
  opacity: 0.6;
}
.section-contact .contact-form .form-field textarea {
  height: 100%;
  resize: vertical;
}
.section-contact .contact-form .form-field br {
  display: none;
}
.section-contact .contact-form .form-submit {
  margin-top: 10px;
}
.section-contact .contact-form .form-submit input[type=submit] {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  font: inherit;
  color: inherit;
  background-color: #111;
  color: #fff;
  padding: 10px clamp(1.5rem, 1.1590909091rem + 1.4545454545vw, 2.25rem);
  border-radius: 4px;
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.9375rem, 0.9090909091rem + 0.1212121212vw, 1rem);
  line-height: 1.6;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: all 220ms ease;
}
.section-contact .contact-form .form-submit input[type=submit]:hover {
  background-color: #272727;
  box-shadow: 0 1px 4px 0 rgba(25, 33, 61, 0.08);
}
.section-contact .contact-form .form-submit input[type=submit]:active {
  transform: translateY(1px);
}
.section-contact .contact-form .wpcf7-response-output {
  margin-top: 14px !important;
  padding: 10px 14px !important;
  border-radius: 4px !important;
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.75rem, 0.7215909091rem + 0.1212121212vw, 0.8125rem);
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-weight: 500;
  border: 1px solid #e6e6e6 !important;
}
.section-contact .contact-form .wpcf7-not-valid-tip {
  margin-top: 4px !important;
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.75rem, 0.7215909091rem + 0.1212121212vw, 0.8125rem);
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #d32f2f !important;
}

/* ===================================================
   ENTRY POINT
   =================================================== */
/* Global Utilities */
/* settings */
.home-news {
  padding: clamp(3.75rem, 2.6136363636rem + 4.8484848485vw, 6.25rem) 0;
  background-color: #fff;
}
.home-news .cs-container {
  width: min(1080px, 100%);
  margin-inline: auto;
  box-sizing: border-box;
  padding-inline: 24px;
}

.news-archive {
  padding-block: clamp(3.75rem, 2.6136363636rem + 4.8484848485vw, 6.25rem);
  background-color: #fff;
}
.news-archive-title {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(1.625rem, 1.3977272727rem + 0.9696969697vw, 2.125rem);
  line-height: 1.18;
  letter-spacing: 1.2px;
  font-weight: 900;
  margin: 0;
  color: #111;
}
.news-archive-inner {
  width: min(1200px, 100%);
  margin-inline: auto;
  box-sizing: border-box;
  padding-inline: 24px;
}
@media (max-width: 768px) {
  .news-archive-inner {
    padding-inline: 18px;
  }
}

.news-archive-header-container {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: flex-end;
  padding-bottom: clamp(1.25rem, 0.6818181818rem + 2.4242424242vw, 2.5rem);
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 768px) {
  .news-archive-header-container {
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: flex-start;
  }
}

.news-card {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  padding: clamp(1.5rem, 1.2727272727rem + 0.9696969697vw, 2rem) 0;
  transition: transform 220ms ease;
  animation: csFadeUp 220ms ease backwards;
}
.news-card:hover {
  transform: translateX(4px);
}
.news-card:hover .news-card__title {
  color: #111;
  opacity: 0.7;
}
.news-card__link {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  font: inherit;
  color: inherit;
  display: block;
  text-decoration: none;
}
.news-card__meta {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
}
.news-card__category {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.75rem, 0.7215909091rem + 0.1212121212vw, 0.8125rem);
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #111;
  display: flex;
  align-items: center;
  gap: 4px;
}
.news-card__category::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #e6e6e6;
  display: inline-block;
  margin-right: 18px;
}
.news-card__category:hover {
  text-decoration: underline;
}
.news-card__date {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.75rem, 0.7215909091rem + 0.1212121212vw, 0.8125rem);
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-weight: 500;
  display: block;
  color: #111;
}
.news-card__title {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(1.25rem, 1.1079545455rem + 0.6060606061vw, 1.5625rem);
  line-height: 1.22;
  letter-spacing: 1.1px;
  font-weight: 900;
  margin-bottom: 10px;
  transition: color 150ms ease;
}
@media (max-width: 768px) {
  .news-card__title {
    font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
    font-size: clamp(1.125rem, 1.0681818182rem + 0.2424242424vw, 1.25rem);
    line-height: 1.25;
    letter-spacing: 1.1px;
    font-weight: 900;
  }
}
.news-card__excerpt {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.9375rem, 0.9090909091rem + 0.1212121212vw, 1rem);
  line-height: 1.6;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #272727;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .news-card__excerpt {
    -webkit-line-clamp: 3;
  }
}
.news-card::after {
  content: "→";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #e6e6e6;
  opacity: 0;
  transition: all 220ms ease;
}
.news-card:hover::after {
  opacity: 1;
  right: -10px;
  color: #111;
}
@media (max-width: 768px) {
  .news-card:hover {
    transform: none;
  }
  .news-card::after {
    display: none;
  }
}

@keyframes csFadeUp {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.news-card:nth-child(1) {
  animation-delay: 0.1s;
}

.news-card:nth-child(2) {
  animation-delay: 0.2s;
}

.news-card:nth-child(3) {
  animation-delay: 0.3s;
}

.news-card:nth-child(4) {
  animation-delay: 0.4s;
}

.news-card:nth-child(5) {
  animation-delay: 0.5s;
}

/* ===================================================
   ENTRY POINT
   =================================================== */
/* Global Utilities */
/* settings */
.neo-products-page {
  width: 100%;
}
.neo-products-page .neo-wrap {
  width: min(1280px, 100%);
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 32px 24px 72px !important;
  box-sizing: border-box;
  max-width: none !important;
}
.neo-products-page .neo-tabs-wrap .neo-page-title {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(1.875rem, 1.5909090909rem + 1.2121212121vw, 2.5rem);
  line-height: 1.15;
  letter-spacing: 1.2px;
  font-weight: 900;
  color: #111;
  text-align: center;
  margin: 48px 0 64px 0;
}
.neo-products-page .neo-tabs {
  display: grid !important;
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  gap: 18px !important;
  padding: 0 0 18px;
  justify-content: stretch !important;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
}
.neo-products-page .neo-tabs .neo-tab {
  text-decoration: none;
  color: #111;
  padding: 14px 10px 12px;
  display: block;
  border: 1px solid transparent;
  background: transparent;
  transition: background 150ms ease;
}
.neo-products-page .neo-tabs .neo-tab:hover {
  background: #eee;
}
.neo-products-page .neo-tabs .neo-tab.is-active {
  background: #eee;
}
.neo-products-page .neo-tabs .neo-tab .neo-tab-ico {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 8px;
}
.neo-products-page .neo-tabs .neo-tab .neo-tab-ico svg {
  width: 56px;
  height: 56px;
  display: block;
}
.neo-products-page .neo-tabs .neo-tab .neo-tab-label {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.75rem, 0.7215909091rem + 0.1212121212vw, 0.8125rem);
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-weight: 700;
  text-align: center;
  color: #111;
}
.neo-products-page .neo-grid {
  display: grid !important;
  grid-template-columns: 280px 1fr !important;
  gap: 24px !important;
  align-items: start !important;
  /* Filter toggle button */
  /* Expanded state: rotate chevron up */
  /* Desktop: hide chevron (optional, recommended) */
  /* Small screens: slightly larger chevron for readability */
}
.neo-products-page .neo-grid .neo-filter {
  min-width: 0;
}
.neo-products-page .neo-grid .neo-filter .neo-filter-group {
  padding: 18px 0;
}
.neo-products-page .neo-grid .neo-filter .neo-filter-group .neo-filter-title {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.9375rem, 0.9090909091rem + 0.1212121212vw, 1rem);
  line-height: 1.6;
  letter-spacing: 0.5px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #111;
}
.neo-products-page .neo-grid .neo-filter .neo-filter-group .neo-filter-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 16px 0;
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.9375rem, 0.9090909091rem + 0.1212121212vw, 1rem);
  line-height: 1.6;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #666;
}
.neo-products-page .neo-grid .neo-filter .neo-filter-group .neo-filter-item input {
  width: 18px;
  height: 18px;
}
@media (max-width: 960px) {
  .neo-products-page .neo-grid .neo-filter-item {
    margin: 8px 0 !important;
  }
}
.neo-products-page .neo-grid .neo-filter-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}
.neo-products-page .neo-grid .neo-filter-summary-left {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: auto;
}
.neo-products-page .neo-grid .neo-filter-summary-title-wrap {
  display: flex;
  gap: 10px;
}
.neo-products-page .neo-grid .neo-filter-summary-title {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.9375rem, 0.9090909091rem + 0.1212121212vw, 1rem);
  line-height: 1.6;
  letter-spacing: 0.5px;
  font-weight: 700;
  color: #111;
}
.neo-products-page .neo-grid .neo-filter-summary-icon {
  width: 24px;
}
.neo-products-page .neo-grid .neo-filter-summary-count {
  margin-left: 14px;
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.75rem, 0.7215909091rem + 0.1212121212vw, 0.8125rem);
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #666;
}
.neo-products-page .neo-grid .neo-filter-divider {
  border-top: 1px solid #e6e6e6;
}
.neo-products-page .neo-grid .neo-reset-strong {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.75rem, 0.7215909091rem + 0.1212121212vw, 0.8125rem);
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 4px;
  background: #111;
  color: #fff;
  border: 1px solid #111;
  cursor: pointer;
  transition: opacity 150ms ease;
}
.neo-products-page .neo-grid .neo-reset-strong:hover {
  opacity: 0.92;
}
.neo-products-page .neo-grid .neo-filter-toggle {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.75rem, 0.7215909091rem + 0.1212121212vw, 0.8125rem);
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-weight: 500;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 10px;
  margin-left: 10px;
  background: none;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 150ms ease, background-color 150ms ease, border-color 150ms ease;
  /* Chevron */
}
.neo-products-page .neo-grid .neo-filter-toggle::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border-right: 2px solid #111;
  border-bottom: 2px solid #111;
  transform: rotate(45deg); /* down */
  transform-origin: 50% 50%;
  transition: transform 150ms ease;
  margin-left: 2px;
}
.neo-products-page .neo-grid .neo-filter.is-open .neo-filter-toggle::after {
  transform: rotate(-135deg); /* up */
}
@media (min-width: 961px) {
  .neo-products-page .neo-grid .neo-filter-toggle::after {
    display: none;
  }
}
@media (max-width: 960px) {
  .neo-products-page .neo-grid .neo-filter-toggle {
    cursor: pointer;
  }
  .neo-products-page .neo-grid .neo-filter-divider {
    display: none;
  }
}
@media (max-width: 600px) {
  .neo-products-page .neo-grid .neo-filter-toggle::after {
    width: 14px;
    height: 14px;
    flex-basis: 14px;
    border-width: 2px;
  }
}
@media (max-width: 960px) {
  .neo-products-page .neo-filter .neo-filter-summary {
    padding: 14px 0;
    border-bottom: 1px solid #e6e6e6;
  }
  .neo-products-page .neo-filter .neo-filter-summary-left {
    appearance: none;
    border: 0;
    background: transparent;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
    text-align: left;
  }
  .neo-products-page .neo-filter:not(.is-open) .neo-filter-group {
    display: none;
  }
  .neo-products-page .neo-filter.is-open .neo-filter-group {
    display: block;
  }
}
.neo-products-page .neo-products {
  min-width: 0;
}
.neo-products-page .neo-products .neo-empty {
  padding: 48px 0;
  text-align: center;
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.75rem, 0.7215909091rem + 0.1212121212vw, 0.8125rem);
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #666;
}
.neo-products-page .neo-products .neo-products-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
}
.neo-products-page .neo-products .neo-products-head .neo-products-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}
.neo-products-page .neo-products .neo-products-head .neo-products-meta-left {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.neo-products-page .neo-products .neo-products-head .neo-products-meta-right {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.neo-products-page .neo-products .neo-products-head .neo-icon-filter {
  width: 26px;
  height: 18px;
  display: inline-block;
  background: linear-gradient(#111, #111) 0 2px/26px 2px no-repeat, linear-gradient(#111, #111) 0 8px/18px 2px no-repeat, linear-gradient(#111, #111) 0 14px/22px 2px no-repeat;
}
.neo-products-page .neo-products .neo-products-head .neo-products-count {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.75rem, 0.7215909091rem + 0.1212121212vw, 0.8125rem);
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #666;
}
.neo-products-page .neo-products .neo-products-head .neo-products-sort {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #666;
}
.neo-products-page .neo-products .neo-products-head .neo-products-sort .neo-sort-label {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.75rem, 0.7215909091rem + 0.1212121212vw, 0.8125rem);
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.neo-products-page .neo-products .neo-products-head .neo-products-sort .neo-sort-select {
  outline: none;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 6px 10px;
  background: #fff;
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.75rem, 0.7215909091rem + 0.1212121212vw, 0.8125rem);
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.neo-products-page .neo-products .neo-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.neo-products-page .neo-products .neo-card {
  overflow: hidden;
  background: #fff;
  transition: 0.2s ease;
}
.neo-products-page .neo-products .neo-card .neo-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.neo-products-page .neo-products .neo-card .neo-card-media {
  background: #f5f5f5;
  overflow: hidden;
}
.neo-products-page .neo-products .neo-card .neo-card-media .neo-card-media-inner {
  display: flex;
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
}
.neo-products-page .neo-products .neo-card .neo-card-media .neo-card-media-inner img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  margin: auto;
  transition: transform 0.35s ease;
  will-change: transform;
}
.neo-products-page .neo-products .neo-card .neo-card-media .neo-card-media-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.neo-products-page .neo-products .neo-card .neo-card-media .neo-card-placeholder {
  width: 100%;
  aspect-ratio: 4/3;
  background: #f5f5f5;
}
.neo-products-page .neo-products .neo-card .neo-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 2px 0;
}
.neo-products-page .neo-products .neo-card .neo-card-title {
  margin: 0;
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.9375rem, 0.9090909091rem + 0.1212121212vw, 1rem);
  line-height: 1.6;
  letter-spacing: 0.5px;
  font-weight: 700;
  color: #111;
}
.neo-products-page .neo-products .neo-card .neo-card-meta {
  margin-top: 6px;
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.75rem, 0.7215909091rem + 0.1212121212vw, 0.8125rem);
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #666;
  display: flex;
  gap: 10px;
}
.neo-products-page .neo-products .neo-card .neo-card-arrow {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background: #111;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.neo-products-page .neo-products .neo-card:hover .neo-card-media .neo-card-media-inner img {
  transform: scale(1.04);
}
.neo-products-page .neo-products .neo-card:hover .neo-card-media .neo-card-media-inner::after {
  opacity: 1;
}
@media (max-width: 960px) {
  .neo-products-page .neo-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }
  .neo-products-page .neo-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
  .neo-products-page .neo-products .neo-products-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .neo-products-page .neo-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 480px) {
  .neo-products-page .neo-card-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Loading state for AJAX content */
#neo-products-content {
  position: relative;
}

[data-neo-results] {
  position: relative;
}

/* 遮罩（底層） */
[data-neo-results].is-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
  pointer-events: none;
  z-index: 1;
}

/* spinner（上層） */
[data-neo-results].is-loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -9px 0 0 -9px;
  border: 2px solid #e6e6e6;
  border-top-color: #111;
  border-radius: 50%;
  animation: neoSpin 0.8s linear infinite;
  pointer-events: none;
  z-index: 2;
}

@keyframes neoSpin {
  to {
    transform: rotate(360deg);
  }
}
/* height lock support (if JS sets --neo-results-minh) */
.neo-products-grid.height-locked {
  min-height: var(--neo-results-minh, 600px);
}

/* =========================================================
   Checkbox (match your current markup)
   ========================================================= */
/* 1. 隱藏原生 checkbox */
.neo-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* 2. label 基本配置 */
.neo-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

/* 3. 外框 */
.neo-checkbox-ui {
  width: 18px;
  height: 18px;
  border: 1px solid #111;
  border-radius: 4px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 150ms ease;
  font-family: system-ui, -apple-system;
}

/* 4. 勾勾（預設隱藏） */
.neo-checkbox-ui::after {
  content: "✓";
  font-size: 14px;
  font-weight: 600;
  margin-top: 2px;
  color: #fff;
  opacity: 0;
  transform: scale(0.6);
  transition: all 150ms ease;
}

/* 5. checked 狀態 */
.neo-checkbox input[type=checkbox]:checked + .neo-checkbox-ui {
  background: #111;
  border-color: #111;
}

.neo-checkbox input[type=checkbox]:checked + .neo-checkbox-ui::after {
  color: #fff;
  opacity: 1;
  transform: scale(1);
}

/* 6. hover */
.neo-checkbox:hover .neo-checkbox-ui {
  border-color: #111;
}

/* ===================================================
   ENTRY POINT
   =================================================== */
/* Global Utilities */
/* settings */
/* -----------------------------------------
   Breadcrumb
----------------------------------------- */
.neo-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  padding: 14px;
  background-color: #111;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
}
.neo-breadcrumb__link {
  color: #fff;
  text-decoration: none;
}
.neo-breadcrumb__link:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.neo-breadcrumb__sep {
  margin: 0 6px;
  color: #fff;
  opacity: 0.9;
}
.neo-breadcrumb__current {
  color: #fff;
  font-weight: 600;
}
@media (max-width: 480px) {
  .neo-breadcrumb {
    padding: 10px 14px;
    border-radius: 4px;
  }
}

/* =========================
   Detail Hero (left gallery + right summary)
   ========================= */
.neo-detail-hero {
  width: min(1280px, 100%);
  margin-inline: auto;
  box-sizing: border-box;
  padding: clamp(1.75rem, 0.7272727273rem + 4.3636363636vw, 4rem) 24px;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .neo-detail-hero {
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: 48px;
  }
}
@media (max-width: 480px) {
  .neo-detail-hero {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.neo-detail-hero__grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 60vh) minmax(0, 1fr);
  gap: 48px;
}
@media (max-width: 1280px) {
  .neo-detail-hero__grid {
    gap: 32px;
  }
}
@media (max-width: 960px) {
  .neo-detail-hero__grid {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .neo-detail-hero__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* -----------------------------------------
   Right summary
----------------------------------------- */
.neo-detail-summary {
  min-width: 0;
  padding-top: 10px;
}
.neo-detail-summary__title {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(1.625rem, 1.3977272727rem + 0.9696969697vw, 2.125rem);
  line-height: 1.18;
  letter-spacing: 1.2px;
  font-weight: 900;
  margin: 0 0 18px;
  color: #111;
  text-align: left;
}
@media (max-width: 768px) {
  .neo-detail-summary__title {
    margin-bottom: 14px;
  }
}
.neo-detail-summary__excerpt {
  color: #272727;
  font-size: 16px;
  line-height: 1.6;
}
.neo-detail-summary__excerpt > *:first-child {
  margin-top: 0;
}
.neo-detail-summary__excerpt > *:last-child {
  margin-bottom: 0;
}
.neo-detail-summary__excerpt ul {
  margin: 0;
  padding-left: 1.2em;
}
.neo-detail-summary__excerpt li {
  margin: 0 0 10px;
}

/* -----------------------------------------
   Zoom modal
----------------------------------------- */
.neo-zoom {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
}
.neo-zoom.is-open {
  display: block;
}
.neo-zoom__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.neo-zoom__dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(1100px, 92vw);
  height: min(86vh, 900px);
  background: #fff;
  border-radius: 8px;
  display: grid;
  place-items: center;
  padding: 32px;
}
@media (max-width: 768px) {
  .neo-zoom__dialog {
    width: 94vw;
    height: 86vh;
    padding: 24px;
  }
}
@media (max-width: 480px) {
  .neo-zoom__dialog {
    width: 96vw;
    height: 70vh;
    padding: 18px;
  }
}
.neo-zoom__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
  overflow: hidden;
}
.neo-zoom__close {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  font: inherit;
  color: inherit;
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
}
.neo-zoom__close:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
@media (max-width: 480px) {
  .neo-zoom__close {
    top: 14px;
    right: 14px;
  }
}

/* =========================
   Product sections
   ========================= */
/* 讓所有 product 區塊內距一致，避免你各段落 spacing 打架 */
.neo-product-section__inner {
  width: min(1280px, 100%);
  margin-inline: auto;
  box-sizing: border-box;
  padding: clamp(2.5rem, 1.3636363636rem + 4.8484848485vw, 5rem) 24px;
}
@media (max-width: 768px) {
  .neo-product-section__inner {
    padding: 56px 18px;
  }
}
@media (max-width: 480px) {
  .neo-product-section__inner {
    padding: 40px 14px;
  }
}

/* 產品說明底色（single-product.php 的 neo-product-desc） */
.neo-product-desc,
.neo-contact {
  background-color: #f5f5f5;
}

/* Terms 區（注意事項 + 保固） */
.neo-product-terms {
  /* 內容區（WYSIWYG：notice / warranty / content） */
}
.neo-product-terms .neo-product-notice + .neo-product-warranty {
  margin-top: 48px;
}
@media (max-width: 480px) {
  .neo-product-terms .neo-product-notice + .neo-product-warranty {
    margin-top: 32px;
  }
}
.neo-product-terms .neo-product-h3 {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(1.25rem, 1.1079545455rem + 0.6060606061vw, 1.5625rem);
  line-height: 1.22;
  letter-spacing: 1.1px;
  font-weight: 900;
  margin: 0 0 18px;
  color: #111;
}
@media (max-width: 480px) {
  .neo-product-terms .neo-product-h3 {
    margin-bottom: 14px;
  }
}
.neo-product-terms .neo-product-richtext {
  color: #272727;
  font-size: 16px;
  line-height: 1.6;
}
.neo-product-terms .neo-product-richtext > *:first-child {
  margin-top: 0;
}
.neo-product-terms .neo-product-richtext > *:last-child {
  margin-bottom: 0;
}
.neo-product-terms .neo-product-richtext p {
  margin: 0 0 14px;
}
.neo-product-terms .neo-product-richtext strong {
  color: #111;
  font-weight: 700;
}
.neo-product-terms .neo-product-richtext a {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.neo-product-terms .neo-product-richtext a:hover {
  text-decoration-thickness: 2px;
}
.neo-product-terms .neo-product-richtext ul,
.neo-product-terms .neo-product-richtext ol {
  margin: 0 0 18px;
  padding-left: 1.25em;
}
.neo-product-terms .neo-product-richtext ul {
  list-style: disc;
}
.neo-product-terms .neo-product-richtext ol {
  list-style: decimal;
}
.neo-product-terms .neo-product-richtext li {
  margin: 0 0 4px;
}
.neo-product-terms .neo-product-richtext li > ul,
.neo-product-terms .neo-product-richtext li > ol {
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 1.2em;
}
.neo-product-terms .neo-product-richtext br {
  line-height: 0;
}
.neo-product-terms .neo-product-richtext table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0;
  font-size: 14px;
}
@media (max-width: 480px) {
  .neo-product-terms .neo-product-richtext table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
}
.neo-product-terms .neo-product-richtext th,
.neo-product-terms .neo-product-richtext td {
  padding: 10px 14px;
  border-bottom: 1px solid #e6e6e6;
  vertical-align: top;
}
.neo-product-terms .neo-product-richtext th {
  color: #111;
  font-weight: 700;
  text-align: left;
  background: #fff;
}
.neo-product-terms .neo-product-richtext blockquote {
  margin: 18px 0;
  padding: 14px 18px;
  border-left: 3px solid #111;
  background: #fff;
  border-radius: 4px;
  color: #272727;
}
.neo-product-terms .neo-product-richtext hr {
  border: 0;
  height: 1px;
  background: #e6e6e6;
  margin: 32px 0;
}

/* =========================
   Related Products
   ========================= */
.neo-related__title {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(1.625rem, 1.3977272727rem + 0.9696969697vw, 2.125rem);
  line-height: 1.18;
  letter-spacing: 1.2px;
  font-weight: 900;
  text-align: center;
  color: #111;
  margin: 0 0 48px;
}
@media (max-width: 768px) {
  .neo-related__title {
    margin-bottom: 32px;
  }
}
@media (max-width: 480px) {
  .neo-related__title {
    margin-bottom: 24px;
  }
}
.neo-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
}
@media (max-width: 960px) {
  .neo-related__grid {
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .neo-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}
@media (max-width: 480px) {
  .neo-related__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

.neo-related-card {
  min-width: 0;
  /* 互動狀態（保持乾淨，不做陰影/漸層） */
}
.neo-related-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.neo-related-card__media {
  background: #f5f5f5;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4/3;
  display: grid;
  place-items: center;
}
.neo-related-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  overflow: hidden;
  transition: transform 220ms ease;
}
.neo-related-card__media img:hover {
  transform: scale(1.025);
}
@media (max-width: 480px) {
  .neo-related-card__media {
    border-radius: 8px;
    aspect-ratio: 4/3;
  }
}
.neo-related-card__placeholder {
  width: 60%;
  height: 60%;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e6e6e6;
}
.neo-related-card__bottom {
  margin-top: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
}
.neo-related-card__name {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.9375rem, 0.9090909091rem + 0.1212121212vw, 1rem);
  line-height: 1.6;
  letter-spacing: 0.5px;
  font-weight: 400;
  margin: 0;
  color: #111;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.neo-related-card__arrow {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #111;
  color: #fff;
  display: grid;
  place-items: center;
}
.neo-related-card__arrow svg {
  display: block;
}
@media (max-width: 480px) {
  .neo-related-card__arrow {
    width: 34px;
    height: 34px;
  }
}
.neo-related-card__link:hover .neo-related-card__name {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.neo-related-card__link:focus-visible {
  outline: 2px solid #111;
  outline-offset: 4px;
  border-radius: 12px;
}

.page-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
}
.page-content {
  font-size: 14px;
  line-height: 1.8;
}
.page-content h1 {
  margin-bottom: 32px;
  font-size: 28px;
}
.page-content h2 {
  margin-top: 48px;
  margin-bottom: 16px;
  font-size: 18px;
}
.page-content p {
  margin-bottom: 16px;
}
.page-content ul {
  padding-left: 20px;
  margin-bottom: 16px;
}

/* ===================================================
   ENTRY POINT
   =================================================== */
/* Global Utilities */
/* settings */
/* ===================================================
   SINGLE ARTICLE PAGE
   =================================================== */
.single-article {
  padding: 64px 0;
  text-align: left !important;
}

.single-article__header {
  margin-bottom: 64px;
  text-align: left !important;
}

.single-article__meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.single-article__title {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(1.25rem, 1.1079545455rem + 0.6060606061vw, 1.5625rem);
  line-height: 1.22;
  letter-spacing: 1.1px;
  font-weight: 900;
  margin-top: 20px;
  margin-bottom: 18px;
  text-align: left !important;
}

.single-article__category {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.75rem, 0.7215909091rem + 0.1212121212vw, 0.8125rem);
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #111;
  display: flex;
  align-items: center;
  gap: 4px;
}
.single-article__category::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #e6e6e6;
  display: inline-block;
  margin-right: 10px;
}

.category-link:hover {
  text-decoration: underline;
}

.single-article__date {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.75rem, 0.7215909091rem + 0.1212121212vw, 0.8125rem);
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #111;
}

.single-article__hero {
  margin: 64px 0;
  overflow: hidden;
  max-height: 80vh;
}
.single-article__hero img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.single-article__body {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.9375rem, 0.9090909091rem + 0.1212121212vw, 1rem);
  line-height: 1.6;
  letter-spacing: 0.5px;
  font-weight: 400;
  margin-top: 64px;
  text-align: left !important;
  /* Paragraph spacing */
  /* Heading spacing */
  /* List spacing */
  /* Link styling */
}
.single-article__body p {
  margin-bottom: 18px;
}
.single-article__body p:last-child {
  margin-bottom: 0;
}
.single-article__body h2,
.single-article__body h3,
.single-article__body h4 {
  margin-top: 32px;
  margin-bottom: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: #111;
}
.single-article__body h2 {
  font-size: 28px;
}
.single-article__body h3 {
  font-size: 22px;
}
.single-article__body ul,
.single-article__body ol {
  margin-bottom: 18px;
  padding-left: 32px;
}
.single-article__body ul li,
.single-article__body ol li {
  margin-bottom: 10px;
  text-align: left !important;
}
.single-article__body a {
  color: #111;
  text-decoration: underline;
}
.single-article__body a:hover {
  opacity: 0.8;
}

/* ===================================================
   ENTRY POINT
   =================================================== */
/* Global Utilities */
/* settings */
/* scss/pages/_p-customize.scss */
/* =========
   Layout base
   ========= */
.neo-customize {
  padding: 72px 0;
}
.neo-customize__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* =========
   Shared typography
   ========= */
.neo-customize-richtext {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.9375rem, 0.9090909091rem + 0.1212121212vw, 1rem);
  line-height: 1.6;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #272727;
  line-height: 1.9;
}
.neo-customize-richtext ul,
.neo-customize-richtext ol {
  margin: 0 0 4px 18px;
  padding: 0;
}
@media (max-width: 768px) {
  .neo-customize-richtext {
    text-align: left;
  }
}

.neo-customize-button {
  margin: 48px 0;
}

/* =========
   1) Intro (圖 + 文字)
   ========= */
.neo-customize-intro {
  margin-top: 48px;
}
@media (max-width: 960px) {
  .neo-customize-intro {
    text-align: center;
  }
}

.neo-customize-top {
  padding: 32px 0;
}

.neo-customize-top__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.neo-customize-intro {
  margin: 0 0 72px;
}

.neo-customize-intro__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-auto-rows: 1fr;
  align-items: stretch;
  grid-template-areas: "media heading" "media content";
  column-gap: 24px;
  align-items: start;
}

.neo-customize-intro__media {
  grid-area: media;
  width: 100%;
  height: 100%;
}
@media (max-width: 960px) {
  .neo-customize-intro__media {
    width: 100vw;
    aspect-ratio: 2/1;
  }
}
.neo-customize-intro__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.neo-customize-intro__heading {
  grid-area: heading;
  margin-top: 48px;
}
@media (max-width: 960px) {
  .neo-customize-intro__heading {
    margin-top: 0;
  }
}

.neo-customize-intro__content {
  grid-area: content;
}
@media (max-width: 960px) {
  .neo-customize-intro__content {
    margin-top: 22px;
  }
}

/* =========
   2) Process (灰底 100vw + 步驟 + subtitle 左右延伸線)
   ========= */
.neo-customize-process {
  position: relative;
  text-align: center;
  padding: 64px 0;
  margin: 0 0 84px;
  background: transparent; /* 背景交給 ::before */
  display: flex;
  flex-direction: column;
  /* 灰底 100vw */
}
.neo-customize-process::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #f5f5f5;
  z-index: -1;
}
.neo-customize-process .neo-section-heading {
  margin-bottom: 0;
}

.neo-customize-process__head {
  max-width: 860px;
  margin: 0 auto 22px;
}

.neo-customize-process__steps {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 14px;
  margin: 22px 0 18px;
}

.neo-customize-step {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background: #272727;
  color: #f5f5f5;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.neo-customize-step__sep {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.75rem, 0.7215909091rem + 0.1212121212vw, 0.8125rem);
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #111;
  font-size: 18px;
  line-height: 1;
  transform: translateY(-1px);
}

/* subtitle：左側延伸線 + 文字 + 右側箭頭線 */
.neo-customize-process__subtitle {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.875rem, 0.8465909091rem + 0.1212121212vw, 0.9375rem);
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 18px auto 14px;
  color: #272727;
  width: 100%;
  max-width: 700px;
}
.neo-customize-process__subtitle span {
  display: block;
  width: 100%;
  white-space: nowrap;
}

/* 左側延伸線 */
.neo-customize-process__subtitle::before {
  content: "";
  height: 2px;
  width: 100%;
  background: #111;
}

/* 右側箭頭線（你原本已有這個 element） */
.neo-customize-process__arrow {
  width: 100%;
  height: 2px;
  background: #111;
  position: relative;
}

.neo-customize-process__arrow::after {
  content: "";
  position: absolute;
  right: 0px;
  top: -4px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #111;
  border-bottom: 2px solid #111;
  transform: rotate(-45deg);
}

.neo-customize-process__body {
  max-width: 700px;
  margin: 0 auto;
}

/* =========
   Products (不改你現有 UI 的 class，只保持可用)
   ========= */
.neo-customize-products {
  padding: 48px 0;
}

.neo-customize-products__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.neo-customize-products__head {
  text-align: center;
  margin-bottom: 18px;
}

.neo-customize-products__divider {
  height: 1px;
  background: #e6e6e6;
  margin: 22px 0 30px;
}

.neo-customize-products__tabs {
  max-width: 1002px;
  margin: 22px auto 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  justify-items: center;
}

.neo-customize-tab {
  appearance: none;
  border: 0;
  background: transparent;
  width: 100%;
  cursor: pointer;
  border-radius: 0;
  padding: 8px;
  aspect-ratio: 1;
  max-width: 167px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: background-color 0.2s ease;
}
.neo-customize-tab.is-active {
  background: rgba(0, 0, 0, 0.08);
}
.neo-customize-tab:hover {
  background: rgba(0, 0, 0, 0.03);
}
.neo-customize-tab:focus-visible {
  outline: 2px solid rgba(0, 0, 0, 0.35);
  outline-offset: 2px;
}

.neo-customize-tab__icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 150px;
}
.neo-customize-tab__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: grayscale(100%);
}

.neo-customize-tab__label {
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.75rem, 0.7215909091rem + 0.1212121212vw, 0.8125rem);
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-weight: 700;
  color: #111;
  text-align: center;
}

/* Panel */
.neo-customize-panel__top {
  display: grid;
  grid-template-columns: minmax(0, 70vh) minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

.neo-customize-panel__bottom {
  margin-top: 34px;
}
.neo-customize-panel__bottom .neo-section-heading {
  margin: 64px 0 24px 0;
}

/* Gallery */
.neo-customize-gallery__main {
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  background: #f5f5f5;
  aspect-ratio: 4/3;
}
.neo-customize-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.neo-customize-gallery__thumbs {
  margin-top: 12px;
  display: flex;
  gap: 10px;
  width: 100%;
  overflow: hidden;
}

.neo-customize-thumb {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  font: inherit;
  color: inherit;
  scroll-snap-align: start;
  flex: 0 0 auto;
  aspect-ratio: 1/1;
  width: 80px;
  overflow: hidden;
  border-radius: 2px;
  background: #f5f5f5;
  cursor: pointer;
  border: 1px solid transparent;
}
.neo-customize-thumb:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
@media (max-width: 768px) {
  .neo-customize-thumb {
    width: 60px;
  }
}
@media (max-width: 480px) {
  .neo-customize-thumb {
    width: 50px;
  }
}
.neo-customize-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.55;
  transition: opacity 150ms ease;
}
.neo-customize-thumb.is-active {
  border-color: #111;
}
.neo-customize-thumb.is-active img {
  opacity: 1;
}

/* Features */
.neo-customize-h3 {
  margin: 48px 0;
}

.neo-customize-features {
  margin-top: 22px;
  font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
  font-size: clamp(0.9375rem, 0.9090909091rem + 0.1212121212vw, 1rem);
  line-height: 1.6;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.neo-customize-features__title {
  margin: 0 0 12px;
}

/* component: c-case-card */
.neo-customize-more {
  margin-top: 22px;
  display: flex;
  justify-content: center;
}
.neo-customize-more__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 8px;
  background: #272727;
  color: #f5f5f5;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.neo-customize-more__btn:hover {
  opacity: 0.95;
}

/* =========
   RWD
   ========= */
@media (max-width: 960px) {
  .neo-customize {
    padding: 40px 0 0;
  }
  .neo-customize__inner,
  .neo-customize-top__inner,
  .neo-customize-products__inner {
    padding: 0 18px;
  }
  /* Intro：內容在上、圖片在下 */
  .neo-customize-intro__grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
  .neo-customize-intro__heading {
    order: 0;
  }
  .neo-customize-intro__media {
    order: 1;
  }
  .neo-customize-intro__content {
    order: 2;
  }
  .neo-customize-button {
    text-align: center;
  }
  /* Process */
  .neo-customize-process {
    padding: 56px 0;
  }
  .neo-customize-process__steps {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .neo-customize-process__subtitle {
    max-width: 720px;
  }
}
@media (max-width: 768px) {
  /* Products layout */
  .neo-customize-products__tabs {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-auto-rows: 1fr;
    margin: 0 auto;
    gap: 12px;
  }
  .neo-customize-panel__top {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .neo-customize-gallery__main {
    aspect-ratio: 4/3;
  }
}
@media (max-width: 480px) {
  .neo-customize {
    padding: 52px 0;
  }
  /* Process：手機避免 › 亂跳行，直接隱藏分隔符號 */
  .neo-customize-step__sep {
    transform: rotate(90deg);
  }
  .neo-customize-process {
    padding: 44px 0;
  }
  .neo-customize-process__steps {
    flex-direction: column;
    max-width: 340px;
    gap: 0;
    margin: 22px auto 14px;
    order: 1;
  }
  .neo-customize-step {
    width: 84px;
    height: 84px;
    font-size: 14px;
  }
  .neo-customize-process__subtitle {
    max-width: 360px;
    justify-content: flex-start;
    gap: 10px;
    margin: 16px auto 12px;
    text-align: left;
  }
  .neo-customize-process__arrow {
    width: 180px;
  }
  .neo-customize-process__body {
    max-width: 360px;
    margin: 24px auto 0;
    text-align: left;
    order: 2;
  }
  /* Products tabs：手機橫向滑動更好用 */
  .neo-customize-products__tabs {
    padding-bottom: 24px;
    gap: 0;
  }
  .neo-customize-tab {
    max-width: 130px;
    scroll-snap-align: start;
  }
}

/*# sourceMappingURL=style.css.map */
