.wabijin-qr-lp {
  --lp-ink: #2d2118;
  --lp-muted: #6f6257;
  --lp-pink: #a83224;
  --lp-deep-pink: #7f241c;
  --lp-blush: #ead0ca;
  --lp-gold: #b8872c;
  --lp-gold-soft: #ead9b8;
  --lp-ivory: #fbf6ee;
  --lp-paper: #fffdf8;
  --lp-matcha: #566f50;
  --lp-line: rgba(120, 82, 45, 0.18);
  --lp-shadow: 0 10px 24px rgba(72, 48, 31, 0.08);
  --lp-strong-shadow: 0 14px 28px rgba(95, 35, 25, 0.2);
  --lp-radius: 18px;
  --lp-serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", Georgia, serif;
  --lp-sans: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", system-ui, sans-serif;
  margin: 0;
  color: var(--lp-ink);
  background:
    linear-gradient(180deg, rgba(255, 241, 245, 0.9), rgba(255, 250, 243, 0.96) 420px),
    var(--lp-ivory);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  line-height: 1.75;
  padding-bottom: 86px;
}

.wabijin-qr-lp * {
  box-sizing: border-box;
}

.wabijin-qr-lp a {
  color: inherit;
}

.wabijin-qr-lp h1,
.wabijin-qr-lp h2,
.wabijin-qr-lp h3,
.wabijin-qr-lp p,
.wabijin-qr-lp li,
.wabijin-qr-lp a {
  overflow-wrap: anywhere;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-140%);
  border-radius: 999px;
  background: var(--lp-ink);
  color: #fff;
  padding: 10px 14px;
  text-decoration: none;
}

.skip-link:focus {
  transform: translateY(0);
}

.lp-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid rgba(247, 231, 180, 0.45);
  background: linear-gradient(180deg, rgba(121, 39, 50, 0.98), rgba(85, 30, 39, 0.98));
  color: #fff;
  padding: 10px 16px;
  backdrop-filter: blur(14px);
}

.lp-header-actions {
  display: flex;
  flex: 0 0 auto;
  min-width: 0;
  align-items: center;
  gap: 10px;
}

.lp-brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.lp-brand-mark {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(247, 231, 180, 0.82);
  border-radius: 50%;
  background: linear-gradient(145deg, #fff8e4, #f8d5df);
  color: var(--lp-deep-pink);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.lp-brand-copy {
  display: grid;
  min-width: 0;
  line-height: 1.2;
}

.lp-brand-name {
  font-size: 17px;
  font-weight: 700;
}

.lp-brand-sub {
  color: rgba(255, 255, 255, 0.76);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 11px;
}

.lp-header-cta {
  flex: 0 0 auto;
  border: 1px solid rgba(247, 231, 180, 0.78);
  border-radius: 999px;
  background: #fffdf8;
  color: var(--lp-deep-pink);
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  padding: 12px 18px;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(47, 32, 35, 0.24);
}

.lp-language-switcher {
  display: flex;
  flex: 0 1 auto;
  align-items: center;
  gap: 4px;
  max-width: 48vw;
  overflow: hidden;
  border: 1px solid rgba(247, 231, 180, 0.36);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.12);
  padding: 4px;
  font-family: Arial, "Helvetica Neue", sans-serif;
}

.lp-language-switcher a {
  display: inline-flex;
  min-width: 34px;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.lp-language-switcher a[aria-current="true"] {
  background: #fffdf8;
  color: var(--lp-deep-pink);
}

.lp-language-switcher a[data-status="planned"] {
  opacity: 0.72;
}

.lp-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(199, 154, 53, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 250, 243, 0.98), rgba(255, 239, 244, 0.94) 62%, rgba(247, 231, 180, 0.34)),
    url("/assets/asakusa-wabijin/images/page-pattern.svg");
  background-size: auto, 360px auto;
}

.lp-hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(199, 154, 53, 0.14) 1px, transparent 1px),
    linear-gradient(180deg, rgba(199, 154, 53, 0.1) 1px, transparent 1px);
  background-size: 28px 28px;
  content: "";
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 72%);
}

.lp-hero-inner {
  position: relative;
  display: grid;
  gap: 22px;
  box-sizing: border-box;
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 24px 18px 32px;
}

.lp-eyebrow,
.lp-section-kicker,
.lp-card-kicker,
.lp-plan-label {
  margin: 0;
  color: var(--lp-deep-pink);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lp-hero .lp-eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border: 1px solid rgba(199, 154, 53, 0.42);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.84);
  color: var(--lp-gold);
  padding: 7px 11px;
}

.lp-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.lp-hero-badges span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid rgba(199, 154, 53, 0.38);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.9);
  color: var(--lp-deep-pink);
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  padding: 8px 12px;
  box-shadow: 0 8px 18px rgba(91, 42, 52, 0.08);
}

.lp-hero-badges span:first-child {
  border-color: rgba(247, 231, 180, 0.64);
  background: linear-gradient(135deg, var(--lp-deep-pink), #b94366);
  color: #fff;
}

.lp-hero h1 {
  max-width: 680px;
  margin: 12px 0 0;
  color: var(--lp-deep-pink);
  font-size: 38px;
  font-weight: 800;
  line-height: 1.18;
}

.lp-nowrap {
  white-space: nowrap;
}

.lp-hero-lead {
  margin: 14px 0 0;
  color: var(--lp-ink);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
}

.lp-hero-sub {
  max-width: 620px;
  margin: 7px 0 0;
  color: var(--lp-muted);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

.lp-hero-sub span {
  display: block;
}

.lp-hero-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0 0;
}

.lp-hero-facts div {
  display: grid;
  gap: 2px;
  border: 1px solid rgba(199, 154, 53, 0.46);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.95), rgba(255, 248, 228, 0.72));
  padding: 12px 14px;
  box-shadow: 0 10px 26px rgba(91, 42, 52, 0.08);
}

.lp-hero-facts dt {
  margin: 0;
  color: var(--lp-gold);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.lp-hero-facts dd {
  margin: 0;
  color: var(--lp-ink);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.lp-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.lp-hero-tags li {
  border: 1px solid rgba(199, 154, 53, 0.34);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.78);
  color: var(--lp-deep-pink);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 9px 11px;
}

.lp-hero-actions,
.lp-final-actions {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.lp-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  padding: 14px 20px;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.lp-button:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.lp-button-primary {
  border: 1px solid rgba(247, 231, 180, 0.66);
  background: linear-gradient(135deg, var(--lp-deep-pink), var(--lp-pink));
  color: #fff;
  box-shadow: 0 15px 30px rgba(143, 40, 79, 0.28);
}

.lp-button-secondary {
  border: 1px solid rgba(199, 154, 53, 0.42);
  background: rgba(255, 253, 248, 0.9);
  color: var(--lp-deep-pink);
}

.lp-button-line {
  border: 1px solid rgba(86, 111, 80, 0.3);
  background: #f4fbef;
  color: #2f5a35;
}

.lp-button-map {
  border: 1px solid rgba(199, 154, 53, 0.4);
  background: #fff8e4;
  color: #6b4e16;
}

.lp-button-large {
  min-height: 60px;
  font-size: 18px;
}

.lp-hero-note {
  margin: 14px 0 0;
  color: var(--lp-muted);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

.lp-hero-cta-note {
  margin: 10px 0 0;
  color: var(--lp-deep-pink);
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.lp-hero-visual {
  min-height: 210px;
}

.lp-visual-frame {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  border: 1px solid rgba(199, 154, 53, 0.5);
  border-radius: 8px;
  background:
    linear-gradient(140deg, rgba(143, 40, 79, 0.42), rgba(216, 95, 134, 0.14)),
    linear-gradient(45deg, rgba(255, 248, 228, 0.62), rgba(255, 241, 245, 0.7)),
    url("/assets/asakusa-wabijin/images/hero-main.jpg");
  background-position: center;
  background-size: cover;
  box-shadow: var(--lp-shadow);
}

.lp-visual-frame::before,
.lp-visual-frame::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.5);
  content: "";
}

.lp-visual-frame::before {
  inset: 14px;
  border-radius: 6px;
}

.lp-visual-frame::after {
  right: 18px;
  bottom: 18px;
  width: 84px;
  height: 84px;
  border-radius: 3px;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.42), rgba(247, 231, 180, 0.34)),
    repeating-linear-gradient(45deg, transparent 0 8px, rgba(255, 255, 255, 0.26) 8px 10px);
  transform: rotate(45deg);
}

.lp-visual-label {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 1;
  border: 1px solid rgba(199, 154, 53, 0.44);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.86);
  color: var(--lp-deep-pink);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 10px 12px;
}

.lp-section {
  background: var(--lp-paper);
}

.lp-section:nth-of-type(odd) {
  background: #fff7f2;
}

.lp-section-inner {
  box-sizing: border-box;
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 54px 18px;
}

.lp-section h2,
.lp-final-cta h2 {
  margin: 8px 0 0;
  color: var(--lp-ink);
  font-size: 30px;
  font-weight: 800;
  line-height: 1.28;
}

.lp-section-lead {
  max-width: 720px;
  margin: 12px 0 0;
  color: var(--lp-muted);
  font-size: 17px;
  line-height: 1.8;
}

.lp-service-grid,
.lp-plan-grid,
.lp-reason-grid,
.lp-support-grid {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.lp-service-card,
.lp-plan-card,
.lp-reason-card,
.lp-support-card {
  border: 1px solid var(--lp-line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 12px 30px rgba(91, 42, 52, 0.08);
}

.lp-service-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.lp-service-art {
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 156px;
  background:
    linear-gradient(135deg, rgba(216, 95, 134, 0.24), rgba(247, 231, 180, 0.4)),
    url("/assets/asakusa-wabijin/images/gallery/kimono.jpg");
  background-position: center;
  background-size: cover;
}

.lp-service-art-tea {
  background:
    linear-gradient(135deg, rgba(86, 111, 80, 0.28), rgba(247, 231, 180, 0.44)),
    url("/assets/asakusa-wabijin/images/gallery/tea-ceremony.jpg");
  background-position: center;
  background-size: cover;
}

.lp-service-art-makeup {
  background:
    linear-gradient(135deg, rgba(143, 40, 79, 0.26), rgba(255, 241, 245, 0.62)),
    url("/assets/asakusa-wabijin/images/gallery/japanese-makeup.jpg");
  background-position: center;
  background-size: cover;
}

.lp-service-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.lp-service-body h3,
.lp-plan-card h3,
.lp-reason-card h3,
.lp-support-card h3 {
  margin: 5px 0 0;
  color: var(--lp-ink);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
}

.lp-service-body p:not(.lp-card-kicker),
.lp-reason-card p,
.lp-support-card p {
  margin: 10px 0 0;
  color: var(--lp-muted);
  font-size: 16px;
  line-height: 1.75;
}

.lp-mini-list {
  display: grid;
  gap: 6px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.lp-mini-list li {
  position: relative;
  padding-left: 18px;
  color: var(--lp-muted);
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 13px;
  line-height: 1.55;
}

.lp-mini-list li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lp-gold);
  content: "";
}

.lp-service-detail {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(199, 154, 53, 0.22);
}

.lp-service-detail h4 {
  margin: 0;
  color: var(--lp-ink);
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.lp-service-detail .lp-mini-list {
  margin-top: 8px;
}

.lp-service-time {
  display: grid;
  gap: 4px;
  margin-top: 14px;
  border: 1px solid rgba(199, 154, 53, 0.24);
  border-radius: 8px;
  background: rgba(255, 248, 228, 0.74);
  padding: 10px 12px;
}

.lp-service-time span {
  color: var(--lp-muted);
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.lp-service-time strong {
  color: var(--lp-deep-pink);
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 13px;
  line-height: 1.45;
}

.lp-service-actions {
  display: grid;
  gap: 10px;
  margin-top: auto;
  padding-top: 18px;
}

.lp-service-actions .lp-button {
  width: 100%;
  box-sizing: border-box;
  min-height: 46px;
  min-width: 0;
  padding: 12px 14px;
  font-size: 14px;
  white-space: normal;
  overflow-wrap: anywhere;
}

.lp-plans {
  background:
    linear-gradient(180deg, rgba(255, 247, 242, 0.92), rgba(255, 253, 248, 0.98)),
    url("/assets/asakusa-wabijin/images/page-pattern.svg");
  background-size: auto, 420px auto;
}

.lp-flow {
  background: #fff7f2;
}

.lp-flow-list {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.lp-flow-list li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  align-items: start;
  min-height: 64px;
  border: 1px solid rgba(199, 154, 53, 0.28);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.96);
  padding: 12px 14px;
  box-shadow: 0 10px 24px rgba(91, 42, 52, 0.07);
}

.lp-flow-list span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: var(--lp-gold);
  color: #fff;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.lp-flow-list strong {
  display: block;
  font-size: 17px;
  line-height: 1.35;
}

.lp-flow-body {
  min-width: 0;
}

.lp-flow-list p {
  margin: 5px 0 0;
  color: var(--lp-muted);
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.lp-flow-actions {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.lp-plan-card {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 20px;
}

.lp-plan-card-featured {
  border-color: rgba(199, 154, 53, 0.6);
  background: linear-gradient(180deg, #fffdf8, #fff4e0);
  box-shadow: 0 18px 42px rgba(143, 40, 79, 0.16);
}

.lp-plan-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  border-radius: 999px;
  background: var(--lp-gold);
  color: #fff;
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  padding: 8px 12px;
}

.lp-plan-head {
  padding-right: 58px;
}

.lp-plan-price {
  margin: 10px 0 0;
  color: var(--lp-deep-pink);
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.2;
}

.lp-plan-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp-plan-list li {
  position: relative;
  padding-left: 22px;
  color: var(--lp-muted);
  font-size: 15px;
  line-height: 1.7;
}

.lp-plan-list li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--lp-pink), var(--lp-gold));
  content: "";
}

.lp-plan-note {
  margin: -2px 0 0;
  color: var(--lp-muted);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 13px;
  line-height: 1.55;
}

.lp-seasonal-plan-grid {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.lp-seasonal-plan-card {
  overflow: hidden;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
  background: rgba(255, 253, 248, 0.96);
  box-shadow: var(--lp-shadow);
}

.lp-seasonal-plan-media {
  position: relative;
  min-height: 168px;
  background: linear-gradient(135deg, rgba(216, 95, 134, 0.24), rgba(247, 231, 180, 0.4));
}

.lp-seasonal-plan-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 168px;
  object-fit: cover;
}

.lp-seasonal-plan-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  border-radius: var(--lp-radius);
  background: var(--lp-deep-pink);
  color: #fff;
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  padding: 8px 12px;
}

.lp-seasonal-plan-body {
  display: grid;
  gap: 10px;
  padding: clamp(20px, 4vw, 26px);
}

.lp-seasonal-plan-body h3 {
  margin: 0;
  color: var(--lp-ink);
  font-size: clamp(24px, 5vw, 34px);
  line-height: 1.25;
}

.lp-seasonal-plan-summary {
  margin: 0;
  color: var(--lp-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
}

.lp-seasonal-plan-price {
  margin: 0;
  color: var(--lp-deep-pink);
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.2;
}

.lp-seasonal-plan-price span {
  font-size: 13px;
  font-weight: 800;
}

.lp-seasonal-plan-card-night .lp-seasonal-plan-media img {
  filter: saturate(0.82) brightness(0.86);
}

.lp-seasonal-plan-card-night .lp-seasonal-plan-badge,
.lp-seasonal-plan-card-night .lp-button-plan {
  border-color: rgba(43, 55, 77, 0.24);
  background: #2b374d;
}

.lp-seasonal-plan-card-night .lp-seasonal-plan-price {
  color: #2b374d;
}

.lp-button-plan {
  align-self: end;
  border: 1px solid rgba(143, 40, 79, 0.18);
  background: var(--lp-deep-pink);
  color: #fff;
  box-shadow: 0 12px 24px rgba(143, 40, 79, 0.22);
}

.lp-reasons {
  background: var(--lp-paper);
}

.lp-reason-card {
  padding: 20px;
}

.lp-support {
  background: #fff7f2;
}

.lp-support-card {
  display: grid;
  gap: 14px;
  padding: 20px;
}

.lp-support-card .lp-button {
  margin-top: auto;
}

.wabijin-qr-lp .lp-visit-info-grid {
  align-items: stretch;
}

.wabijin-qr-lp .lp-visit-info-card {
  gap: 10px;
  padding: 18px;
}

.wabijin-qr-lp .lp-visit-info-card h3 {
  margin: 0;
}

.wabijin-qr-lp .lp-visit-info-card p {
  margin: 0;
  color: #493238;
  font-size: 15px;
  line-height: 1.65;
}

.wabijin-qr-lp .lp-visit-info-card .lp-support-note {
  color: #6b4e16;
  font-weight: 800;
}

.wabijin-qr-lp .lp-support-map-button {
  width: 100%;
  min-height: 56px;
  box-sizing: border-box;
  border-radius: var(--lp-radius);
  background: #fff2cf;
  color: #6b4e16;
  box-shadow: 0 10px 22px rgba(107, 78, 22, 0.14);
}

.lp-reason-number {
  color: var(--lp-gold);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.lp-final-cta {
  background:
    linear-gradient(135deg, rgba(143, 40, 79, 0.92), rgba(216, 95, 134, 0.88)),
    url("/assets/asakusa-wabijin/images/page-pattern.svg");
  background-size: auto, 360px auto;
  color: #fff;
}

.lp-final-inner {
  box-sizing: border-box;
  width: min(940px, 100%);
  margin: 0 auto;
  padding: 54px 18px;
  text-align: center;
}

.lp-final-cta .lp-section-kicker,
.lp-final-cta h2,
.lp-final-cta p {
  color: #fff;
}

.lp-final-cta p {
  margin: 12px auto 0;
  max-width: 660px;
  font-size: 17px;
}

.lp-final-cta .lp-final-sub {
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 15px;
  opacity: 0.88;
}

.lp-final-actions {
  margin: 24px auto 0;
  max-width: 520px;
}

.lp-final-actions .lp-button-secondary {
  background: rgba(255, 253, 248, 0.96);
}

.lp-todo-list {
  display: grid;
  gap: 8px;
  max-width: 640px;
  margin: 24px auto 0;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(47, 32, 35, 0.18);
  color: rgba(255, 255, 255, 0.9);
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
}

.lp-footer {
  background: #2f2023;
  color: rgba(255, 255, 255, 0.86);
  padding: 28px 18px 104px;
  text-align: center;
}

.lp-footer p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
}

.lp-footer p + p {
  margin-top: 8px;
}

.lp-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 14px;
  max-width: 760px;
  margin: 14px auto 0;
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 13px;
}

.lp-footer-nav a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lp-mobile-reserve {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
  width: 100%;
  max-width: 100vw;
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) repeat(3, minmax(0, 0.8fr));
  gap: 8px;
  box-sizing: border-box;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255, 250, 243, 0.94);
  box-shadow: 0 -12px 28px rgba(91, 42, 52, 0.16);
  backdrop-filter: blur(14px);
}

.lp-mobile-reserve a {
  display: flex;
  min-width: 0;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(143, 40, 79, 0.18);
  border-radius: 8px;
  background: #fffdf8;
  color: var(--lp-deep-pink);
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
  padding: 8px 6px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(91, 42, 52, 0.12);
}

.lp-mobile-reserve a[data-action="reserve"] {
  background: linear-gradient(135deg, var(--lp-deep-pink), var(--lp-pink));
  color: #fff;
  font-size: 13px;
}

.lp-mobile-reserve a[data-action="line"] {
  color: #2f5a35;
  background: #f4fbef;
}

.lp-mobile-reserve a[data-action="map"] {
  color: #6b4e16;
  background: #fff8e4;
}

@media (max-width: 640px) {
  .lp-language-switcher {
    display: none;
  }
}

@media (max-width: 430px) {
  .lp-header {
    gap: 10px;
    padding: 10px 12px;
  }

  .lp-brand-mark {
    width: 38px;
    height: 38px;
    font-size: 20px;
  }

  .lp-brand-name {
    font-size: 15px;
  }

  .lp-header-actions {
    gap: 6px;
  }

  .lp-header-cta {
    padding: 11px 14px;
    font-size: 14px;
  }

  .lp-hero h1 {
    font-size: 32px;
  }

  .lp-hero-lead {
    font-size: 20px;
  }

  .lp-hero-facts dd {
    font-size: 16px;
  }
}

@media (min-width: 560px) {
  .lp-hero-facts {
    grid-template-columns: repeat(2, 1fr);
  }

  .lp-hero-actions,
  .lp-final-actions {
    grid-template-columns: 1fr 1fr;
  }

  .lp-final-actions .lp-button-large {
    grid-column: 1 / -1;
  }
}

@media (min-width: 769px) {
  .wabijin-qr-lp {
    padding-bottom: 0;
  }

  .lp-header {
    padding: 12px 28px;
  }

  .lp-hero-inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
    align-items: center;
    min-height: 650px;
    padding: 56px 28px;
  }

  .lp-hero h1 {
    font-size: 56px;
  }

  .lp-hero-lead {
    font-size: 25px;
  }

  .lp-hero-actions {
    max-width: 620px;
  }

  .lp-hero-visual,
  .lp-visual-frame {
    min-height: 430px;
  }

  .lp-section-inner {
    padding: 76px 28px;
  }

  .lp-section h2,
  .lp-final-cta h2 {
    font-size: 40px;
  }

  .lp-service-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .lp-flow-list {
    grid-template-columns: repeat(4, 1fr);
  }

  .lp-flow-list li {
    grid-template-columns: 1fr;
    align-content: start;
  }

  .lp-plan-grid {
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
  }

  .lp-plan-card-featured {
    transform: translateY(-10px);
  }

  .lp-reason-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .lp-support-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .lp-final-inner {
    padding: 78px 28px;
  }

  .lp-footer {
    padding-bottom: 34px;
  }

  .lp-mobile-reserve {
    display: none;
  }
}

@media (min-width: 1080px) {
  .lp-hero-inner {
    padding-right: 34px;
    padding-left: 34px;
  }

  .lp-hero h1 {
    font-size: 62px;
  }
}

/* Flyer LP alignment with the shared site design system. */
.wabijin-qr-lp {
  color: var(--lp-ink);
  font-family: var(--lp-sans);
  font-size: 16px;
  line-height: 1.78;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 9% 10%, rgba(239, 183, 192, 0.34), transparent 18rem),
    radial-gradient(circle at 92% 18%, rgba(185, 131, 52, 0.15), transparent 18rem),
    linear-gradient(180deg, rgba(255, 248, 240, 0.98), rgba(255, 241, 243, 0.76) 38%, rgba(255, 250, 244, 0.98)),
    url("/assets/asakusa-wabijin/images/page-pattern.svg");
  background-size: auto, auto, auto, 420px auto;
}

.lp-header {
  overflow: hidden;
  border-bottom: 1px solid rgba(246, 231, 189, 0.4);
  background:
    linear-gradient(180deg, rgba(111, 37, 43, 0.98), rgba(75, 28, 34, 0.98)),
    repeating-linear-gradient(35deg, rgba(255, 253, 248, 0.05) 0 1px, transparent 1px 11px);
  box-shadow: 0 10px 26px rgba(58, 24, 29, 0.16);
}

.lp-brand-mark {
  border-color: rgba(246, 231, 189, 0.86);
  border-radius: 50%;
  background: linear-gradient(145deg, #fff7dd, #f5cbd3);
  color: var(--lp-deep-pink);
  box-shadow: inset 0 0 0 2px rgba(255, 253, 248, 0.54);
}

.lp-brand-name,
.lp-hero h1,
.lp-section h2,
.lp-final-cta h2,
.lp-service-body h3,
.lp-plan-card h3,
.lp-reason-card h3,
.lp-support-card h3 {
  font-family: var(--lp-serif);
  letter-spacing: 0;
}

.lp-brand-name {
  color: #fffdf8;
}

.lp-brand-sub {
  color: rgba(255, 253, 248, 0.68);
}

.lp-header-cta {
  border-color: rgba(246, 231, 189, 0.76);
  border-radius: var(--lp-radius);
  background: linear-gradient(135deg, #c75567, #8e2f3a);
  color: #fffdf8;
  box-shadow: 0 10px 22px rgba(43, 15, 19, 0.25);
  white-space: nowrap;
}

.lp-language-switcher {
  border-color: rgba(246, 231, 189, 0.3);
  border-radius: var(--lp-radius);
}

.lp-language-switcher a {
  border-radius: calc(var(--lp-radius) - 2px);
}

.lp-hero {
  border-bottom-color: rgba(185, 131, 52, 0.22);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(255, 238, 241, 0.9) 58%, rgba(246, 231, 189, 0.32)),
    url("/assets/asakusa-wabijin/images/page-pattern.svg");
  background-position: center;
  background-size: cover, 420px auto;
}

.lp-hero::before {
  background:
    linear-gradient(90deg, rgba(185, 131, 52, 0.11) 1px, transparent 1px),
    linear-gradient(180deg, rgba(185, 131, 52, 0.08) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), transparent 72%);
}

.lp-eyebrow,
.lp-section-kicker,
.lp-card-kicker,
.lp-plan-label {
  color: var(--lp-gold);
  font-family: var(--lp-sans);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.lp-hero .lp-eyebrow {
  border-color: rgba(185, 131, 52, 0.32);
  border-radius: var(--lp-radius);
  background: rgba(255, 253, 248, 0.84);
}

.lp-hero-badges span {
  border-color: rgba(185, 131, 52, 0.26);
  border-radius: var(--lp-radius);
  background: rgba(255, 253, 248, 0.9);
  color: var(--lp-deep-pink);
  box-shadow: 0 8px 18px rgba(78, 39, 44, 0.08);
}

.lp-hero-badges span:first-child {
  border-color: rgba(246, 231, 189, 0.72);
  background: linear-gradient(135deg, #c75567, #8e2f3a);
}

.lp-hero h1 {
  color: var(--lp-deep-pink);
  font-weight: 800;
  line-height: 1.18;
}

.lp-hero-lead {
  color: var(--lp-ink);
  font-family: var(--lp-serif);
  font-weight: 700;
}

.lp-hero-sub,
.lp-hero-note,
.lp-section-lead,
.lp-service-body p:not(.lp-card-kicker),
.lp-reason-card p,
.lp-support-card p,
.lp-plan-list li,
.lp-plan-note {
  color: var(--lp-muted);
}

.lp-hero-facts div {
  border-color: rgba(185, 131, 52, 0.32);
  border-radius: var(--lp-radius);
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(255, 248, 240, 0.88));
  box-shadow: 0 10px 26px rgba(78, 39, 44, 0.08);
}

.lp-hero-facts dt {
  color: var(--lp-gold);
}

.lp-hero-tags li {
  border-color: rgba(185, 131, 52, 0.24);
  border-radius: var(--lp-radius);
  background: rgba(255, 253, 248, 0.78);
  color: var(--lp-deep-pink);
}

.lp-button {
  border-radius: var(--lp-radius);
  font-family: var(--lp-sans);
  letter-spacing: 0;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.lp-button:focus-visible,
.lp-header-cta:focus-visible,
.lp-brand:focus-visible,
.lp-mobile-reserve a:focus-visible {
  outline: 3px solid rgba(185, 131, 52, 0.44);
  outline-offset: 3px;
}

.wabijin-qr-lp a.lp-button-primary,
.wabijin-qr-lp a.lp-button-plan,
.wabijin-qr-lp .lp-mobile-reserve a[data-action="reserve"] {
  border-color: rgba(246, 231, 189, 0.72);
  background:
    linear-gradient(135deg, #c75567, #8e2f3a),
    repeating-linear-gradient(35deg, rgba(255, 253, 248, 0.08) 0 1px, transparent 1px 9px);
  color: #fffdf8;
  box-shadow: var(--lp-strong-shadow);
}

.wabijin-qr-lp a.lp-button-primary:hover,
.wabijin-qr-lp a.lp-button-plan:hover {
  color: #fffdf8;
  background: linear-gradient(135deg, #d16072, #7e2732);
}

.lp-hero-actions .lp-button,
.lp-final-actions .lp-button {
  width: 100%;
  min-width: 0;
}

.lp-button-secondary {
  border-color: rgba(185, 131, 52, 0.42);
  background: rgba(255, 253, 248, 0.9);
  color: var(--lp-deep-pink);
  box-shadow: none;
}

.lp-button-line {
  border-color: rgba(86, 111, 80, 0.3);
  background: #f4fbef;
  color: #2f5a35;
  box-shadow: none;
}

.lp-button-map {
  border-color: rgba(185, 131, 52, 0.34);
  background: #fff7e1;
  color: #6a4d17;
  box-shadow: none;
}

.lp-visual-frame {
  border-color: rgba(185, 131, 52, 0.34);
  border-radius: var(--lp-radius);
  background:
    linear-gradient(140deg, rgba(111, 37, 43, 0.28), rgba(183, 71, 91, 0.12)),
    linear-gradient(45deg, rgba(255, 248, 228, 0.58), rgba(255, 241, 245, 0.7)),
    url("/assets/asakusa-wabijin/images/hero-main.jpg");
  background-position: center;
  background-size: cover;
  box-shadow: var(--lp-shadow);
}

.lp-visual-frame::before {
  border-color: rgba(255, 253, 248, 0.46);
  border-radius: calc(var(--lp-radius) - 2px);
}

.lp-visual-frame::after {
  border-radius: calc(var(--lp-radius) - 4px);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.42), rgba(246, 231, 189, 0.26)),
    repeating-linear-gradient(45deg, transparent 0 8px, rgba(255, 253, 248, 0.24) 8px 10px);
}

.lp-visual-label {
  border-color: rgba(185, 131, 52, 0.34);
  border-radius: var(--lp-radius);
  color: var(--lp-deep-pink);
}

.lp-section {
  background: var(--lp-paper);
}

.lp-section:nth-of-type(odd),
.lp-flow,
.lp-support {
  background:
    linear-gradient(180deg, rgba(255, 241, 243, 0.6), rgba(255, 248, 240, 0.84));
}

.lp-plans {
  background:
    linear-gradient(180deg, rgba(255, 247, 242, 0.92), rgba(255, 253, 248, 0.98)),
    url("/assets/asakusa-wabijin/images/page-pattern.svg");
  background-size: auto, 420px auto;
}

.lp-section h2,
.lp-final-cta h2 {
  color: var(--lp-ink);
}

.lp-section-kicker::after {
  display: block;
  width: 72px;
  height: 2px;
  margin-top: 8px;
  background: linear-gradient(90deg, var(--lp-gold), rgba(185, 131, 52, 0));
  content: "";
}

.lp-service-card,
.lp-plan-card,
.lp-reason-card,
.lp-support-card,
.lp-flow-list li {
  border-color: rgba(185, 131, 52, 0.28);
  border-radius: var(--lp-radius);
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(255, 248, 240, 0.94));
  box-shadow: var(--lp-shadow);
}

.lp-service-art {
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 156px;
  background:
    linear-gradient(135deg, rgba(111, 37, 43, 0.2), rgba(246, 231, 189, 0.36)),
    url("/assets/asakusa-wabijin/images/gallery/kimono.jpg");
  background-position: center;
  background-size: cover;
}

.lp-service-art-tea {
  background:
    linear-gradient(135deg, rgba(86, 111, 80, 0.22), rgba(246, 231, 189, 0.38)),
    url("/assets/asakusa-wabijin/images/gallery/tea-ceremony.jpg");
  background-position: center;
  background-size: cover;
}

.lp-service-art-makeup {
  background:
    linear-gradient(135deg, rgba(111, 37, 43, 0.24), rgba(255, 241, 245, 0.66)),
    url("/assets/asakusa-wabijin/images/gallery/japanese-makeup.jpg");
  background-position: center;
  background-size: cover;
}

.lp-service-art {
  background-color: #f8e3dc;
}

.lp-service-art-photo {
  background:
    linear-gradient(135deg, rgba(47, 32, 35, 0.12), rgba(246, 231, 189, 0.34)),
    url("/assets/asakusa-wabijin/images/gallery/photo-spots.jpg");
  background-position: center;
  background-size: cover;
}

.lp-service-art-night {
  background:
    linear-gradient(135deg, rgba(24, 31, 48, 0.52), rgba(111, 37, 43, 0.18)),
    url("/assets/asakusa-wabijin/images/seasonal-yukata-night.jpg");
  background-position: center;
  background-size: cover;
}

.lp-flow-list span {
  background: linear-gradient(135deg, var(--lp-gold), #946326);
}

.lp-plan-card {
  padding: clamp(18px, 4vw, 24px);
}

.lp-plan-card-featured {
  border-color: rgba(185, 131, 52, 0.46);
  background: linear-gradient(180deg, #fffdf8, #fff4e0);
  box-shadow: 0 18px 42px rgba(119, 37, 50, 0.14);
}

.lp-plan-badge {
  border-radius: var(--lp-radius);
  background: var(--lp-gold);
}

.lp-plan-price {
  color: var(--lp-deep-pink);
}

.lp-plan-list li::before {
  background: linear-gradient(135deg, var(--lp-pink), var(--lp-gold));
}

.lp-final-cta {
  background:
    linear-gradient(135deg, rgba(111, 37, 43, 0.94), rgba(151, 53, 65, 0.9)),
    url("/assets/asakusa-wabijin/images/page-pattern.svg");
  background-size: auto, 360px auto;
}

.lp-final-actions .lp-button-secondary {
  background: rgba(255, 253, 248, 0.96);
  box-shadow: none;
}

.lp-todo-list {
  border-color: rgba(255, 253, 248, 0.24);
  border-radius: var(--lp-radius);
}

.lp-footer {
  background:
    linear-gradient(180deg, #4b1c22, #2f1b1f),
    repeating-linear-gradient(35deg, rgba(255, 253, 248, 0.04) 0 1px, transparent 1px 11px);
}

.lp-mobile-reserve {
  background: rgba(255, 250, 244, 0.96);
  box-shadow: 0 -12px 28px rgba(78, 39, 44, 0.16);
}

.lp-mobile-reserve a {
  border-color: rgba(185, 131, 52, 0.22);
  border-radius: var(--lp-radius);
  background: #fffdf8;
  color: var(--lp-deep-pink);
  box-shadow: 0 8px 18px rgba(78, 39, 44, 0.1);
  white-space: normal;
}

.lp-mobile-reserve a[data-action="line"] {
  color: #2f5a35;
  background: #f4fbef;
}

.lp-mobile-reserve a[data-action="map"] {
  color: #6a4d17;
  background: #fff7e1;
}

@media (max-width: 430px) {
  .lp-header {
    min-height: 64px;
  }

  .lp-brand {
    flex: 1 1 auto;
    max-width: calc(100vw - 122px);
  }

  .lp-brand-copy {
    max-width: calc(100vw - 184px);
  }

  .lp-brand-name,
  .lp-brand-sub {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lp-hero-inner {
    padding: 32px 18px 42px;
  }

  .lp-header-actions {
    flex: 0 0 auto;
    max-width: 96px;
    min-width: 0;
  }

  .lp-header-cta {
    padding: 10px 11px;
    font-size: 13px;
  }

  .lp-hero-actions,
  .lp-final-actions,
  .lp-hero-facts {
    grid-template-columns: 1fr;
  }

  .lp-hero h1 {
    font-size: 31px;
  }

  .lp-hero-lead {
    font-size: 19px;
  }

  .lp-section-inner,
  .lp-final-inner {
    padding-right: 18px;
    padding-left: 18px;
  }

  .lp-mobile-reserve {
    grid-template-columns: minmax(0, 1.7fr) repeat(3, minmax(0, 0.82fr));
    gap: 6px;
    padding-inline: 10px;
  }

  .lp-mobile-reserve a {
    min-height: 46px;
    font-size: 11px;
    padding: 7px 4px;
  }

  .lp-mobile-reserve a[data-action="reserve"] {
    font-size: 12px;
  }
}

@media (min-width: 769px) {
  .lp-header {
    padding: 12px 32px;
  }

  .lp-hero-inner {
    padding: 68px 34px;
  }

  .lp-section-inner {
    padding: 78px 34px;
  }

  .lp-plan-card-featured {
    transform: translateY(-8px);
  }
}

@media (max-width: 559px) {
  .lp-header {
    position: sticky;
    max-width: 100vw;
    justify-content: flex-start;
    padding-right: 10px;
    padding-left: 10px;
  }

  .lp-brand {
    flex: 1 1 auto;
    max-width: calc(100vw - 142px);
  }

  .lp-brand-copy {
    max-width: calc(100vw - 206px);
  }

  .lp-header-actions {
    position: absolute;
    top: 50%;
    right: 10px;
    flex: 0 0 auto;
    max-width: 88px;
    margin-left: auto;
    transform: translateY(-50%);
  }

  .lp-header-cta {
    display: none;
  }

  .lp-hero-facts {
    grid-template-columns: 1fr;
  }

  .lp-hero-facts dd {
    overflow-wrap: anywhere;
  }

  .lp-hero-sub span {
    display: inline;
  }

  .lp-mobile-reserve {
    grid-template-columns: 1fr;
    gap: 0;
    padding-right: 8px;
    padding-left: 8px;
  }

  .lp-mobile-reserve a:not([data-action="reserve"]) {
    display: none;
  }

  .lp-hero-sub,
  .lp-hero-sub span,
  .lp-hero-note {
    max-width: 340px;
    line-break: auto;
    overflow-wrap: normal;
    word-break: normal;
  }

  .wabijin-qr-lp h1,
  .wabijin-qr-lp h2,
  .wabijin-qr-lp h3,
  .wabijin-qr-lp p,
  .wabijin-qr-lp li,
  .wabijin-qr-lp dd,
  .wabijin-qr-lp a {
    line-break: anywhere;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}

/* LP polish aligned to the shared site design system. */
.wabijin-qr-lp {
  --color-bg: #fbf6ee;
  --color-surface: #fffdf8;
  --color-ink: #2d2118;
  --color-muted: #6f6257;
  --color-primary: #a83224;
  --color-primary-dark: #7f241c;
  --color-gold: #b8872c;
  --color-gold-soft: #ead9b8;
  --color-pink-soft: #ead0ca;
  --color-border: rgba(120, 82, 45, 0.18);
  --lp-ink: var(--color-ink);
  --lp-muted: var(--color-muted);
  --lp-pink: var(--color-primary);
  --lp-deep-pink: var(--color-primary-dark);
  --lp-blush: var(--color-pink-soft);
  --lp-gold: var(--color-gold);
  --lp-gold-soft: var(--color-gold-soft);
  --lp-ivory: var(--color-bg);
  --lp-paper: var(--color-surface);
  --lp-line: var(--color-border);
  --lp-shadow: 0 10px 24px rgba(72, 48, 31, 0.08);
  --lp-strong-shadow: 0 14px 28px rgba(95, 35, 25, 0.2);
  --lp-radius: 18px;
  color: var(--lp-ink);
  font-family: var(--lp-sans);
  font-size: 16px;
  line-height: 1.82;
  background:
    linear-gradient(180deg, rgba(255, 247, 239, 0.98), rgba(255, 242, 244, 0.74) 38%, rgba(255, 250, 244, 0.98)),
    repeating-linear-gradient(35deg, rgba(111, 37, 43, 0.035) 0 1px, transparent 1px 12px),
    url("/assets/asakusa-wabijin/images/page-pattern.svg"),
    var(--lp-ivory);
  background-size: auto, auto, 420px auto, auto;
}

.lp-header {
  min-height: 72px;
  border-bottom-color: rgba(240, 221, 176, 0.42);
  background:
    linear-gradient(180deg, rgba(111, 37, 43, 0.98), rgba(66, 23, 28, 0.98)),
    repeating-linear-gradient(35deg, rgba(255, 253, 248, 0.05) 0 1px, transparent 1px 11px);
  box-shadow: 0 10px 24px rgba(58, 24, 29, 0.15);
}

.lp-brand-mark {
  border-color: rgba(240, 221, 176, 0.82);
  background: linear-gradient(145deg, #fff7dc, #f5cbd1);
}

.lp-brand-name {
  font-size: 18px;
}

.lp-brand-sub {
  color: rgba(255, 253, 248, 0.68);
}

.lp-header-cta {
  min-height: 42px;
  border-color: rgba(240, 221, 176, 0.78);
  border-radius: var(--lp-radius);
  background:
    linear-gradient(135deg, #c65465, #8f2f3a),
    repeating-linear-gradient(35deg, rgba(255, 253, 248, 0.08) 0 1px, transparent 1px 9px);
  box-shadow: 0 10px 22px rgba(43, 15, 19, 0.25);
}

.lp-language-switcher {
  border-color: rgba(240, 221, 176, 0.28);
  border-radius: var(--lp-radius);
}

.lp-language-switcher a {
  border-radius: calc(var(--lp-radius) - 2px);
}

.lp-hero {
  border-bottom-color: rgba(169, 119, 46, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(255, 239, 242, 0.9) 58%, rgba(240, 221, 176, 0.26)),
    repeating-linear-gradient(35deg, rgba(111, 37, 43, 0.035) 0 1px, transparent 1px 12px),
    url("/assets/asakusa-wabijin/images/page-pattern.svg");
  background-position: center;
  background-size: auto, auto, 420px auto;
}

.lp-hero::before {
  opacity: 0.34;
}

.lp-hero-inner {
  width: min(1120px, 100%);
  gap: clamp(22px, 4vw, 42px);
}

.lp-hero h1 {
  max-width: 720px;
  color: var(--lp-deep-pink);
  font-size: clamp(36px, 7vw, 58px);
  line-height: 1.16;
}

.lp-hero-lead {
  color: var(--lp-ink);
  font-size: clamp(20px, 3vw, 25px);
  line-height: 1.45;
}

.lp-hero-sub,
.lp-hero-note,
.lp-section-lead,
.lp-service-body p:not(.lp-card-kicker),
.lp-reason-card p,
.lp-support-card p,
.lp-plan-list li,
.lp-plan-note {
  color: var(--lp-muted);
}

.lp-eyebrow,
.lp-section-kicker,
.lp-card-kicker,
.lp-plan-label,
.lp-hero-facts dt,
.lp-reason-number {
  color: var(--lp-gold);
}

.lp-hero .lp-eyebrow,
.lp-hero-badges span,
.lp-hero-tags li,
.lp-visual-label {
  border-color: rgba(169, 119, 46, 0.24);
  border-radius: var(--lp-radius);
  background: rgba(255, 253, 248, 0.86);
  box-shadow: none;
}

.lp-hero-badges span:first-child {
  border-color: rgba(240, 221, 176, 0.72);
  background: linear-gradient(135deg, #c65465, #8f2f3a);
  color: #fffdf8;
  box-shadow: 0 10px 22px rgba(111, 37, 43, 0.18);
}

.lp-hero-facts div {
  border-color: rgba(169, 119, 46, 0.24);
  border-radius: var(--lp-radius);
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(255, 248, 240, 0.9));
  box-shadow: 0 10px 22px rgba(78, 39, 44, 0.07);
}

.lp-button {
  min-height: 52px;
  border-radius: var(--lp-radius);
  font-family: var(--lp-sans);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  padding: 13px 18px;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.lp-button-large {
  min-height: 62px;
  font-size: 18px;
}

.wabijin-qr-lp a.lp-button-primary,
.wabijin-qr-lp a.lp-button-plan,
.wabijin-qr-lp .lp-mobile-reserve a[data-action="reserve"] {
  border-color: rgba(240, 221, 176, 0.74);
  background:
    linear-gradient(135deg, #c65465, #8f2f3a),
    repeating-linear-gradient(35deg, rgba(255, 253, 248, 0.08) 0 1px, transparent 1px 9px);
  color: #fffdf8;
  box-shadow: var(--lp-strong-shadow);
}

.wabijin-qr-lp a.lp-button-primary:hover,
.wabijin-qr-lp a.lp-button-plan:hover {
  background:
    linear-gradient(135deg, #d45d6e, #7d2631),
    repeating-linear-gradient(35deg, rgba(255, 253, 248, 0.08) 0 1px, transparent 1px 9px);
}

.lp-button-secondary {
  border-color: rgba(169, 119, 46, 0.34);
  color: var(--lp-deep-pink);
  background: rgba(255, 253, 248, 0.9);
}

.lp-button-line {
  border-color: rgba(69, 130, 76, 0.28);
}

.lp-button-map {
  border-color: rgba(169, 119, 46, 0.3);
}

.lp-visual-frame {
  border-color: rgba(169, 119, 46, 0.28);
  border-radius: var(--lp-radius);
  box-shadow: var(--lp-shadow);
}

.lp-visual-frame::before {
  border-color: rgba(255, 253, 248, 0.46);
}

.lp-visual-frame::after {
  opacity: 0.66;
}

.lp-section {
  background: var(--lp-paper);
}

.lp-section:nth-of-type(odd),
.lp-flow,
.lp-support {
  background:
    linear-gradient(180deg, rgba(255, 242, 244, 0.62), rgba(255, 248, 240, 0.86));
}

.lp-plans {
  background:
    linear-gradient(180deg, rgba(255, 247, 242, 0.92), rgba(255, 253, 248, 0.98)),
    repeating-linear-gradient(35deg, rgba(169, 119, 46, 0.04) 0 1px, transparent 1px 12px);
}

.lp-section-inner {
  width: min(1120px, 100%);
}

.lp-section h2,
.lp-final-cta h2 {
  color: var(--lp-ink);
  font-size: clamp(28px, 5vw, 40px);
  line-height: 1.28;
}

.lp-section-kicker::after {
  width: 56px;
  height: 1px;
  background: linear-gradient(90deg, rgba(169, 119, 46, 0.86), rgba(169, 119, 46, 0));
}

.lp-service-card,
.lp-plan-card,
.lp-reason-card,
.lp-support-card,
.lp-flow-list li {
  border-color: var(--lp-line);
  border-radius: var(--lp-radius);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(255, 248, 240, 0.94));
  box-shadow: var(--lp-shadow);
}

.lp-service-body,
.lp-plan-card,
.lp-reason-card,
.lp-support-card {
  padding: clamp(20px, 4vw, 26px);
}

.lp-service-body h3,
.lp-plan-card h3,
.lp-reason-card h3,
.lp-support-card h3 {
  color: var(--lp-ink);
  font-size: clamp(20px, 3vw, 24px);
}

.lp-mini-list li::before,
.lp-plan-list li::before {
  background: var(--lp-pink);
}

.lp-service-time {
  border-color: rgba(169, 119, 46, 0.2);
  border-radius: var(--lp-radius);
  background: rgba(255, 248, 228, 0.56);
}

.lp-services .lp-service-art {
  aspect-ratio: auto;
  height: clamp(132px, 36vw, 168px);
  min-height: 0;
}

.lp-service-summary {
  line-height: 1.65;
}

.lp-service-meta {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
}

.lp-service-meta div {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  border: 1px solid rgba(169, 119, 46, 0.18);
  border-radius: var(--lp-radius);
  background: rgba(255, 248, 228, 0.48);
  padding: 9px 10px;
}

.lp-service-meta dt,
.lp-service-meta dd {
  margin: 0;
  font-family: var(--lp-sans);
  line-height: 1.45;
}

.lp-service-meta dt {
  color: var(--lp-muted);
  font-size: 12px;
  font-weight: 800;
}

.lp-service-meta dd {
  color: var(--lp-deep-pink);
  font-size: 15px;
  font-weight: 900;
}

.lp-service-card-night {
  border-color: rgba(43, 55, 77, 0.24);
  background: linear-gradient(180deg, #fffdf8, #f7f2f4);
  box-shadow: 0 14px 32px rgba(43, 55, 77, 0.13);
}

.lp-service-card-night .lp-service-body {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(248, 242, 244, 0.98));
}

.lp-service-card-night .lp-service-body h3,
.lp-service-card-night .lp-service-meta dd {
  color: #2b374d;
}

.lp-service-card-night .lp-service-summary,
.lp-service-card-night .lp-mini-list li {
  color: #493238;
}

.lp-service-card-night .lp-service-meta div {
  border-color: rgba(43, 55, 77, 0.16);
  background: rgba(43, 55, 77, 0.05);
}

.lp-service-card-night .lp-service-meta dt {
  color: #6f5c61;
}

.lp-service-card-night .lp-mini-list li::before {
  background: #2b374d;
}

.lp-service-card-night .lp-button-secondary {
  border-color: rgba(43, 55, 77, 0.22);
  background: #fffdf8;
  color: #2b374d;
}

.wabijin-qr-lp .lp-plan-grid .lp-plan-card[data-plan-id="yukata-night"] {
  border-color: rgba(43, 55, 77, 0.22);
  background: linear-gradient(180deg, #fffdf8, #f7f2f4);
  box-shadow: 0 14px 32px rgba(43, 55, 77, 0.1);
}

.wabijin-qr-lp .lp-plan-grid .lp-plan-card[data-plan-id="yukata-night"] .lp-plan-badge {
  background: #2b374d;
}

.wabijin-qr-lp .lp-plan-grid .lp-plan-card[data-plan-id="yukata-night"] .lp-plan-price {
  color: #2b374d;
}

.lp-flow-list span {
  background: linear-gradient(135deg, var(--lp-gold), #8c5d22);
}

.lp-plan-card-featured {
  border-color: rgba(184, 72, 88, 0.38);
  background: linear-gradient(180deg, #fffdf8, #fff3f5);
  box-shadow: 0 18px 42px rgba(111, 37, 43, 0.14);
}

.lp-plan-badge {
  background: var(--lp-deep-pink);
}

.lp-plan-price {
  color: var(--lp-deep-pink);
}

.lp-final-cta {
  background: var(--lp-paper);
}

.wabijin-qr-lp .lp-final-inner {
  width: min(1120px, calc(100% - 40px));
  overflow: hidden;
  border: 1px solid rgba(240, 221, 176, 0.58);
  border-radius: var(--lp-radius);
  background:
    linear-gradient(135deg, rgba(111, 37, 43, 0.94), rgba(151, 53, 65, 0.9)),
    repeating-linear-gradient(35deg, rgba(255, 253, 248, 0.05) 0 1px, transparent 1px 11px);
  box-shadow: var(--lp-strong-shadow);
}

.lp-final-actions .lp-button-primary {
  min-height: 64px;
}

.lp-todo-list {
  border-color: rgba(255, 253, 248, 0.24);
  background: rgba(47, 32, 35, 0.16);
}

.lp-footer {
  background:
    linear-gradient(180deg, var(--color-wine-dark, #42171c), #2f1b1f),
    repeating-linear-gradient(35deg, rgba(255, 253, 248, 0.04) 0 1px, transparent 1px 11px);
}

.lp-mobile-reserve {
  background: rgba(255, 250, 244, 0.96);
  box-shadow: 0 -12px 28px rgba(78, 39, 44, 0.16);
}

.lp-mobile-reserve a {
  border-color: rgba(169, 119, 46, 0.2);
  border-radius: var(--lp-radius);
  background: #fffdf8;
  box-shadow: 0 8px 18px rgba(78, 39, 44, 0.1);
}

@media (min-width: 769px) {
  .lp-hero-inner {
    min-height: 640px;
    padding: 68px 34px;
  }

  .lp-plan-grid,
  .lp-service-grid,
  .lp-support-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lp-seasonal-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp-reason-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 769px) and (max-width: 1039px) {
  .lp-reason-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp-flow-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .lp-hero-inner,
  .lp-section-inner,
  .lp-final-inner {
    padding-right: 20px;
    padding-left: 20px;
  }

  .lp-section-inner,
  .lp-final-inner {
    padding-block: 50px;
  }

  .lp-section .lp-section-kicker,
  .lp-section h2 {
    margin-left: 8px;
  }

  .lp-hero h1 {
    font-size: 34px;
  }

  .lp-service-grid,
  .lp-plan-grid,
  .lp-seasonal-plan-grid,
  .lp-reason-grid,
  .lp-support-grid {
    gap: 18px;
  }

  .lp-hero-actions .lp-button,
  .lp-final-actions .lp-button,
  .lp-service-actions .lp-button,
  .lp-support-card .lp-button,
  .lp-plan-card .lp-button,
  .lp-seasonal-plan-card .lp-button {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .lp-hero-inner,
  .lp-section-inner,
  .lp-final-inner {
    padding-right: 18px;
    padding-left: 18px;
  }

  .lp-header {
    min-height: 64px;
  }

  .lp-brand-name {
    font-size: 16px;
  }

  .lp-hero h1 {
    font-size: 31px;
  }

  .lp-hero-lead {
    font-size: 19px;
  }

  .lp-mobile-reserve {
    right: 0;
    left: 0;
    grid-template-columns: 1fr;
    gap: 0;
    padding-right: 10px;
    padding-left: 10px;
  }

  .lp-mobile-reserve a:not([data-action="reserve"]) {
    display: none;
  }

  .lp-mobile-reserve a[data-action="reserve"] {
    min-height: 54px;
    font-size: 14px;
  }
}

/* QR flyer first-view emphasis. */
.wabijin-qr-lp .lp-hero {
  border-bottom: 0;
  background: var(--lp-paper);
}

.wabijin-qr-lp .lp-hero::before {
  display: none;
}

.wabijin-qr-lp .lp-hero::after {
  display: none;
}

.wabijin-qr-lp .lp-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 40px));
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.96), rgba(255, 241, 244, 0.86) 42%, rgba(255, 248, 240, 0.42) 64%, rgba(255, 228, 234, 0.12)),
    linear-gradient(180deg, rgba(255, 253, 248, 0.32), rgba(111, 37, 43, 0.14)),
    url("/assets/asakusa-wabijin/images/hero-main.jpg");
  background-position: center, center, 65% top;
  background-size: cover, cover, cover;
  box-shadow: none;
}

.wabijin-qr-lp .lp-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 690px;
}

.wabijin-qr-lp .lp-hero .lp-eyebrow {
  border: 0;
  background: transparent;
  color: #8c5d22;
  font-weight: 900;
  padding: 0;
}

.wabijin-qr-lp .lp-hero-badges {
  gap: 10px;
}

.wabijin-qr-lp .lp-hero-badges span {
  min-height: 38px;
  border-color: rgba(169, 119, 46, 0.36);
  background: rgba(255, 253, 248, 0.95);
  color: #6f252b;
  font-size: 15px;
  box-shadow: 0 9px 18px rgba(78, 39, 44, 0.08);
}

.wabijin-qr-lp .lp-hero-badges span:first-child {
  border-color: rgba(240, 221, 176, 0.86);
  background:
    linear-gradient(135deg, #c65465, #8f2f3a),
    repeating-linear-gradient(35deg, rgba(255, 253, 248, 0.08) 0 1px, transparent 1px 9px);
  color: #fffdf8;
}

.wabijin-qr-lp .lp-hero h1 {
  max-width: 720px;
  color: #6f252b;
  font-size: 38px;
  line-height: 1.14;
  text-shadow: 0 1px 0 rgba(255, 253, 248, 0.8);
}

.wabijin-qr-lp .lp-hero-lead {
  width: fit-content;
  margin-top: 14px;
  border-top: 1px solid rgba(169, 119, 46, 0.56);
  border-bottom: 1px solid rgba(169, 119, 46, 0.42);
  color: #6f252b;
  font-size: 22px;
  line-height: 1.38;
  padding: 10px 0 9px;
}

.wabijin-qr-lp .lp-hero-sub {
  max-width: 660px;
  color: #4a292e;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}

.wabijin-qr-lp .lp-hero-actions {
  margin-top: 20px;
}

.wabijin-qr-lp .lp-hero-actions .lp-button-primary {
  min-height: 66px;
  border-color: rgba(240, 221, 176, 0.86);
  background:
    linear-gradient(135deg, #cf5b6c, #8f2f3a),
    repeating-linear-gradient(35deg, rgba(255, 253, 248, 0.1) 0 1px, transparent 1px 9px);
  color: #fffdf8;
  font-size: 18px;
  box-shadow: 0 18px 34px rgba(111, 37, 43, 0.26);
}

.wabijin-qr-lp .lp-hero-actions .lp-button-secondary {
  min-height: 58px;
  border-color: rgba(169, 119, 46, 0.5);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(255, 248, 228, 0.82));
  color: #6f252b;
  font-size: 16px;
  font-weight: 900;
}

.wabijin-qr-lp .lp-hero-cta-note {
  display: inline-flex;
  max-width: 660px;
  border-left: 4px solid #b98334;
  background: rgba(255, 253, 248, 0.82);
  color: #6f252b;
  font-size: 15px;
  font-weight: 900;
  padding: 9px 12px;
}

.wabijin-qr-lp .lp-hero-facts {
  max-width: 640px;
  gap: 12px;
}

.wabijin-qr-lp .lp-hero-facts div {
  border-color: rgba(169, 119, 46, 0.38);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(255, 248, 240, 0.92));
  box-shadow: 0 10px 22px rgba(78, 39, 44, 0.09);
}

.wabijin-qr-lp .lp-hero-facts dt {
  color: #8c5d22;
  font-weight: 900;
}

.wabijin-qr-lp .lp-hero-facts dd {
  color: #6f252b;
  font-size: 19px;
  font-weight: 900;
}

.wabijin-qr-lp .lp-hero-tags li {
  border-color: rgba(169, 119, 46, 0.34);
  background: rgba(255, 253, 248, 0.88);
  color: #6f252b;
  font-size: 13px;
  font-weight: 900;
}

.wabijin-qr-lp .lp-hero-visual {
  align-self: stretch;
  display: none;
}

.wabijin-qr-lp .lp-visual-frame {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.72), rgba(255, 253, 248, 0.18) 28%, rgba(255, 253, 248, 0) 52%),
    linear-gradient(45deg, rgba(255, 248, 228, 0.22), rgba(255, 241, 245, 0.16)),
    url("/assets/asakusa-wabijin/images/hero-main.jpg");
  background-position: 65% top;
  background-size: cover;
  box-shadow: none;
  mask-image:
    linear-gradient(90deg, transparent 0, #000 18%, #000 100%),
    linear-gradient(180deg, transparent 0, #000 7%, #000 93%, transparent 100%);
  mask-composite: intersect;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0, #000 18%, #000 100%),
    linear-gradient(180deg, transparent 0, #000 7%, #000 93%, transparent 100%);
  -webkit-mask-composite: source-in;
}

.wabijin-qr-lp .lp-visual-frame::before,
.wabijin-qr-lp .lp-visual-frame::after,
.wabijin-qr-lp .lp-visual-label {
  display: none;
}

.wabijin-qr-lp .lp-mobile-reserve {
  z-index: 80;
  border-top: 1px solid rgba(169, 119, 46, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(255, 241, 244, 0.98));
}

.wabijin-qr-lp .lp-mobile-reserve a[data-action="reserve"] {
  min-height: 58px;
  border-color: rgba(240, 221, 176, 0.86);
  background:
    linear-gradient(135deg, #cf5b6c, #8f2f3a),
    repeating-linear-gradient(35deg, rgba(255, 253, 248, 0.1) 0 1px, transparent 1px 9px);
  color: #fffdf8;
  font-size: 15px;
  box-shadow: 0 12px 26px rgba(111, 37, 43, 0.24);
}

@media (min-width: 560px) {
  .wabijin-qr-lp .lp-hero-actions {
    grid-template-columns: minmax(0, 1.35fr) minmax(170px, 0.65fr);
  }
}

@media (min-width: 769px) {
  .wabijin-qr-lp .lp-hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
    min-height: 640px;
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .wabijin-qr-lp .lp-hero h1 {
    font-size: 58px;
  }

  .wabijin-qr-lp .lp-hero-lead {
    font-size: 28px;
  }

  .wabijin-qr-lp .lp-hero-sub {
    font-size: 18px;
  }

  .wabijin-qr-lp .lp-visual-frame {
    min-height: 452px;
  }
}

@media (min-width: 1080px) {
  .wabijin-qr-lp .lp-hero h1 {
    font-size: 64px;
  }

  .wabijin-qr-lp .lp-hero::after {
    font-size: 172px;
  }
}

@media (max-width: 768px) {
  .wabijin-qr-lp .lp-hero {
    background-position: center;
  }

  .wabijin-qr-lp .lp-hero-inner {
    background-position: center, center, 64% top;
  }

  .wabijin-qr-lp .lp-hero::after {
    top: 82px;
    left: 18px;
    font-size: 86px;
  }

  .wabijin-qr-lp .lp-hero-inner {
    gap: 18px;
    padding-top: 22px;
    padding-bottom: 28px;
  }

  .wabijin-qr-lp .lp-hero-badges {
    gap: 7px;
    margin-top: 10px;
  }

  .wabijin-qr-lp .lp-hero-badges span {
    min-height: 34px;
    font-size: 13px;
    padding: 8px 10px;
  }

  .wabijin-qr-lp .lp-hero h1 {
    margin-top: 11px;
    font-size: 34px;
  }

  .wabijin-qr-lp .lp-hero-lead {
    width: 100%;
    margin-top: 12px;
    font-size: clamp(13px, 4.25vw, 21px);
    line-break: strict;
    overflow-wrap: normal;
    padding: 8px 0;
    white-space: nowrap;
    word-break: keep-all;
  }

  .wabijin-qr-lp .lp-hero-lead .lp-nowrap {
    display: inline;
    white-space: nowrap;
  }

  .wabijin-qr-lp .lp-hero-sub {
    max-width: none;
    font-size: 16px;
    line-height: 1.62;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .wabijin-qr-lp .lp-hero-sub span {
    display: block;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .wabijin-qr-lp .lp-hero-actions {
    gap: 9px;
    margin-top: 14px;
  }

  .wabijin-qr-lp .lp-hero-actions .lp-button-primary {
    min-height: 60px;
    font-size: 17px;
    padding: 14px 16px;
  }

  .wabijin-qr-lp .lp-hero-actions .lp-button-secondary {
    min-height: 52px;
    font-size: 16px;
  }

  .wabijin-qr-lp .lp-hero-cta-note {
    display: block;
    width: 100%;
    font-size: 14px;
    line-break: anywhere;
    overflow-wrap: anywhere;
    padding: 8px 10px;
  }

  .wabijin-qr-lp .lp-hero-facts {
    gap: 8px;
    margin-top: 12px;
  }

  .wabijin-qr-lp .lp-hero-facts div {
    padding: 10px 12px;
  }

  .wabijin-qr-lp .lp-hero-facts dd {
    font-size: 17px;
  }

  .wabijin-qr-lp .lp-hero-tags {
    gap: 6px;
    margin-top: 12px;
  }

  .wabijin-qr-lp .lp-hero-tags {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wabijin-qr-lp .lp-hero-tags li {
    justify-content: center;
    min-width: 0;
    font-size: 12px;
    padding: 8px 9px;
    text-align: center;
  }

  .wabijin-qr-lp .lp-hero-tags li:last-child {
    grid-column: 1 / -1;
  }

  .wabijin-qr-lp .lp-hero-note {
    margin-top: 10px;
    font-size: 12px;
  }

  .wabijin-qr-lp .lp-hero-visual,
  .wabijin-qr-lp .lp-visual-frame {
    min-height: 172px;
  }

  .wabijin-qr-lp .lp-mobile-reserve {
    grid-template-columns: 1fr;
    padding: 9px 10px calc(9px + env(safe-area-inset-bottom));
  }

  .wabijin-qr-lp .lp-mobile-reserve a:not([data-action="reserve"]) {
    display: none;
  }
}

@media (max-width: 430px) {
  .wabijin-qr-lp .lp-hero-inner {
    width: calc(100% - 36px);
    padding-top: 18px;
    padding-bottom: 24px;
  }

  .wabijin-qr-lp .lp-final-inner {
    width: calc(100% - 36px);
  }

  .wabijin-qr-lp .lp-hero h1 {
    font-size: 32px;
  }

  .wabijin-qr-lp .lp-hero-lead {
    font-size: clamp(13px, 4.25vw, 18px);
  }

  .wabijin-qr-lp .lp-hero-actions .lp-button-primary {
    font-size: 16px;
  }

  .wabijin-qr-lp .lp-mobile-reserve a[data-action="reserve"] {
    min-height: 56px;
    font-size: 14px;
  }
}

.wabijin-qr-lp .lp-plan-card {
  align-content: start;
}

.wabijin-qr-lp .lp-plan-badge {
  position: static;
  justify-self: start;
  width: fit-content;
  max-width: 100%;
  border-radius: var(--lp-radius);
  white-space: normal;
}

.wabijin-qr-lp .lp-plan-head {
  padding-right: 0;
}

.wabijin-qr-lp .lp-plan-tax {
  margin: 6px 0 0;
  color: var(--lp-muted);
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
}

.wabijin-qr-lp .lp-plan-card .lp-plan-note {
  margin: 0;
  font-family: var(--lp-sans);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.65;
}

.wabijin-qr-lp .lp-plan-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wabijin-qr-lp .lp-plan-tags li {
  border: 1px solid rgba(169, 119, 46, 0.24);
  border-radius: var(--lp-radius);
  background: rgba(255, 253, 248, 0.84);
  color: var(--lp-ink);
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  padding: 8px 10px;
}

.wabijin-qr-lp .lp-plan-todo {
  margin: 0;
  border: 1px solid rgba(169, 119, 46, 0.34);
  border-radius: var(--lp-radius);
  background: #fff8e4;
  color: var(--lp-deep-pink);
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
  padding: 10px 12px;
}

.wabijin-qr-lp .lp-payment-note,
.wabijin-qr-lp .lp-assurance-tags {
  margin-top: 18px;
}

.wabijin-qr-lp .lp-plan-card .lp-button-plan {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.wabijin-qr-lp .lp-plan-actions {
  display: grid;
  gap: 10px;
  margin-top: auto;
}

.wabijin-qr-lp .lp-plan-card .lp-plan-actions .lp-subtle-link {
  width: 100%;
  min-height: 48px;
  margin-top: 0;
}

.wabijin-qr-lp .lp-subtle-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 14px;
}

.wabijin-qr-lp .lp-subtle-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(169, 119, 46, 0.34);
  border-radius: var(--lp-radius);
  background: rgba(255, 253, 248, 0.78);
  color: var(--lp-deep-pink);
  font-family: var(--lp-sans);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
}

.wabijin-qr-lp .lp-subtle-link:hover {
  border-color: rgba(169, 119, 46, 0.52);
  background: rgba(255, 248, 228, 0.74);
  text-decoration: none;
}

.wabijin-qr-lp .lp-service-actions .lp-subtle-link,
.wabijin-qr-lp .lp-plan-card .lp-subtle-link,
.wabijin-qr-lp .lp-visit-info-card .lp-subtle-link {
  justify-self: start;
}

.wabijin-qr-lp .lp-plan-card .lp-subtle-link,
.wabijin-qr-lp .lp-visit-info-card .lp-subtle-link {
  margin-top: auto;
}

.wabijin-qr-lp .lp-service-card-night .lp-subtle-link {
  min-height: 44px;
  border-color: rgba(43, 55, 77, 0.24);
  background: rgba(43, 55, 77, 0.06);
  color: #2b374d;
}

.wabijin-qr-lp .lp-service-card-night .lp-subtle-link:hover {
  border-color: rgba(43, 55, 77, 0.34);
  background: rgba(43, 55, 77, 0.1);
}

.wabijin-qr-lp .lp-service-included {
  margin-top: 12px;
}

.wabijin-qr-lp .lp-payment-summary {
  display: grid;
  gap: 4px;
  margin-top: 8px;
}

.wabijin-qr-lp .lp-payment-summary p {
  margin: 0;
  color: #493238;
  font-size: 13px;
  line-height: 1.6;
}

.wabijin-qr-lp .lp-faq-mini-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.wabijin-qr-lp .lp-faq-mini-item {
  border: 1px solid rgba(169, 119, 46, 0.22);
  border-radius: var(--lp-radius);
  background: rgba(255, 253, 248, 0.92);
  padding: 14px;
  box-shadow: 0 8px 20px rgba(78, 39, 44, 0.06);
}

.wabijin-qr-lp .lp-faq-mini-item h3 {
  margin: 0;
  color: var(--lp-deep-pink);
  font-size: 16px;
  line-height: 1.45;
}

.wabijin-qr-lp .lp-faq-mini-item p {
  margin: 6px 0 0;
  color: var(--lp-muted);
  font-family: var(--lp-sans);
  font-size: 14px;
  line-height: 1.65;
}

.wabijin-qr-lp .lp-faq-links .lp-button-primary {
  flex: 1 1 260px;
}

@media (min-width: 720px) {
  .wabijin-qr-lp .lp-faq-mini-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.lp-gallery-preview {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(255, 242, 244, 0.7)),
    repeating-linear-gradient(35deg, rgba(169, 119, 46, 0.04) 0 1px, transparent 1px 12px);
}

.lp-gallery-preview-head {
  display: grid;
  gap: 18px;
}

.lp-gallery-preview-link {
  align-self: end;
}

.lp-photo-strip {
  display: grid;
  gap: 14px;
  max-width: 100%;
  min-width: 0;
  margin-top: 28px;
}

.lp-photo-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(255, 248, 240, 0.94));
  box-shadow: var(--lp-shadow);
}

.lp-photo-card figure {
  display: grid;
  height: 100%;
  margin: 0;
}

.lp-photo-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(111, 37, 43, 0.12), rgba(240, 221, 176, 0.26)),
    var(--lp-paper);
}

.lp-photo-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wabijin-qr-lp .lp-photo-card[data-photo-category="shop-changing-space"] img,
.gallery-page .gallery-card[data-photo-category="shop-changing-space"] img {
  object-position: 50% 50%;
}

.wabijin-qr-lp .lp-photo-card[data-photo-category="kimono"] img,
.gallery-page .gallery-card[data-photo-category="kimono"] img {
  object-position: 56% 46%;
}

.gallery-page .gallery-card[data-photo-category="obi-hair-accessories"] img {
  object-position: 52% 42%;
}

.wabijin-qr-lp .lp-photo-card[data-photo-category="tea-ceremony"] img,
.gallery-page .gallery-card[data-photo-category="tea-ceremony"] img {
  object-position: 50% 58%;
}

.gallery-page .gallery-card[data-photo-category="matcha-wagashi"] img {
  object-position: 50% 58%;
}

.wabijin-qr-lp .lp-photo-card[data-photo-category="japanese-makeup"] img,
.gallery-page .gallery-card[data-photo-category="japanese-makeup"] img {
  object-position: 58% 40%;
}

.wabijin-qr-lp .lp-photo-card[data-photo-category="couple"] img,
.gallery-page .gallery-card[data-photo-category="couple"] img {
  object-position: 50% 46%;
}

.gallery-page .gallery-card[data-photo-category="asakusa-walk"] img {
  object-position: 58% 48%;
}

.gallery-page .gallery-card[data-photo-category="photo-spots"] img {
  object-position: 58% 50%;
}

.wabijin-qr-lp .lp-photo-card[data-photo-category="night-plan"] img,
.gallery-page .gallery-card[data-photo-category="night-plan"] img {
  object-position: 58% 50%;
}

.gallery-page .gallery-card[data-photo-category="anniversary"] img {
  object-position: 58% 44%;
}

.lp-photo-card figcaption {
  display: grid;
  gap: 6px;
  padding: 16px;
}

.lp-photo-card figcaption span {
  color: var(--lp-ink);
  font-family: var(--lp-sans);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.lp-photo-card figcaption small {
  color: var(--lp-gold);
  font-family: var(--lp-sans);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.lp-photo-card figcaption p,
.lp-gallery-note {
  margin: 0;
  color: var(--lp-muted);
  font-family: var(--lp-sans);
  font-size: 13px;
  line-height: 1.6;
}

.lp-gallery-note {
  max-width: 100%;
  margin-top: 14px;
  line-break: anywhere;
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media (min-width: 769px) {
  .lp-gallery-preview-head {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
  }

  .lp-photo-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .lp-gallery-preview-link {
    width: 100%;
  }

  .lp-photo-strip {
    display: flex;
    width: 100%;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding-bottom: 8px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .lp-photo-card {
    flex: 0 0 min(78vw, 300px);
    scroll-snap-align: start;
  }

  .lp-gallery-note {
    width: min(100%, calc(100vw - 40px));
  }
}

@media (max-width: 768px) {
  .wabijin-qr-lp .lp-hero-inner,
  .wabijin-qr-lp .lp-hero-copy {
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
  }

  .wabijin-qr-lp .lp-hero-sub,
  .wabijin-qr-lp .lp-hero-sub span,
  .wabijin-qr-lp .lp-hero-cta-note {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  .wabijin-qr-lp .asakusa-hero__cta-note {
    gap: 0;
  }

  .wabijin-qr-lp .asakusa-hero__cta-note span {
    display: flex;
    width: 100%;
  }

  .wabijin-qr-lp .asakusa-hero__cta-note span + span {
    margin-top: 8px;
  }
}

.wabijin-qr-lp .lp-final-cta {
  background:
    linear-gradient(180deg, rgba(255, 247, 242, 0.94), rgba(255, 253, 248, 0.98)),
    url("/assets/asakusa-wabijin/images/page-pattern.svg");
  background-size: auto, 420px auto;
}

.wabijin-qr-lp .lp-final-inner {
  width: min(760px, calc(100% - 40px));
  border: 1px solid rgba(169, 119, 46, 0.28);
  border-radius: var(--lp-radius);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(255, 248, 240, 0.96));
  color: var(--lp-ink);
  padding: 34px 22px;
  text-align: center;
  box-shadow: 0 16px 34px rgba(78, 39, 44, 0.12);
}

.wabijin-qr-lp .lp-final-inner .lp-section-kicker {
  color: var(--lp-gold);
}

.wabijin-qr-lp .lp-final-inner h2 {
  color: var(--lp-deep-pink);
}

.wabijin-qr-lp .lp-final-inner p {
  max-width: 620px;
  color: var(--lp-ink);
  font-family: var(--lp-sans);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.75;
}

.lp-contact-list {
  display: grid;
  gap: 12px;
  max-width: 640px;
  margin: 20px auto 0;
}

.lp-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.lp-contact-button {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 11px;
  min-width: 0;
  align-items: center;
  min-height: 70px;
  border: 1px solid rgba(169, 119, 46, 0.28);
  border-radius: var(--lp-radius);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.99), rgba(255, 248, 240, 0.92));
  color: var(--lp-ink);
  padding: 11px 12px;
  text-align: left;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(78, 39, 44, 0.08);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.lp-contact-button:hover {
  border-color: rgba(143, 40, 79, 0.28);
  color: var(--lp-ink);
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(78, 39, 44, 0.12);
}

.lp-contact-button:focus-visible {
  outline: 3px solid rgba(185, 131, 52, 0.44);
  outline-offset: 3px;
}

.lp-contact-button-phone {
  grid-template-columns: 44px minmax(0, 1fr);
  min-height: 70px;
  border-color: rgba(143, 40, 79, 0.26);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 1), rgba(255, 241, 244, 0.96));
  box-shadow: 0 12px 26px rgba(111, 37, 43, 0.12);
}

.lp-contact-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #fff3f5;
  color: var(--lp-deep-pink);
}

.lp-contact-button-phone .lp-contact-icon {
  width: 42px;
  height: 42px;
}

.lp-contact-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.lp-contact-icon .lp-contact-icon-mark {
  fill: none;
  stroke: #fffdf8;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.lp-contact-icon-phone {
  background: #7a2730;
  color: #fffdf8;
}

.lp-contact-icon-line,
.lp-contact-icon-wechat {
  background: #22a83a;
  color: #fffdf8;
}

.lp-contact-icon-instagram {
  background: linear-gradient(135deg, #f4a04f, #c43d72 52%, #6f3fc7);
  color: #fffdf8;
}

.lp-contact-icon-whatsapp {
  background: #18a957;
  color: #fffdf8;
}

.lp-contact-icon-zalo {
  background: #1f8fe5;
  color: #fffdf8;
}

.lp-contact-copy {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.lp-contact-name {
  color: var(--lp-deep-pink);
  font-family: var(--lp-sans);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.lp-contact-button-phone .lp-contact-name {
  font-size: 15px;
}

.lp-contact-note {
  color: var(--lp-muted);
  font-family: var(--lp-sans);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.lp-contact-button-phone .lp-contact-note {
  font-size: 12px;
}

.lp-contact-reserve {
  width: min(100%, 640px);
  margin-top: 18px;
}

@media (max-width: 430px) {
  .wabijin-qr-lp .lp-final-inner {
    width: calc(100% - 36px);
    padding: 30px 16px;
  }

  .lp-contact-grid {
    gap: 9px;
  }

  .lp-contact-button {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 9px;
    min-height: 68px;
    padding: 10px;
  }

  .lp-contact-icon {
    width: 40px;
    height: 40px;
  }

  .lp-contact-icon svg {
    width: 23px;
    height: 23px;
  }

  .lp-contact-name {
    font-size: 14px;
  }

  .lp-contact-note {
    font-size: 11px;
  }
}

@media (max-width: 360px) {
  .lp-contact-grid {
    grid-template-columns: 1fr;
  }
}

/* Asakusa hero first-view refinements. */
.wabijin-qr-lp .asakusa-hero {
  background:
    linear-gradient(180deg, rgba(255, 241, 244, 0.84), rgba(255, 250, 243, 0.96)),
    url("/assets/asakusa-wabijin/images/page-pattern.svg");
  background-size: auto, 320px auto;
}

.wabijin-qr-lp .asakusa-hero .lp-hero-inner {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.98), rgba(255, 245, 238, 0.94) 48%, rgba(255, 241, 244, 0.76));
}

.wabijin-qr-lp .asakusa-hero .lp-hero-copy {
  max-width: 650px;
}

.wabijin-qr-lp .asakusa-hero__badges {
  margin-top: 0;
}

.wabijin-qr-lp .asakusa-hero__badge {
  min-height: 38px;
  border-radius: 999px;
  font-family: var(--lp-sans);
  letter-spacing: 0;
  padding: 9px 14px;
}

.wabijin-qr-lp .asakusa-hero__badge--primary {
  border-color: rgba(240, 221, 176, 0.88);
  background:
    linear-gradient(135deg, #b74053, #7a2730),
    repeating-linear-gradient(35deg, rgba(255, 253, 248, 0.08) 0 1px, transparent 1px 9px);
  color: #fffdf8;
}

.wabijin-qr-lp .asakusa-hero__badge--outline {
  border-color: rgba(169, 119, 46, 0.38);
  background: rgba(255, 250, 243, 0.96);
  color: #7a2730;
}

.wabijin-qr-lp .asakusa-hero h1 {
  max-width: 620px;
  color: #4a292e;
  font-family: var(--lp-serif);
  font-weight: 800;
  line-height: 1.16;
}

.wabijin-qr-lp .asakusa-hero__highlight {
  display: block;
  color: #a93249;
  font-size: 1.12em;
}

.wabijin-qr-lp .asakusa-hero .lp-hero-lead {
  border-color: rgba(169, 119, 46, 0.42);
  color: #6f252b;
  font-family: var(--lp-serif);
  font-weight: 800;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.wabijin-qr-lp .asakusa-hero .lp-hero-sub {
  max-width: 610px;
  color: #594146;
  font-family: var(--lp-sans);
  font-weight: 700;
}

.wabijin-qr-lp .asakusa-hero__sub-part {
  display: inline-block;
}

.wabijin-qr-lp .asakusa-quick-tags {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  max-width: 610px;
  min-width: 0;
}

.wabijin-qr-lp .asakusa-quick-tags li,
.wabijin-qr-lp .asakusa-hero__cta-note {
  min-height: 38px;
  border: 1px solid rgba(169, 119, 46, 0.34);
  border-radius: var(--lp-radius);
  background: rgba(255, 253, 248, 0.88);
  color: #6f252b;
  font-family: var(--lp-sans);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  padding: 8px 12px;
  text-align: center;
}

.wabijin-qr-lp .asakusa-quick-tags li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wabijin-qr-lp .asakusa-hero .lp-hero-actions {
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
  max-width: 610px;
  margin-top: 22px;
}

.wabijin-qr-lp .asakusa-hero__cta {
  width: 100%;
  justify-content: space-between;
  gap: 12px;
  padding-right: 18px;
  padding-left: 18px;
  text-align: left;
}

.wabijin-qr-lp .asakusa-hero__cta-icon {
  position: relative;
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  border: 2px solid currentColor;
  border-radius: 6px;
}

.wabijin-qr-lp .asakusa-hero__cta-icon::before {
  position: absolute;
  top: 6px;
  left: 3px;
  width: 15px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  content: "";
}

.wabijin-qr-lp .asakusa-hero__cta-arrow {
  display: grid;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.18);
  font-family: var(--lp-sans);
  font-size: 18px;
  line-height: 1;
}

.wabijin-qr-lp .asakusa-hero__cta-note {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  width: fit-content;
  min-height: 0;
  margin: 0 auto;
  border: 0;
  background: transparent;
  padding: 0;
}

.wabijin-qr-lp .asakusa-hero__cta-note span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border: 1px solid rgba(169, 119, 46, 0.34);
  border-radius: var(--lp-radius);
  background: rgba(255, 253, 248, 0.88);
  padding: 8px 12px;
}

.wabijin-qr-lp .asakusa-contact-cta {
  display: grid;
  gap: 8px;
  max-width: 610px;
  margin-top: 18px;
  border: 1px solid rgba(169, 119, 46, 0.34);
  border-radius: var(--lp-radius);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(255, 247, 241, 0.95));
  padding: 16px;
  box-shadow: 0 14px 28px rgba(78, 39, 44, 0.1);
}

.wabijin-qr-lp .asakusa-contact-cta__title {
  margin: 0;
  color: #6f252b;
  font-family: var(--lp-serif);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
}

.wabijin-qr-lp .asakusa-contact-cta__apps,
.wabijin-qr-lp .asakusa-contact-cta__phone {
  margin: 0;
  font-family: var(--lp-sans);
  line-height: 1.45;
}

.wabijin-qr-lp .asakusa-contact-cta__apps {
  display: block;
  width: fit-content;
  max-width: 100%;
  border: 1px solid rgba(169, 119, 46, 0.28);
  border-radius: 999px;
  background: rgba(255, 248, 228, 0.74);
  color: #7a2730;
  font-size: 13px;
  font-weight: 900;
  padding: 6px 10px;
  overflow-wrap: anywhere;
}

.wabijin-qr-lp .asakusa-contact-cta__phone {
  color: #493238;
  font-size: 14px;
  font-weight: 700;
}

.wabijin-qr-lp .asakusa-contact-cta__button {
  width: 100%;
  justify-content: space-between;
  gap: 12px;
  margin-top: 4px;
  padding-right: 18px;
  padding-left: 18px;
  text-align: left;
  white-space: normal;
}

.wabijin-qr-lp .asakusa-contact-cta__button > span:first-child {
  min-width: 0;
}

.wabijin-qr-lp .asakusa-access {
  max-width: 610px;
  margin-top: 18px;
  border: 1px solid rgba(169, 119, 46, 0.3);
  border-radius: var(--lp-radius);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(255, 248, 240, 0.94));
  box-shadow: 0 12px 26px rgba(78, 39, 44, 0.08);
}

.wabijin-qr-lp .asakusa-access__title {
  margin: 0;
  border-bottom: 1px solid rgba(169, 119, 46, 0.2);
  color: #6f252b;
  font-family: var(--lp-serif);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
  padding: 14px 16px 10px;
}

.wabijin-qr-lp .asakusa-access__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wabijin-qr-lp .asakusa-access__list li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(169, 119, 46, 0.16);
  color: #493238;
  font-family: var(--lp-sans);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  padding: 11px 16px;
}

.wabijin-qr-lp .asakusa-access__icon {
  position: relative;
  width: 22px;
  height: 22px;
  border: 2px solid #b98334;
  border-radius: 6px;
  background: rgba(255, 248, 228, 0.84);
  box-shadow: inset 0 -5px 0 rgba(185, 131, 52, 0.18);
}

.wabijin-qr-lp .asakusa-access__icon::before {
  position: absolute;
  right: 4px;
  bottom: 3px;
  left: 4px;
  height: 2px;
  border-radius: 2px;
  background: #b98334;
  content: "";
}

.wabijin-qr-lp .asakusa-access__station {
  min-width: 0;
}

.wabijin-qr-lp .asakusa-access__list strong {
  color: #a93249;
  font-weight: 900;
  white-space: nowrap;
}

.wabijin-qr-lp .asakusa-access__map {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #7a2730;
  font-family: var(--lp-sans);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.4;
  padding: 12px 16px 14px;
  text-decoration: none;
}

.wabijin-qr-lp .asakusa-access__map:hover {
  text-decoration: underline;
}

.wabijin-qr-lp .asakusa-access__pin {
  position: relative;
  width: 14px;
  height: 14px;
  transform: rotate(-45deg);
  border-radius: 50% 50% 50% 0;
  background: #a93249;
}

.wabijin-qr-lp .asakusa-access__pin::before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fffdf8;
  content: "";
}

.wabijin-qr-lp .asakusa-service-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 610px;
  margin-top: 14px;
}

.wabijin-qr-lp .asakusa-service-links a {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 54px;
  border: 1px solid rgba(169, 119, 46, 0.28);
  border-radius: var(--lp-radius);
  background: rgba(255, 253, 248, 0.94);
  color: #6f252b;
  font-family: var(--lp-sans);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
  padding: 9px 10px;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(78, 39, 44, 0.07);
}

.wabijin-qr-lp .asakusa-service-links a:hover {
  border-color: rgba(169, 119, 46, 0.48);
  background: #fff8f0;
}

.wabijin-qr-lp .asakusa-service-links__icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #fff1f3, #fff8e4);
  color: #a93249;
  font-family: var(--lp-serif);
  font-size: 16px;
  font-weight: 900;
}

.wabijin-qr-lp .asakusa-service-links__arrow {
  color: #b98334;
  font-family: var(--lp-sans);
  font-size: 16px;
}

.wabijin-qr-lp .asakusa-hero .lp-hero-visual {
  display: block;
}

@media (min-width: 769px) {
  .wabijin-qr-lp .asakusa-hero .lp-hero-inner {
    grid-template-columns: minmax(0, 1.03fr) minmax(320px, 0.97fr);
  }

  .wabijin-qr-lp .asakusa-hero .lp-hero-visual {
    --asakusa-hero-photo-overlap: clamp(72px, 12vw, 148px);
    margin-left: calc(-1 * var(--asakusa-hero-photo-overlap));
    width: calc(100% + var(--asakusa-hero-photo-overlap));
  }
}

@media (max-width: 768px) {
  .wabijin-qr-lp .asakusa-hero .lp-hero-inner {
    padding-top: 8px;
    background:
      linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(255, 244, 241, 0.94));
  }

  .wabijin-qr-lp .asakusa-hero .lp-hero-copy {
    max-width: none;
  }

  .wabijin-qr-lp .asakusa-hero .lp-hero-visual {
    order: -1;
    min-height: 258px;
  }

  .wabijin-qr-lp .asakusa-hero .lp-visual-frame {
    min-height: 258px;
    background:
      linear-gradient(180deg, rgba(255, 253, 248, 0.1), rgba(255, 253, 248, 0.1)),
      url("/assets/asakusa-wabijin/images/hero-main.jpg");
    background-position: 64% top;
    background-size: cover;
    mask-image:
      linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%),
      linear-gradient(180deg, transparent 0, #000 5%, #000 95%, transparent 100%);
    -webkit-mask-image:
      linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%),
      linear-gradient(180deg, transparent 0, #000 5%, #000 95%, transparent 100%);
  }

  .wabijin-qr-lp .asakusa-hero__highlight {
    font-size: 1.06em;
  }

  .wabijin-qr-lp .asakusa-hero .lp-hero-actions,
  .wabijin-qr-lp .asakusa-contact-cta,
  .wabijin-qr-lp .asakusa-access,
  .wabijin-qr-lp .asakusa-service-links {
    max-width: none;
  }

  .wabijin-qr-lp .asakusa-hero .lp-hero-lead {
    white-space: normal;
  }

  .wabijin-qr-lp .asakusa-hero .lp-hero-lead .lp-nowrap {
    display: block;
  }

  .wabijin-qr-lp .asakusa-quick-tags {
    grid-template-columns: 1fr;
  }

  .wabijin-qr-lp .asakusa-quick-tags li:last-child {
    grid-column: auto;
  }

  .wabijin-qr-lp .asakusa-hero .lp-hero-actions {
    margin-top: 6px;
  }

  .wabijin-qr-lp .asakusa-hero__cta-note {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    width: 100%;
  }

  .wabijin-qr-lp .asakusa-hero__cta-note span {
    width: 100%;
    margin-top: 0;
  }

  .wabijin-qr-lp .asakusa-contact-cta {
    margin-top: 14px;
    padding: 14px;
  }

  .wabijin-qr-lp .asakusa-contact-cta__title {
    font-size: 18px;
  }

  .wabijin-qr-lp .asakusa-contact-cta__button {
    min-height: 50px;
  }

  .wabijin-qr-lp .asakusa-access__list li {
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 7px 9px;
    padding: 11px 13px;
  }

  .wabijin-qr-lp .asakusa-access__list strong {
    grid-column: 2;
    justify-self: start;
    white-space: normal;
  }

  .wabijin-qr-lp .asakusa-service-links {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .wabijin-qr-lp .asakusa-service-links a {
    min-height: 52px;
  }
}

@media (max-width: 430px) {
  .wabijin-qr-lp .asakusa-hero__badge {
    min-height: 34px;
    padding: 8px 10px;
  }

  .wabijin-qr-lp .asakusa-hero__cta {
    gap: 9px;
    padding-right: 13px;
    padding-left: 13px;
  }

  .wabijin-qr-lp .asakusa-hero__cta-icon {
    width: 22px;
    height: 22px;
  }

  .wabijin-qr-lp .asakusa-hero__cta-arrow {
    width: 26px;
    height: 26px;
  }

  .wabijin-qr-lp .asakusa-access__title {
    font-size: 18px;
    padding: 13px 13px 9px;
  }
}

@media (max-width: 640px) {
  .wabijin-qr-lp .lp-header {
    flex-wrap: wrap;
    gap: 8px 10px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .wabijin-qr-lp .lp-brand {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .wabijin-qr-lp .lp-brand-copy {
    max-width: calc(100vw - 112px);
  }

  .wabijin-qr-lp .lp-header-actions {
    position: static;
    right: auto;
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    transform: none;
  }

  .wabijin-qr-lp .lp-language-switcher {
    display: flex;
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .wabijin-qr-lp .lp-language-switcher a {
    flex: 1 1 0;
    min-width: 0;
  }
}

@media (min-width: 560px) and (max-width: 640px) {
  .wabijin-qr-lp .lp-header-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

/* Mobile bottom navigation for the QR landing page. */
.wabijin-qr-lp #menu,
.wabijin-qr-lp #plans,
.wabijin-qr-lp #access,
.wabijin-qr-lp #reservation {
  scroll-margin-top: 88px;
}

@media (min-width: 769px) {
  .wabijin-qr-lp {
    padding-bottom: 0;
  }

  .wabijin-qr-lp .lp-mobile-reserve {
    display: none;
  }
}

@media (max-width: 768px) {
  .wabijin-qr-lp {
    padding-bottom: calc(92px + env(safe-area-inset-bottom));
  }

  .wabijin-qr-lp .lp-mobile-redundant-reserve {
    display: none !important;
  }

  .wabijin-qr-lp .lp-mobile-reserve {
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 90;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 4px;
    width: 100%;
    max-width: 100vw;
    border-top: 1px solid rgba(169, 119, 46, 0.28);
    padding: 7px 8px calc(7px + env(safe-area-inset-bottom));
    background:
      linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(255, 241, 244, 0.98));
    box-shadow: 0 -12px 28px rgba(78, 39, 44, 0.16);
    backdrop-filter: blur(14px);
  }

  .wabijin-qr-lp .lp-mobile-reserve a,
  .wabijin-qr-lp .lp-mobile-reserve a:not([data-action="reserve"]) {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: var(--lp-radius);
    background: transparent;
    color: #6f252b;
    font-family: var(--lp-sans);
    font-size: 11px;
    font-weight: 900;
    line-height: 1.15;
    padding: 5px 2px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: none;
  }

  .wabijin-qr-lp .lp-mobile-reserve__icon {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    color: currentColor;
  }

  .wabijin-qr-lp .lp-mobile-reserve a[data-action="menu"] .lp-mobile-reserve__icon::before {
    position: absolute;
    top: 4px;
    right: 3px;
    left: 3px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    box-shadow: 0 5px 0 currentColor, 0 10px 0 currentColor;
    content: "";
  }

  .wabijin-qr-lp .lp-mobile-reserve a[data-action="plans"] .lp-mobile-reserve__icon {
    border: 2px solid currentColor;
    border-radius: 5px;
  }

  .wabijin-qr-lp .lp-mobile-reserve a[data-action="plans"] .lp-mobile-reserve__icon::before,
  .wabijin-qr-lp .lp-mobile-reserve a[data-action="plans"] .lp-mobile-reserve__icon::after {
    position: absolute;
    right: 4px;
    left: 4px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    content: "";
  }

  .wabijin-qr-lp .lp-mobile-reserve a[data-action="plans"] .lp-mobile-reserve__icon::before {
    top: 5px;
  }

  .wabijin-qr-lp .lp-mobile-reserve a[data-action="plans"] .lp-mobile-reserve__icon::after {
    bottom: 5px;
  }

  .wabijin-qr-lp .lp-mobile-reserve a[data-action="access"] .lp-mobile-reserve__icon::before {
    position: absolute;
    top: 2px;
    left: 5px;
    width: 10px;
    height: 10px;
    border: 2px solid currentColor;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    content: "";
  }

  .wabijin-qr-lp .lp-mobile-reserve a[data-action="access"] .lp-mobile-reserve__icon::after {
    position: absolute;
    right: 4px;
    bottom: 2px;
    left: 4px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    content: "";
  }

  .wabijin-qr-lp .lp-mobile-reserve a[data-action="contact"] .lp-mobile-reserve__icon::before {
    position: absolute;
    inset: 3px 2px 5px;
    border: 2px solid currentColor;
    border-radius: 7px;
    content: "";
  }

  .wabijin-qr-lp .lp-mobile-reserve a[data-action="contact"] .lp-mobile-reserve__icon::after {
    position: absolute;
    bottom: 2px;
    left: 6px;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid currentColor;
    border-left: 2px solid currentColor;
    transform: skew(-16deg);
    content: "";
  }

  .wabijin-qr-lp .lp-mobile-reserve a[data-action="reserve"] {
    min-height: 58px;
    border-color: rgba(240, 221, 176, 0.86);
    background:
      linear-gradient(135deg, #cf5b6c, #8f2f3a),
      repeating-linear-gradient(35deg, rgba(255, 253, 248, 0.1) 0 1px, transparent 1px 9px);
    color: #fffdf8;
    font-size: 12px;
    box-shadow: 0 10px 22px rgba(111, 37, 43, 0.24);
  }

  .wabijin-qr-lp .lp-mobile-reserve a[data-action="reserve"] .lp-mobile-reserve__icon {
    border: 2px solid currentColor;
    border-radius: 5px;
  }

  .wabijin-qr-lp .lp-mobile-reserve a[data-action="reserve"] .lp-mobile-reserve__icon::before {
    position: absolute;
    top: 5px;
    right: 3px;
    left: 3px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    box-shadow: 0 5px 0 currentColor;
    content: "";
  }
}

@media (max-width: 374px) {
  .wabijin-qr-lp .lp-mobile-reserve {
    gap: 3px;
    padding-right: 6px;
    padding-left: 6px;
  }

  .wabijin-qr-lp .lp-mobile-reserve a,
  .wabijin-qr-lp .lp-mobile-reserve a:not([data-action="reserve"]) {
    font-size: 10px;
  }
}

/* QR landing page flow summary. */
.wabijin-qr-lp .lp-flow-lead {
  max-width: 720px;
}

.wabijin-qr-lp .lp-flow-list-compact {
  margin-top: 22px;
}

.wabijin-qr-lp .lp-flow-list-compact li {
  min-width: 0;
}

.wabijin-qr-lp .lp-flow-list-compact strong {
  color: #6f252b;
  font-family: var(--lp-serif);
  font-size: 18px;
  line-height: 1.35;
}

.wabijin-qr-lp .lp-flow-note {
  margin: 14px 0 0;
  border: 1px solid rgba(169, 119, 46, 0.28);
  border-radius: var(--lp-radius);
  background: rgba(255, 248, 228, 0.78);
  color: #594146;
  font-family: var(--lp-sans);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  padding: 10px 12px;
}

.wabijin-qr-lp .lp-flow-actions {
  margin-top: 18px;
}

@media (max-width: 430px) {
  .wabijin-qr-lp .lp-flow-list-compact {
    gap: 9px;
    margin-top: 18px;
  }

  .wabijin-qr-lp .lp-flow-list-compact li {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
  }

  .wabijin-qr-lp .lp-flow-list-compact span {
    width: 42px;
    height: 42px;
  }

  .wabijin-qr-lp .lp-flow-list-compact strong {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .wabijin-qr-lp .lp-photo-strip {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    overflow-x: visible;
    overscroll-behavior-x: auto;
    padding-bottom: 0;
    scroll-snap-type: none;
  }

  .wabijin-qr-lp .lp-photo-card {
    width: 100%;
    min-width: 0;
    flex: none;
    scroll-snap-align: initial;
  }
}

/* Mobile compact spacing for QR flyer visitors. */
@media (max-width: 768px) {
  .wabijin-qr-lp {
    overflow-x: hidden;
  }

  .wabijin-qr-lp .lp-header {
    gap: 5px 9px;
    min-height: 54px;
    padding: 6px 14px;
  }

  .wabijin-qr-lp .lp-brand {
    gap: 8px;
  }

  .wabijin-qr-lp .lp-brand-mark {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }

  .wabijin-qr-lp .lp-brand-name {
    font-size: 14px;
  }

  .wabijin-qr-lp .lp-brand-sub {
    font-size: 10px;
  }

  .wabijin-qr-lp .lp-language-switcher {
    gap: 3px;
    padding: 2px;
  }

  .wabijin-qr-lp .lp-language-switcher a {
    min-height: 26px;
    font-size: 11px;
  }

  .wabijin-qr-lp .lp-section-inner,
  .wabijin-qr-lp .lp-final-inner {
    padding-block: 43px;
  }

  .wabijin-qr-lp .lp-service-grid,
  .wabijin-qr-lp .lp-plan-grid,
  .wabijin-qr-lp .lp-seasonal-plan-grid,
  .wabijin-qr-lp .lp-reason-grid,
  .wabijin-qr-lp .lp-support-grid {
    gap: 15px;
    margin-top: 23px;
  }

  .wabijin-qr-lp .lp-service-body,
  .wabijin-qr-lp .lp-plan-card,
  .wabijin-qr-lp .lp-reason-card,
  .wabijin-qr-lp .lp-support-card,
  .wabijin-qr-lp .lp-faq-mini-item {
    padding: 17px 16px;
  }

  .wabijin-qr-lp .lp-plan-card {
    gap: 15px;
  }

  .wabijin-qr-lp .lp-seasonal-plan-body {
    gap: 8px;
    padding: 17px 16px;
  }

  .wabijin-qr-lp .lp-services .lp-service-art {
    height: clamp(124px, 34vw, 152px);
  }

  .wabijin-qr-lp .lp-service-body h3,
  .wabijin-qr-lp .lp-plan-card h3,
  .wabijin-qr-lp .lp-reason-card h3,
  .wabijin-qr-lp .lp-support-card h3 {
    font-size: clamp(19px, 5vw, 22px);
  }

  .wabijin-qr-lp .lp-service-body p:not(.lp-card-kicker),
  .wabijin-qr-lp .lp-reason-card p,
  .wabijin-qr-lp .lp-support-card p {
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.65;
  }

  .wabijin-qr-lp .lp-service-meta {
    gap: 6px;
    margin-top: 11px;
  }

  .wabijin-qr-lp .lp-service-meta div {
    padding: 8px 9px;
  }

  .wabijin-qr-lp .lp-service-included,
  .wabijin-qr-lp .lp-mini-list {
    gap: 5px;
    margin-top: 10px;
  }

  .wabijin-qr-lp .lp-service-actions {
    padding-top: 14px;
  }

  .wabijin-qr-lp .lp-faq-mini-list {
    gap: 9px;
    margin-top: 18px;
  }

  .wabijin-qr-lp .lp-subtle-actions {
    margin-top: 12px;
  }
}

@media (max-width: 430px) {
  .wabijin-qr-lp .lp-section-inner {
    padding-block: 40px;
  }

  .wabijin-qr-lp .lp-final-inner {
    padding-block: 30px;
  }

  .wabijin-qr-lp .lp-header {
    min-height: 52px;
    padding: 6px 14px;
  }

  .wabijin-qr-lp .lp-service-grid,
  .wabijin-qr-lp .lp-plan-grid,
  .wabijin-qr-lp .lp-seasonal-plan-grid,
  .wabijin-qr-lp .lp-reason-grid,
  .wabijin-qr-lp .lp-support-grid {
    gap: 14px;
    margin-top: 21px;
  }

  .wabijin-qr-lp .lp-services .lp-service-art {
    height: clamp(120px, 33vw, 140px);
  }

  .wabijin-qr-lp .asakusa-service-links {
    gap: 7px;
  }

  .wabijin-qr-lp .asakusa-service-links a {
    min-height: 50px;
    padding: 8px 10px;
  }
}

/* Design foundation tone pass. */
.wabijin-qr-lp {
  color: var(--lp-ink);
  background:
    linear-gradient(180deg, rgba(251, 246, 238, 0.97), rgba(251, 246, 238, 0.94)),
    repeating-linear-gradient(35deg, rgba(184, 135, 44, 0.035) 0 1px, transparent 1px 14px),
    url("/assets/asakusa-wabijin/images/page-pattern.svg"),
    var(--lp-ivory);
  background-size: auto, auto, 420px auto, auto;
}

.wabijin-qr-lp .lp-header {
  border-bottom-color: rgba(184, 135, 44, 0.26);
  background:
    linear-gradient(180deg, rgba(127, 36, 28, 0.98), rgba(91, 28, 21, 0.98)),
    repeating-linear-gradient(35deg, rgba(255, 253, 248, 0.045) 0 1px, transparent 1px 12px);
  box-shadow: 0 8px 20px rgba(45, 33, 24, 0.14);
}

.wabijin-qr-lp .lp-brand-mark {
  border-color: rgba(234, 217, 184, 0.88);
  background: linear-gradient(145deg, var(--lp-paper), #f3ded8);
  color: var(--lp-deep-pink);
}

.wabijin-qr-lp .lp-header-cta,
.wabijin-qr-lp a.lp-button-primary,
.wabijin-qr-lp a.lp-button-plan,
.wabijin-qr-lp .lp-hero-actions .lp-button-primary,
.wabijin-qr-lp .lp-mobile-reserve a[data-action="reserve"] {
  border-color: rgba(234, 217, 184, 0.76);
  background:
    linear-gradient(135deg, var(--lp-pink), var(--lp-deep-pink)),
    repeating-linear-gradient(35deg, rgba(255, 253, 248, 0.08) 0 1px, transparent 1px 10px);
  color: var(--lp-paper);
  box-shadow: var(--lp-strong-shadow);
}

.wabijin-qr-lp .lp-header-cta:hover,
.wabijin-qr-lp a.lp-button-primary:hover,
.wabijin-qr-lp a.lp-button-plan:hover,
.wabijin-qr-lp .lp-hero-actions .lp-button-primary:hover,
.wabijin-qr-lp .lp-mobile-reserve a[data-action="reserve"]:hover {
  background:
    linear-gradient(135deg, #b63a2c, var(--lp-deep-pink)),
    repeating-linear-gradient(35deg, rgba(255, 253, 248, 0.08) 0 1px, transparent 1px 10px);
  color: var(--lp-paper);
}

.wabijin-qr-lp .lp-button-secondary,
.wabijin-qr-lp .lp-subtle-link,
.wabijin-qr-lp .asakusa-access__map,
.wabijin-qr-lp .asakusa-service-links a,
.wabijin-qr-lp .lp-mobile-reserve a:not([data-action="reserve"]) {
  border-color: var(--lp-line);
  background: rgba(255, 253, 248, 0.86);
  color: var(--lp-deep-pink);
  box-shadow: none;
}

.wabijin-qr-lp .lp-section,
.wabijin-qr-lp .lp-reasons,
.wabijin-qr-lp .lp-gallery-preview,
.wabijin-qr-lp .lp-final-cta {
  background:
    linear-gradient(180deg, rgba(251, 246, 238, 0.96), rgba(251, 246, 238, 0.9)),
    repeating-linear-gradient(35deg, rgba(184, 135, 44, 0.035) 0 1px, transparent 1px 14px);
}

.wabijin-qr-lp .lp-section:nth-of-type(odd),
.wabijin-qr-lp .lp-flow,
.wabijin-qr-lp .lp-support {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.72), rgba(251, 246, 238, 0.94));
}

.wabijin-qr-lp .lp-plans,
.wabijin-qr-lp .asakusa-hero {
  background:
    linear-gradient(180deg, rgba(251, 246, 238, 0.94), rgba(255, 253, 248, 0.82)),
    repeating-linear-gradient(35deg, rgba(184, 135, 44, 0.04) 0 1px, transparent 1px 14px),
    url("/assets/asakusa-wabijin/images/page-pattern.svg");
  background-size: auto, auto, 420px auto;
}

.wabijin-qr-lp .asakusa-hero .lp-hero-inner {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(251, 246, 238, 0.92));
}

.wabijin-qr-lp .lp-service-card,
.wabijin-qr-lp .lp-plan-card,
.wabijin-qr-lp .lp-seasonal-plan-card,
.wabijin-qr-lp .lp-reason-card,
.wabijin-qr-lp .lp-support-card,
.wabijin-qr-lp .lp-flow-list li,
.wabijin-qr-lp .lp-photo-card,
.wabijin-qr-lp .lp-faq-mini-item,
.wabijin-qr-lp .lp-final-inner,
.wabijin-qr-lp .asakusa-contact-cta,
.wabijin-qr-lp .asakusa-access,
.wabijin-qr-lp .lp-contact-button {
  border-color: var(--lp-line);
  border-radius: var(--lp-radius);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(250, 244, 235, 0.94));
  box-shadow: var(--lp-shadow);
}

.wabijin-qr-lp .lp-service-card-night,
.wabijin-qr-lp .lp-service-card-night .lp-service-body,
.wabijin-qr-lp .lp-plan-grid .lp-plan-card[data-plan-id="yukata-night"] {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(247, 243, 237, 0.95));
}

.wabijin-qr-lp .lp-service-card-night .lp-service-body h3,
.wabijin-qr-lp .lp-service-card-night .lp-service-meta dd {
  color: var(--lp-ink);
}

.wabijin-qr-lp .lp-service-card-night .lp-mini-list li::before {
  background: var(--lp-gold);
}

.wabijin-qr-lp .lp-plan-grid .lp-plan-card[data-plan-id="yukata-night"] .lp-plan-badge,
.wabijin-qr-lp .lp-seasonal-plan-card-night .lp-seasonal-plan-badge {
  background: var(--lp-gold);
}

.wabijin-qr-lp .lp-plan-grid .lp-plan-card[data-plan-id="yukata-night"] .lp-plan-price,
.wabijin-qr-lp .lp-seasonal-plan-card-night .lp-seasonal-plan-price {
  color: var(--lp-pink);
}

.wabijin-qr-lp .lp-seasonal-plan-card-night .lp-button-plan {
  border-color: rgba(234, 217, 184, 0.76);
  background:
    linear-gradient(135deg, var(--lp-pink), var(--lp-deep-pink)),
    repeating-linear-gradient(35deg, rgba(255, 253, 248, 0.08) 0 1px, transparent 1px 10px);
}

.wabijin-qr-lp .lp-hero h1,
.wabijin-qr-lp .asakusa-hero h1,
.wabijin-qr-lp .lp-section h2,
.wabijin-qr-lp .lp-final-cta h2,
.wabijin-qr-lp .lp-service-body h3,
.wabijin-qr-lp .lp-plan-card h3,
.wabijin-qr-lp .lp-reason-card h3,
.wabijin-qr-lp .lp-support-card h3,
.wabijin-qr-lp .lp-photo-card figcaption span {
  color: var(--lp-ink);
}

.wabijin-qr-lp .asakusa-hero__highlight,
.wabijin-qr-lp .lp-plan-price,
.wabijin-qr-lp .lp-seasonal-plan-price,
.wabijin-qr-lp .lp-service-time strong,
.wabijin-qr-lp .lp-service-meta dd,
.wabijin-qr-lp .asakusa-contact-cta__title,
.wabijin-qr-lp .asakusa-access__title,
.wabijin-qr-lp .asakusa-access__list strong,
.wabijin-qr-lp .lp-contact-name {
  color: var(--lp-pink);
}

.wabijin-qr-lp .lp-hero-sub,
.wabijin-qr-lp .asakusa-hero .lp-hero-sub,
.wabijin-qr-lp .lp-section-lead,
.wabijin-qr-lp .lp-service-body p:not(.lp-card-kicker),
.wabijin-qr-lp .lp-reason-card p,
.wabijin-qr-lp .lp-support-card p,
.wabijin-qr-lp .lp-plan-list li,
.wabijin-qr-lp .lp-plan-note,
.wabijin-qr-lp .lp-contact-note,
.wabijin-qr-lp .lp-payment-summary p,
.wabijin-qr-lp .lp-flow-note,
.wabijin-qr-lp .asakusa-contact-cta__phone,
.wabijin-qr-lp .asakusa-access__list li {
  color: var(--lp-muted);
}

.wabijin-qr-lp .lp-eyebrow,
.wabijin-qr-lp .lp-section-kicker,
.wabijin-qr-lp .lp-card-kicker,
.wabijin-qr-lp .lp-plan-label,
.wabijin-qr-lp .lp-hero-facts dt,
.wabijin-qr-lp .lp-reason-number,
.wabijin-qr-lp .asakusa-service-links__arrow {
  color: var(--lp-gold);
}

.wabijin-qr-lp .lp-plan-badge,
.wabijin-qr-lp .lp-seasonal-plan-badge,
.wabijin-qr-lp .lp-flow-list span {
  background: var(--lp-gold);
  color: var(--lp-paper);
}

.wabijin-qr-lp .asakusa-quick-tags li,
.wabijin-qr-lp .asakusa-hero__cta-note span,
.wabijin-qr-lp .lp-plan-tags li,
.wabijin-qr-lp .lp-plan-todo,
.wabijin-qr-lp .lp-service-meta div,
.wabijin-qr-lp .lp-service-time,
.wabijin-qr-lp .lp-flow-note {
  border-color: var(--lp-line);
  background: rgba(255, 253, 248, 0.76);
}

.wabijin-qr-lp .lp-service-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
}

.wabijin-qr-lp .lp-service-card-night,
.wabijin-qr-lp .lp-service-card-night .lp-service-body {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(250, 244, 235, 0.94));
}

.wabijin-qr-lp .lp-services .lp-service-art {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 10;
  margin: 0;
  overflow: hidden;
  border-bottom: 1px solid var(--lp-line);
  background: #f8efe7;
}

.wabijin-qr-lp .lp-service-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wabijin-qr-lp .lp-service-art-kimono img {
  object-position: 54% 42%;
}

.wabijin-qr-lp .lp-service-art-tea img {
  object-position: 50% 58%;
}

.wabijin-qr-lp .lp-service-art-makeup img {
  object-position: 50% 38%;
}

.wabijin-qr-lp .lp-service-art-photo img {
  object-position: 55% 46%;
}

.wabijin-qr-lp .lp-service-art-night img {
  object-position: 54% 48%;
}

.wabijin-qr-lp .lp-service-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.wabijin-qr-lp .lp-service-meta div:first-child {
  border-color: rgba(184, 135, 44, 0.3);
  background: rgba(255, 248, 228, 0.72);
}

.wabijin-qr-lp .lp-service-meta div:first-child dd {
  font-size: 16px;
}

.wabijin-qr-lp .lp-service-included {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.wabijin-qr-lp .lp-service-included li {
  min-height: 26px;
  border: 1px solid rgba(184, 135, 44, 0.22);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.82);
  color: var(--lp-muted);
  font-size: 12px;
  line-height: 1.35;
  padding: 5px 9px;
}

.wabijin-qr-lp .lp-service-included li::before {
  display: none;
}

.wabijin-qr-lp .lp-service-actions .lp-subtle-link {
  width: 100%;
  min-height: 44px;
  border-color: var(--lp-line);
  background: rgba(255, 253, 248, 0.9);
  color: var(--lp-deep-pink);
}

.wabijin-qr-lp .lp-plan-todo,
.wabijin-qr-lp .asakusa-contact-cta__apps {
  color: var(--lp-deep-pink);
  background: rgba(234, 217, 184, 0.42);
}

.wabijin-qr-lp .asakusa-service-links__icon,
.wabijin-qr-lp .lp-contact-icon {
  background: linear-gradient(135deg, rgba(234, 208, 202, 0.74), rgba(234, 217, 184, 0.52));
  color: var(--lp-pink);
}

.wabijin-qr-lp .lp-mobile-reserve {
  border-top-color: var(--lp-line);
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 -10px 24px rgba(72, 48, 31, 0.12);
}

.wabijin-qr-lp .lp-button,
.wabijin-qr-lp .lp-mobile-reserve a,
.wabijin-qr-lp .asakusa-contact-cta__apps {
  box-sizing: border-box;
  max-width: 100%;
}

.wabijin-qr-lp .asakusa-contact-cta__apps {
  white-space: normal;
  word-break: break-word;
}

.wabijin-qr-lp .lp-button:focus-visible,
.wabijin-qr-lp .lp-header-cta:focus-visible,
.wabijin-qr-lp .lp-brand:focus-visible,
.wabijin-qr-lp .lp-language-switcher a:focus-visible,
.wabijin-qr-lp .lp-subtle-link:focus-visible,
.wabijin-qr-lp .asakusa-access__map:focus-visible,
.wabijin-qr-lp .asakusa-service-links a:focus-visible,
.wabijin-qr-lp .lp-contact-button:focus-visible,
.wabijin-qr-lp .lp-mobile-reserve a:focus-visible {
  outline: 3px solid rgba(184, 135, 44, 0.42);
  outline-offset: 3px;
}

@media (max-width: 430px) {
  .wabijin-qr-lp .lp-section-inner {
    padding: 44px 16px;
  }

  .wabijin-qr-lp .lp-final-inner {
    padding: 32px 16px;
  }

  .wabijin-qr-lp .asakusa-hero .lp-hero-inner,
  .wabijin-qr-lp .lp-final-inner {
    width: calc(100% - 32px);
  }

  .wabijin-qr-lp .asakusa-hero h1 {
    font-size: 30px;
  }

  .wabijin-qr-lp .lp-section h2,
  .wabijin-qr-lp .lp-final-cta h2 {
    font-size: 24px;
  }

  .wabijin-qr-lp .lp-service-body,
  .wabijin-qr-lp .lp-plan-card,
  .wabijin-qr-lp .lp-reason-card,
  .wabijin-qr-lp .lp-support-card,
  .wabijin-qr-lp .lp-faq-mini-item {
    padding: 16px;
  }
}

/* Asakusa first-view hero update. */
.wabijin-qr-lp .asakusa-hero .lp-visual-frame {
  aspect-ratio: 4 / 5;
  min-height: 0;
  height: auto;
  overflow: hidden;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
  background: #f8efe7;
  box-shadow: var(--lp-shadow);
  mask-image: none;
  -webkit-mask-image: none;
}

.wabijin-qr-lp .asakusa-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}

.wabijin-qr-lp .asakusa-hero__english {
  display: block;
  max-width: 100%;
  margin: 8px 0 0;
  color: #7a2730;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.wabijin-qr-lp .asakusa-hero .lp-hero-lead {
  width: 100%;
  max-width: 100%;
  margin: 6px 0 0;
  font-size: 18px;
  line-height: 1.45;
  overflow-wrap: anywhere;
  text-align: left;
  white-space: normal;
}

.wabijin-qr-lp .asakusa-hero .lp-hero-actions {
  gap: 10px;
  margin-top: 14px;
}

.wabijin-qr-lp .asakusa-hero__cta {
  min-height: 56px;
  background:
    linear-gradient(135deg, #b63a2c, #7a2730),
    repeating-linear-gradient(35deg, rgba(255, 253, 248, 0.08) 0 1px, transparent 1px 10px);
}

.wabijin-qr-lp .asakusa-hero__sub-cta {
  width: 100%;
  min-height: 52px;
  justify-content: space-between;
  gap: 12px;
  border-color: var(--lp-line);
  background: rgba(255, 253, 248, 0.92);
  color: #7a2730;
  box-shadow: none;
  text-align: left;
}

.wabijin-qr-lp .asakusa-hero__sub-cta .asakusa-hero__cta-arrow {
  background: rgba(122, 39, 48, 0.08);
}

.wabijin-qr-lp .asakusa-quick-tags {
  gap: 6px;
  margin-top: 10px;
}

.wabijin-qr-lp .asakusa-quick-tags li {
  min-height: 0;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  padding: 7px 9px;
}

@media (max-width: 768px) {
  .wabijin-qr-lp .asakusa-hero .lp-hero-inner {
    gap: 12px;
    padding-top: 8px;
    padding-bottom: 18px;
  }

  .wabijin-qr-lp .asakusa-hero .lp-hero-visual {
    justify-self: center;
    width: 208px;
    max-width: 56vw;
    min-height: 0;
    margin: 0 auto;
  }

  .wabijin-qr-lp .asakusa-hero .lp-visual-frame {
    min-height: 0;
  }

  .wabijin-qr-lp .asakusa-hero h1 {
    font-size: 30px;
    line-height: 1.22;
  }

  .wabijin-qr-lp .asakusa-hero__english {
    font-size: 13px;
  }

  .wabijin-qr-lp .asakusa-hero .lp-hero-lead {
    font-size: 16px;
  }
}

@media (max-width: 430px) {
  .wabijin-qr-lp .asakusa-hero .lp-hero-inner {
    gap: 12px;
    padding-top: 8px;
    padding-bottom: 18px;
  }

  .wabijin-qr-lp .asakusa-hero .lp-hero-visual {
    justify-self: center;
    width: 208px;
    max-width: 56vw;
    min-height: 0;
    margin: 0 auto;
  }

  .wabijin-qr-lp .asakusa-hero .lp-visual-frame {
    min-height: 0;
  }

  .wabijin-qr-lp .asakusa-hero h1 {
    margin-top: 0;
    font-size: 29px;
    line-height: 1.22;
  }

  .wabijin-qr-lp .asakusa-hero__english {
    margin-top: 6px;
    font-size: 13px;
  }

  .wabijin-qr-lp .asakusa-hero .lp-hero-lead {
    margin-top: 5px;
    padding: 0;
    font-size: 16px;
    white-space: normal;
  }

  .wabijin-qr-lp .asakusa-hero .lp-hero-actions {
    gap: 8px;
    margin-top: 12px;
  }

  .wabijin-qr-lp .asakusa-hero__cta,
  .wabijin-qr-lp .asakusa-hero__sub-cta {
    min-height: 54px;
    padding: 12px 13px;
    font-size: 15px;
  }

  .wabijin-qr-lp .asakusa-hero__sub-cta {
    min-height: 50px;
  }

  .wabijin-qr-lp .asakusa-quick-tags {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
    margin-top: 9px;
  }

  .wabijin-qr-lp .asakusa-quick-tags li {
    font-size: 10px;
    line-height: 1.2;
    padding: 6px 5px;
  }
}

/* CTA priority adjustments for the Asakusa QR landing page. */
.wabijin-qr-lp .lp-button {
  white-space: normal;
  overflow-wrap: anywhere;
}

.wabijin-qr-lp .asakusa-hero__cta,
.wabijin-qr-lp .lp-contact-reserve {
  min-height: 56px;
  border-color: rgba(234, 217, 184, 0.82);
  background:
    linear-gradient(135deg, #b63a2c, #7f241c),
    repeating-linear-gradient(35deg, rgba(255, 253, 248, 0.08) 0 1px, transparent 1px 10px);
  box-shadow: 0 16px 30px rgba(127, 36, 28, 0.24);
}

.wabijin-qr-lp .asakusa-hero__sub-cta {
  border-color: rgba(127, 36, 28, 0.22);
  background: rgba(255, 253, 248, 0.94);
  box-shadow: none;
}

.wabijin-qr-lp .asakusa-access__map {
  min-height: 48px;
  border-color: rgba(169, 119, 46, 0.22);
  background: rgba(255, 253, 248, 0.66);
  color: #6f6257;
  box-shadow: none;
}

.wabijin-qr-lp .asakusa-access__pin {
  background: var(--lp-gold);
}

.wabijin-qr-lp .lp-contact-button {
  min-height: 64px;
  border-color: rgba(169, 119, 46, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(250, 244, 235, 0.94));
  box-shadow: 0 8px 18px rgba(78, 39, 44, 0.07);
}

.wabijin-qr-lp .lp-contact-button-phone {
  border-color: rgba(127, 36, 28, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.99), rgba(255, 247, 241, 0.96));
  box-shadow: 0 10px 22px rgba(78, 39, 44, 0.09);
}

.wabijin-qr-lp .lp-contact-grid .lp-contact-button {
  min-height: 58px;
}

.wabijin-qr-lp .lp-contact-name,
.wabijin-qr-lp .lp-contact-note {
  overflow-wrap: anywhere;
}

@media (max-width: 768px) {
  .wabijin-qr-lp {
    padding-bottom: calc(104px + env(safe-area-inset-bottom));
  }

  .wabijin-qr-lp .lp-contact-reserve.lp-mobile-redundant-reserve {
    display: inline-flex !important;
    width: 100%;
    margin-top: 16px;
  }

  .wabijin-qr-lp .lp-mobile-reserve {
    grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(78px, 1.35fr);
    gap: 4px;
    padding: 6px 7px calc(6px + env(safe-area-inset-bottom));
  }

  .wabijin-qr-lp .lp-mobile-reserve a,
  .wabijin-qr-lp .lp-mobile-reserve a:not([data-action="reserve"]) {
    min-height: 54px;
    border-color: transparent;
    background: transparent;
    color: #6f6257;
    font-size: 10px;
    line-height: 1.15;
    padding: 5px 2px;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .wabijin-qr-lp .lp-mobile-reserve__icon {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }

  .wabijin-qr-lp .lp-mobile-reserve a[data-action="reserve"] {
    min-height: 58px;
    border-color: rgba(234, 217, 184, 0.82);
    background:
      linear-gradient(135deg, #b63a2c, #7f241c),
      repeating-linear-gradient(35deg, rgba(255, 253, 248, 0.09) 0 1px, transparent 1px 10px);
    color: var(--lp-paper);
    font-size: 12px;
    box-shadow: 0 10px 22px rgba(127, 36, 28, 0.24);
  }

  .wabijin-qr-lp .asakusa-access__map {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 430px) {
  .wabijin-qr-lp .lp-contact-grid {
    gap: 8px;
  }

  .wabijin-qr-lp .lp-contact-button {
    min-height: 60px;
    padding: 9px;
  }

  .wabijin-qr-lp .lp-contact-grid .lp-contact-button {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .wabijin-qr-lp .lp-contact-grid .lp-contact-icon {
    width: 34px;
    height: 34px;
  }

  .wabijin-qr-lp .lp-contact-grid .lp-contact-icon svg {
    width: 21px;
    height: 21px;
  }

  .wabijin-qr-lp .lp-contact-name {
    font-size: 13px;
    line-height: 1.25;
  }

  .wabijin-qr-lp .lp-contact-button-phone .lp-contact-name {
    font-size: 13px;
  }

  .wabijin-qr-lp .lp-contact-note {
    font-size: 10px;
    line-height: 1.3;
  }
}

/* Stage 6: restrained paper texture and ornament finish. */
.wabijin-qr-lp {
  background:
    linear-gradient(180deg, rgba(250, 246, 237, 0.97), rgba(250, 243, 231, 0.94) 48%, rgba(255, 253, 248, 0.96)),
    url("/assets/asakusa-wabijin/images/page-pattern.svg"),
    #faf3e7;
  background-size: auto, 520px auto, auto;
}

.wabijin-qr-lp .lp-section,
.wabijin-qr-lp .lp-reasons,
.wabijin-qr-lp .lp-gallery-preview,
.wabijin-qr-lp .lp-final-cta {
  border-top: 1px solid rgba(184, 135, 44, 0.1);
  background:
    linear-gradient(180deg, rgba(250, 246, 237, 0.94), rgba(255, 253, 248, 0.92));
}

.wabijin-qr-lp .lp-section:nth-of-type(odd),
.wabijin-qr-lp .lp-flow,
.wabijin-qr-lp .lp-support {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.9), rgba(250, 244, 235, 0.92));
}

.wabijin-qr-lp .lp-plans,
.wabijin-qr-lp .asakusa-hero {
  background:
    linear-gradient(180deg, rgba(250, 246, 237, 0.97), rgba(255, 253, 248, 0.9)),
    url("/assets/asakusa-wabijin/images/page-pattern.svg");
  background-size: auto, 520px auto;
}

.wabijin-qr-lp .lp-section h2::before,
.wabijin-qr-lp .lp-final-cta h2::before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border: 1px solid rgba(143, 107, 55, 0.48);
  background: rgba(255, 253, 248, 0.86);
  content: "";
  transform: rotate(45deg) translateY(-2px);
  vertical-align: middle;
}

.wabijin-qr-lp .lp-section h2::after,
.wabijin-qr-lp .lp-final-cta h2::after {
  display: block;
  width: 88px;
  max-width: 42%;
  height: 1px;
  margin-top: 12px;
  background: linear-gradient(90deg, rgba(143, 107, 55, 0.58), rgba(143, 107, 55, 0));
  content: "";
}

.wabijin-qr-lp .lp-service-card,
.wabijin-qr-lp .lp-plan-card,
.wabijin-qr-lp .lp-seasonal-plan-card,
.wabijin-qr-lp .lp-reason-card,
.wabijin-qr-lp .lp-support-card,
.wabijin-qr-lp .lp-flow-list li,
.wabijin-qr-lp .lp-photo-card,
.wabijin-qr-lp .lp-faq-mini-item,
.wabijin-qr-lp .lp-final-inner,
.wabijin-qr-lp .asakusa-access,
.wabijin-qr-lp .lp-contact-button {
  border-color: rgba(143, 107, 55, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.99), rgba(250, 246, 237, 0.95));
  box-shadow: 0 8px 18px rgba(72, 48, 31, 0.055);
}

.wabijin-qr-lp .lp-service-card,
.wabijin-qr-lp .lp-plan-card,
.wabijin-qr-lp .lp-seasonal-plan-card,
.wabijin-qr-lp .lp-reason-card,
.wabijin-qr-lp .lp-support-card,
.wabijin-qr-lp .lp-faq-mini-item {
  position: relative;
}

.wabijin-qr-lp .lp-service-card::before,
.wabijin-qr-lp .lp-plan-card::before,
.wabijin-qr-lp .lp-seasonal-plan-card::before,
.wabijin-qr-lp .lp-reason-card::before,
.wabijin-qr-lp .lp-support-card::before,
.wabijin-qr-lp .lp-faq-mini-item::before {
  position: absolute;
  top: 0;
  right: 18px;
  left: 18px;
  height: 1px;
  background: linear-gradient(90deg, rgba(143, 107, 55, 0.34), rgba(143, 107, 55, 0));
  content: "";
  pointer-events: none;
}

.wabijin-qr-lp .lp-plan-badge,
.wabijin-qr-lp .lp-seasonal-plan-badge,
.wabijin-qr-lp .lp-flow-list span {
  background: #8f6b37;
  color: var(--lp-paper);
  box-shadow: none;
}

.wabijin-qr-lp .lp-service-card-night,
.wabijin-qr-lp .lp-service-card-night .lp-service-body,
.wabijin-qr-lp .lp-plan-grid .lp-plan-card[data-plan-id="yukata-night"],
.wabijin-qr-lp .lp-seasonal-plan-card-night {
  border-color: rgba(58, 70, 95, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.99), rgba(248, 246, 241, 0.96));
  box-shadow: 0 8px 18px rgba(58, 70, 95, 0.07);
}

.wabijin-qr-lp .lp-plan-grid .lp-plan-card[data-plan-id="yukata-night"] .lp-plan-badge,
.wabijin-qr-lp .lp-seasonal-plan-card-night .lp-seasonal-plan-badge {
  background: #4b5870;
}

.wabijin-qr-lp .lp-service-card-night .lp-service-meta div {
  border-color: rgba(58, 70, 95, 0.12);
  background: rgba(255, 253, 248, 0.78);
}

/* Stage 7: mobile final adjustments for wrapping and fixed nav clearance. */
.wabijin-qr-lp .lp-plan-head,
.wabijin-qr-lp .lp-service-body,
.wabijin-qr-lp .lp-seasonal-plan-body,
.wabijin-qr-lp .lp-photo-card figcaption,
.wabijin-qr-lp .lp-contact-copy {
  min-width: 0;
}

.wabijin-qr-lp .asakusa-hero__english,
.wabijin-qr-lp .asakusa-quick-tags li {
  hyphens: none;
  overflow-wrap: normal;
  word-break: keep-all;
}

.wabijin-qr-lp .lp-button > span:not(.asakusa-hero__cta-icon):not(.asakusa-hero__cta-arrow),
.wabijin-qr-lp .asakusa-service-links a > span:not(.asakusa-service-links__icon):not(.asakusa-service-links__arrow),
.wabijin-qr-lp .lp-mobile-reserve a > span:not(.lp-mobile-reserve__icon) {
  min-width: 0;
}

@media (max-width: 430px) {
  .wabijin-qr-lp .asakusa-hero__english {
    font-size: 12px;
    text-wrap: balance;
  }

  .wabijin-qr-lp .asakusa-quick-tags {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wabijin-qr-lp .asakusa-quick-tags li:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 374px) {
  .wabijin-qr-lp .asakusa-quick-tags {
    grid-template-columns: minmax(0, 1fr);
  }

  .wabijin-qr-lp .asakusa-quick-tags li:last-child {
    grid-column: auto;
  }
}

@media (max-width: 768px) {
  .wabijin-qr-lp {
    padding-bottom: calc(112px + env(safe-area-inset-bottom));
  }
}

/* CTA priority final adjustments. */
.wabijin-qr-lp .lp-header-cta,
.wabijin-qr-lp a.lp-button-primary,
.wabijin-qr-lp a.lp-button-plan,
.wabijin-qr-lp .lp-hero-actions .lp-button-primary,
.wabijin-qr-lp .lp-mobile-reserve a[data-action="reserve"] {
  border-color: rgba(234, 217, 184, 0.82);
  background: linear-gradient(135deg, #b63a2c, #7f241c);
  color: var(--lp-paper);
  box-shadow: 0 14px 28px rgba(127, 36, 28, 0.24);
}

.wabijin-qr-lp a.lp-button-primary,
.wabijin-qr-lp a.lp-button-plan,
.wabijin-qr-lp .lp-hero-actions .lp-button-primary {
  min-height: 52px;
}

.wabijin-qr-lp .asakusa-hero__cta,
.wabijin-qr-lp a.lp-contact-reserve {
  min-height: 56px;
}

.wabijin-qr-lp .lp-header-cta {
  min-height: 44px;
  padding: 11px 16px;
}

.wabijin-qr-lp .lp-button-secondary,
.wabijin-qr-lp .lp-contact-button {
  min-height: 48px;
  border-color: rgba(127, 36, 28, 0.24);
  background: rgba(255, 253, 248, 0.96);
  color: #7f241c;
  box-shadow: none;
}

.wabijin-qr-lp .lp-contact-button-phone {
  border-color: rgba(127, 36, 28, 0.32);
  background: #fffdf8;
}

.wabijin-qr-lp .asakusa-access__map {
  min-height: 48px;
  border: 1px solid rgba(169, 119, 46, 0.22);
  border-radius: var(--lp-radius);
  background: transparent;
  color: var(--lp-muted);
  box-shadow: none;
}

.wabijin-qr-lp .lp-subtle-link {
  min-height: 48px;
  border-color: rgba(111, 98, 87, 0.22);
  background: transparent;
  color: var(--lp-muted);
  box-shadow: none;
}

.wabijin-qr-lp .lp-service-actions .lp-subtle-link,
.wabijin-qr-lp .lp-plan-card .lp-subtle-link,
.wabijin-qr-lp .lp-visit-info-card .lp-subtle-link {
  min-height: 48px;
  border-color: rgba(111, 98, 87, 0.22);
  background: transparent;
  color: var(--lp-muted);
}

.wabijin-qr-lp .lp-button:focus-visible,
.wabijin-qr-lp .lp-header-cta:focus-visible,
.wabijin-qr-lp .lp-subtle-link:focus-visible,
.wabijin-qr-lp .asakusa-access__map:focus-visible,
.wabijin-qr-lp .lp-contact-button:focus-visible,
.wabijin-qr-lp .lp-mobile-reserve a:focus-visible {
  outline: 3px solid rgba(182, 58, 44, 0.42);
  outline-offset: 3px;
}

@media (max-width: 768px) {
  .wabijin-qr-lp {
    padding-bottom: calc(116px + env(safe-area-inset-bottom));
  }

  .wabijin-qr-lp .lp-hero-actions .lp-button,
  .wabijin-qr-lp .lp-plan-card .lp-button-plan,
  .wabijin-qr-lp .lp-seasonal-plan-card .lp-button-plan,
  .wabijin-qr-lp .lp-contact-reserve {
    width: 100%;
  }

  .wabijin-qr-lp .lp-hero-actions {
    gap: 12px;
  }

  .wabijin-qr-lp .lp-mobile-reserve {
    grid-template-columns: repeat(4, minmax(0, 0.86fr)) minmax(82px, 1.46fr);
    gap: 5px;
    padding: 6px 8px calc(6px + env(safe-area-inset-bottom));
  }

  .wabijin-qr-lp .lp-mobile-reserve a {
    min-width: 0;
    max-width: 100%;
    min-height: 52px;
    padding: 5px 1px;
    font-size: 10px;
  }

  .wabijin-qr-lp .lp-mobile-reserve a[data-action="menu"] {
    color: #7b6c61;
    opacity: 0.72;
  }

  .wabijin-qr-lp .lp-mobile-reserve a[data-action="contact"] {
    border-color: rgba(127, 36, 28, 0.26);
    background: rgba(255, 246, 241, 0.94);
    color: #7f241c;
  }

  .wabijin-qr-lp .lp-mobile-reserve a[data-action="reserve"] {
    min-height: 62px;
    padding-right: 5px;
    padding-left: 5px;
    background: linear-gradient(135deg, #b63a2c, #7f241c);
    font-size: 12px;
    box-shadow: 0 13px 26px rgba(127, 36, 28, 0.3);
  }
}

/* Gallery page photo layout. */
.gallery-page {
  --lp-ink: #2d2118;
  --lp-muted: #6f6257;
  --lp-pink: #a83224;
  --lp-deep-pink: #7f241c;
  --lp-gold: #b8872c;
  --lp-ivory: #fbf6ee;
  --lp-paper: #fffdf8;
  --lp-line: rgba(120, 82, 45, 0.18);
  --lp-shadow: 0 10px 24px rgba(72, 48, 31, 0.08);
  --lp-radius: 18px;
  --lp-serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", Georgia, serif;
  --lp-sans: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", system-ui, sans-serif;
  margin: 0;
  color: var(--lp-ink);
  background:
    linear-gradient(180deg, rgba(251, 246, 238, 0.97), rgba(255, 253, 248, 0.96)),
    var(--lp-ivory);
  font-family: var(--lp-serif);
  line-height: 1.75;
  padding-bottom: 0;
}

.gallery-page * {
  box-sizing: border-box;
}

.gallery-page a {
  color: inherit;
}

.gallery-page .site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(184, 135, 44, 0.26);
  background: linear-gradient(180deg, rgba(127, 36, 28, 0.98), rgba(91, 28, 21, 0.98));
  color: var(--lp-paper);
}

.gallery-page .site-header__inner,
.gallery-page .container {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
}

.gallery-page .site-header__inner {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-block: 10px;
}

.gallery-page .brand,
.gallery-page .site-nav,
.gallery-page .button-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gallery-page .brand {
  min-width: 0;
  text-decoration: none;
}

.gallery-page .brand__mark {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(234, 217, 184, 0.88);
  border-radius: 50%;
  background: var(--lp-paper);
  color: var(--lp-deep-pink);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.gallery-page .brand__name,
.gallery-page .brand__tagline {
  display: block;
  line-height: 1.2;
}

.gallery-page .brand__name {
  font-weight: 800;
}

.gallery-page .brand__tagline {
  color: rgba(255, 255, 255, 0.74);
  font-family: var(--lp-sans);
  font-size: 11px;
}

.gallery-page .site-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  font-family: var(--lp-sans);
  font-size: 14px;
  font-weight: 800;
}

.gallery-page .site-nav a {
  border-radius: 999px;
  padding: 8px 10px;
  text-decoration: none;
}

.gallery-page .site-nav a[aria-current="page"],
.gallery-page .nav-cta {
  background: var(--lp-paper);
  color: var(--lp-deep-pink);
}

.gallery-page .page-hero {
  border-bottom: 1px solid var(--lp-line);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(255, 242, 244, 0.78)),
    url("/assets/asakusa-wabijin/images/page-pattern.svg");
  background-size: auto, 420px auto;
  padding: 56px 0 44px;
}

.gallery-page .eyebrow {
  margin: 0;
  color: var(--lp-gold);
  font-family: var(--lp-sans);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.gallery-page h1,
.gallery-page h2,
.gallery-page h3,
.gallery-page p {
  overflow-wrap: anywhere;
}

.gallery-page h1 {
  margin: 10px 0 0;
  color: var(--lp-deep-pink);
  font-size: clamp(34px, 6vw, 56px);
  line-height: 1.18;
}

.gallery-page .lead,
.gallery-page .section-heading p,
.gallery-page .cta-panel p,
.gallery-page .gallery-card__body p {
  color: var(--lp-muted);
  font-family: var(--lp-sans);
}

.gallery-page .lead {
  max-width: 720px;
  margin: 14px 0 0;
  font-size: 17px;
  line-height: 1.7;
}

.gallery-page .button-row {
  flex-wrap: wrap;
  margin-top: 22px;
}

.gallery-page .button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--lp-line);
  border-radius: 999px;
  font-family: var(--lp-sans);
  font-weight: 900;
  line-height: 1.25;
  padding: 12px 18px;
  text-align: center;
  text-decoration: none;
}

.gallery-page .button--primary {
  border-color: rgba(234, 217, 184, 0.76);
  background: linear-gradient(135deg, var(--lp-pink), var(--lp-deep-pink));
  color: var(--lp-paper);
  box-shadow: 0 14px 28px rgba(95, 35, 25, 0.2);
}

.gallery-page .button--ghost {
  background: rgba(255, 253, 248, 0.82);
  color: var(--lp-deep-pink);
}

.gallery-page .section {
  padding: 54px 0;
}

.gallery-page .section-heading {
  max-width: 760px;
}

.gallery-page .section-heading h2,
.gallery-page .cta-panel h2 {
  margin: 6px 0 0;
  color: var(--lp-ink);
  font-size: clamp(28px, 5vw, 40px);
  line-height: 1.22;
}

.gallery-page .section-heading p,
.gallery-page .cta-panel p {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.75;
}

.gallery-page .gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.gallery-page .gallery-card {
  overflow: hidden;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(250, 244, 235, 0.94));
  box-shadow: var(--lp-shadow);
}

.gallery-page .gallery-card figure {
  display: grid;
  height: 100%;
  grid-template-rows: auto 1fr;
  margin: 0;
}

.gallery-page .gallery-card__media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f8efe7;
}

.gallery-page .gallery-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-page .gallery-card__body {
  display: grid;
  gap: 6px;
  padding: 16px;
}

.gallery-page .gallery-card__label {
  margin: 0;
  color: var(--lp-gold);
  font-family: var(--lp-sans);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}

.gallery-page .gallery-card h3 {
  margin: 0;
  font-size: 19px;
  line-height: 1.35;
}

.gallery-page .gallery-card__body p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
}

.gallery-page .gallery-card__body .gallery-card__en {
  color: var(--lp-gold);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.gallery-page .cta-panel {
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(250, 244, 235, 0.94));
  box-shadow: var(--lp-shadow);
  padding: 26px;
}

@media (max-width: 720px) {
  .gallery-page .site-header__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .gallery-page .site-nav {
    width: 100%;
    justify-content: flex-start;
  }

  .gallery-page .page-hero {
    padding: 42px 0 34px;
  }

  .gallery-page .section {
    padding: 42px 0;
  }

  .gallery-page .gallery-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .gallery-page .button,
  .gallery-page .button-row {
    width: 100%;
  }
}
