:root {
  --ink: #3f3935;
  --muted: #726861;
  --cream: #fffaf6;
  --paper: #fffefd;
  --peach: #f4ded4;
  --coral: #df8b72;
  --blue: #5f7f96;
  --blue-deep: #3f637c;
  --aqua: #cfe7e2;
  --gold: #d9b96e;
  --line: #eadfd7;
  --shadow: 0 18px 55px rgba(74, 57, 45, .10);
  --radius: 28px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif; font-size: 16px; line-height: 1.75; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow { margin: 0 0 10px; color: var(--blue-deep); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: "Noto Serif TC", "Songti TC", serif; line-height: 1.25; letter-spacing: .02em; }
h1 { font-size: clamp(2.35rem, 5.8vw, 5rem); }
h2 { font-size: clamp(1.85rem, 3.7vw, 3.15rem); }
h3 { font-size: 1.3rem; }
p { margin: 0; }
.lead { color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.23rem); line-height: 1.9; }
.section { padding: 100px 0; }
.section-soft { background: #f7eee8; }
.section-blue { color: #fff; background: var(--blue-deep); }
.section-head { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: end; margin-bottom: 44px; }
.section-head p { color: var(--muted); max-width: 640px; }
.section-blue .section-head p, .section-blue .eyebrow { color: #dcebf0; }
.topbar { position: relative; z-index: 40; padding: 7px 20px; text-align: center; color: #fff; background: var(--blue-deep); font-size: .84rem; letter-spacing: .04em; }
.site-header { position: sticky; top: 0; z-index: 30; height: 78px; border-bottom: 1px solid rgba(234,223,215,.8); background: rgba(255,250,246,.92); backdrop-filter: blur(16px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: flex; align-items: center; gap: 11px; min-width: 215px; }
.brand img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.brand strong { display: block; font-family: "Noto Serif TC", serif; font-size: 1.04rem; }
.brand small { display: block; color: var(--muted); font-size: .68rem; letter-spacing: .12em; }
.nav { display: flex; align-items: center; gap: clamp(14px, 2vw, 30px); font-size: .93rem; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--blue-deep); }
.menu-btn { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: #f2e6df; font-size: 1.25rem; }
.btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 8px; padding: 12px 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 750; transition: .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--coral); box-shadow: 0 10px 28px rgba(223,139,114,.28); }
.btn-outline { color: var(--blue-deep); border-color: var(--blue); background: transparent; }
.btn-light { color: var(--blue-deep); background: #fff; }
.hero { min-height: 720px; display: grid; align-items: center; overflow: hidden; position: relative; }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; right: -150px; top: -120px; border-radius: 50%; background: rgba(207,231,226,.62); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 72px; align-items: center; padding: 75px 0 92px; }
.hero-copy h1 span { color: var(--blue-deep); }
.hero-copy .lead { max-width: 610px; margin: 24px 0 30px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-note { margin-top: 20px; color: var(--muted); font-size: .88rem; }
.hero-visual { position: relative; min-height: 505px; }
.hero-visual::before { content: ""; position: absolute; inset: 25px 0 0 34px; border-radius: 46% 46% 24% 24%; background: var(--peach); transform: rotate(2deg); }
.hero-photo { position: absolute; inset: 0 35px 55px 0; width: calc(100% - 35px); height: calc(100% - 55px); border-radius: 48% 48% 22% 22%; object-fit: cover; box-shadow: var(--shadow); }
.float-card { position: absolute; right: 0; bottom: 0; width: 250px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.7); border-radius: 20px; background: rgba(255,255,255,.93); box-shadow: var(--shadow); }
.float-card strong { display: block; color: var(--blue-deep); font-family: "Noto Serif TC", serif; font-size: 1.16rem; }
.float-card small { color: var(--muted); }
.trust-strip { padding: 24px 0; border-block: 1px solid var(--line); background: var(--paper); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.trust-item { display: flex; align-items: center; gap: 12px; padding: 12px; }
.trust-icon { width: 42px; height: 42px; display: grid; place-items: center; flex: none; border-radius: 50%; color: var(--blue-deep); background: var(--aqua); font-weight: 800; }
.trust-item strong { display: block; font-size: .95rem; }
.trust-item small { color: var(--muted); }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: 0 10px 35px rgba(74,57,45,.06); }
.card .tag { display: inline-block; margin-bottom: 18px; padding: 5px 12px; border-radius: 999px; color: var(--blue-deep); background: var(--aqua); font-size: .78rem; font-weight: 750; }
.card p { margin: 12px 0 18px; color: var(--muted); }
.price { color: var(--blue-deep); font-weight: 850; font-size: 1.2rem; }
.meta { color: var(--muted); font-size: .86rem; }
.text-link { color: var(--blue-deep); font-weight: 750; }
.photo-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.photo-card { overflow: hidden; position: relative; min-height: 370px; border-radius: 26px; }
.photo-card img { width: 100%; height: 100%; object-fit: cover; transition: .35s ease; }
.photo-card:hover img { transform: scale(1.025); }
.photo-card figcaption { position: absolute; inset: auto 14px 14px; padding: 13px 16px; border-radius: 16px; color: #fff; background: rgba(48,57,60,.66); backdrop-filter: blur(8px); }
.about-split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.portrait-panel { min-height: 500px; padding: 55px; display: flex; flex-direction: column; justify-content: end; border-radius: 42px; background: linear-gradient(150deg, var(--aqua), #ecf4f1 56%, var(--peach)); }
.portrait-panel .mark { width: 105px; height: 105px; margin-bottom: auto; border-radius: 50%; object-fit: cover; border: 8px solid rgba(255,255,255,.7); }
.portrait-panel blockquote { margin: 0; font-family: "Noto Serif TC", serif; font-size: clamp(1.45rem,2.4vw,2.25rem); line-height: 1.55; }
.about-copy .lead { margin: 20px 0 26px; }
.checks { display: grid; gap: 10px; padding: 0; list-style: none; }
.checks li { position: relative; padding-left: 29px; }
.checks li::before { content: "✓"; position: absolute; left: 0; color: var(--coral); font-weight: 900; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border-radius: 28px; background: rgba(255,255,255,.18); }
.step { padding: 32px 25px; background: rgba(255,255,255,.07); }
.step b { display: block; margin-bottom: 13px; color: #f5cabb; font-size: 1.65rem; font-family: serif; }
.step p { color: #dce7eb; font-size: .92rem; }
.faq-list { max-width: 900px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; padding: 22px 0; display: flex; justify-content: space-between; gap: 20px; border: 0; color: var(--ink); background: transparent; text-align: left; font: 700 1.05rem/1.5 inherit; cursor: pointer; }
.faq-item button span:last-child { color: var(--blue-deep); font-size: 1.4rem; }
.faq-answer { display: none; max-width: 780px; padding: 0 0 24px; color: var(--muted); }
.faq-item.open .faq-answer { display: block; }
.cta-panel { position: relative; overflow: hidden; padding: 58px; border-radius: 38px; color: #fff; background: var(--blue-deep); }
.cta-panel::after { content: ""; position: absolute; width: 260px; height: 260px; right: -70px; bottom: -110px; border: 40px solid rgba(255,255,255,.08); border-radius: 50%; }
.cta-panel .lead { margin: 16px 0 26px; color: #dfebef; max-width: 720px; }
.page-hero { padding: 90px 0 72px; border-bottom: 1px solid var(--line); background: linear-gradient(135deg,#fffaf6 60%,#edf6f3); }
.page-hero .lead { max-width: 760px; margin-top: 20px; }
.service-list { display: grid; gap: 18px; }
.service-row { display: grid; grid-template-columns: 1.1fr .7fr 1.4fr; gap: 28px; padding: 28px 0; border-bottom: 1px solid var(--line); align-items: start; }
.service-row .price { text-align: right; }
.note { padding: 20px 24px; border-left: 4px solid var(--coral); border-radius: 0 18px 18px 0; background: #f9eee9; color: var(--muted); }
.info-visual { border: 1px solid var(--line); border-radius: 28px; overflow: hidden; background: #fff; }
.info-visual img { width: 100%; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.article-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.article-card { display: flex; min-height: 300px; padding: 30px; flex-direction: column; border: 1px solid var(--line); border-radius: 28px; background: #fff; }
.article-card .article-no { color: var(--coral); font: 700 2rem serif; }
.article-card h3 { margin: 28px 0 14px; }
.article-card p { color: var(--muted); }
.article-card .text-link { margin-top: auto; padding-top: 24px; }
.prose { width: min(780px, calc(100% - 40px)); margin: 0 auto; }
.prose h2 { margin: 52px 0 18px; font-size: 1.85rem; }
.prose h3 { margin: 32px 0 12px; }
.prose p, .prose ul { margin: 0 0 20px; color: #5f5752; }
.prose li + li { margin-top: 8px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 45px; }
.contact-cards { display: grid; gap: 15px; }
.contact-card { padding: 22px 24px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.contact-card span { display: block; color: var(--muted); font-size: .82rem; }
.site-footer { padding: 72px 0 105px; background: #343a3b; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 50px; }
.footer-grid h3 { margin-bottom: 16px; font-size: 1.05rem; }
.footer-grid p, .footer-grid a { display: block; color: #cfd6d5; font-size: .9rem; }
.footer-grid a + a { margin-top: 7px; }
.copyright { margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); color: #aeb9b7; font-size: .78rem; }
.mobile-cta { display: none; }
@media (max-width: 900px) {
  .container { width: min(100% - 28px, 720px); }
  .site-header { height: 70px; }
  .nav { display: none; position: absolute; left: 14px; right: 14px; top: 70px; padding: 18px; flex-direction: column; align-items: stretch; border: 1px solid var(--line); border-radius: 22px; background: #fffaf6; box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .nav .btn { width: 100%; }
  .menu-btn { display: block; }
  .hero { min-height: auto; }
  .hero-grid, .section-head, .about-split, .two-col, .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-grid { padding: 52px 0 68px; }
  .hero-visual { min-height: 430px; }
  .section { padding: 72px 0; }
  .section-head { align-items: start; margin-bottom: 32px; }
  .card-grid, .article-list { grid-template-columns: 1fr 1fr; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .service-row { grid-template-columns: 1fr auto; gap: 10px 20px; }
  .service-row p { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  body { padding-bottom: 69px; }
  h1 { font-size: 2.55rem; }
  .topbar { font-size: .76rem; }
  .brand { min-width: 0; }
  .brand img { width: 43px; height: 43px; }
  .brand strong { font-size: .92rem; }
  .hero-visual { min-height: 345px; }
  .hero-photo { inset: 0 16px 45px 0; width: calc(100% - 16px); height: calc(100% - 45px); }
  .float-card { width: 210px; padding: 14px 16px; }
  .trust-grid, .card-grid, .photo-row, .article-list, .steps, .footer-grid { grid-template-columns: 1fr; }
  .photo-row { gap: 10px; }
  .photo-card { min-height: 330px; }
  .portrait-panel { min-height: 410px; padding: 35px; }
  .cta-panel { padding: 38px 26px; }
  .service-row { grid-template-columns: 1fr; }
  .service-row .price { text-align: left; }
  .page-hero { padding: 62px 0 48px; }
  .mobile-cta { position: fixed; z-index: 50; inset: auto 0 0; height: 69px; display: grid; grid-template-columns: 1fr 1.35fr; gap: 8px; padding: 9px 12px; border-top: 1px solid var(--line); background: rgba(255,250,246,.97); }
  .mobile-cta a { min-height: 49px; }
}
