:root {
  --ink: #243b3b;
  --teal: #345b5b;
  --teal-deep: #244848;
  --sage: #9aa69a;
  --sand: #b8aa84;
  --cream: #f6f3eb;
  --paper: #fbfaf6;
  --line: #dcd8cc;
  --muted: #66716f;
  --serif: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
  --sans: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, summary { font: inherit; }
main { overflow: hidden; }

.top-note {
  align-items: center;
  background: var(--teal-deep);
  color: #fff;
  display: flex;
  font-size: 12px;
  justify-content: flex-end;
  letter-spacing: .12em;
  min-height: 34px;
  padding: 0 4vw;
}
.top-note > span { margin-right: auto; opacity: .72; }
.top-note a { font-family: Georgia, serif; font-size: 15px; letter-spacing: .08em; }
.top-note small { font-family: var(--sans); font-size: 10px; margin-left: 6px; opacity: .58; }

.site-header {
  align-items: center;
  background: rgba(251, 250, 246, .96);
  border-bottom: 1px solid rgba(52, 91, 91, .12);
  display: flex;
  height: 92px;
  justify-content: space-between;
  padding: 0 4vw;
  position: relative;
  z-index: 20;
}
.brand { align-items: center; display: flex; gap: 14px; }
.brand-mark {
  align-items: center;
  aspect-ratio: 1;
  border: 1px solid var(--teal);
  border-radius: 48% 48% 48% 10%;
  color: var(--teal);
  display: flex;
  font-family: var(--serif);
  font-size: 22px;
  justify-content: center;
  position: relative;
  transform: rotate(-2deg);
  width: 48px;
}
.brand-mark::after { border: 1px solid var(--sand); border-radius: inherit; content: ""; inset: 4px -5px -5px 4px; position: absolute; }
.brand-name { display: flex; flex-direction: column; gap: 3px; }
.brand-name strong { font-family: var(--serif); font-size: 22px; font-weight: 600; letter-spacing: .18em; }
.brand-name small { color: var(--muted); font-family: Georgia, serif; font-size: 8px; letter-spacing: .22em; }
.desktop-nav { align-items: center; display: flex; font-size: 14px; gap: clamp(20px, 2.3vw, 42px); letter-spacing: .08em; }
.desktop-nav a { position: relative; }
.desktop-nav a:not(.nav-contact)::after { background: var(--sand); bottom: -9px; content: ""; height: 1px; left: 0; position: absolute; transition: width .25s ease; width: 0; }
.desktop-nav a:hover::after { width: 100%; }
.nav-contact { border: 1px solid var(--teal); padding: 12px 19px; transition: .25s ease; }
.nav-contact:hover { background: var(--teal); color: white; }
.mobile-menu { display: none; position: relative; }

.hero { display: grid; grid-template-columns: 47% 53%; min-height: 690px; }
.hero-copy {
  align-items: flex-start;
  background:
    radial-gradient(circle at 10% 15%, rgba(184,170,132,.12) 0 1px, transparent 2px),
    linear-gradient(135deg, #fbfaf6 0%, #f4f0e6 100%);
  background-size: 18px 18px, auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 76px clamp(40px, 6vw, 110px) 76px 7vw;
  position: relative;
}
.hero-copy::before { border: 1px solid var(--sand); border-bottom: 0; border-right: 0; content: ""; height: 70px; left: 4.2vw; opacity: .65; position: absolute; top: 68px; width: 34px; }
.eyebrow { color: var(--teal); font-family: Georgia, serif; font-size: 12px; letter-spacing: .18em; margin: 0 0 26px; }
.eyebrow.light { color: #d7dfd9; }
.hero h1 { font-family: var(--serif); font-size: clamp(44px, 4.7vw, 74px); font-weight: 500; letter-spacing: .03em; line-height: 1.35; margin: 0; }
.hero h1 span { color: var(--teal); display: block; font-size: .75em; margin-top: 7px; }
.hero-lead { color: #596462; font-family: var(--serif); font-size: 17px; letter-spacing: .06em; line-height: 2.1; margin: 30px 0 34px; max-width: 540px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 28px; }
.button { align-items: center; display: inline-flex; font-size: 14px; justify-content: center; letter-spacing: .08em; min-height: 52px; padding: 0 26px; transition: .25s ease; }
.button-primary { background: var(--teal); color: white; }
.button-primary:hover { background: var(--teal-deep); transform: translateY(-2px); }
.text-link { border-bottom: 1px solid var(--sand); font-family: var(--serif); font-size: 14px; letter-spacing: .06em; padding-bottom: 6px; }
.text-link span { color: var(--sand); margin-left: 8px; }
.hero-reassurance { color: #7a817e; font-size: 11px; letter-spacing: .08em; margin: 29px 0 0; }
.hero-reassurance span { color: var(--sand); }
.hero-visual {
  background: linear-gradient(90deg, rgba(36,72,72,.13), transparent 45%), url('./assets/hero-flowers.jpg') center/cover no-repeat;
  min-height: 690px;
  position: relative;
}
.hero-seal {
  align-items: center;
  backdrop-filter: blur(4px);
  background: rgba(250,248,242,.78);
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 50%;
  bottom: 8%;
  display: flex;
  flex-direction: column;
  font-family: var(--serif);
  height: 170px;
  justify-content: center;
  left: -55px;
  letter-spacing: .08em;
  line-height: 1.8;
  text-align: center;
  width: 170px;
}
.hero-seal span { font-size: 12px; }
.hero-seal strong { color: var(--teal); font-size: 16px; font-weight: 500; }
.photo-caption { bottom: 16px; color: rgba(52,91,91,.72); font-family: Georgia, serif; font-size: 9px; letter-spacing: .2em; margin: 0; position: absolute; right: 22px; writing-mode: vertical-rl; }

.quick-nav { background: #fff; border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(5, 1fr); }
.quick-nav a { align-items: center; border-right: 1px solid var(--line); display: flex; font-family: var(--serif); font-size: 13px; gap: 14px; justify-content: center; letter-spacing: .08em; min-height: 76px; padding: 12px; transition: .25s ease; }
.quick-nav a:last-child { border-right: 0; }
.quick-nav a:hover { background: var(--cream); color: var(--teal); }
.quick-nav span { color: var(--sand); font-family: Georgia, serif; font-size: 10px; }

.section { padding: 130px 8vw; }
.section-label { align-items: center; color: var(--sand); display: flex; font-family: Georgia, serif; font-size: 10px; gap: 22px; letter-spacing: .22em; margin-bottom: 52px; }
.section-label i { background: var(--sand); height: 1px; width: 80px; }
.about { background: var(--paper); }
.about-grid { display: grid; gap: 8vw; grid-template-columns: 1.05fr .95fr; }
.about h2, .section-heading h2, .faq h2, .help-intro h2, .promise h2, .contact-section h2 { font-family: var(--serif); font-size: clamp(36px, 4vw, 58px); font-weight: 500; letter-spacing: .04em; line-height: 1.5; margin: 0; }
.about-copy { padding-top: 16px; }
.about-copy p { color: var(--muted); font-size: 15px; letter-spacing: .04em; line-height: 2.1; }
.about-copy .lead { color: var(--ink); font-family: var(--serif); font-size: 19px; }
.about-copy .text-link { display: inline-block; margin-top: 18px; }
.values-row { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 100px; }
.values-row div { border-right: 1px solid var(--line); display: flex; flex-direction: column; min-height: 160px; padding: 30px; position: relative; }
.values-row div:last-child { border-right: 0; }
.values-row span { color: var(--sand); font: 12px Georgia, serif; }
.values-row strong { font-family: var(--serif); font-size: 20px; font-weight: 500; margin: auto 0 9px; }
.values-row small { color: #929792; font: italic 11px Georgia, serif; letter-spacing: .06em; }

.help-section { background: var(--teal-deep); color: white; display: grid; gap: 10vw; grid-template-columns: .82fr 1.18fr; padding: 110px 9vw; }
.help-intro > p:not(.eyebrow) { color: #c7d1cd; line-height: 1.9; margin: 25px 0 34px; max-width: 460px; }
.button-light { background: #f5f1e7; color: var(--teal-deep); }
.button-light:hover { background: white; transform: translateY(-2px); }
.help-steps { list-style: none; margin: 0; padding: 0; }
.help-steps li { align-items: flex-start; border-top: 1px solid rgba(255,255,255,.18); display: grid; gap: 30px; grid-template-columns: 48px 1fr; padding: 31px 0; }
.help-steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
.help-steps > li > span { color: #bfc9bf; font: 15px Georgia, serif; }
.help-steps strong { font-family: var(--serif); font-size: 20px; font-weight: 500; letter-spacing: .08em; }
.help-steps p { color: #bfc9c6; font-size: 13px; line-height: 1.8; margin: 10px 0 0; }

.services { background: var(--cream); }
.section-heading { align-items: end; display: flex; gap: 6vw; justify-content: space-between; margin-bottom: 70px; }
.section-heading > p { color: var(--muted); line-height: 1.9; max-width: 410px; }
.service-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); }
.service-card { background: #fbfaf6; border: 1px solid #ded9cb; min-height: 590px; padding: 40px 36px; position: relative; transition: .3s ease; }
.service-card:hover { box-shadow: 0 24px 55px rgba(38,59,59,.11); transform: translateY(-8px); }
.service-card.featured { background: var(--teal); border-color: var(--teal); color: white; }
.recommend { background: var(--sand); color: white; font-size: 10px; letter-spacing: .12em; padding: 8px 13px; position: absolute; right: 0; top: 0; }
.card-number { color: var(--sand); font: 13px Georgia, serif; }
.card-kicker { color: var(--muted); font-size: 12px; letter-spacing: .08em; margin: 57px 0 12px; }
.featured .card-kicker { color: #cad4d0; }
.service-card h3 { font-family: var(--serif); font-size: 32px; font-weight: 500; letter-spacing: .14em; margin: 0; }
.price { font: 34px Georgia, serif; letter-spacing: .03em; margin: 26px 0; }
.price small { font-family: var(--sans); font-size: 10px; letter-spacing: .08em; }
.description { color: var(--muted); font-size: 13px; line-height: 1.9; min-height: 76px; }
.featured .description { color: #dbe2df; }
.service-card ul { border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 30px 0 54px; padding: 22px 0 0; }
.featured ul { border-color: rgba(255,255,255,.2); }
.service-card li { border: 1px solid #d7d1c3; border-radius: 20px; color: #68716e; font-size: 10px; padding: 7px 10px; }
.featured li { border-color: rgba(255,255,255,.3); color: #e2e7e5; }
.service-card > a { bottom: 38px; border-bottom: 1px solid var(--sand); font-family: var(--serif); font-size: 13px; left: 36px; padding-bottom: 5px; position: absolute; }
.service-card > a span { color: var(--sand); margin-left: 7px; }
.service-note { color: #92968f; font-size: 10px; letter-spacing: .05em; margin: 22px 0 0; text-align: right; }

.story-section { display: grid; grid-template-columns: 50% 50%; min-height: 690px; }
.story-image { background: linear-gradient(rgba(36,72,72,.08),rgba(36,72,72,.08)), url('./assets/story-book.jpg') center/cover no-repeat; }
.story-copy { align-items: flex-start; background: #fff; display: flex; flex-direction: column; justify-content: center; padding: 90px 9vw; }
.story-copy blockquote { color: var(--teal); font-family: var(--serif); font-size: clamp(27px, 3vw, 44px); letter-spacing: .05em; line-height: 1.7; margin: 0 0 32px; }
.story-copy > p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 2; max-width: 540px; }
.signature { border-top: 1px solid var(--sand); font-family: var(--serif); letter-spacing: .1em; margin-top: 30px; padding-top: 17px; }
.signature small { color: var(--muted); font-family: var(--sans); font-size: 10px; }

.process { background: var(--paper); }
.section-heading.compact { margin-bottom: 85px; }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; margin: 0; padding: 0; position: relative; }
.process-list::before { background: var(--line); content: ""; height: 1px; left: 0; position: absolute; right: 0; top: 16px; }
.process-list li { padding: 0 42px 0 0; position: relative; }
.process-list span { align-items: center; background: var(--paper); border: 1px solid var(--sand); border-radius: 50%; color: var(--sand); display: flex; font: 10px Georgia, serif; height: 32px; justify-content: center; position: relative; width: 32px; z-index: 1; }
.process-list h3 { font-family: var(--serif); font-size: 21px; font-weight: 500; letter-spacing: .12em; margin: 33px 0 14px; }
.process-list p { color: var(--muted); font-size: 13px; line-height: 1.85; }

.promise { display: grid; grid-template-columns: 48% 52%; min-height: 620px; }
.promise-image { background: linear-gradient(90deg, transparent, rgba(36,72,72,.12)), url('./assets/holding-hands.jpg') center/cover no-repeat; filter: saturate(.65); }
.promise-copy { background: var(--teal); color: white; display: flex; flex-direction: column; justify-content: center; padding: 85px 8vw; }
.promise-stats { border-top: 1px solid rgba(255,255,255,.2); display: grid; grid-template-columns: repeat(3,1fr); margin-top: 55px; padding-top: 34px; }
.promise-stats div { border-right: 1px solid rgba(255,255,255,.18); padding: 0 20px; }
.promise-stats div:first-child { padding-left: 0; }
.promise-stats div:last-child { border-right: 0; }
.promise-stats strong { font: 38px Georgia, serif; }
.promise-stats strong span { font-family: var(--sans); font-size: 11px; margin-left: 3px; }
.promise-stats p { color: #c7d3cf; font-size: 11px; letter-spacing: .07em; }

.faq { display: grid; gap: 10vw; grid-template-columns: .7fr 1.3fr; }
.faq-title > p:last-child { color: var(--muted); font-size: 13px; line-height: 1.8; margin-top: 28px; max-width: 330px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { align-items: center; cursor: pointer; display: grid; gap: 20px; grid-template-columns: 32px 1fr 24px; list-style: none; padding: 28px 0; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { color: var(--sand); font: 11px Georgia, serif; }
.faq-list summary i { color: var(--sand); font-size: 19px; font-style: normal; transition: transform .25s ease; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details > p { color: var(--muted); font-size: 13px; line-height: 1.9; margin: -4px 44px 27px 52px; }

.contact-section { background: var(--teal-deep); color: white; padding: 120px 8vw; position: relative; text-align: center; }
.contact-section::before, .contact-section::after { border: 1px solid rgba(255,255,255,.13); border-radius: 50%; content: ""; height: 420px; position: absolute; top: 50%; transform: translateY(-50%); width: 420px; }
.contact-section::before { left: -230px; }
.contact-section::after { right: -230px; }
.contact-section > p:not(.eyebrow) { color: #c5d0cc; letter-spacing: .1em; margin: 24px 0 35px; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.button-outline { border: 1px solid rgba(255,255,255,.48); color: white; }
.button-outline:hover { background: white; color: var(--teal-deep); }

footer { background: #182f2f; color: #bdc8c4; display: grid; font-size: 11px; gap: 5vw; grid-template-columns: 1fr 1fr 1.2fr; line-height: 1.9; padding: 58px 7vw; }
.footer-brand { align-items: center; color: white; display: flex; gap: 18px; }
.footer-brand .brand-mark { border-color: #d6e0dc; color: white; width: 44px; }
.footer-brand > div { display: flex; flex-direction: column; }
.footer-brand strong { font-family: var(--serif); font-size: 18px; letter-spacing: .15em; }
.footer-brand small { font: 7px Georgia, serif; letter-spacing: .18em; margin-top: 5px; }
.footer-meta { color: #82918d; }

.floating-contact { bottom: 24px; display: flex; flex-direction: column; gap: 8px; position: fixed; right: 22px; z-index: 50; }
.floating-contact a { align-items: center; background: var(--teal); border: 1px solid rgba(255,255,255,.4); border-radius: 50%; box-shadow: 0 10px 30px rgba(24,47,47,.2); color: white; display: flex; flex-direction: column; font-size: 10px; height: 66px; justify-content: center; width: 66px; }
.floating-contact a:last-child { background: #a99a72; }
.floating-contact span { font-family: Georgia, serif; font-size: 12px; }
.floating-contact strong { font-size: 9px; letter-spacing: .08em; margin-top: 3px; text-align: center; }

@media (max-width: 1000px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu summary { cursor: pointer; display: flex; flex-direction: column; gap: 5px; list-style: none; padding: 12px; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { background: var(--teal); height: 1px; width: 25px; }
  .mobile-menu nav { background: var(--paper); border: 1px solid var(--line); box-shadow: 0 18px 40px rgba(36,59,59,.12); display: flex; flex-direction: column; min-width: 190px; padding: 14px; position: absolute; right: 0; top: 42px; }
  .mobile-menu nav a { border-bottom: 1px solid var(--line); padding: 13px 12px; }
  .hero { grid-template-columns: 55% 45%; }
  .hero-copy { padding-left: 6vw; }
  .help-section { gap: 6vw; }
  .section { padding-left: 6vw; padding-right: 6vw; }
  .service-grid { gap: 12px; }
  .service-card { padding-left: 24px; padding-right: 24px; }
  .service-card > a { left: 24px; }
}

@media (max-width: 760px) {
  .top-note { min-height: 30px; padding: 0 18px; }
  .top-note > span { display: none; }
  .top-note a { margin-left: auto; }
  .site-header { height: 76px; padding: 0 20px; }
  .brand-mark { font-size: 18px; width: 40px; }
  .brand-name strong { font-size: 18px; }
  .brand-name small { font-size: 6px; }
  .hero { display: flex; flex-direction: column; }
  .hero-copy { min-height: 560px; padding: 70px 28px 64px; }
  .hero-copy::before { left: 20px; top: 45px; }
  .hero h1 { font-size: 42px; }
  .hero h1 span { font-size: .66em; }
  .hero-lead { font-size: 15px; line-height: 1.95; }
  .hero-visual { background-position: center; min-height: 480px; }
  .hero-seal { bottom: auto; height: 135px; left: auto; right: 18px; top: -67px; width: 135px; }
  .quick-nav { display: flex; overflow-x: auto; }
  .quick-nav a { flex: 0 0 190px; min-height: 66px; }
  .section { padding: 90px 25px; }
  .about-grid, .faq { gap: 45px; grid-template-columns: 1fr; }
  .about h2, .section-heading h2, .faq h2, .help-intro h2, .promise h2, .contact-section h2 { font-size: 36px; }
  .values-row { grid-template-columns: 1fr 1fr; margin-top: 65px; }
  .values-row div { border-bottom: 1px solid var(--line); min-height: 140px; padding: 22px; }
  .values-row div:nth-child(2) { border-right: 0; }
  .help-section { grid-template-columns: 1fr; padding: 85px 25px; }
  .help-steps { margin-top: 35px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 28px; margin-bottom: 50px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 530px; padding: 34px 28px; }
  .service-card > a { left: 28px; }
  .story-section, .promise { grid-template-columns: 1fr; }
  .story-image, .promise-image { min-height: 430px; }
  .story-copy, .promise-copy { padding: 75px 28px; }
  .process-list { gap: 0; grid-template-columns: 1fr; }
  .process-list::before { bottom: 0; height: auto; left: 16px; right: auto; top: 0; width: 1px; }
  .process-list li { padding: 0 0 42px 58px; }
  .process-list span { left: 0; position: absolute; top: 0; }
  .process-list h3 { margin-top: 0; }
  .promise-stats strong { font-size: 30px; }
  .promise-stats div { padding: 0 12px; }
  .faq-list details > p { margin-left: 0; margin-right: 0; }
  .contact-section { padding: 90px 24px; }
  footer { grid-template-columns: 1fr; padding: 50px 25px 100px; }
  .floating-contact { bottom: 16px; flex-direction: row; right: 15px; }
  .floating-contact a { height: 58px; width: 58px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
