/* ==========================================================
   tamae美容鍼灸院 LP - style.css
   ========================================================== */

:root {
  --bg-main: #F7F2E8;
  --bg-base: #FFFDF8;
  --gold: #C9A85C;
  --gold-dark: #B08F45;
  --sage: #8FA58B;
  --blue: #9DB8C4;
  --text-dark: #403A34;
  --text-sub: #81786E;
  --border-soft: rgba(64, 58, 52, 0.12);
  --shadow-soft: 0 12px 32px rgba(64, 58, 52, 0.08);
  --font-serif: "Noto Serif JP", serif;
  --font-sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --max-width: 1120px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--text-dark);
  background: var(--bg-base);
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

.inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

.narrow { max-width: 780px; }

.center { text-align: center; }

h1, h2, h3, h4 {
  font-family: var(--font-serif);
  font-weight: 600;
  margin: 0 0 0.6em;
  color: var(--text-dark);
}

p { margin: 0 0 1em; color: var(--text-dark); }

.sp-only { display: none; }

.eyebrow {
  font-family: var(--font-serif);
  letter-spacing: 0.18em;
  color: var(--gold-dark);
  font-size: 0.8rem;
  margin-bottom: 0.8em;
  text-transform: uppercase;
}
.eyebrow.center { text-align: center; }

.section-title {
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  line-height: 1.6;
}
.section-title.center { text-align: center; }

.section-lead {
  color: var(--text-sub);
  font-size: 0.98rem;
}
.section-lead.center { text-align: center; }

.mini-title {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  margin-top: 1.4em;
  margin-bottom: 0.6em;
  color: var(--gold-dark);
}

.fine-print {
  font-size: 0.8rem;
  color: var(--text-sub);
}
.fine-print.center { text-align: center; }

.quote-emphasis {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  line-height: 2;
  color: var(--text-dark);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  padding: 0.95em 2.2em;
  border-radius: 999px;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: 0.95rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: #fff;
  box-shadow: 0 10px 24px rgba(201, 168, 92, 0.35);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(201, 168, 92, 0.45);
}

.btn-lg {
  padding: 1.1em 2.8em;
  font-size: 1.02rem;
}

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 253, 248, 0.92);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--border-soft);
}

.site-header .inner {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 76px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: auto;
}

.brand-logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.brand-text {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  letter-spacing: 0.05em;
  color: var(--text-dark);
}
.brand-text small {
  display: block;
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  color: var(--text-sub);
  font-family: var(--font-sans);
}

.site-nav {
  display: flex;
  gap: 28px;
}
.site-nav a {
  font-size: 0.9rem;
  color: var(--text-dark);
  position: relative;
  padding: 4px 0;
}
.site-nav a:hover { color: var(--gold-dark); }

.nav-cta { white-space: nowrap; padding: 0.7em 1.6em; font-size: 0.85rem; }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.nav-toggle span {
  width: 24px;
  height: 2px;
  background: var(--text-dark);
  display: block;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% 20%;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(247,242,232,0.97) 0%, rgba(247,242,232,0.88) 32%, rgba(247,242,232,0.45) 58%, rgba(247,242,232,0.15) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}
.hero-content h1 {
  font-size: clamp(2rem, 4.4vw, 3.1rem);
  line-height: 1.5;
  max-width: 620px;
}
.hero-lead {
  font-size: 1.05rem;
  max-width: 520px;
  color: var(--text-dark);
}
.hero-sub {
  font-family: var(--font-serif);
  color: var(--gold-dark);
  font-size: 1.1rem;
  margin-bottom: 1.6em;
}
.hero-note {
  margin-top: 1em;
  font-size: 0.82rem;
  color: var(--text-sub);
}

/* ---------- Sections ---------- */
.section { padding: 100px 0; }
.section-alt { background: var(--bg-main); }

/* Worries checklist */
.check-list {
  list-style: none;
  margin: 2em 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 28px;
}
.check-list li {
  position: relative;
  padding-left: 30px;
  font-size: 0.98rem;
  color: var(--text-dark);
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  border: 2px solid var(--sage);
  background: rgba(143, 165, 139, 0.12);
}
.check-list li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 0.62em;
  width: 8px;
  height: 4px;
  border-left: 2px solid var(--sage);
  border-bottom: 2px solid var(--sage);
  transform: rotate(-45deg);
}
.worries-note {
  text-align: center;
  font-family: var(--font-serif);
  font-size: 1.1rem;
  margin-top: 2em;
  color: var(--text-dark);
}

/* Quote section */
.section-quote {
  background: linear-gradient(180deg, var(--bg-base), var(--bg-main));
}
.section-quote p { color: var(--text-sub); }

/* Split layout */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.split.reverse .split-media { order: 2; }
.split.reverse .split-content { order: 1; }
.split-media img {
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 5;
}

.dot-list {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
}
.dot-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 0.6em;
  color: var(--text-dark);
}
.dot-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}
.center-list { max-width: 460px; margin-left: auto; margin-right: auto; text-align: left; }
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 24px;
  max-width: 640px;
}

/* Menu / Course cards */
.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 3em;
}
.menu-card {
  background: var(--bg-base);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
}
.menu-card-img { aspect-ratio: 4 / 3; overflow: hidden; }
.menu-card-img img { width: 100%; height: 100%; object-fit: cover; }
.menu-card h3 {
  font-size: 1.15rem;
  margin: 1em 1.3em 0.4em;
}
.menu-desc {
  font-size: 0.88rem;
  color: var(--text-sub);
  margin: 0 1.3em 1em;
  flex-grow: 1;
}
.price-list {
  list-style: none;
  margin: 0;
  padding: 1em 1.3em;
  border-top: 1px solid var(--border-soft);
  background: rgba(201, 168, 92, 0.06);
}
.price-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.84rem;
  margin-bottom: 0.5em;
  color: var(--text-dark);
}
.price-list li:last-child { margin-bottom: 0; }
.price-list b { color: var(--gold-dark); font-family: var(--font-serif); white-space: nowrap; }

.menu-note {
  text-align: center;
  font-size: 0.82rem;
  color: var(--text-sub);
  margin-top: 2em;
}

/* Flow */
.flow-list {
  list-style: none;
  margin: 3em 0 0;
  padding: 0;
  counter-reset: flow;
}
.flow-list li {
  position: relative;
  padding: 0 0 2.4em 70px;
  border-left: 2px solid var(--border-soft);
  margin-left: 18px;
}
.flow-list li:last-child { border-left: 2px solid transparent; padding-bottom: 0; }
.flow-list li::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px var(--bg-base);
}
.flow-step {
  display: block;
  font-family: var(--font-serif);
  color: var(--gold-dark);
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.3em;
}
.flow-list h3 { font-size: 1.05rem; margin-bottom: 0.3em; }
.flow-list p { color: var(--text-sub); font-size: 0.92rem; margin: 0; }

/* Profile */
.profile-card {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 50px;
  margin-top: 3em;
  align-items: start;
}
.profile-photo img {
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}
.profile-role {
  color: var(--text-sub);
  font-size: 0.85rem;
  margin-bottom: 0.2em;
}
.profile-name {
  font-size: 1.6rem;
  margin-bottom: 0.6em;
}
.profile-body p { font-size: 0.94rem; }
.profile-message {
  margin: 1.6em 0 0;
  padding: 1.4em 1.6em;
  background: var(--bg-main);
  border-left: 3px solid var(--gold);
  border-radius: 4px;
  font-style: normal;
  font-size: 0.94rem;
  color: var(--text-dark);
}

/* Feature grid */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 3em;
}
.feature-item {
  background: var(--bg-base);
  border-radius: 16px;
  padding: 2em;
  box-shadow: var(--shadow-soft);
}
.feature-item h3 { font-size: 1.05rem; margin-bottom: 0.5em; }
.feature-item p { font-size: 0.9rem; color: var(--text-sub); margin: 0; }
.feature-item-img { padding: 0; overflow: hidden; }
.feature-item-img .feature-img { aspect-ratio: 16 / 8; overflow: hidden; }
.feature-item-img .feature-img img { width: 100%; height: 100%; object-fit: cover; }
.feature-item-img h3, .feature-item-img p { padding: 0 2em; }
.feature-item-img h3 { margin-top: 0.8em; }
.feature-item-img p { padding-bottom: 2em; }

/* Voice */
.voice-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 3em;
}
.voice-card {
  margin: 0;
  background: var(--bg-main);
  border-radius: 16px;
  padding: 1.8em 1.6em;
}
.voice-card p {
  font-size: 0.92rem;
  margin-bottom: 1em;
}
.voice-card cite {
  font-style: normal;
  font-size: 0.8rem;
  color: var(--gold-dark);
}

/* FAQ */
.faq-list { margin-top: 2.5em; }
.faq-item {
  background: var(--bg-base);
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  padding: 1.1em 1.4em;
  margin-bottom: 12px;
}
.faq-item summary {
  cursor: pointer;
  font-weight: 500;
  font-family: var(--font-serif);
  list-style: none;
  position: relative;
  padding-right: 30px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: -2px;
  font-size: 1.3rem;
  color: var(--gold-dark);
  transition: transform 0.2s ease;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p {
  margin: 0.9em 0 0;
  font-size: 0.9rem;
  color: var(--text-sub);
}

/* Access */
.section-access { background: var(--bg-main); }
.access-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 3em;
  align-items: stretch;
}
.access-photo { border-radius: 16px; overflow: hidden; margin-bottom: 1.6em; aspect-ratio: 16/9; }
.access-photo img { width: 100%; height: 100%; object-fit: cover; }
.info-list {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 10px 16px;
  margin: 0 0 2em;
  font-size: 0.92rem;
}
.info-list dt { color: var(--text-sub); }
.info-list dd { margin: 0; }
.info-list a { color: var(--gold-dark); }
.access-map {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  min-height: 340px;
}
.access-map iframe { width: 100%; height: 100%; min-height: 340px; }

/* Final CTA */
.cta-final {
  background: linear-gradient(160deg, var(--bg-main), #efe6d3);
}
.cta-final p { color: var(--text-sub); }

/* Footer */
.site-footer {
  background: var(--text-dark);
  color: #EFE9DF;
  padding: 64px 0 24px;
}
.site-footer .inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
.footer-logo {
  width: 44px;
  height: 44px;
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
  padding: 4px;
  margin-bottom: 0.8em;
}
.footer-brand p { margin: 0; color: #EFE9DF; }
.footer-theme { color: var(--gold); font-family: var(--font-serif); font-size: 0.85rem; }
.footer-info p { font-size: 0.85rem; color: #CFC7B8; margin-bottom: 0.6em; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 0.85rem; color: #CFC7B8; }
.footer-links a:hover { color: var(--gold); }
.footer-copy {
  text-align: center;
  font-size: 0.75rem;
  color: #8C8375;
  margin: 48px 0 0;
}

/* Simple single-CTA header (biyou.html) */
.site-header.header-simple .inner { justify-content: space-between; }

/* Gallery (paired photos) */
.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 3em 0 1.5em;
}
.gallery-item {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}
.gallery-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.gallery-item figcaption {
  padding: 1em 1.2em;
  font-size: 0.85rem;
  color: var(--text-sub);
  background: var(--bg-base);
}

/* Pricing (biyou.html) */
.price-highlight {
  max-width: 420px;
  margin: 3em auto 0;
  background: var(--bg-base);
  border: 1px solid var(--border-soft);
  border-radius: 20px;
  padding: 2.4em 2em;
  text-align: center;
  box-shadow: var(--shadow-soft);
}
.price-highlight .price-name { color: var(--gold-dark); font-family: var(--font-serif); margin-bottom: 0.2em; }
.price-highlight .price-value { font-size: 2.2rem; font-family: var(--font-serif); color: var(--text-dark); margin-bottom: 0.1em; }
.price-highlight .price-time { font-size: 0.85rem; color: var(--text-sub); margin-bottom: 1.4em; }

.price-table {
  max-width: 560px;
  margin: 2.5em auto 0;
  border-collapse: collapse;
  width: 100%;
  font-size: 0.92rem;
}
.price-table th, .price-table td {
  padding: 14px 12px;
  border-bottom: 1px solid var(--border-soft);
  text-align: left;
}
.price-table th { color: var(--text-sub); font-weight: 500; font-size: 0.82rem; }
.price-table td:last-child, .price-table th:last-child { text-align: right; color: var(--gold-dark); font-family: var(--font-serif); }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .site-nav {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    background: var(--bg-base);
    border-bottom: 1px solid var(--border-soft);
    flex-direction: column;
    gap: 0;
    padding: 8px 24px 16px;
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px 0; border-bottom: 1px solid var(--border-soft); }
  .site-nav a:last-child { border-bottom: none; }
  .nav-toggle { display: flex; }
  .nav-cta { display: none; }
  .header-simple .nav-cta { display: inline-block; padding: 0.6em 1.3em; font-size: 0.8rem; }

  .gallery-grid { grid-template-columns: 1fr; }

  .split,
  .profile-card,
  .feature-grid,
  .access-grid { grid-template-columns: 1fr; }
  .split.reverse .split-media,
  .split.reverse .split-content { order: initial; }

  .menu-grid { grid-template-columns: repeat(2, 1fr); }
  .voice-grid { grid-template-columns: repeat(2, 1fr); }
  .check-list { grid-template-columns: 1fr; }

  .site-footer .inner { grid-template-columns: 1fr; }
  .sp-only { display: inline; }
}

@media (max-width: 600px) {
  .section { padding: 70px 0; }
  .hero { min-height: 100vh; }
  .hero-overlay { background: linear-gradient(180deg, rgba(247,242,232,0.55) 0%, rgba(247,242,232,0.96) 62%, rgba(247,242,232,1) 100%); }
  .menu-grid { grid-template-columns: 1fr; }
  .voice-grid { grid-template-columns: 1fr; }
  .two-col { grid-template-columns: 1fr; }
  .profile-photo { max-width: 240px; margin: 0 auto; }
}
