:root {
  --ivory: #fff8fc;
  --paper: #f6edf8;
  --blush: #f2bacb;
  --rose: #c777a2;
  --sage: #b8a7df;
  --moss: #6d5a9b;
  --ochre: #d79ab6;
  --ink: #352d3b;
  --muted: #776a80;
  --line: #ead9ee;
  --shadow: 0 24px 60px rgba(89, 65, 103, 0.13);
  font-family:
    "Noto Sans TC", "Microsoft JhengHei", "PingFang TC", system-ui,
    -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.7;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 48px);
  border-bottom: 1px solid rgba(234, 217, 238, 0.78);
  background: rgba(255, 248, 252, 0.92);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 172px;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(199, 119, 162, 0.28);
  border-radius: 50%;
  background: #fff;
  color: var(--rose);
  font-weight: 700;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.2;
}

.brand small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 3vw, 34px);
  color: #5d5066;
  font-size: 15px;
}

.site-nav a {
  padding: 8px 2px;
}

.site-nav a:hover {
  color: var(--rose);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.2;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.header-cta,
.button.primary {
  background: var(--moss);
  color: #fff;
  box-shadow: 0 14px 28px rgba(109, 90, 155, 0.22);
}

.button.secondary {
  border-color: rgba(199, 119, 162, 0.3);
  background: rgba(255, 255, 255, 0.82);
  color: var(--moss);
}

.header-cta:hover,
.button:hover {
  transform: translateY(-2px);
}

.wide {
  width: 100%;
}

.hero {
  position: relative;
  min-height: calc(100vh - 72px);
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(48px, 7vw, 92px) clamp(18px, 4vw, 48px);
}

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

.hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 248, 252, 0.98) 0%, rgba(255, 248, 252, 0.92) 34%, rgba(255, 248, 252, 0.4) 72%, rgba(255, 248, 252, 0.1) 100%),
    linear-gradient(180deg, rgba(255, 248, 252, 0.08), rgba(255, 248, 252, 0.82));
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(670px, 100%);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--rose);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
}

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

h1 {
  max-width: 12em;
  margin-bottom: 22px;
  font-size: clamp(42px, 7vw, 76px);
  line-height: 1.08;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4.4vw, 52px);
  line-height: 1.18;
  letter-spacing: 0;
}

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

.hero-copy {
  max-width: 620px;
  color: #51465a;
  font-size: clamp(18px, 2vw, 21px);
}

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

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 640px;
  margin: 0;
}

.hero-stats div {
  padding: 16px;
  border: 1px solid rgba(234, 217, 238, 0.92);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
}

.hero-stats dt {
  color: var(--moss);
  font-size: 24px;
  font-weight: 800;
}

.hero-stats dd {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.section {
  padding: clamp(70px, 10vw, 118px) clamp(18px, 4vw, 48px);
}

.section-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.two-column,
.split,
.quiz-layout,
.booking-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(34px, 7vw, 88px);
  align-items: start;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 38px;
}

.section-heading.compact {
  margin-inline: auto;
  text-align: center;
}

.section-heading p:not(.eyebrow),
.sticky-copy p,
.booking-copy p {
  color: var(--muted);
  font-size: 18px;
}

.intro-band {
  background: linear-gradient(135deg, var(--paper), #fff0f7);
}

.quiet-list {
  display: grid;
  gap: 18px;
  color: #51465a;
  font-size: 19px;
}

.quiet-list p,
.boundary-list p {
  margin: 0;
  padding-left: 22px;
  border-left: 3px solid var(--sage);
}

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

.story-panel,
.service-card,
.map-grid article,
.testimonial-grid figure,
.quiz,
.booking-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 44px rgba(63, 47, 39, 0.08);
}

.story-panel {
  padding: 26px;
}

.story-panel h3,
.map-grid h3 {
  color: var(--moss);
}

.story-panel p,
.service-card p,
.map-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.method-band {
  background: var(--moss);
  color: #fff;
}

.method-band .eyebrow,
.method-band h2 {
  color: #fff;
}

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

.process article {
  min-height: 242px;
  padding: 26px 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.process span {
  display: inline-block;
  margin-bottom: 34px;
  color: #ffd7e8;
  font-weight: 800;
}

.process p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.sticky-copy {
  position: sticky;
  top: 112px;
  margin-bottom: 0;
}

.service-stack {
  display: grid;
  gap: 18px;
}

.service-card {
  padding: clamp(26px, 4vw, 36px);
}

.service-card.featured {
  border-color: rgba(199, 119, 162, 0.36);
  background: linear-gradient(140deg, #fff, #fff1f7);
}

.service-topline,
.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
  color: var(--rose);
}

.service-topline strong {
  color: var(--moss);
}

.service-topline.muted {
  color: var(--sage);
}

.service-card ul {
  display: grid;
  gap: 10px;
  margin: 22px 0;
  padding-left: 20px;
  color: #51465a;
}

.price-row {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.price-row strong {
  color: var(--ink);
  font-size: 28px;
}

.map-section {
  background: #f8f1fb;
}

.map-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.map-grid article {
  min-height: 190px;
  padding: 24px;
}

.proof-band {
  background: #fff;
}

.testimonial-grid figure {
  margin: 0;
  padding: 28px;
}

blockquote {
  margin: 0 0 22px;
  color: #42354d;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.65;
}

figcaption {
  color: var(--muted);
  font-size: 14px;
}

.boundaries {
  background: linear-gradient(135deg, #fff0f7, #f1ecfb);
}

.boundary-list {
  display: grid;
  gap: 18px;
}

.quiz-section {
  background: var(--ivory);
}

.quiz,
.booking-form {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 34px);
}

label {
  display: grid;
  gap: 7px;
  color: #51465a;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #decce5;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

input,
select {
  min-height: 48px;
  padding: 10px 13px;
}

textarea {
  resize: vertical;
  padding: 12px 13px;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(184, 167, 223, 0.3);
  border-color: var(--sage);
}

.quiz-result,
.form-result {
  min-height: 0;
  color: var(--moss);
  font-weight: 700;
}

.quiz-result:not(:empty),
.form-result:not(:empty) {
  padding: 16px;
  border-radius: 8px;
  background: #f2ecfb;
}

.booking-section {
  background: var(--moss);
  color: #fff;
}

.booking-section .eyebrow,
.booking-section h2 {
  color: #fff;
}

.booking-copy p,
.booking-note {
  color: rgba(255, 255, 255, 0.76);
}

.booking-steps {
  display: grid;
  gap: 14px;
  margin: 28px 0;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
}

.booking-form {
  background: #fff8fc;
  color: var(--ink);
}

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

.check-field {
  grid-template-columns: 22px 1fr;
  align-items: start;
  gap: 10px;
  font-weight: 500;
}

.check-field input {
  width: 18px;
  min-height: 18px;
  margin-top: 5px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(18px, 4vw, 48px);
  background: #4f4074;
  color: #fff;
}

.site-footer p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.site-footer a {
  color: #ffd7e8;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 82px;
  }

  .hero-media::after {
    background:
      linear-gradient(180deg, rgba(255, 248, 252, 0.96) 0%, rgba(255, 248, 252, 0.88) 42%, rgba(255, 248, 252, 0.6) 100%);
  }

  .two-column,
  .split,
  .quiz-layout,
  .booking-layout {
    grid-template-columns: 1fr;
  }

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

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

  .sticky-copy {
    position: static;
  }
}

@media (max-width: 680px) {
  body {
    font-size: 15px;
  }

  .site-header {
    gap: 12px;
    padding: 12px 16px;
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .header-cta {
    min-height: 40px;
    padding-inline: 13px;
    font-size: 13px;
  }

  .hero {
    padding: 54px 16px 62px;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-stats,
  .story-grid,
  .testimonial-grid,
  .process,
  .map-grid,
  .field-row {
    grid-template-columns: 1fr;
  }

  .hero-stats div,
  .process article,
  .map-grid article {
    min-height: auto;
  }

  .section {
    padding: 64px 16px;
  }

  .site-footer {
    display: grid;
  }
}
