/* =========================================================
   BLENDA V.I.P — ブランド部品（ダマスク背景・モノグラム・
   マーキー・セクション番号見出し・ヒーロー・VOICE・INFO）
   style.css の後に読み込む
   ========================================================= */

/* ---------- damask "B" monogram background (full page) ---------- */
.damask-bg {
  position: fixed; inset: 0; z-index: -2; pointer-events: none;
  background-color: var(--bg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='128' height='150' viewBox='0 0 128 150'%3E%3Ctext x='30' y='46' font-family='Georgia, serif' font-style='italic' font-weight='bold' font-size='46' fill='%23c9a961'%3EB%3C/text%3E%3Ctext x='94' y='121' font-family='Georgia, serif' font-style='italic' font-weight='bold' font-size='46' fill='%23c9a961'%3EB%3C/text%3E%3Cpath fill='%23c9a961' d='M96 28 l3 8 l8 3 l-8 3 l-3 8 l-3 -8 l-8 -3 l8 -3 z'/%3E%3Cpath fill='%23c9a961' d='M30 103 l3 8 l8 3 l-8 3 l-3 8 l-3 -8 l-8 -3 l8 -3 z'/%3E%3C/svg%3E");
  background-size: 128px 150px;
  opacity: .14;
}
.damask-vignette {
  position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(1100px 620px at 50% -8%, rgba(201,169,97,.10), transparent 62%),
    radial-gradient(900px 700px at 50% 110%, rgba(0,0,0,.55), transparent 60%),
    linear-gradient(180deg, rgba(10,8,5,.20), rgba(10,8,5,.55));
}
/* faint local damask inside dark panels */
.dam-soft { position: relative; }
.dam-soft::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image: inherit;
}

/* ---------- monogram logo mark ---------- */
.mono {
  width: var(--mono-size, 46px); height: var(--mono-size, 46px);
  flex: none; display: block;
}
.mono .ring { stroke: var(--gold); fill: none; }
.mono .b { fill: var(--gold-2); font-family: Georgia, "Cormorant Garamond", serif; font-style: italic; font-weight: bold; }
.mono .flourish { stroke: var(--gold); fill: none; opacity: .6; }

/* brand lockup (overrides base) */
.brand { display: flex; align-items: center; gap: 13px; }
.brand .name { display: flex; flex-direction: column; line-height: 1.05; }
.brand .name b {
  font-family: var(--logo); font-weight: 600; font-size: 20px; letter-spacing: .22em; color: var(--text);
  white-space: nowrap;
}
.brand .name b .vip { color: var(--gold-2); }
.brand .name small { font-size: 9px; letter-spacing: .42em; color: var(--gold); margin-top: 4px; }

/* ---------- marquee strip under header ---------- */
.marquee {
  position: relative; overflow: hidden;
  border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft);
  background: linear-gradient(180deg, rgba(28,22,12,.6), rgba(16,12,7,.6));
  height: 38px; display: flex; align-items: center;
  transition: height .4s, opacity .3s, border-color .4s;
}
.marquee .track { display: flex; gap: 0; white-space: nowrap; animation: marq 32s linear infinite; }
.marquee .track span {
  font-family: var(--latin); font-style: italic; font-size: 14px; letter-spacing: .22em;
  color: var(--gold); padding: 0 26px; display: inline-flex; align-items: center; gap: 26px; text-transform: uppercase;
}
.marquee .track span::after { content: "\2756"; color: var(--gold-deep); font-size: 11px; font-style: normal; }
@keyframes marq { to { transform: translateX(-50%); } }

/* ---------- section-number header ---------- */
.sec-num { text-align: center; margin-bottom: 44px; position: relative; }
.sec-num .no {
  font-family: var(--latin); font-style: italic; font-size: 15px; letter-spacing: .42em;
  color: var(--gold); margin-bottom: 14px;
}
.sec-num .no::before, .sec-num .no::after { content: "\2014"; margin: 0 12px; color: var(--gold-deep); }
.sec-num h2 {
  font-family: var(--latin); font-weight: 600; font-size: clamp(30px, 4vw, 46px);
  letter-spacing: .26em; color: var(--text); text-indent: .26em;
}
.sec-num .divider { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 16px 0 10px; }
.sec-num .divider::before, .sec-num .divider::after { content: ""; height: 1px; width: 48px; background: linear-gradient(90deg, transparent, var(--gold)); }
.sec-num .divider::after { background: linear-gradient(90deg, var(--gold), transparent); }
.sec-num .divider i { width: 6px; height: 6px; background: var(--gold); transform: rotate(45deg); }
.sec-num .jp { font-family: var(--serif); font-size: 13px; letter-spacing: .42em; color: var(--gold-2); text-indent: .42em; }
.sec-num .lead { color: var(--text-mute); font-size: 13px; letter-spacing: .08em; margin-top: 14px; }

/* big faded latin watermark behind a section */
.wm {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  font-family: var(--latin); font-style: italic; font-weight: 600;
  font-size: clamp(120px, 24vw, 320px); color: rgba(201,169,97,.05);
  white-space: nowrap; pointer-events: none; user-select: none; z-index: 0;
}

/* corner brackets */
.corners { position: absolute; inset: 22px; pointer-events: none; z-index: 4; }
.corners::before, .corners::after,
.corners i::before, .corners i::after {
  content: ""; position: absolute; width: 26px; height: 26px; border: 1px solid var(--gold); opacity: .55;
}
.corners::before { top: 0; left: 0; border-right: none; border-bottom: none; }
.corners::after  { top: 0; right: 0; border-left: none; border-bottom: none; }
.corners i::before { bottom: 0; left: 0; border-right: none; border-top: none; }
.corners i::after  { bottom: 0; right: 0; border-left: none; border-top: none; }

/* ---------- hero (BLENDA) ---------- */
.bhero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; }
.bhero .side {
  position: absolute; top: 50%; transform: translateY(-50%) rotate(180deg);
  writing-mode: vertical-rl; font-family: var(--latin); font-style: italic;
  letter-spacing: .34em; font-size: 12px; color: var(--gold); opacity: .7; z-index: 4;
}
.bhero .side.l { left: 26px; }
.bhero .side.r { right: 26px; transform: translateY(-50%); }
.bhero .inner { position: relative; z-index: 3; padding-top: var(--top-h); width: 100%; }
.bhero .grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 56px; align-items: center; }
.bhero .eyebrow { display: flex; align-items: center; gap: 16px; font-family: var(--latin); font-style: italic; font-size: 17px; letter-spacing: .14em; color: var(--gold); margin-bottom: 26px; }
.bhero .eyebrow::before { content: ""; width: 46px; height: 1px; background: var(--gold); }
.bhero h1 { font-family: var(--serif); font-weight: 700; font-size: clamp(40px, 6vw, 74px); line-height: 1.28; letter-spacing: .04em; color: var(--text); }
.bhero .latin-sub { font-family: var(--latin); font-style: italic; font-size: clamp(20px, 2.4vw, 30px); color: var(--gold-2); letter-spacing: .04em; margin: 20px 0 28px; }
.bhero .lead { color: var(--text-dim); font-size: 15px; line-height: 2.1; max-width: 46ch; }
.bhero .cta-row { display: flex; gap: 16px; margin-top: 38px; flex-wrap: wrap; }
.bhero .scroll { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 4; font-family: var(--latin); font-style: italic; letter-spacing: .24em; font-size: 12px; color: var(--gold); display: flex; flex-direction: column; align-items: center; gap: 10px; }
.bhero .scroll i { width: 1px; height: 44px; background: linear-gradient(var(--gold), transparent); animation: scrollLine 2s infinite; }
@keyframes scrollLine { 0%{transform:scaleY(0);transform-origin:top} 50%{transform:scaleY(1);transform-origin:top} 51%{transform:scaleY(1);transform-origin:bottom} 100%{transform:scaleY(0);transform-origin:bottom} }
@media (prefers-reduced-motion: no-preference) {
  .bhero .eyebrow { animation: rise .9s .15s backwards; }
  .bhero h1 { animation: rise 1s .3s backwards; }
  .bhero .latin-sub { animation: rise 1s .45s backwards; }
  .bhero .lead { animation: rise 1s .55s backwards; }
  .bhero .cta-row { animation: rise 1s .68s backwards; }
}
@keyframes rise { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }

/* hero info panel */
.hpanel { display: grid; gap: 16px; }
.hpanel .card { background: linear-gradient(155deg, rgba(40,32,18,.72), rgba(20,15,9,.72)); border: 1px solid var(--line); padding: 24px 26px; backdrop-filter: blur(6px); position: relative; }
.hpanel .card .ttl { font-family: var(--latin); font-style: italic; letter-spacing: .14em; font-size: 12px; color: var(--gold); margin-bottom: 12px; }
.hpanel .card .big { font-family: var(--serif); font-weight: 600; font-size: 26px; letter-spacing: .04em; color: var(--text); }
.hpanel .card .big b { color: var(--gold-2); font-size: 32px; }
.hpanel .card .row { display: flex; justify-content: space-between; align-items: center; margin-top: 12px; font-size: 12px; color: var(--text-dim); letter-spacing: .06em; }
.hpanel .card .row .open { color: #7bbf86; letter-spacing: .14em; }
.hpanel .card .slot { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line-soft); display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--gold-2); }
.hpanel .card .slot .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold-2); box-shadow: 0 0 8px var(--gold-2); }
.hpanel .card.up .big { font-size: 22px; }
.hpanel .card.up .row { margin-top: 14px; }
.hpanel .card.up .row a { color: var(--gold); letter-spacing: .12em; }

/* campaign bar */
.campaign { border-top: 1px solid var(--line); background: linear-gradient(180deg, rgba(30,23,13,.85), rgba(16,12,7,.92)); }
.campaign .wrap { display: flex; align-items: center; gap: 24px; padding-block: 18px; }
.campaign .tag { font-family: var(--latin); font-style: italic; letter-spacing: .14em; color: #16110a; background: var(--gold); padding: 5px 16px; font-size: 12px; flex: none; }
.campaign .txt { font-family: var(--serif); font-size: 15px; letter-spacing: .06em; color: var(--text); }
.campaign .meta { color: var(--text-mute); font-size: 12.5px; letter-spacing: .06em; margin-left: auto; }
.campaign .view { font-family: var(--latin); font-style: italic; letter-spacing: .12em; color: var(--gold); flex: none; padding-left: 18px; border-left: 1px solid var(--line); }

/* ---------- featured schedule (home SCHEDULE) ---------- */
.feat-girl { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: center; background: var(--surface); border: 1px solid var(--line-soft); padding: 20px; margin-bottom: 28px; }
.feat-girl .ph { aspect-ratio: 3/4; }
.feat-girl .meta .badge { margin-bottom: 14px; }
.feat-girl .meta h3 { font-family: var(--serif); font-size: 28px; letter-spacing: .08em; }
.feat-girl .meta h3 small { font-size: 14px; color: var(--text-mute); font-family: var(--sans); }
.feat-girl .meta .lt { font-family: var(--latin); font-style: italic; color: var(--gold); font-size: 18px; margin: 4px 0 14px; }
.feat-girl .meta p { color: var(--text-dim); font-size: 14px; line-height: 1.95; }
.feat-girl .meta .t { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; font-size: 13px; color: var(--gold-2); letter-spacing: .06em; }
.feat-girl .meta .t .dot { width: 6px; height: 6px; border-radius: 50%; background: #7bbf86; box-shadow: 0 0 8px #7bbf86; }

/* ---------- SYSTEM cards (home + page) ---------- */
.sys-wrap { border: 1px solid var(--line); padding: 28px; background: rgba(20,15,9,.4); }
.sys-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; }
.sys-col { padding: 32px 30px; position: relative; }
.sys-col + .sys-col { border-left: 1px solid var(--line-soft); }
.sys-col.feat { background: linear-gradient(160deg, rgba(50,40,22,.6), rgba(30,23,13,.5)); }
.sys-col .rec { position: absolute; top: 18px; right: 24px; font-family: var(--latin); font-style: italic; font-size: 12px; letter-spacing: .14em; color: var(--gold-2); }
.sys-col .en { font-family: var(--latin); font-style: italic; letter-spacing: .14em; color: var(--gold); font-size: 14px; }
.sys-col .nm { font-family: var(--serif); font-size: 22px; letter-spacing: .08em; margin-top: 4px; }
.sys-col .min { font-size: 11px; letter-spacing: .16em; color: var(--text-mute); margin: 10px 0 16px; }
.sys-col .amt { font-family: var(--latin); font-size: 46px; color: var(--gold-2); line-height: 1; }
.sys-col .amt small { font-size: 18px; color: var(--text-dim); margin: 0 2px; }
.sys-col .lines { margin: 22px 0; border-top: 1px solid var(--line-soft); }
.sys-col .li { display: flex; justify-content: space-between; align-items: center; padding: 11px 0; border-bottom: 1px solid var(--line-soft); font-size: 13px; }
.sys-col .li .k { color: var(--text-mute); letter-spacing: .04em; }
.sys-col .li .v { font-family: var(--latin); color: var(--text); font-size: 16px; }
.sys-col .li .v.free { color: #7bbf86; font-family: var(--sans); font-size: 14px; }
.sys-note { border: 1px dashed var(--line); padding: 22px 26px; margin-top: 22px; }
.sys-note p { color: var(--text-mute); font-size: 12.5px; line-height: 1.95; }
@media (max-width: 880px) { .sys-grid { grid-template-columns: 1fr; } .sys-col + .sys-col { border-left: none; border-top: 1px solid var(--line-soft); } }

/* ---------- CONCEPT ---------- */
.concept2 { position: relative; max-width: 720px; margin: 0 auto; text-align: center; }
.concept2 h2 { font-family: var(--serif); font-weight: 700; font-size: clamp(28px,4vw,46px); line-height: 1.4; letter-spacing: .04em; }
.concept2 .ln { width: 1px; height: 40px; background: linear-gradient(var(--gold), transparent); margin: 6px auto 26px; }
.concept2 p { color: var(--text-dim); font-size: 15px; line-height: 2.2; margin-bottom: 18px; text-align: left; }
.concept2 .cta-row { display: flex; gap: 14px; justify-content: center; margin-top: 32px; flex-wrap: wrap; }

/* ---------- VOICE ---------- */
.voice-list { max-width: 900px; margin: 0 auto; display: grid; gap: 18px; }
.voice { background: linear-gradient(155deg, rgba(34,27,16,.6), rgba(20,15,9,.5)); border: 1px solid var(--line-soft); padding: 26px 30px; position: relative; }
.voice .head { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.voice .head .nm { font-family: var(--serif); font-size: 18px; letter-spacing: .06em; }
.voice .head .nm em { font-family: var(--latin); font-style: italic; color: var(--gold); font-size: 14px; margin-left: 6px; }
.voice .head .who { color: var(--text-mute); font-size: 12px; letter-spacing: .04em; }
.voice .head .date { margin-left: auto; font-family: var(--latin); color: var(--text-mute); font-size: 12px; letter-spacing: .06em; }
.voice .stars { color: var(--gold-2); letter-spacing: .2em; font-size: 13px; margin: 8px 0 12px; }
.voice p { color: var(--text-dim); font-size: 13.5px; line-height: 1.95; }

/* ---------- EVENT ---------- */
.event-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.event-card { background: var(--surface); border: 1px solid var(--line-soft); padding: 28px; transition: border-color .3s, transform .3s; }
.event-card:hover { border-color: var(--line); transform: translateY(-4px); }
.event-card .d { font-family: var(--latin); color: var(--gold); font-size: 14px; letter-spacing: .08em; margin-bottom: 14px; }
.event-card h3 { font-family: var(--serif); font-size: 18px; letter-spacing: .04em; margin-bottom: 10px; }
.event-card p { color: var(--text-mute); font-size: 13px; line-height: 1.9; }
@media (max-width:880px){ .event-grid{ grid-template-columns:1fr; } }

/* ---------- INFO table (home + access) ---------- */
.info2 { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.info-table { width: 100%; border-collapse: collapse; }
.info-table tr { border-bottom: 1px solid var(--line-soft); }
.info-table th { text-align: left; font-family: var(--latin); font-style: italic; letter-spacing: .12em; color: var(--gold); font-weight: 500; font-size: 12px; padding: 16px 0; width: 130px; vertical-align: top; }
.info-table td { padding: 16px 0; color: var(--text); font-size: 14px; line-height: 1.8; }
.info-table td.tel { font-family: var(--latin); font-size: 24px; color: var(--gold-2); letter-spacing: .04em; }
@media (max-width:880px){ .info2 { grid-template-columns: 1fr; gap: 28px; } }

/* ---------- footer (BLENDA columns) ---------- */
.bfooter-cols { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; }
.bfooter-cols .col h4 { font-family: var(--latin); font-style: italic; letter-spacing: .16em; color: var(--gold); font-size: 13px; margin-bottom: 16px; }
.bfooter-cols .col a, .bfooter-cols .col span { display: block; color: var(--text-dim); font-size: 12.5px; padding: 6px 0; letter-spacing: .04em; transition: color .3s, padding .3s; }
.bfooter-cols .col a:hover { color: var(--gold); padding-left: 5px; }
.bfooter-cols .about p { color: var(--text-mute); font-size: 12.5px; line-height: 2; margin-top: 16px; max-width: 30ch; }
@media (max-width:880px){ .bfooter-cols { grid-template-columns: 1fr 1fr; gap: 28px; } .bfooter-cols .about { grid-column: 1 / -1; } }

@media (max-width: 768px) {
  .marquee { display: none; }
}

/* ---------- mega-menu navigation ---------- */
.nav-main { display: flex; align-items: stretch; gap: 4px; height: 100%; }
.nav-group { position: relative; display: flex; align-items: center; }
.nav-trigger {
  background: none; border: none; cursor: pointer;
  display: flex; flex-direction: column; align-items: center; gap: 3px;
  padding: 6px 14px; color: var(--text-dim); transition: color .3s; position: relative;
}
.nav-trigger .en { font-family: var(--latin); font-style: italic; font-size: 15px; letter-spacing: .08em; }
.nav-trigger i { font-family: var(--serif); font-size: 10px; letter-spacing: .12em; color: var(--text-mute); font-style: normal; transition: color .3s; }
.nav-trigger::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: -2px; height: 1px; background: var(--gold); transform: scaleX(0); transition: transform .3s; }
.nav-group:hover .nav-trigger, .nav-group.open .nav-trigger, .nav-group.active .nav-trigger { color: var(--gold-2); }
.nav-group:hover .nav-trigger i, .nav-group.active .nav-trigger i { color: var(--gold); }
.nav-group:hover .nav-trigger::after, .nav-group.open .nav-trigger::after, .nav-group.active .nav-trigger::after { transform: scaleX(1); }

.mega {
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(8px);
  min-width: 220px; background: rgba(18,13,8,.97); backdrop-filter: blur(16px);
  border: 1px solid var(--line); box-shadow: 0 24px 60px -24px rgba(0,0,0,.85);
  opacity: 0; visibility: hidden; transition: opacity .28s, transform .28s; z-index: 120; padding: 8px;
}
.nav-group:hover .mega, .nav-group.open .mega { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.mega::before { content: ""; position: absolute; top: -7px; left: 50%; transform: translateX(-50%) rotate(45deg); width: 12px; height: 12px; background: rgba(18,13,8,.97); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.mega-inner { display: flex; flex-direction: column; }
.mega-inner a { display: flex; flex-direction: column; gap: 1px; padding: 11px 16px; transition: background .25s; border-left: 1px solid transparent; }
.mega-inner a:hover { background: var(--gold-soft); border-left-color: var(--gold); }
.mega-inner a b { font-family: var(--serif); font-weight: 500; font-size: 14px; letter-spacing: .04em; color: var(--text); white-space: nowrap; }
.mega-inner a em { font-family: var(--latin); font-style: italic; font-size: 11px; letter-spacing: .06em; color: var(--gold); white-space: nowrap; }
.mega-inner a.on b { color: var(--gold-2); }

/* ---------- grouped drawer ---------- */
.drawer .dr-home { font-family: var(--serif); font-size: 18px; letter-spacing: .12em; color: var(--gold-2); padding: 14px 4px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; }
.drawer .dr-home .en { font-family: var(--latin); font-style: italic; font-size: 12px; color: var(--gold); }
.drawer .dr-group { margin-top: 14px; }
.drawer .dr-h { font-family: var(--latin); font-style: italic; letter-spacing: .14em; color: var(--gold); font-size: 13px; padding: 6px 4px; border-bottom: 1px solid var(--line-soft); }
.drawer .dr-h span { font-family: var(--serif); color: var(--text-mute); font-size: 11px; font-style: normal; margin-left: 6px; }
.drawer .dr-group a { font-family: var(--serif); font-size: 15px; letter-spacing: .08em; color: var(--text-dim); padding: 11px 8px; border-bottom: 1px solid var(--line-soft); display: flex; justify-content: space-between; align-items: center; }
.drawer .dr-group a .en { font-family: var(--latin); font-style: italic; font-size: 11px; color: var(--gold-deep); }
.drawer .dr-group a.active { color: var(--gold-2); }

/* ---------- footer sitemap ---------- */
.bfooter-cols { grid-template-columns: 1.4fr repeat(3, 1fr); row-gap: 36px; }
.bfooter-cols .col h4 .jpm { color: var(--text-mute); font-style: normal; font-size: 11px; letter-spacing: .08em; }
.about .f-tel { margin-top: 18px; }
.about .f-tel small { font-size: 10px; letter-spacing: .18em; color: var(--gold); display: block; }
.about .f-tel b { font-family: var(--latin); font-size: 26px; color: var(--text); letter-spacing: .03em; }
@media (max-width: 1024px) { .bfooter-cols { grid-template-columns: 1fr 1fr 1fr; } .bfooter-cols .about { grid-column: 1 / -1; } }
@media (max-width: 600px) { .bfooter-cols { grid-template-columns: 1fr 1fr; } }

/* ---------- generic gallery / list helpers for new pages ---------- */
.gal-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.gal-grid.cols3 { grid-template-columns: repeat(3,1fr); }
.gal-item { position: relative; overflow: hidden; border: 1px solid var(--line-soft); transition: transform .4s, border-color .4s; display: block; }
.gal-item:hover { transform: translateY(-4px); border-color: var(--line); }
.gal-item .ph { aspect-ratio: 3/4; }
.gal-item.wide .ph { aspect-ratio: 16/10; }
.gal-item .cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 18px 14px 10px; background: linear-gradient(transparent, rgba(8,6,3,.9)); }
.gal-item .cap .nm { font-family: var(--serif); font-size: 15px; letter-spacing: .06em; }
.gal-item .cap .sub { font-family: var(--latin); font-style: italic; color: var(--gold); font-size: 12px; }
.gal-item .play { position: absolute; inset: 0; display: grid; place-items: center; }
.gal-item .play span { width: 54px; height: 54px; border: 1px solid var(--gold); border-radius: 50%; display: grid; place-items: center; color: var(--gold); background: rgba(8,6,3,.4); backdrop-filter: blur(4px); transition: .3s; }
.gal-item:hover .play span { background: var(--gold); color: #16110a; }
@media (max-width:880px){ .gal-grid, .gal-grid.cols3 { grid-template-columns: repeat(2,1fr); } }

/* doc-style content (terms, dispatch, hotel lists, column article) */
.doc { max-width: 860px; margin: 0 auto; }
.doc h3 { font-family: var(--serif); font-size: 20px; letter-spacing: .08em; color: var(--gold-2); margin: 40px 0 16px; padding-bottom: 12px; border-bottom: 1px solid var(--line-soft); display: flex; align-items: center; gap: 12px; }
.doc h3::before { content: ""; width: 6px; height: 6px; background: var(--gold); transform: rotate(45deg); flex: none; }
.doc h3:first-child { margin-top: 0; }
.doc p { color: var(--text-dim); font-size: 14.5px; line-height: 2.05; margin-bottom: 16px; }
.doc ul.dl { display: grid; gap: 10px; margin: 4px 0 20px; }
.doc ul.dl li { display: flex; gap: 14px; color: var(--text-dim); font-size: 14px; line-height: 1.9; padding-left: 2px; }
.doc ul.dl li::before { content: "—"; color: var(--gold); flex: none; }
.doc .note-box { border: 1px dashed var(--line); padding: 22px 26px; margin: 24px 0; }
.doc .note-box p { color: var(--text-mute); font-size: 13px; margin: 0; }

/* hotel / list rows */
.hlist { display: grid; gap: 12px; max-width: 900px; margin: 0 auto; }
.hrow { display: grid; grid-template-columns: 130px 1fr auto; gap: 22px; align-items: center; padding: 20px 24px; background: var(--surface); border: 1px solid var(--line-soft); transition: border-color .3s; }
.hrow:hover { border-color: var(--line); }
.hrow .area { font-family: var(--latin); font-style: italic; color: var(--gold); font-size: 15px; letter-spacing: .06em; }
.hrow .nm { font-family: var(--serif); font-size: 16px; letter-spacing: .04em; }
.hrow .nm small { display: block; color: var(--text-mute); font-size: 12px; font-family: var(--sans); margin-top: 3px; letter-spacing: .02em; }
.hrow .meta { text-align: right; color: var(--text-dim); font-size: 12px; letter-spacing: .04em; }
@media (max-width:600px){ .hrow { grid-template-columns: 1fr; gap: 8px; } .hrow .meta { text-align: left; } }

/* home column strip */
.home-col-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.home-col-card { background: var(--surface); border: 1px solid var(--line-soft); transition: transform .4s, border-color .4s; display: flex; flex-direction: column; }
.home-col-card:hover { transform: translateY(-5px); border-color: var(--line); }
.home-col-card .v { aspect-ratio: 16/10; position: relative; }
.home-col-card .v .ph { position: absolute; inset: 0; }
.home-col-card .v .cat { position: absolute; top: 12px; left: 12px; font-size: 11px; letter-spacing: .06em; color: #16110a; background: var(--gold); padding: 3px 10px; font-family: var(--serif); }
.home-col-card .c { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.home-col-card .c .meta { font-family: var(--latin); color: var(--text-mute); font-size: 12px; letter-spacing: .06em; margin-bottom: 8px; }
.home-col-card .c h3 { font-family: var(--serif); font-size: 16px; line-height: 1.6; letter-spacing: .03em; margin-bottom: 10px; }
.home-col-card .c p { color: var(--text-mute); font-size: 12.5px; line-height: 1.8; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.home-col-card .c .more { margin-top: auto; padding-top: 14px; font-family: var(--latin); font-style: italic; color: var(--gold); font-size: 13px; }
@media (max-width:880px){ .home-col-grid { grid-template-columns: 1fr; } }

/* responsive hero */
@media (max-width: 880px) {
  .bhero .grid { grid-template-columns: 1fr; gap: 36px; }
  .bhero .side { display: none; }
  .campaign .wrap { flex-wrap: wrap; gap: 12px; }
  .campaign .meta { margin-left: 0; width: 100%; order: 4; }
  .info2 { grid-template-columns: 1fr; }
}
