@charset "UTF-8";
/**
 * 靈安生命禮儀 - mysite.tw (ref: owt.com.tw)
 */
body.site-body {
  font-family: "Noto Sans TC", "Segoe UI", system-ui, sans-serif;
  color: #2c3330;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased; }

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

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

.btn-brand {
  --bs-btn-bg: #4a6b58;
  --bs-btn-border-color: #4a6b58;
  --bs-btn-hover-bg: #3a5546;
  --bs-btn-hover-border-color: #3a5546;
  color: #ffffff;
  background-color: #4a6b58;
  border-color: #4a6b58;
  border-radius: 2rem;
  padding: 0.65rem 1.75rem;
  font-weight: 600; }
  .btn-brand:hover, .btn-brand:focus {
    color: #ffffff;
    background-color: #3a5546;
    border-color: #3a5546; }

.btn-outline-brand {
  color: #4a6b58;
  border: 2px solid #4a6b58;
  border-radius: 2rem;
  padding: 0.6rem 1.5rem;
  font-weight: 600;
  background: transparent; }
  .btn-outline-brand:hover {
    color: #ffffff;
    background: #4a6b58; }

.btn-gold {
  color: #2c3330;
  background: #c4a574;
  border: 2px solid #c4a574;
  border-radius: 2rem;
  padding: 0.6rem 1.5rem;
  font-weight: 600; }
  .btn-gold:hover {
    color: #2c3330;
    background: #d4bc94;
    border-color: #d4bc94; }

.site-topbar {
  background: #2c3330;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.82rem;
  padding: 0.45rem 0; }
  .site-topbar a {
    color: inherit;
    text-decoration: none; }
    .site-topbar a:hover {
      color: #c4a574; }
  .site-topbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap; }
  .site-topbar__left, .site-topbar__right {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-wrap: wrap; }
  .site-topbar__item {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem; }
  .site-topbar__hotline {
    color: #c4a574;
    font-weight: 700; }

.site-header {
  background: #ffffff;
  padding: 0.85rem 0;
  border-bottom: 1px solid #ddd8cf; }

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem; }

.site-header__brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none; }

.site-header__logo {
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #4a6b58 0%, #6b8f78 100%);
  color: #ffffff;
  font-weight: 800;
  font-size: 1.1rem;
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(74, 107, 88, 0.3); }

.site-header__logo-text {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  color: #c4a574;
  font-weight: 700; }

.site-header__name {
  display: block;
  font-size: 1.35rem;
  font-weight: 800;
  color: #2c3330;
  line-height: 1.2; }

.site-header__tagline {
  margin: 0;
  font-size: 0.88rem;
  color: #6b7268;
  max-width: 24rem;
  text-align: right; }

.site-nav {
  background: #3a4540;
  position: sticky;
  top: 0;
  z-index: 1020;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15); }

.site-nav__mobile-bar {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 0.65rem 0; }

.site-nav__mobile-brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none; }

.site-nav__mobile-brand-text {
  line-height: 1.2; }

.site-nav__desktop-brand {
  display: none; }

.site-nav__toggle {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-radius: 0.5rem;
  font-size: 1.25rem;
  cursor: pointer; }
  .site-nav__toggle .site-nav__icon-close {
    display: none; }

.site-nav__backdrop {
  display: none; }

.site-nav__panel {
  display: contents; }

.site-nav__panel-head,
.site-nav__panel-cta {
  display: none; }

.site-nav__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0; }
  .site-nav__menu > li {
    position: relative; }

.site-nav__link {
  display: block;
  padding: 0.85rem 1.25rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
  font-weight: 500;
  transition: background 0.2s, color 0.2s; }
  .site-nav__link:hover, .site-nav__link.active {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1); }
  .site-nav__link.active {
    box-shadow: inset 0 -3px 0 #c4a574; }

.site-nav__dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1050; }
  .site-nav__dropdown a {
    text-decoration: none; }

@media (min-width: 992px) {
  .site-nav > .container {
    display: flex;
    align-items: stretch; }

  .site-nav__desktop-brand {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex-shrink: 0;
    margin-right: 0.25rem;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    text-decoration: none;
    white-space: nowrap;
    transition: max-width 0.35s ease, opacity 0.3s ease, margin 0.35s ease; }
    .site-nav__desktop-brand .site-header__logo {
      width: 2.45rem;
      height: 2.45rem;
      font-size: 0.95rem;
      flex-shrink: 0; }

  .site-nav__desktop-brand-name {
    color: #ffffff;
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.2; }

  .site-nav--scrolled .site-nav__desktop-brand {
    max-width: 14rem;
    opacity: 1;
    margin-right: 1.25rem;
    pointer-events: auto; }

  .site-nav__panel {
    display: flex;
    flex: 1;
    align-items: stretch;
    min-width: 0; }

  .site-nav__menu {
    flex: 1;
    justify-content: center; }

  .site-nav__link.has-dropdown::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0.62rem;
    margin-left: 0.4rem;
    opacity: 0.75;
    transition: transform 0.2s ease; }

  .site-nav__menu > li:hover > .site-nav__link.has-dropdown::after,
  .site-nav__menu > li:focus-within > .site-nav__link.has-dropdown::after {
    transform: rotate(180deg); }

  .site-nav__menu > li:has(> .site-nav__dropdown)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 0.65rem;
    z-index: 1049; }

  .site-nav__dropdown {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 290px;
    background-color: #ffffff;
    background-image: linear-gradient(90deg, #c4a574, #4a6b58);
    background-size: 100% 3px;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 0.9rem 0.7rem 0.7rem;
    border-radius: 0.75rem;
    box-shadow: 0 18px 42px rgba(44, 51, 48, 0.16);
    border: none;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease; }

  .site-nav__menu > li:hover .site-nav__dropdown,
  .site-nav__menu > li:focus-within .site-nav__dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%); }

  .site-nav__dropdown-label {
    padding: 0 0.75rem 0.6rem;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    color: #c4a574;
    font-weight: 700;
    border-bottom: 1px solid rgba(44, 51, 48, 0.08);
    margin-bottom: 0.45rem; }

  .site-nav__dropdown li:not(.site-nav__dropdown-label) a {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.58rem 0.75rem;
    font-size: 0.88rem;
    color: #2c3330;
    border-radius: 0.5rem;
    transition: background 0.2s, color 0.2s; }
    .site-nav__dropdown li:not(.site-nav__dropdown-label) a i {
      width: 2rem;
      height: 2rem;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #f8f5f0;
      color: #4a6b58;
      border-radius: 0.45rem;
      font-size: 0.8rem;
      flex-shrink: 0;
      transition: background 0.2s, color 0.2s; }
    .site-nav__dropdown li:not(.site-nav__dropdown-label) a .site-nav__dropdown-icon {
      width: 1.25rem;
      height: 1.25rem;
      display: block;
      object-fit: contain;
      flex-shrink: 0;
      background: transparent;
      border: none;
      border-radius: 0;
      padding: 0; }
    .site-nav__dropdown li:not(.site-nav__dropdown-label) a:hover, .site-nav__dropdown li:not(.site-nav__dropdown-label) a.is-current {
      background: rgba(74, 107, 88, 0.07);
      color: #4a6b58; }
      .site-nav__dropdown li:not(.site-nav__dropdown-label) a:hover i, .site-nav__dropdown li:not(.site-nav__dropdown-label) a.is-current i {
        background: #4a6b58;
        color: #ffffff; }
      .site-nav__dropdown li:not(.site-nav__dropdown-label) a:hover .site-nav__dropdown-icon, .site-nav__dropdown li:not(.site-nav__dropdown-label) a.is-current .site-nav__dropdown-icon {
        background: transparent; }
    .site-nav__dropdown li:not(.site-nav__dropdown-label) a.is-current {
      font-weight: 600; } }
@media (max-width: 991.98px) {
  .site-nav__dropdown {
    display: none; } }
@media (max-width: 991.98px) {
  .site-nav__menu > li:hover .site-nav__dropdown,
  .site-nav__menu > li:focus-within .site-nav__dropdown {
    display: none; } }

body.site-nav-open {
  overflow: hidden; }
  body.site-nav-open .site-nav__toggle .site-nav__icon-open {
    display: none; }
  body.site-nav-open .site-nav__toggle .site-nav__icon-close {
    display: inline; }

@media (max-width: 991.98px) {
  .site-header {
    display: none; }

  .site-nav__mobile-bar {
    display: flex; }

  .site-nav__mobile-brand .site-header__name {
    color: #ffffff; }
  .site-nav__mobile-brand .site-header__logo-text {
    color: #d4bc94; }

  .site-nav__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center; }

  .site-nav__backdrop {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    z-index: 1030;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease; }

  .site-nav__panel {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: min(320px, 88vw);
    max-width: 100%;
    height: 100vh;
    height: 100dvh;
    background: #3a4540;
    z-index: 1040;
    padding: 1rem;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    pointer-events: none; }

  .site-nav__panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); }

  .site-nav__panel-title {
    color: #ffffff;
    font-weight: 700; }

  .site-nav__close {
    width: 2.5rem;
    height: 2.5rem;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-radius: 0.5rem;
    cursor: pointer; }

  .site-nav__panel-cta {
    display: block;
    margin-top: auto;
    padding-top: 1rem; }

  .site-nav > .container > .site-nav__panel > .site-nav__menu,
  .site-nav > .container > .site-nav__menu {
    display: none; }

  body.site-nav-open .site-nav__backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  body.site-nav-open .site-nav__panel {
    transform: translateX(0);
    pointer-events: auto; }
  body.site-nav-open .site-nav > .container > .site-nav__panel .site-nav__menu {
    display: flex; }

  .site-nav__menu {
    flex-direction: column;
    align-items: stretch; }

  .site-nav__link {
    padding: 0.85rem 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08); }

  .site-nav__dropdown {
    position: static;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.12);
    background-image: none;
    border-radius: 0.5rem;
    padding: 0.35rem 0.5rem 0.5rem;
    margin: 0.25rem 0 0.35rem;
    border: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    min-width: 0;
    overflow: visible; }
    .site-nav__dropdown::before {
      display: none; }

  .site-nav__menu > li:has(> .site-nav__dropdown)::after {
    display: none; }

  .site-nav__dropdown-label {
    display: none; }

  .site-nav__dropdown li:not(.site-nav__dropdown-label) a {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    color: rgba(255, 255, 255, 0.92);
    padding: 0.55rem 0.65rem;
    border-radius: 0.4rem;
    font-size: 0.88rem; }
    .site-nav__dropdown li:not(.site-nav__dropdown-label) a i {
      width: 1.65rem;
      height: 1.65rem;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(255, 255, 255, 0.12);
      color: #d4bc94;
      border-radius: 0.35rem;
      font-size: 0.75rem;
      flex-shrink: 0; }
    .site-nav__dropdown li:not(.site-nav__dropdown-label) a .site-nav__dropdown-icon {
      width: 1.15rem;
      height: 1.15rem;
      display: block;
      object-fit: contain;
      flex-shrink: 0;
      background: transparent;
      border: none;
      border-radius: 0;
      padding: 0; }
    .site-nav__dropdown li:not(.site-nav__dropdown-label) a:hover, .site-nav__dropdown li:not(.site-nav__dropdown-label) a.is-current {
      background: rgba(255, 255, 255, 0.1);
      color: #ffffff; }
      .site-nav__dropdown li:not(.site-nav__dropdown-label) a:hover i, .site-nav__dropdown li:not(.site-nav__dropdown-label) a.is-current i {
        background: rgba(255, 255, 255, 0.18);
        color: #ffffff; }
      .site-nav__dropdown li:not(.site-nav__dropdown-label) a:hover .site-nav__dropdown-icon, .site-nav__dropdown li:not(.site-nav__dropdown-label) a.is-current .site-nav__dropdown-icon {
        background: transparent; }

  .site-nav__menu > li:hover .site-nav__dropdown,
  .site-nav__menu > li:focus-within .site-nav__dropdown {
    display: none; }

  .site-nav__menu > li.is-sub-open .site-nav__dropdown {
    display: block; }

  .site-nav__link.has-dropdown::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0.72rem;
    margin-left: 0.4rem;
    opacity: 0.75;
    transition: transform 0.2s; }

  .site-nav__menu > li.is-sub-open > .site-nav__link.has-dropdown::after {
    transform: rotate(180deg); } }
:root {
  --hero-above: 0px; }

.hero-banner {
  position: relative;
  height: calc(100vh - var(--hero-above));
  min-height: 420px;
  max-height: 780px; }

.hero-swiper {
  height: 100%;
  --swiper-navigation-size: 1.75rem;
  --swiper-navigation-color: #ffffff; }
  .hero-swiper .swiper-slide {
    overflow: hidden; }

.hero-slide {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden; }

.hero-slide__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.08);
  transition: transform 7s ease-out; }
  .swiper-slide-active .hero-slide__bg {
    transform: scale(1); }

.hero-slide__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(44, 51, 48, 0.72) 0%, rgba(44, 51, 48, 0.35) 55%, rgba(44, 51, 48, 0.2) 100%);
  opacity: 1;
  transition: opacity 1s ease; }
  .swiper-slide-prev .hero-slide__overlay, .swiper-slide-next .hero-slide__overlay {
    opacity: 0.85; }

.hero-slide__content {
  position: relative;
  z-index: 2; }

.hero-slide__text {
  max-width: 36rem;
  color: #ffffff;
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 0.85s ease, transform 0.85s ease; }
  .swiper-slide-active .hero-slide__text {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.35s; }
  .hero-slide__text h2 {
    font-family: "Noto Serif TC", "Songti TC", serif;
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 1rem; }
  .hero-slide__text p {
    font-size: 1.05rem;
    line-height: 1.75;
    opacity: 0.92;
    margin-bottom: 1.5rem; }
  .hero-slide__text .btn {
    transition-delay: 0.5s; }

.hero-swiper .swiper-button-prev,
.hero-swiper .swiper-button-next,
.hero-swiper__prev,
.hero-swiper__next {
  color: #ffffff !important;
  width: var(--swiper-navigation-size) !important;
  height: var(--swiper-navigation-size) !important;
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2)) !important;
  display: flex;
  align-items: center;
  justify-content: center; }
  .hero-swiper .swiper-button-prev::after,
  .hero-swiper .swiper-button-next::after,
  .hero-swiper__prev::after,
  .hero-swiper__next::after {
    font-size: calc(var(--swiper-navigation-size) * 0.5) !important;
    line-height: 1; }

@media (max-width: 767.98px) {
  .hero-swiper {
    --swiper-navigation-size: 1.5rem; }
  .hero-slide {
    align-items: flex-start;
    padding-top: 2rem; }
  .hero-slide__text {
    padding-right: 2rem;
    padding-left: 2rem; }
  .hero-swiper .swiper-button-prev,
  .hero-swiper .swiper-button-next,
  .hero-swiper__prev,
  .hero-swiper__next {
    top: auto;
    bottom: 5rem;
    margin-top: 0 !important; }
  .hero-swiper .swiper-button-prev,
  .hero-swiper__prev {
    left: 0.75rem;
    right: auto; }
  .hero-swiper .swiper-button-next,
  .hero-swiper__next {
    right: 0.75rem;
    left: auto; }
  .hero-swiper__pagination {
    bottom: 6rem !important; }
  .hero-scroll-hint {
    bottom: 1.25rem; } }

.hero-swiper__pagination .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.5; }
  .hero-swiper__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #c4a574; }

.hero-scroll-hint {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.78rem;
  cursor: pointer;
  transition: opacity 0.3s; }
  .hero-scroll-hint.is-hidden {
    opacity: 0;
    pointer-events: none; }
  .hero-scroll-hint__icon {
    animation: bounceDown 1.8s infinite; }

@keyframes bounceDown {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(6px); } }
.home-section {
  padding: 4.5rem 0; }

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.75rem; }
  .section-head--center {
    display: block;
    text-align: center; }
    @media (max-width: 575.98px) {
      .section-head--center .section-head__label {
        font-size: 0.75rem;
        letter-spacing: 0.12em; }
      .section-head--center .section-head__title {
        font-size: 1.65rem;
        line-height: 1.35; }
      .section-head--center .section-head__sub {
        font-size: 0.95rem;
        line-height: 1.65;
        max-width: 18rem;
        margin-left: auto;
        margin-right: auto; } }
  .section-head__label {
    font-size: 0.82rem;
    letter-spacing: 0.15em;
    color: #c4a574;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.35rem; }
  .section-head__title {
    font-family: "Noto Serif TC", "Songti TC", serif;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: #2c3330;
    margin: 0; }
  .section-head__sub {
    color: #6b7268;
    margin: 0.35rem 0 0;
    font-size: 1rem; }

.section-head__line {
  width: 4rem;
  height: 3px;
  background: linear-gradient(90deg, #c4a574, #4a6b58);
  margin-bottom: 2.5rem; }
  .section-head__line--center {
    margin-left: auto;
    margin-right: auto; }

.home-philosophy {
  position: relative;
  background: radial-gradient(ellipse 70% 55% at 0% 100%, rgba(196, 165, 116, 0.12), transparent 60%), radial-gradient(ellipse 50% 45% at 100% 0%, rgba(74, 107, 88, 0.08), transparent 55%), #f8f5f0;
  overflow: visible; }
  .home-philosophy .section-head,
  .home-philosophy .section-head__line,
  .home-philosophy .home-philosophy__card {
    opacity: 0;
    transform: translateY(1.75rem);
    transition: opacity 0.9s ease, transform 0.9s ease; }
  .home-philosophy.is-visible .section-head {
    opacity: 1;
    transform: none; }
  .home-philosophy.is-visible .section-head__line {
    opacity: 1;
    transform: none;
    transition-delay: 0.12s; }
  .home-philosophy.is-visible .home-philosophy__card {
    opacity: 1;
    transform: none;
    transition-delay: 0.24s; }
  .home-philosophy.is-visible .home-philosophy__body > * {
    opacity: 1;
    transform: none; }
  .home-philosophy__body > * {
    opacity: 0;
    transform: translateY(1rem);
    transition: opacity 0.75s ease, transform 0.75s ease; }
    .home-philosophy__body > *:nth-child(1) {
      transition-delay: 0.42s; }
    .home-philosophy__body > *:nth-child(2) {
      transition-delay: 0.52s; }
    .home-philosophy__body > *:nth-child(3) {
      transition-delay: 0.62s; }
    .home-philosophy__body > *:nth-child(4) {
      transition-delay: 0.72s; }
  .home-philosophy-swiper {
    position: relative;
    width: 100%;
    border-radius: 0.85rem;
    overflow: hidden;
    aspect-ratio: 4 / 5; }
    @media (min-width: 992px) {
      .home-philosophy-swiper {
        aspect-ratio: 5 / 6; } }
    .home-philosophy-swiper:not(.swiper-initialized) .swiper-slide:not(:first-child) {
      display: none; }
    .home-philosophy-swiper .swiper-wrapper {
      height: 100%; }
    .home-philosophy-swiper .swiper-slide {
      height: 100%; }
    .home-philosophy-swiper .home-philosophy__image {
      height: 100%;
      aspect-ratio: auto; }
    .home-philosophy-swiper .home-philosophy__image img {
      transform: scale(1.08);
      transition: transform 7s ease-out; }
    .home-philosophy-swiper .swiper-slide-active .home-philosophy__image img {
      transform: scale(1); }
    .home-philosophy-swiper__pagination {
      bottom: 0.85rem !important;
      z-index: 2; }
      .home-philosophy-swiper__pagination .swiper-pagination-bullet {
        width: 0.5rem;
        height: 0.5rem;
        background: #ffffff;
        opacity: 0.45;
        transition: opacity 0.2s, transform 0.2s; }
      .home-philosophy-swiper__pagination .swiper-pagination-bullet-active {
        opacity: 1;
        background: #c4a574;
        transform: scale(1.15); }
  @media (prefers-reduced-motion: reduce) {
    .home-philosophy .section-head,
    .home-philosophy .section-head__line,
    .home-philosophy .home-philosophy__card,
    .home-philosophy .home-philosophy__body > * {
      opacity: 1;
      transform: none;
      transition: none; }
    .home-philosophy-swiper .home-philosophy__image img {
      transform: none;
      transition: none; } }
  .home-philosophy__card {
    display: grid;
    gap: 2rem;
    background: #ffffff;
    border-radius: 1.25rem;
    padding: 1.5rem;
    box-shadow: 0 18px 50px rgba(44, 51, 48, 0.1);
    border: 1px solid rgba(44, 51, 48, 0.05); }
    @media (min-width: 992px) {
      .home-philosophy__card {
        grid-template-columns: 0.92fr 1.08fr;
        align-items: center;
        gap: 3rem;
        padding: 2.5rem; } }
  .home-philosophy__visual {
    position: relative;
    z-index: 0;
    min-width: 0; }
  .home-philosophy__frame {
    position: absolute;
    inset: -0.65rem 0.65rem 0.65rem -0.65rem;
    border: 2px solid rgba(196, 165, 116, 0.45);
    border-radius: 1rem;
    pointer-events: none;
    z-index: 1; }
  .home-philosophy__image {
    position: relative;
    border-radius: 0.85rem;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 4 / 5; }
    @media (min-width: 992px) {
      .home-philosophy__image {
        aspect-ratio: 5 / 6; } }
    .home-philosophy__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
    .home-philosophy__image::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, transparent 55%, rgba(44, 51, 48, 0.35)); }
  .home-philosophy__badge {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 5.5rem;
    padding: 0.85rem 1rem;
    background: rgba(74, 107, 88, 0.92);
    color: #ffffff;
    border-radius: 0.75rem;
    box-shadow: 0 8px 24px rgba(44, 51, 48, 0.2);
    text-align: center; }
  .home-philosophy__badge-num {
    font-family: "Noto Serif TC", "Songti TC", serif;
    font-size: 1.65rem;
    font-weight: 700;
    line-height: 1.1; }
  .home-philosophy__badge-text {
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    opacity: 0.92;
    margin-top: 0.15rem; }
  .home-philosophy__body {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    min-width: 0; }
  .home-philosophy__quote {
    position: relative;
    margin: 0;
    padding: 1.35rem 1.35rem 1.35rem 1.1rem;
    background: linear-gradient(135deg, rgba(74, 107, 88, 0.07), rgba(196, 165, 116, 0.1));
    border-radius: 0.85rem;
    border-left: 4px solid #c4a574; }
    .home-philosophy__quote p {
      margin: 0;
      font-family: "Noto Serif TC", "Songti TC", serif;
      font-size: clamp(1.15rem, 2.2vw, 1.45rem);
      font-weight: 600;
      color: #4a6b58;
      line-height: 1.75; }
  .home-philosophy__quote-icon {
    position: absolute;
    top: 0.85rem;
    right: 1rem;
    font-size: 1.5rem;
    color: rgba(196, 165, 116, 0.35); }
  .home-philosophy__text p {
    color: #6b7268;
    line-height: 1.9;
    margin-bottom: 0.85rem; }
    .home-philosophy__text p:last-child {
      margin-bottom: 0; }
  .home-philosophy__values {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    list-style: none;
    margin: 0;
    padding: 0; }
    .home-philosophy__values li {
      display: inline-flex;
      align-items: center;
      gap: 0.45rem;
      padding: 0.5rem 0.9rem;
      background: #f8f5f0;
      border: 1px solid rgba(44, 51, 48, 0.06);
      border-radius: 2rem;
      font-size: 0.88rem;
      font-weight: 600;
      color: #2c3330; }
  .home-philosophy__values-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 50%;
    background: rgba(74, 107, 88, 0.12);
    color: #4a6b58;
    font-size: 0.78rem; }
  .home-philosophy__cta {
    align-self: flex-start;
    margin-top: 0.25rem; }
  @media (max-width: 991.98px) {
    .home-philosophy__frame {
      inset: -0.5rem 0.5rem 0.5rem -0.5rem; }
    .home-philosophy__badge {
      right: 0.75rem;
      bottom: 0.75rem; } }

.philosophy-block {
  display: flex;
  flex-direction: column;
  gap: 2rem; }
  @media (min-width: 992px) {
    .philosophy-block {
      flex-direction: row;
      align-items: center;
      gap: 3rem; } }
  .philosophy-block__media {
    flex: 0 0 auto;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(44, 51, 48, 0.12); }
    @media (min-width: 992px) {
      .philosophy-block__media {
        width: 45%; } }
  .philosophy-block__content {
    flex: 1; }
  .philosophy-block__quote {
    font-family: "Noto Serif TC", "Songti TC", serif;
    font-size: 1.35rem;
    font-weight: 600;
    color: #4a6b58;
    line-height: 1.7;
    margin-bottom: 1.25rem;
    padding-left: 1rem;
    border-left: 4px solid #c4a574; }
  .philosophy-block__text {
    color: #6b7268;
    line-height: 1.85;
    margin-bottom: 1rem; }

.about-gallery-swiper {
  height: 280px; }
  @media (min-width: 768px) {
    .about-gallery-swiper {
      height: 340px; } }
  @media (min-width: 992px) {
    .about-gallery-swiper {
      height: 400px; } }
  .about-gallery-swiper .swiper-slide {
    height: 100%; }
    .about-gallery-swiper .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .about-gallery-swiper__pagination {
    right: 0.75rem !important;
    left: auto !important;
    width: auto !important; }
    .about-gallery-swiper__pagination .swiper-pagination-bullet {
      background: #ffffff;
      opacity: 0.55;
      margin: 0.35rem 0 !important; }
      .about-gallery-swiper__pagination .swiper-pagination-bullet-active {
        opacity: 1;
        background: #c4a574; }

.service-card {
  background: #ffffff;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(44, 51, 48, 0.08);
  transition: transform 0.25s, box-shadow 0.25s;
  height: 100%;
  display: flex;
  flex-direction: column; }
  .service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(44, 51, 48, 0.12); }
  .service-card__media {
    aspect-ratio: 16 / 10;
    overflow: hidden; }
    .service-card__media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.4s; }
  .service-card:hover .service-card__media img {
    transform: scale(1.05); }
  .service-card__body {
    padding: 1.25rem 1.35rem 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column; }
  .service-card__title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2c3330;
    margin-bottom: 0.5rem; }
  .service-card__desc {
    font-size: 0.9rem;
    color: #6b7268;
    line-height: 1.65;
    margin-bottom: 1rem;
    flex: 1; }
  .service-card__link {
    color: #4a6b58;
    font-weight: 600;
    font-size: 0.88rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem; }
    .service-card__link:hover {
      color: #3a5546; }

.home-stats {
  background: #4a6b58;
  color: #ffffff;
  padding: 3rem 0; }

.stat-item {
  text-align: center; }
  .stat-item__num {
    font-family: "Noto Serif TC", "Songti TC", serif;
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    color: #c4a574;
    line-height: 1.2; }
  .stat-item__label {
    font-size: 0.95rem;
    opacity: 0.9;
    margin-top: 0.35rem; }

.home-testimonials {
  position: relative;
  background: radial-gradient(ellipse 55% 50% at 100% 100%, rgba(74, 107, 88, 0.07), transparent 58%), radial-gradient(ellipse 45% 40% at 0% 0%, rgba(196, 165, 116, 0.1), transparent 55%), #f5f2ed;
  overflow: hidden; }
  .home-testimonials__panel {
    background: #ffffff;
    border-radius: 1.25rem;
    padding: 1.5rem;
    box-shadow: 0 18px 50px rgba(44, 51, 48, 0.08);
    border: 1px solid rgba(44, 51, 48, 0.05); }
    @media (min-width: 992px) {
      .home-testimonials__panel {
        padding: 2rem 2.25rem 2.25rem; } }
  .home-testimonials__lead {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem 1.5rem;
    padding: 1.15rem 1.25rem;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, rgba(74, 107, 88, 0.08), rgba(196, 165, 116, 0.12));
    border-radius: 0.85rem;
    border-left: 4px solid #c4a574; }
  .home-testimonials__lead-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem; }
  .home-testimonials__lead-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 50%;
    background: #ffffff;
    color: #4a6b58;
    font-size: 1.15rem;
    box-shadow: 0 4px 14px rgba(44, 51, 48, 0.08); }
  .home-testimonials__lead-label {
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #2c3330; }
  .home-testimonials__lead-score {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem; }
  .home-testimonials__lead-num {
    font-family: "Noto Serif TC", "Songti TC", serif;
    font-size: clamp(2rem, 4vw, 2.6rem);
    font-weight: 700;
    line-height: 1;
    color: #4a6b58; }
  .home-testimonials__lead-stars {
    display: inline-flex;
    gap: 0.15rem;
    color: #c4a574;
    font-size: 0.95rem; }
  .home-testimonials__lead-text {
    flex: 1 1 100%;
    margin: 0;
    color: #6b7268;
    line-height: 1.75;
    font-size: 0.95rem; }
    @media (min-width: 992px) {
      .home-testimonials__lead-text {
        flex: 1 1 auto;
        margin: 0 0 0 auto;
        max-width: 26rem;
        text-align: right; } }
  .home-testimonials-swiper {
    overflow: hidden;
    padding-bottom: 2.35rem; }
    .home-testimonials-swiper .swiper-slide {
      height: auto;
      display: flex; }
    .home-testimonials-swiper .home-testimonials__card {
      width: 100%; }
    .home-testimonials-swiper__pagination {
      bottom: 0 !important; }
      .home-testimonials-swiper__pagination .swiper-pagination-bullet {
        width: 0.55rem;
        height: 0.55rem;
        background: rgba(44, 51, 48, 0.2);
        opacity: 1;
        transition: transform 0.2s, background 0.2s; }
      .home-testimonials-swiper__pagination .swiper-pagination-bullet-active {
        background: #4a6b58;
        transform: scale(1.15); }
  .home-testimonials__card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    padding: 1.5rem 1.35rem 1.35rem;
    background: #f8f5f0;
    border-radius: 0.85rem;
    border: 1px solid rgba(44, 51, 48, 0.06);
    transition: transform 0.25s, box-shadow 0.25s; }
    .home-testimonials__card:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 28px rgba(44, 51, 48, 0.1); }
    .home-testimonials__card--highlight {
      background: linear-gradient(160deg, rgba(74, 107, 88, 0.06), #ffffff 45%);
      border-color: rgba(74, 107, 88, 0.15); }
      .home-testimonials__card--highlight .home-testimonials__card-quote {
        color: #2c3330; }
  .home-testimonials__card-icon {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.65rem;
    color: rgba(196, 165, 116, 0.28); }
  .home-testimonials__card-stars {
    color: #c4a574;
    font-size: 0.82rem;
    margin-bottom: 0.85rem;
    display: inline-flex;
    gap: 0.12rem; }
  .home-testimonials__card-quote {
    flex: 1;
    margin: 0 0 1.25rem;
    font-family: "Noto Serif TC", "Songti TC", serif;
    font-size: 0.98rem;
    line-height: 1.85;
    color: #6b7268; }
  .home-testimonials__card-author {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(44, 51, 48, 0.08); }
  .home-testimonials__card-avatar {
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid rgba(196, 165, 116, 0.55);
    box-shadow: 0 4px 12px rgba(44, 51, 48, 0.1); }
    .home-testimonials__card-avatar img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .home-testimonials__card-name {
    display: block;
    font-weight: 700;
    font-style: normal;
    color: #2c3330;
    font-size: 0.95rem; }
  .home-testimonials__card-role {
    margin: 0.15rem 0 0;
    font-size: 0.82rem;
    color: #6b7268; }

.testimonial-card {
  background: #ffffff;
  border-radius: 0.75rem;
  padding: 1.75rem;
  box-shadow: 0 4px 20px rgba(44, 51, 48, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column; }
  .testimonial-card__stars {
    color: #c4a574;
    margin-bottom: 0.75rem;
    font-size: 0.9rem; }
  .testimonial-card__quote {
    font-size: 0.95rem;
    line-height: 1.75;
    color: #6b7268;
    flex: 1;
    margin-bottom: 1.25rem;
    font-style: italic; }
  .testimonial-card__author {
    display: flex;
    align-items: center;
    gap: 0.85rem; }
  .testimonial-card__avatar {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0; }
    .testimonial-card__avatar img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .testimonial-card__name {
    font-weight: 700;
    color: #2c3330;
    font-size: 0.95rem; }
  .testimonial-card__role {
    font-size: 0.82rem;
    color: #6b7268; }

.home-news-swiper {
  overflow: hidden;
  padding-bottom: 2.35rem; }
  .home-news-swiper .swiper-slide {
    height: auto;
    display: flex; }
  .home-news-swiper .news-card {
    width: 100%; }
  .home-news-swiper__pagination {
    bottom: 0 !important; }
    .home-news-swiper__pagination .swiper-pagination-bullet {
      width: 0.55rem;
      height: 0.55rem;
      background: rgba(44, 51, 48, 0.2);
      opacity: 1;
      transition: transform 0.2s, background 0.2s; }
    .home-news-swiper__pagination .swiper-pagination-bullet-active {
      background: #4a6b58;
      transform: scale(1.15); }

.news-card {
  display: block;
  background: #ffffff;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(44, 51, 48, 0.08);
  transition: transform 0.25s, box-shadow 0.25s;
  height: 100%; }
  .news-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(44, 51, 48, 0.12); }
  .news-card__media {
    aspect-ratio: 16 / 10;
    overflow: hidden; }
    .news-card__media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.35s; }
  .news-card:hover .news-card__media img {
    transform: scale(1.04); }
  .news-card__body {
    padding: 1.15rem 1.25rem 1.35rem; }
  .news-card__date {
    font-size: 0.82rem;
    color: #c4a574;
    margin-bottom: 0.4rem; }
  .news-card__title {
    font-size: 1rem;
    font-weight: 600;
    color: #2c3330;
    line-height: 1.5;
    margin: 0; }
  .news-card__cat {
    display: inline-block;
    font-size: 0.75rem;
    background: #ede8df;
    color: #4a6b58;
    padding: 0.15rem 0.55rem;
    border-radius: 1rem;
    margin-bottom: 0.5rem; }

.home-cta {
  background: linear-gradient(135deg, #2c3330 0%, #3d4542 100%);
  color: #ffffff;
  text-align: center;
  padding: 4rem 0; }
  .home-cta__title {
    font-family: "Noto Serif TC", "Songti TC", serif;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    margin-bottom: 0.75rem; }
  .home-cta__desc {
    opacity: 0.88;
    max-width: 36rem;
    margin: 0 auto 1.5rem;
    line-height: 1.7; }
  .home-cta__phone {
    font-size: 1.5rem;
    font-weight: 700;
    color: #c4a574;
    margin-bottom: 1.25rem; }
    .home-cta__phone a {
      color: inherit; }
      .home-cta__phone a:hover {
        opacity: 0.85; }

.page-banner {
  position: relative;
  min-height: 280px;
  display: flex;
  align-items: center;
  background: #2c3330;
  overflow: hidden;
  padding-bottom: 3rem; }
  .page-banner::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3rem;
    background: #2c3330;
    z-index: 2; }
  .page-banner__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 3rem;
    background-size: cover;
    background-position: center;
    opacity: 0.5;
    transform: scale(1.02); }
  .page-banner__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 3rem;
    background: linear-gradient(155deg, rgba(44, 51, 48, 0.82) 0%, rgba(44, 51, 48, 0.5) 45%, rgba(58, 85, 70, 0.72) 100%);
    z-index: 1; }
  .page-banner__curve {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3rem;
    z-index: 3;
    line-height: 0;
    pointer-events: none;
    color: #ffffff;
    transform: translateY(1px); }
    .page-banner__curve svg {
      display: block;
      width: 100%;
      height: 100%; }
    .page-banner__curve path {
      fill: currentColor; }
  .page-banner--on-gray .page-banner__curve {
    color: #f5f2ed; }
  .page-banner__content {
    position: relative;
    z-index: 4;
    color: #ffffff;
    padding: 4rem 0 1rem; }
  .page-banner__breadcrumb {
    display: inline-block;
    font-size: 0.82rem;
    opacity: 0.92;
    margin-bottom: 0.85rem;
    padding: 0.4rem 1rem;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 2rem;
    backdrop-filter: blur(6px); }
    .page-banner__breadcrumb a {
      color: inherit;
      text-decoration: none; }
      .page-banner__breadcrumb a:hover {
        color: #c4a574; }
  .page-banner__title {
    font-family: "Noto Serif TC", "Songti TC", serif;
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.25);
    position: relative;
    padding-bottom: 0.85rem; }
    .page-banner__title::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 3.5rem;
      height: 3px;
      background: linear-gradient(90deg, #c4a574, rgba(196, 165, 116, 0));
      border-radius: 2px; }

.about-section {
  padding: 4rem 0; }

.about-values__item {
  background: #ffffff;
  border-radius: 0.75rem;
  padding: 2rem 1.5rem 1.75rem;
  box-shadow: 0 4px 20px rgba(44, 51, 48, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; }
.about-values__icon {
  width: 9rem;
  height: 9rem;
  margin-bottom: 1.25rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 4px solid #f8f5f0;
  box-shadow: 0 0 0 3px #c4a574, 0 8px 24px rgba(44, 51, 48, 0.12); }
  .about-values__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s; }
.about-values__item:hover .about-values__icon img {
  transform: scale(1.06); }
.about-values__title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #2c3330;
  margin-bottom: 0.65rem; }
.about-values__desc {
  font-size: 0.92rem;
  color: #6b7268;
  line-height: 1.7;
  margin: 0; }

.history-section {
  background: #f8f5f0; }

.history-timeline {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  padding: 0.5rem 0 1rem; }
  .history-timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #c4a574 0%, #4a6b58 50%, #c4a574 100%);
    border-radius: 2px; }
  .history-timeline__item {
    position: relative;
    width: 50%;
    padding-bottom: 2.75rem; }
    .history-timeline__item:last-child {
      padding-bottom: 0; }
    .history-timeline__item::after {
      content: "";
      position: absolute;
      top: 1.35rem;
      width: 1.1rem;
      height: 1.1rem;
      border-radius: 50%;
      background: #c4a574;
      border: 3px solid #ffffff;
      box-shadow: 0 0 0 2px #c4a574;
      z-index: 2; }
    .history-timeline__item:nth-child(odd) {
      padding-right: 3rem;
      text-align: right; }
      .history-timeline__item:nth-child(odd)::after {
        right: -0.55rem;
        transform: translateX(50%); }
      .history-timeline__item:nth-child(odd) .history-timeline__body {
        margin-left: auto; }
    .history-timeline__item:nth-child(even) {
      margin-left: 50%;
      padding-left: 3rem; }
      .history-timeline__item:nth-child(even)::after {
        left: -0.55rem;
        transform: translateX(-50%); }
  .history-timeline__body {
    position: relative;
    background: #ffffff;
    border-radius: 0.75rem;
    padding: 1.35rem 1.5rem;
    box-shadow: 0 4px 20px rgba(44, 51, 48, 0.08);
    max-width: 100%;
    transition: transform 0.25s, box-shadow 0.25s; }
    .history-timeline__body:hover {
      transform: translateY(-3px);
      box-shadow: 0 10px 28px rgba(44, 51, 48, 0.12); }
    .history-timeline__body::before {
      content: "";
      position: absolute;
      top: 1.25rem;
      width: 0;
      height: 0;
      border: 0.55rem solid transparent; }
  .history-timeline__item:nth-child(odd) .history-timeline__body::before {
    right: -1rem;
    border-left-color: #ffffff; }
  .history-timeline__item:nth-child(even) .history-timeline__body::before {
    left: -1rem;
    border-right-color: #ffffff; }
  .history-timeline__year {
    display: inline-block;
    font-family: "Noto Serif TC", "Songti TC", serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #4a6b58;
    line-height: 1.2;
    margin-bottom: 0.45rem; }
  .history-timeline__title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #2c3330;
    margin-bottom: 0.45rem;
    line-height: 1.45; }
  .history-timeline__desc {
    font-size: 0.9rem;
    color: #6b7268;
    line-height: 1.7;
    margin: 0; }
  @media (max-width: 767.98px) {
    .history-timeline {
      padding-left: 0.5rem; }
      .history-timeline::before {
        left: 1.15rem;
        transform: none; }
      .history-timeline__item {
        width: 100%;
        margin-left: 0 !important;
        padding-left: 3rem !important;
        padding-right: 0 !important;
        text-align: left !important; }
        .history-timeline__item::after {
          left: 1.15rem !important;
          right: auto !important;
          transform: translateX(-50%) !important; }
        .history-timeline__item .history-timeline__body {
          margin-left: 0 !important; }
      .history-timeline__item:nth-child(odd) .history-timeline__body::before, .history-timeline__item:nth-child(even) .history-timeline__body::before {
        left: -1rem;
        right: auto;
        border-left-color: transparent;
        border-right-color: #ffffff; } }

.services-overview {
  padding: 4rem 0;
  background: #f5f2ed; }

.services-index-card {
  display: block;
  background: #ffffff;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(44, 51, 48, 0.08);
  height: 100%;
  transition: transform 0.25s, box-shadow 0.25s; }
  .services-index-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 36px rgba(44, 51, 48, 0.12); }
  .services-index-card__media {
    aspect-ratio: 16 / 10;
    overflow: hidden; }
    .services-index-card__media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.35s; }
  .services-index-card:hover .services-index-card__media img {
    transform: scale(1.05); }
  .services-index-card__body {
    padding: 1.35rem 1.5rem 1.5rem; }
  .services-index-card__label {
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    color: #c4a574;
    font-weight: 700;
    margin-bottom: 0.35rem; }
  .services-index-card__title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #2c3330;
    margin-bottom: 0.5rem; }
  .services-index-card__desc {
    font-size: 0.9rem;
    color: #6b7268;
    line-height: 1.65;
    margin-bottom: 1rem; }
  .services-index-card__link {
    color: #4a6b58;
    font-weight: 600;
    font-size: 0.88rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem; }

.service-page {
  padding: 4rem 0; }

.service-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 2.5rem;
  align-items: start; }
  @media (max-width: 991.98px) {
    .service-layout {
      grid-template-columns: 1fr; } }

.service-sidebar {
  position: sticky;
  top: 6rem;
  background: #ffffff;
  border-radius: 0.75rem;
  padding: 1.35rem;
  box-shadow: 0 4px 20px rgba(44, 51, 48, 0.08); }
  @media (max-width: 991.98px) {
    .service-sidebar {
      position: static; } }
  .service-sidebar__title {
    font-size: 1rem;
    font-weight: 700;
    color: #2c3330;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #c4a574; }
  .service-sidebar__list {
    list-style: none;
    padding: 0;
    margin: 0; }
  .service-sidebar__link {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.65rem 0.75rem;
    margin-bottom: 0.25rem;
    border-radius: 0.5rem;
    font-size: 0.92rem;
    color: #6b7268;
    text-decoration: none;
    transition: background 0.2s, color 0.2s; }
    .service-sidebar__link:hover {
      background: #f8f5f0;
      color: #4a6b58; }
    .service-sidebar__link.is-active {
      background: #4a6b58;
      color: #ffffff;
      font-weight: 600; }
  .service-sidebar__icon {
    width: 1.25rem;
    height: 1.25rem;
    object-fit: contain;
    flex-shrink: 0; }
  .service-sidebar__cta {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid #ddd8cf; }

.service-hero {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
  margin-bottom: 2.5rem;
  min-height: 280px;
  display: flex;
  align-items: flex-end; }
  .service-hero__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center; }
  .service-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(44, 51, 48, 0.82) 0%, rgba(44, 51, 48, 0.25) 60%, rgba(44, 51, 48, 0.1) 100%); }
  .service-hero__content {
    position: relative;
    z-index: 2;
    color: #ffffff;
    padding: 2rem 2rem 2.25rem;
    max-width: 36rem; }
  .service-hero__label {
    font-size: 0.82rem;
    letter-spacing: 0.12em;
    color: #c4a574;
    font-weight: 700;
    margin-bottom: 0.5rem; }
  .service-hero__title {
    font-family: "Noto Serif TC", "Songti TC", serif;
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 700;
    margin-bottom: 0.75rem;
    line-height: 1.35; }
  .service-hero__lead {
    font-size: 1rem;
    line-height: 1.75;
    opacity: 0.92;
    margin: 0; }

.service-intro {
  margin-bottom: 2.5rem; }
  .service-intro__text {
    color: #6b7268;
    line-height: 1.85;
    margin-bottom: 1rem;
    font-size: 1rem; }
    .service-intro__text:last-child {
      margin-bottom: 0; }

.service-section-title {
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #2c3330;
  margin-bottom: 1.25rem; }

.service-steps {
  display: grid;
  gap: 1rem;
  margin-bottom: 2.5rem; }
  .service-steps--grid {
    grid-template-columns: repeat(2, 1fr); }
    @media (max-width: 575.98px) {
      .service-steps--grid {
        grid-template-columns: 1fr; } }
  .service-steps__item {
    display: flex;
    gap: 1rem;
    background: #f8f5f0;
    border-radius: 0.75rem;
    padding: 1.25rem 1.35rem;
    align-items: flex-start; }
  .service-steps__num {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4a6b58;
    color: #ffffff;
    font-weight: 700;
    border-radius: 50%;
    font-size: 0.95rem; }
  .service-steps__title {
    font-weight: 700;
    color: #2c3330;
    margin-bottom: 0.35rem;
    font-size: 0.98rem; }
  .service-steps__desc {
    font-size: 0.88rem;
    color: #6b7268;
    line-height: 1.65;
    margin: 0; }

.service-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 2.5rem; }
  @media (max-width: 991.98px) {
    .service-features {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 575.98px) {
    .service-features {
      grid-template-columns: 1fr; } }
  .service-features__item {
    background: #ffffff;
    border: 1px solid #ddd8cf;
    border-radius: 0.75rem;
    overflow: hidden;
    transition: border-color 0.2s, box-shadow 0.2s; }
    .service-features__item:hover {
      border-color: #6b8f78;
      box-shadow: 0 6px 20px rgba(44, 51, 48, 0.08); }
  .service-features__media {
    aspect-ratio: 16 / 10;
    overflow: hidden; }
    .service-features__media img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .service-features__body {
    padding: 1rem 1.15rem 1.15rem; }
  .service-features__title {
    font-weight: 700;
    color: #2c3330;
    font-size: 0.95rem;
    margin-bottom: 0.35rem; }
  .service-features__desc {
    font-size: 0.85rem;
    color: #6b7268;
    line-height: 1.6;
    margin: 0; }

.service-highlight {
  background: linear-gradient(135deg, #4a6b58 0%, #3a5546 100%);
  color: #ffffff;
  border-radius: 0.75rem;
  padding: 2rem;
  margin-bottom: 2.5rem; }
  .service-highlight__title {
    font-family: "Noto Serif TC", "Songti TC", serif;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem; }
  .service-highlight__text {
    opacity: 0.92;
    line-height: 1.75;
    margin: 0;
    font-size: 0.95rem; }

.service-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 2.5rem;
  display: grid;
  gap: 0.65rem; }
  .service-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.85rem 1rem;
    background: #ffffff;
    border: 1px solid #ddd8cf;
    border-radius: 0.5rem;
    font-size: 0.92rem;
    color: #2c3330; }
    .service-checklist li i {
      color: #4a6b58;
      margin-top: 0.15rem; }

.service-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2.5rem; }
  .service-flow__item {
    flex: 1 1 calc(16.666% - 0.75rem);
    min-width: 100px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #ddd8cf;
    border-radius: 0.75rem;
    padding: 1rem 0.65rem; }
    @media (max-width: 767.98px) {
      .service-flow__item {
        flex: 1 1 calc(33.333% - 0.75rem); } }
  .service-flow__icon {
    width: 2.75rem;
    height: 2.75rem;
    margin: 0 auto 0.5rem;
    border-radius: 50%;
    background: #f8f5f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4a6b58;
    font-size: 1.1rem; }
  .service-flow__label {
    font-size: 0.82rem;
    font-weight: 600;
    color: #2c3330;
    line-height: 1.4; }

.service-zones {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 2.5rem; }
  @media (max-width: 575.98px) {
    .service-zones {
      grid-template-columns: 1fr; } }
  .service-zones__item {
    display: flex;
    gap: 1rem;
    padding: 1.15rem;
    background: #ffffff;
    border-radius: 0.75rem;
    border: 1px solid #ddd8cf; }
  .service-zones__media {
    width: 5rem;
    height: 5rem;
    border-radius: 0.5rem;
    overflow: hidden;
    flex-shrink: 0; }
    .service-zones__media img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .service-zones__title {
    font-weight: 700;
    color: #2c3330;
    font-size: 0.95rem;
    margin-bottom: 0.25rem; }
  .service-zones__desc {
    font-size: 0.85rem;
    color: #6b7268;
    line-height: 1.6;
    margin: 0; }

.service-themes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin-bottom: 2.5rem; }
  @media (max-width: 575.98px) {
    .service-themes {
      grid-template-columns: 1fr; } }
  .service-themes__item {
    background: #ffffff;
    border: 1px solid #ddd8cf;
    border-radius: 0.75rem;
    overflow: hidden;
    transition: border-color 0.2s, box-shadow 0.2s; }
    .service-themes__item:hover {
      border-color: #6b8f78;
      box-shadow: 0 6px 20px rgba(44, 51, 48, 0.08); }
  .service-themes__media {
    aspect-ratio: 16 / 10;
    overflow: hidden; }
    .service-themes__media img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .service-themes__body {
    padding: 1rem 1.15rem 1.15rem; }
  .service-themes__title {
    font-weight: 700;
    color: #2c3330;
    font-size: 1.05rem;
    margin-bottom: 0.35rem; }
  .service-themes__desc {
    font-size: 0.85rem;
    color: #6b7268;
    line-height: 1.6;
    margin: 0; }

.service-four-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 2.5rem; }
  @media (max-width: 991.98px) {
    .service-four-cards {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 575.98px) {
    .service-four-cards {
      grid-template-columns: 1fr; } }
  .service-four-cards__item {
    text-align: center;
    background: #ffffff;
    border-radius: 0.75rem;
    padding: 1.5rem 1rem;
    border: 1px solid #ddd8cf;
    transition: border-color 0.2s, transform 0.2s; }
    .service-four-cards__item:hover {
      border-color: #c4a574;
      transform: translateY(-3px); }
  .service-four-cards__char {
    font-family: "Noto Serif TC", "Songti TC", serif;
    font-size: 2rem;
    font-weight: 700;
    color: #c4a574;
    margin-bottom: 0.5rem; }
  .service-four-cards__title {
    font-weight: 700;
    color: #2c3330;
    margin-bottom: 0.35rem;
    font-size: 0.95rem; }
  .service-four-cards__desc {
    font-size: 0.82rem;
    color: #6b7268;
    line-height: 1.6;
    margin: 0; }

.service-page-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  padding-top: 1.5rem;
  border-top: 1px solid #ddd8cf; }

.service-detail {
  padding: 4rem 0; }
  .service-detail__block {
    margin-bottom: 3rem; }
    .service-detail__block:last-child {
      margin-bottom: 0; }
  .service-detail__media {
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(44, 51, 48, 0.1); }
    .service-detail__media img {
      width: 100%;
      aspect-ratio: 16 / 10;
      object-fit: cover; }
  .service-detail__title {
    font-family: "Noto Serif TC", "Songti TC", serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3330;
    margin-bottom: 1rem; }
  .service-detail__text {
    color: #6b7268;
    line-height: 1.85;
    margin-bottom: 1rem; }
  .service-detail__list {
    padding-left: 1.25rem;
    color: #6b7268;
    line-height: 1.85; }
    .service-detail__list li {
      margin-bottom: 0.35rem; }

.testimonial-feature {
  background: #f8f5f0;
  border-radius: 0.75rem;
  padding: 2rem;
  margin-bottom: 2rem;
  text-align: center; }
  .testimonial-feature__rating {
    color: #c4a574;
    font-size: 1.25rem;
    margin-bottom: 0.75rem; }
  .testimonial-feature__score {
    font-family: "Noto Serif TC", "Songti TC", serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #4a6b58; }
  .testimonial-feature__label {
    color: #6b7268;
    font-size: 0.95rem; }

.news-list-section {
  padding: 4rem 0;
  background: #f5f2ed; }

.news-list-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 2.5rem; }
  .news-list-tabs__inner {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.35rem;
    max-width: 100%;
    padding: 0.45rem;
    background: #ffffff;
    border-radius: 3rem;
    box-shadow: 0 4px 22px rgba(44, 51, 48, 0.08);
    border: 1px solid rgba(44, 51, 48, 0.06); }
  .news-list-tabs__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.62rem 1.2rem;
    border: none;
    text-decoration: none;
    background: transparent;
    border-radius: 2rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: rgba(44, 51, 48, 0.75);
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s; }
    .news-list-tabs__btn i {
      font-size: 0.82rem;
      color: #c4a574;
      transition: color 0.2s; }
    .news-list-tabs__btn:hover {
      background: #f8f5f0;
      color: #4a6b58; }
    .news-list-tabs__btn.is-active {
      background: #4a6b58;
      color: #ffffff;
      box-shadow: 0 4px 14px rgba(74, 107, 88, 0.25); }
      .news-list-tabs__btn.is-active i {
        color: #d4bc94; }

.news-list-item.is-hidden, .news-list-item.is-filter-hidden {
  display: none !important; }

.news-detail-section {
  padding: 4rem 0; }

.news-detail-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  margin-bottom: 2rem;
  padding: 1.1rem 1.25rem;
  background: #ffffff;
  border-radius: 0.75rem;
  border: 1px solid rgba(44, 51, 48, 0.06);
  box-shadow: 0 4px 18px rgba(44, 51, 48, 0.06); }
  .news-detail-toolbar__back {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 1rem;
    border-radius: 2rem;
    border: 1px solid rgba(74, 107, 88, 0.35);
    color: #4a6b58;
    font-size: 0.9rem;
    font-weight: 600;
    white-space: nowrap;
    transition: background 0.2s, color 0.2s; }
    .news-detail-toolbar__back:hover {
      background: #4a6b58;
      color: #ffffff; }
  .news-detail-toolbar__cats {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem 0.85rem;
    flex: 1;
    min-width: min(100%, 16rem); }
  .news-detail-toolbar__cats-label {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #c4a574;
    white-space: nowrap; }
  .news-detail-toolbar__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem; }
  .news-detail-toolbar__chip {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.95rem;
    border-radius: 2rem;
    border: 1px solid rgba(44, 51, 48, 0.12);
    background: #f8f5f0;
    color: rgba(44, 51, 48, 0.78);
    font-size: 0.85rem;
    font-weight: 500;
    transition: background 0.2s, border-color 0.2s, color 0.2s; }
    .news-detail-toolbar__chip:hover {
      border-color: rgba(74, 107, 88, 0.35);
      color: #4a6b58; }
    .news-detail-toolbar__chip.is-active {
      background: #4a6b58;
      border-color: #4a6b58;
      color: #ffffff; }
  @media (max-width: 575.98px) {
    .news-detail-toolbar {
      flex-direction: column;
      align-items: stretch; }
      .news-detail-toolbar__back {
        justify-content: center; }
      .news-detail-toolbar__cats {
        flex-direction: column;
        align-items: flex-start; } }

.news-article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.88rem;
  color: #6b7268;
  margin-bottom: 1.25rem; }
.news-article__category {
  color: #4a6b58;
  font-weight: 600; }
.news-article__title {
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: #2c3330;
  margin-bottom: 1.5rem;
  line-height: 1.4; }
.news-article__featured {
  border-radius: 0.75rem;
  overflow: hidden;
  margin-bottom: 2rem; }
  .news-article__featured img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover; }
.news-article__content {
  line-height: 1.85;
  color: #2c3330; }
  .news-article__content h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #2c3330;
    margin: 1.75rem 0 0.75rem; }
  .news-article__content p {
    margin-bottom: 1rem;
    color: #6b7268; }
  .news-article__content ul {
    padding-left: 1.25rem;
    margin-bottom: 1rem;
    color: #6b7268; }
    .news-article__content ul li {
      margin-bottom: 0.35rem; }
.news-article__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #ddd8cf;
  flex-wrap: wrap; }
.news-article__nav-link {
  flex: 1;
  min-width: 200px;
  padding: 0.85rem 1rem;
  background: #f8f5f0;
  border-radius: 0.5rem;
  font-size: 0.88rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  color: inherit;
  line-height: 1.4;
  box-sizing: border-box; }
  .news-article__nav-link span {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    color: #6b7268;
    font-size: 0.78rem;
    margin-bottom: 0.25rem;
    line-height: 1.3; }
  .news-article__nav-link strong {
    color: #2c3330;
    font-weight: 600;
    line-height: 1.4; }
  .news-article__nav-link:hover {
    background: #ede8df; }
  .news-article__nav-link--list {
    flex: 0 0 auto;
    min-width: auto;
    align-items: center;
    text-align: center; }
    .news-article__nav-link--list span {
      margin-bottom: 0;
      color: #4a6b58;
      font-size: 0.88rem;
      font-weight: 600;
      justify-content: center; }
  .news-article__nav-link.text-end {
    align-items: flex-end;
    text-align: right; }
    .news-article__nav-link.text-end span {
      justify-content: flex-end; }

.news-sidebar__title {
  font-weight: 700;
  color: #2c3330;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #c4a574; }
.news-sidebar__list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .news-sidebar__list li {
    border-bottom: 1px solid #ddd8cf; }
.news-sidebar__link {
  display: block;
  padding: 0.85rem 0;
  font-size: 0.9rem;
  color: #6b7268;
  line-height: 1.5; }
  .news-sidebar__link.is-active {
    color: #4a6b58;
    font-weight: 600; }
  .news-sidebar__link:hover {
    color: #4a6b58; }

.halls-section {
  padding: 4rem 0; }
  .halls-section__intro {
    max-width: 42rem;
    margin: 0 auto 3rem;
    text-align: center;
    color: rgba(44, 51, 48, 0.78);
    line-height: 1.85; }

.hall-card {
  background: #ffffff;
  border-radius: 0.85rem;
  padding: 2rem;
  box-shadow: 0 4px 24px rgba(44, 51, 48, 0.08);
  margin-bottom: 2.5rem; }
  .hall-card:last-child {
    margin-bottom: 0; }
  .hall-card__media {
    position: relative;
    border-radius: 0.65rem;
    overflow: hidden;
    aspect-ratio: 4 / 3; }
  .hall-card__label {
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    color: #c4a574;
    font-weight: 700;
    margin-bottom: 0.35rem; }
  .hall-card__title {
    font-family: "Noto Serif TC", "Songti TC", serif;
    font-size: clamp(1.5rem, 3vw, 1.85rem);
    font-weight: 700;
    color: #2c3330;
    margin-bottom: 0.85rem; }
  .hall-card__desc {
    color: rgba(44, 51, 48, 0.78);
    line-height: 1.85;
    margin-bottom: 1.25rem; }
  .hall-card__info {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem; }
    .hall-card__info li {
      display: flex;
      align-items: flex-start;
      gap: 0.65rem;
      margin-bottom: 0.65rem;
      color: #2c3330;
      font-size: 0.95rem;
      line-height: 1.6; }
      .hall-card__info li i {
        color: #4a6b58;
        margin-top: 0.2rem;
        flex-shrink: 0; }
  .hall-card__features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem 1rem; }
    .hall-card__features li {
      font-size: 0.92rem;
      color: rgba(44, 51, 48, 0.85); }
      .hall-card__features li i {
        color: #c4a574;
        margin-right: 0.35rem; }
  .hall-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem; }

.hall-gallery-swiper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%; }
  .hall-gallery-swiper .swiper-slide {
    height: 100%; }
    .hall-gallery-swiper .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .hall-gallery-swiper .swiper-pagination {
    bottom: 0.75rem !important; }
  .hall-gallery-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.55);
    opacity: 1;
    transition: transform 0.2s, background 0.2s; }
  .hall-gallery-swiper .swiper-pagination-bullet-active {
    background: #c4a574;
    transform: scale(1.15); }

@media (max-width: 575.98px) {
  .hall-card {
    padding: 1.35rem; }
    .hall-card__features {
      grid-template-columns: 1fr; } }
.contact-page {
  padding: 4rem 0; }

.contact-info-card {
  background: #f8f5f0;
  border-radius: 0.75rem;
  padding: 1.75rem;
  height: 100%; }
  .contact-info-card__title {
    font-weight: 700;
    color: #2c3330;
    margin-bottom: 1.25rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #c4a574; }
  .contact-info-card__item {
    display: flex;
    gap: 0.85rem;
    margin-bottom: 1.15rem;
    font-size: 0.95rem;
    line-height: 1.6; }
    .contact-info-card__item i {
      color: #4a6b58;
      width: 1.25rem;
      flex-shrink: 0;
      margin-top: 0.15rem; }
    .contact-info-card__item a:hover {
      color: #4a6b58; }

.contact-form-card {
  background: #ffffff;
  border-radius: 0.75rem;
  padding: 1.75rem;
  box-shadow: 0 4px 24px rgba(44, 51, 48, 0.08); }
  .contact-form-card__title {
    font-weight: 700;
    color: #2c3330;
    margin-bottom: 1.25rem; }

.contact-form .form-label {
  font-size: 0.88rem;
  font-weight: 600;
  color: #2c3330; }
.contact-form .form-control,
.contact-form .form-select {
  border-color: #ddd8cf;
  border-radius: 0.5rem;
  padding: 0.65rem 0.85rem; }
  .contact-form .form-control:focus,
  .contact-form .form-select:focus {
    border-color: #4a6b58;
    box-shadow: 0 0 0 0.2rem rgba(74, 107, 88, 0.15); }

.contact-map {
  border-radius: 0.75rem;
  overflow: hidden;
  margin-top: 2rem;
  box-shadow: 0 4px 20px rgba(44, 51, 48, 0.1); }
  .contact-map img {
    width: 100%;
    aspect-ratio: 21 / 9;
    object-fit: cover; }

.faq-section {
  padding: 3rem 0; }

.faq-item {
  border: 1px solid #ddd8cf;
  border-radius: 0.5rem;
  margin-bottom: 0.75rem;
  overflow: hidden;
  background: #ffffff; }
  .faq-item__question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background: none;
    border: none;
    text-align: left;
    font-weight: 600;
    color: #2c3330;
    cursor: pointer;
    font-size: 0.95rem; }
    .faq-item__question i {
      color: #4a6b58;
      transition: transform 0.25s; }
    .faq-item__question.is-open i {
      transform: rotate(180deg); }
  .faq-item__answer {
    display: none;
    padding: 0 1.25rem 1.15rem;
    color: #6b7268;
    line-height: 1.75;
    font-size: 0.92rem; }
    .faq-item__answer.is-open {
      display: block; }

.site-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 2.5rem; }
  .site-pagination__info {
    width: 100%;
    text-align: center;
    font-size: 0.88rem;
    color: #6b7268;
    margin-bottom: 0.5rem; }
  .site-pagination__btn {
    min-width: 2.25rem;
    height: 2.25rem;
    padding: 0 0.5rem;
    border: 1px solid #ddd8cf;
    text-decoration: none;
    background: #ffffff;
    border-radius: 0.35rem;
    font-size: 0.88rem;
    color: #6b7268;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    line-height: 1;
    box-sizing: border-box; }
    .site-pagination__btn:hover:not(:disabled) {
      border-color: #4a6b58;
      color: #4a6b58; }
    .site-pagination__btn.is-active {
      background: #4a6b58;
      border-color: #4a6b58;
      color: #ffffff; }
    .site-pagination__btn:disabled {
      opacity: 0.45;
      cursor: not-allowed; }
  .site-pagination__arrow {
    padding: 0 0.85rem; }

.site-footer {
  background: #252b28;
  color: rgba(255, 255, 255, 0.82);
  padding: 3.5rem 0 0;
  font-size: 0.9rem;
  line-height: 1.7; }
  .site-footer__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-bottom: 2rem; }
    @media (max-width: 991.98px) {
      .site-footer__grid {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 575.98px) {
      .site-footer__grid {
        grid-template-columns: 1fr 1fr;
        gap: 1.75rem 1.25rem; }
        .site-footer__grid > div:nth-child(1),
        .site-footer__grid > div:nth-child(4) {
          grid-column: 1 / -1; }
        .site-footer__grid > div:nth-child(2) {
          grid-column: 1; }
        .site-footer__grid > div:nth-child(3) {
          grid-column: 2; } }
  .site-footer__logo {
    display: inline-block;
    margin-bottom: 1rem; }
  .site-footer__logo-img {
    display: block;
    max-height: 3.5rem;
    width: auto; }
  .site-footer__title {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1rem; }
  .site-footer__links {
    list-style: none;
    padding: 0;
    margin: 0; }
    .site-footer__links li {
      margin-bottom: 0.45rem; }
    .site-footer__links a:hover {
      color: #c4a574; }
  .site-footer__contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.55rem; }
    .site-footer__contact-item i {
      color: #c4a574;
      margin-top: 0.2rem;
      width: 1rem; }
    .site-footer__contact-item a:hover {
      color: #c4a574; }
  .site-footer__social {
    display: flex;
    gap: 0.65rem;
    margin-top: 1rem; }
    .site-footer__social a {
      width: 2.25rem;
      height: 2.25rem;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(255, 255, 255, 0.1);
      border-radius: 50%;
      color: #ffffff;
      font-size: 0.95rem; }
      .site-footer__social a:hover {
        background: #c4a574;
        color: #2c3330; }
  .site-footer__legal {
    margin-bottom: 0.35rem; }
    .site-footer__legal a:hover {
      color: #c4a574; }
  .site-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.25rem 0;
    text-align: center;
    font-size: 0.82rem; }
    .site-footer__bottom > p:not(.site-footer__legal) {
      opacity: 0.65; }

.float-actions {
  position: fixed;
  right: 1rem;
  bottom: 5.5rem;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 0.5rem; }
  .float-actions a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 1rem;
    background: #4a6b58;
    color: #ffffff;
    border-radius: 2rem;
    font-size: 0.85rem;
    font-weight: 600;
    box-shadow: 0 4px 16px rgba(74, 107, 88, 0.35);
    white-space: nowrap; }
    .float-actions a:hover {
      background: #3a5546;
      color: #ffffff; }
    .float-actions a:last-child {
      background: #c4a574;
      color: #2c3330;
      box-shadow: 0 4px 16px rgba(196, 165, 116, 0.35); }
      .float-actions a:last-child:hover {
        background: #d4bc94; }
  @media (max-width: 575.98px) {
    .float-actions {
      right: 0.75rem;
      bottom: 4.5rem; }
      .float-actions a span {
        display: none; }
      .float-actions a {
        width: 2.75rem;
        height: 2.75rem;
        padding: 0;
        justify-content: center;
        border-radius: 50%; } }

.scroll-top {
  position: fixed;
  right: 1rem;
  bottom: 1.25rem;
  z-index: 1000;
  width: 2.75rem;
  height: 2.75rem;
  border: none;
  background: #2c3330;
  color: #ffffff;
  border-radius: 50%;
  font-size: 1rem;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); }
  .scroll-top.is-visible {
    opacity: 1;
    visibility: visible; }
  .scroll-top:hover {
    background: #4a6b58; }

/*# sourceMappingURL=style.css.map */
