:root {
  --ink: #252222;
  --muted: #706765;
  --paper: #fffaf7;
  --soft: #f4e8e3;
  --rose: #b86f72;
  --rose-dark: #7d3d43;
  --gold: #b89a62;
  --green: #63796a;
  --line: rgba(37, 34, 34, 0.13);
  --shadow: 0 24px 60px rgba(60, 38, 34, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Sans TC", "Microsoft JhengHei", Arial, sans-serif;
  line-height: 1.7;
}

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

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(255, 250, 247, 0.86);
  border-bottom: 1px solid rgba(37, 34, 34, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--ink);
  border-radius: 50%;
  font-size: 17px;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
  color: var(--muted);
  font-size: 14px;
}

.nav a {
  padding: 8px 0;
}

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

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  padding: 136px clamp(22px, 6vw, 92px) 58px;
  overflow: hidden;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(255, 250, 247, 0.9) 0%, rgba(255, 250, 247, 0.62) 24%, rgba(255, 250, 247, 0) 46%),
    linear-gradient(0deg, rgba(255, 250, 247, 0.9) 0%, rgba(255, 250, 247, 0.5) 20%, rgba(255, 250, 247, 0) 44%);
}

.hero-content {
  position: relative;
  max-width: 560px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--rose-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.18;
}

h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5.6vw, 73px);
  font-weight: 500;
  letter-spacing: 0;
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 500;
}

h3 {
  font-size: 20px;
}

.hero-copy {
  max-width: 560px;
  margin: 12px 0 0;
  color: #4d4644;
  font-size: clamp(17px, 1.8vw, 21px);
}

.hero-subtitle {
  max-width: 620px;
  margin: 22px 0 0;
  color: var(--rose-dark);
  font-size: clamp(20px, 2.3vw, 30px);
  font-weight: 800;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  font-weight: 700;
}

.button.primary {
  color: #fff;
  background: var(--ink);
}

.button.secondary {
  color: var(--ink);
  background: rgba(255, 250, 247, 0.6);
}

.button.ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.72);
  background: transparent;
}

.section {
  padding: 92px clamp(22px, 6vw, 92px);
}

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

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 44px;
  align-items: start;
}

.intro-grid > div > p,
.text-block p {
  margin: 0;
  color: var(--muted);
  font-size: 20px;
}

.about-copy {
  display: grid;
  gap: 14px;
}

.about-copy h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 500;
}

.about-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.intro-grid .stats {
  margin-top: 34px;
}

.space-photo {
  margin: 0;
}

.space-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.space-photo figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
}

.intro-gallery-section {
  background: #fff;
}

.intro-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.intro-poster {
  margin: 0;
  padding: 12px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(60, 38, 34, 0.08);
}

.intro-poster img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.intro-poster figcaption {
  padding: 12px 4px 2px;
  color: var(--muted);
  font-weight: 700;
  text-align: center;
}

.training-section {
  background: #fff;
}

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

.training-card {
  min-height: 220px;
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(60, 38, 34, 0.08);
}

.training-card span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  color: #fff;
  background: var(--rose-dark);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
}

.training-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 500;
}

.training-card p {
  margin: 10px 0 0;
  color: var(--muted);
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
}

.stats div {
  min-height: 132px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 24px;
  border-right: 1px solid var(--line);
}

.stats div:last-child {
  border-right: 0;
}

.stats strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1;
}

.stats span {
  color: var(--muted);
  font-size: 14px;
}

.split {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: 52px;
  background: #f6efeb;
}

.philosophy-copy {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.philosophy-copy h3 {
  color: var(--rose-dark);
  font-size: clamp(24px, 2.8vw, 36px);
}

.philosophy-copy p {
  margin: 0;
}

.principles {
  display: grid;
  gap: 16px;
}

.principles article,
.service-card,
.team-member {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.principles article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 8px 18px;
  padding: 24px;
}

.principles span {
  grid-row: span 2;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
}

.principles p,
.service-card p,
.team-member p,
.team-member span {
  margin: 8px 0 0;
  color: var(--muted);
}

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

.service-card {
  min-height: 206px;
  padding: 28px;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.service-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  color: #fff;
  background: var(--rose);
  border-radius: 50%;
  font-size: 18px;
}

.team-section {
  background: #fff;
}

.gallery-section {
  background: #fff;
}

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

.gallery-card {
  position: relative;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--ink);
}

.gallery-card.wide {
  grid-row: auto;
}

.gallery-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-card figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  gap: 4px;
  padding: 22px;
  color: #fff;
  background: linear-gradient(0deg, rgba(37, 34, 34, 0.78), rgba(37, 34, 34, 0));
}

.gallery-card figcaption strong {
  font-size: 20px;
}

.gallery-card figcaption span {
  color: rgba(255, 255, 255, 0.82);
}

.moments-section {
  background: #f6efeb;
}

.moments-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.moments-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.moment-wide {
  min-height: 440px;
}

.moment-copy {
  display: grid;
  align-content: center;
  padding: 34px;
  color: #fff;
  background: var(--ink);
  border-radius: 8px;
}

.moment-copy p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.74);
}

.moment-card {
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(60, 38, 34, 0.08);
}

.moment-card img {
  display: block;
  width: 100%;
  height: min(56vw, 640px);
  min-height: 440px;
  object-fit: cover;
  object-position: center top;
  border-radius: 0;
}

.moment-card figcaption {
  display: grid;
  gap: 6px;
  padding: 20px 22px 22px;
}

.moment-card figcaption strong {
  font-size: 20px;
}

.moment-card figcaption span {
  color: var(--muted);
}

.team-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 18px;
  margin-bottom: 18px;
}

.team-photo {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.team-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.team-photo figcaption {
  padding: 16px 18px 18px;
  color: var(--muted);
  font-size: 14px;
}

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

.team-member {
  min-height: 300px;
  padding: 30px;
}

.portrait {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  margin-bottom: 24px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(184, 111, 114, 0.95), rgba(99, 121, 106, 0.95)),
    var(--rose);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
}

.pricing-section {
  background: var(--paper);
}

.partner-section {
  background: #f6efeb;
}

.partner-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1fr);
  gap: 34px;
  align-items: center;
}

.partner-poster {
  margin: 0;
  padding: 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.partner-poster img {
  display: block;
  width: 100%;
  border-radius: 6px;
}

.partner-copy {
  display: grid;
  gap: 18px;
  padding: 34px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.partner-copy h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 500;
}

.partner-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.partner-copy ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

.partner-company-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 8px;
}

.partner-company-list div {
  padding: 18px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.partner-company-list h4 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 18px;
}

.partner-company-list ul {
  gap: 6px;
  padding-left: 18px;
  font-size: 15px;
}

.partner-label {
  width: max-content;
  padding: 6px 12px;
  color: #fff;
  background: var(--rose-dark);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.pricing-board {
  display: grid;
  gap: 18px;
}

.pricing-guide {
  display: grid;
  gap: 22px;
  margin-bottom: 28px;
}

.guide-intro {
  display: grid;
  gap: 12px;
  max-width: 820px;
}

.guide-intro h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 500;
}

.guide-intro p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

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

.guide-card {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(60, 38, 34, 0.08);
}

.guide-card h4 {
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 500;
}

.guide-card dl {
  display: grid;
  gap: 14px;
  margin: 0;
}

.guide-card dl div {
  padding-top: 14px;
  border-top: 1px solid rgba(37, 34, 34, 0.1);
}

.guide-card dt {
  color: var(--rose-dark);
  font-weight: 800;
}

.guide-card dd {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.pricing-category {
  padding: 28px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(60, 38, 34, 0.08);
}

.featured-price {
  border-color: rgba(184, 154, 98, 0.48);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 232, 227, 0.78)),
    #fff;
}

.price-category-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.price-category-header h3 {
  margin-top: 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 500;
}

.price-kicker {
  color: var(--rose-dark);
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.price-badge {
  flex: 0 0 auto;
  padding: 8px 12px;
  color: #fff;
  background: var(--ink);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.price-list,
.compact-price-list {
  display: grid;
  gap: 10px;
}

.price-item,
.compact-price-list div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 118px 150px;
  gap: 16px;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid rgba(37, 34, 34, 0.09);
}

.compact-price-list div {
  grid-template-columns: minmax(0, 1fr) 150px;
}

.price-item:last-child,
.compact-price-list div:last-child {
  border-bottom: 0;
}

.price-item strong,
.compact-price-list span {
  display: block;
  font-size: 18px;
  font-weight: 800;
}

.price-item span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 14px;
}

.price-item em {
  color: var(--muted);
  font-style: normal;
  text-align: right;
}

.price-item b,
.compact-price-list b {
  color: var(--rose-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}

.price-note {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 18px;
  padding: 14px 16px;
  color: var(--muted);
  background: var(--soft);
  border-radius: 8px;
}

.price-note strong {
  color: var(--ink);
}

.price-small {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.pricing-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.pricing-info div {
  display: grid;
  gap: 6px;
  padding: 22px;
  background: var(--ink);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.78);
}

.pricing-info strong {
  color: #fff;
  font-size: 18px;
}

.pricing-table {
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
}

.price-row {
  display: grid;
  grid-template-columns: 1fr 1.45fr minmax(130px, 0.52fr);
  gap: 20px;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid var(--line);
}

.price-row:last-child {
  border-bottom: 0;
}

.price-row.header {
  color: #fff;
  background: var(--ink);
  font-weight: 700;
}

.price-row span:nth-child(2) {
  color: var(--muted);
}

.price-row.header span:nth-child(2) {
  color: #fff;
}

.price-row strong {
  color: var(--rose-dark);
  text-align: right;
  white-space: nowrap;
}

.booking {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 0 clamp(22px, 6vw, 92px) 92px;
  padding: 42px;
  color: #fff;
  background: var(--green);
  border-radius: 8px;
}

.booking .eyebrow {
  color: #f6dfd8;
}

.booking-detail {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.booking .button.primary {
  border-color: #fff;
  background: #fff;
  color: var(--green);
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 32px clamp(22px, 6vw, 92px);
  color: #fff;
  background: var(--ink);
}

.footer p {
  margin: 0;
}

@media (max-width: 900px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero {
    min-height: 760px;
    padding-top: 178px;
    padding-bottom: 46px;
  }

  .hero-image {
    object-position: center top;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, rgba(255, 250, 247, 0.96) 0%, rgba(255, 250, 247, 0.72) 28%, rgba(255, 250, 247, 0.03) 64%),
      linear-gradient(90deg, rgba(255, 250, 247, 0.35), rgba(255, 250, 247, 0));
  }

  .intro-grid,
  .split,
  .intro-gallery,
  .training-grid,
  .service-grid,
  .team-grid,
  .gallery-grid,
  .moments-grid,
  .team-showcase,
  .partner-layout {
    grid-template-columns: 1fr;
  }

  .gallery-card,
  .gallery-card.wide,
  .moment-wide {
    min-height: 360px;
  }

  .stats {
    grid-template-columns: 1fr;
  }

  .stats div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .stats div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 70px 20px;
  }

  .hero {
    min-height: 720px;
    padding-left: 20px;
    padding-right: 20px;
  }

  h1 {
    font-size: 34px;
  }

  .principles article {
    grid-template-columns: 1fr;
  }

  .principles span {
    grid-row: auto;
  }

  .price-row,
  .price-row.header {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .price-category-header,
  .price-note {
    display: grid;
  }

  .price-item,
  .compact-price-list div,
  .pricing-info,
  .guide-grid,
  .partner-company-list {
    grid-template-columns: 1fr;
  }

  .price-item em,
  .price-item b,
  .compact-price-list b {
    text-align: left;
  }

  .price-row.header {
    display: none;
  }

  .price-row strong {
    text-align: left;
  }

  .booking {
    align-items: flex-start;
    flex-direction: column;
    margin: 0 20px 70px;
    padding: 28px;
  }

  .booking .button {
    width: 100%;
  }

  .booking-actions {
    width: 100%;
  }

  .gallery-card,
  .gallery-card.wide,
  .moment-wide {
    min-height: 300px;
  }

  .moment-copy {
    padding: 28px;
  }

  .moment-card img {
    height: auto;
    min-height: 0;
  }
}
