/* ---------- Newsletter + Footer（背景蓝色系） ---------- */
.newsletter {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  background: var(--color-blue-bg);
  padding: 72px 0;
  box-sizing: border-box;
}
.newsletter > .container {
  width: var(--content-col);
  max-width: none;
  margin-inline: auto;
  padding-inline: 0;
}

/* Other pages: simple subscribe bar (homepage banner styles stay in home.css) */
.newsletter:not(.newsletter--banner) {
  background: #ebf5ff;
  padding: clamp(40px, 5vw, 64px) 0;
}

.newsletter-inner,
.newsletter-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 48px);
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  color: var(--color-secondary);
  box-shadow: none;
}

.newsletter-inner h2,
.newsletter-card h2 {
  margin: 0;
  max-width: 14em;
  color: var(--color-secondary);
  font-family: var(--font-heading);
  font-size: clamp(26px, 3.2vw, 40px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.newsletter-card__title-line {
  display: block;
}

.newsletter-inner .eyebrow,
.newsletter-card .eyebrow {
  color: var(--color-primary);
}

.newsletter-inner p,
.newsletter-card p {
  margin: 8px 0 0;
  color: var(--color-text);
}

.newsletter-inner .newsletter-form,
.newsletter-card .newsletter-form {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 12px;
  width: min(100%, 480px);
  margin-left: auto;
  flex-shrink: 0;
}

.newsletter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}

.newsletter-form .newsletter-msg {
  flex: 1 1 100%;
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 1.4;
}

.newsletter-form .newsletter-msg.is-error {
  color: #b42318;
}

.newsletter-form .newsletter-msg.is-ok {
  color: #027a48;
}

.newsletter-inner .newsletter-form input,
.newsletter-card .newsletter-form input {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 48px;
  border: 1px solid #d7dee8;
  border-radius: 8px;
  padding: 0 16px;
  background: var(--color-white);
  color: var(--color-secondary);
  box-shadow: none;
}

.newsletter-form input {
  flex: 1;
  min-height: 48px;
  border: 1px solid rgba(30, 91, 184, 0.18);
  border-radius: var(--radius);
  padding: 0 14px;
  background: var(--color-white);
  color: var(--color-secondary);
}

.newsletter-inner .newsletter-form input::placeholder,
.newsletter-card .newsletter-form input::placeholder {
  color: #9aa3b2;
}

.newsletter-inner .newsletter-form .btn,
.newsletter-inner .newsletter-form .btn-solid,
.newsletter-card .newsletter-form .btn,
.newsletter-card .newsletter-form .btn-solid {
  flex-shrink: 0;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 8px;
  background: var(--color-blue-band);
  border-bottom: 3px solid var(--color-blue-deep);
  color: var(--color-white);
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: none;
}

.newsletter-form .btn,
.newsletter-form .btn-solid {
  background: var(--color-blue-band);
  border-color: var(--color-blue-band);
  color: var(--color-white);
  white-space: nowrap;
}

.newsletter-inner .newsletter-form .btn:hover,
.newsletter-inner .newsletter-form .btn-solid:hover,
.newsletter-card .newsletter-form .btn:hover,
.newsletter-card .newsletter-form .btn-solid:hover {
  background: var(--color-blue-deep);
  border-bottom-color: #0a2f6a;
  color: var(--color-white);
}

.newsletter-form .btn:hover,
.newsletter-form .btn-solid:hover {
  background: var(--color-blue-deep);
  border-color: var(--color-blue-deep);
  color: var(--color-white);
}

@media (max-width: 767px) {
  .newsletter-inner,
  .newsletter-card {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }

  .newsletter-inner h2,
  .newsletter-card h2 {
    max-width: none;
  }

  .newsletter-inner .newsletter-form,
  .newsletter-card .newsletter-form {
    width: 100%;
    margin-left: 0;
    flex-wrap: wrap;
  }

  .newsletter-inner .newsletter-form .btn,
  .newsletter-inner .newsletter-form .btn-solid,
  .newsletter-card .newsletter-form .btn,
  .newsletter-card .newsletter-form .btn-solid {
    width: 100%;
  }
}

/* Shared newsletter banner (same as homepage; home.css kept for homepage) */
.newsletter.newsletter--banner {
  background: linear-gradient(135deg, #f0f7ff 0%, #e8f2fc 52%, #eef6ff 100%);
  padding: 56px 0 72px;
}

.newsletter-banner {
  display: flex;
  align-items: stretch;
  gap: 0;
  min-height: 168px;
  border-radius: 20px;
  background: linear-gradient(135deg, #f0f7ff 0%, #e8f2fc 52%, #eef6ff 100%);
  box-shadow: 0 10px 36px rgba(30, 91, 184, 0.1);
  overflow: hidden;
}

.newsletter-banner__main {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  gap: clamp(16px, 2.2vw, 28px);
  min-width: 0;
  padding: clamp(22px, 3vw, 36px) clamp(18px, 2.5vw, 32px);
}

.newsletter-banner__icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: clamp(56px, 6vw, 72px);
  height: clamp(56px, 6vw, 72px);
  border-radius: 50%;
  background: var(--color-white);
  color: var(--color-primary);
  box-shadow: 0 6px 18px rgba(30, 91, 184, 0.14);
}

.newsletter-banner__copy {
  flex: 0 1 auto;
  min-width: 0;
}

.newsletter-banner__title {
  margin: 0 0 8px;
  font-size: clamp(24px, 2.8vw, 36px);
  line-height: 1.12;
  letter-spacing: 0.02em;
}

.newsletter-banner__title-line,
.newsletter-banner__title-accent {
  display: block;
  text-transform: uppercase;
}

.newsletter-banner__title-line {
  color: var(--color-secondary);
}

.newsletter-banner__title-accent {
  color: var(--color-primary);
}

.newsletter-banner__text {
  margin: 0;
  color: var(--color-text);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.55;
}

.newsletter-banner__form {
  flex: 1 1 320px;
  align-self: center;
  width: 100%;
  max-width: 430px;
  margin-left: auto;
}

.newsletter-banner__field {
  display: flex;
  align-items: stretch;
  width: 100%;
  padding: 4px;
  border-radius: 999px;
  background: var(--color-white);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

.newsletter-banner__field input[type="email"] {
  font-size: 1rem;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px 0 0 999px;
  background: transparent;
  color: var(--color-secondary);
}

.newsletter-banner__field input[type="email"]::placeholder {
  color: var(--color-muted);
}

.newsletter-banner__field .btn,
.newsletter-banner__field .btn-solid {
  flex-shrink: 0;
  min-height: 48px;
  margin: 0;
  padding: 0 clamp(18px, 2vw, 26px);
  border: 0;
  border-radius: 999px;
  background: var(--color-blue-band);
  color: var(--color-white);
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.newsletter-banner__field .btn:hover,
.newsletter-banner__field .btn-solid:hover {
  background: var(--color-blue-deep);
}

.newsletter-banner__form .newsletter-msg {
  flex: 1 1 100%;
  margin: 8px 0 0;
  padding-left: 12px;
  font-size: 14px;
  line-height: 1.4;
}

.newsletter-banner__art {
  display: flex;
  flex: 0 0 clamp(150px, 18vw, 240px);
  align-items: flex-end;
  justify-content: flex-end;
  pointer-events: none;
}

.newsletter-banner__art img {
  width: 100%;
  max-width: 240px;
  height: auto;
  object-fit: contain;
  object-position: bottom right;
}

@media (max-width: 1023px) {
  .newsletter-banner {
    flex-direction: column;
  }

  .newsletter-banner__main {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .newsletter-banner__form {
    flex: 1 1 100%;
    max-width: none;
    margin-left: 0;
  }

  .newsletter-banner__art {
    flex: 0 0 auto;
    align-self: stretch;
    justify-content: center;
    padding: 0 20px 12px;
  }

  .newsletter-banner__art img {
    max-width: 200px;
  }
}

@media (max-width: 767px) {
  .newsletter.newsletter--banner {
    padding: 40px 0 56px;
  }

  .newsletter-banner__main {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
    padding: 24px 20px 20px;
  }

  .newsletter-banner__icon {
    width: 56px;
    height: 56px;
  }

  .newsletter-banner__copy {
    max-width: none;
  }

  .newsletter-banner__field {
    flex-direction: column;
    gap: 8px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .newsletter-banner__field input[type="email"] {
    min-height: 48px;
    padding: 0 16px;
    border: 1px solid rgba(30, 91, 184, 0.18);
    border-radius: var(--radius);
    background: var(--color-white);
  }

  .newsletter-banner__field .btn,
  .newsletter-banner__field .btn-solid {
    width: 100%;
    border-radius: var(--radius);
  }

  .newsletter-banner__art img {
    max-width: 170px;
  }
}

/* 饱和蓝全宽色带（Instagram / 社交展示） */
.blue-band {
  width: 100%;
  margin: 0;
  padding: 72px 0;
  background: var(--color-blue-band);
  color: var(--color-white);
  box-sizing: border-box;
}
.blue-band > .container {
  width: var(--content-col);
  max-width: none;
  margin-inline: auto;
  padding-inline: 0;
}
.blue-band h2,
.blue-band .section-title {
  margin: 0 0 28px;
  text-align: center;
  color: #fff;
  font-size: clamp(24px, 3.5vw, 36px);
  text-transform: none;
  letter-spacing: 0;
}
.blue-band-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.blue-band-grid figure {
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
}
.blue-band-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blue-band-grid .cover {
  margin: 0;
  height: 100%;
  aspect-ratio: auto;
  border-radius: 0;
}
/* Homepage featured product covers: keep the wide cell and fill the image. */
.blue-band-grid figure.cover {
  aspect-ratio: 4 / 3;
  height: auto;
}
.blue-band-grid figure.cover img.cover-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: var(--color-cream);
}

.site-footer {
  width: 100%;
  margin: 0;
  background: var(--color-white);
  color: var(--color-text);
  padding: 72px 0 28px;
  border-top: 1px solid var(--color-line);
  box-sizing: border-box;
}
.site-footer > .container {
  width: var(--content-col);
  max-width: none;
  margin-inline: auto;
  padding-inline: 0;
}
.site-footer .logo-img {
  filter: none;
  height: 52px;
  max-width: 280px;
}
.site-footer h4 {
  font-family: var(--font-ui);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-secondary);
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.site-footer a {
  display: block;
  margin: 0 0 10px;
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-text);
}
.site-footer a:hover {
  color: var(--color-primary);
}
.footer-tag {
  /* font-family:
    "Noto Sans SC", "PingFang SC", "Microsoft YaHei", "Segoe UI", Roboto, Arial,
    sans-serif; */
  margin: 14px 0 18px;
  font-size: 20px;
  line-height: 1.4;
  color: var(--color-secondary);
}
.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.socials a {
  width: 40px;
  height: 40px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--color-blue-band);
  color: #fff !important;
  font-size: 0;
  text-indent: 0;
  position: relative;
}
.socials a::before {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
}
.socials a[aria-label*="Instagram"]::before {
  content: "IG";
  font-size: 11px;
}
.socials a[aria-label*="TikTok"]::before {
  content: "TT";
  font-size: 11px;
}
.socials a[href*="facebook" i]::before,
.socials a[aria-label*="Facebook"]::before {
  content: "f";
  font-size: 16px;
}
.socials a[aria-label*="Twitter"],
.socials a[aria-label*="X"] {
}
.socials a.socials-email {
  width: auto;
  height: auto;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  text-decoration: none;
}
.socials a.socials-email::before {
  content: none;
}
.socials a.socials-email:hover {
  text-decoration: underline;
}
.footer-copy {
  margin: 16px 0 0;
  color: var(--color-muted);
  font-size: 15px;
  line-height: 1.5;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr auto;
  gap: 32px;
  align-items: start;
  padding-bottom: 36px;
}
.footer-navs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0; /* 间距改为左右 padding 控制，竖线位于中间 */
  justify-self: end;
}
.footer-nav {
  width: max-content;
  max-width: 100%;
  text-align: left;
}
/* 两个导航之间用灰色竖线隔开 */
.footer-nav {
  padding: 0 50px; /* 两侧各 50px，总间距保持 100px */
}
.footer-nav + .footer-nav {
  border-left: 1px solid #d9d9d9;
  padding-left: 50px;
}
.footer-nav:first-child {
  padding-left: 0;
}
.footer-nav:last-child {
  padding-right: 0;
}

/* Accepted payment methods — under copyright */
.footer-payments {
  margin-top: 18px;
}
.footer-payments__panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
  padding: 14px 14px 12px;
  border-radius: 8px;
  /* background: #5a2a5c; */
  color: #1c1917;
  text-align: center;
  box-sizing: border-box;
}
.footer-payments__title {
  margin: 0 0 10px;
  color: #1c1917;
  font-family: var(--font-ui);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-transform: none;
}
.footer-payments__icons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}
.footer-payments__icon {
  display: block;
  margin: 0;
  line-height: 0;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15);
}
.footer-payments__icon img,
.footer-payments__icon svg {
  display: block;
  width: 42px;
  height: 26px;
  object-fit: contain;
  background: #fff;
}

.site-footer .muted {
  color: var(--color-muted);
}
.muted {
  color: var(--color-muted);
}
