*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --white: #FFFFFF;
  --off-white: #FAFAF7;
  --cream: #F5F3EE;
  --green-50: #F0F5F0;
  --green-100: #DCE8DC;
  --green-200: #B8D4B8;
  --green-300: #8FBA8F;
  --green-400: #6A9E6A;
  --green-500: #5A8A5A;
  --green-600: #4A7A4A;
  --green-700: #3D6B3D;
  --gold: #D4A843;
  --gold-bright: #E5BD5A;
  --gold-light: #F0DDA0;
  --gold-pale: #FBF5E4;
  --gold-dark: #8F6F1C;
  --text: #2C2C28;
  --text-mid: #5A5850;
  --text-light: #6B665D;
  --text-soft: #767168;
  --border: #E5E0D8;
  --border-light: #F0EDE8;
}

html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Zen Maru Gothic', sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.85;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}

:focus-visible {
  outline: 2px solid var(--green-500);
  outline-offset: 3px;
  border-radius: 2px;
}

.serif { font-family: 'Shippori Mincho', serif; }
.en-serif { font-family: 'Cormorant Garamond', serif; font-style: italic; }
.container { max-width: 1000px; margin: 0 auto; }
.section-pad { padding: 110px 28px; }

.reveal {
  opacity: 0; transform: translateY(24px);
  transition: opacity 0.7s cubic-bezier(0.25,0.46,0.45,0.94), transform 0.7s cubic-bezier(0.25,0.46,0.45,0.94);
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.15s; }
.reveal-delay-2 { transition-delay: 0.3s; }

@keyframes softFadeIn {
  from { opacity: 0; transform: translateY(-16px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes lineGrow {
  from { transform: scaleY(0); }
  to { transform: scaleY(1); }
}

/* NAV */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  transition: box-shadow 0.4s;
}
nav.scrolled { box-shadow: 0 1px 24px rgba(0,0,0,0.05); }
.nav-inner {
  max-width: 1100px; margin: 0 auto; padding: 0 28px;
  display: flex; align-items: center; justify-content: space-between; height: 68px;
}
.nav-logo {
  font-family: 'Shippori Mincho', serif;
  font-size: 1.1rem; font-weight: 500; color: var(--text);
  text-decoration: none; letter-spacing: 0.14em;
}
.nav-links { display: flex; gap: 28px; list-style: none; align-items: center; }
.nav-links a {
  text-decoration: none; color: var(--text-mid);
  font-size: 0.8rem; letter-spacing: 0.06em; transition: color 0.3s; font-weight: 400;
}
.nav-links a:hover { color: var(--green-600); }
.nav-cta-btn {
  background: var(--green-500); color: white !important;
  padding: 7px 22px; border-radius: 4px;
  font-size: 0.75rem !important; letter-spacing: 0.1em; transition: all 0.3s; border: none;
}
.nav-cta-btn:hover { background: var(--green-600); }
.hamburger {
  display: none; flex-direction: column; gap: 5px;
  cursor: pointer; background: none; border: none; padding: 8px;
}
.hamburger span { width: 20px; height: 1.5px; background: var(--text); transition: 0.3s; }
.mobile-menu {
  display: none; position: fixed; top: 68px; left: 0; right: 0; bottom: 0;
  background: rgba(255,255,255,0.98); backdrop-filter: blur(20px); z-index: 99;
  flex-direction: column; align-items: center; justify-content: center; gap: 32px;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-family: 'Shippori Mincho', serif; font-size: 1rem;
  text-decoration: none; color: var(--text); letter-spacing: 0.12em;
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
}

/* HERO */
.hero {
  min-height: 100svh; display: flex; align-items: center; justify-content: center;
  position: relative; background: var(--white); overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; pointer-events: none; }
.hero-bg::before {
  content: ''; position: absolute; top: -20%; right: -15%; width: 700px; height: 700px;
  background: radial-gradient(ellipse, var(--green-100) 0%, transparent 65%); opacity: 0.7;
}
.hero-bg::after {
  content: ''; position: absolute; bottom: -10%; left: -10%; width: 500px; height: 500px;
  background: radial-gradient(ellipse, var(--gold-pale) 0%, transparent 65%); opacity: 0.8;
}
.hero-content { text-align: center; position: relative; z-index: 2; padding: 130px 28px 90px; }
.hero-gold-line {
  width: 48px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 0 auto 24px; opacity: 0; animation: softFadeIn 1s 0.4s ease forwards;
}
.hero-en {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.9rem; font-weight: 500; font-style: italic;
  color: var(--gold-dark); letter-spacing: 0.3em; margin-bottom: 20px;
  opacity: 0; animation: softFadeIn 1s 0.3s ease forwards;
}
.hero-title {
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(2rem, 5.5vw, 3.4rem); font-weight: 500;
  letter-spacing: 0.18em; line-height: 1.5; margin-bottom: 6px;
  opacity: 0; animation: softFadeIn 1s 0.6s ease forwards;
}
.hero-catch {
  font-family: 'Shippori Mincho', serif; font-size: 1rem;
  color: var(--text-mid); letter-spacing: 0.1em; line-height: 2.2; margin-bottom: 48px;
  opacity: 0; animation: softFadeIn 1s 1s ease forwards;
}
.hero-line {
  width: 1px; height: 56px; margin: 0 auto;
  background: linear-gradient(180deg, var(--gold-light), var(--green-200));
  transform-origin: top; animation: lineGrow 1.2s 1.3s ease forwards; opacity: 0.6;
}

/* Section heading */
.sec-heading { text-align: center; margin-bottom: 56px; }
.sec-heading .en {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.88rem; font-weight: 500; font-style: italic;
  color: var(--gold-dark); letter-spacing: 0.25em; margin-bottom: 10px;
}
.sec-heading h2 {
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(1.3rem, 3vw, 1.7rem); font-weight: 500; letter-spacing: 0.14em;
}
.sec-heading .divider {
  display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 18px;
}
.sec-heading .divider::before, .sec-heading .divider::after {
  content: ''; width: 24px; height: 1px; background: var(--green-200);
}
.sec-heading .divider-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }

/* ABOUT */
.about { background: var(--white); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.about-img-wrap { position: relative; }
.about-img-wrap::before {
  content: ''; position: absolute; top: -8px; left: -8px; right: 8px; bottom: 8px;
  border: 1px solid var(--green-200); z-index: 0;
}
.about-img-wrap img { width: 100%; aspect-ratio: 4/5; object-fit: cover; position: relative; z-index: 1; }
.about-text h3 {
  font-family: 'Shippori Mincho', serif; font-size: 1.25rem; font-weight: 500;
  letter-spacing: 0.08em; margin-bottom: 20px; line-height: 1.9;
}
.about-text p { font-size: 0.92rem; color: var(--text-mid); line-height: 2.1; margin-bottom: 14px; }
.about-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 20px; border-radius: 2px; font-size: 0.8rem;
  color: var(--green-700); margin-top: 14px;
  background: var(--green-50); border: 1px solid var(--green-100);
}
.about-badge .gold-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
@media (max-width: 768px) { .about-grid { grid-template-columns: 1fr; gap: 36px; } }

/* MENU */
.menu-section { background: var(--off-white); }
.menu-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.menu-card {
  background: var(--white); overflow: hidden; border: 1px solid var(--border-light);
  transition: transform 0.5s cubic-bezier(0.25,0.46,0.45,0.94), box-shadow 0.5s ease;
}
.menu-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(90,138,90,0.08); }
.menu-card-img { aspect-ratio: 4/3; overflow: hidden; }
.menu-card-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.25,0.46,0.45,0.94);
}
.menu-card:hover .menu-card-img img { transform: scale(1.06); }
.menu-card-body { padding: 28px 22px; }
.menu-card-body h3 {
  font-family: 'Shippori Mincho', serif; font-size: 1.05rem; font-weight: 500;
  letter-spacing: 0.06em; margin-bottom: 10px;
}
.menu-card-body p { font-size: 0.84rem; color: var(--text-light); line-height: 1.9; margin-bottom: 16px; }
.menu-price-tag {
  font-family: 'Shippori Mincho', serif; font-size: 0.85rem; color: var(--gold-dark); font-weight: 500;
  border-top: 1px solid var(--border-light); padding-top: 12px; line-height: 1.9;
}
@media (max-width: 768px) { .menu-cards { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; } }

/* SPECIAL */
.special { background: var(--white); }
.special-list { max-width: 680px; margin: 0 auto; }
.sp-row {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 20px 0; border-bottom: 1px solid var(--border-light); flex-wrap: wrap; gap: 6px;
}
.sp-row:last-child { border-bottom: none; }
.sp-name { font-family: 'Shippori Mincho', serif; font-size: 0.98rem; font-weight: 500; }
.sp-desc { font-size: 0.8rem; color: var(--text-light); width: 100%; margin-top: 2px; }
.sp-price { font-family: 'Shippori Mincho', serif; font-size: 0.95rem; color: var(--gold-dark); font-weight: 500; white-space: nowrap; }

/* SHONIBARI TEASER */
.shoni-teaser { background: var(--green-50); position: relative; overflow: hidden; }
.shoni-teaser::after {
  content: ''; position: absolute; top: 0; right: 0; bottom: 0; width: 40%;
  background: linear-gradient(135deg, transparent 50%, rgba(212,168,67,0.04) 100%); pointer-events: none;
}
.shoni-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.shoni-img { overflow: hidden; }
.shoni-img img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.shoni-text .label { font-size: 0.82rem; color: var(--gold-dark); font-weight: 500; letter-spacing: 0.12em; margin-bottom: 10px; }
.shoni-text h3 {
  font-family: 'Shippori Mincho', serif; font-size: 1.4rem; font-weight: 500;
  letter-spacing: 0.1em; margin-bottom: 18px;
}
.shoni-text p { font-size: 0.9rem; color: var(--text-mid); line-height: 2.1; margin-bottom: 24px; }
.btn-more {
  display: inline-flex; align-items: center; gap: 10px; text-decoration: none;
  font-size: 0.82rem; letter-spacing: 0.06em; color: var(--green-700); font-weight: 500;
  border-bottom: 1px solid var(--green-300); padding-bottom: 4px; transition: all 0.3s;
}
.btn-more:hover { color: var(--gold-dark); border-color: var(--gold); }
.btn-more .arr { transition: transform 0.3s; }
.btn-more:hover .arr { transform: translateX(4px); }
@media (max-width: 768px) { .shoni-grid { grid-template-columns: 1fr; } }

/* PRACTITIONER */
.practitioner { background: var(--white); }
.prac-card { max-width: 680px; margin: 0 auto; display: flex; gap: 44px; align-items: center; }
.prac-photo {
  width: 200px; height: 200px; border-radius: 50%; overflow: hidden; flex-shrink: 0;
  border: 2px solid var(--green-200); box-shadow: 0 0 0 6px var(--green-50);
}
.prac-photo img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); transform-origin: center 52%; }
.prac-info .role {
  font-size: 0.78rem; color: var(--gold-dark); letter-spacing: 0.15em; margin-bottom: 6px;
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 500;
}
.prac-info .name { font-family: 'Shippori Mincho', serif; font-size: 1.3rem; font-weight: 500; letter-spacing: 0.08em; margin-bottom: 4px; }
.prac-info .name-kana { font-size: 0.8rem; color: var(--text-light); margin-bottom: 16px; }
.prac-info p { font-size: 0.9rem; color: var(--text-mid); line-height: 2; }
@media (max-width: 768px) { .prac-card { flex-direction: column; text-align: center; gap: 24px; } }

/* ACCESS */
.access { background: var(--off-white); }
.access-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; }
.access-map { aspect-ratio: 4/3; overflow: hidden; border: 1px solid var(--border); }
.access-map iframe { width: 100%; height: 100%; border: none; }
.access-info h3 { font-family: 'Shippori Mincho', serif; font-size: 1.1rem; margin-bottom: 24px; }
.acc-item { margin-bottom: 18px; }
.acc-item dt {
  font-size: 0.78rem; color: var(--gold-dark); letter-spacing: 0.12em; margin-bottom: 3px;
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 500;
}
.acc-item dd { font-size: 0.92rem; color: var(--text); line-height: 1.8; }
.acc-item dd a { color: var(--text); text-decoration: none; border-bottom: 1px solid var(--green-200); transition: color 0.3s; }
.acc-item dd a:hover { color: var(--green-700); }
.acc-notes {
  font-size: 0.82rem; color: var(--text-light); line-height: 1.9;
  border-top: 1px solid var(--border-light); padding-top: 14px; margin-top: 10px;
}
@media (max-width: 768px) { .access-grid { grid-template-columns: 1fr; } }

/* CTA */
.cta-section {
  background: var(--green-600); text-align: center; color: white;
  position: relative; overflow: hidden;
}
.cta-section::before {
  content: ''; position: absolute; top: -60px; right: -60px; width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(212,168,67,0.15), transparent 70%);
}
.cta-section h2 {
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(1.2rem, 3vw, 1.6rem); font-weight: 400; letter-spacing: 0.1em;
  margin-bottom: 10px; position: relative; z-index: 1;
}
.cta-section p { font-size: 0.86rem; opacity: 0.9; margin-bottom: 32px; position: relative; z-index: 1; }
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }
.cta-btn {
  display: inline-flex; align-items: center; gap: 10px; padding: 13px 28px;
  border-radius: 3px; text-decoration: none; font-size: 0.85rem; font-weight: 500;
  letter-spacing: 0.05em; transition: all 0.3s;
}
.cta-btn.primary { background: var(--gold); color: #2A1F05; }
.cta-btn.primary:hover { background: var(--gold-bright); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.15); }
.cta-btn.secondary { background: rgba(255,255,255,0.14); color: white; border: 1px solid rgba(255,255,255,0.35); }
.cta-btn.secondary:hover { background: rgba(255,255,255,0.22); }

/* FOOTER */
footer {
  background: #2C2E28; color: rgba(255,255,255,0.6);
  padding: 44px 28px 28px; text-align: center;
}
.footer-logo { font-family: 'Shippori Mincho', serif; font-size: 1rem; color: rgba(255,255,255,0.82); letter-spacing: 0.14em; margin-bottom: 14px; }
.footer-links { display: flex; gap: 20px; justify-content: center; margin-bottom: 20px; list-style: none; }
.footer-links a { color: rgba(255,255,255,0.55); text-decoration: none; font-size: 0.76rem; letter-spacing: 0.06em; transition: color 0.3s; }
.footer-links a:hover { color: var(--gold-light); }
footer small { font-size: 0.72rem; opacity: 0.5; }
.footer-affiliate { margin-bottom: 18px; }
.footer-affiliate a {
  color: rgba(255,255,255,0.4); text-decoration: none;
  font-size: 0.72rem; letter-spacing: 0.06em; transition: color 0.3s;
}
.footer-affiliate a:hover { color: rgba(240,221,160,0.7); }

/* Gold decorative strip */
.gold-strip { height: 2px; background: linear-gradient(90deg, transparent, var(--gold-light), var(--gold), var(--gold-light), transparent); }

/* ======= SHONIBARI PAGE ======= */
.shoni-hero-sec {
  padding: 140px 28px 80px; text-align: center;
  background: linear-gradient(180deg, var(--green-50) 0%, var(--white) 100%);
}
.shoni-hero-sec .gold-line {
  width: 48px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 0 auto 20px;
}
.shoni-hero-sec .en-serif {
  color: var(--gold-dark); letter-spacing: 0.25em; font-size: 0.88rem; font-weight: 500;
  margin-bottom: 12px; display: block;
}
.shoni-hero-sec h1 {
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(1.5rem, 4vw, 2.1rem); font-weight: 500; letter-spacing: 0.1em; margin-bottom: 14px;
}
.shoni-hero-sec p { font-size: 0.92rem; color: var(--text-mid); max-width: 520px; margin: 0 auto; line-height: 2.1; }

.benefits-sec { background: var(--white); }
.benefits-list { max-width: 620px; margin: 0 auto; }
.ben-item { display: flex; gap: 18px; align-items: flex-start; padding: 22px 0; border-bottom: 1px solid var(--border-light); }
.ben-item:last-child { border-bottom: none; }
.ben-num {
  font-family: 'Cormorant Garamond', serif; font-size: 0.95rem; color: var(--gold-dark); font-weight: 500;
  flex-shrink: 0; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--gold-light); border-radius: 50%; font-style: italic;
}
.ben-text h4 { font-family: 'Shippori Mincho', serif; font-size: 0.96rem; font-weight: 500; line-height: 1.7; }

.ns-sec { background: var(--off-white); }
.ns-content { max-width: 620px; margin: 0 auto; text-align: left; }
.ns-content p { font-size: 0.92rem; color: var(--text-mid); line-height: 2.2; margin-bottom: 14px; }
.ns-content p.ns-highlight,
.ns-content p.ns-note { text-align: center; }
.ns-highlight { font-family: 'Shippori Mincho', serif; font-size: 1.1rem; color: var(--green-700); font-weight: 500; margin: 20px 0; }
.ns-note { font-size: 0.8rem; color: var(--text-light); margin-top: 10px; }

.age-sec { background: var(--white); }
.age-card { background: var(--off-white); padding: 32px; margin-bottom: 20px; border: 1px solid var(--border-light); }
.age-card h3 { font-family: 'Shippori Mincho', serif; font-size: 1.05rem; font-weight: 500; margin-bottom: 6px; display: flex; align-items: center; gap: 10px; }
.age-card .age-sub { font-size: 0.78rem; color: var(--text-light); margin-bottom: 14px; }
.sym-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.sym-tag { background: var(--white); padding: 5px 14px; font-size: 0.8rem; color: var(--text-mid); border: 1px solid var(--border); border-radius: 2px; }

.shoni-price-sec { background: var(--off-white); }
.price-box {
  max-width: 480px; margin: 0 auto; text-align: center;
  background: var(--white); padding: 40px; border: 1px solid var(--border-light);
}
.price-box .price-title { font-size: 0.85rem; color: var(--text-light); margin-bottom: 20px; }
.price-row { display: flex; justify-content: space-between; align-items: baseline; padding: 14px 0; border-bottom: 1px solid var(--border-light); }
.price-row:last-of-type { border-bottom: none; }
.price-age { font-family: 'Shippori Mincho', serif; font-size: 0.95rem; font-weight: 500; }
.price-val { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; color: var(--gold-dark); font-weight: 500; }
.price-note { font-size: 0.82rem; color: var(--text-light); line-height: 1.9; margin-top: 20px; }
.back-link { display: inline-flex; align-items: center; gap: 6px; color: var(--green-700); text-decoration: none; font-size: 0.85rem; font-weight: 500; margin-top: 28px; transition: color 0.3s; }
.back-link:hover { color: var(--gold-dark); }

::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--off-white); }
::-webkit-scrollbar-thumb { background: var(--green-200); border-radius: 3px; }

@media (max-width: 480px) {
  .section-pad { padding: 72px 18px; }
  .nav-inner { height: 58px; }
  .hero-content { padding: 100px 18px 60px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1 !important; transform: none !important; }
  .hero-en, .hero-title, .hero-catch, .hero-line, .hero-gold-line {
    opacity: 1 !important; animation: none !important;
  }
}
