:root {
  --bg: #f4f1ea;
  --paper: #fffdf8;
  --ink: #1d1d1b;
  --muted: #6f6b62;
  --line: #d9d3c8;
  --soft: #e7e2d9;
  --radius: 28px;
  --accent: #f4b8cc;
  --accent-deep: #eca4bd;
  --accent-soft-text: #5c3b48;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Noto Sans TC', system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }

.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header {
  position: sticky; top: 0; z-index: 30;
  width: min(1180px, calc(100% - 40px)); margin: 18px auto 0;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px;
  padding: 12px 14px 12px 18px;
  background: rgba(255,253,248,.86); backdrop-filter: blur(16px);
  border: 1px solid rgba(217,211,200,.8); border-radius: 18px;
}
.brand { display: flex; align-items: center; gap: 10px; font-weight: 700; letter-spacing: .02em; }
.logo-wrap { width: 34px; height: 34px; border-radius: 10px; overflow: hidden; display:grid; place-items:center; }
.placeholder-mini { background: var(--soft); border: 1px dashed #b8b1a6; font-size: 8px; color: #8a847b; }
nav { display: flex; gap: 26px; font-size: 14px; color: #4f4b44; }
.site-header > .button { justify-self: end; }

.button { display:inline-flex; align-items:center; justify-content:center; min-height: 46px; padding: 0 20px; border-radius: 999px; font-weight: 600; transition: transform .2s ease, opacity .2s ease; }
.button:hover { transform: translateY(-1px); opacity: .88; }
.button-dark { background: var(--accent); color: #3d2630; }
.button-light { background: var(--paper); color: var(--ink); border: 1px solid var(--line); }
.button-big { min-height: 58px; padding: 0 28px; }

.hero { min-height: 76vh; display: grid; grid-template-columns: 1.03fr .97fr; align-items:center; gap: 48px; padding-block: 82px 56px; }
.hero-copy h1, h2 { font-family: 'Noto Serif TC', 'Noto Sans TC', Georgia, serif; letter-spacing: -.035em; line-height: 1.05; margin: 0; }
.hero-copy h1 { font-size: clamp(52px, 6vw, 92px); max-width: 9ch; }
h2 { font-size: clamp(38px, 4.5vw, 64px); }
.lead { font-size: clamp(18px, 2vw, 22px); max-width: 620px; color: var(--muted); margin: 26px 0; }
.eyebrow { font-size: 12px; letter-spacing: .18em; font-weight: 700; margin-bottom: 16px; }
.hero-actions { display:flex; gap:12px; flex-wrap:wrap; }
.microcopy { margin-top: 20px; color: var(--muted); font-size: 14px; }
.image-card { border-radius: var(--radius); overflow:hidden; min-height: 420px; background:var(--paper); }
.image-card.large { min-height: 610px; }
.placeholder { display:grid; place-items:center; border: 1.5px dashed #bdb5aa; color:#8c857b; background: linear-gradient(135deg,#ebe6dd,#f7f4ee); font-size:13px; letter-spacing:.14em; }

.section { padding-block: 90px; }
.split { display:grid; grid-template-columns: .95fr 1.05fr; gap: 72px; align-items:center; }
.section-copy p { color:var(--muted); font-size:18px; max-width: 620px; }
.text-link { display:inline-block; margin-top:16px; font-weight:700; }
.section-heading { display:flex; justify-content:space-between; align-items:end; gap:24px; margin-bottom: 34px; }
.section-heading p { max-width: 420px; color: var(--muted); margin:0; }
.cards-grid { display:grid; grid-template-columns: repeat(3,1fr); gap:20px; }
.card { background: var(--paper); border-radius: 22px; overflow:hidden; border:1px solid var(--line); }
.card-media { min-height: 290px; }
.card-copy { padding: 24px; }
.card-copy h3 { margin:0 0 8px; font-size:22px; }
.card-copy p { margin:0; color:var(--muted); }
.gallery-grid { display:grid; grid-template-columns: repeat(4,1fr); gap:14px; }
.gallery-item { aspect-ratio: 4/5; border-radius: 18px; overflow:hidden; }
.gallery-empty { grid-column: 1/-1; min-height: 260px; }
.faq-section { display:grid; grid-template-columns: .7fr 1.3fr; gap: 72px; }
.faq-item { border-top:1px solid var(--line); padding: 22px 0; }
.faq-item:last-child { border-bottom:1px solid var(--line); }
.faq-item h3 { margin:0 0 8px; font-size:20px; }
.faq-item p { margin:0; color:var(--muted); }
.cta { margin-block: 70px 100px; background:var(--accent); color:#3d2630; border-radius: 34px; padding: 54px; display:flex; align-items:center; justify-content:space-between; gap: 30px; }
.cta p { color: var(--accent-soft-text); max-width: 620px; }
.footer { padding: 0 0 50px; display:flex; justify-content:space-between; gap:30px; color: var(--muted); }
.footer strong { color:var(--ink); }
.footer p { margin:7px 0 0; }
.footer-meta { display:flex; gap:22px; flex-wrap:wrap; justify-content:flex-end; }
.floating-whatsapp { position:fixed; right:22px; bottom:22px; z-index:40; width:56px; height:56px; border-radius:50%; display:grid; place-items:center; background:var(--ink); color:white; font-weight:800; box-shadow:0 12px 35px rgba(0,0,0,.18); }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display:none; }
  .hero, .split, .faq-section { grid-template-columns:1fr; }
  .hero { padding-top: 56px; }
  .hero-copy h1 { max-width: 12ch; }
  .image-card.large { min-height: 460px; }
  .cards-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 620px) {
  .shell, .site-header { width:min(100% - 24px, 1180px); }
  .site-header { margin-top:10px; padding:10px 10px 10px 14px; }
  .brand > span:last-child { max-width: 145px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
  .site-header > .button { min-height:40px; padding:0 14px; font-size:13px; }
  .hero { gap:30px; padding-block: 48px 30px; }
  .hero-copy h1 { font-size: 48px; }
  .image-card.large, .image-card { min-height: 330px; }
  .section { padding-block: 62px; }
  .split { gap:28px; }
  .section-heading { align-items:flex-start; flex-direction:column; }
  .cards-grid { grid-template-columns:1fr; }
  .gallery-grid { grid-template-columns:1fr 1fr; }
  .cta { margin-block: 40px 70px; padding:32px 26px; flex-direction:column; align-items:flex-start; }
  .footer { flex-direction:column; }
  .footer-meta { justify-content:flex-start; flex-direction:column; gap:6px; }
}


.logo-wrap { background: transparent; }
.logo-wrap.placeholder-mini { background: transparent; border: none; }
.wa-icon { display: block; width: 100%; height: 100%; }
.logo-svg { width: 34px; height: 34px; }
.floating-whatsapp { position:fixed; right:22px; bottom:22px; z-index:40; width:56px; height:56px; border-radius:50%; display:grid; place-items:center; background:transparent; color:white; font-weight:800; box-shadow:0 12px 35px rgba(0,0,0,.18); overflow:hidden; }
.floating-svg { width:56px; height:56px; }

/* V7: larger brand logo */
.logo-wrap {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  flex: 0 0 64px;
}
.logo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.logo-svg {
  width: 52px;
  height: 52px;
}
.site-header {
  min-height: 86px;
}

@media (max-width: 620px) {
  .logo-wrap {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }
  .logo-svg {
    width: 44px;
    height: 44px;
  }
  .site-header {
    min-height: 72px;
  }
}


/* V8: pink accent theme */
.button-dark:hover { background: var(--accent-deep); }
.cta .eyebrow, .cta h2 { color: #3d2630; }
