:root {
  --paper: #f7f6f2;
  --ivory: #efede6;
  --warm: #ded7ca;
  --ink: #292723;
  --muted: #716c64;
  --brown: #756a5d;
  --deep: #4a433b;
  --line: rgba(58, 52, 45, .18);
  --display: "Songti TC", "Noto Serif TC", "STSong", Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "PingFang TC", "Noto Sans TC", "Microsoft JhengHei", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
.landing-body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.75;
  letter-spacing: .01em;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
figure, p, h1, h2, ul { margin: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
section[id] { scroll-margin-top: 92px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .85s ease, transform .85s cubic-bezier(.22,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

/* Header — narrow bilingual navigation and vertical logotype */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 220px 1fr 48px;
  align-items: center;
  min-height: 112px;
  padding: 14px max(5vw, 28px);
  background: rgba(247,246,242,.94);
  border-bottom: 1px solid transparent;
  transition: min-height .3s ease, border-color .3s ease, box-shadow .3s ease;
  backdrop-filter: blur(12px);
}
.site-header.is-scrolled { min-height: 78px; border-color: var(--line); box-shadow: 0 8px 25px rgba(40,35,30,.04); }
.site-brand { display: inline-flex; align-items: center; gap: 16px; width: fit-content; }
.brand-glyph { display: grid; grid-auto-flow: row; line-height: .92; font-size: 20px; font-weight: 400; letter-spacing: .06em; }
.brand-glyph i { font-style: normal; }
.brand-copy b { display: block; font-size: 17px; font-weight: 600; letter-spacing: .12em; }
.brand-copy small { display: block; color: var(--muted); font-family: var(--sans); font-size: 11px; letter-spacing: .04em; }
.site-nav { display: flex; justify-content: center; gap: clamp(20px, 3.2vw, 54px); font-size: 14px; font-weight: 500; }
.site-nav a { position: relative; padding: 8px 0; white-space: nowrap; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: 3px; left: 0; height: 1px; background: var(--ink); transform: scaleX(0); transition: transform .25s ease; }
.site-nav a:hover::after, .site-nav a.is-active::after { transform: scaleX(1); }
.header-booking { display: grid; place-items: center; width: 44px; height: 44px; justify-self: end; border-radius: 50%; color: #fff; background: #25d366; box-shadow: 0 6px 18px rgba(22, 160, 75, .2); transition: transform .25s, background .25s, box-shadow .25s; }
.header-booking svg { width: 25px; height: 25px; fill: currentColor; }
.header-booking:hover, .header-booking:focus-visible { background: #1fb85a; box-shadow: 0 8px 22px rgba(22, 160, 75, .3); transform: translateY(-2px); }
.nav-toggle { display: none; }

/* Hero */
.hero { position: relative; min-height: min(780px, calc(100svh - 112px)); overflow: hidden; margin: 0 max(3vw, 20px) 96px; color: #fff; background: #777064; isolation: isolate; touch-action: pan-y; user-select: none; cursor: grab; }
.hero.is-dragging { cursor: grabbing; }
.hero a, .hero button { cursor: pointer; }
.hero-slides, .hero-slide { position: absolute; inset: 0; }
.hero-slide { opacity: 0; visibility: hidden; transition: opacity 1s ease, visibility 1s ease; }
.hero-slide.is-active { opacity: 1; visibility: visible; }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.01); }
.hero-slide.is-active .hero-image { animation: hero-breathe 8s ease-out both; }
.hero-slide:nth-child(2) .hero-image { object-position: center 46%; }
.hero-slide:nth-child(3) .hero-image { object-position: center; }
.hero-wash { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(26,21,17,.7) 0%, rgba(36,30,24,.32) 47%, rgba(30,25,20,.12) 76%), linear-gradient(0deg, rgba(20,16,13,.44), transparent 52%); pointer-events: none; }
.hero-copy { position: absolute; z-index: 2; left: clamp(32px, 7vw, 108px); top: 50%; width: min(660px, 63vw); transform: translateY(-50%); text-shadow: 0 3px 24px rgba(0,0,0,.3); }
.hero-kicker { margin-bottom: 20px; font-size: 13px; font-weight: 600; letter-spacing: .2em; }
.hero-copy h1 { max-width: 650px; font-family: var(--display); font-size: clamp(42px, 5.2vw, 74px); font-weight: 500; line-height: 1.2; letter-spacing: .045em; text-wrap: balance; }
.hero-subtitle { max-width: 580px; margin-top: 22px; font-size: clamp(15px, 1.4vw, 18px); line-height: 1.8; letter-spacing: .04em; }
.hero-slide.is-active .hero-copy > * { animation: hero-copy-in .75s both; }
.hero-slide.is-active .hero-copy > :nth-child(2) { animation-delay: .08s; }
.hero-slide.is-active .hero-copy > :nth-child(3) { animation-delay: .16s; }
.hero-services { position: absolute; z-index: 3; top: 31px; left: 32px; display: flex; gap: 26px; font-size: 13px; font-weight: 500; }
.hero-actions { position: absolute; z-index: 3; bottom: 32px; left: clamp(28px, 7vw, 108px); display: flex; align-items: center; gap: 8px; font-size: 12px; line-height: 1.35; }
.hero-actions a { padding: 11px 18px; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; transition: background .2s, border-color .2s; }
.hero-actions a:first-child { background: rgba(58,52,45,.78); border-color: transparent; }
.hero-actions a:hover { background: rgba(255,255,255,.2); border-color: rgba(255,255,255,.7); }
.hero-controls { position: absolute; z-index: 4; right: 28px; bottom: 52px; display: flex; align-items: center; gap: 13px; }
.hero-arrow { display: grid; place-items: center; width: 38px; height: 38px; padding: 0; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; color: #fff; background: rgba(30,25,20,.18); font: inherit; cursor: pointer; transition: background .2s, border-color .2s; }
.hero-arrow:hover, .hero-arrow:focus-visible { background: rgba(255,255,255,.2); border-color: #fff; }
.hero-dots { display: flex; gap: 8px; }
.hero-dot { width: 8px; height: 8px; padding: 0; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: transparent; cursor: pointer; transition: width .25s, background .25s, border-radius .25s; }
.hero-dot.is-active { width: 24px; border-radius: 999px; background: #fff; }
.slide-count { position: absolute; z-index: 3; right: 28px; bottom: 22px; font-size: 11px; font-variant-numeric: tabular-nums; letter-spacing: .12em; }
@keyframes hero-breathe { to { transform: scale(1.045); } }
@keyframes hero-copy-in { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: none; } }

/* Shared editorial typography */
.editorial, .services-section { max-width: 1160px; margin: 0 auto; padding-inline: clamp(24px, 5vw, 70px); }
.section-title { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-bottom: 12px; border-bottom: 1px solid var(--line); font-size: 15px; font-weight: 600; }
.section-title span { color: var(--muted); font-size: 13px; font-weight: 400; }
.section-title.centered { justify-content: center; border: 0; padding: 0 0 34px; font-size: 18px; }
.section-title.centered span { padding-left: 8px; color: var(--muted); }

/* About */
.about-section { padding-bottom: 115px; }
.about-layout { display: grid; grid-template-columns: 1.08fr .92fr; align-items: stretch; }
.about-copy { padding: 48px clamp(28px, 5vw, 72px) 48px 0; }
.about-copy h2 { margin-bottom: 24px; font-family: var(--display); font-size: clamp(26px, 3vw, 36px); font-weight: 500; line-height: 1.55; }
.about-copy p { margin-bottom: 17px; color: var(--muted); font-size: 15px; line-height: 1.95; }
.about-copy .signature { margin-top: 32px; color: var(--ink); font-weight: 500; }
.about-image { min-height: 630px; overflow: hidden; }
.about-image img { width: 100%; height: 100%; object-fit: cover; }

/* Services and price list */
.services-section { padding-bottom: 120px; }
.service-gallery { overflow: hidden; background: #e7e1d7; }
.service-gallery > img { width: 100%; aspect-ratio: 4/1.6; object-fit: cover; }
.service-labels { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; }
.service-labels a { min-height: 72px; padding: 16px 10px 12px; border-right: 1px solid var(--line); text-align: center; transition: background .25s; }
.service-labels a:last-child { border-right: 0; }
.service-labels a:hover { background: var(--ivory); }
.service-labels span, .service-labels small { display: block; }
.service-labels span { font-size: 14px; font-weight: 600; }
.service-labels small { color: var(--muted); font-size: 11px; letter-spacing: .05em; }
.pricing { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(40px, 7vw, 94px); margin-top: 105px; }
.pricing-intro { align-self: start; position: sticky; top: 120px; }
.eyebrow { margin-bottom: 14px; color: var(--muted); font-size: 12px; font-weight: 600; letter-spacing: .14em; }
.pricing-intro h2 { margin-bottom: 22px; font-family: var(--display); font-size: clamp(28px, 3vw, 38px); font-weight: 500; line-height: 1.5; }
.pricing-intro > p:last-child { color: var(--muted); font-size: 15px; }
.price-list { padding: 0; list-style: none; }
.price-list li { display: grid; grid-template-columns: 1fr auto 64px; gap: 20px; align-items: center; min-height: 90px; border-top: 1px solid var(--line); }
.price-list li:last-child { border-bottom: 1px solid var(--line); }
.price-list b, .price-list small { display: block; }
.price-list b { font-size: 16px; font-weight: 600; }
.price-list small, .price-list li > span { color: var(--muted); font-size: 12px; }
.price-list strong { font-family: var(--sans); font-size: 16px; font-weight: 600; text-align: right; }

/* Contact */
.contact-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 800px; background: var(--ivory); }
.contact-copy { padding: clamp(60px, 8vw, 120px) clamp(34px, 7vw, 110px); }
.contact-copy .section-title { margin-bottom: 42px; }
.contact-copy h2 { margin-bottom: 34px; font-family: var(--display); font-size: 24px; font-weight: 500; }
.contact-address { margin-bottom: 27px; }
.contact-address b { font-size: 15px; font-weight: 600; }
.contact-address p, .contact-note { color: var(--muted); font-size: 13px; }
.contact-hours { max-width: 400px; margin: 24px 0 32px; border-block: 1px solid var(--line); padding-block: 10px; }
.contact-hours p { display: flex; justify-content: space-between; gap: 24px; padding: 5px 0; color: var(--muted); font-size: 13px; }
.contact-hours b { color: var(--ink); font-family: var(--sans); font-weight: 400; }
.contact-links { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-bottom: 34px; background: var(--line); border: 1px solid var(--line); }
.contact-links a { display: block; padding: 16px 18px; background: var(--ivory); transition: background .25s; }
.contact-links a:hover { background: var(--paper); }
.contact-links span, .contact-links b { display: block; }
.contact-links span { color: var(--muted); font-size: 11px; }
.contact-links b { font-family: var(--sans); font-size: 14px; font-weight: 500; }
.contact-image { min-height: 800px; overflow: hidden; }
.contact-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.site-footer { display: grid; grid-template-columns: 180px 1fr auto; align-items: end; gap: 40px; padding: 54px max(5vw, 30px); background: #fff; color: var(--muted); font-size: 10px; }
.footer-brand { display: grid; width: fit-content; color: var(--ink); font-size: 17px; line-height: 1; }
.footer-brand small { margin-top: 8px; color: var(--muted); font-size: 9px; }
.site-footer p { max-width: 650px; }
.floating-booking { position: fixed; z-index: 40; right: 24px; bottom: 24px; display: grid; place-items: center; width: 68px; height: 68px; border: 2px solid rgba(255,255,255,.86); border-radius: 50%; background: #25d366; color: #fff; box-shadow: 0 12px 32px rgba(22,160,75,.32); opacity: 1; transform: none; pointer-events: auto; transition: transform .25s, background .25s, box-shadow .25s; }
.floating-booking.is-visible { opacity: 1; transform: none; pointer-events: auto; }
.floating-booking:hover, .floating-booking:focus-visible { background: #1fb85a; box-shadow: 0 16px 36px rgba(22,160,75,.4); transform: translateY(-3px) scale(1.03); }
.floating-booking svg { width: 36px; height: 36px; fill: currentColor; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto auto; gap: 8px; min-height: 82px; padding-inline: 22px; }
  .site-header.is-scrolled { min-height: 70px; }
  .brand-copy small { display: none; }
  .header-booking { display: grid; width: 38px; height: 38px; }
  .header-booking svg { width: 22px; height: 22px; }
  .nav-toggle { display: grid; gap: 6px; width: 38px; height: 38px; padding: 10px 7px; border: 0; background: none; }
  .nav-toggle > span:not(.sr-only) { width: 24px; height: 1px; background: var(--ink); transition: transform .25s; }
  .nav-toggle[aria-expanded="true"] > span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: absolute; top: 100%; right: 0; left: 0; display: grid; gap: 0; padding: 8px 22px 20px; background: var(--paper); border-bottom: 1px solid var(--line); opacity: 0; transform: translateY(-8px); visibility: hidden; transition: opacity .25s, transform .25s, visibility .25s; }
  .site-nav.is-open { opacity: 1; transform: none; visibility: visible; }
  .site-nav a { padding: 10px 0; border-bottom: 1px solid rgba(58,52,45,.08); }
  .hero { min-height: calc(100svh - 82px); margin: 0 12px 70px; }
  .hero-image { object-position: 66% center; }
  .hero-slide:nth-child(2) .hero-image { object-position: center; }
  .hero-copy { left: 34px; top: 45%; width: min(650px, calc(100% - 68px)); }
  .hero-actions { right: 28px; bottom: 82px; left: 28px; flex-wrap: wrap; }
  .hero-controls { right: 20px; bottom: 24px; }
  .slide-count { right: auto; bottom: 35px; left: 28px; }
  .hero-services { top: 19px; left: 18px; display: grid; gap: 2px; font-size: 10px; }
  .about-layout { grid-template-columns: 1fr; }
  .about-copy { padding: 36px 0 45px; }
  .about-image { min-height: 520px; max-height: 680px; }
  .pricing { grid-template-columns: 1fr; margin-top: 75px; }
  .pricing-intro { position: static; }
  .contact-section { grid-template-columns: 1fr; }
  .contact-image { min-height: 600px; }
  .site-footer { grid-template-columns: 1fr; align-items: start; gap: 22px; }
}

@media (max-width: 600px) {
  .landing-body { font-size: 16px; }
  .hero { min-height: 700px; }
  .hero-copy { top: 42%; left: 24px; width: calc(100% - 48px); }
  .hero-kicker { margin-bottom: 14px; font-size: 11px; letter-spacing: .13em; }
  .hero-copy h1 { font-size: clamp(38px, 11vw, 50px); line-height: 1.25; }
  .hero-subtitle { margin-top: 17px; font-size: 15px; line-height: 1.75; }
  .hero-actions { right: 20px; bottom: 82px; left: 20px; gap: 6px; }
  .hero-actions a { padding: 9px 13px; font-size: 11px; }
  .hero-actions a:first-child { flex-basis: 100%; text-align: center; }
  .hero-controls { right: 16px; }
  .slide-count { left: 20px; }
  .editorial, .services-section { padding-inline: 20px; }
  .about-section, .services-section { padding-bottom: 82px; }
  .section-title.centered { display: block; text-align: center; }
  .service-gallery { overflow-x: auto; }
  .service-gallery > img { width: 790px; max-width: none; height: 315px; }
  .service-labels { width: 790px; }
  .service-labels a { min-height: 70px; }
  .price-list li { grid-template-columns: 1fr auto; gap: 6px 14px; padding: 15px 0; }
  .price-list li > span { grid-column: 1; }
  .price-list strong { grid-column: 2; grid-row: 1 / span 2; }
  .contact-copy { padding: 62px 24px; }
  .contact-links { grid-template-columns: 1fr; }
  .contact-image { min-height: 480px; }
  .floating-booking { right: 16px; bottom: 16px; width: 60px; height: 60px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-slide { transition: none; }
  .hero-slide.is-active .hero-image,
  .hero-slide.is-active .hero-copy > * { animation: none; }
}
