:root {
  --bg: #f5efe5;
  --surface: #fffaf3;
  --surface-2: #f0e7d8;
  --text: #181612;
  --muted: #655e55;
  --line: rgba(24, 22, 18, 0.12);
  --brand: #173730;
  --brand-2: #254c43;
  --gold: #c49b55;
  --shadow: 0 18px 48px rgba(28, 22, 16, 0.08);
  --radius: 24px;
  --radius-sm: 16px;
  --shell: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "PingFang TC", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(196, 155, 85, 0.14), transparent 26%),
    linear-gradient(180deg, #faf5ec 0%, #f5efe5 45%, #ece0cf 100%);
  text-wrap: pretty;
}

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

img {
  max-width: 100%;
  display: block;
}

iframe {
  width: 100%;
  border: 0;
}

.shell {
  width: min(calc(100% - 32px), var(--shell));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(17, 31, 28, 0.84);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #f8f1e6;
}

.brand strong,
.hero h1,
.hero h2,
.section-heading h2,
.card h3,
.plan-card h3,
.product-hero h1,
.faq-item h3 {
  font-family: "Baskerville", "Times New Roman", serif;
  letter-spacing: 0.02em;
}

.brand strong {
  display: block;
}

.brand small {
  display: block;
  color: rgba(248, 241, 230, 0.72);
  margin-top: 2px;
}

.brand-mark {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(145deg, #ebcd93, #b4853f);
  color: #12221f;
  font-weight: 800;
}

.site-nav {
  display: flex;
  gap: 18px;
  align-items: center;
}

.site-nav a,
.menu-toggle {
  color: rgba(248, 241, 230, 0.88);
  font-size: 0.95rem;
}

.menu-toggle {
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: transparent;
  border-radius: 999px;
  padding: 10px 14px;
}

.hero,
.page-hero {
  padding: 76px 0 42px;
}

.hero-grid,
.feature-split,
.product-layout,
.contact-layout {
  display: grid;
  gap: 24px;
}

.hero-grid {
  grid-template-columns: 1.08fr 0.92fr;
  align-items: stretch;
}

.hero-copy,
.hero-panel,
.card,
.plan-card,
.faq-item,
.contact-panel {
  background: rgba(255, 250, 243, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.hero-copy,
.hero-panel,
.page-banner,
.product-hero,
.contact-panel {
  border-radius: 30px;
  padding: clamp(24px, 4vw, 48px);
}

.pill,
.eyebrow,
.plan-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 13px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
}

.pill,
.eyebrow {
  color: var(--brand);
  border: 1px solid var(--line);
  background: rgba(255, 250, 243, 0.86);
}

.hero h1,
.product-hero h1 {
  margin: 18px 0 16px;
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  line-height: 0.95;
  max-width: 11ch;
}

.hero h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.05;
  max-width: 10ch;
}

.hero p,
.section-heading p,
.card p,
.plan-card p,
.faq-item p,
.contact-panel p,
.product-copy p,
.site-footer p,
.product-list li,
.info-list li {
  color: var(--muted);
  line-height: 1.78;
}

.hero-actions,
.hero-points,
.contact-quick,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 14px 20px;
  font-weight: 700;
  transition: transform 180ms ease, opacity 180ms ease;
}

.button.primary {
  background: var(--brand);
  color: #f7f1e7;
}

.button.secondary {
  border: 1px solid var(--line);
  background: transparent;
}

.button:hover,
.text-link:hover {
  transform: translateY(-2px);
}

.hero-points,
.contact-quick,
.grid {
  margin-top: 28px;
}

.point-card,
.mini-card {
  flex: 1 1 180px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 250, 243, 0.78);
  border: 1px solid var(--line);
}

.point-card strong,
.mini-card strong {
  display: block;
  margin-bottom: 8px;
}

.hero-visual {
  min-height: 320px;
  padding: 24px;
  border-radius: 24px;
  display: grid;
  align-content: end;
  color: #fbf3e7;
  background:
    linear-gradient(180deg, rgba(8, 12, 11, 0.1), rgba(8, 12, 11, 0.52)),
    url("https://images.unsplash.com/photo-1511379938547-c1f69419868d?auto=format&fit=crop&w=1400&q=80") center/cover;
}

.hero-tag {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(251, 243, 231, 0.12);
  margin-bottom: 14px;
}

.section {
  padding: 28px 0;
}

.surface {
  background: rgba(255, 250, 243, 0.44);
}

.section-heading {
  margin-bottom: 22px;
}

.section-heading h2 {
  margin: 14px 0 8px;
  font-size: clamp(2rem, 4vw, 3.3rem);
}

.grid {
  display: grid;
  gap: 18px;
}

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

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

.grid.plans {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card,
.plan-card,
.faq-item {
  border-radius: 24px;
  padding: 24px;
}

.plan-card.featured {
  background: linear-gradient(180deg, rgba(255, 251, 245, 0.96), rgba(238, 228, 211, 0.96));
}

.plan-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 10px;
}

.meta-badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(23, 55, 48, 0.08);
  color: var(--brand);
  font-size: 0.84rem;
  font-weight: 700;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: grid;
  gap: 9px;
}

.check-list li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
  line-height: 1.6;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--brand);
  font-weight: 800;
}

.budget-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 26px;
}

.budget-chip {
  appearance: none;
  border: 1px solid var(--line);
  background: rgba(255, 250, 243, 0.78);
  color: var(--brand);
  padding: 10px 14px;
  border-radius: 999px;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease, opacity 160ms ease;
}

.budget-chip:hover {
  transform: translateY(-1px);
}

.budget-chip.active {
  background: var(--brand);
  color: #f7f1e7;
  border-color: var(--brand);
}

.budget-chip.muted {
  opacity: 0.48;
}

.plan-card.hidden {
  display: none;
}

.budget-hint {
  margin: -8px 0 20px;
  color: var(--muted);
  font-size: 0.94rem;
}

.budget-cta {
  margin: 0 0 26px;
  padding: 18px 20px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(17, 36, 33, 0.96), rgba(29, 62, 54, 0.96));
  color: #f7f1e7;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  box-shadow: 0 18px 40px rgba(17, 36, 33, 0.16);
}

.budget-cta strong {
  display: block;
  font-size: 1.08rem;
  margin-bottom: 4px;
}

.budget-cta span {
  color: rgba(247, 241, 231, 0.74);
  line-height: 1.6;
}

.plan-label {
  background: rgba(196, 155, 85, 0.18);
  color: var(--brand);
}

.price {
  font-size: 2rem;
  font-weight: 800;
  color: var(--text);
  margin: 12px 0;
}

.text-link {
  display: inline-block;
  margin-top: 14px;
  color: var(--brand);
  font-weight: 700;
}

.feature-split,
.contact-layout {
  grid-template-columns: 1fr 1fr;
}

.map-card iframe {
  min-height: 380px;
  border-radius: 18px;
}

.info-list,
.product-list {
  margin: 18px 0 0;
  padding-left: 18px;
}

.page-banner,
.product-hero {
  background: rgba(255, 250, 243, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow: var(--shadow);
}

.page-banner h1 {
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  margin: 16px 0 10px;
  font-family: "Baskerville", "Times New Roman", serif;
}

.page-banner p {
  max-width: 64ch;
  color: var(--muted);
  line-height: 1.76;
}

.page-banner-photo {
  margin: 26px 0 0;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 243, 0.88);
}

.page-banner-photo img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.page-banner-photo figcaption {
  padding: 14px 18px 18px;
  color: var(--muted);
  line-height: 1.7;
}

.faq-stack {
  display: grid;
  gap: 16px;
}

.faq-item h3,
.card h3,
.plan-card h3 {
  margin: 0 0 10px;
  font-size: 1.42rem;
}

.product-layout {
  grid-template-columns: 1.08fr 0.92fr;
}

.product-side {
  display: grid;
  gap: 18px;
}

.product-visual {
  min-height: 280px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(12, 17, 16, 0.08), rgba(12, 17, 16, 0.48)),
    url("https://images.unsplash.com/photo-1505740420928-5e560c06d30e?auto=format&fit=crop&w=1200&q=80") center/cover;
}

.contact-panel iframe {
  min-height: 360px;
  border-radius: 18px;
  margin-top: 18px;
}

.photo-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.15fr 0.85fr;
}

.gallery-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.poster-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.poster-card {
  overflow: hidden;
}

.poster-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: #111;
}

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

.category-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 0;
}

.category-tag {
  display: inline-flex;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(196, 155, 85, 0.14);
  color: var(--brand);
  font-size: 0.88rem;
  font-weight: 700;
}

.sales-meta {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.sales-line {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(23, 55, 48, 0.06);
  color: var(--muted);
  line-height: 1.65;
}

.sales-line strong {
  color: var(--brand);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.cta-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--brand);
  font-size: 0.9rem;
  font-weight: 700;
  background: rgba(255, 250, 243, 0.8);
}

.photo-card {
  overflow: hidden;
}

.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-caption {
  padding: 18px 20px 20px;
}

.photo-caption strong {
  display: block;
  font-size: 1.08rem;
  margin-bottom: 8px;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.trust-box {
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 250, 243, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: var(--shadow);
}

.quote-panel {
  border-left: 4px solid var(--gold);
}

.site-footer {
  padding: 32px 0 46px;
  background: #112421;
  color: #f6efe4;
  margin-top: 44px;
}

.footer-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1.2fr 0.8fr 1fr;
}

.footer-links {
  margin-top: 10px;
}

.footer-links a {
  color: rgba(246, 239, 228, 0.78);
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .hero-grid,
  .feature-split,
  .product-layout,
  .contact-layout,
  .photo-grid,
  .grid.four,
  .grid.two,
  .grid.plans,
  .trust-strip,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
    border-radius: 18px;
    background: rgba(17, 31, 28, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.12);
  }

  .site-nav.open {
    display: flex;
  }
}

@media (max-width: 640px) {
  .shell {
    width: min(calc(100% - 20px), var(--shell));
  }

  .hero,
  .page-hero {
    padding-top: 34px;
  }

  .hero-copy,
  .hero-panel,
  .page-banner,
  .product-hero,
  .contact-panel,
  .card,
  .plan-card,
  .faq-item {
    border-radius: 22px;
  }

  .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .button {
    transition: none;
  }
}
