@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600&family=Noto+Serif+TC:wght@400;500;600&display=swap");
:root {
  --paper: #faf7f1;
  --ivory: #f0e9dc;
  --wine: #6b2d3a;
  --dark: #321b22;
  --gold: #b89a61;
  --ink: #302b29;
  --muted: #756d68;
  --line: #d9cdbb;
  --serif: "Noto Serif TC", "Songti TC", serif;
  --en: "Cinzel", "Times New Roman", serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 400 16px/1.9 var(--serif);
  letter-spacing: 0.04em;
}
body.menu-open {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  width: 100%;
}
figure {
  margin: 0;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
.eyebrow {
  font: 500 15px var(--en);
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--wine);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
  border: 1px solid var(--wine);
  color: var(--wine);
  font-size: 15px;
  letter-spacing: 0.14em;
  transition: 0.3s;
}
.button:hover,
.button.solid {
  background: var(--wine);
  color: #fff;
}
.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
  padding: 0 4vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background: transparent;
  transition:
    background-color 0.35s ease,
    box-shadow 0.35s ease,
    backdrop-filter 0.35s ease;
}
.site-header.is-scrolled,
body.menu-open .site-header,
.site-header.dark {
  background: rgba(50, 27, 34, 0.9);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 30px rgba(26, 12, 17, 0.16);
}
.brand {
  display: flex;
  align-items: center;
  gap: 15px;
}
.brand-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
  flex: none;
}
.brand-text {
  font: 500 18px/1.4 var(--serif);
  letter-spacing: 0.12em;
}
.brand-text small {
  display: block;
  font: 400 15px var(--en);
  letter-spacing: 0.2em;
}
.header-note {
  font: 400 15px var(--en);
  letter-spacing: 0.18em;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}
.book-link {
  height: 44px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  border: 1px solid #ffffff99;
  font-size: 15px;
  letter-spacing: 0.13em;
}
.menu-toggle {
  width: 48px;
  height: 44px;
  border: 0;
  background: none;
  color: inherit;
  display: grid;
  align-content: center;
  gap: 9px;
  cursor: pointer;
}
.menu-toggle i {
  width: 38px;
  height: 1px;
  background: currentColor;
  transition: 0.3s;
}
.menu-open .menu-toggle i:first-child {
  transform: translateY(5px) rotate(42deg);
}
.menu-open .menu-toggle i:last-child {
  transform: translateY(-5px) rotate(-42deg);
}
.menu {
  position: fixed;
  z-index: 25;
  inset: 0;
  background: var(--dark);
  color: #fff;
  transform: translateY(-105%);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
  overscroll-behavior: contain;
  transition:
    transform 0.6s cubic-bezier(0.76, 0, 0.24, 1),
    opacity 0.25s ease,
    visibility 0s linear 0.6s;
  display: grid;
  grid-template-columns: 42% 58%;
}
.menu.open {
  transform: none;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}
.menu-visual {
  background:
    linear-gradient(#321b2266, #321b2299),
    url("../images/environment/01.jpg") center/cover;
}
.menu-content {
  padding: 145px 8vw 45px;
}
.menu-content .eyebrow {
  color: #d8bd8c;
}
.menu-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 45px;
  margin: 30px 0 45px;
}
.menu-links a {
  font: 400 clamp(16px, 2vw, 21px) var(--serif);
  border-bottom: 1px solid #ffffff30;
  padding: 8px 0;
}
.menu-contact {
  border-top: 1px solid #ffffff35;
  padding-top: 22px;
  font-size: 15px;
}
.hero {
  min-height: 100vh;
  position: relative;
  color: #fff;
  display: flex;
  align-items: flex-end;
  padding: 0 7vw 9vh;
  overflow: hidden;
}
.hero-slides,
.hero-slide {
  position: absolute;
  inset: 0;
}
.hero-slide {
  opacity: 0;
  transition: 1.2s;
}
.hero-slide.is-active {
  opacity: 1;
}
.hero-slide img {
  height: 100%;
  object-fit: cover;
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #25151bc9, transparent 70%),
    linear-gradient(0deg, #25151baa, transparent 55%);
}
.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 800px;
}
.hero-copy .eyebrow {
  color: #ead8b6;
}
.hero h1 {
  font: 500 clamp(36px, 5vw, 68px) / 1.18 var(--serif);
  letter-spacing: 0.07em;
  margin: 12px 0 20px;
}
.hero h1,
.intro h2,
.section-heading h1,
.section-heading h2,
.feature-band h2,
.news-card h3,
.cta h2,
.page-hero h1,
.story-grid h2,
.notice-block h2 {
  text-wrap: balance;
}
.hero h1 span {
  display: block;
  font: 400 0.42em var(--en);
  letter-spacing: 0.18em;
}
.hero-copy > p {
  max-width: 610px;
  font-size: 17px;
}
.hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.hero .button {
  border-color: #fff;
  color: #fff;
}
.hero .button:hover {
  background: #fff;
  color: var(--wine);
}
.hero-counter {
  position: absolute;
  z-index: 3;
  right: 5vw;
  bottom: 8vh;
  font: 400 18px var(--en);
  letter-spacing: 0.2em;
}
.intro {
  padding: 125px 8vw;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 9vw;
  align-items: center;
  background:
    linear-gradient(rgba(250, 247, 241, 0.94), rgba(250, 247, 241, 0.94)),
    url("../images/environment/16.jpg") center/cover fixed;
}
.intro h2,
.section-heading h1,
.section-heading h2 {
  font: 500 clamp(29px, 3.5vw, 46px) / 1.4 var(--serif);
  letter-spacing: 0.06em;
}
.intro p,
.section-heading p {
  color: var(--muted);
}
.intro-art {
  position: relative;
  padding: 0 8% 10% 0;
}
.intro-art img {
  height: 620px;
  object-fit: cover;
}
.intro-art:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 58%;
  height: 32%;
  background:
    linear-gradient(rgba(107, 45, 58, 0.14), rgba(107, 45, 58, 0.14)),
    url("../images/environment/06.jpg") center/cover no-repeat;
  border: 8px solid var(--paper);
  box-shadow: 0 18px 45px rgba(50, 27, 34, 0.18);
}
.rooms-preview {
  background:
    linear-gradient(rgba(240, 233, 220, 0.91), rgba(240, 233, 220, 0.91)),
    url("../images/environment/05.jpg") center/cover fixed;
  padding: 110px 0;
}
.section-heading {
  padding: 0 8vw;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
}
.section-heading p {
  max-width: 480px;
}
.room-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 0 4vw;
}
.room-card {
  position: relative;
  overflow: hidden;
  background: #000;
  color: #fff;
  min-height: 550px;
}
.room-card img {
  height: 100%;
  position: absolute;
  object-fit: cover;
  opacity: 0.88;
  transition: 0.7s;
}
.room-card:hover img {
  transform: scale(1.035);
  opacity: 0.7;
}
.room-card:after {
  content: "";
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(transparent, #23161cdd);
}
.room-card-copy {
  position: absolute;
  z-index: 2;
  left: 32px;
  right: 32px;
  bottom: 27px;
}
.room-card h3 {
  font: 500 25px var(--serif);
  margin-bottom: 2px;
}
.room-card span {
  font: 400 15px var(--en);
  letter-spacing: 0.2em;
}
.room-card p {
  font-size: 15px;
  margin: 10px 0 0;
}
.rooms-preview > .button {
  margin: 40px 8vw 0;
}
.feature-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 650px;
  background: var(--dark);
  color: #fff;
}
.feature-band img {
  height: 100%;
  object-fit: cover;
}
.feature-band-copy {
  padding: 90px 9vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.feature-band-copy .eyebrow {
  color: #d8bd8c;
}
.feature-band h2 {
  font: 500 clamp(29px, 3.4vw, 44px) / 1.4 var(--serif);
}
.feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 24px 0 32px;
}
.feature-list span {
  border-top: 1px solid #ffffff35;
  padding-top: 10px;
}
.news-preview {
  padding: 110px 8vw;
  background:
    linear-gradient(rgba(250, 247, 241, 0.9), rgba(250, 247, 241, 0.9)),
    url("../images/environment/15.jpg") center/cover fixed;
}
.news-card {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  background: var(--ivory);
}
.news-card img {
  height: 100%;
  min-height: 490px;
  object-fit: cover;
}
.news-card-copy {
  padding: 65px;
}
.news-card h3 {
  font: 500 30px var(--serif);
}
.cta {
  padding: 90px 8vw;
  background:
    linear-gradient(90deg, rgba(184, 154, 97, 0.93), rgba(184, 154, 97, 0.82)),
    url("../images/environment/07.jpg") center 42% / cover fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.cta h2 {
  font: 500 clamp(26px, 3.2vw, 38px) var(--serif);
  margin: 0;
}
.site-footer {
  background: #24171b;
  color: #e8dfd4;
  padding: 72px 7vw 22px;
}
.footer-main {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 65px;
}
.footer-brand h3 {
  font: 500 28px var(--serif);
  margin-bottom: 14px;
}
.footer-brand-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.footer-brand-heading h3 {
  margin: 0;
}
.footer-logo {
  width: 62px;
  height: 62px;
  object-fit: contain;
  flex: none;
}
.footer-brand p,
.footer-col {
  font-size: 15px;
  line-height: 2;
  color: #d1c6c0;
}
.footer-col small {
  display: block;
  color: #d8bd8c;
  margin-bottom: 15px;
  font: 500 15px var(--en);
  letter-spacing: 0.2em;
}
.footer-col a {
  display: block;
  margin: 7px 0;
}
.footer-bottom {
  border-top: 1px solid #ffffff20;
  margin-top: 48px;
  padding-top: 20px;
  font-size: 15px;
  line-height: 1.8;
  color: #a99b96;
  display: flex;
  justify-content: space-between;
}
.about-page-hero {
  background-image: url("../images/environment/04.jpg");
}
.rooms-page-hero {
  background-image: url("../images/room/06/05.jpg");
}
.notice-page-hero {
  background-image: url("../images/environment/08.jpg");
}
.access-page-hero {
  background-image: url("../images/environment/14.jpg");
}
.news-page-hero {
  background-image: url("../images/news/01.jpg");
}
.room01-hero {
  background-image: url("../images/room/01/01.jpg");
}
.room02-hero {
  background-image: url("../images/room/02/01.jpg");
}
.room03-hero {
  background-image: url("../images/room/03/01.jpg");
}
.room04-hero {
  background-image: url("../images/room/04/01.jpg");
}
.room05-hero {
  background-image: url("../images/room/05/01.jpg");
}
.room06-hero {
  background-image: url("../images/room/06/01.jpg");
}
.section-ivory {
  background: var(--ivory);
}
.heading-flush {
  padding: 0;
}
.section-flush-top {
  padding-top: 0;
}
.access-address {
  font: 500 36px var(--serif);
}
.article-title {
  font: 500 clamp(29px, 3.6vw, 44px) var(--serif);
  text-wrap: balance;
}
.page-hero {
  min-height: 540px;
  padding: 120px 8vw 65px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--dark);
  position: relative;
}
.page-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #2d1720d4, #2d172033);
}
.page-hero > div {
  position: relative;
}
.page-hero .eyebrow {
  color: #dfc99e;
}
.page-hero h1 {
  font: 500 clamp(36px, 5vw, 58px) var(--serif);
  margin: 8px 0;
}
.page-hero p {
  max-width: 650px;
}
.content-section {
  padding: 95px 8vw;
}
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  align-items: center;
}
.story-grid img {
  height: 590px;
  object-fit: cover;
}
.story-grid h2 {
  font: 500 clamp(29px, 3.4vw, 44px) / 1.45 var(--serif);
}
.quote {
  font: 400 23px/1.8 var(--serif);
  color: var(--wine);
  border-left: 2px solid var(--gold);
  padding-left: 26px;
  margin: 30px 0;
}
.values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}
.values article {
  background: var(--paper);
  padding: 45px;
}
.values b {
  font: 500 32px var(--en);
  color: var(--gold);
}
.values h3 {
  font: 500 22px var(--serif);
}
.rooms-list {
  padding: 85px 5vw;
}
.rooms-list .room-grid {
  grid-template-columns: repeat(2, 1fr);
  padding: 0;
  gap: 26px;
}
.rooms-list .room-card {
  min-height: 600px;
} /*.rooms-list .room-card:last-child{grid-column:1/-1}*/
.room-hero {
  min-height: 75vh;
}
.room-meta {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}
.room-meta span {
  padding-right: 22px;
  border-right: 1px solid #ffffff5e;
}
.room-detail {
  padding: 90px 8vw;
}
.price-table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
}
.price-table th,
.price-table td {
  padding: 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}
.price-table th {
  color: var(--wine);
  font-weight: 500;
}
.amenities {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.amenities span {
  padding: 7px 14px;
  background: var(--ivory);
  font-size: 15px;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 55px;
}
.gallery img {
  height: 500px;
  object-fit: cover;
}
.gallery figure:nth-child(3n) {
  grid-column: 1/-1;
}
.room-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}
.notice-layout,
.access-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 8vw;
}
.notice-nav {
  position: sticky;
  top: 30px;
  align-self: start;
}
.notice-nav a {
  display: block;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}
.notice-block {
  margin-bottom: 62px;
}
.notice-block h2 {
  font: 500 27px var(--serif);
  color: var(--wine);
}
.notice-block li {
  margin: 8px 0;
}
.bank-card {
  background: var(--wine);
  color: #fff;
  padding: 35px;
}
.map-wrap iframe {
  width: 100%;
  height: 540px;
  border: 0;
}
.route {
  border-top: 1px solid var(--line);
  padding: 27px 0;
}
.route h3 {
  font: 500 23px var(--serif);
  color: var(--wine);
}
.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 40px;
}
.contact-cards a {
  background: var(--ivory);
  padding: 26px;
}
.contact-cards small {
  display: block;
  color: var(--muted);
}
.article-wrap {
  /*max-width:960px;*/
  margin: auto;
}
.article-lead {
  font: 400 23px/1.9 var(--serif);
  color: var(--wine);
}
.article-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 45px;
}
.article-gallery img {
  height: 400px;
  object-fit: cover;
}
.article-gallery figure:nth-child(3n + 1) {
  grid-column: 1/-1;
}
.article-gallery figure:nth-child(3n + 1) img {
  height: 540px;
}
@media (max-width: 900px) {
  .intro,
  .rooms-preview,
  .news-preview,
  .cta {
    background-attachment: scroll;
  }
  .header-note {
    display: none;
  }
  .site-header {
    height: 65px;
    padding: 0 5vw;
  }
  .brand-logo {
    width: 46px;
    height: 46px;
  }
  .brand-text {
    font-size: 15px;
  }
  .book-link {
    display: none;
  }
  .menu {
    display: block;
  }
  .menu-visual {
    display: none;
  }
  .menu-content {
    padding: 115px 8vw 35px;
  }
  .menu-links {
    grid-template-columns: 1fr;
  }
  .hero {
    padding: 0 6vw 8vh;
  }
  .hero h1 {
    font-size: 38px;
  }
  .page-hero h1 {
    font-size: 40px;
  }
  .hero-counter {
    display: none;
  }
  .intro,
  .story-grid,
  .news-card,
  .notice-layout,
  .access-layout {
    grid-template-columns: 1fr;
  }
  .intro {
    padding: 85px 7vw;
  }
  .intro-art img {
    height: 470px;
  }
  .room-grid,
  .rooms-list .room-grid {
    grid-template-columns: 1fr;
  }
  .room-card,
  .rooms-list .room-card {
    min-height: 520px;
  }
  .rooms-list .room-card:last-child {
    grid-column: auto;
  }
  .feature-band {
    grid-template-columns: 1fr;
  }
  .feature-band figure {
    height: 470px;
  }
  .section-heading {
    display: block;
  }
  .news-card-copy {
    padding: 42px;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .values {
    grid-template-columns: 1fr;
  }
  .gallery img {
    height: 350px;
  }
  .contact-cards {
    grid-template-columns: 1fr;
  }
  .notice-nav {
    position: static;
  }
  .article-gallery img,
  .article-gallery figure:nth-child(3n + 1) img {
    height: 350px;
  }
}
@media (max-width: 600px) {
  h1,
  h2,
  h3 {
    letter-spacing: 0.025em;
  }
  .hero h1 {
    font-size: 28px;
    line-height: 1.28;
  }
  .hero h1 span {
    font-size: 15px;
    line-height: 1.55;
    margin-top: 8px;
  }
  .page-hero h1 {
    font-size: 28px;
    line-height: 1.3;
  }
  .intro h2,
  .section-heading h1,
  .section-heading h2,
  .feature-band h2,
  .story-grid h2 {
    font-size: 24px;
    line-height: 1.5;
  }
  .room-card h3 {
    font-size: 22px;
  }
  .news-card h3 {
    font-size: 24px;
    line-height: 1.45;
  }
  .cta h2 {
    font-size: 24px;
    line-height: 1.5;
  }
  .footer-brand h3 {
    font-size: 22px;
  }
  .footer-logo {
    width: 52px;
    height: 52px;
  }
  .footer-brand-heading {
    gap: 13px;
    margin-bottom: 14px;
  }
  .notice-block h2 {
    font-size: 24px;
  }
  .article-title {
    font-size: 26px;
    line-height: 1.45;
  }
  .access-address {
    font-size: 28px;
    line-height: 1.4;
  }
  .quote {
    font-size: 20px;
  }
  .intro-art:after {
    width: 64%;
    height: 30%;
    border-width: 6px;
  }
  .intro-art img {
    height: 380px;
  }
  .room-card,
  .rooms-list .room-card {
    min-height: 450px;
  }
  .feature-band figure {
    height: 340px;
  }
  .feature-band-copy,
  .content-section,
  .room-detail {
    padding: 65px 7vw;
  }
  .feature-list {
    grid-template-columns: 1fr;
  }
  .news-preview {
    padding: 70px 6vw;
  }
  .news-card img {
    min-height: 290px;
  }
  .news-card-copy {
    padding: 30px;
  }
  .cta {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-main {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .footer-brand {
    grid-column: auto;
  }
  .footer-bottom {
    display: block;
  }
  .gallery,
  .article-gallery {
    grid-template-columns: 1fr;
  }
  .gallery figure:nth-child(3n),
  .article-gallery figure:nth-child(3n + 1) {
    grid-column: auto;
  }
  .gallery img,
  .article-gallery img,
  .article-gallery figure:nth-child(3n + 1) img {
    height: 290px;
  }
  .room-meta span {
    width: 100%;
    border: 0;
  }
  .page-hero {
    min-height: 420px;
    padding-left: 7vw;
  }
  .rooms-list {
    padding: 60px 5vw;
  }
}
