:root {
  --lp-ink: #172033;
  --lp-ink-soft: #32435f;
  --lp-muted: #667085;
  --lp-paper: #fffdf8;
  --lp-warm: #f6f1e7;
  --lp-line: #ded6c4;
  --lp-accent: #a65335;
  --lp-accent-strong: #8d3f27;
  --lp-success: #176b54;
}

html {
  scroll-padding-top: 78px;
}

body {
  color: var(--lp-ink);
  background:
    linear-gradient(180deg, #fffdf8 0%, #f7f2e8 46%, #fffdf8 100%);
  text-rendering: optimizeLegibility;
}

.site-header {
  background: rgba(255, 253, 248, 0.96);
  border-bottom: 1px solid rgba(23, 32, 51, 0.1);
  box-shadow: 0 10px 30px rgba(23, 32, 51, 0.08);
  backdrop-filter: blur(16px);
}

.head {
  min-height: 72px;
}

.brand-mark {
  border-color: rgba(23, 32, 51, 0.55) !important;
  background: #fff;
  box-shadow: inset 0 0 0 6px rgba(166, 83, 53, 0.08);
}

.brand-name {
  font-weight: 700;
}

.brand-sub,
.hero-meta,
.num,
.tag,
.cat,
.date {
  letter-spacing: 0.05em !important;
}

.menu-button {
  border-radius: 6px;
  border-color: rgba(166, 83, 53, 0.45);
  box-shadow: 0 6px 18px rgba(23, 32, 51, 0.08);
}

.mobile-nav {
  background: rgba(255, 253, 248, 0.98);
  box-shadow: 0 18px 45px rgba(23, 32, 51, 0.14);
}

.mobile-nav a {
  min-height: 48px;
  font-size: 15px;
  font-weight: 700;
}

.mobile-nav a[href="#booking"] {
  justify-content: center;
  min-height: 56px;
  margin-top: 10px;
  color: #fff;
  background: var(--lp-accent);
  border: 0;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(141, 63, 39, 0.26);
}

.hero {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(246, 241, 231, 0.86));
  padding-top: 52px;
}

.hero-inner {
  gap: 34px;
}

.hero-meta {
  color: var(--lp-accent);
  font-size: 11px;
  font-weight: 700;
}

.hero h1 {
  color: var(--lp-ink);
  font-size: clamp(34px, 7vw, 58px);
  line-height: 1.28;
  letter-spacing: 0 !important;
}

.hero h1 span {
  color: var(--lp-accent-strong);
}

.hero-sub {
  max-width: 620px;
  color: var(--lp-ink-soft);
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.75;
}

.hero-trust,
.profile-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.hero-trust span,
.profile-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  color: var(--lp-ink);
  background: #fff;
  border: 1px solid rgba(166, 83, 53, 0.24);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.hero-primary-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hero-primary-actions a,
.sticky-consult-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 18px;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.hero-primary-actions .primary,
.sticky-consult-cta .primary {
  color: #fff;
  background: var(--lp-accent);
  box-shadow: 0 14px 28px rgba(141, 63, 39, 0.24);
}

.hero-primary-actions .secondary,
.sticky-consult-cta .secondary {
  color: var(--lp-ink);
  background: #fff;
  border: 1px solid rgba(23, 32, 51, 0.18);
}

.hero-fig {
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(23, 32, 51, 0.16);
}

.hero-fig img {
  filter: saturate(0.96) contrast(1.04);
}

.hero-lead {
  color: var(--lp-ink-soft);
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 15.5px;
  line-height: 1.9;
}

.cta {
  border-radius: 8px !important;
  font-weight: 800 !important;
}

.hero-body > .cta {
  min-height: 52px;
  padding-inline: 24px;
  background: var(--lp-accent) !important;
  box-shadow: 0 12px 24px rgba(141, 63, 39, 0.24);
}

.btn-ghost {
  font-weight: 700;
}

.hero-kpis {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(222, 214, 196, 0.9);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(23, 32, 51, 0.08);
}

.hero-kpis strong {
  color: var(--lp-accent-strong);
}

.hero-kpis p {
  color: var(--lp-ink-soft);
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
}

.quick-facts {
  background: var(--lp-ink);
  color: #fff;
}

.page-guide {
  background: #fffdf8;
}

.page-guide .eyebrow {
  color: var(--lp-accent);
  font-size: 13px;
  font-weight: 800;
}

.decision-guide {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
  margin-bottom: 26px;
}

.decision-card {
  display: flex;
  min-height: 178px;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  color: var(--lp-ink);
  background: #fff;
  border: 1px solid rgba(222, 214, 196, 0.95);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(23, 32, 51, 0.06);
}

.decision-card strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Noto Serif JP", serif;
  font-size: 21px;
  line-height: 1.45;
}

.decision-card p {
  color: var(--lp-ink-soft);
  font-size: 13.5px;
  line-height: 1.75;
}

.decision-card span {
  display: inline-flex;
  margin-top: 18px;
  color: var(--lp-accent-strong);
  font-size: 13px;
  font-weight: 800;
}

.decision-card.is-primary {
  color: #fff;
  background: var(--lp-ink);
  border-color: var(--lp-ink);
}

.decision-card.is-primary p,
.decision-card.is-primary span {
  color: rgba(255, 253, 248, 0.88);
}

.pg-card {
  border-radius: 8px;
}

.sec-head h2 {
  color: var(--lp-ink);
  font-size: clamp(28px, 4.2vw, 46px);
  line-height: 1.38;
  letter-spacing: 0 !important;
}

.sec-head .lede,
.paper-section p,
.reason p,
.what p,
.pbio {
  color: var(--lp-ink-soft);
  font-family: "Noto Sans JP", sans-serif !important;
  line-height: 1.9;
}

.reason {
  background: rgba(255, 255, 255, 0.36);
}

.reason h3,
.what h3,
.svc-inner h3,
.profile blockquote {
  letter-spacing: 0 !important;
}

.svc {
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(23, 32, 51, 0.06);
}

.svc img {
  filter: saturate(0.92) contrast(1.04);
}

.svc-cta-btn,
.submit-btn {
  border-radius: 8px;
  background: var(--lp-accent) !important;
}

.profile {
  gap: 48px;
}

.profile-fig {
  aspect-ratio: 1 / 1.05;
  border-radius: 8px;
  background: #ead8ca;
  box-shadow: 0 18px 42px rgba(23, 32, 51, 0.12);
}

.profile-fig img {
  object-fit: cover;
  object-position: 50% 16%;
  transform: scale(1.18);
  transform-origin: center top;
}

.profile blockquote {
  color: var(--lp-ink);
  font-size: clamp(22px, 4vw, 32px);
  line-height: 1.65;
}

.pname {
  color: var(--lp-ink);
  font-weight: 800;
}

.ptitle {
  color: var(--lp-muted);
}

.booking-intro {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.booking-intro span {
  min-height: 48px;
  padding: 10px 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.booking-grid {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.18);
}

.booking-card {
  background: #fffdf8;
}

.booking-card h3 {
  color: var(--lp-ink);
}

.slot-legend {
  gap: 10px;
  font-size: 12px;
}

.slot-day-label {
  font-size: 14px;
}

.slot-grid {
  gap: 10px;
}

.slot-button {
  min-height: 48px;
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 4px 10px rgba(23, 32, 51, 0.04);
}

.slot-button:hover:not(:disabled),
.slot-button.is-selected {
  transform: translateY(-1px);
}

.field input,
.field select,
.field textarea {
  min-height: 46px;
  font-size: 16px;
}

.sticky-consult-cta {
  display: none;
}

.lp-enhanced .absolute.rounded-full.blur-3xl {
  display: none;
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 72px;
  }

  body {
    padding-bottom: 86px;
  }

  .wrap {
    padding-inline: 22px;
  }

  .head {
    min-height: 66px;
    padding-inline: 22px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .brand-name {
    max-width: 210px;
    font-size: 13px;
    line-height: 1.35;
  }

  .brand-sub {
    font-size: 8.5px;
  }

  .hero {
    padding-top: 30px;
  }

  .hero-inner {
    gap: 18px;
    padding-bottom: 44px;
  }

  .hero-meta {
    margin-bottom: 16px;
    font-size: 10px;
    line-height: 1.6;
  }

  .hero h1 {
    margin-bottom: 14px;
    font-size: 32px;
    line-height: 1.34;
  }

  .hero-sub {
    font-size: 15px;
    line-height: 1.78;
  }

  .hero-trust {
    margin-top: 14px;
  }

  .hero-trust span {
    min-height: 30px;
    font-size: 11.5px;
  }

  .hero-primary-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  .hero-primary-actions a {
    width: 100%;
    min-height: 54px;
    font-size: 15px;
  }

  .hero-fig {
    margin-top: 4px;
    aspect-ratio: 16 / 9;
  }

  .hero-fig figcaption {
    padding: 8px 10px;
    font-size: 10px;
  }

  .hero-lead {
    margin-top: 4px;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.85;
  }

  .hero-body > .cta,
  .hero-body > .btn-ghost {
    display: none;
  }

  .hero-kpis {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0;
    margin-top: 20px;
    overflow: hidden;
  }

  .hero-kpis div,
  .hero-kpis div:not(:first-child) {
    min-height: 96px;
    padding: 14px 8px !important;
    text-align: center;
    border-right: 1px solid var(--lp-line) !important;
    border-bottom: 0 !important;
  }

  .hero-kpis div:last-child {
    border-right: 0 !important;
  }

  .hero-kpis strong {
    font-size: 27px;
    line-height: 1;
  }

  .hero-kpis p {
    font-size: 11px;
    line-height: 1.45;
  }

  .quick-facts {
    overflow-x: auto;
    white-space: nowrap;
  }

  section {
    padding: 68px 0;
  }

  .page-guide {
    padding-top: 54px;
  }

  .decision-guide {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 0;
  }

  .decision-card {
    min-height: auto;
    padding: 18px;
  }

  .decision-card strong {
    font-size: 19px;
  }

  .page-guide-grid {
    display: none;
  }

  .sec-head {
    gap: 14px;
    margin-bottom: 34px;
  }

  .sec-head h2 {
    font-size: 28px;
    line-height: 1.42;
  }

  .sec-head .lede {
    font-size: 14px;
  }

  .reason,
  .reason:nth-child(n+2) {
    padding: 24px 0;
  }

  .reason h3,
  .what h3 {
    font-size: 18px;
  }

  .svc-inner,
  .lt-body,
  .booking-card {
    padding: 24px 20px;
  }

  .svc {
    border-radius: 8px;
  }

  .svc img {
    max-height: 220px;
    object-fit: cover;
  }

  .profile {
    gap: 26px;
  }

  .profile-fig {
    aspect-ratio: 1 / 0.9;
  }

  .profile-fig img {
    object-position: 50% 10%;
    transform: scale(1.26);
  }

  .profile blockquote {
    margin-bottom: 24px;
    font-size: 23px;
    line-height: 1.7;
  }

  .profile blockquote:before {
    margin-bottom: 18px;
  }

  .pbio {
    font-size: 13.5px;
  }

  .profile-proof {
    margin-top: 12px;
    margin-bottom: 18px;
  }

  .booking-intro {
    grid-template-columns: 1fr;
    margin-bottom: 14px;
  }

  .contact {
    padding-top: 74px;
  }

  .contact .sec-head h2 {
    font-size: 27px;
  }

  .booking-grid {
    border-radius: 8px;
  }

  .booking-card h3 {
    font-size: 20px;
  }

  .slot-list {
    max-height: 520px;
  }

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

  .slot-button {
    min-height: 50px;
  }

  .submit-btn {
    width: 100%;
    min-height: 54px;
  }

  .sticky-consult-cta {
    position: fixed;
    z-index: 60;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 0.82fr;
    gap: 8px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    background: rgba(255, 253, 248, 0.96);
    border-top: 1px solid rgba(23, 32, 51, 0.12);
    box-shadow: 0 -12px 32px rgba(23, 32, 51, 0.16);
    backdrop-filter: blur(16px);
  }

  .sticky-consult-cta a {
    min-height: 48px;
    padding: 10px 12px;
    font-size: 13px;
  }
}

@media (max-width: 340px) {
  .wrap,
  .head {
    padding-inline: 18px;
  }

  .hero h1 {
    font-size: 29px;
  }

  .hero-kpis strong {
    font-size: 23px;
  }

  .hero-kpis p {
    font-size: 10px;
  }

  .brand-name {
    max-width: 180px;
  }
}
