/*
Theme Name: Zizhan Official
Theme URI: https://example.com/
Author: Zizhan
Description: WordPress theme for the Zizhan nourishing gift box official site.
Version: 1.1.0
Text Domain: zizhan-geo
*/

:root {
  --bg: #fbf5ea;
  --panel: #fffaf1;
  --ink: #22130e;
  --muted: #77675c;
  --line: #ead9c3;
  --orange: #f18700;
  --orange-dark: #b95700;
  --wine: #2a0711;
  --gold: #bf8845;
  --dark: #160f0b;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: 1.7;
}

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

.wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(234, 217, 195, 0.68);
  background: rgba(251, 245, 234, 0.92);
  backdrop-filter: blur(18px);
}

.nav {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: inline-flex;
  width: 46px;
  height: 50px;
  align-items: center;
  justify-content: center;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand strong {
  display: block;
  color: var(--wine);
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1.1;
}

.brand small {
  display: block;
  margin-top: 2px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.menu {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  color: #5f5048;
  font-size: 14px;
  font-weight: 600;
}

.menu a:hover {
  color: var(--orange-dark);
}

.hero {
  position: relative;
  min-height: calc(100vh - 78px);
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 16%, rgba(241, 135, 0, 0.24), transparent 32%),
    linear-gradient(135deg, #fff7e8 0%, #fbecd2 46%, #d57a18 46.2%, #7a3308 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: calc(100vh - 78px);
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.88fr);
  gap: 64px;
  align-items: center;
  padding: 72px 0 86px;
}

.hero-copy {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--orange-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  max-width: 760px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.08;
  letter-spacing: 0;
}

h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.16;
  letter-spacing: 0;
}

h3 {
  font-size: 21px;
  line-height: 1.35;
}

.lead {
  max-width: 760px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.9;
}

.hero .lead {
  margin-top: 24px;
  color: #5c4e45;
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 800;
}

.button.primary {
  background: var(--orange);
  color: #20100a;
}

.button.ghost {
  border: 1px solid rgba(42, 7, 17, 0.24);
  color: var(--wine);
}

.hero-panel {
  overflow: hidden;
  border: 1px solid rgba(255, 250, 241, 0.38);
  background: rgba(255, 250, 241, 0.18);
  box-shadow: 0 34px 90px rgba(90, 37, 5, 0.22);
}

.hero-panel img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.hero-visual {
  position: absolute;
  inset: 0;
}

.seal {
  position: absolute;
  right: 11vw;
  top: 16vh;
  display: flex;
  width: min(30vw, 360px);
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  border: 4px solid rgba(255, 250, 241, 0.22);
  border-radius: 28%;
  color: rgba(255, 250, 241, 0.2);
  font-size: clamp(140px, 22vw, 300px);
  font-weight: 900;
  line-height: 1;
}

.hero-product {
  position: absolute;
  right: 8vw;
  bottom: 10vh;
  display: grid;
  width: min(34vw, 430px);
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.hero-product span {
  border: 1px solid rgba(255, 250, 241, 0.18);
  background: rgba(255, 250, 241, 0.06);
  color: #ffe2ad;
  padding: 18px;
  text-align: center;
  font-weight: 800;
}

.section {
  padding: 88px 0;
}

.section-head {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 34px;
  align-items: end;
  margin-bottom: 34px;
}

.section-head .lead {
  max-width: 620px;
}

.product-grid,
.standard-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.product-card,
.standard-grid article,
.scene-list article {
  border: 1px solid var(--line);
  background: var(--panel);
  padding: 28px;
}

.product-card {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.feature-card {
  background: var(--wine);
  color: #fff6e6;
}

.card-index {
  margin-top: 20px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.product-card img {
  display: block;
  width: calc(100% + 56px);
  max-width: none;
  height: 210px;
  margin: -28px -28px 0;
  object-fit: cover;
}

.product-card h3,
.standard-grid h3 {
  margin-top: 18px;
}

.product-card p,
.standard-grid p,
.scene-list p,
.faq-list p {
  margin-top: 12px;
  color: var(--muted);
}

.feature-card p {
  color: #e6d4bf;
}

.product-card a {
  margin-top: auto;
  color: var(--orange-dark);
  font-size: 14px;
  font-weight: 800;
}

.feature-card a {
  color: #ffb960;
}

.dark-band {
  background: var(--dark);
  color: #fff7e8;
}

.dark-band .lead,
.dark-band .scene-list p {
  color: #d7c3a9;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: start;
}

.scene-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.scene-list article {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
}

.standard-grid {
  grid-template-columns: repeat(4, 1fr);
}

.geo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.geo-card {
  border: 1px solid var(--line);
  background: var(--panel);
  padding: 28px;
}

.geo-card p {
  margin-top: 12px;
  color: var(--muted);
}

.geo-card a {
  display: inline-flex;
  margin-top: 24px;
  color: var(--orange-dark);
  font-size: 14px;
  font-weight: 800;
}

.supermarket-section {
  background: #fffaf1;
  border-top: 1px solid var(--line);
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.case-card {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  border: 1px solid var(--line);
  background: #ffffff;
  padding: 26px;
}

.case-card span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

.case-card h3 {
  margin-top: 16px;
}

.case-card p {
  margin-top: 12px;
  color: var(--muted);
}

.case-card a {
  margin-top: auto;
  color: var(--orange-dark);
  font-size: 14px;
  font-weight: 800;
}

.question-band {
  background: #fffaf1;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  border: 1px solid var(--line);
  background: #ffffff;
  padding: 20px 22px;
}

.faq-list summary {
  cursor: pointer;
  color: var(--wine);
  font-size: 18px;
  font-weight: 800;
}

.faq-more-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 8px;
  color: var(--orange-dark);
  font-size: 14px;
  font-weight: 800;
}

.faq-page-list {
  max-width: 980px;
}

.compact-faq {
  background: #fbf5ea;
}

.faq-grid {
  grid-template-columns: repeat(2, 1fr);
}

.contact-section {
  background:
    linear-gradient(90deg, rgba(241, 135, 0, 0.92), rgba(241, 135, 0, 0.72)),
    var(--orange);
}

.page-hero {
  padding: 88px 0 58px;
  background:
    radial-gradient(circle at 84% 10%, rgba(241, 135, 0, 0.22), transparent 30%),
    linear-gradient(135deg, #fff7e8 0%, #fbecd2 58%, #190d09 58.2%, #160f0b 100%);
}

.page-hero h1 {
  max-width: 860px;
  font-size: clamp(38px, 5vw, 64px);
}

.page-hero .lead {
  margin-top: 18px;
}

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 32px;
  align-items: start;
}

.content-main,
.content-side {
  border: 1px solid var(--line);
  background: #fffaf1;
  padding: 30px;
}

.content-main {
  font-size: 17px;
}

.content-main h2,
.content-main h3,
.content-main p,
.content-main ul,
.content-main ol {
  margin-top: 18px;
}

.content-main h2:first-child,
.content-main h3:first-child,
.content-main p:first-child {
  margin-top: 0;
}

.content-cover {
  margin: -30px -30px 28px;
}

.content-cover img {
  display: block;
  width: 100%;
  max-height: 460px;
  object-fit: cover;
}

.content-side {
  position: sticky;
  top: 104px;
}

.content-side h2 {
  font-size: 24px;
}

.content-side p {
  margin: 12px 0 22px;
  color: var(--muted);
}

.contact-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  color: #21110a;
}

.contact-card .eyebrow,
.contact-card .lead {
  color: #3a1b0a;
}

.contact-copy {
  margin-top: 18px;
  color: #3a1b0a;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.9;
}

.contact-copy a {
  color: #21110a;
}

.contact-methods {
  display: flex;
  align-items: center;
  gap: 14px;
}

.phone-link {
  display: grid;
  min-width: 260px;
  border: 1px solid rgba(33, 17, 10, 0.2);
  background: var(--dark);
  color: #fffaf1;
  padding: 18px 22px;
}

.phone-link span,
.floating-contact span {
  color: #f5b160;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.phone-link strong,
.floating-contact strong {
  margin-top: 4px;
  color: #fffaf1;
  font-size: 24px;
  line-height: 1.1;
}

.phone-link em {
  margin-top: 8px;
  color: #f4d6aa;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.qr-placeholder {
  display: grid;
  width: 104px;
  height: 104px;
  place-items: center;
  border: 1px solid rgba(33, 17, 10, 0.2);
  background:
    linear-gradient(90deg, rgba(42, 7, 17, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(42, 7, 17, 0.08) 1px, transparent 1px),
    #fff7e8;
  background-size: 12px 12px;
  color: var(--wine);
  text-align: center;
  font-weight: 800;
}

.qr-placeholder small {
  display: block;
  margin-top: -28px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.floating-contact {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
}

.floating-contact a {
  display: grid;
  min-width: 190px;
  border: 1px solid rgba(255, 250, 241, 0.24);
  background: rgba(22, 15, 11, 0.94);
  box-shadow: 0 18px 48px rgba(22, 9, 4, 0.28);
  padding: 14px 16px;
  backdrop-filter: blur(14px);
}

.floating-contact strong {
  font-size: 19px;
}

.brand-links-section {
  background: #fffaf1;
  border-top: 1px solid var(--line);
}

.logo-link-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
}

.logo-link-grid a {
  display: flex;
  min-height: 104px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  background: #ffffff;
  color: var(--wine);
  padding: 14px;
  text-align: center;
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.logo-link-grid a:hover {
  border-color: var(--orange);
  color: var(--orange-dark);
  transform: translateY(-2px);
}

.brand-logo {
  display: flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 8px 10px;
  overflow-wrap: anywhere;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
}

.brand-logo-walmart { color: #0071ce; font-size: 19px; }
.brand-logo-sams { background: #00529b; color: #ffffff; font-size: 16px; }
.brand-logo-costco { color: #e31837; font-size: 19px; text-transform: uppercase; }
.brand-logo-rtmart { color: #d9251d; font-size: 20px; }
.brand-logo-hema { background: #0067b1; color: #ffffff; font-size: 22px; }
.brand-logo-yonghui { color: #007a3d; }
.brand-logo-wumart { color: #0065b3; font-size: 22px; }
.brand-logo-metro { background: #003b7a; color: #ffd400; font-size: 20px; }
.brand-logo-lianhua { color: #d71920; font-size: 22px; }
.brand-logo-crv { color: #00843d; font-size: 19px; }
.brand-logo-jiajiayue { color: #df1f2d; font-size: 20px; }
.brand-logo-zhongbai { color: #0068b7; font-size: 22px; }
.brand-logo-qdama { color: #f06b1a; font-size: 20px; }
.brand-logo-aeon { color: #9b1b9b; font-size: 21px; }
.brand-logo-rainbow { color: #e60012; font-size: 22px; }
.brand-logo-hongqi { background: #d71920; color: #ffffff; font-size: 18px; }

.site-footer {
  padding: 34px 0;
  border-top: 1px solid var(--line);
  background: var(--dark);
  color: #cbb9a2;
  font-size: 14px;
}

@media (max-width: 900px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 0;
  }

  .hero,
  .hero-inner {
    min-height: auto;
  }

  .hero-inner,
  .section-head,
  .split,
  .product-grid,
  .standard-grid,
  .scene-list,
  .geo-grid,
  .case-grid,
  .faq-grid,
  .content-layout {
    grid-template-columns: 1fr;
  }

  .logo-link-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero {
    background: linear-gradient(180deg, #fff7e8 0%, #fbecd2 58%, #d57a18 58.2%, #7a3308 100%);
  }

  .hero-inner {
    gap: 34px;
    padding: 54px 0;
  }

  .hero-product,
  .seal {
    display: none;
  }

  .hero-panel {
    background: rgba(255, 250, 241, 0.08);
  }

  .hero-panel img {
    aspect-ratio: 4 / 3;
  }

  .section {
    padding: 58px 0;
  }

  .contact-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-methods {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .phone-link {
    min-width: 0;
    width: 100%;
  }

  .floating-contact {
    right: 14px;
    bottom: 14px;
  }

  .floating-contact a {
    min-width: 164px;
    padding: 12px 14px;
  }

  .floating-contact strong {
    font-size: 17px;
  }

  .content-side {
    position: static;
  }
}
