/* =====================================================================
   HINODE — Inner client pages. Shares tokens from theme.css and the
   primitives (.btn, .sec-head, .eyebrow, .card-grid, .tcard, .pager,
   .terminal, .tickets, [data-reveal]) from home/styles.css.

   Each page sets a body class (.page--about, .page--services, …) that
   swaps a local --accent + a self-drawn hero motif, so every page keeps
   the same washi/ink system but carries its own colour + signature.
   ===================================================================== */

body.page {
  background: var(--paper);
  color: var(--ink);
  font-family: "Zen Kaku Gothic New", "Plus Jakarta Sans", system-ui, sans-serif;
}
body.page main { display: block; }

/* Per-page accent tokens (default = brand red) */
body.page { --accent: var(--shu); --accent-2: var(--kin); --accent-tint: var(--shu-tint); --accent-ink: var(--shu-deep); }
body.page--about    { --accent: #285a82; --accent-2: var(--kin);    --accent-tint: #e6f1f8; --accent-ink: #1f4d6e; }
body.page--services { --accent: #5f7d47; --accent-2: #c9a227;       --accent-tint: #ecf1e4; --accent-ink: #4a6437; }
body.page--booking  { --accent: #b8892a; --accent-2: var(--shu);    --accent-tint: #f6edd8; --accent-ink: #8f6a1f; }
body.page--bus      { --accent: #2f6f9e; --accent-2: var(--kin);    --accent-tint: #e4eff7; --accent-ink: #245a82; }
body.page--contact  { --accent: #c65b78; --accent-2: var(--kin);    --accent-tint: #fbe6ec; --accent-ink: #a84461; }
body.page--blog     { --accent: #a4472f; --accent-2: var(--kin);    --accent-tint: #f7e7e0; --accent-ink: #833522; }
body.page--legal    { --accent: #3c4657; --accent-2: var(--kin);    --accent-tint: #eceef2; --accent-ink: #2b3242; }

/* ===================================================================
   PAGE HERO / BANNER  (.phero)
   Shared shell, per-page self-drawn motif in .phero__art
   =================================================================== */
.phero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(40px, 6vw, 76px) 0 clamp(44px, 6vw, 72px);
  background:
    radial-gradient(115% 130% at 85% -10%, var(--accent-tint) 0%, transparent 60%),
    linear-gradient(180deg, #fff 0%, var(--paper) 100%);
  border-bottom: 1px solid var(--line);
}
/* thin accent + gold hairline at the very bottom */
.phero::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 3px;
  background: linear-gradient(90deg, transparent, var(--accent) 25%, var(--accent-2) 55%, var(--accent) 80%, transparent);
  opacity: .55;
}
.phero__art { position: absolute; inset: 0; z-index: -1; pointer-events: none; overflow: hidden; }
.phero__inner { position: relative; }

.crumbs {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600; color: var(--ink-faint); margin-bottom: 18px;
}
.crumbs a { color: var(--accent-ink); text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }
.crumbs .sep { opacity: .5; }
.crumbs .cur { color: var(--ink-soft); }

.phero__eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 12.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--accent);
}
.phero__eyebrow::before { content: ""; width: 26px; height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--accent), var(--accent-2)); }
.phero__title {
  margin: 16px 0 0; max-width: 20ch;
  font-family: "Shippori Mincho B1", serif; font-weight: 800;
  font-size: clamp(30px, 5.4vw, 54px); line-height: 1.12; color: var(--ink); letter-spacing: .005em;
}
.phero__title em { font-style: normal; background: linear-gradient(120deg, var(--accent), var(--accent-2)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.phero__sub { margin: 16px 0 0; max-width: 60ch; font-size: clamp(15px, 2vw, 18px); line-height: 1.75; color: var(--ink-soft); }

/* Hero quick-fact chips */
.factchips { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.factchip {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 11px 16px; border-radius: 14px;
  background: rgba(255,255,255,.75); border: 1px solid var(--line);
  box-shadow: var(--shadow-sm); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
}
.factchip .material-symbols-outlined {
  font-size: 24px; color: #fff; background: linear-gradient(135deg, var(--accent), var(--accent-ink));
  padding: 7px; border-radius: 11px;
}
.factchip b { display: block; font-family: "Shippori Mincho B1", serif; font-weight: 700; font-size: 16px; color: var(--ink); line-height: 1.1; }
.factchip small { display: block; font-size: 11px; letter-spacing: .04em; color: var(--ink-faint); margin-top: 2px; }

/* Highlight banner (slogan / key message) */
.hl-banner {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--accent), var(--accent-ink));
  color: #fff; border-radius: var(--radius-lg); padding: clamp(28px, 5vw, 48px);
  text-align: center; box-shadow: var(--shadow-lg);
}
.hl-banner::before {
  content: ""; position: absolute; inset: 0; opacity: .16; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='96' viewBox='0 0 56 96'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='1'%3E%3Cpath d='M28 0v24M28 24 7 36M28 24l21 12M7 36v24M49 36v24M28 48 7 36M28 48l21-12M28 48v24M28 48 7 60M28 48l21 12M7 60l21 12M49 60 28 72M28 72v24'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 56px 96px;
}
.hl-banner .material-symbols-outlined { font-size: 38px; opacity: .85; }
.hl-banner p { position: relative; margin-top: 10px; font-family: "Shippori Mincho B1", serif; font-weight: 700; font-size: clamp(19px, 3vw, 30px); line-height: 1.5; }
.hl-banner span.sub { position: relative; display: block; margin-top: 12px; font-size: 14px; opacity: .82; font-family: "Zen Kaku Gothic New", sans-serif; font-weight: 500; }

/* License / cert chips */
.certlist { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.certchip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 15px; border-radius: 999px; font-size: 14px; font-weight: 600;
  background: var(--accent-tint); color: var(--accent-ink); border: 1px solid color-mix(in srgb, var(--accent) 25%, transparent);
}
.certchip .material-symbols-outlined { font-size: 19px; }

/* CEO caption bar over media */
.ceo-media { position: relative; }
.ceo-cap {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  display: flex; align-items: center; gap: 12px;
  padding: 30px 20px 16px; color: #fff;
  background: linear-gradient(0deg, rgba(20,30,44,.85), transparent);
}
.ceo-cap__badge {
  flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
  background: var(--accent); color: #fff; font-family: "Shippori Mincho B1", serif; font-weight: 700; font-size: 17px;
}
.ceo-cap b { display: block; font-size: 15px; }
.ceo-cap small { display: block; font-size: 12px; opacity: .8; }

/* Per-page self-drawn motifs (all CSS, no image files) --------------- */
/* about — torii silhouette + sun rays */
.motif-torii { position: absolute; top: -60px; right: -40px; width: 420px; height: 420px; opacity: .5; }
.motif-torii .rays {
  position: absolute; inset: 0;
  background: repeating-conic-gradient(from 0deg at 62% 30%, color-mix(in srgb, var(--accent) 12%, transparent) 0deg 5deg, transparent 5deg 22deg);
  -webkit-mask-image: radial-gradient(circle at 62% 30%, #000, transparent 62%);
  mask-image: radial-gradient(circle at 62% 30%, #000, transparent 62%);
}
/* generic pattern washes reused from theme */
.motif-asanoha { position: absolute; inset: 0; opacity: .5; }
.motif-seigaiha { position: absolute; left: 0; right: 0; bottom: 0; height: 70px; opacity: .4; }

/* small torii drawn with SVG, colored by accent */
.torii-svg { position: absolute; bottom: 8px; right: 34px; width: clamp(120px, 20vw, 240px); color: var(--accent); opacity: .16; }
.torii-svg svg { width: 100%; height: auto; display: block; }

/* ===================================================================
   SECTION SHELL for inner pages
   =================================================================== */
.psection { position: relative; padding: clamp(48px, 7vw, 84px) 0; }
.psection.tint { background: linear-gradient(180deg, var(--paper), var(--accent-tint)); }
.psection.tint-rev { background: linear-gradient(180deg, var(--accent-tint), var(--paper)); }
.psection > .wrap { position: relative; z-index: 1; }
.psection .bg-soft { position: absolute; inset: 0; z-index: 0; opacity: .5; pointer-events: none; }

.phead { max-width: 680px; margin-bottom: 40px; }
.phead.center { margin-inline: auto; text-align: center; }
.peyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 12.5px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--accent);
}
.peyebrow::before { content: ""; width: 24px; height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--accent), var(--accent-2)); }
.phead.center .peyebrow { justify-content: center; }
.ptitle { margin: 12px 0 0; font-family: "Shippori Mincho B1", serif; font-weight: 700; font-size: clamp(24px, 3.6vw, 38px); line-height: 1.25; color: var(--ink); }
.plead { margin: 12px 0 0; font-size: 16px; line-height: 1.8; color: var(--ink-soft); }

/* ===================================================================
   ABOUT — spec table, timeline, value cards, CEO quote
   =================================================================== */
/* Company spec sheet — framed washi document */
.spectable {
  background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-sm); overflow: hidden;
}
.spec-row { display: grid; grid-template-columns: 1fr; border-top: 1px solid var(--line); }
.spec-row:first-child { border-top: 0; }
@media (min-width: 720px) { .spec-row { grid-template-columns: 260px 1fr; } }
.spec-k {
  padding: 16px 20px; font-weight: 700; font-size: 14.5px; color: var(--accent-ink);
  background: var(--accent-tint);
  display: flex; align-items: center;
}
.spec-v { padding: 16px 20px; font-size: 15px; line-height: 1.7; color: var(--ink); }
.spec-v a { color: var(--accent); font-weight: 600; text-decoration: none; }
.spec-v a:hover { text-decoration: underline; }
.spec-v ul { margin: 0; padding-left: 18px; display: flex; flex-direction: column; gap: 6px; }
.spec-note { display: block; margin-top: 4px; font-size: 12.5px; color: var(--ink-faint); }

/* Timeline (沿革) — vertical rail with node dots */
.timeline { position: relative; margin-top: 12px; padding-left: 34px; }
.timeline::before { content: ""; position: absolute; left: 9px; top: 6px; bottom: 6px; width: 2px; background: linear-gradient(180deg, var(--accent), var(--accent-2)); border-radius: 2px; }
.tevent { position: relative; padding: 0 0 30px; }
.tevent:last-child { padding-bottom: 0; }
.tevent::before {
  content: ""; position: absolute; left: -33px; top: 3px; width: 20px; height: 20px; border-radius: 50%;
  background: var(--paper); border: 3px solid var(--accent); box-shadow: 0 0 0 4px var(--accent-tint);
}
.tevent__time { font-family: "Shippori Mincho B1", serif; font-weight: 700; font-size: 16px; color: var(--accent-ink); }
.tevent__desc { margin-top: 6px; font-size: 15px; line-height: 1.75; color: var(--ink-soft); }

/* Value cards (vision/mission) */
.vgrid { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 720px) { .vgrid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 860px) { .vgrid.cols-3 { grid-template-columns: repeat(3, 1fr); } }
.vcard {
  position: relative; overflow: hidden;
  background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 26px; box-shadow: var(--shadow-sm);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.vcard:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.vcard__icon {
  width: 56px; height: 56px; border-radius: 15px; display: grid; place-items: center; margin-bottom: 16px;
  background: linear-gradient(135deg, var(--accent), var(--accent-ink)); color: #fff; box-shadow: var(--shadow-sm);
}
.vcard__icon .material-symbols-outlined { font-size: 28px; }
.vcard h3 { font-family: "Shippori Mincho B1", serif; font-size: 20px; font-weight: 700; color: var(--ink); }
.vcard p { margin-top: 8px; font-size: 14.5px; line-height: 1.75; color: var(--ink-soft); }

/* CEO / quote block + media */
.ceo { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: center; }
@media (min-width: 940px) { .ceo { grid-template-columns: 1.1fr .9fr; gap: 48px; } }
.ceo-quote {
  position: relative; background: var(--paper-2); border: 1px solid var(--line);
  border-left: 5px solid var(--accent); border-radius: var(--radius);
  padding: 34px 30px; box-shadow: var(--shadow-sm);
}
.ceo-quote::before {
  content: "\201C"; position: absolute; top: 4px; left: 18px;
  font-family: "Shippori Mincho B1", serif; font-size: 90px; line-height: 1; color: var(--accent); opacity: .18;
}
.ceo-quote p { position: relative; font-family: "Shippori Mincho B1", serif; font-size: clamp(17px, 2.2vw, 21px); line-height: 1.85; color: var(--ink); }
.ceo-quote__by { display: block; margin-top: 18px; font-size: 14px; font-weight: 700; color: var(--accent-ink); }
.ceo-media { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-lg); }
.ceo-media video, .ceo-media img { display: block; width: 100%; height: 100%; max-height: 460px; object-fit: cover; }

/* ===================================================================
   FILTER PILLS (services / blog / tours)
   =================================================================== */
.filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.filter-pill {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 9px 16px; border-radius: 999px; cursor: pointer;
  font-size: 14px; font-weight: 600; text-decoration: none;
  background: var(--paper-2); color: var(--ink-soft); border: 1px solid var(--line);
  transition: all .2s var(--ease);
}
.filter-pill:hover { border-color: var(--accent); color: var(--accent-ink); }
.filter-pill.active { background: linear-gradient(135deg, var(--accent), var(--accent-ink)); color: #fff; border-color: transparent; box-shadow: var(--shadow-sm); }
.filter-pill .material-symbols-outlined { font-size: 18px; }

/* accent-tinted variants of shared card bits */
.page .tcard__tag { background: color-mix(in srgb, var(--accent) 92%, #000 0%); }
.page .tcard__price { color: var(--accent-ink); }
.page .tcard__more { color: var(--accent-ink); }
.page .tcard:hover .tcard__more { color: var(--accent); }
.page .eyebrow { color: var(--accent); }
.page .eyebrow::before { background: linear-gradient(90deg, var(--accent), var(--accent-2)); }

/* ===================================================================
   SERVICE / TOUR listing cards (extends .tcard)
   =================================================================== */
.tcard__season {
  position: absolute; top: 12px; right: 12px; z-index: 2;
  display: inline-flex; align-items: center; gap: 5px;
  padding: 5px 11px; border-radius: 8px; font-size: 12px; font-weight: 700;
  background: rgba(255,255,255,.92); color: var(--ink); box-shadow: var(--shadow-sm);
}
.tcard__season .material-symbols-outlined { font-size: 16px; color: var(--accent); }
.tcard__from { display: block; font-size: 12px; font-weight: 600; color: var(--ink-faint); }
.tcard__cta {
  width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center;
  background: var(--accent-tint); color: var(--accent-ink);
  transition: background .25s var(--ease), color .25s var(--ease), transform .25s var(--ease);
}
.tcard:hover .tcard__cta { background: var(--accent); color: #fff; transform: translateX(3px); }

/* Search bar */
.svc-search {
  margin-top: 26px; max-width: 540px;
  display: flex; align-items: center; gap: 8px;
  background: var(--paper-2); border: 1px solid var(--line-strong); border-radius: 14px;
  padding: 4px 6px 4px 16px; box-shadow: var(--shadow-sm);
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.svc-search:focus-within { border-color: var(--accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 18%, transparent); }
.svc-search > .material-symbols-outlined { color: var(--accent); font-size: 24px; }
.svc-search input { flex: 1; min-width: 0; border: none; outline: none; background: transparent; font-family: inherit; font-size: 15px; color: var(--ink); padding: 12px 6px; }
.svc-search input::placeholder { color: var(--ink-faint); }

/* count badge next to section heading */
.count-badge {
  display: inline-flex; align-items: center; gap: 6px; vertical-align: middle;
  margin-left: 10px; padding: 4px 12px; border-radius: 999px;
  font-size: 14px; font-weight: 700; font-family: "Zen Kaku Gothic New", sans-serif;
  background: var(--accent-tint); color: var(--accent-ink);
}

/* bamboo motif (self-drawn, inline SVG colored by accent) */
.bamboo-svg { position: absolute; bottom: -6px; right: 26px; width: clamp(90px, 15vw, 170px); color: var(--accent); opacity: .18; }
.bamboo-svg svg { width: 100%; height: auto; display: block; }

/* ===================================================================
   FORMS (contact / booking / bus-rental) — light, high-contrast
   =================================================================== */
.form-card {
  background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md); padding: clamp(22px, 4vw, 40px);
}
.field { margin-bottom: 18px; }
.field > label { display: block; margin-bottom: 7px; font-size: 14px; font-weight: 700; color: var(--ink); }
.field .req { color: var(--shu); margin-left: 3px; }
.input, .select, .textarea {
  width: 100%; font-family: inherit; font-size: 15px; color: var(--ink);
  background: var(--paper); border: 1px solid var(--line-strong); border-radius: 12px;
  padding: 13px 15px; transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
  min-height: 48px;
}
.textarea { min-height: 130px; resize: vertical; line-height: 1.6; }
.input::placeholder, .textarea::placeholder { color: var(--ink-faint); }
.input:focus, .select:focus, .textarea:focus {
  outline: none; border-color: var(--accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 20%, transparent);
}
.field-help { margin-top: 6px; font-size: 12.5px; color: var(--ink-faint); }
.field-row { display: grid; grid-template-columns: 1fr; gap: 0 18px; }
@media (min-width: 640px) { .field-row.cols-2 { grid-template-columns: 1fr 1fr; } }
.form-submit {
  width: 100%; border: none; cursor: pointer; font-family: inherit;
  padding: 15px 24px; border-radius: 13px; font-weight: 800; font-size: 16px; color: #fff;
  background: linear-gradient(135deg, var(--accent), var(--accent-ink)); box-shadow: var(--shadow-md);
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.form-submit:hover:not(:disabled) { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.form-submit:disabled { opacity: .6; cursor: not-allowed; }

/* Info cards (contact details) */
.infocards { display: grid; grid-template-columns: 1fr; gap: 16px; }
.infocard {
  display: flex; gap: 16px; align-items: flex-start;
  background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 20px; box-shadow: var(--shadow-sm);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.infocard:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.infocard__ic { flex-shrink: 0; width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; background: var(--accent-tint); color: var(--accent-ink); }
.infocard__ic .material-symbols-outlined { font-size: 26px; }
.infocard h4 { font-size: 15px; font-weight: 700; color: var(--ink); }
.infocard p, .infocard a { margin-top: 3px; font-size: 14.5px; line-height: 1.6; color: var(--ink-soft); text-decoration: none; }
.infocard a:hover { color: var(--accent); }

/* Contact: map + social + FAQ accordion */
.map-card { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-md); }
.cmap { width: 100%; height: 100%; min-height: 300px; border: 0; display: block; }
.contact-side { display: flex; flex-direction: column; gap: 22px; }
.csocial { display: flex; flex-wrap: wrap; gap: 12px; }
.csocial a { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--accent-tint); color: var(--accent-ink); transition: background .2s var(--ease), color .2s var(--ease), transform .2s var(--ease); }
.csocial a:hover { background: var(--accent); color: #fff; transform: translateY(-3px); }
.csocial a svg { width: 19px; height: 19px; }
.clink { display: flex; align-items: center; gap: 12px; }
.clink .material-symbols-outlined { color: var(--accent); background: var(--accent-tint); padding: 8px; border-radius: 10px; }
.clink b { display: block; font-size: 13px; color: var(--ink); }
.clink a { font-size: 14px; color: var(--accent-ink); text-decoration: none; }
.clink a:hover { text-decoration: underline; }

.faq { display: flex; flex-direction: column; gap: 12px; max-width: 860px; margin-inline: auto; }
.faq-item { background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); overflow: hidden; transition: box-shadow .2s var(--ease); }
.faq-item[open] { box-shadow: var(--shadow-md); }
.faq-item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 18px 20px; font-weight: 700; font-size: 15.5px; color: var(--ink); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .material-symbols-outlined { color: var(--accent); transition: transform .25s var(--ease); flex-shrink: 0; }
.faq-item[open] summary { color: var(--accent-ink); }
.faq-item[open] summary .material-symbols-outlined { transform: rotate(180deg); }
.faq-item > p { margin: 0; padding: 0 20px 18px; font-size: 14.5px; line-height: 1.85; color: var(--ink-soft); }

/* contact hero motif — paper plane + envelope, drawn in SVG */
.plane-svg { position: absolute; top: 40px; right: clamp(20px, 6vw, 90px); width: clamp(120px, 20vw, 220px); color: var(--accent); opacity: .16; }
.plane-svg svg { width: 100%; height: auto; display: block; }

/* Alert (form feedback) */
.form-alert { border-radius: 12px; padding: 14px 16px; font-weight: 600; font-size: 14.5px; margin-bottom: 16px; }
.form-alert.ok { background: #e7f6ec; color: #1c7a3f; border: 1px solid #b7e2c6; }
.form-alert.err { background: #fdeaea; color: #b02a2a; border: 1px solid #f2c2c2; }

/* ===================================================================
   FEATURE / STAT strips
   =================================================================== */
.featgrid { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 640px) { .featgrid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 960px) { .featgrid.cols-3 { grid-template-columns: repeat(3, 1fr); } .featgrid.cols-4 { grid-template-columns: repeat(4, 1fr); } }
.feat {
  background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px; box-shadow: var(--shadow-sm); position: relative; overflow: hidden;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.feat:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.feat__ic { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 14px; background: var(--accent-tint); color: var(--accent-ink); }
.feat__ic .material-symbols-outlined { font-size: 27px; }
.feat h3 { font-family: "Shippori Mincho B1", serif; font-size: 18px; font-weight: 700; color: var(--ink); }
.feat p { margin-top: 7px; font-size: 14px; line-height: 1.7; color: var(--ink-soft); }

.statstrip { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
@media (min-width: 760px) { .statstrip { grid-template-columns: repeat(4, 1fr); } }
.stat { text-align: center; padding: 22px 14px; background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.stat__n { font-family: "Shippori Mincho B1", serif; font-weight: 800; font-size: clamp(28px, 4vw, 40px); color: var(--accent); line-height: 1; }
.stat__l { margin-top: 8px; font-size: 13px; font-weight: 600; color: var(--ink-soft); }

/* ===================================================================
   LEGAL / PROSE (terms · privacy)
   =================================================================== */
.legal-wrap { display: grid; grid-template-columns: 1fr; gap: 34px; }
@media (min-width: 960px) { .legal-wrap { grid-template-columns: 240px 1fr; align-items: start; } }
.legal-toc { position: sticky; top: 92px; background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; box-shadow: var(--shadow-sm); }
.legal-toc h4 { font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 12px; }
.legal-toc a { display: block; padding: 7px 10px; border-radius: 9px; font-size: 14px; font-weight: 600; color: var(--ink-soft); text-decoration: none; transition: all .2s var(--ease); }
.legal-toc a:hover { background: var(--accent-tint); color: var(--accent-ink); }
.prose { background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); padding: clamp(24px, 4vw, 46px); }
.prose h2 { font-family: "Shippori Mincho B1", serif; font-size: clamp(20px, 3vw, 27px); font-weight: 700; color: var(--ink); margin: 34px 0 14px; padding-top: 10px; scroll-margin-top: 92px; }
.prose h2:first-child { margin-top: 0; }
.prose h2 .n { color: var(--accent); margin-right: 10px; }
.prose h3 { font-size: 17px; font-weight: 700; color: var(--ink); margin: 20px 0 8px; }
.prose p, .prose li { font-size: 15px; line-height: 1.85; color: var(--ink-soft); }
.prose p { margin: 10px 0; }
.prose ul, .prose ol { margin: 10px 0; padding-left: 22px; display: flex; flex-direction: column; gap: 6px; }
.prose a { color: var(--accent); font-weight: 600; }
.prose strong { color: var(--ink); }
.prose hr { border: none; border-top: 1px solid var(--line); margin: 26px 0; }

/* ===================================================================
   ARTICLE (service-detail / tour-detail)
   =================================================================== */
.article-hero { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-lg); margin-bottom: 30px; }
.article-hero img { display: block; width: 100%; height: clamp(220px, 40vw, 420px); object-fit: cover; }
.article-body { max-width: 760px; margin-inline: auto; }
.article-meta { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; margin: 8px 0 20px; font-size: 14px; color: var(--ink-faint); }
.article-meta .m { display: inline-flex; align-items: center; gap: 6px; }
.article-meta .material-symbols-outlined { font-size: 18px; color: var(--accent); }
.pricebar {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px;
  background: var(--accent-tint); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 20px 24px; margin: 26px 0;
}
.pricebar__n { font-family: "Shippori Mincho B1", serif; font-weight: 800; font-size: clamp(24px, 4vw, 34px); color: var(--accent-ink); }
.pricebar__l { font-size: 13px; color: var(--ink-soft); font-weight: 600; }

/* ===================================================================
   SERVICE DETAIL (content page) — immersive gallery + sticky booking
   accent: 朱 vermilion + 金 gold
   =================================================================== */
body.page--detail { --accent: #d93b3b; --accent-2: #c9a227; --accent-tint: #fbe8e8; --accent-ink: #be2f2f; }

.sd-top { position: relative; overflow: hidden; padding: 26px 0 clamp(56px, 8vw, 88px); }
.sd-top .phero__art { position: absolute; inset: 0; z-index: -1; }

.sd-gallery { margin-top: 18px; }
.sd-main {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid var(--line); box-shadow: var(--shadow-lg); cursor: zoom-in;
  background: #0d1420;
}
.sd-main > img { width: 100%; height: clamp(300px, 50vw, 540px); object-fit: cover; display: block; transition: transform .6s var(--ease); }
.sd-main:hover > img { transform: scale(1.03); }
.sd-main__overlay {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  padding: clamp(60px, 12vw, 120px) clamp(22px, 4vw, 44px) clamp(22px, 3vw, 34px);
  color: #fff;
  background: linear-gradient(0deg, rgba(11,16,26,.92) 0%, rgba(11,16,26,.55) 45%, transparent 100%);
}
.sd-title { font-family: "Shippori Mincho B1", serif; font-weight: 800; font-size: clamp(26px, 4.4vw, 46px); line-height: 1.14; color: #fff; letter-spacing: .005em; }
.sd-sub { margin-top: 12px; max-width: 62ch; font-size: clamp(14px, 1.8vw, 16px); line-height: 1.7; color: rgba(255,255,255,.86); }
.sd-count {
  position: absolute; top: 16px; right: 16px; z-index: 3;
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 13px; border-radius: 999px; font-size: 13px; font-weight: 700;
  background: rgba(11,16,26,.6); color: #fff; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
}
.sd-count .material-symbols-outlined { font-size: 18px; }
.sd-thumbs { display: flex; gap: 10px; margin-top: 14px; overflow-x: auto; padding-bottom: 4px; scrollbar-width: thin; }
.gallery-thumb {
  flex: 0 0 auto; width: 96px; height: 66px; border-radius: 11px; overflow: hidden;
  border: 2px solid transparent; padding: 0; cursor: pointer; background: none;
  opacity: .6; transition: opacity .2s var(--ease), border-color .2s var(--ease), transform .2s var(--ease);
}
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gallery-thumb:hover { opacity: 1; transform: translateY(-2px); }
.gallery-thumb.is-active { opacity: 1; border-color: var(--accent); box-shadow: var(--shadow-sm); }

/* Facts bar — overlaps the hero */
.sd-facts {
  position: relative; z-index: 3; margin-top: clamp(-60px, -6vw, -44px);
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
}
@media (min-width: 900px) { .sd-facts { grid-template-columns: repeat(4, 1fr); } }
.info-card {
  display: flex; align-items: center; gap: 14px;
  background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 16px 18px; box-shadow: var(--shadow-md);
}
.info-card__icon { flex-shrink: 0; width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; background: var(--accent-tint); color: var(--accent-ink); }
.info-card__icon .material-symbols-outlined { font-size: 24px; }
.info-card p { font-size: 12px; color: var(--ink-faint); font-weight: 600; }
.info-card__val { display: block; font-family: "Shippori Mincho B1", serif; font-weight: 700; font-size: 17px; color: var(--ink); margin-top: 1px; }

/* Body layout */
.sd-layout { display: grid; grid-template-columns: 1fr; gap: 28px; margin-top: 42px; align-items: start; }
@media (min-width: 1000px) { .sd-layout { grid-template-columns: minmax(0,1fr) 356px; gap: 36px; } }
.sd-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.sd-chip { display: inline-flex; align-items: center; gap: 6px; padding: 7px 13px; border-radius: 999px; font-size: 13px; font-weight: 600; background: var(--accent-tint); color: var(--accent-ink); }
.sd-chip .material-symbols-outlined { font-size: 16px; }
.sd-panel { background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); padding: clamp(22px, 3vw, 34px); }
.sd-panel + .sd-panel { margin-top: 24px; }
.sd-h2 { display: flex; align-items: center; gap: 10px; font-family: "Shippori Mincho B1", serif; font-size: 22px; font-weight: 700; color: var(--ink); margin-bottom: 18px; padding-bottom: 14px; border-bottom: 2px solid var(--accent-tint); }
.sd-h2 .material-symbols-outlined { color: var(--accent); font-size: 26px; }
.sd-body { font-size: 15.5px; line-height: 1.95; color: var(--ink-soft); }
.sd-body p { margin: 0 0 14px; }
.sd-reasons { display: grid; grid-template-columns: 1fr; gap: 14px; }
@media (min-width: 560px) { .sd-reasons { grid-template-columns: 1fr 1fr; } }
.sd-reason { display: flex; gap: 14px; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.sd-reason:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.sd-reason__icon { flex-shrink: 0; width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; background: linear-gradient(135deg, var(--accent), var(--accent-ink)); color: #fff; }
.sd-reason__icon .material-symbols-outlined { font-size: 24px; }
.sd-reason h3 { font-size: 15px; font-weight: 700; color: var(--ink); }
.sd-reason p { margin-top: 4px; font-size: 13.5px; line-height: 1.65; color: var(--ink-soft); }

/* Sticky booking card */
.sd-side { position: sticky; top: 92px; background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: 24px; overflow: hidden; }
.sd-side::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--accent), var(--accent-2)); }
.sd-side__price { padding-bottom: 18px; border-bottom: 1px dashed var(--line); }
.sd-side__label { font-size: 13px; color: var(--ink-faint); font-weight: 600; }
.sd-side__amount { font-family: "Shippori Mincho B1", serif; font-weight: 800; font-size: clamp(30px, 4vw, 40px); color: var(--accent-ink); }
.sd-side__from { font-size: 16px; color: var(--ink-soft); margin-left: 4px; }
.sd-side__alt { margin-top: 6px; font-size: 13px; color: var(--ink-faint); }
.sd-side__list { list-style: none; margin: 16px 0; padding: 0; }
.sd-side__list li { display: flex; align-items: center; gap: 10px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 14px; color: var(--ink-soft); }
.sd-side__list li:last-child { border-bottom: 0; }
.sd-side__list li > .material-symbols-outlined { color: var(--accent); font-size: 20px; }
.sd-side__list li b { margin-left: auto; color: var(--ink); font-weight: 700; }
.sd-side__cta { display: flex; flex-direction: column; gap: 10px; margin-top: 4px; }
.uform__submit, .sd-side__ghost {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 20px; border-radius: 13px; font-weight: 800; font-size: 15px; text-decoration: none; cursor: pointer; border: 1px solid transparent;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease), color .2s var(--ease);
}
.uform__submit { background: linear-gradient(135deg, var(--accent), var(--accent-ink)); color: #fff; box-shadow: var(--shadow-red); }
.uform__submit:hover { transform: translateY(-2px); box-shadow: 0 16px 34px -10px rgba(217,59,59,.55); }
.sd-side__ghost { background: var(--paper); color: var(--ink); border-color: var(--line-strong); }
.sd-side__ghost:hover { border-color: var(--accent); color: var(--accent-ink); }
.sd-side__trust { display: flex; gap: 8px; margin-top: 18px; }
.sd-side__trust div { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 4px; text-align: center; font-size: 11px; font-weight: 600; color: var(--ink-soft); }
.sd-side__trust .material-symbols-outlined { color: var(--accent); font-size: 22px; }
.sd-side__hotline { display: flex; align-items: center; gap: 12px; margin-top: 16px; padding: 14px; border-radius: 12px; background: var(--accent-tint); color: var(--accent-ink); text-decoration: none; transition: background .2s var(--ease); }
.sd-side__hotline:hover { background: color-mix(in srgb, var(--accent) 18%, #fff); }
.sd-side__hotline .material-symbols-outlined { font-size: 26px; }
.sd-side__hotline p { font-size: 12px; opacity: .85; }
.sd-side__hotline b { font-size: 16px; }

/* Mobile sticky booking bar */
.sd-mobilebar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 80;
  display: flex; align-items: center; gap: 14px;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: rgba(251,248,242,.96); border-top: 1px solid var(--line);
  box-shadow: 0 -8px 24px rgba(35,36,43,.1); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
}
.sd-mobilebar__price p { font-size: 11px; color: var(--ink-faint); font-weight: 600; }
.sd-mobilebar__price b { font-family: "Shippori Mincho B1", serif; font-size: 19px; color: var(--accent-ink); }
.sd-mobilebar > a {
  margin-left: auto; display: inline-flex; align-items: center; gap: 7px;
  padding: 13px 22px; border-radius: 12px; font-weight: 800; font-size: 15px; text-decoration: none; color: #fff;
  background: linear-gradient(135deg, var(--accent), var(--accent-ink)); box-shadow: var(--shadow-red);
}

/* ===================================================================
   BOOKING (tour list + filters + modals) — accent 金 gold
   Redefines the bk-* classes + CSS vars that used to live in the old
   home/styles.css, restyled in the Hinode system. Markup / JS untouched.
   =================================================================== */
body.page--booking { --ash: var(--ink-soft); --kin-soft: #e6d8a8; }

.bk-wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }

.bk-hero {
  position: relative; overflow: hidden;
  padding: clamp(40px, 6vw, 72px) 0 clamp(34px, 5vw, 56px);
  background: radial-gradient(115% 130% at 85% -10%, var(--accent-tint) 0%, transparent 60%), linear-gradient(180deg, #fff, var(--paper));
  border-bottom: 1px solid var(--line);
}
.bk-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 3px; background: linear-gradient(90deg, transparent, var(--accent) 25%, var(--accent-2) 55%, var(--accent) 80%, transparent); opacity: .5; }
.bk-hero::before { content: ""; position: absolute; inset: 0; z-index: 0; opacity: .5; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='96' viewBox='0 0 56 96'%3E%3Cg fill='none' stroke='%23c9a227' stroke-width='1' stroke-opacity='0.22'%3E%3Cpath d='M28 0v24M28 24 7 36M28 24l21 12M7 36v24M49 36v24M28 48 7 36M28 48l21-12M28 48v24M28 48 7 60M28 48l21 12M7 60l21 12M49 60 28 72M28 72v24'/%3E%3C/g%3E%3C/svg%3E"); background-size: 56px 96px;
}
.bk-hero .bk-wrap { position: relative; z-index: 1; }
.bk-eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: 12.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--accent); }
.bk-eyebrow::before { content: ""; width: 26px; height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--accent), var(--accent-2)); }
.bk-title { margin: 14px 0 0; font-family: "Shippori Mincho B1", serif; font-weight: 800; font-size: clamp(30px, 5vw, 50px); line-height: 1.14; color: var(--ink); }
.bk-title em { font-style: normal; background: linear-gradient(120deg, var(--accent), var(--accent-2)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.bk-rule { width: 68px; height: 4px; border-radius: 4px; margin: 18px 0 0; background: linear-gradient(90deg, var(--accent), var(--accent-2)); }
.bk-lead { margin: 16px 0 0; max-width: 60ch; font-size: clamp(15px, 2vw, 17px); line-height: 1.75; color: var(--ink-soft); }

/* Toolbar / filters */
.bk-toolbar { background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); padding: clamp(18px, 3vw, 26px); }
.bk-search { display: flex; align-items: center; gap: 8px; background: var(--paper); border: 1px solid var(--line-strong); border-radius: 13px; padding: 3px 6px 3px 15px; transition: border-color .2s var(--ease), box-shadow .2s var(--ease); }
.bk-search:focus-within { border-color: var(--accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 18%, transparent); }
.bk-search > .material-symbols-outlined { color: var(--accent); }
.bk-search input { flex: 1; min-width: 0; border: none; outline: none; background: transparent; font-family: inherit; font-size: 15px; color: var(--ink); padding: 11px 6px; }
.bk-search input::placeholder { color: var(--ink-faint); }
.bk-toolbar select { width: 100%; font-family: inherit; font-size: 14.5px; color: var(--ink); background: var(--paper); border: 1px solid var(--line-strong); border-radius: 12px; padding: 12px 14px; min-height: 46px; cursor: pointer; transition: border-color .2s var(--ease); }
.bk-toolbar select:focus { outline: none; border-color: var(--accent); }
.bk-reset { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 46px; padding: 0 16px; border-radius: 12px; font-family: inherit; font-weight: 700; font-size: 14px; cursor: pointer; background: var(--accent-tint); color: var(--accent-ink); border: 1px solid color-mix(in srgb, var(--accent) 25%, transparent); transition: background .2s var(--ease); }
.bk-reset:hover { background: color-mix(in srgb, var(--accent) 16%, #fff); }
.bk-reset .material-symbols-outlined { font-size: 19px; }

/* Filter pills (override inline .filter-pill) */
.page--booking .filter-pill { border-radius: 999px; font-weight: 600; background: var(--paper-2); color: var(--ink-soft); border: 1px solid var(--line); }
.page--booking .filter-pill:hover { border-color: var(--accent); color: var(--accent-ink); }
.page--booking .filter-pill.active { background: linear-gradient(135deg, var(--accent), var(--accent-ink)); color: #fff; border-color: transparent; box-shadow: var(--shadow-sm); }

/* Tour list — framed card wrapping the table (matches the en/vi .bg-white card) */
.bk-list {
  margin-top: 22px;
  background: var(--paper-2); border: 1px solid var(--line);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-sm);
  padding: 6px clamp(14px, 2.4vw, 24px) clamp(12px, 2vw, 20px);
  overflow: hidden;
}
.tour-table { width: 100%; }
.tour-table thead th { text-align: left; padding: 4px 16px 10px; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-faint); }
.tour-table thead th.text-center { text-align: center; }
.tour-row td { background: var(--paper-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 16px; vertical-align: middle; }
.tour-row td:first-child { border-left: 1px solid var(--line); border-top-left-radius: var(--radius); border-bottom-left-radius: var(--radius); }
.tour-row td:last-child { border-right: 1px solid var(--line); border-top-right-radius: var(--radius); border-bottom-right-radius: var(--radius); }
.tour-row { box-shadow: var(--shadow-sm); }
.tour-row:hover td { background: #fffdf7; }
.tour-row h3 { font-family: "Shippori Mincho B1", serif; font-weight: 700; font-size: 16px; color: var(--ink); }
.page--booking .price-tag { font-family: "Shippori Mincho B1", serif; font-size: 1.35rem; font-weight: 800; background: none; -webkit-text-fill-color: currentColor; color: var(--accent-ink); }
.service-badge { display: inline-flex; align-items: center; gap: 4px; padding: 3px 9px; border-radius: 999px; font-size: 11px; font-weight: 600; background: var(--sora-tint); color: var(--ai); }

/* action buttons */
.bk-act { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 11px; border: 1px solid transparent; cursor: pointer; transition: transform .2s var(--ease), background .2s var(--ease), color .2s var(--ease); }
.bk-act .material-symbols-outlined { font-size: 21px; }
.bk-act--ghost { background: var(--paper); border-color: var(--line-strong); color: var(--ink-soft); }
.bk-act--ghost:hover { border-color: var(--accent); color: var(--accent-ink); transform: translateY(-2px); }
.bk-act--solid { background: linear-gradient(135deg, var(--accent), var(--accent-ink)); color: #fff; box-shadow: var(--shadow-sm); }
.bk-act--solid:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.bk-btn-ghost, .bk-btn-solid { display: inline-flex; align-items: center; justify-content: center; padding: 9px 16px; border-radius: 11px; font-weight: 700; cursor: pointer; border: 1px solid transparent; transition: all .2s var(--ease); }
.bk-btn-ghost { background: var(--paper); border-color: var(--line-strong); color: var(--ink); }
.bk-btn-ghost:hover { border-color: var(--accent); color: var(--accent-ink); }
.bk-btn-solid { background: linear-gradient(135deg, var(--accent), var(--accent-ink)); color: #fff; box-shadow: var(--shadow-sm); }

/* mobile tour cards */
.tour-card { background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.tour-card h3 { font-family: "Shippori Mincho B1", serif; font-weight: 700; color: var(--ink); }
.tour-card img { border: 1px solid var(--line); }

/* pager */
.bk-pager { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px; margin-top: 34px; }
.bk-pager button, .bk-pager a { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; height: 42px; padding: 0 12px; border-radius: 11px; font-weight: 700; font-size: 14px; cursor: pointer; text-decoration: none; border: 1px solid var(--line); background: var(--paper-2); color: var(--ink); transition: all .2s var(--ease); }
.bk-pager button:hover, .bk-pager a:hover { border-color: var(--accent); color: var(--accent-ink); }
.bk-pager .active, .bk-pager button.active { background: linear-gradient(135deg, var(--accent), var(--accent-ink)); color: #fff; border-color: transparent; }

/* keep the 日数 (duration) column on one line */
.page--booking .tour-row td:nth-last-child(3) { white-space: nowrap; }

/* --- Normalise the alternate (en-us / vi-vn) booking markup to the JP look ---
   Those locales use raw Tailwind (red thead, red buttons, red pills) instead of
   the bk-* classes. Scoped overrides bring them onto the gold Hinode system
   without touching their markup or JS. */
/* en/vi: standalone search input gets the full framed look */
.page--booking #searchInput {
  border: 1px solid var(--line-strong); border-radius: 13px; background: var(--paper);
  color: var(--ink); padding: 13px 16px 13px 46px;
}
.page--booking #searchInput:focus { border-color: var(--accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 18%, transparent); outline: none; }
/* JP: input lives inside .bk-search (which is already the frame) → keep it bare */
.page--booking .bk-search #searchInput { border: none !important; background: transparent !important; box-shadow: none !important; padding: 11px 6px !important; }
.page--booking #durationFilter, .page--booking #priceFilter, .page--booking #serviceFilter {
  border: 1px solid var(--line-strong) !important; border-radius: 12px !important; background: var(--paper) !important; color: var(--ink) !important; min-height: 46px;
}
.page--booking #durationFilter:focus, .page--booking #priceFilter:focus, .page--booking #serviceFilter:focus { border-color: var(--accent) !important; }
.page--booking button[onclick="resetFilters()"] { background: var(--accent-tint) !important; color: var(--accent-ink) !important; border-radius: 12px; }
.page--booking button[onclick="resetFilters()"]:hover { background: color-mix(in srgb, var(--accent) 16%, #fff) !important; }
/* toolbar card + list frame + mobile tour-card surfaces (match JP radius) */
.page--booking .bg-white.rounded-xl { background: var(--paper-2) !important; border: 1px solid var(--line); box-shadow: var(--shadow-sm); border-radius: var(--radius-lg); }
/* the list wrapper (has overflow-hidden, no p-6) → inset rows like JP .bk-list */
.page--booking .bg-white.rounded-xl.overflow-hidden { padding: 6px clamp(14px, 2.4vw, 24px) clamp(12px, 2vw, 20px); }
/* table: separated card rows + neutral header */
.page--booking table { border-collapse: separate; border-spacing: 0 10px; }
.page--booking thead tr { background: none !important; }
.page--booking thead th { color: var(--ink-faint) !important; background: none !important; text-transform: uppercase; font-size: 12px !important; letter-spacing: .05em; font-weight: 700; padding: 2px 24px 10px !important; white-space: nowrap; }
.page--booking thead th.text-center { text-align: center; }
/* red → gold: duration pill + ghost/eye buttons (bg-primary/10) */
.page--booking [class*="bg-primary/10"] { background-color: var(--accent-tint) !important; color: var(--accent-ink) !important; }
.page--booking [class*="bg-primary/10"]:hover { background-color: var(--accent) !important; color: #fff !important; }
/* red → gold: solid primary buttons inside rows/cards */
.page--booking .tour-row button.bg-primary, .page--booking .tour-card button.bg-primary,
.page--booking .tour-row a.bg-primary, .page--booking .tour-card a.bg-primary {
  background-image: linear-gradient(135deg, var(--accent), var(--accent-ink)) !important;
  background-color: var(--accent) !important; color: #fff !important;
}
/* red → gold: standalone info icons (location / event) in rows & cards */
.page--booking .tour-row .material-symbols-outlined.text-primary,
.page--booking .tour-card .material-symbols-outlined.text-primary { color: var(--accent) !important; }

/* Modals — enhance shell (functional classes .modal/.modal-content kept) */
.page--booking .modal { background-color: rgba(20,30,44,.6); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); padding: 20px; }
.page--booking .modal-content { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); border: 1px solid var(--line); }
.page--booking .modal-content h2 { font-family: "Shippori Mincho B1", serif; color: var(--ink); }

/* Tour-detail modal body (built in JS → .tm-* classes) */
.tm-img { width: 100%; height: clamp(180px, 30vw, 270px); object-fit: cover; border-radius: var(--radius); margin-bottom: 20px; box-shadow: var(--shadow-md); border: 1px solid var(--line); }
.tm-facts { display: grid; grid-template-columns: 1fr; gap: 12px; margin-bottom: 22px; }
@media (min-width: 620px) { .tm-facts { grid-template-columns: repeat(3, 1fr); } }
.tm-fact { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border-radius: var(--radius); background: var(--accent-tint); border: 1px solid color-mix(in srgb, var(--accent) 22%, transparent); }
.tm-fact > .material-symbols-outlined { color: var(--accent-ink); font-size: 28px; flex-shrink: 0; }
.tm-fact small { display: block; font-size: 11.5px; font-weight: 600; color: var(--ink-soft); }
.tm-fact b { display: block; font-family: "Shippori Mincho B1", serif; font-size: 15px; color: var(--ink); margin-top: 1px; }
.tm-sec { margin-bottom: 24px; }
.tm-sec h3 { display: flex; align-items: center; gap: 8px; font-family: "Shippori Mincho B1", serif; font-size: 17px; font-weight: 700; color: var(--ink); margin-bottom: 12px; padding-bottom: 10px; border-bottom: 2px solid var(--accent-tint); }
.tm-sec h3 .material-symbols-outlined { font-size: 22px; }
.tm-item { display: flex; align-items: flex-start; gap: 10px; padding: 11px 14px; background: var(--paper); border: 1px solid var(--line); border-radius: 11px; margin-bottom: 8px; font-size: 14.5px; line-height: 1.65; color: var(--ink-soft); }
.tm-item > .material-symbols-outlined { font-size: 19px; margin-top: 1px; flex-shrink: 0; }
.tm-price { background: linear-gradient(135deg, var(--accent), var(--accent-ink)); color: #fff; border-radius: var(--radius-lg); padding: 24px; text-align: center; margin-bottom: 22px; box-shadow: var(--shadow-md); }
.tm-price__label { font-size: 13px; opacity: .9; }
.tm-price__main { font-family: "Shippori Mincho B1", serif; font-weight: 800; font-size: clamp(30px, 5vw, 40px); margin: 6px 0 16px; }
.tm-price__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.tm-price__cell { background: rgba(255,255,255,.14); border-radius: 12px; padding: 12px; }
.tm-price__cell small { font-size: 12px; opacity: .85; }
.tm-price__cell b { display: block; font-size: 16px; margin-top: 3px; }
.tm-actions { display: flex; flex-direction: column; gap: 10px; }
@media (min-width: 560px) { .tm-actions { flex-direction: row; } .tm-actions .uform__submit { flex: 1; } }
.tm-loading { text-align: center; padding: 60px 0; }
.tm-loading .spin { display: inline-block; width: 46px; height: 46px; border-radius: 50%; border: 4px solid var(--accent-tint); border-top-color: var(--accent); animation: tmspin .8s linear infinite; }
@keyframes tmspin { to { transform: rotate(360deg); } }
.tm-error { text-align: center; padding: 50px 0; color: var(--shu-deep); font-weight: 600; }

/* ===================================================================
   BUS RENTAL — professional B2B fleet catalogue. accent 空 sora blue.
   Page is raw-Tailwind + JS-rendered rows; chrome restyled via scoped
   overrides, list rows & detail modal use dedicated classes (rewritten
   JS templates). Markup hooks / JS / forms untouched.
   =================================================================== */
body.page--bus { --accent: #2f6f9e; --accent-2: #c9a227; --accent-tint: #e4eff7; --accent-ink: #245a82; }
body.page--bus { background: var(--paper); color: var(--ink); font-family: "Zen Kaku Gothic New","Plus Jakarta Sans",system-ui,sans-serif; }

/* Hero band */
.page--bus [class*="from-primary/10"].bg-gradient-to-br {
  background: radial-gradient(120% 130% at 82% -10%, var(--accent-tint) 0%, transparent 60%), linear-gradient(180deg, #fff, var(--paper)) !important;
  border-bottom: 1px solid var(--line); position: relative;
}
.page--bus [class*="from-primary/10"].bg-gradient-to-br::after { content:""; position:absolute; left:0; right:0; bottom:-1px; height:3px; background: linear-gradient(90deg, transparent, var(--accent) 25%, var(--accent-2) 55%, var(--accent) 80%, transparent); opacity:.5; }
.page--bus .inline-flex.bg-primary\/10 { background: rgba(47,111,158,.12) !important; }
.page--bus .inline-flex .text-primary { color: var(--accent) !important; }
.page--bus h1 { font-family: "Shippori Mincho B1", serif; color: var(--ink); }
/* warm the headline with a sora→gold gradient so the page shares the family palette.
   Use background-image (NOT the `background` shorthand, which would reset
   background-clip to border-box and paint a solid box over the text). */
.page--bus h1 .text-primary {
  background-image: linear-gradient(120deg, var(--accent), var(--accent-2));
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
/* Quick stats */
.page--bus [class*="from-primary/10"] .bg-white.rounded-xl,
.page--bus .bg-white.rounded-xl { background: var(--paper-2) !important; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.page--bus .text-3xl.font-black.text-primary { color: var(--accent) !important; font-family: "Shippori Mincho B1", serif; }

/* Sticky search + filters bar */
.page--bus .sticky.top-0.bg-white { background: rgba(251,248,242,.95) !important; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-sm); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.page--bus #searchInput { border: 1px solid var(--line-strong) !important; border-radius: 13px !important; background: var(--paper) !important; color: var(--ink); }
.page--bus #searchInput:focus { border-color: var(--accent) !important; box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 18%, transparent) !important; }
.page--bus #typeFilter, .page--bus #featureFilter, .page--bus #priceFilter { border: 1px solid var(--line-strong) !important; border-radius: 12px !important; background: var(--paper) !important; color: var(--ink) !important; }
.page--bus .filter-pill { border: 1px solid var(--line) !important; border-radius: 999px; background: var(--paper-2); color: var(--ink-soft); font-weight: 600; }
.page--bus .filter-pill:hover { border-color: var(--accent) !important; color: var(--accent-ink); }
.page--bus .filter-pill.active { background: linear-gradient(135deg, var(--accent), var(--accent-ink)) !important; color: #fff !important; border-color: transparent !important; box-shadow: var(--shadow-sm); }

/* List frame + table */
.page--bus .rounded-2xl.shadow-xl { background: var(--paper-2) !important; border: 1px solid var(--line); border-radius: var(--radius-lg) !important; box-shadow: var(--shadow-md); }
.page--bus .bus-table { border-collapse: separate; border-spacing: 0 10px; }
.page--bus .bus-table thead tr { background: none !important; }
.page--bus .bus-table thead th { color: var(--ink-faint) !important; text-transform: uppercase; font-size: 12px !important; letter-spacing: .04em; font-weight: 700; padding: 6px 24px 12px !important; white-space: nowrap; }
.page--bus .bus-table thead th.text-center { text-align: center; }
.page--bus .bus-row td { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); vertical-align: middle; }
.page--bus .bus-row td:first-child { border-left: 1px solid var(--line); border-top-left-radius: var(--radius); border-bottom-left-radius: var(--radius); }
.page--bus .bus-row td:last-child { border-right: 1px solid var(--line); border-top-right-radius: var(--radius); border-bottom-right-radius: var(--radius); }
.page--bus .bus-row { box-shadow: var(--shadow-sm); }
.page--bus .bus-row:hover td { background: #fbfcfe; }
.page--bus .bus-row .text-primary { color: var(--accent) !important; }
.page--bus .bus-name, .page--bus .bus-row .font-bold { font-family: "Shippori Mincho B1", serif; color: var(--ink); }
.page--bus .bus-price, .page--bus .text-primary.font-black { color: var(--accent-ink) !important; font-family: "Shippori Mincho B1", serif; }
/* feature chips inside rows/cards */
.page--bus .bus-feat, .page--bus [class*="bg-gray-100"].rounded { background: var(--accent-tint) !important; color: var(--accent-ink) !important; border-radius: 8px; font-weight: 600; }
/* action buttons (rendered): ghost = bg-gray-100, solid = bg-primary */
.page--bus button[class*="bg-gray-100"] { background: var(--paper) !important; border: 1px solid var(--line-strong) !important; color: var(--ink) !important; border-radius: 11px; }
.page--bus button[class*="bg-gray-100"]:hover { border-color: var(--accent) !important; color: var(--accent-ink) !important; background: var(--accent-tint) !important; }
.page--bus button.bg-primary { background-image: linear-gradient(135deg, var(--accent), var(--accent-ink)) !important; background-color: var(--accent) !important; border-radius: 11px; }
.page--bus #busCardView h3 { font-family: "Shippori Mincho B1", serif; color: var(--ink); }
.page--bus #busCardView .text-primary { color: var(--accent) !important; }

/* status badges */
.page--bus .badge-available { background: #e7f6ec; color: #1c7a3f; border: 1px solid #b7e2c6; }
.page--bus .badge-limited { background: #fdf1dd; color: #9a6412; border: 1px solid #f0d59a; }
.page--bus .badge-premium { background: var(--accent-tint); color: var(--accent-ink); border: 1px solid color-mix(in srgb, var(--accent) 25%, transparent); }
.page--bus .badge-vip { background: #f6e7c4; color: #7a5a12; border: 1px solid #e6d199; }

/* mobile bus cards */
.page--bus .buscard { background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); overflow: hidden; }
.page--bus .buscard .bus-name { font-size: 18px; }

/* Rental tips row → consistent sora/paper cards */
.page--bus [class*="from-blue-50"], .page--bus [class*="from-green-50"], .page--bus [class*="from-purple-50"] {
  background: var(--paper-2) !important; border: 1px solid var(--line); border-radius: var(--radius) !important; box-shadow: var(--shadow-sm);
}
.page--bus .feature-icon { width: 48px; height: 48px; border-radius: 13px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--accent), var(--accent-ink)) !important; }
.page--bus .feature-icon .material-symbols-outlined { font-size: 24px; }

/* Modals shell */
.page--bus .modal { background-color: rgba(20,30,44,.6); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); padding: 20px; }
.page--bus .modal-content { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); border: 1px solid var(--line); background: var(--paper-2); }
.page--bus .modal-content h2 { font-family: "Shippori Mincho B1", serif; color: var(--ink); }

/* Rental form (B2B) — sections, option cards, estimate */
.rform-sec { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(16px, 2.6vw, 24px); margin-bottom: 18px; }
.rform-sec__h { display: flex; align-items: center; gap: 8px; font-family: "Shippori Mincho B1", serif; font-size: 16px; font-weight: 700; color: var(--ink); margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.rform-sec__h .material-symbols-outlined { color: var(--accent); font-size: 22px; }
.opt-grid { display: grid; grid-template-columns: 1fr; gap: 10px; }
@media (min-width: 560px) { .opt-grid { grid-template-columns: 1fr 1fr; } }
.opt { display: flex; align-items: center; gap: 12px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper-2); cursor: pointer; transition: border-color .2s var(--ease), background .2s var(--ease); font-size: 14.5px; color: var(--ink); font-weight: 600; }
.opt:hover { border-color: var(--accent); }
.opt input[type="checkbox"] { width: 20px; height: 20px; accent-color: var(--accent); flex-shrink: 0; cursor: pointer; }
.opt:has(input:checked) { border-color: var(--accent); background: var(--accent-tint); }
.opt .material-symbols-outlined { color: var(--accent); font-size: 20px; }
.opt-note { margin-top: 12px; font-size: 12.5px; color: var(--ink-soft); display: flex; align-items: flex-start; gap: 6px; }
.opt-note .material-symbols-outlined { color: var(--accent); font-size: 17px; }
.opt-other { margin-top: 12px; display: none; }
.opt-other.show { display: block; }

.calc-card { background: linear-gradient(135deg, var(--accent-tint), #fff); border: 1px solid color-mix(in srgb, var(--accent) 25%, transparent); border-radius: var(--radius); padding: 18px 22px; margin: 4px 0 18px; }
.calc-card__row { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.calc-card__label { font-weight: 700; color: var(--ink); }
.calc-card__label small { display: block; font-weight: 500; font-size: 12px; color: var(--ink-soft); }
.calc-card__val { font-family: "Shippori Mincho B1", serif; font-weight: 800; font-size: 26px; color: var(--accent-ink); }
.calc-card__note { margin-top: 10px; font-size: 12px; color: var(--ink-soft); display: flex; gap: 6px; align-items: flex-start; }
.calc-card__note .material-symbols-outlined { font-size: 16px; color: var(--accent); }

/* ---- Professional B2B detail modal (rewritten viewBusDetail → .bd-*) ---- */
.bd-hero { position: relative; border-radius: var(--radius-lg) var(--radius-lg) 0 0; overflow: hidden; }
.bd-hero img { display: block; width: 100%; height: clamp(220px, 34vw, 320px); object-fit: cover; }
.bd-hero__scrim { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(11,16,26,.8), transparent 55%); }
.bd-hero__cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 28px 30px 20px; color: #fff; display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.bd-hero__cap h2 { font-family: "Shippori Mincho B1", serif; font-weight: 800; font-size: clamp(22px, 3.4vw, 32px); line-height: 1.1; }
.bd-hero__meta { margin-top: 8px; display: flex; flex-wrap: wrap; gap: 8px 14px; font-size: 13.5px; opacity: .92; }
.bd-hero__meta span { display: inline-flex; align-items: center; gap: 5px; }
.bd-hero__meta .material-symbols-outlined { font-size: 17px; }
.bd-close { position: absolute; top: 16px; right: 16px; z-index: 3; width: 42px; height: 42px; border-radius: 50%; border: none; cursor: pointer; display: grid; place-items: center; background: rgba(255,255,255,.9); color: var(--ink); box-shadow: var(--shadow-md); }
.bd-body { padding: clamp(22px, 3.5vw, 34px); }
.bd-sec { margin-bottom: 26px; }
.bd-sec h3 { display: flex; align-items: center; gap: 8px; font-family: "Shippori Mincho B1", serif; font-size: 17px; font-weight: 700; color: var(--ink); margin-bottom: 14px; padding-bottom: 10px; border-bottom: 2px solid var(--accent-tint); }
.bd-sec h3 .material-symbols-outlined { color: var(--accent); font-size: 22px; }
.bd-sec > p { font-size: 15px; line-height: 1.85; color: var(--ink-soft); }
.bd-specs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
@media (min-width: 640px) { .bd-specs { grid-template-columns: repeat(4, 1fr); } }
.bd-spec { text-align: center; padding: 18px 12px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.bd-spec .material-symbols-outlined { color: var(--accent); font-size: 26px; }
.bd-spec small { display: block; margin-top: 6px; font-size: 11.5px; color: var(--ink-faint); font-weight: 600; }
.bd-spec b { display: block; margin-top: 3px; font-size: 15px; color: var(--ink); font-family: "Shippori Mincho B1", serif; }
.bd-feats { display: grid; grid-template-columns: 1fr; gap: 10px; }
@media (min-width: 560px) { .bd-feats { grid-template-columns: 1fr 1fr; } }
.bd-feat { display: flex; align-items: center; gap: 10px; padding: 12px 14px; background: var(--paper); border: 1px solid var(--line); border-radius: 11px; font-size: 14px; color: var(--ink); }
.bd-feat .material-symbols-outlined { color: var(--matcha); font-size: 20px; }
.bd-pricebar { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; background: linear-gradient(135deg, var(--accent), var(--accent-ink)); color: #fff; border-radius: var(--radius-lg); padding: 22px 26px; box-shadow: var(--shadow-md); }
.bd-pricebar small { font-size: 13px; opacity: .9; }
.bd-pricebar .amt { font-family: "Shippori Mincho B1", serif; font-weight: 800; font-size: clamp(28px, 4.5vw, 38px); line-height: 1; margin-top: 4px; }
.bd-pricebar .amt span { font-size: 15px; font-weight: 600; opacity: .9; }
.bd-cta { display: inline-flex; align-items: center; gap: 8px; padding: 14px 26px; border-radius: 13px; border: none; cursor: pointer; font-family: inherit; font-weight: 800; font-size: 15px; color: var(--accent-ink); background: #fff; box-shadow: var(--shadow-sm); transition: transform .2s var(--ease); }
.bd-cta:hover { transform: translateY(-2px); }

/* On phones the product cards already carry their own frame — drop the outer
   list frame so the cards aren't a box-in-a-box and don't shrink. */
@media (max-width: 767px) {
  .page--booking .bk-list,
  .page--booking .bg-white.rounded-xl.overflow-hidden,
  .page--bus .rounded-2xl.shadow-xl {
    background: transparent !important; border: none !important; box-shadow: none !important; padding: 0 !important; border-radius: 0 !important;
  }
  .page--booking #tourCardView, .page--bus #busCardView { padding: 0 !important; }
}

/* ===================================================================
   Reveal helper for pages that don't load home/styles.css reveal
   (kept identical so behaviour matches the home page)
   =================================================================== */
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1 !important; transform: none !important; }
}
