/* ===== Salony LP styles ===== */
:root {
  --navy-900: #12141d;
  --navy-800: #1a1d29;
  --navy-700: #242838;
  --ink: #1c1e26;
  --muted: #6b6f7d;
  --line: #e7e3da;
  --cream: #faf8f4;
  --cream-2: #f3efe7;
  --white: #ffffff;
  --gold: #c2a15c;
  --gold-soft: #d8c08a;
  --gold-deep: #9c7f44;
  --radius: 16px;
  --shadow-sm: 0 2px 10px rgba(18, 20, 29, .06);
  --shadow: 0 18px 50px rgba(18, 20, 29, .12);
  --maxw: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Noto Sans JP", system-ui, -apple-system, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; font-weight: 700; letter-spacing: .02em;
  padding: 14px 28px; border-radius: 999px; cursor: pointer;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  font-size: 15px; white-space: nowrap;
}
.btn-sm { padding: 10px 20px; font-size: 14px; }
.btn-lg { padding: 18px 40px; font-size: 17px; }
.btn-block { display: flex; width: 100%; }
.btn-primary { background: linear-gradient(135deg, var(--gold) 0%, var(--gold-deep) 100%); color: #fff; box-shadow: 0 10px 24px rgba(156, 127, 68, .3); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(156, 127, 68, .4); }
.btn-ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.4); }
.btn-ghost:hover { background: rgba(255,255,255,.1); }
.btn-outline { background: transparent; color: var(--ink); border: 1.5px solid var(--gold); }
.btn-outline:hover { background: var(--gold); color: #fff; }

/* ===== Header ===== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.86); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand-mark {
  width: 34px; height: 34px; border-radius: 9px;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-deep) 100%);
  color: #fff; font-weight: 900; font-size: 19px;
  display: grid; place-items: center; font-family: "Noto Serif JP", serif;
}
.brand-name { font-weight: 900; font-size: 21px; letter-spacing: .04em; }
.nav { display: flex; gap: 28px; }
.nav a { font-size: 14px; font-weight: 500; color: var(--muted); transition: color .2s; }
.nav a:hover { color: var(--ink); }

/* ===== Hero ===== */
.hero {
  background: radial-gradient(120% 120% at 80% 0%, var(--navy-700) 0%, var(--navy-900) 55%);
  color: #fff; position: relative; overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; right: -10%; top: -20%;
  width: 540px; height: 540px; border-radius: 50%;
  background: radial-gradient(circle, rgba(194,161,92,.22) 0%, transparent 70%);
}
.hero-inner {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center;
  padding: 84px 24px 92px; position: relative; z-index: 1;
}
.hero-eyebrow {
  display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: .12em;
  color: var(--gold-soft); margin: 0 0 18px; padding: 6px 14px;
  border: 1px solid rgba(216,192,138,.35); border-radius: 999px;
}
.hero-title {
  font-family: "Noto Serif JP", serif; font-weight: 700;
  font-size: clamp(26px, 3.6vw, 40px); line-height: 1.42; margin: 0 0 22px; letter-spacing: .01em;
  /* 日本語見出しが句の途中で折れないように。折り返しは <wbr>（読点位置）でのみ */
  word-break: keep-all;
}
.hero-title .hl { display: block; }
.hero-title .accent { color: var(--gold-soft); }
.hero-lead { font-size: 16px; color: rgba(255,255,255,.78); margin: 0 0 32px; max-width: 30em; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-points { list-style: none; display: flex; gap: 26px; margin: 30px 0 0; padding: 0; flex-wrap: wrap; }
.hero-points li { position: relative; padding-left: 22px; font-size: 14px; color: rgba(255,255,255,.82); font-weight: 500; }
.hero-points li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-soft); font-weight: 900; }
.hero-visual { position: relative; }
.hero-img {
  border-radius: 20px; box-shadow: 0 30px 70px rgba(0,0,0,.45);
  border: 1px solid rgba(255,255,255,.08); width: 100%;
}

/* ===== Section base ===== */
.section { padding: 92px 0; }
.section-eyebrow { text-align: center; font-size: 12px; font-weight: 700; letter-spacing: .18em; color: var(--gold-deep); margin: 0 0 12px; }
.section-title { text-align: center; font-family: "Noto Serif JP", serif; font-weight: 700; font-size: clamp(26px, 3.4vw, 36px); margin: 0 0 14px; line-height: 1.4; }
.section-sub { text-align: center; color: var(--muted); margin: 0 auto 48px; max-width: 36em; }

/* ===== Problem ===== */
.problem { background: var(--cream); }
.problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 44px; }
.problem-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 24px; box-shadow: var(--shadow-sm); }
.problem-num { font-family: "Noto Serif JP", serif; font-size: 26px; font-weight: 700; color: var(--gold); margin-bottom: 10px; }
.problem-card h3 { font-size: 17px; margin: 0 0 10px; }
.problem-card p { font-size: 14px; color: var(--muted); margin: 0; }
.problem-lead { text-align: center; font-size: clamp(18px, 2.6vw, 24px); margin: 48px 0 0; font-weight: 500; }
.problem-lead strong { color: var(--gold-deep); }

/* ===== Features ===== */
.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; margin-top: 64px; }
.feature-row:first-of-type { margin-top: 52px; }
.feature-row.reverse .feature-text { order: 2; }
.feature-tag { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .08em; color: var(--gold-deep); background: var(--cream-2); padding: 5px 14px; border-radius: 999px; margin-bottom: 16px; }
.feature-text h3 { font-size: clamp(20px, 2.6vw, 26px); margin: 0 0 16px; line-height: 1.5; }
.feature-text > p { color: var(--muted); margin: 0 0 20px; }
.feature-list { list-style: none; padding: 0; margin: 0; }
.feature-list li { position: relative; padding-left: 28px; margin-bottom: 12px; font-weight: 500; }
.feature-list li::before { content: ""; position: absolute; left: 0; top: 9px; width: 16px; height: 16px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(194,161,92,.18); }

/* ===== Mockups ===== */
.feature-visual { display: flex; justify-content: center; }
.mock { width: 100%; max-width: 420px; background: #fff; border-radius: 18px; box-shadow: var(--shadow); border: 1px solid var(--line); overflow: hidden; }
.mock-head { display: flex; align-items: center; gap: 7px; padding: 12px 16px; background: var(--cream-2); border-bottom: 1px solid var(--line); }
.mock-head.dark { background: var(--navy-800); border-bottom-color: var(--navy-700); }
.mock-head .dot { width: 10px; height: 10px; border-radius: 50%; background: #cfc9bd; }
.mock-head.dark .dot { background: #3a3f53; }
.mock-url { font-size: 12px; color: var(--muted); margin-left: 8px; }
.mock-url.light { color: rgba(255,255,255,.7); }
.mock-body { padding: 22px; }

/* booking mock */
.mb-title { font-weight: 700; font-size: 18px; margin-bottom: 14px; }
.mb-step { font-size: 12px; color: var(--muted); font-weight: 700; margin: 14px 0 8px; letter-spacing: .04em; }
.mb-option { display: flex; justify-content: space-between; align-items: center; padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px; margin-bottom: 8px; font-size: 14px; font-weight: 500; }
.mb-option span { color: var(--muted); }
.mb-option.selected { border-color: var(--gold); background: rgba(194,161,92,.08); }
.mb-option.selected span { color: var(--gold-deep); font-weight: 700; }
.mb-slots { display: flex; gap: 8px; flex-wrap: wrap; }
.slot { font-size: 13px; padding: 8px 12px; border-radius: 8px; background: var(--cream-2); font-weight: 600; }
.slot.now { background: var(--gold); color: #fff; }
.slot.off { opacity: .4; text-decoration: line-through; }
.mb-total { display: flex; justify-content: space-between; align-items: center; margin-top: 18px; padding-top: 16px; border-top: 1px dashed var(--line); }
.mb-total strong { font-size: 20px; color: var(--gold-deep); }

/* admin calendar mock */
.cal-row { display: grid; grid-template-columns: 56px 1fr 1fr 1fr; gap: 8px; align-items: center; margin-bottom: 8px; }
.cal-row span { font-size: 12px; color: var(--muted); font-weight: 600; }
.cal-row.head span { color: var(--ink); font-weight: 700; }
.cal-row b { height: 26px; border-radius: 7px; background: var(--cream-2); display: block; }
.cal-row b.ev { background: rgba(36,40,56,.16); }
.cal-row b.ev.g { background: var(--gold); }

/* payout mock */
.pay-row { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 10px; }
.pay-row strong { font-size: 24px; font-weight: 900; }
.pay-row.sub { font-size: 14px; color: var(--muted); margin-bottom: 6px; }
.pay-bar { height: 12px; border-radius: 999px; background: var(--cream-2); overflow: hidden; margin: 6px 0 18px; }
.pay-bar i { display: block; height: 100%; background: linear-gradient(90deg, var(--gold-soft), var(--gold-deep)); }
.pay-chip { margin-top: 14px; font-size: 13px; font-weight: 600; color: var(--gold-deep); background: rgba(194,161,92,.1); padding: 10px 14px; border-radius: 10px; text-align: center; }

/* ===== All features ===== */
.allfeatures { background: var(--navy-900); color: #fff; }
.allfeatures .section-title { color: #fff; }
.allfeatures .section-sub { color: rgba(255,255,255,.66); }
.allfeat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.allfeat-col { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius); padding: 28px 26px; }
.allfeat-col h3 { font-size: 16px; margin: 0 0 16px; color: var(--gold-soft); padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.1); }
.allfeat-col ul { list-style: none; padding: 0; margin: 0; }
.allfeat-col li { font-size: 14px; padding: 7px 0 7px 22px; position: relative; color: rgba(255,255,255,.85); }
.allfeat-col li::before { content: ""; position: absolute; left: 0; top: 14px; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.soon { font-size: 11px; color: var(--navy-900); background: var(--gold-soft); padding: 2px 8px; border-radius: 999px; margin-left: 8px; font-weight: 700; }

/* ===== Pricing ===== */
.pricing { background: var(--cream); }
.price-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 380px)); gap: 28px; justify-content: center; }
.price-card { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 38px 34px; box-shadow: var(--shadow-sm); position: relative; display: flex; flex-direction: column; }
.price-card.featured { border: 2px solid var(--gold); box-shadow: var(--shadow); }
.price-badge { position: absolute; top: -14px; right: 28px; background: linear-gradient(135deg, var(--gold), var(--gold-deep)); color: #fff; font-size: 13px; font-weight: 700; padding: 6px 18px; border-radius: 999px; }
.price-name { font-size: 18px; font-weight: 700; color: var(--gold-deep); }
.price-amount { font-family: "Noto Serif JP", serif; font-weight: 700; font-size: 44px; margin: 12px 0 6px; line-height: 1; }
.price-amount .cur { font-size: 26px; margin-right: 2px; }
.price-amount .per { font-size: 14px; color: var(--muted); font-family: "Noto Sans JP", sans-serif; font-weight: 400; margin-left: 6px; }
.price-desc { color: var(--muted); font-size: 14px; margin: 0 0 22px; }
.price-list { list-style: none; padding: 0; margin: 0 0 28px; flex: 1; }
.price-list li { position: relative; padding: 9px 0 9px 28px; border-bottom: 1px dashed var(--line); font-size: 14px; }
.price-list li::before { content: "✓"; position: absolute; left: 0; top: 9px; color: var(--gold); font-weight: 900; }
.price-note { text-align: center; color: var(--muted); font-size: 13px; margin-top: 28px; }

/* ===== Contact ===== */
.contact { background: radial-gradient(120% 120% at 20% 0%, var(--navy-700) 0%, var(--navy-900) 60%); color: #fff; text-align: center; }
.contact-inner { max-width: 640px; }
.contact-title { font-family: "Noto Serif JP", serif; font-weight: 700; font-size: clamp(24px, 3.4vw, 34px); margin: 0 0 16px; }
.contact-lead { color: rgba(255,255,255,.78); margin: 0 0 32px; }
.contact-sub { margin-top: 22px; font-size: 14px; color: rgba(255,255,255,.6); }

/* contact form */
.contact-form {
  text-align: left; background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1); border-radius: 18px;
  padding: 32px; backdrop-filter: blur(4px);
}
.field { margin-bottom: 18px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field label { display: block; font-size: 13px; font-weight: 700; color: rgba(255,255,255,.85); margin-bottom: 8px; }
.field .req { font-size: 11px; font-weight: 700; color: var(--navy-900); background: var(--gold-soft); padding: 1px 8px; border-radius: 999px; margin-left: 6px; vertical-align: middle; }
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%; box-sizing: border-box; padding: 12px 14px;
  background: rgba(255,255,255,.96); border: 1px solid transparent; border-radius: 10px;
  font-family: inherit; font-size: 15px; color: var(--ink); transition: box-shadow .15s, border-color .15s;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: #9aa0ad; }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(194,161,92,.35); }
.contact-form textarea { resize: vertical; min-height: 96px; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.consent { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: rgba(255,255,255,.8); margin: 4px 0 22px; cursor: pointer; }
.consent input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--gold); flex-shrink: 0; }
.consent a { color: var(--gold-soft); text-decoration: underline; }
.form-status { min-height: 1.4em; margin: 16px 0 0; font-size: 14px; font-weight: 600; text-align: center; }
.form-status.is-success { color: #7fd6a0; }
.form-status.is-error { color: #ff9b9b; }
#cf-submit[disabled] { opacity: .7; cursor: not-allowed; }
@media (max-width: 540px) {
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 24px; }
}

/* ===== Footer ===== */
.site-footer { background: var(--navy-900); color: #fff; padding: 56px 0 0; border-top: 1px solid var(--navy-700); }
.footer-inner { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; flex-wrap: wrap; padding-bottom: 40px; }
.footer-brand { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.footer-brand .brand-name { color: #fff; }
.footer-tagline { width: 100%; font-size: 13px; color: rgba(255,255,255,.55); margin: 10px 0 0; }
.footer-nav { display: flex; gap: 24px; flex-wrap: wrap; }
.footer-nav a { font-size: 14px; color: rgba(255,255,255,.8); transition: color .2s; }
.footer-nav a:hover { color: var(--gold-soft); }
.footer-copy { text-align: center; font-size: 13px; color: rgba(255,255,255,.45); padding: 22px 0; border-top: 1px solid var(--navy-700); }

/* ===== Legal pages ===== */
.legal-hero { background: var(--navy-900); color: #fff; padding: 56px 0; }
.legal-hero h1 { font-family: "Noto Serif JP", serif; font-weight: 700; font-size: clamp(24px, 3.4vw, 34px); margin: 0; }
.legal-hero p { color: rgba(255,255,255,.65); margin: 10px 0 0; font-size: 14px; }
.legal { max-width: 820px; padding-top: 56px; padding-bottom: 80px; }
.legal h2 { font-size: 19px; margin: 40px 0 14px; padding-left: 14px; border-left: 4px solid var(--gold); line-height: 1.5; }
.legal h2:first-child { margin-top: 0; }
.legal h3 { font-size: 16px; margin: 22px 0 8px; }
.legal p { color: var(--ink); margin: 0 0 14px; }
.legal ul, .legal ol { margin: 0 0 16px; padding-left: 1.4em; }
.legal li { margin-bottom: 8px; }
.legal .legal-meta { color: var(--muted); font-size: 14px; margin-bottom: 32px; }
.legal .legal-back { display: inline-block; margin-top: 40px; font-weight: 700; color: var(--gold-deep); }
.legal table.legal-info { width: 100%; border-collapse: collapse; margin: 8px 0 16px; }
.legal table.legal-info th, .legal table.legal-info td { text-align: left; vertical-align: top; padding: 10px 14px; border: 1px solid var(--line); font-size: 14px; }
.legal table.legal-info th { background: var(--cream); width: 32%; white-space: nowrap; }

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; padding: 60px 24px 70px; }
  .hero-visual { order: -1; }
  .nav { display: none; }
  .problem-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-row, .feature-row.reverse .feature-text { grid-template-columns: 1fr; order: 0; }
  .feature-row { gap: 32px; }
  .allfeat-grid { grid-template-columns: repeat(2, 1fr); }
  .price-grid { grid-template-columns: minmax(0, 420px); }
  .section { padding: 68px 0; }
}
@media (max-width: 540px) {
  .problem-grid { grid-template-columns: 1fr; }
  .allfeat-grid { grid-template-columns: 1fr; }
  .hero-points { gap: 16px; }
  .footer-inner { flex-direction: column; gap: 24px; }
}
