.venue-page, .sisco-chrome {
  --rose: #c98a91;
  --rose-dark: #a8616a;
  --ink: #333138;
  --muted: #777078;
  --paper: #fff;
  --blush: #f8f2f2;
  --line: #eadede;
  --max: 1180px;
}
.banner>img{
  max-height: 500px;
  object-fit: cover;
}
.storeprof{
  position: unset;
  height: auto;
  text-align: center;
  transform: translate(0px, -50%);
  margin-bottom: -100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.storeprof img{
  max-width: 250px;
  object-fit: contain;
}
.storeprof>div{
  margin-left: 0px!important;;
  height: stretch!important;
  align-content: center;
  padding: 10px 15px!important;

}
@media (max-width: 580px) {
  .storeprof{  display: block;}
}

.venue-page, .venue-page *, .sisco-chrome, .sisco-chrome * { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
.venue-page, .sisco-chrome { color: var(--ink); background: var(--paper); font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif; line-height: 1.8; }
body.locked { overflow: hidden; }
.venue-page a, .sisco-chrome a { color: inherit; text-decoration: none; }
.venue-page img, .sisco-chrome img { display: block; max-width: 100%; }
.venue-reservation-panel button, .venue-reservation-panel input,
.venue-reservation-panel select, .venue-reservation-panel textarea,
.sisco-menu-toggle { font: inherit; }
.venue-container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.eyebrow { margin: 0 0 10px; color: var(--rose-dark); font: 700 12px/1.2 Arial, sans-serif; letter-spacing: .22em; text-transform: uppercase; }
.section-title { margin: 0; font-family: Georgia, "Noto Serif TC", serif; font-size: clamp(30px, 4.2vw, 52px); font-weight: 500; line-height: 1.25; }
.section-lead { max-width: 680px; margin: 18px auto 0; color: var(--muted); }

.sisco-topbar { height: 34px; background: #f4edef; color: #7c6e71; font-size: 12px; }
.sisco-topbar .venue-container { display: flex; justify-content: flex-end; align-items: center; gap: 24px; height: 100%; }
.sisco-site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid #eee; backdrop-filter: blur(12px); }
.sisco-nav-wrap { display: flex; min-height: 92px; align-items: center; justify-content: space-between; }
.sisco-logo img { width: 116px; height: 74px; object-fit: contain; }
.sisco-nav-list { display: flex; align-items: center; gap: clamp(16px, 2.4vw, 34px); margin: 0; padding: 0; list-style: none; font-size: 14px; }
.sisco-nav-list > li { position: relative; }
.sisco-nav-list a { display: block; padding: 31px 0; }
.sisco-nav-list a:hover { color: var(--rose-dark); }
.sisco-nav-list .sisco-reserve-link { padding: 11px 19px; color: #fff; background: var(--rose); border-radius: 2px; }
.sisco-menu-toggle { display: none; align-items: center; gap: 9px; padding: 10px 0; border: 0; background: none; color: #62565a; cursor: pointer; }
.sisco-menu-toggle i, .sisco-menu-toggle i::before, .sisco-menu-toggle i::after { display: block; width: 22px; height: 1px; background: currentColor; content: ""; transition: .25s; }
.sisco-menu-toggle i::before { transform: translateY(-7px); }
.sisco-menu-toggle i::after { transform: translateY(6px); }

.store-banner { border-bottom: 1px solid var(--line); background: #fff; }
.store-identity { display: grid; grid-template-columns: 150px 1fr; align-items: center; width: fit-content; min-height: 158px; margin: auto; }
.venue-logo { width: 120px; height: 106px; padding: 8px; object-fit: contain; }
.venue-logo.fallback { display: grid; place-items: center; border: 1px solid var(--line); color: var(--rose-dark); font-family: Georgia, serif; font-size: 30px; }
.venue-name { font-family: Georgia, "Noto Serif TC", serif; font-size: 26px; letter-spacing: .08em; }
.venue-city { color: #8f8588; font-size: 13px; letter-spacing: .18em; }
.stars { color: #d6a65d; font-size: 12px; letter-spacing: .2em; }
.store-subnav { display: flex; justify-content: center; gap: 0; padding-bottom: 21px; font-size: 13px; }
.store-subnav a { padding: 0 20px; border-right: 1px solid #bbb; }
.store-subnav a:first-child { border-left: 1px solid #bbb; }
.store-subnav a:hover { color: var(--rose-dark); }

.hero { position: relative; min-height: min(72vh, 760px); overflow: hidden; color: #fff; background: #40383a; }
.hero-media, .hero-media::after { position: absolute; inset: 0; }
.hero-media { background-position: center; background-size: cover; transform: scale(1.02); }
.hero-media::after { content: ""; background: linear-gradient(90deg, rgba(24,19,22,.74), rgba(24,19,22,.2) 65%, rgba(24,19,22,.08)); }
.hero .venue-container { position: relative; z-index: 1; display: flex; min-height: min(72vh, 760px); align-items: flex-end; padding-bottom: clamp(60px, 9vw, 110px); }
.hero-copy { max-width: 650px; }
.hero h1 { margin: 0 0 18px; font-family: Georgia, "Noto Serif TC", serif; font-size: clamp(42px, 7vw, 82px); font-weight: 400; line-height: 1.15; letter-spacing: .04em; }
.hero p { max-width: 570px; margin: 0; font-size: 17px; letter-spacing: .05em; }
.scroll-cue { display: inline-flex; align-items: center; gap: 12px; margin-top: 34px; font: 11px Arial; letter-spacing: .2em; }
.scroll-cue::before { width: 48px; height: 1px; background: #fff; content: ""; }

.intro { padding: clamp(74px, 10vw, 130px) 0; text-align: center; }
.intro-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; max-width: 820px; margin: 48px auto 0; background: var(--line); border: 1px solid var(--line); }
.intro-fact { padding: 25px 18px; background: #fff; }
.intro-fact strong { display: block; font-family: Georgia, serif; font-size: 23px; font-weight: 400; }
.intro-fact span { color: var(--muted); font-size: 12px; letter-spacing: .12em; }

.halls { padding: clamp(72px, 9vw, 120px) 0; background: var(--blush); }
.halls-head { margin-bottom: 55px; text-align: center; }
.hall-list { display: grid; gap: clamp(64px, 9vw, 120px); }
.hall-card { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); align-items: center; gap: clamp(32px, 6vw, 80px); }
.hall-card:nth-child(even) { grid-template-columns: minmax(300px, .65fr) minmax(0, 1.35fr); }
.hall-card:nth-child(even) .hall-gallery { order: 2; }
.hall-card.no-gallery { grid-template-columns: 1fr; }
.hall-card.no-gallery .hall-copy { max-width: 780px; margin-inline: auto; padding: clamp(30px, 5vw, 58px); border: 1px solid var(--line); background: rgba(255,255,255,.72); text-align: center; }
.hall-card.no-gallery .specs { justify-content: center; }
.hall-gallery { display: grid; gap: 10px; align-self: center; overflow: hidden; }
.hall-gallery.count-3 { grid-template-columns: 1fr 1fr; grid-template-rows: minmax(300px, 1fr) minmax(170px, .52fr); }
.hall-gallery.count-3 .photo:first-child { grid-column: 1 / -1; }
.hall-gallery.count-3.has-portrait { grid-template-columns: 1.45fr .72fr; grid-template-rows: 1fr 1fr; min-height: 540px; }
.hall-gallery.count-3.has-portrait .photo:first-child { grid-column: auto; }
.hall-gallery.count-3.has-portrait .photo.is-portrait { grid-column: 2; grid-row: 1 / 3; }
.hall-gallery.count-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); aspect-ratio: 3 / 1; }
.hall-gallery.count-2.has-portrait { grid-template-columns: .72fr 1.28fr; aspect-ratio: 1.7 / 1; }
.hall-gallery.count-2.has-portrait .photo.is-portrait { grid-row: 1; }
.hall-gallery.count-1 { aspect-ratio: 3 / 2; }
.hall-gallery.count-1.has-wide { aspect-ratio: 2.35 / 1; }
.hall-gallery.count-1.has-portrait { width: min(100%, 470px); aspect-ratio: 2 / 3; margin-inline: auto; }
.photo { position: relative; overflow: hidden; border: 0; padding: 0; background: #ddd; cursor: zoom-in; }
.photo img { width: 100%; height: 100%; min-height: 0; object-fit: cover; transition: transform .7s ease; }
.photo:hover img { transform: scale(1.045); }
.hall-index { color: #d2b0b4; font: italic 26px Georgia, serif; }
.hall-copy h3 { margin: 4px 0 22px; font-family: Georgia, "Noto Serif TC", serif; font-size: clamp(30px, 3.5vw, 45px); font-weight: 400; line-height: 1.3; }
.hall-copy p { margin: 0; color: #5f595d; }
.specs { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.spec { min-width: 104px; padding: 11px 14px; border: 1px solid #dbcdd0; background: rgba(255,255,255,.65); }
.spec b { display: block; font-family: Georgia, serif; font-size: 19px; font-weight: 400; }
.spec small { color: var(--muted); font-size: 11px; }

.theme-modern { --rose: #9a907b; --rose-dark: #716956; --blush: #f4f4f2; --line: #e3e1dc; }
.theme-gallery { --rose: #9b859f; --rose-dark: #745f78; --blush: #f6f2f6; --line: #e7dfe8; }
.theme-cinematic { --rose: #a1879a; --rose-dark: #775e70; --blush: #f6f1f5; --line: #e8dee5; }
.theme-classic { --rose: #b79962; --rose-dark: #8d713e; --blush: #f7f4ed; --line: #e7ddcb; }
.theme-editorial { --rose: #86a0a1; --rose-dark: #617f80; --blush: #f2f6f5; --line: #dce7e4; }

.contact-section { padding: clamp(80px, 10vw, 130px) 0; }
.contact-card { display: grid; grid-template-columns: 1fr 1.2fr; overflow: hidden; min-height: 390px; background: #302b2d; color: #fff; }
.contact-copy { padding: clamp(42px, 7vw, 80px); }
.contact-brand { display: flex; align-items: center; gap: 18px; margin: 0 0 34px; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,.16); }
.contact-brand-logo { display: grid; flex: 0 0 84px; place-items: center; width: 84px; height: 72px; padding: 8px; border-radius: 2px; background: rgba(255,255,255,.96); object-fit: contain; }
.contact-brand-logo.fallback { color: var(--rose-dark); font: 28px Georgia, serif; }
.contact-brand-name { font-family: Georgia, "Noto Serif TC", serif; font-size: 23px; line-height: 1.35; letter-spacing: .05em; }
.contact-brand-city { margin-top: 3px; color: #cbbec1; font-size: 11px; letter-spacing: .14em; }
.contact-copy h2 { margin: 0 0 30px; font-family: Georgia, "Noto Serif TC", serif; font-size: clamp(32px, 4vw, 48px); font-weight: 400; }
.contact-row { display: grid; grid-template-columns: 78px 1fr; gap: 14px; margin: 12px 0; }
.contact-row span:first-child { color: #cbbec1; font-size: 12px; letter-spacing: .14em; }
.contact-photo { min-height: 390px; background-position: center; background-size: cover; }

.venue-reservation { padding: 80px 0 100px; background: #efeeee; text-align: center; }
.venue-reservation-panel { max-width: 920px; margin: 45px auto 0; padding: clamp(24px, 5vw, 50px); background: rgba(0,0,0,.055); border-radius: 8px; }
.venue-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; text-align: left; }
.venue-field.venue-field-full { grid-column: 1 / -1; }
.venue-field label { display: block; margin-bottom: 6px; font-size: 13px; }
.venue-field input, .venue-field select, .venue-field textarea { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #d1c9cb; border-radius: 2px; background: #fff; color: var(--ink); }
.venue-field textarea { min-height: 130px; resize: vertical; }
.venue-checks { display: flex; flex-wrap: wrap; gap: 8px 20px; padding: 14px; background: #fff; border: 1px solid #d1c9cb; }
.venue-checks label { margin: 0; }
.venue-submit-btn { margin-top: 28px; padding: 12px 70px; border: 0; border-radius: 2px; background: var(--rose); color: #fff; cursor: pointer; letter-spacing: .15em; }
.venue-submit-btn:hover { background: var(--rose-dark); }

.join-banner { display: grid; place-items: center; min-height: 290px; color: #fff; text-align: center; background: linear-gradient(rgba(45,34,38,.64), rgba(45,34,38,.64)), url("../img/內湖-88號樂章/banner.jpg") center 56% / cover; }
.join-banner p { margin: 0 0 20px; font: 34px Georgia, serif; letter-spacing: .08em; }
.join-btn { display: inline-block; padding: 10px 30px; border: 1px solid #fff; font-size: 13px; }
.sisco-site-footer { padding: 52px 0 86px; text-align: center; color: #767176; font-size: 13px; }
.sisco-footer-links { display: flex; justify-content: center; gap: 25px; margin-bottom: 28px; font-size: 15px; }
.sisco-footer-addresses p { margin: 3px 0; }
.sisco-copyright { margin-top: 25px; padding-top: 20px; border-top: 1px solid #e4dfe0; }

.floating-tools { position: fixed; z-index: 70; right: 18px; bottom: 18px; display: grid; gap: 8px; }
.floating-tools a { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; box-shadow: 0 8px 22px rgba(0,0,0,.18); background: #fff; color: var(--rose-dark); font-size: 12px; }
.floating-tools a:first-child { background: var(--rose); color: #fff; }
.lightbox { position: fixed; z-index: 300; inset: 0; display: none; place-items: center; padding: 30px; background: rgba(20,16,18,.92); }
.lightbox.open { display: grid; }
.lightbox img { /*max-width: min(1200px, 94vw);*/ max-height: 80vh; object-fit: contain; }
.lightbox-close { position: absolute; top: 18px; right: 22px; border: 0; background: none; color: #fff; font-size: 38px; cursor: pointer; }
.notice { position: fixed; z-index: 400; inset: 0; display: none; place-items: center; background: rgba(0,0,0,.7); }
.notice.open { display: grid; }
.notice-box { width: min(90vw, 360px); padding: 40px; background: #fff; text-align: center; border-radius: 4px; }
.notice-mark { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 20px; border-radius: 50%; background: #48b5ae; color: #fff; font-size: 26px; }
.notice button { padding: 8px 35px; border: 0; background: var(--rose); color: #fff; cursor: pointer; }

@media (max-width: 900px) {
  .sisco-topbar { display: none; }
  .sisco-nav-wrap { min-height: 68px; }
  .sisco-logo img { width: 82px; height: 55px; }
  .sisco-menu-toggle { display: flex; }
  .sisco-nav-list { position: fixed; top: 68px; right: 0; left: 0; display: none; padding: 15px 28px 28px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 15px 28px rgba(0,0,0,.08); }
  .sisco-nav-list.open { display: block; }
  .sisco-nav-list a { padding: 10px 0; }
  .sisco-nav-list .sisco-reserve-link { margin-top: 8px; text-align: center; }
  .store-identity { grid-template-columns: 95px 1fr; min-height: 118px; }
  .venue-logo { width: 80px; height: 80px; }
  .venue-name { font-size: 21px; }
  .store-subnav { overflow-x: auto; justify-content: flex-start; padding-inline: 20px; white-space: nowrap; }
  .hero, .hero .venue-container { min-height: 620px; }
  .hall-card, .hall-card:nth-child(even) { grid-template-columns: 1fr; }
  .hall-card:nth-child(even) .hall-gallery { order: 0; }
  .contact-card { grid-template-columns: 1fr; }
  .contact-photo { order: -1; min-height: 300px; }
}

@media (max-width: 580px) {
  .venue-container { width: min(calc(100% - 28px), var(--max)); }
  .store-subnav a { padding: 0 12px; }
  .hero, .hero .venue-container { min-height: 560px; }
  .hero-media::after { background: linear-gradient(0deg, rgba(24,19,22,.8), rgba(24,19,22,.08) 72%); }
  .hero .venue-container { padding-bottom: 54px; }
  .hero p { font-size: 15px; }
  .intro-grid { grid-template-columns: 1fr; }
  .hall-gallery.count-3,
  .hall-gallery.count-3.has-portrait { grid-template-columns: 1fr 1fr; grid-template-rows: 240px 140px; min-height: 0; }
  .hall-gallery.count-3 .photo:first-child,
  .hall-gallery.count-3.has-portrait .photo:first-child { grid-column: 1 / -1; grid-row: 1; }
  .hall-gallery.count-3.has-portrait .photo.is-portrait { grid-column: auto; grid-row: 2; }
  .hall-gallery.count-2,
  .hall-gallery.count-2.has-portrait { grid-template-columns: 1fr 1fr; aspect-ratio: 2 / 1.12; }
  .photo img { min-height: 100%; }
  .venue-form-grid { grid-template-columns: 1fr; }
  .contact-brand { gap: 14px; margin-bottom: 27px; padding-bottom: 22px; }
  .contact-brand-logo { flex-basis: 72px; width: 72px; height: 62px; }
  .contact-brand-name { font-size: 20px; }
  .venue-field.venue-field-full { grid-column: auto; }
  .sisco-footer-addresses p { margin: 9px 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
