@charset "utf-8";
:root {
    --site-max: 1100px;
    --menu-hover: #ef6a21
}

* {
    box-sizing: border-box
}

html {
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    min-width: 0;
    overflow-x: hidden;
    background: #000 url('../images/aboutbg.jpg') center top no-repeat;
    color: #fff;
    font-family: "Microsoft JhengHei", "微軟正黑體", sans-serif
}

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

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

a {
    max-width: 100%
}

.site-page-bg {
    min-height: 100vh;
    background: url('../images/footerbg.jpg') center bottom repeat-x
}

.site-shell {
    width: 100%;
    max-width: var(--site-max);
    margin: 0 auto;
    background: #000;
    overflow: visible
}

.page-content {
    width: 100%;
    min-width: 0;
    background: #000
}

.page-content * {
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: normal
}

.white-on-image {
    color: #fff
}

/* banner */
.inner-banner {
    position: relative;
    width: 100%;
    max-width: 1100px;
    height: 455px;
    overflow: hidden;
    background: #100 url('../images/banner/banner_bg.jpg') center/cover no-repeat
}

.inner-banner img {
    display: block
}

.banner-light {
    position: absolute;
    width: 49.45%;
    left: 50.5%;
    opacity: .35;
    animation: bannerFloat 10s ease-in-out infinite alternate
}

.banner-light-1 {
    top: 8%
}

.banner-light-2 {
    top: 35%;
    animation-duration: 16s;
    animation-delay: 2s
}

.banner-plant {
    position: absolute;
    inset: 0
}

.banner-leaf {
    position: absolute;
    width: 11.8%;
    left: 45%;
    top: 0;
    transform: rotate(-3deg);
    animation: sway 3s ease-in-out infinite alternate;
    transform-origin: bottom left
}

.banner-flower {
    position: absolute;
    width: 6.5%;
    transform-origin: bottom center;
    animation: sway 3.4s ease-in-out infinite alternate
}

.banner-flower.f1 {
    left: 52.7%;
    top: 0
}

.banner-flower.f2 {
    left: 49%;
    top: 9%;
    transform: rotate(39deg)
}

.banner-flower.f3 {
    left: 45%;
    top: 27%
}

.banner-flower.f4 {
    left: 42.5%;
    top: 40%;
    transform: rotate(39deg)
}

.banner-title-art {
    position: absolute;
    left: 54%;
    top: 66%;
    display: flex;
    gap: 2.5%;
    align-items: center;
    width: 37%
}

.banner-title-art img:first-child {
    width: 40%
}

.banner-title-art img:last-child {
    width: 58%
}

@keyframes bannerFloat {
    from {
        transform: translateY(80%);
        opacity: .05
    }
    to {
        transform: translateY(-25%);
        opacity: .45
    }
}

@keyframes sway {
    from {
        rotate: -4deg
    }
    to {
        rotate: 4deg
    }
}

/* main text nav */
.site-nav {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 20
}

.site-nav-list {
    display: flex;
    width: 100%;
    min-height: 70px;
    background: #0b0000
}

.nav-item {
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px 4px;
    color: #fff !important;
    text-decoration: none !important;
    line-height: 1.05;
    background: linear-gradient(180deg, #050000 0%, #0e0000 45%, #3b0000 100%);
    border-right: 1px solid rgba(255, 255, 255, .025);
    transition: .18s
}

.nav-item .nav-zh {
    font-size: 20px;
    white-space: nowrap
}

.nav-item .nav-en {
    font-size: 14px;
    margin-top: 3px;
    white-space: nowrap
}

.nav-item:hover, .nav-item:focus-visible, .nav-item.is-active {
    color: var(--menu-hover) !important;
    background: linear-gradient(180deg, #020202, #050505 68%, #160000)
}

.nav-toggle {
    display: none
}

@media (min-width: 901px) {
    .site-nav-list .nav-item:nth-child(1) {
        flex: 0 0 13%
    }

    .site-nav-list .nav-item:nth-child(2) {
        flex: 0 0 9.9091%
    }

    .site-nav-list .nav-item:nth-child(3) {
        flex: 0 0 9.9091%
    }

    .site-nav-list .nav-item:nth-child(4) {
        flex: 0 0 10.1818%
    }

    .site-nav-list .nav-item:nth-child(5) {
        flex: 0 0 10.3636%
    }

    .site-nav-list .nav-item:nth-child(6) {
        flex: 0 0 10.5455%
    }

    .site-nav-list .nav-item:nth-child(7) {
        flex: 0 0 10.1818%
    }

    .site-nav-list .nav-item:nth-child(8) {
        flex: 0 0 10%
    }

    .site-nav-list .nav-item:nth-child(9) {
        flex: 0 0 8.0909%
    }

    .site-nav-list .nav-item:nth-child(10) {
        flex: 0 0 7.8182%
    }
}

/* title / hot news */
.title-strip {
    width: 100%;
    min-height: 125px;
    background-image: var(--title-bg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 1100px auto;
    display: flex;
    align-items: center
}

.hot-news-bar {
    width: 100%;
    min-height: 120px;
    display: grid;
    grid-template-columns: minmax(240px, 620px) minmax(170px, 1fr) 150px;
    align-items: center
}

.hot-news-fish {
    text-align: right;
    padding-right: 12px
}

.hot-news-fish img {
    width: 181px
}

.hot-news-copy {
    text-align: left;
    padding: 10px 8px
}

.hot-news-copy .newstitle {
    margin-bottom: 6px;
    color: #fff;
    font-size: 22px
}

.hot-news-copy .newstex {
    font-size: 12px;
    color: #fff
}

.hot-news-share {
    display: block;
    justify-self: end;
    width: 144px
}

.hot-news-share img {
    display: block;
    width: 100%
}

.news-title-art {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 170px;
    padding-right: 6px
}

.news-title-art > img {
    width: 181px
}

.news-title-art a {
    width: 144px
}

.news-title-art a img {
    display: block;
    width: 100%
}

/* footer */
.site-footer {
    width: 100%;
    min-height: 60px;
    padding: 13px 18px;
    background: #0d0d0d;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 1.65
}

.site-footer a {
    color: #fff;
    text-decoration: none
}

.site-footer a:hover {
    text-decoration: underline
}

/* about */
.about-layout {
    display: grid;
    grid-template-columns: 551fr 549fr;
    width: 100%
}

.about-left-column, .about-right-column {
    min-width: 0
}

.about-story-photo {
    position: relative;
    width: 100%;
    height: 760px;
    background: url('../images/about_22_01.jpg') center top/100% 100% no-repeat
}

.about-story-text {
    position: absolute;
    top: 56%;
    right: 2%;
    left: auto;
    width: 54%;
    max-width: none;
    font-size: 14px;
    line-height: 1.7;
    text-align: left
}

.about-white-copy {
    min-height: 93px;
    padding: 0 15px;
    background: #fff;
    color: #000;
    font-size: 14px;
    line-height: 1.55;
    text-align: left;
    display: flex;
    align-items: center
}

.about-middle-photo {
    height: 346px;
    background: url('../images/about_20.jpg') center bottom/100% 100% no-repeat
}

.about-final-photo {
    position: relative;
    min-height: 271px;
    background: url('../images/about_21.jpg') center top/100% 100% no-repeat
}

.about-final-copy {
    padding: 6.38% 15px 15px;
    color: #000;
    font-size: 14px;
    line-height: 25px;
    text-align: left
}

/* facilities */
.fac-layout {
    display: grid;
    grid-template-columns: 21% 29% 50%;
    align-items: start;
    padding-top: 10px;
    background: #000
}

.fac-layout img {
    display: block;
    width: 100%;
    height: auto
}

.fac-middle {
    padding-left: 2px
}

.fac-middle img {
    margin-bottom: 10px
}

.fac-middle .fac-small-mark {
    width: 36px;
    margin-left: auto;
    margin-bottom: 10px
}

.fac-right {
    min-width: 0
}

.fac-intro {
    min-height: 227px;
    background: url('../images/fac_06.jpg') center/cover no-repeat;
    padding: 33px 22px 18px 25%;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1px;
    text-align: left
}

/* order */
.order-wrap {
    padding: 45px 9% 55px;
    background: #000
}

.order-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 248px;
    gap: 28px;
    align-items: end
}

.order-row img {
    display: block;
    width: 248px;
    max-width: 100%;
    justify-self: end
}

.order-list {
    margin: 0;
    padding-left: 25px;
    text-align: left;
    font-size: 14px;
    line-height: 25px
}

.order-list ol {
    padding-left: 24px
}

.content-line {
    height: 20px;
    margin: 10px 0 20px;
    background: url('../images/line.jpg') center top/contain no-repeat
}

.order-row-long {
    align-items: start
}

/* map */
.map-wrap {
    padding: 0 13px 45px;
    background: #000
}

.map-main {
    margin-left: auto;
    max-width: 1074px
}

.map-link-row {
    text-align: left;
    padding: 0 0 25px 21%
}

.map-link-row img {
    width: 124px
}

.directions-card {
    background: #181818;
    padding: 20px 24px
}

.direction-item {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 16px;
    max-width: 840px;
    margin: 0 auto 22px;
    text-align: left;
    align-items: start
}

.direction-item:last-child {
    margin-bottom: 0
}

.direction-item > img {
    width: 44px;
    margin-top: 5px
}

.direction-item strong {
    font-size: 16px;
    font-weight: 400
}

.direction-taipei strong {
    color: #60d312
}

.direction-hualien strong {
    color: #04d4d8
}

.direction-item p {
    margin: 5px 0 0;
    font-size: 14px;
    line-height: 1.7
}

/* iframe pages */
.iframe-page-wrap {
    padding: 0 45px;
    background: #000
}

.responsive-iframe-box {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    overflow: auto;
    background: #fff;
    -webkit-overflow-scrolling: touch
}

.responsive-iframe-box iframe {
    display: block;
    width: 100%;
    height: 1000px;
    border: 0;
    background: #fff
}

/* API/content pages */
.api-page-section {
    padding: 50px 10% 0;
    background: #000
}

.api-card {
    width: 100%;
    max-width: 880px;
    min-height: 700px;
    margin: 0 auto;
    padding: 40px;
    background: #242424;
    border-radius: 10px;
    text-align: left;
    color: #fff;
    font-size: 12px;
    overflow: hidden
}

.api-content, .api-content * {
    max-width: 100%;
    overflow-wrap: anywhere
}

.api-content img {
    height: auto !important
}

.api-content iframe {
    max-width: 100% !important
}

.api-content table {
    width: 100% !important;
    max-width: 100% !important
}

.admin-link {
    text-align: center;
    padding: 14px 0;
    font-size: 12px
}

.admin-link a {
    color: #fff
}

.api-bottom-art {
    display: block;
    width: calc(100% + 22%);
    max-width: none;
    margin-left: -11%;
    height: auto
}

.book-action {
    max-width: 880px;
    margin: 0 auto;
    text-align: right
}

.book-action img {
    width: 120px
}

.responsive-form-frame {
    width: 100%;
    overflow: auto
}

.responsive-form-frame iframe {
    display: block;
    width: 100%;
    height: 550px;
    border: 0
}

.api-detail-head {
    padding-top: 120px;
    background: url('../images/news_06.jpg') center top/880px auto no-repeat
}

.blog_share a {
    color: #f60
}

.blog_share a:hover {
    color: #9cf
}

/* room menu */
.room-nav {
    width: 100%;
    background: #0b0504
}

.room-nav-toggle {
    display: none
}

.room-nav-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr))
}

.room-nav-item {
    min-height: 93px;
    padding: 16px 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    text-decoration: none !important;
    background: #100706;
    transition: .2s;
    border-right: 1px solid rgba(255, 255, 255, .05)
}

.room-nav-item span {
    font-size: 21px
}

.room-nav-item small {
    font-size: 14px;
    margin-top: 4px
}

.room-nav-item:hover, .room-nav-item.is-active {
    background: #2d1009;
    color: #f4c49e !important
}

.room-photo-layout {
    display: grid;
    grid-template-columns: 137fr 863fr 100fr;
    width: 100%;
    align-items: stretch;
    background: #000
}

.room-side-deco {
    width: 100%;
    height: 100%;
    object-fit: fill
}

.room-gallery-column {
    min-width: 0;
    background: #090909
}

.room-top-deco {
    display: block;
    width: 100%;
    height: auto
}

.room-gallery {
    width: 100%;
    background: #090909;
    overflow: hidden
}

.room-gallery-stage {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 66.51%;
    overflow: hidden;
    background: #111
}

.room-gallery .rwd-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    opacity: 0;
    transition: opacity .7s ease
}

.room-gallery .rwd-slide.is-active {
    opacity: 1
}

.gallery-arrow {
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 58px;
    border: 0;
    background: rgba(0, 0, 0, .45);
    color: #fff;
    font: 38px/1 Arial, sans-serif;
    cursor: pointer
}

.gallery-prev {
    left: 0
}

.gallery-next {
    right: 0
}

.room-gallery-thumbs {
    display: flex;
    gap: 7px;
    padding: 8px;
    overflow-x: auto;
    background: rgba(0, 0, 0, .88)
}

.room-gallery-thumbs button {
    flex: 0 0 auto;
    border: 2px solid transparent;
    padding: 0;
    background: none;
    cursor: pointer;
    opacity: .72
}

.room-gallery-thumbs button.is-active {
    border-color: #fbf8e3;
    opacity: 1
}

.room-gallery-thumbs img {
    display: block;
    width: 130px;
    height: auto !important
}

.room-details {
    display: grid;
    grid-template-columns: 137px 438px 1fr;
    gap: 0;
    padding: 45px 0 40px;
    background: #000
}

.room-price-column, .room-facility-column {
    padding-right: 20px
}

.room-section-art {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 12px
}

.room-price-box {
    width: 350px;
    max-width: 100%;
    font-size: 14px;
    line-height: 25px
}

.price-row {
    display: flex;
    gap: 2px;
    margin-bottom: 2px
}

.price-cell {
    flex: 1 1 0;
    padding: 2px 6px;
    text-align: center;
    background: #2b2a29;
    color: #fff
}

.price-cell:first-child {
    flex: 1.4 1 0
}

.price-header .price-cell {
    background: #581a00
}

.price-note-title {
    background: #581a00;
    color: #fff;
    padding: 2px 12px;
    text-align: left
}

.price-notes {
    background: #2b2a29;
    color: #fff;
    text-align: left
}

.price-notes ul {
    margin: 8px 0 8px 28px;
    padding: 0
}

.room-order-link {
    margin-top: 8px;
    color: #ff0;
    font-size: 14px;
    line-height: 30px;
    text-align: left
}

.room-order-link img {
    width: 31px;
    vertical-align: middle
}

.room-order-link a {
    color: #ff0
}

.facility-list {
    width: 100%;
    max-width: 330px
}

.facility-row {
    display: grid;
    grid-template-columns: 25px 1fr;
    min-height: 25px
}

.facility-dot {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #44571f;
    border-bottom: 2px solid #000
}

.facility-dot img {
    width: 10px
}

.facility-row > span:last-child {
    background: #2b2a29;
    border-bottom: 2px solid #000;
    padding: 2px 8px;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    text-align: left
}

@media (max-width: 900px) {
    body {
        background-size: auto 455px
    }

    .site-shell {
        max-width: 100%
    }

    .nav-toggle {
        display: flex;
        width: 100%;
        height: 48px;
        border: 0;
        padding: 0 16px;
        color: #fff;
        background: #130000;
        align-items: center;
        justify-content: space-between;
        font: 600 15px "Microsoft JhengHei", sans-serif;
        cursor: pointer
    }

    .nav-toggle i, .nav-toggle i:before, .nav-toggle i:after {
        content: "";
        display: block;
        width: 25px;
        height: 2px;
        background: #fff;
        position: relative
    }

    .nav-toggle i:before {
        position: absolute;
        top: -7px
    }

    .nav-toggle i:after {
        position: absolute;
        top: 7px
    }

    .site-nav-list {
        display: none;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        min-height: 0
    }

    .site-nav.is-open .site-nav-list {
        display: grid
    }

    .nav-item {
        height: 58px
    }

    .nav-item .nav-zh {
        font-size: 17px
    }

    .nav-item .nav-en {
        font-size: 12px
    }

    .title-strip {
        min-height: 110px;
        background-size: auto 110px
    }

    .hot-news-bar {
        min-height: 105px;
        grid-template-columns: 28% 1fr 24%
    }

    .hot-news-fish {
        padding-right: 5px
    }

    .hot-news-copy {
        padding: 6px 5px
    }

    .hot-news-copy .newstitle {
        font-size: 17px
    }

    .hot-news-copy .newstex {
        font-size: 11px
    }

    .hot-news-share {
        width: 100%
    }

    .news-title-art {
        justify-content: space-between;
        gap: 0;
        padding: 0 3%
    }

    .news-title-art > img {
        width: 18%
    }

    .news-title-art a {
        width: 24%
    }

    .white-on-image, .about-story-text, .fac-intro, .order-list, .mapcon, .roomfont, .hot-news-copy, .site-footer {
        text-shadow: 0 1px 2px rgba(0, 0, 0, .98), 0 0 5px rgba(0, 0, 0, .85)
    }

    .inner-banner {
        height: auto;
        aspect-ratio: 1100/455
    }

    .about-layout {
        grid-template-columns: 1fr
    }

    .about-story-photo {
        height: auto;
        aspect-ratio: 551/760
    }

    .about-right-column {
        display: flex;
        flex-direction: column
    }

    .about-white-copy {
        font-size: 14px
    }

    .about-middle-photo {
        height: auto;
        aspect-ratio: 549/346
    }

    .about-final-photo {
        min-height: 0;
        aspect-ratio: 549/271
    }

    .about-final-copy {
        padding-top: 6.38%
    }

    .fac-layout {
        grid-template-columns: 38% 62%
    }

    .fac-tall {
        grid-row: 1 / span 2
    }

    .fac-middle {
        padding: 0 4px
    }

    .fac-right {
        grid-column: 1/-1
    }

    .fac-intro {
        padding: 7% 7% 7% 24%;
        min-height: 0;
        aspect-ratio: 540/227;
        background-size: cover
    }

    .fac-right > img {
        width: 100%
    }

    .order-wrap {
        padding: 35px 6%
    }

    .order-row {
        grid-template-columns: minmax(0, 1fr) 210px;
        gap: 18px
    }

    .order-row img {
        width: 210px
    }

    .map-wrap {
        padding: 0 0 35px
    }

    .map-link-row {
        padding: 0 6% 20px
    }

    .directions-card {
        padding: 18px 5%
    }

    .direction-item {
        grid-template-columns: 48px 1fr;
        gap: 12px
    }

    .iframe-page-wrap {
        padding: 0
    }

    .responsive-iframe-box {
        max-width: 100%
    }

    .api-page-section {
        padding: 35px 4% 0
    }

    .api-card {
        padding: 28px 22px;
        min-height: 500px
    }

    .api-bottom-art {
        width: 108%;
        margin-left: -4%
    }

    .api-detail-head {
        padding-top: 80px;
        background-size: 100% auto
    }

    .room-nav {
        display: block;
        background: #100706
    }

    .room-nav-toggle {
        display: flex;
        width: 100%;
        min-height: 62px;
        padding: 10px 18px;
        border: 0;
        background: #2d1009;
        color: #f4c49e;
        align-items: center;
        justify-content: space-between;
        text-align: left;
        font-family: "Microsoft JhengHei", "微軟正黑體", sans-serif;
        cursor: pointer
    }

    .room-nav-current {
        display: flex;
        align-items: baseline;
        gap: 9px
    }

    .room-nav-current strong {
        font-size: 20px;
        font-weight: 400
    }

    .room-nav-current small {
        font-size: 14px;
        color: #fff
    }

    .room-nav-state-icon {
        display: flex;
        /*width: 32px;*/
        /*height: 32px;*/
        width:auto;
        height:auto;
        flex:0 0 auto;
        white-space:nowrap;
        align-items: center;
        justify-content: center;
        color: #fff
    }

    .room-nav-open-icon{
        display:block;
        /*width: 11px;*/
        /*height: 11px;*/
        /*border-right: 2px solid #fff;*/
        /*border-bottom: 2px solid #fff;*/
        /*transform: rotate(45deg) translate(-2px, -2px)*/
        width:auto;
        height:auto;
        border:0;
        transform:none;
        white-space:nowrap;
    }

    .room-nav-open-icon::after{
        content:"看更多房型▼";
        color:#fff;
        font-size:16px;
        font-family:"Microsoft JhengHei","微軟正黑體",sans-serif;
        line-height:1.4;
        letter-spacing:1px;
        white-space:nowrap;
    }


    .room-nav-close-icon {
        display: none;
        font: 400 24px/1 Arial, sans-serif
    }

    .room-nav-list {
        display: none;
        grid-template-columns: 1fr;
        gap: 0
    }

    .room-nav.is-open .room-nav-list {
        display: grid
    }

    .room-nav.is-open .room-nav-open-icon {
        display: none
    }

    .room-nav.is-open .room-nav-close-icon {
        display: block
    }

    .room-nav-item {
        min-height: 62px;
        border-right: 0;
        border-bottom: 1px dashed rgba(255, 255, 255, .78)
    }

    .room-nav-item:last-child {
        grid-column: auto;
        border-bottom: 1px dashed rgba(255, 255, 255, .78)
    }

    .room-photo-layout {
        grid-template-columns: 1fr
    }

    .room-side-deco {
        display: none
    }

    .room-top-deco {
        display: none
    }

    .room-gallery-stage {
        height: 0;
        padding-top: 75%
    }

    .room-gallery-thumbs img {
        width: 86px
    }

    .room-details {
        grid-template-columns: 1fr 1fr;
        padding: 25px 4%;
        gap: 24px
    }

    .room-detail-spacer {
        display: none
    }

    .room-price-column, .room-facility-column {
        padding: 0
    }

    .room-price-grid {
        width: 100%
    }

    .facility-list {
        max-width: none
    }
}

@media (max-width: 640px) {
    .page-content {
        font-size: 14px
    }

    .page-content a, .page-content p, .page-content li, .page-content div {
        overflow-wrap: anywhere;
        word-break: normal
    }

    .page-content ul, .page-content ol {
        max-width: 100%
    }

    .site-footer {
        padding: 12px 10px;
        font-size: 11px
    }

    .inner-banner {
        aspect-ratio: 1100/455
    }

    .banner-title-art {
        width: 43%;
        left: 51%
    }

    .title-strip {
        min-height: 100px;
        background-size: auto 100px
    }

    .hot-news-bar {
        grid-template-columns: 24% 1fr 24%;
        min-height: 100px
    }

    .hot-news-fish img {
        width: 100%
    }

    .hot-news-copy .newstitle {
        font-size: 15px
    }

    .hot-news-copy .newstex {
        font-size: 10px
    }

    .hot-news-share img {
        width: 100%
    }

    .about-story-text {
        top: 54%;
        right: 2%;
        width: 55%;
        font-size: 12px;
        line-height: 1.58
    }

    .about-white-copy {
        padding: 0 12px;
        font-size: 13px
    }

    .about-final-copy {
        font-size: 13px;
        line-height: 1.6
    }

    .fac-layout {
        grid-template-columns: 38% 62%;
        padding-top: 0
    }

    .fac-tall {
        grid-row: 1 / span 2
    }

    .fac-middle {
        padding: 0 3px
    }

    .fac-middle img {
        width: 100%;
        margin: 0 0 4px
    }

    .fac-middle .fac-small-mark {
        width: 36px;
        margin: 6px 6px 6px auto
    }

    .fac-right {
        grid-column: 1/-1
    }

    .fac-intro {
        aspect-ratio: auto;
        min-height: 210px;
        padding: 30px 18px 24px 24%;
        font-size: 13px;
        line-height: 1.65;
        background-position: center
    }

    .fac-right > img {
        width: 100%
    }

    .order-wrap {
        padding: 26px 18px 35px
    }

    .order-row {
        display: flex;
        flex-direction: column-reverse;
        align-items: stretch;
        gap: 15px
    }

    .order-row img {
        width: min(248px, 65%);
        align-self: flex-end
    }

    .order-list {
        font-size: 13px;
        line-height: 1.7;
        padding-left: 22px
    }

    .content-line {
        margin: 14px 0
    }

    .order-row-long img {
        align-self: flex-end
    }

    .map-link-row {
        padding: 8px 16px 18px
    }

    .directions-card {
        padding: 16px
    }

    .direction-item {
        grid-template-columns: 42px minmax(0, 1fr)
    }

    .direction-item strong {
        font-size: 15px
    }

    .direction-item p {
        font-size: 13px;
        line-height: 1.65
    }

    .responsive-iframe-box {
        overflow-x: auto
    }

    .responsive-iframe-box iframe {
        width: 100%;
        min-width: 0;
        height: 900px
    }

    .api-page-section {
        padding: 25px 12px 0
    }

    .api-card {
        padding: 20px 14px;
        border-radius: 7px;
        min-height: 350px
    }

    .api-content table {
        display: block;
        overflow-x: auto
    }

    .api-content pre, .api-content code {
        white-space: pre-wrap;
        word-break: break-all
    }

    .responsive-form-frame iframe {
        min-width: 0;
        width: 100%;
        height: 600px
    }

    .book-action img {
        width: 105px
    }

    .room-nav-item span {
        font-size: 19px
    }

    .room-nav-item small {
        font-size: 13px
    }

    .gallery-arrow {
        width: 34px;
        height: 48px;
        font-size: 30px
    }

    .room-gallery-thumbs {
        gap: 5px;
        padding: 5px
    }

    .room-gallery-thumbs img {
        width: 78px
    }

    .room-details {
        grid-template-columns: 1fr;
        padding: 22px 14px;
        gap: 30px
    }

    .room-section-art {
        margin: 0 auto 10px
    }

    .room-price-box {
        font-size: 12px
    }

    .price-cell {
        padding: 3px 2px
    }

    .price-cell {
        padding: 3px
    }

    .facility-row > span:last-child {
        font-size: 13px;
        line-height: 20px
    }

    .room-order-link {
        font-size: 13px
    }
}

/* 2026-08-26 rev5: mobile menu / about / room-nav refinements */
@media (max-width: 900px) {
    /* Main menu: plain black cells, dashed row/column separators. */
    .nav-toggle {
        background: #050505
    }

    .nav-toggle-icons {
        position: relative;
        display: flex;
        width: 30px;
        height: 30px;
        align-items: center;
        justify-content: center;
        flex: 0 0 30px
    }

    .nav-toggle-icons > i, .nav-toggle-icons > i:before, .nav-toggle-icons > i:after {
        content: "";
        display: block;
        width: 25px;
        height: 2px;
        background: #fff;
        position: relative
    }

    .nav-toggle-icons > i:before {
        position: absolute;
        top: -7px;
        left: 0
    }

    .nav-toggle-icons > i:after {
        position: absolute;
        top: 7px;
        left: 0
    }

    .nav-toggle-icons > b {
        display: none;
        color: #fff;
        font: 400 26px/1 Arial, sans-serif
    }

    .site-nav.is-open .nav-toggle-icons > i {
        display: none
    }

    .site-nav.is-open .nav-toggle-icons > b {
        display: block
    }

    .site-nav-list {
        background: #000
    }

    .nav-item {
        background: #1f1f1f;
        border-right: 0;
        border-bottom: 1px dashed rgba(255, 255, 255, .8)
    }

    .nav-item:nth-child(odd) {
        border-right: 1px dashed rgba(255, 255, 255, .8)
    }

    .nav-item:hover, .nav-item:focus-visible {
        background: #111;
        color: var(--menu-hover) !important
    }

    .nav-item.is-active {
        color: var(--menu-hover) !important;
        background: linear-gradient(to top, #542514 0, #542514 4px, #666 5px, rgba(72, 72, 72, .86) 23%, rgba(25, 25, 25, .92) 58%, #000 100%);
    }

    /* Separator between the current-room toggle and the expanded room list. */
    .room-nav-list {
        border-top: 1px dashed rgba(255, 255, 255, .82)
    }
}

@media (max-width: 640px) {
    /* Keep the overlay below the wording that is already printed in the background artwork. */
    .about-story-text {
        top: 59%;
        right: 2%;
        width: 55%;
        font-size: 12px;
        line-height: 1.55
    }
}
