* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #22312b;
  background: #f8f5ee;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  line-height: 1.6;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 7vw;
  background: rgba(248, 245, 238, 0.94);
  border-bottom: 1px solid #ddd6c8;
}

.brand {
  color: #1f4d3a;
  font-size: 22px;
  font-weight: 800;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: #4c5b54;
  font-size: 15px;
}

.nav a:hover {
  color: #1f4d3a;
}

.hero {
  min-height: 78vh;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  align-items: center;
  gap: 28px;
  padding: 72px 7vw;
  background:
    linear-gradient(90deg, rgba(24, 48, 38, 0.82), rgba(24, 48, 38, 0.2)),
    linear-gradient(135deg, #355f4e 0%, #8ca58d 48%, #e3d0a5 100%);
}

.hero-content {
  max-width: 680px;
  color: #fffdf6;
}

.tagline {
  margin: 0 0 12px;
  font-weight: 700;
  letter-spacing: 0;
}

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

h1 {
  margin-bottom: 18px;
  font-size: clamp(42px, 8vw, 86px);
  line-height: 1.05;
}

.hero-text {
  max-width: 580px;
  margin-bottom: 28px;
  font-size: 20px;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 10px 20px;
  color: #193126;
  background: #f5d26f;
  border-radius: 6px;
  font-weight: 800;
}

.hero-card {
  padding: 28px;
  color: #f8f5ee;
  background: rgba(255, 253, 248, 0.14);
  border: 1px solid rgba(255, 253, 248, 0.22);
  border-radius: 16px;
  backdrop-filter: blur(8px);
  box-shadow: 0 18px 50px rgba(18, 32, 25, 0.18);
}

.hero-card-label {
  margin-bottom: 10px;
  color: #f5d26f;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.hero-card h2 {
  margin-bottom: 12px;
  color: #fffdf8;
  font-size: 28px;
  line-height: 1.2;
}

.hero-card p {
  margin-bottom: 16px;
}

.hero-card ul {
  margin: 0;
  padding-left: 20px;
}

.hero-card li + li {
  margin-top: 8px;
}

.section {
  padding: 76px 7vw;
}

.section-title {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-title p {
  margin-bottom: 8px;
  color: #8a5d25;
  font-weight: 800;
}

.section-title h2 {
  color: #1f4d3a;
  font-size: clamp(28px, 5vw, 46px);
  line-height: 1.15;
}

.about-intro {
  display: grid;
  gap: 12px;
  max-width: 820px;
  margin-bottom: 24px;
  color: #45554f;
  font-size: 18px;
}

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

.about-grid article,
.service-detail,
.highlights-grid article,
.team-grid article,
.card-info,
.card-form,
.venue-copy,
.hours-card,
.contact-card {
  background: #fffdf8;
  border: 1px solid #e2dacd;
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(57, 45, 30, 0.08);
}

.about-grid article {
  padding: 24px;
}

.about-grid h3,
.service-detail h3 {
  color: #1f4d3a;
}

.service-section {
  background: #edf3ec;
}

.venue-section {
  background: linear-gradient(180deg, #f8f5ee 0%, #eef4ed 100%);
}

.venue-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 20px;
  align-items: stretch;
}

.venue-visual {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: 18px;
  background: #e8e0d2;
  box-shadow: 0 18px 36px rgba(57, 45, 30, 0.12);
}

.venue-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.venue-label {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  padding: 8px 12px;
  color: #193126;
  background: rgba(245, 210, 111, 0.95);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.venue-copy {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 28px;
}

.venue-copy h3 {
  color: #1f4d3a;
  margin-bottom: 0;
}

.team-section {
  background: #f8f5ee;
}

.team-note {
  margin-bottom: 22px;
  color: #5e6a64;
}

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

.team-grid article {
  display: grid;
  gap: 10px;
  padding: 22px;
}

.team-role {
  color: #8a5d25;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.team-grid h3 {
  margin-bottom: 0;
  color: #1f4d3a;
}

.card-section {
  background: #eef4ed;
}

.card-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 18px;
  align-items: start;
}

.card-info {
  padding: 24px;
}

.card-info h3 {
  margin-bottom: 12px;
  color: #1f4d3a;
}

.card-info ul {
  margin: 0;
  padding-left: 20px;
  color: #56655e;
}

.card-info li + li {
  margin-top: 8px;
}

.card-form {
  display: grid;
  gap: 16px;
  padding: 24px;
}

.card-form label {
  display: grid;
  gap: 8px;
  color: #24342e;
  font-weight: 700;
}

.card-form input,
.card-form textarea {
  width: 100%;
  padding: 12px 14px;
  color: #22312b;
  background: #fefcf7;
  border: 1px solid #cbd9cd;
  border-radius: 8px;
  font: inherit;
}

.card-form input:focus,
.card-form textarea:focus {
  outline: 3px solid rgba(31, 77, 58, 0.18);
  border-color: #1f4d3a;
}

.card-form textarea {
  resize: vertical;
}

.card-form .primary-button {
  border: 0;
  cursor: pointer;
}

.card-message {
  min-height: 24px;
  margin: 0;
  color: #1f4d3a;
  font-weight: 700;
}

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

.highlights-grid article {
  display: grid;
  gap: 8px;
  padding: 24px;
}

.highlights-grid strong {
  color: #1f4d3a;
  font-size: 30px;
}

.highlights-grid span {
  color: #56655e;
  font-weight: 700;
}

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

.service-card {
  min-height: 74px;
  padding: 18px;
  color: #24342e;
  background: #fffdf8;
  border: 1px solid #cbd9cd;
  border-radius: 8px;
  font: inherit;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.service-card:hover,
.service-card.is-active {
  color: #fffdf8;
  background: #1f4d3a;
}

.service-detail {
  padding: 26px;
}

.hours-card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
}

.hours-card div {
  display: grid;
  gap: 8px;
  padding: 24px;
  border-right: 1px solid #e2dacd;
}

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

.hours-card strong {
  color: #1f4d3a;
  font-size: 20px;
}

.contact-section {
  background: #f0e5d2;
}

.contact-card {
  max-width: 680px;
  padding: 26px;
}

.contact-card p:last-child {
  margin-bottom: 0;
}

.footer {
  padding: 24px 7vw;
  color: #fffdf8;
  background: #193126;
  text-align: center;
}

.footer p {
  margin: 0;
}

@media (max-width: 760px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 72vh;
  }

  .venue-layout,
  .about-grid,
  .highlights-grid,
  .team-grid,
  .card-layout,
  .service-list,
  .hours-card {
    grid-template-columns: 1fr;
  }

  .venue-visual {
    min-height: 340px;
  }

  .venue-image {
    min-height: 340px;
  }

  .hours-card div {
    border-right: 0;
    border-bottom: 1px solid #e2dacd;
  }

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