/* Sparrow Hotel 麻雀巢行旅 — 原設計還原 */
[x-cloak] { display: none !important; }
html { scroll-behavior: smooth; }
/* Hero 大標使用 Serif */
.sparrow-hero-title { font-family: "Cormorant Garamond", Georgia, serif; }
/* 地圖區灰階 */
.sparrow-map-wrap iframe.grayscale { filter: grayscale(1); }


.playfairFont-display {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.playfairFont{
    font-family: "Playfair", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.noto-sans-sc-font{
    font-family: "Noto Sans SC", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}

.noto-serif-sc-font {
    font-family: "Noto Serif SC", serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}

.logofontEN{
    font-size: 1.875rem;
    line-height: 2.25rem;
    letter-spacing: 3px;
}

.logofontZH {
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: 0.3em;
}

.letterspacing18{
    letter-spacing: 1.8px;
}

.tracking-tight{
    letter-spacing: -0.025em;
}

.text-xs2 {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
a.activeclass{
    position: relative;
}
.activeclass::after{
    content: '';
    background-color: rgb(159 114 109);
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: -10px;
    height: 1px;
    left: 0;
}

header.fixed{
padding-top: 1rem;
padding-bottom: 1rem;
}
header.fixed.bg-white{
    background-color: rgba(255,255,255,0.95);
}
header.fixed.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
section{
    overflow-x: hidden;
    overflow-y: hidden;
}
.animate-on-scroll {
    opacity: 0;
}

.bgFeature{
    background-color: #f9f5f4;
    border: 1px solid #f3eae8;
}
.text-rose-gold-900{
    color:#7d524e;
}

.text-rose-gold-800 {
    --tw-text-opacity: 1;
    color: rgb(159 114 109 / var(--tw-text-opacity, 1));
}

.text-rose-gold-200 {
    --tw-text-opacity: 1;
    color: rgb(235 214 211 / var(--tw-text-opacity, 1));
}

.hover\:bg-rose-gold-50\/30:hover {
    background-color: rgb(249 245 244 / 0.3);
}

.hover\:border-rose-gold-200:hover {
    --tw-border-opacity: 1;
    border-color: rgb(235 214 211 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:text-rose-gold-800 {
    --tw-text-opacity: 1;
    color: rgb(159 114 109 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:bg-rose-gold-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 234 232 / var(--tw-bg-opacity, 1));
}

.featureicon{
    border: 1px solid #e5e7eb;
}
.featureiconhover .featureicon {
    transition-duration: 300ms;
}

.featureiconhover:hover .featureicon{
    transition-duration: 300ms;
    --tw-border-opacity: 1;
    border-color: rgb(159 114 109 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(249 245 244 / var(--tw-bg-opacity, 1));
}

.featureiconhover:hover .featureicon svg{
    --tw-text-opacity: 1;
    color: rgb(159 114 109 / var(--tw-text-opacity, 1));
}

.text-rose-gold-300 {
    --tw-text-opacity: 1;
    color: rgb(221 191 185 / var(--tw-text-opacity, 1));
}
.bg-neutral-black {
    --tw-bg-opacity: 1;
    background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
}

.hoverimage {
    transition-duration: 700ms;
}
.hoverimage:hover{
    transition-duration: 700ms;
    transform: scale(1.05);
}
.bg-rose-gold-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(159 114 109 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1024px) {
    .lgtextHero-9xl {
        font-size: 8rem !important;
    }
}