@charset "UTF-8";
/*
Theme Name: ひだまり接骨院（最新版）
Theme URI: https://hidamari-sekkotsuin.example.com/
Author: Hidamari Sekkotsu Clinic
Author URI: https://hidamari-sekkotsuin.example.com/
Description: 神奈川県相模原市のひだまり接骨院のためのオリジナルWordPressテーマ。有効化するだけで全ページ・メニュー・フロントページが自動生成されます。写真主役のエディトリアルなデザイン。
Version: 2.2.1
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hidamari-sekkotsuin
Tags: business, healthcare, japanese, custom-logo, custom-menu, featured-images, full-width-template, sticky-post, threaded-comments
*/

/* ===================================================================
   ひだまり接骨院 ─ HIDAMARI SEKKOTSU CLINIC WordPress Theme
   Style: Modern Japanese clinic / Navy + Gold + Cream
   Type:  Noto Serif JP (display) · Noto Sans JP (body) · Cormorant (en)
   =================================================================== */

:root {
  --navy:       #0c2c54;
  --navy-2:     #1a4870;
  --navy-deep:  #082042;
  --gold:       #c9a45c;
  --gold-2:     #e0bf80;
  --gold-deep:  #a07f3a;
  --cream:      #f7f3ea;
  --cream-2:    #efe7d5;
  --cream-3:    #e3d8be;
  --white:      #ffffff;
  --ink:        #1a1a1a;
  --ink-2:      #404040;
  --ink-3:      #6a6a6a;
  --gray:       #9a9a9a;
  --gray-light: #d4d4d4;
  --bg-soft:    #fafaf7;

  --line:       rgba(12, 44, 84, 0.12);
  --line-soft:  rgba(12, 44, 84, 0.06);
  --shadow-sm:  0 2px 8px rgba(12, 44, 84, 0.04);
  --shadow:     0 8px 30px rgba(12, 44, 84, 0.08);
  --shadow-lg:  0 30px 60px -20px rgba(12, 44, 84, 0.18);

  --display:    'Noto Serif JP', serif;
  --body:       'Noto Sans JP', sans-serif;
  --en:         'Jost', sans-serif;

  --max:        1280px;
  --pad-x:      clamp(1.3rem, 5vw, 4.5rem);
}

/* WordPress core blocks reset */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--cream);
  color: var(--ink);
  font-family: var(--body);
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.03em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  padding-top: 72px;
}
a { color: inherit; text-decoration: none; transition: opacity .25s ease, color .25s ease; }
a:hover { opacity: 0.7; }
img { display: block; max-width: 100%; height: auto; }
ul, ol { list-style: none; }
table { border-collapse: collapse; }

.text-link {
  color: var(--navy);
  font-weight: 500;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 0.2rem;
  letter-spacing: 0.08em;
}
.text-link:hover { color: var(--gold-deep); opacity: 1; }

/* Hide WordPress admin bar offset interference */
.admin-bar .tn-header { top: 32px; }
@media (max-width: 782px) {
  .admin-bar .tn-header { top: 46px; }
}

/* =============================================
   T.S.NAKAMURA-STYLE HEADER (compact)
   ============================================= */
.tn-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--tn-line);
}
.tn-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.8rem;
  height: 72px;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.tn-logo {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  flex-shrink: 0;
}
.tn-logo-mark { width: 38px; height: 38px; color: var(--tn-ink); flex-shrink: 0; }
.tn-logo-mark svg { width: 100%; height: 100%; }
.tn-logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.tn-logo-jp {
  font-family: var(--tn-serif);
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: 0.1em;
  color: var(--tn-ink);
}
.tn-logo-en {
  font-family: var(--tn-en);
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--tn-accent);
  margin-top: 0.25rem;
}

.tn-nav { margin-left: auto; }
.tn-nav-list { display: flex; align-items: center; gap: 1.6rem; }
.tn-nav-list li { position: relative; }
.tn-nav-list a {
  font-family: var(--tn-sans);
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--tn-ink);
  padding: 0.4rem 0;
  position: relative;
}
.tn-nav-list a::after {
  content: '';
  position: absolute;
  left: 0; right: 100%;
  bottom: -2px;
  height: 1px;
  background: var(--tn-accent);
  transition: right 0.3s ease;
}
.tn-nav-list a:hover { color: var(--tn-accent); opacity: 1; }
.tn-nav-list a:hover::after { right: 0; }

.tn-header-cta { flex-shrink: 0; }
.tn-header-tel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.2;
}
.tn-header-tel-label {
  font-family: var(--tn-sans);
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  color: var(--tn-ink-mute);
}
.tn-header-tel-num {
  font-family: var(--tn-en);
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--tn-accent);
}

/* Burger (mobile) */
.tn-burger {
  display: none;
  width: 40px; height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
  margin-left: auto;
}
.tn-burger span {
  display: block;
  width: 22px; height: 1.5px;
  background: var(--tn-ink);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.tn-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.tn-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.tn-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* Mobile drawer */
.tn-drawer {
  position: fixed;
  top: 72px; left: 0; right: 0; bottom: 0;
  background: #fff;
  z-index: 99;
  padding: 2rem 1.5rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  overflow-y: auto;
}
body.tn-menu-open { overflow: hidden; }
body.tn-menu-open .tn-drawer { opacity: 1; visibility: visible; transform: none; }
.tn-drawer-list { display: flex; flex-direction: column; }
.tn-drawer-list li { border-bottom: 1px solid var(--tn-line); }
.tn-drawer-list a {
  display: block;
  padding: 1.1rem 0.5rem;
  font-family: var(--tn-serif);
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  color: var(--tn-ink);
}
.tn-drawer-list a:hover { color: var(--tn-accent); opacity: 1; }
.tn-drawer-tel {
  display: block;
  text-align: center;
  margin-top: 2rem;
  padding: 1rem;
  background: var(--tn-accent);
  color: #fff !important;
  font-family: var(--tn-en);
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  border-radius: 2px;
}

/* Header responsive */
@media (max-width: 1000px) {
  .tn-nav, .tn-header-cta { display: none; }
  .tn-burger { display: flex; }
  .tn-header-inner { gap: 1rem; }
}
@media (max-width: 600px) {
  .tn-header-inner { height: 64px; padding: 0 1.2rem; }
  .tn-drawer { top: 64px; }
  .tn-logo-mark { width: 32px; height: 32px; }
  .tn-logo-jp { font-size: 1rem; }
  .tn-logo-en { font-size: 0.55rem; }
  body { padding-top: 64px; }
}

/* =============================================
   T.S.NAKAMURA-STYLE FOOTER
   ============================================= */
.tn-footer {
  background: var(--tn-ink);
  color: rgba(255,255,255,0.85);
}
.tn-footer-main { padding: 4.5rem 0 3.5rem; }
.tn-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1.4fr 1.3fr;
  gap: 3rem;
}
.tn-footer-name {
  font-family: var(--tn-serif);
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 0.4rem;
}
.tn-footer-en {
  font-family: var(--tn-en);
  font-size: 0.7rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--tn-accent);
  margin-bottom: 1.5rem;
}
.tn-footer-tag {
  font-family: var(--tn-serif);
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  color: rgba(255,255,255,0.8);
  margin-bottom: 1.5rem;
}
.tn-footer-ig {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255,255,255,0.7) !important;
  font-family: var(--tn-en);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
}
.tn-footer-ig:hover { color: var(--tn-accent) !important; opacity: 1; }

.tn-footer-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 2rem;
}
.tn-footer-nav ul { display: flex; flex-direction: column; gap: 0.9rem; }
.tn-footer-nav a {
  font-family: var(--tn-sans);
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.78);
}
.tn-footer-nav a:hover { color: var(--tn-accent); opacity: 1; }

.tn-footer-addr {
  font-family: var(--tn-sans);
  font-size: 0.88rem;
  line-height: 1.9;
  color: rgba(255,255,255,0.78);
  margin-bottom: 1.2rem;
}
.tn-footer-hours {
  font-family: var(--tn-sans);
  font-size: 0.82rem;
  line-height: 1.9;
  color: rgba(255,255,255,0.6);
  margin-bottom: 1.2rem;
}
.tn-footer-tel {
  font-family: var(--tn-en);
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  color: #fff !important;
}
.tn-footer-tel:hover { color: var(--tn-accent) !important; opacity: 1; }

.tn-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding: 1.5rem 0;
}
.tn-footer-bottom .tn-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tn-footer-bottom p {
  font-family: var(--tn-en);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.5);
}
.tn-footer-credit { font-family: var(--tn-serif) !important; letter-spacing: 0.06em !important; }

/* Mobile fixed CTA */
.tn-fixed-cta {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 95;
  grid-template-columns: 1fr 1fr;
}
.tn-fixed-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem;
  font-family: var(--tn-sans);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #fff !important;
}
.tn-fixed-tel { background: var(--tn-accent); }
.tn-fixed-line { background: #06c755; }

@media (max-width: 900px) {
  .tn-footer-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .tn-fixed-cta { display: grid; }
  body { padding-bottom: 56px; }
}
@media (max-width: 600px) {
  .tn-footer-main { padding: 3rem 0 2.5rem; }
  .tn-footer-bottom .tn-wrap { flex-direction: column; gap: 0.5rem; text-align: center; }
}

/* =============================================
   LEGACY HEADER/FOOTER OVERRIDES (disable old fixed elements)
   ============================================= */
.topbar, .site-header, .float-cta, .final-cta, .site-footer { display: none !important; }

/* =============================================
   TOPBAR + HEADER
   ============================================= */
.topbar {
  background: var(--navy-deep);
  color: var(--cream);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 101;
}
.topbar-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0.55rem var(--pad-x);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topbar-msg {
  font-family: var(--display);
  font-weight: 500;
}
.topbar-info { color: var(--gold-2); }

.site-header {
  position: fixed;
  top: 36px;
  left: 0; right: 0;
  z-index: 100;
  background: var(--white);
  border-bottom: 1px solid var(--line-soft);
  padding: 0.85rem var(--pad-x);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
  box-shadow: var(--shadow-sm);
}
.logo {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}
.logo-mark {
  width: 46px;
  height: 46px;
  color: var(--navy);
  flex-shrink: 0;
}
.logo-mark svg { width: 100%; height: 100%; }
.logo-text { display: flex; flex-direction: column; line-height: 1; }
.logo-jp {
  font-family: var(--display);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.12em;
}
.logo-en {
  font-family: var(--en);
  font-style: italic;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  margin-top: 0.4rem;
  color: var(--gold-deep);
}
.site-nav, .site-nav ul {
  display: flex;
  justify-content: center;
  gap: 2rem;
  font-family: var(--display);
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.site-nav a {
  color: var(--navy);
  position: relative;
  padding: 0.5rem 0;
}
.site-nav a::after {
  content: '';
  position: absolute;
  left: 50%; right: 50%;
  bottom: 0;
  height: 2px;
  background: var(--gold);
  transition: left .3s ease, right .3s ease;
}
.site-nav a:hover { opacity: 1; color: var(--gold-deep); }
.site-nav a:hover::after { left: 0; right: 0; }

.header-cta {
  display: flex;
  align-items: stretch;
  gap: 0.6rem;
}
.cta-tel {
  display: flex;
  flex-direction: column;
  background: var(--navy);
  color: var(--white) !important;
  padding: 0.65rem 1.3rem;
  border-radius: 6px;
  line-height: 1.2;
}
.cta-tel:hover { background: var(--navy-2); opacity: 1; }
.cta-tel-label {
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  color: var(--gold-2);
}
.cta-tel-num {
  font-family: var(--display);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-top: 0.15rem;
}
.cta-line {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #06c755;
  color: var(--white) !important;
  padding: 0.65rem 1.1rem;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.cta-line svg { width: 20px; height: 20px; }
.cta-line:hover { background: #05a847; opacity: 1; }

/* =============================================
   HERO
   ============================================= */
.hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background: var(--navy-deep);
}
.hero-images { position: absolute; inset: 0; }
.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.9) contrast(1.05);
}
.hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(105deg, rgba(8, 32, 66, 0.92) 0%, rgba(8, 32, 66, 0.7) 45%, rgba(8, 32, 66, 0.25) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: var(--max);
  margin: 0 auto;
  padding: 5rem var(--pad-x) 6rem;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 4rem;
  align-items: center;
  min-height: 720px;
}
.hero-text { color: var(--cream); }
.hero-mark {
  font-family: var(--en);
  font-style: italic;
  font-size: 1rem;
  letter-spacing: 0.25em;
  color: var(--gold-2);
  margin-bottom: 2rem;
}
.hero-headline {
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(2.5rem, 5.5vw, 4.8rem);
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: var(--white);
}
.hero-headline .line { display: block; }
.hero-headline em {
  font-style: normal;
  color: var(--gold-2);
  position: relative;
  padding: 0 0.1em;
}
.hero-headline em::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  bottom: -0.05em;
  height: 2px;
  background: var(--gold);
}
.hero-en {
  font-family: var(--en);
  font-style: italic;
  font-size: 1.15rem;
  letter-spacing: 0.15em;
  margin-top: 1.5rem;
  color: var(--gold-2);
}
.hero-sub {
  margin-top: 2.5rem;
  font-size: 0.95rem;
  line-height: 2.2;
  letter-spacing: 0.08em;
  color: var(--cream);
  opacity: 0.95;
}
.hero-cta {
  margin-top: 2.5rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.btn {
  display: inline-flex;
  align-items: center;
  padding: 1rem 2rem;
  font-family: var(--display);
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.15em;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.btn-primary {
  background: var(--gold);
  color: var(--navy-deep) !important;
  border: 1px solid var(--gold);
}
.btn-primary:hover { background: var(--gold-2); opacity: 1; transform: translateY(-2px); }
.btn-outline {
  background: transparent;
  color: var(--white) !important;
  border: 1px solid var(--white);
}
.btn-outline:hover { background: var(--white); color: var(--navy-deep) !important; opacity: 1; }

.hero-info {
  background: var(--white);
  padding: 2rem;
  border-radius: 6px;
  box-shadow: var(--shadow-lg);
  border-top: 4px solid var(--gold);
}
.hero-info-h {
  font-family: var(--display);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--navy);
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--line);
}
.hero-info-status {
  margin-top: 1rem;
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--navy);
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.hero-info-status small {
  font-family: var(--body);
  font-size: 0.78rem;
  font-weight: 400;
  color: var(--ink-3);
  letter-spacing: 0.1em;
  margin-left: auto;
}
.hero-info-status .dot {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: #2bb14b;
  box-shadow: 0 0 0 0 rgba(43, 177, 75, 0.5);
  animation: pulseDot 2s ease-out infinite;
}
@keyframes pulseDot {
  0% { box-shadow: 0 0 0 0 rgba(43, 177, 75, 0.55); }
  100% { box-shadow: 0 0 0 8px rgba(43, 177, 75, 0); }
}
.hero-info hr {
  border: none;
  border-top: 1px solid var(--line);
  margin: 1.2rem 0;
}
.hero-hours { display: flex; flex-direction: column; gap: 0.6rem; }
.hero-hours div {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 0.5rem;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
}
.hero-hours dt {
  font-family: var(--display);
  font-weight: 600;
  color: var(--gold-deep);
  letter-spacing: 0.15em;
}
.hero-hours dd { color: var(--ink-2); }
.hero-info-access {
  font-size: 0.85rem;
  color: var(--navy);
  font-weight: 500;
  letter-spacing: 0.06em;
}

/* =============================================
   NEWS
   ============================================= */
.news {
  background: var(--white);
  border-bottom: 1px solid var(--line-soft);
}
.news-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 2rem var(--pad-x);
  display: grid;
  grid-template-columns: 200px 1fr auto;
  gap: 2.5rem;
  align-items: center;
}
.news-h {
  font-family: var(--display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.15em;
}
.news-h span {
  display: block;
  font-family: var(--en);
  font-style: italic;
  font-size: 0.85rem;
  font-weight: 400;
  color: var(--gold-deep);
  letter-spacing: 0.2em;
  margin-top: 0.3rem;
}
.news-list { display: flex; flex-direction: column; gap: 0.6rem; }
.news-list li {
  display: grid;
  grid-template-columns: 110px 90px 1fr;
  gap: 1.2rem;
  align-items: baseline;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
}
.news-date {
  font-family: var(--en);
  font-size: 0.95rem;
  color: var(--gold-deep);
  letter-spacing: 0.1em;
}
.news-cat {
  font-size: 0.7rem;
  background: var(--cream-2);
  color: var(--navy);
  padding: 0.25rem 0.5rem;
  text-align: center;
  letter-spacing: 0.15em;
  border-radius: 3px;
  font-weight: 500;
}
.news-cat-event { background: var(--navy); color: var(--gold-2); }
.news-list a { color: var(--ink); transition: color 0.25s ease; }
.news-list a:hover { color: var(--gold-deep); opacity: 1; }
.news-more {
  font-family: var(--en);
  font-style: italic;
  font-size: 0.9rem;
  color: var(--navy);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 0.2rem;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

/* =============================================
   SECTION HEADS
   ============================================= */
.section-head-center {
  text-align: center;
  margin-bottom: 5rem;
}
.section-head-center.light { color: var(--white); }
.section-en {
  font-family: var(--en);
  font-style: italic;
  font-size: 1.1rem;
  letter-spacing: 0.3em;
  color: var(--gold-deep);
  margin-bottom: 1rem;
}
.section-head-center.light .section-en { color: var(--gold-2); }
.section-h-jp {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: var(--navy);
}
.section-head-center.light .section-h-jp { color: var(--white); }
.section-lead {
  margin-top: 2rem;
  font-size: 0.95rem;
  line-height: 2.2;
  letter-spacing: 0.08em;
  color: var(--ink-2);
}
.section-head-center.light .section-lead { color: var(--cream); }

/* =============================================
   MESSAGE
   ============================================= */
.message {
  padding: 8rem var(--pad-x);
  max-width: var(--max);
  margin: 0 auto;
}
.message-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.message-text .section-en { text-align: left; margin-bottom: 1.5rem; }
.message-text .section-h-jp {
  text-align: left;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  line-height: 1.6;
}
.message-body {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-size: 0.95rem;
  line-height: 2.2;
  color: var(--ink-2);
}
.message-body strong {
  color: var(--navy);
  font-weight: 700;
  background: linear-gradient(transparent 65%, var(--gold-2) 65%);
  padding: 0 0.1em;
}
.message-text .text-link { margin-top: 2rem; display: inline-block; }
.message-figure {
  position: relative;
  margin: 0;
}
.message-figure img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 4px;
}
.message-figure::before {
  content: '';
  position: absolute;
  inset: 1.5rem -1.5rem -1.5rem 1.5rem;
  border: 2px solid var(--gold);
  z-index: -1;
}
.message-figure figcaption {
  margin-top: 1rem;
  font-family: var(--en);
  font-style: italic;
  font-size: 0.88rem;
  letter-spacing: 0.1em;
  color: var(--ink-3);
  text-align: right;
}

/* =============================================
   SYMPTOMS
   ============================================= */
.symptoms {
  background: var(--white);
  padding: 8rem var(--pad-x);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
.symptoms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: var(--max);
  margin: 0 auto;
}
.symptom {
  background: var(--bg-soft);
  padding: 2rem 1.8rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: var(--ink);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.symptom::before {
  content: '→';
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-family: var(--en);
  color: var(--gold);
  font-size: 1.3rem;
  transition: transform 0.3s ease;
}
.symptom:hover {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
  opacity: 1;
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.symptom:hover::before { transform: translateX(4px); color: var(--gold-2); }
.symptom:hover .symptom-no { color: var(--gold-2); }
.symptom:hover h3 { color: var(--white); }
.symptom-no {
  font-family: var(--en);
  font-style: italic;
  font-size: 1.4rem;
  color: var(--gold-deep);
  letter-spacing: 0.1em;
}
.symptom h3 {
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--navy);
  transition: color 0.3s ease;
}
.symptom p {
  font-size: 0.85rem;
  line-height: 1.8;
  color: inherit;
  opacity: 0.85;
  letter-spacing: 0.04em;
}
.symptoms-foot {
  text-align: center;
  margin-top: 4rem;
  font-size: 0.92rem;
  line-height: 2.2;
  color: var(--ink-2);
}
.symptoms-foot a { font-size: 1.2rem; font-family: var(--display); font-weight: 600; }

/* =============================================
   REASONS
   ============================================= */
.reasons {
  background: linear-gradient(180deg, var(--navy-deep) 0%, var(--navy) 100%);
  padding: 8rem var(--pad-x);
  color: var(--cream);
  position: relative;
  overflow: hidden;
}
.reasons-list {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  max-width: var(--max);
  margin: 0 auto;
  position: relative;
}
.reason {
  display: grid;
  grid-template-columns: 100px 1.3fr 1fr;
  gap: 3rem;
  align-items: center;
}
.reason.reverse { grid-template-columns: 1fr 1.3fr 100px; }
.reason.reverse .reason-num { order: 3; }
.reason.reverse .reason-body { order: 2; }
.reason.reverse .reason-figure { order: 1; }
.reason-num {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-left: 1px solid var(--gold);
  padding-left: 1.5rem;
}
.reason.reverse .reason-num {
  border-left: none;
  border-right: 1px solid var(--gold);
  padding-left: 0;
  padding-right: 1.5rem;
  align-items: flex-end;
}
.reason-num-en {
  font-family: var(--en);
  font-style: italic;
  font-size: 0.95rem;
  letter-spacing: 0.25em;
  color: var(--gold-2);
}
.reason-num-no {
  font-family: var(--en);
  font-size: clamp(3rem, 5vw, 4.5rem);
  font-weight: 500;
  color: var(--white);
  line-height: 0.9;
  margin-top: 0.4rem;
}
.reason-body h3 {
  font-family: var(--display);
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: var(--white);
  margin-bottom: 1.5rem;
}
.reason-body p {
  font-size: 0.95rem;
  line-height: 2.1;
  letter-spacing: 0.05em;
  color: var(--cream);
  opacity: 0.92;
}
.reason-tags {
  margin-top: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.reason-tags li {
  background: rgba(201, 164, 92, 0.12);
  border: 1px solid rgba(201, 164, 92, 0.3);
  color: var(--gold-2);
  padding: 0.4rem 0.9rem;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  border-radius: 3px;
}
.reason-figure img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 4px;
}

/* =============================================
   MENU
   ============================================= */
.menu {
  padding: 8rem var(--pad-x);
  background: var(--cream);
}
.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: var(--max);
  margin: 0 auto;
}
.menu-item {
  background: var(--white);
  padding: 2.5rem 2rem;
  border-radius: 6px;
  border: 1px solid var(--line-soft);
  transition: all 0.3s ease;
}
.menu-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--gold);
}
.menu-icon {
  width: 64px;
  height: 64px;
  background: var(--cream-2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  margin-bottom: 1.5rem;
}
.menu-icon svg { width: 32px; height: 32px; }
.menu-item h3 {
  font-family: var(--display);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.menu-item h3 small {
  display: block;
  font-family: var(--en);
  font-style: italic;
  font-weight: 400;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  color: var(--gold-deep);
  margin-top: 0.4rem;
}
.menu-item p {
  margin-top: 1.2rem;
  font-size: 0.9rem;
  line-height: 2;
  color: var(--ink-2);
  letter-spacing: 0.04em;
}
.menu-price {
  margin-top: 1.5rem !important;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line);
  font-family: var(--display);
  font-weight: 600;
  font-size: 0.92rem !important;
  color: var(--navy) !important;
}

/* =============================================
   DIRECTOR
   ============================================= */
.director {
  background: var(--white);
  padding: 8rem var(--pad-x);
  border-top: 1px solid var(--line-soft);
}
.director-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 5rem;
  align-items: center;
}
.director-figure {
  position: relative;
  margin: 0;
}
.director-figure img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 4px;
}
.director-figure::after {
  content: '';
  position: absolute;
  top: -1.5rem; right: -1.5rem;
  width: 100px; height: 100px;
  background: var(--gold);
  z-index: -1;
}
.director-body .section-en { text-align: left; margin-bottom: 1rem; }
.director-name {
  font-family: var(--display);
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.name-jp {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.1em;
}
.name-en {
  font-family: var(--en);
  font-style: italic;
  font-weight: 400;
  font-size: 1.1rem;
  letter-spacing: 0.15em;
  color: var(--gold-deep);
}
.director-role {
  margin-top: 0.8rem;
  font-size: 0.95rem;
  letter-spacing: 0.15em;
  color: var(--ink-2);
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--line);
}
.director-text {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  font-size: 0.95rem;
  line-height: 2.1;
  color: var(--ink-2);
}
.director-quote {
  font-family: var(--display) !important;
  font-weight: 600 !important;
  font-size: 1.1rem !important;
  line-height: 1.9 !important;
  color: var(--navy) !important;
  border-left: 3px solid var(--gold);
  padding-left: 1.3rem !important;
}
.director-creds {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}
.director-creds li {
  display: grid;
  grid-template-columns: 70px 1fr;
  padding: 0.7rem 0;
  border-bottom: 1px dashed var(--line);
  font-size: 0.88rem;
  color: var(--ink-2);
}
.director-creds span {
  font-family: var(--en);
  font-size: 0.9rem;
  color: var(--gold-deep);
}

/* =============================================
   VOICE
   ============================================= */
.voice {
  padding: 8rem var(--pad-x);
  background: var(--cream);
}
.voice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: var(--max);
  margin: 0 auto;
}
.voice-card {
  background: var(--white);
  padding: 2.5rem;
  border-radius: 6px;
  border-top: 4px solid var(--gold);
  box-shadow: var(--shadow-sm);
  position: relative;
}
.voice-card::before {
  content: '"';
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-family: var(--en);
  font-size: 5rem;
  line-height: 1;
  color: var(--cream-2);
  font-weight: 600;
}
.voice-rating {
  font-size: 1.1rem;
  color: var(--gold);
  letter-spacing: 0.25em;
  margin-bottom: 1rem;
}
.voice-title {
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
  color: var(--navy);
  letter-spacing: 0.06em;
}
.voice-body {
  margin-top: 1.3rem;
  font-size: 0.9rem;
  line-height: 2.1;
  color: var(--ink-2);
}
.voice-meta {
  margin-top: 1.5rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line);
  font-size: 0.85rem;
  color: var(--ink-3);
}
.voice-symptom {
  display: inline-block;
  margin-top: 0.6rem;
  background: var(--cream-2);
  color: var(--navy);
  padding: 0.3rem 0.8rem;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  border-radius: 3px;
  font-weight: 500;
}

/* =============================================
   ACCESS
   ============================================= */
.access {
  background: var(--navy-deep);
  padding: 8rem var(--pad-x);
  color: var(--cream);
}
.access-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 4rem;
}
.access-info {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.access-h {
  font-family: var(--display);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--gold-2);
  letter-spacing: 0.25em;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(201, 164, 92, 0.3);
  margin-bottom: 1rem;
}
.access-addr {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.06em;
}
.access-tel {
  font-family: var(--display);
  font-weight: 700;
  font-size: 2.2rem;
  color: var(--gold-2) !important;
  letter-spacing: 0.05em;
}
.access-tel-sub {
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  color: var(--cream);
  opacity: 0.7;
  margin-top: 0.5rem;
}
.hours-table {
  width: 100%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(201, 164, 92, 0.2);
  border-radius: 4px;
  overflow: hidden;
}
.hours-table th, .hours-table td {
  padding: 0.7rem 0.4rem;
  text-align: center;
  border: 1px solid rgba(201, 164, 92, 0.15);
  font-size: 0.82rem;
}
.hours-table thead th {
  background: var(--navy);
  color: var(--gold-2);
  font-family: var(--display);
  font-weight: 600;
}
.hours-table tbody th {
  background: rgba(255, 255, 255, 0.05);
  color: var(--gold-2);
  font-family: var(--display);
  font-weight: 500;
  text-align: left;
  padding-left: 0.8rem;
  font-size: 0.78rem;
}
.hours-table td { color: var(--cream); font-size: 0.95rem; }
.hours-table td.off { color: var(--ink-3); }
.hours-note {
  margin-top: 1rem;
  font-size: 0.78rem;
  line-height: 1.9;
  color: var(--cream);
  opacity: 0.75;
}
.access-map {
  border-radius: 6px;
  overflow: hidden;
  min-height: 480px;
}
.access-map iframe {
  width: 100%;
  height: 100%;
  min-height: 480px;
  border: 0;
  filter: grayscale(0.3) contrast(1.05);
}

/* =============================================
   FINAL CTA
   ============================================= */
.final-cta {
  padding: 7rem var(--pad-x);
  background: var(--cream);
  text-align: center;
  border-top: 1px solid var(--line-soft);
}
.final-cta-eyebrow {
  font-family: var(--en);
  font-style: italic;
  font-size: 1rem;
  letter-spacing: 0.3em;
  color: var(--gold-deep);
  margin-bottom: 1.5rem;
}
.final-cta-h {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: var(--navy);
}
.final-cta-sub {
  margin-top: 2rem;
  font-size: 0.95rem;
  line-height: 2.2;
  color: var(--ink-2);
}
.final-cta-btns {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.cta-big {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 3rem;
  border-radius: 8px;
  color: var(--white) !important;
  min-width: 340px;
  transition: all 0.3s ease;
}
.cta-big-tel { background: var(--navy); }
.cta-big-tel:hover { background: var(--navy-2); opacity: 1; transform: translateY(-2px); }
.cta-big-line { background: #06c755; }
.cta-big-line:hover { background: #05a847; opacity: 1; transform: translateY(-2px); }
.cta-big-label {
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  color: var(--gold-2);
  margin-bottom: 0.6rem;
}
.cta-big-line .cta-big-label { color: rgba(255, 255, 255, 0.85); }
.cta-big-main {
  font-family: var(--display);
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
.cta-big-sub {
  margin-top: 0.8rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.8);
}

/* =============================================
   FOOTER
   ============================================= */
.site-footer {
  background: var(--navy-deep);
  color: var(--cream);
  padding: 5rem var(--pad-x) 2rem;
}
.footer-top {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 3fr;
  gap: 4rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(201, 164, 92, 0.2);
}
.logo-mark-footer {
  width: 50px;
  height: 50px;
  color: var(--gold);
  margin-bottom: 1.2rem;
}
.footer-name {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  color: var(--white);
}
.footer-en-name {
  font-family: var(--en);
  font-style: italic;
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  color: var(--gold-2);
  margin-top: 0.4rem;
}
.footer-tag {
  margin-top: 1.5rem;
  font-family: var(--display);
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  color: var(--cream);
  opacity: 0.85;
  line-height: 1.9;
}
.footer-cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.footer-h {
  font-family: var(--display);
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--gold-2);
  letter-spacing: 0.2em;
  margin-bottom: 1rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(201, 164, 92, 0.2);
}
.footer-cols ul { display: flex; flex-direction: column; gap: 0.5rem; }
.footer-cols li a {
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  color: var(--cream);
}
.footer-cols li a:hover { color: var(--gold-2); opacity: 1; }
.footer-tel {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--gold-2);
  letter-spacing: 0.05em;
}
.footer-tel-sub {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  opacity: 0.7;
  margin-top: 0.3rem;
}
.footer-addr {
  margin-top: 1rem;
  font-size: 0.82rem;
  line-height: 1.8;
  opacity: 0.85;
}
.footer-bottom {
  max-width: var(--max);
  margin: 0 auto;
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: var(--cream);
  opacity: 0.7;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-bottom ul { display: flex; gap: 1.5rem; }

/* =============================================
   FLOAT CTA (Mobile)
   ============================================= */
.float-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: var(--navy-deep);
  border-top: 1px solid var(--gold);
}
.float-cta a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem;
  color: var(--white) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.15em;
}
.float-cta a svg { width: 20px; height: 20px; }
.float-tel { background: var(--navy); }
.float-line { background: #06c755; }

/* =============================================
   SUB-PAGE HERO ─ For section pages
   ============================================= */
.page-hero {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  background: var(--navy-deep);
  display: flex;
  align-items: center;
}
.page-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7) contrast(1.05);
}
.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(8, 32, 66, 0.85) 0%, rgba(8, 32, 66, 0.5) 100%);
}
.page-hero-content {
  position: relative;
  z-index: 2;
  max-width: var(--max);
  margin: 0 auto;
  padding: 4rem var(--pad-x);
  width: 100%;
  color: var(--cream);
}
.page-hero-en {
  font-family: var(--en);
  font-style: italic;
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  color: var(--gold-2);
  margin-bottom: 1rem;
}
.page-hero-h {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: var(--white);
}
.page-hero-sub {
  margin-top: 1.5rem;
  font-size: 1rem;
  letter-spacing: 0.08em;
  color: var(--cream);
  opacity: 0.9;
  max-width: 700px;
  line-height: 2;
}
.breadcrumb {
  margin-top: 2rem;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  color: var(--cream);
  opacity: 0.85;
}
.breadcrumb a {
  color: var(--gold-2);
  border-bottom: 1px solid transparent;
  padding-bottom: 0.1rem;
}
.breadcrumb a:hover {
  border-bottom-color: var(--gold-2);
  opacity: 1;
}
.breadcrumb-sep {
  margin: 0 0.7rem;
  color: var(--gold-deep);
}

/* =============================================
   PAGE LAYOUT - Common section page wrapper
   ============================================= */
.page-section {
  padding: 7rem var(--pad-x);
  max-width: var(--max);
  margin: 0 auto;
}
.page-section.bg-white { background: var(--white); max-width: 100%; }
.page-section.bg-white > .inner { max-width: var(--max); margin: 0 auto; }
.page-section.bg-navy { background: var(--navy-deep); color: var(--cream); max-width: 100%; }
.page-section.bg-navy > .inner { max-width: var(--max); margin: 0 auto; }
.page-section.bg-cream { background: var(--cream); max-width: 100%; }
.page-section.bg-cream > .inner { max-width: var(--max); margin: 0 auto; }

.page-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 5rem;
}
.page-intro .section-en {
  margin-bottom: 1rem;
}
.page-intro p {
  font-size: 1rem;
  line-height: 2.3;
  color: var(--ink-2);
  margin-top: 2rem;
  letter-spacing: 0.08em;
}
.page-section.bg-navy .page-intro p { color: var(--cream); opacity: 0.92; }

.section-divider {
  height: 1px;
  background: var(--line);
  max-width: 200px;
  margin: 5rem auto;
}

/* =============================================
   DETAIL BLOCKS ─ Used in treatment, symptoms, etc
   ============================================= */
.detail-list {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.detail-block {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 4rem;
  align-items: center;
}
.detail-block.reverse {
  grid-template-columns: 1.3fr 1fr;
}
.detail-block.reverse .detail-image { order: 2; }
.detail-block.reverse .detail-text { order: 1; }
.detail-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
}
.detail-num {
  font-family: var(--en);
  font-style: italic;
  font-size: 1.1rem;
  letter-spacing: 0.3em;
  color: var(--gold-deep);
  margin-bottom: 1rem;
}
.page-section.bg-navy .detail-num { color: var(--gold-2); }
.detail-h {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: var(--navy);
  margin-bottom: 1.5rem;
}
.page-section.bg-navy .detail-h { color: var(--white); }
.detail-h small {
  display: block;
  font-family: var(--en);
  font-style: italic;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.2em;
  color: var(--gold-deep);
  margin-top: 0.5rem;
}
.page-section.bg-navy .detail-h small { color: var(--gold-2); }
.detail-text p {
  font-size: 0.95rem;
  line-height: 2.2;
  color: var(--ink-2);
  letter-spacing: 0.05em;
}
.page-section.bg-navy .detail-text p { color: var(--cream); opacity: 0.92; }
.detail-text p + p { margin-top: 1.3rem; }
.detail-features {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.page-section.bg-navy .detail-features {
  border-top-color: rgba(201, 164, 92, 0.3);
}
.detail-features li {
  font-size: 0.85rem;
  line-height: 1.7;
  color: var(--ink-2);
  letter-spacing: 0.04em;
  padding-left: 1.2rem;
  position: relative;
}
.page-section.bg-navy .detail-features li { color: var(--cream); }
.detail-features li::before {
  content: '◆';
  position: absolute;
  left: 0;
  top: 0.15rem;
  color: var(--gold);
  font-size: 0.7rem;
}

/* =============================================
   PRICE LIST TABLE
   ============================================= */
.price-list {
  max-width: 900px;
  margin: 0 auto;
}
.price-table {
  width: 100%;
  background: var(--white);
  box-shadow: var(--shadow-sm);
  border-radius: 6px;
  overflow: hidden;
}
.price-table th,
.price-table td {
  padding: 1.2rem 1.5rem;
  text-align: left;
  border-bottom: 1px solid var(--line);
  font-size: 0.92rem;
}
.price-table thead th {
  background: var(--navy);
  color: var(--gold-2);
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: 0.15em;
  font-size: 0.85rem;
}
.price-table tbody th {
  font-family: var(--display);
  font-weight: 600;
  color: var(--navy);
  letter-spacing: 0.06em;
  width: 50%;
}
.price-table td {
  color: var(--ink-2);
  letter-spacing: 0.04em;
}
.price-table td.price-amount {
  font-family: var(--display);
  font-weight: 700;
  color: var(--navy);
  text-align: right;
  font-size: 1.05rem;
  letter-spacing: 0.05em;
}
.price-note {
  margin-top: 1.5rem;
  font-size: 0.82rem;
  color: var(--ink-3);
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 2;
}

/* =============================================
   FAQ
   ============================================= */
.faq {
  max-width: 880px;
  margin: 0 auto;
}
.faq-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  margin-bottom: 1rem;
  overflow: hidden;
}
.faq-q {
  padding: 1.3rem 1.8rem;
  background: var(--bg-soft);
  font-family: var(--display);
  font-weight: 600;
  color: var(--navy);
  font-size: 1rem;
  letter-spacing: 0.06em;
  display: flex;
  align-items: baseline;
  gap: 1rem;
  border-bottom: 1px solid var(--line);
}
.faq-q::before {
  content: 'Q.';
  font-family: var(--en);
  font-style: italic;
  font-size: 1.3rem;
  color: var(--gold-deep);
  flex-shrink: 0;
}
.faq-a {
  padding: 1.5rem 1.8rem;
  font-size: 0.92rem;
  line-height: 2.2;
  color: var(--ink-2);
  letter-spacing: 0.04em;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.faq-a::before {
  content: 'A.';
  font-family: var(--en);
  font-style: italic;
  font-size: 1.3rem;
  color: var(--gold);
  flex-shrink: 0;
}

/* =============================================
   CONTACT FORM
   ============================================= */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 4rem;
  max-width: var(--max);
  margin: 0 auto;
}
.contact-info {
  background: var(--white);
  padding: 2.5rem;
  border-radius: 6px;
  border-top: 4px solid var(--gold);
}
.contact-info-h {
  font-family: var(--display);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.1em;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
  margin-bottom: 1.5rem;
}
.contact-info-item {
  padding: 1.2rem 0;
  border-bottom: 1px dashed var(--line);
}
.contact-info-item:last-child { border-bottom: none; }
.contact-info-item .label {
  font-family: var(--display);
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  color: var(--gold-deep);
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.contact-info-item .value {
  font-size: 0.95rem;
  color: var(--navy);
  font-weight: 500;
  letter-spacing: 0.04em;
}
.contact-info-item .value.big {
  font-family: var(--display);
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.contact-form-box {
  background: var(--white);
  padding: 3rem;
  border-radius: 6px;
  box-shadow: var(--shadow-sm);
}
.form-field {
  margin-bottom: 1.5rem;
}
.form-field label {
  display: block;
  font-family: var(--display);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: 0.08em;
  margin-bottom: 0.5rem;
}
.form-field label .required {
  color: var(--gold-deep);
  margin-left: 0.3rem;
  font-weight: 700;
}
.form-field input[type="text"],
.form-field input[type="email"],
.form-field input[type="tel"],
.form-field textarea,
.form-field select {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 1px solid var(--line);
  border-radius: 4px;
  font-family: var(--body);
  font-size: 0.92rem;
  color: var(--ink);
  background: var(--bg-soft);
  transition: border-color 0.2s ease;
}
.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  outline: none;
  border-color: var(--gold);
  background: var(--white);
}
.form-field textarea {
  min-height: 140px;
  resize: vertical;
}
.form-submit {
  width: 100%;
  padding: 1.2rem;
  background: var(--navy);
  color: var(--white);
  border: none;
  border-radius: 4px;
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  cursor: pointer;
  transition: all 0.3s ease;
}
.form-submit:hover {
  background: var(--gold);
  color: var(--navy-deep);
  letter-spacing: 0.25em;
}

/* =============================================
   AWARDS / RECOGNITION (on feature page)
   ============================================= */
.awards-list {
  max-width: 880px;
  margin: 0 auto;
  list-style: none;
}
.awards-list li {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 2rem;
  padding: 1.8rem 0;
  border-bottom: 1px solid var(--line);
  align-items: baseline;
}
.page-section.bg-navy .awards-list li {
  border-bottom-color: rgba(201, 164, 92, 0.2);
}
.awards-list li:first-child { border-top: 1px solid var(--line); }
.page-section.bg-navy .awards-list li:first-child {
  border-top-color: rgba(201, 164, 92, 0.2);
}
.awards-year {
  font-family: var(--en);
  font-style: italic;
  font-size: 1.4rem;
  color: var(--gold-deep);
  letter-spacing: 0.1em;
}
.page-section.bg-navy .awards-year { color: var(--gold-2); }
.awards-title {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--navy);
  letter-spacing: 0.06em;
  margin-bottom: 0.4rem;
}
.page-section.bg-navy .awards-title { color: var(--white); }
.awards-desc {
  font-size: 0.88rem;
  line-height: 1.9;
  color: var(--ink-2);
  letter-spacing: 0.04em;
}
.page-section.bg-navy .awards-desc { color: var(--cream); opacity: 0.9; }

/* =============================================
   ARCHIVE LIST (news listing)
   ============================================= */
.archive-list {
  max-width: 880px;
  margin: 0 auto;
}
.archive-item {
  display: grid;
  grid-template-columns: 200px 1fr auto;
  gap: 2rem;
  padding: 2rem 0;
  border-bottom: 1px solid var(--line);
  align-items: baseline;
}
.archive-item:first-child { border-top: 1px solid var(--line); }
.archive-date {
  font-family: var(--en);
  font-style: italic;
  font-size: 1.1rem;
  color: var(--gold-deep);
  letter-spacing: 0.15em;
}
.archive-content h3 {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.15rem;
  color: var(--navy);
  letter-spacing: 0.06em;
  line-height: 1.7;
}
.archive-content h3 a { color: inherit; }
.archive-content h3 a:hover { color: var(--gold-deep); opacity: 1; }
.archive-excerpt {
  margin-top: 0.5rem;
  font-size: 0.88rem;
  color: var(--ink-3);
  line-height: 1.9;
}
.archive-cat {
  background: var(--cream-2);
  color: var(--navy);
  padding: 0.3rem 0.8rem;
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  border-radius: 3px;
  white-space: nowrap;
  font-weight: 500;
  font-family: var(--display);
}

/* =============================================
   VOICE PAGE - Extended voice cards
   ============================================= */
.voice-page-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: var(--max);
  margin: 0 auto;
}
.voice-filter {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin-bottom: 4rem;
  flex-wrap: wrap;
}
.voice-filter button,
.voice-filter a {
  padding: 0.6rem 1.4rem;
  border: 1px solid var(--navy);
  background: transparent;
  color: var(--navy);
  font-family: var(--display);
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.voice-filter button:hover,
.voice-filter button.active,
.voice-filter a:hover,
.voice-filter a.active {
  background: var(--navy);
  color: var(--gold-2);
  opacity: 1;
}

/* =============================================
   SYMPTOMS PAGE - Detailed symptoms cards
   ============================================= */
.symptoms-detail-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}
.symptom-detail-card {
  background: var(--white);
  padding: 2.5rem;
  border-radius: 6px;
  border-left: 4px solid var(--gold);
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 2rem;
  align-items: start;
  box-shadow: var(--shadow-sm);
}
.symptom-detail-num {
  font-family: var(--en);
  font-style: italic;
  font-size: 3rem;
  color: var(--gold-deep);
  line-height: 1;
}
.symptom-detail-content h3 {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--navy);
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}
.symptom-detail-content .symptom-syms {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.symptom-syms li {
  background: var(--cream-2);
  color: var(--navy);
  padding: 0.25rem 0.7rem;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  border-radius: 3px;
}
.symptom-detail-content p {
  font-size: 0.92rem;
  line-height: 2.1;
  color: var(--ink-2);
  letter-spacing: 0.04em;
}
.symptom-detail-content .approach {
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-top: 1px dashed var(--line);
}
.symptom-detail-content .approach-label {
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--gold-deep);
  letter-spacing: 0.2em;
  margin-bottom: 0.5rem;
}
.symptom-detail-content .approach-text {
  font-size: 0.9rem;
  color: var(--ink-2);
}

/* =============================================
   INDIVIDUAL DETAIL PAGE STYLES
   For individual treatment & symptom pages
   ============================================= */

/* Process steps (treatment flow) */
.process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  max-width: var(--max);
  margin: 0 auto;
}
.process-step {
  text-align: center;
  position: relative;
}
.process-step:not(:last-child)::after {
  content: '→';
  position: absolute;
  right: -1.5rem;
  top: 25px;
  font-family: var(--en);
  font-size: 1.5rem;
  color: var(--gold);
}
.process-step-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold-2);
  font-family: var(--en);
  font-style: italic;
  font-size: 1.6rem;
  margin: 0 auto 1.5rem;
}
.process-step h3 {
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 1rem;
  letter-spacing: 0.08em;
}
.process-step p {
  font-size: 0.88rem;
  line-height: 1.9;
  color: var(--ink-2);
  letter-spacing: 0.03em;
}

/* Target users / Who it's for */
.target-users {
  background: var(--white);
  border-left: 4px solid var(--gold);
  padding: 2.5rem 3rem;
  border-radius: 4px;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: var(--shadow-sm);
}
.target-users-h {
  font-family: var(--display);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 1.5rem;
  letter-spacing: 0.08em;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--line);
}
.target-users-h::before {
  content: '✓';
  color: var(--gold);
  margin-right: 0.6rem;
}
.target-users ul {
  display: grid;
  gap: 0.9rem;
}
.target-users li {
  padding-left: 1.8rem;
  position: relative;
  font-size: 0.95rem;
  color: var(--ink-2);
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.target-users li::before {
  content: '◆';
  position: absolute;
  left: 0;
  top: 0.2rem;
  color: var(--gold);
  font-size: 0.7rem;
}

/* Recovery timeline */
.timeline {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding-left: 60px;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 1rem;
  bottom: 1rem;
  width: 2px;
  background: linear-gradient(to bottom, var(--gold), var(--gold-deep));
}
.timeline-item {
  position: relative;
  padding: 1.5rem 0;
}
.timeline-item::before {
  content: '';
  position: absolute;
  left: -54px;
  top: 1.9rem;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--gold);
  border: 3px solid var(--cream);
  box-shadow: 0 0 0 2px var(--gold);
}
.page-section.bg-white .timeline-item::before { border-color: var(--white); }
.timeline-stage {
  font-family: var(--en);
  font-style: italic;
  font-size: 1rem;
  color: var(--gold-deep);
  letter-spacing: 0.15em;
  margin-bottom: 0.4rem;
}
.timeline-content h4 {
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.5rem;
  letter-spacing: 0.06em;
}
.timeline-content p {
  font-size: 0.92rem;
  line-height: 2;
  color: var(--ink-2);
  letter-spacing: 0.04em;
}

/* Related items */
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: var(--max);
  margin: 0 auto;
}
.related-card {
  background: var(--white);
  padding: 1.8rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  text-align: center;
  display: block;
  color: var(--ink) !important;
  transition: all 0.3s ease;
}
.related-card:hover {
  background: var(--navy);
  color: var(--white) !important;
  border-color: var(--navy);
  transform: translateY(-3px);
  opacity: 1;
  box-shadow: var(--shadow);
}
.related-card:hover h4 { color: var(--white); }
.related-card:hover .related-en { color: var(--gold-2); }
.related-card:hover p { color: rgba(255,255,255,0.85); }
.related-en {
  font-family: var(--en);
  font-style: italic;
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  color: var(--gold-deep);
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}
.related-card h4 {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--navy);
  letter-spacing: 0.06em;
  line-height: 1.6;
  transition: color 0.3s ease;
}
.related-card p {
  margin-top: 0.6rem;
  font-size: 0.82rem;
  color: var(--ink-3);
  line-height: 1.7;
  letter-spacing: 0.03em;
}

/* Causes box */
.causes-box {
  background: var(--cream);
  padding: 2.5rem 3rem;
  border-radius: 6px;
  max-width: 880px;
  margin: 0 auto;
}
.causes-box h3 {
  font-family: var(--display);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 1.5rem;
  letter-spacing: 0.08em;
}
.causes-box ol {
  counter-reset: causes;
  list-style: none;
  padding: 0;
}
.causes-box ol li {
  counter-increment: causes;
  position: relative;
  padding: 1rem 0 1rem 3rem;
  font-size: 0.95rem;
  color: var(--ink-2);
  line-height: 1.9;
  letter-spacing: 0.04em;
  border-bottom: 1px dashed var(--line);
}
.causes-box ol li:last-child { border-bottom: none; }
.causes-box ol li::before {
  content: counter(causes, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0.9rem;
  font-family: var(--en);
  font-style: italic;
  font-size: 1.4rem;
  color: var(--gold-deep);
}
.causes-box ol li strong {
  color: var(--navy);
  font-weight: 700;
  display: block;
  margin-bottom: 0.3rem;
  font-family: var(--display);
  letter-spacing: 0.06em;
}

/* Detail page hero - smaller variant */
.page-hero.compact {
  min-height: 300px;
}

/* =============================================
   HASHIMOTO-STYLE COMPONENTS
   Inspired by hashimotosekkotuin.com sub-page design
   ============================================= */

:root {
  --highlight:       #f5b829;
  --highlight-light: #fff5d9;
  --highlight-dark:  #c08a0f;
  --warning:         #c75050;
}

/* Hashimoto-style big section header with decorative border */
.hs-section-title {
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
}
.hs-section-title h2 {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  color: var(--navy);
  letter-spacing: 0.1em;
  padding: 0 1.5rem;
  display: inline-block;
  position: relative;
  line-height: 1.6;
}
.hs-section-title h2::before,
.hs-section-title h2::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 60px;
  height: 2px;
  background: var(--gold);
}
.hs-section-title h2::before { right: 100%; }
.hs-section-title h2::after { left: 100%; }
.hs-section-title h2 small {
  display: block;
  font-family: var(--en);
  font-style: italic;
  font-weight: 400;
  font-size: 0.95rem;
  letter-spacing: 0.3em;
  color: var(--gold-deep);
  margin-top: 0.6rem;
}
.page-section.bg-navy .hs-section-title h2 { color: var(--white); }
.page-section.bg-navy .hs-section-title h2 small { color: var(--gold-2); }

/* Hashimoto-style numbered point cards */
.hs-points {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  max-width: var(--max);
  margin: 0 auto;
}
.hs-point-card {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 3rem;
  background: var(--white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--line-soft);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hs-point-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.hs-point-card.reverse {
  grid-template-columns: 1fr 380px;
}
.hs-point-card.reverse .hs-point-img { order: 2; }
.hs-point-card.reverse .hs-point-body { order: 1; padding: 2.5rem 1rem 2.5rem 3rem; }
.hs-point-img {
  position: relative;
  overflow: hidden;
}
.hs-point-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 280px;
  transition: transform 0.5s ease;
}
.hs-point-card:hover .hs-point-img img { transform: scale(1.05); }
.hs-point-number {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  background: var(--gold);
  color: var(--navy-deep);
  padding: 0.5rem 1.2rem;
  border-radius: 999px;
  font-family: var(--display);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  z-index: 2;
}
.hs-point-body {
  padding: 2.5rem 3rem 2.5rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hs-point-body h3 {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1.3rem, 2.2vw, 1.7rem);
  color: var(--navy);
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-bottom: 1rem;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid var(--gold);
}
.hs-point-body p {
  font-size: 0.95rem;
  line-height: 2.1;
  color: var(--ink-2);
  letter-spacing: 0.04em;
}
.hs-point-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
  padding: 0.7rem 1.5rem;
  background: var(--navy);
  color: var(--gold-2) !important;
  border-radius: 4px;
  font-family: var(--display);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  align-self: flex-start;
  transition: all 0.25s ease;
}
.hs-point-link:hover {
  background: var(--gold);
  color: var(--navy-deep) !important;
  opacity: 1;
  letter-spacing: 0.18em;
}

/* Hashimoto-style doctor message section */
.hs-doctor-msg {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 4rem;
  align-items: start;
  max-width: var(--max);
  margin: 0 auto;
  background: var(--white);
  padding: 4rem 4rem;
  border-radius: 8px;
  border-top: 4px solid var(--gold);
  box-shadow: var(--shadow-sm);
}
.hs-doctor-photo {
  position: relative;
}
.hs-doctor-photo img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 6px;
}
.hs-doctor-photo .hs-doctor-name-jp {
  margin-top: 1.5rem;
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.3rem;
  color: var(--navy);
  letter-spacing: 0.1em;
}
.hs-doctor-photo .hs-doctor-name-en {
  margin-top: 0.3rem;
  font-family: var(--en);
  font-style: italic;
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  color: var(--gold-deep);
}
.hs-doctor-photo .hs-doctor-title {
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: var(--ink-3);
  letter-spacing: 0.1em;
}
.hs-doctor-text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.hs-doctor-text > p {
  font-size: 0.98rem;
  line-height: 2.2;
  color: var(--ink-2);
  letter-spacing: 0.05em;
}
.hs-doctor-text h4 {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--navy);
  letter-spacing: 0.1em;
  padding: 0.6rem 1rem;
  background: var(--cream);
  border-left: 4px solid var(--gold);
  margin-bottom: 1rem;
}
.hs-doctor-text .hs-doctor-block p {
  font-size: 0.92rem;
  line-height: 2.1;
  color: var(--ink-2);
  letter-spacing: 0.04em;
}

/* Hashimoto-style yellow point/callout box */
.hs-callout-yellow {
  background: var(--highlight-light);
  border: 2px solid var(--highlight);
  border-radius: 6px;
  padding: 2rem 2.5rem;
  max-width: 880px;
  margin: 0 auto;
  position: relative;
}
.hs-callout-yellow::before {
  content: 'POINT';
  position: absolute;
  top: -14px;
  left: 2rem;
  background: var(--highlight);
  color: var(--navy-deep);
  padding: 0.25rem 1rem;
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  border-radius: 4px;
}
.hs-callout-yellow h3 {
  font-family: var(--display);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 1rem;
  letter-spacing: 0.08em;
  margin-top: 0.5rem;
}
.hs-callout-yellow p {
  font-size: 0.95rem;
  line-height: 2.1;
  color: var(--ink-2);
  letter-spacing: 0.04em;
}
.hs-callout-yellow ul {
  margin-top: 1rem;
  display: grid;
  gap: 0.6rem;
}
.hs-callout-yellow ul li {
  padding-left: 1.8rem;
  position: relative;
  font-size: 0.92rem;
  color: var(--ink-2);
}
.hs-callout-yellow ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--highlight-dark);
  font-weight: 700;
  font-size: 1rem;
}

/* Hashimoto-style "こんなお悩み" worry box */
.hs-worry-box {
  background: var(--white);
  border: 2px dashed var(--gold);
  border-radius: 6px;
  padding: 2.5rem 3rem;
  max-width: 880px;
  margin: 0 auto;
  position: relative;
}
.hs-worry-box::before {
  content: 'こんなお悩み';
  position: absolute;
  top: -16px;
  left: 2.5rem;
  background: var(--navy);
  color: var(--gold-2);
  padding: 0.4rem 1.5rem;
  font-family: var(--display);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  border-radius: 4px;
}
.hs-worry-box ul {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}
.hs-worry-box ul li {
  padding-left: 2rem;
  position: relative;
  font-size: 0.92rem;
  color: var(--ink);
  letter-spacing: 0.04em;
  line-height: 1.7;
}
.hs-worry-box ul li::before {
  content: '!';
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 22px;
  height: 22px;
  background: var(--warning);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--display);
  font-weight: 700;
  font-size: 0.85rem;
}

/* Hashimoto-style mid-page phone CTA banner */
.hs-mid-cta {
  background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 100%);
  border-radius: 8px;
  padding: 3rem 4rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3rem;
  align-items: center;
  max-width: var(--max);
  margin: 5rem auto 0;
  position: relative;
  overflow: hidden;
}
.hs-mid-cta::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 50%;
  height: 200%;
  background: radial-gradient(ellipse, rgba(201, 164, 92, 0.15), transparent 60%);
  pointer-events: none;
}
.hs-mid-cta-text {
  position: relative;
  z-index: 1;
}
.hs-mid-cta-eyebrow {
  font-family: var(--en);
  font-style: italic;
  font-size: 0.95rem;
  letter-spacing: 0.25em;
  color: var(--gold-2);
  margin-bottom: 0.5rem;
}
.hs-mid-cta-h {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1.3rem, 2.4vw, 1.9rem);
  color: var(--white);
  letter-spacing: 0.08em;
  line-height: 1.6;
}
.hs-mid-cta-h em {
  font-style: normal;
  color: var(--gold-2);
  position: relative;
  padding: 0 0.1em;
}
.hs-mid-cta-h em::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  bottom: -0.1em;
  height: 2px;
  background: var(--gold);
}
.hs-mid-cta-sub {
  margin-top: 0.7rem;
  font-size: 0.85rem;
  color: var(--cream);
  opacity: 0.85;
  letter-spacing: 0.06em;
}
.hs-mid-cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  position: relative;
  z-index: 1;
}
.hs-mid-cta-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 1.8rem;
  background: var(--gold);
  color: var(--navy-deep) !important;
  border-radius: 6px;
  min-width: 240px;
  transition: all 0.3s ease;
}
.hs-mid-cta-tel:hover { background: var(--gold-2); opacity: 1; transform: translateY(-2px); }
.hs-mid-cta-tel .label {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  margin-bottom: 0.3rem;
  font-weight: 600;
}
.hs-mid-cta-tel .num {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
.hs-mid-cta-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.7rem 1.5rem;
  background: #06c755;
  color: var(--white) !important;
  border-radius: 6px;
  font-family: var(--display);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
}
.hs-mid-cta-line:hover { background: #05a847; opacity: 1; }
.hs-mid-cta-line svg { width: 18px; height: 18px; fill: currentColor; }

/* Hashimoto-style simple Q&A list */
.hs-qa-list {
  max-width: 880px;
  margin: 0 auto;
}
.hs-qa-item {
  border-bottom: 1px solid var(--line);
  padding: 2rem 0;
}
.hs-qa-item:last-child { border-bottom: none; }
.hs-qa-q {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--navy);
  letter-spacing: 0.06em;
  line-height: 1.7;
  display: flex;
  gap: 1rem;
  align-items: baseline;
}
.hs-qa-q::before {
  content: 'Q.';
  font-family: var(--en);
  font-style: italic;
  font-size: 1.6rem;
  color: var(--gold-deep);
  font-weight: 600;
  flex-shrink: 0;
}
.hs-qa-a {
  margin-top: 1rem;
  font-size: 0.95rem;
  line-height: 2.1;
  color: var(--ink-2);
  letter-spacing: 0.04em;
  padding-left: 2.2rem;
  position: relative;
}
.hs-qa-a::before {
  content: 'A.';
  position: absolute;
  left: 0;
  top: -0.1rem;
  font-family: var(--en);
  font-style: italic;
  font-size: 1.4rem;
  color: var(--gold);
  font-weight: 600;
}

/* Hashimoto-style banner image with title */
.hs-banner {
  position: relative;
  margin: 5rem auto;
  max-width: var(--max);
  border-radius: 8px;
  overflow: hidden;
  min-height: 240px;
}
.hs-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.55);
}
.hs-banner-content {
  position: relative;
  padding: 3.5rem 3rem;
  color: var(--white);
  text-align: center;
}
.hs-banner-en {
  font-family: var(--en);
  font-style: italic;
  font-size: 1rem;
  letter-spacing: 0.3em;
  color: var(--gold-2);
  margin-bottom: 0.8rem;
}
.hs-banner-h {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.hs-banner-sub {
  margin-top: 1rem;
  font-size: 0.92rem;
  letter-spacing: 0.06em;
  opacity: 0.92;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Hashimoto-style features (3 column) */
.hs-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: var(--max);
  margin: 0 auto;
}
.hs-feature {
  background: var(--white);
  padding: 2.5rem 2rem;
  border-radius: 6px;
  text-align: center;
  border-bottom: 4px solid var(--gold);
  transition: transform 0.25s ease;
}
.hs-feature:hover { transform: translateY(-4px); }
.hs-feature-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 1.5rem;
  background: var(--cream-2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  font-family: var(--en);
  font-style: italic;
  font-size: 1.4rem;
  font-weight: 600;
}
.hs-feature h4 {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--navy);
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
  line-height: 1.6;
}
.hs-feature p {
  font-size: 0.88rem;
  line-height: 1.9;
  color: var(--ink-2);
  letter-spacing: 0.03em;
}

/* =============================================
   ATHLETE SECTION (NEW for ひだまり)
   ============================================= */
.athlete-section {
  position: relative;
  padding: 8rem var(--pad-x);
  overflow: hidden;
  color: var(--cream);
}
.athlete-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.athlete-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4) contrast(1.05);
}
.athlete-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(8, 32, 66, 0.92) 0%, rgba(12, 44, 84, 0.85) 50%, rgba(160, 127, 58, 0.5) 100%);
  z-index: 1;
}
.athlete-content {
  position: relative;
  z-index: 2;
  max-width: var(--max);
  margin: 0 auto;
}
.athlete-intro {
  text-align: center;
  margin-bottom: 5rem;
}
.athlete-intro .section-en {
  color: var(--gold-2);
  margin-bottom: 1rem;
}
.section-h-jp.light { color: var(--white); }
.athlete-intro h2.section-h-jp em {
  font-style: normal;
  color: var(--gold-2);
  position: relative;
  display: inline-block;
}
.athlete-intro h2.section-h-jp em::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  bottom: -0.1em;
  height: 2px;
  background: var(--gold);
}
.athlete-lead {
  margin-top: 2rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.98rem;
  line-height: 2.2;
  letter-spacing: 0.06em;
  color: var(--cream);
  opacity: 0.95;
}

.athlete-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: 4rem;
}
.athlete-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(201, 164, 92, 0.3);
  border-radius: 6px;
  padding: 2rem 1.8rem;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.athlete-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
  background: rgba(255, 255, 255, 0.08);
}
.athlete-card-no {
  font-family: var(--en);
  font-style: italic;
  font-size: 2rem;
  color: var(--gold-2);
  line-height: 1;
  margin-bottom: 1rem;
}
.athlete-card h3 {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--white);
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-bottom: 0.8rem;
}
.athlete-card p {
  font-size: 0.85rem;
  line-height: 1.9;
  color: var(--cream);
  opacity: 0.88;
  letter-spacing: 0.03em;
}

.athlete-tags {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(201, 164, 92, 0.2);
  border-radius: 8px;
  padding: 2rem 2.5rem;
  margin: 3rem 0;
  text-align: center;
}
.athlete-tags-label {
  font-family: var(--display);
  font-weight: 600;
  color: var(--gold-2);
  letter-spacing: 0.2em;
  font-size: 0.9rem;
  margin-bottom: 1.2rem;
}
.athlete-tags ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
}
.athlete-tags li {
  background: rgba(201, 164, 92, 0.15);
  border: 1px solid rgba(201, 164, 92, 0.3);
  color: var(--gold-2);
  padding: 0.4rem 1rem;
  font-size: 0.82rem;
  border-radius: 999px;
  letter-spacing: 0.08em;
}

.athlete-cta {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  flex-wrap: wrap;
  margin-top: 3rem;
}
.athlete-cta .btn-outline {
  border-color: var(--gold-2);
  color: var(--gold-2) !important;
}
.athlete-cta .btn-outline:hover {
  background: var(--gold-2);
  color: var(--navy-deep) !important;
}

/* =============================================
   INSTAGRAM STRIP
   ============================================= */
.ig-section {
  background: var(--cream);
  padding: 8rem var(--pad-x);
  text-align: center;
}
.ig-head {
  max-width: 800px;
  margin: 0 auto 4rem;
}
.ig-head .section-en {
  margin-bottom: 1rem;
}
.ig-head h2.section-h-jp {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.6;
  color: var(--navy);
}
.ig-handle {
  color: var(--gold-deep);
  font-family: var(--en);
  font-style: italic;
  font-size: 1rem;
  letter-spacing: 0.15em;
  display: inline-block;
  margin-top: 0.4rem;
  border-bottom: 1px solid var(--gold);
}
.ig-handle:hover { color: var(--navy); opacity: 1; }
.ig-lead {
  margin-top: 1.5rem;
  font-size: 0.92rem;
  line-height: 2;
  color: var(--ink-2);
  letter-spacing: 0.05em;
}

.ig-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
  max-width: var(--max);
  margin: 0 auto;
}
.ig-post {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 4px;
  display: block;
}
.ig-post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.ig-overlay {
  position: absolute;
  inset: 0;
  background: rgba(12, 44, 84, 0.7);
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 1rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.ig-overlay span {
  color: var(--cream);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.ig-post:hover img { transform: scale(1.06); }
.ig-post:hover .ig-overlay { opacity: 1; }

.ig-follow-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1rem 2rem;
  background: linear-gradient(135deg, #fd1d1d 0%, #fcb045 50%, #833ab4 100%);
  color: var(--white) !important;
  border-radius: 999px;
  font-family: var(--display);
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.12em;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.ig-follow-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(253, 29, 29, 0.3);
  opacity: 1;
}

/* =============================================
   T.S.NAKAMURA-INSPIRED HOMEPAGE (tn-*)
   Editorial, restrained, photography-led.
   ============================================= */
:root {
  --tn-ink:       #232b32;
  --tn-ink-soft:  #5c646b;
  --tn-ink-mute:  #8a9098;
  --tn-accent:    #c2683a;     /* 陽だまりの暖色 */
  --tn-accent-dk: #a8542b;
  --tn-base:      #ffffff;
  --tn-warm:      #f6f2ec;
  --tn-warm-2:    #efe9e0;
  --tn-line:      #e5ded3;
  --tn-serif:     'Noto Serif JP', serif;
  --tn-sans:      'Noto Sans JP', sans-serif;
  --tn-en:        'Jost', sans-serif;
}

.tn-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* English label headings (お知らせ News style) */
.tn-label-h {
  font-family: var(--tn-serif);
  font-weight: 600;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  color: var(--tn-ink);
  letter-spacing: 0.08em;
  display: flex;
  align-items: baseline;
  gap: 0.9rem;
  line-height: 1.4;
}
.tn-label-h span {
  font-family: var(--tn-en);
  font-weight: 400;
  font-size: 0.85rem;
  letter-spacing: 0.32em;
  color: var(--tn-accent);
  text-transform: uppercase;
}
.tn-section-head { margin-bottom: 3.5rem; }
.tn-section-head.center {
  text-align: center;
}
.tn-section-head.center .tn-label-h {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
}
.tn-section-head.center .tn-label-h span { order: -1; }

.tn-label {
  font-family: var(--tn-en);
  font-size: 0.8rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--tn-accent);
  margin-bottom: 1.2rem;
}

.tn-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-family: var(--tn-sans);
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--tn-ink);
  padding-bottom: 0.4rem;
  border-bottom: 1px solid var(--tn-ink);
  transition: gap 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.tn-text-link::after { content: '→'; color: var(--tn-accent); transition: transform 0.3s ease; }
.tn-text-link:hover { color: var(--tn-accent); border-color: var(--tn-accent); opacity: 1; gap: 1rem; }

/* ---------- HERO ---------- */
.tn-hero {
  position: relative;
  height: 100vh;
  min-height: 560px;
  max-height: 900px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.tn-hero-slides { position: absolute; inset: 0; z-index: 0; }
.tn-hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.6s ease;
  transform: scale(1.04);
  animation: tn-kenburns 18s ease-in-out infinite alternate;
}
.tn-hero-slide.is-active { opacity: 1; }
@keyframes tn-kenburns {
  from { transform: scale(1.04); }
  to   { transform: scale(1.12); }
}
.tn-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(20,26,31,0.55) 0%, rgba(20,26,31,0.25) 45%, rgba(20,26,31,0.05) 100%);
}
.tn-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 0 3rem;
  color: #fff;
}
.tn-hero-catch {
  font-family: var(--tn-serif);
  font-weight: 600;
  font-size: clamp(1.5rem, 3.2vw, 2.4rem);
  line-height: 1.55;
  letter-spacing: 0.08em;
  text-shadow: 0 2px 24px rgba(0,0,0,0.3);
  margin-bottom: 1.8rem;
  opacity: 0;
  animation: tn-fade-up 1s cubic-bezier(0.22,0.7,0.2,1) 0.7s both;
}
.tn-hero-name {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-bottom: 1.4rem;
  font-family: var(--tn-serif);
  font-weight: 700;
  font-size: clamp(2.6rem, 7vw, 5rem);
  line-height: 1.15;
  letter-spacing: 0.14em;
  color: #fff;
  text-shadow: 0 3px 28px rgba(0,0,0,0.4);
  animation: tn-name-settle 1.3s cubic-bezier(0.16,0.84,0.24,1) 0.15s both;
}
.tn-hero-name::before {
  content: '';
  width: 64px;
  height: 2px;
  background: var(--tn-accent);
  display: block;
  margin-bottom: 0.6rem;
  transform-origin: left center;
  animation: tn-line-grow 0.9s cubic-bezier(0.22,0.7,0.2,1) 0.05s both;
}
.tn-hero-name-en {
  font-family: var(--tn-en);
  font-weight: 400;
  font-size: clamp(0.7rem, 1vw, 0.85rem);
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--tn-accent);
  opacity: 0;
  animation: tn-fade-up 1s ease 0.55s both;
}
.tn-hero-lead {
  font-family: var(--tn-sans);
  font-weight: 400;
  font-size: clamp(0.85rem, 1.3vw, 1rem);
  line-height: 2.4;
  letter-spacing: 0.08em;
  text-shadow: 0 1px 12px rgba(0,0,0,0.4);
  max-width: 32em;
  opacity: 0;
  animation: tn-fade-up 1s cubic-bezier(0.22,0.7,0.2,1) 0.95s both;
}

/* Hero entrance keyframes */
@keyframes tn-name-settle {
  0% {
    opacity: 0;
    transform: translateY(34px);
    letter-spacing: 0.5em;
    filter: blur(8px);
  }
  55% {
    opacity: 1;
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    letter-spacing: 0.14em;
    filter: blur(0);
  }
}
@keyframes tn-fade-up {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes tn-line-grow {
  from { width: 0; opacity: 0; }
  to   { width: 64px; opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .tn-hero-name, .tn-hero-name::before, .tn-hero-name-en,
  .tn-hero-catch, .tn-hero-lead { animation: none; opacity: 1; }
}
.tn-hero-scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: #fff;
}
.tn-hero-scroll span {
  font-family: var(--tn-en);
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  display: block;
  padding-bottom: 50px;
  position: relative;
}
.tn-hero-scroll span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,0.6);
  animation: tn-scroll 2s ease-in-out infinite;
}
@keyframes tn-scroll {
  0%   { transform: scaleY(0); transform-origin: top; }
  50%  { transform: scaleY(1); transform-origin: top; }
  51%  { transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ---------- NEWS ---------- */
.tn-news {
  background: var(--tn-warm);
  padding: 4.5rem 0;
}
.tn-news-inner {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 3rem;
  align-items: start;
}
.tn-news-head { display: flex; flex-direction: column; gap: 1.5rem; }
.tn-news-all {
  font-family: var(--tn-sans);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  color: var(--tn-ink-soft);
  border-bottom: 1px solid var(--tn-line);
  padding-bottom: 0.3rem;
  width: fit-content;
}
.tn-news-all:hover { color: var(--tn-accent); border-color: var(--tn-accent); opacity: 1; }
.tn-news-list { display: flex; flex-direction: column; }
.tn-news-list li { border-bottom: 1px solid var(--tn-line); }
.tn-news-list li:first-child { border-top: 1px solid var(--tn-line); }
.tn-news-list a {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 1.2rem;
  padding: 1.1rem 0.5rem;
  color: var(--tn-ink);
  transition: color 0.25s ease, background 0.25s ease;
}
.tn-news-list a:hover { color: var(--tn-accent); opacity: 1; background: rgba(255,255,255,0.5); }
.tn-news-list time {
  font-family: var(--tn-en);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  color: var(--tn-ink-soft);
}
.tn-news-cat {
  font-family: var(--tn-en);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--tn-accent);
  border: 1px solid var(--tn-line);
  padding: 0.2rem 0.7rem;
  border-radius: 2px;
}
.tn-news-title {
  font-size: 0.92rem;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ---------- ABOUT ---------- */
.tn-about { padding: 7rem 0; background: var(--tn-base); }
.tn-about-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 4.5rem;
  align-items: center;
}
.tn-about-photo { position: relative; }
.tn-about-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.tn-about-photo::before {
  content: '';
  position: absolute;
  top: 24px; left: -24px;
  width: 70%; height: 70%;
  border: 1px solid var(--tn-accent);
  z-index: -1;
}
.tn-about-h {
  font-family: var(--tn-serif);
  font-weight: 600;
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: var(--tn-ink);
  margin-bottom: 2rem;
}
.tn-about-text { margin-bottom: 2.2rem; }
.tn-about-text p {
  font-family: var(--tn-sans);
  font-size: 0.95rem;
  line-height: 2.3;
  letter-spacing: 0.05em;
  color: var(--tn-ink-soft);
  margin-bottom: 1.4rem;
}

/* ---------- FEATURE ---------- */
.tn-feature { padding: 7rem 0; background: var(--tn-warm); }
.tn-feature-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.tn-feature-item { background: transparent; }
.tn-feature-en {
  font-family: var(--tn-en);
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  color: var(--tn-accent);
  margin-bottom: 0.8rem;
}
.tn-feature-h {
  font-family: var(--tn-serif);
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: var(--tn-ink);
  margin-bottom: 1.5rem;
  min-height: 4.2em;
}
.tn-feature-img {
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.tn-feature-img img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.tn-feature-item:hover .tn-feature-img img { transform: scale(1.05); }
.tn-feature-text {
  font-family: var(--tn-sans);
  font-size: 0.9rem;
  line-height: 2.1;
  letter-spacing: 0.04em;
  color: var(--tn-ink-soft);
}

/* ---------- MENU ---------- */
.tn-menu { padding: 7rem 0; background: var(--tn-base); }
.tn-menu-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 5rem;
}
.tn-menu-card {
  display: block;
  color: var(--tn-ink);
  background: var(--tn-base);
  border: 1px solid var(--tn-line);
  overflow: hidden;
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}
.tn-menu-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(35,43,50,0.1); opacity: 1; }
.tn-menu-card-img { overflow: hidden; }
.tn-menu-card-img img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.tn-menu-card:hover .tn-menu-card-img img { transform: scale(1.05); }
.tn-menu-card-body { padding: 2rem 2rem 2.2rem; }
.tn-menu-card-en {
  font-family: var(--tn-en);
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--tn-accent);
  margin-bottom: 0.6rem;
}
.tn-menu-card-body h3 {
  font-family: var(--tn-serif);
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  color: var(--tn-ink);
  margin-bottom: 1rem;
}
.tn-menu-card-body p {
  font-family: var(--tn-sans);
  font-size: 0.88rem;
  line-height: 2;
  color: var(--tn-ink-soft);
  margin-bottom: 1.4rem;
}
.tn-menu-card-arrow {
  font-family: var(--tn-sans);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--tn-ink);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.tn-menu-card-arrow::after { content: '→'; color: var(--tn-accent); }

/* Symptom finder */
.tn-symptom-finder {
  background: var(--tn-warm);
  padding: 3.5rem 3rem;
  margin-bottom: 4rem;
}
.tn-symptom-head { text-align: center; margin-bottom: 2.5rem; }
.tn-symptom-lead {
  font-family: var(--tn-sans);
  font-size: 0.9rem;
  line-height: 1.9;
  color: var(--tn-ink-soft);
  letter-spacing: 0.04em;
}
.tn-symptom-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--tn-line);
  border: 1px solid var(--tn-line);
}
.tn-symptom-list li { background: var(--tn-base); }
.tn-symptom-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.3rem 0.8rem;
  font-family: var(--tn-sans);
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  color: var(--tn-ink);
  min-height: 64px;
  transition: background 0.25s ease, color 0.25s ease;
}
.tn-symptom-list a:hover { background: var(--tn-ink); color: #fff; opacity: 1; }

/* Menu sub cards */
.tn-menu-sub {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.tn-menu-sub-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 2rem 1rem;
  border: 1px solid var(--tn-line);
  color: var(--tn-ink);
  transition: background 0.25s ease, color 0.25s ease;
}
.tn-menu-sub-card:hover { background: var(--tn-warm); opacity: 1; }
.tn-menu-sub-en {
  font-family: var(--tn-en);
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--tn-accent);
}
.tn-menu-sub-jp {
  font-family: var(--tn-serif);
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
}

/* ---------- ACCESS ---------- */
.tn-access { padding: 7rem 0; background: var(--tn-warm); }
.tn-access-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 4rem;
  align-items: center;
}
.tn-access-name {
  font-family: var(--tn-serif);
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  color: var(--tn-ink);
  margin-bottom: 1.2rem;
}
.tn-access-addr {
  font-family: var(--tn-sans);
  font-size: 0.95rem;
  line-height: 2;
  color: var(--tn-ink-soft);
  margin-bottom: 2rem;
}
.tn-access-meta {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem 1.5rem;
  margin-bottom: 2.2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--tn-line);
}
.tn-access-meta dt {
  font-family: var(--tn-sans);
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--tn-ink-mute);
  letter-spacing: 0.08em;
}
.tn-access-meta dd {
  font-family: var(--tn-sans);
  font-size: 0.92rem;
  color: var(--tn-ink);
  letter-spacing: 0.04em;
}
.tn-access-meta dd a { color: var(--tn-accent); font-family: var(--tn-en); font-size: 1.1rem; letter-spacing: 0.05em; }
.tn-access-map img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .tn-hero-copy { padding: 0 1.5rem; }
  .tn-news-inner { grid-template-columns: 1fr; gap: 1.5rem; }
  .tn-news-head { flex-direction: row; justify-content: space-between; align-items: center; }
  .tn-about-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .tn-about-photo { max-width: 440px; }
  .tn-about-photo::before { left: -16px; top: 16px; }
  .tn-feature-list { grid-template-columns: 1fr; gap: 3rem; max-width: 460px; margin: 0 auto; }
  .tn-feature-h { min-height: 0; }
  .tn-menu-feature { grid-template-columns: 1fr; }
  .tn-symptom-list { grid-template-columns: repeat(2, 1fr); }
  .tn-menu-sub { grid-template-columns: 1fr; }
  .tn-access-grid { grid-template-columns: 1fr; gap: 2.5rem; }
}
@media (max-width: 600px) {
  .tn-wrap { padding: 0 1.2rem; }
  .tn-hero { height: 88vh; min-height: 480px; }
  .tn-hero-name { font-size: clamp(2.4rem, 12vw, 3.4rem); letter-spacing: 0.1em; }
  .tn-hero-catch { font-size: clamp(1.3rem, 6vw, 1.9rem); }
  .tn-hero-lead { font-size: 0.82rem; line-height: 2.1; }
  .tn-news, .tn-about, .tn-feature, .tn-menu, .tn-access { padding: 4rem 0; }
  .tn-news-list a { grid-template-columns: auto auto; grid-template-rows: auto auto; gap: 0.4rem 1rem; }
  .tn-news-title { grid-column: 1 / -1; white-space: normal; }
  .tn-symptom-finder { padding: 2.5rem 1.3rem; }
  .tn-symptom-list { grid-template-columns: 1fr 1fr; }
  .tn-access-meta { grid-template-columns: 1fr; gap: 0.3rem 0; }
  .tn-access-meta dt { margin-top: 0.8rem; }
}

/* Fade-in on scroll */
.tn-fade { opacity: 0; transform: translateY(24px); transition: opacity 0.9s ease, transform 0.9s ease; }
.tn-in { opacity: 1; transform: none; }

/* =============================================
   T.S.NAKAMURA-STYLE SUB-PAGE HERO + SECTIONS
   ============================================= */
.tn-page-hero {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.tn-page-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.05);
  animation: tn-kenburns 16s ease-in-out infinite alternate;
}
.tn-page-hero-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20,26,31,0.6) 0%, rgba(20,26,31,0.35) 60%, rgba(20,26,31,0.15) 100%);
}
.tn-page-hero-inner {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 5rem 0;
}
.tn-page-hero-title {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.tn-page-hero-en {
  font-family: var(--tn-en);
  font-weight: 400;
  font-size: 0.95rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--tn-accent);
  order: -1;
}
.tn-page-hero-jp {
  font-family: var(--tn-serif);
  font-weight: 600;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  letter-spacing: 0.08em;
  line-height: 1.4;
}
.tn-page-hero-sub {
  font-family: var(--tn-sans);
  font-size: 0.92rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 1.5rem;
  max-width: 40em;
  text-shadow: 0 1px 10px rgba(0,0,0,0.3);
}

/* Breadcrumb */
.tn-breadcrumb {
  background: var(--tn-warm);
  border-bottom: 1px solid var(--tn-line);
  padding: 0.9rem 0;
}
.tn-breadcrumb .tn-wrap {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-family: var(--tn-sans);
  font-size: 0.8rem;
  color: var(--tn-ink-soft);
  letter-spacing: 0.04em;
}
.tn-breadcrumb a { color: var(--tn-ink-soft); }
.tn-breadcrumb a:hover { color: var(--tn-accent); opacity: 1; }
.tn-breadcrumb-sep { color: var(--tn-ink-mute); }

/* Generic page sections (T.S.NAKAMURA editorial) */
.tn-sec { padding: 6rem 0; }
.tn-sec.warm { background: var(--tn-warm); }
.tn-sec.white { background: var(--tn-base); }

.tn-sec-head {
  text-align: center;
  margin-bottom: 3.5rem;
}
.tn-sec-head .tn-en {
  font-family: var(--tn-en);
  font-size: 0.8rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--tn-accent);
  display: block;
  margin-bottom: 0.8rem;
}
.tn-sec-head h2 {
  font-family: var(--tn-serif);
  font-weight: 600;
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: var(--tn-ink);
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.tn-sec-head.left { text-align: left; }

/* Lead paragraph */
.tn-lead {
  font-family: var(--tn-sans);
  font-size: 0.98rem;
  line-height: 2.3;
  letter-spacing: 0.05em;
  color: var(--tn-ink-soft);
  max-width: 760px;
  margin: 0 auto 3rem;
  text-align: center;
}
.tn-lead.left { text-align: left; margin-left: 0; }

/* Big statement (catch) */
.tn-statement {
  font-family: var(--tn-serif);
  font-weight: 600;
  font-size: clamp(1.6rem, 3.4vw, 2.4rem);
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: var(--tn-ink);
  text-align: center;
  margin-bottom: 2.5rem;
}
.tn-statement em { font-style: normal; color: var(--tn-accent); }

/* Two-column intro (image + text) */
.tn-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.tn-split.reverse .tn-split-img { order: 2; }
.tn-split-img img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.tn-split-body h3 {
  font-family: var(--tn-serif);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: var(--tn-ink);
  margin-bottom: 1.5rem;
}
.tn-split-body p {
  font-family: var(--tn-sans);
  font-size: 0.95rem;
  line-height: 2.2;
  letter-spacing: 0.04em;
  color: var(--tn-ink-soft);
  margin-bottom: 1.2rem;
}

/* Numbered cards (3-col) */
.tn-cards3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.tn-card {
  background: var(--tn-base);
}
.tn-card-img { overflow: hidden; margin-bottom: 1.5rem; }
.tn-card-img img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.tn-card:hover .tn-card-img img { transform: scale(1.05); }
.tn-card-no {
  font-family: var(--tn-en);
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  color: var(--tn-accent);
  margin-bottom: 0.6rem;
}
.tn-card h3 {
  font-family: var(--tn-serif);
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: var(--tn-ink);
  margin-bottom: 1rem;
}
.tn-card p {
  font-family: var(--tn-sans);
  font-size: 0.88rem;
  line-height: 2.1;
  color: var(--tn-ink-soft);
}

/* Pickup block (image slider + detail) like menu page */
.tn-pickup {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 3.5rem;
  align-items: center;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid var(--tn-line);
}
.tn-pickup:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.tn-pickup.reverse .tn-pickup-img { order: 2; }
.tn-pickup-img img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.tn-pickup-label {
  font-family: var(--tn-en);
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--tn-accent);
  margin-bottom: 0.7rem;
}
.tn-pickup-body h3 {
  font-family: var(--tn-serif);
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  color: var(--tn-ink);
  margin-bottom: 0.5rem;
}
.tn-pickup-price {
  font-family: var(--tn-en);
  font-size: 1.6rem;
  color: var(--tn-accent);
  letter-spacing: 0.04em;
  margin-bottom: 1.2rem;
}
.tn-pickup-body p {
  font-family: var(--tn-sans);
  font-size: 0.92rem;
  line-height: 2.1;
  color: var(--tn-ink-soft);
  margin-bottom: 1.4rem;
}
.tn-checklist { display: flex; flex-direction: column; gap: 0.7rem; }
.tn-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  font-family: var(--tn-sans);
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--tn-ink);
}
.tn-checklist li::before {
  content: '';
  width: 7px; height: 7px;
  background: var(--tn-accent);
  border-radius: 50%;
  margin-top: 0.6em;
  flex-shrink: 0;
}

/* Price table */
.tn-price-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  max-width: 720px;
}
.tn-price-table tr { border-bottom: 1px solid var(--tn-line); }
.tn-price-table th {
  font-family: var(--tn-sans);
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--tn-ink);
  text-align: left;
  padding: 1.2rem 1rem;
  letter-spacing: 0.04em;
}
.tn-price-table td {
  font-family: var(--tn-en);
  font-size: 1.15rem;
  color: var(--tn-accent);
  text-align: right;
  padding: 1.2rem 1rem;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
.tn-price-note {
  font-family: var(--tn-sans);
  font-size: 0.8rem;
  color: var(--tn-ink-mute);
  text-align: center;
  margin-top: 1.5rem;
  line-height: 1.8;
}

/* Symptom chips */
.tn-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
}
.tn-chips li {
  font-family: var(--tn-sans);
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  color: var(--tn-ink);
  border: 1px solid var(--tn-line);
  padding: 0.6rem 1.3rem;
  background: var(--tn-base);
}

/* Q&A */
.tn-qa { max-width: 820px; margin: 0 auto; }
.tn-qa-item {
  border-bottom: 1px solid var(--tn-line);
  padding: 1.8rem 0;
}
.tn-qa-q {
  font-family: var(--tn-serif);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--tn-ink);
  line-height: 1.6;
  display: flex;
  gap: 0.9rem;
  margin-bottom: 1rem;
}
.tn-qa-q::before { content: 'Q'; font-family: var(--tn-en); color: var(--tn-accent); font-size: 1.3rem; line-height: 1; }
.tn-qa-a {
  font-family: var(--tn-sans);
  font-size: 0.92rem;
  line-height: 2;
  color: var(--tn-ink-soft);
  display: flex;
  gap: 0.9rem;
  padding-left: 0.1rem;
}
.tn-qa-a::before { content: 'A'; font-family: var(--tn-en); color: var(--tn-ink-mute); font-size: 1.3rem; line-height: 1; flex-shrink: 0; }

/* Voice cards */
.tn-voices {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.tn-voice {
  background: var(--tn-base);
  border: 1px solid var(--tn-line);
  padding: 2.2rem;
}
.tn-voice-meta {
  font-family: var(--tn-sans);
  font-size: 0.82rem;
  color: var(--tn-accent);
  letter-spacing: 0.08em;
  margin-bottom: 0.8rem;
}
.tn-voice h3 {
  font-family: var(--tn-serif);
  font-weight: 600;
  font-size: 1.15rem;
  line-height: 1.6;
  color: var(--tn-ink);
  margin-bottom: 1rem;
}
.tn-voice p {
  font-family: var(--tn-sans);
  font-size: 0.9rem;
  line-height: 2;
  color: var(--tn-ink-soft);
}

/* CTA band */
.tn-cta-band {
  background: var(--tn-ink);
  color: #fff;
  padding: 4.5rem 0;
  text-align: center;
}
.tn-cta-band h2 {
  font-family: var(--tn-serif);
  font-weight: 600;
  font-size: clamp(1.5rem, 3vw, 2rem);
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.tn-cta-band p {
  font-family: var(--tn-sans);
  font-size: 0.9rem;
  opacity: 0.85;
  margin-bottom: 2.5rem;
  letter-spacing: 0.05em;
}
.tn-cta-buttons {
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  flex-wrap: wrap;
}
.tn-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1rem 2.4rem;
  font-family: var(--tn-sans);
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  border-radius: 2px;
  transition: transform 0.25s ease, background 0.25s ease;
}
.tn-btn-tel { background: var(--tn-accent); color: #fff !important; }
.tn-btn-tel:hover { background: var(--tn-accent-dk); transform: translateY(-2px); opacity: 1; }
.tn-btn-line { background: #06c755; color: #fff !important; }
.tn-btn-line:hover { background: #05a847; transform: translateY(-2px); opacity: 1; }
.tn-btn-ghost { border: 1px solid rgba(255,255,255,0.5); color: #fff !important; }
.tn-btn-ghost:hover { background: #fff; color: var(--tn-ink) !important; transform: translateY(-2px); opacity: 1; }

/* Store gallery (about) */
.tn-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.tn-gallery figure { margin: 0; }
.tn-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin-bottom: 0.8rem;
}
.tn-gallery figcaption {
  font-family: var(--tn-sans);
  font-size: 0.85rem;
  color: var(--tn-ink-soft);
  letter-spacing: 0.06em;
  text-align: center;
}

/* Flow steps */
.tn-flow { max-width: 760px; margin: 0 auto; }
.tn-flow-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.8rem;
  padding-bottom: 2.5rem;
  position: relative;
}
.tn-flow-step:not(:last-child)::before {
  content: '';
  position: absolute;
  left: 23px; top: 50px; bottom: 0;
  width: 1px;
  background: var(--tn-line);
}
.tn-flow-num {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--tn-ink);
  color: #fff;
  font-family: var(--tn-en);
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  z-index: 1;
}
.tn-flow-body h3 {
  font-family: var(--tn-serif);
  font-weight: 600;
  font-size: 1.15rem;
  color: var(--tn-ink);
  margin-bottom: 0.6rem;
  padding-top: 0.6rem;
}
.tn-flow-body p {
  font-family: var(--tn-sans);
  font-size: 0.9rem;
  line-height: 2;
  color: var(--tn-ink-soft);
}

/* Responsive */
@media (max-width: 900px) {
  .tn-split, .tn-pickup { grid-template-columns: 1fr; gap: 2rem; }
  .tn-split.reverse .tn-split-img, .tn-pickup.reverse .tn-pickup-img { order: 0; }
  .tn-cards3 { grid-template-columns: 1fr; gap: 2.5rem; max-width: 440px; margin: 0 auto; }
  .tn-voices { grid-template-columns: 1fr; }
  .tn-gallery { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .tn-sec { padding: 4rem 0; }
  .tn-page-hero-inner { padding: 3.5rem 0; }
  .tn-page-hero { min-height: 240px; }
  .tn-cta-buttons { flex-direction: column; }
  .tn-btn { width: 100%; justify-content: center; }
  .tn-gallery { grid-template-columns: 1fr; }
  .tn-pickup-price { font-size: 1.4rem; }
}

/* =============================================
   COMPACT HOMEPAGE COMPONENTS (legacy ─ kept for other refs)
   ============================================= */

/* Concept section */
.concept {
  padding: 7rem var(--pad-x);
  background: var(--cream);
  text-align: center;
}
.concept-inner {
  max-width: 760px;
  margin: 0 auto;
}
.concept-inner .section-en {
  margin-bottom: 1.5rem;
}
.concept-inner h2.section-h-jp {
  margin-bottom: 2.5rem;
  line-height: 1.7;
}
.concept-body {
  font-size: 0.95rem;
  line-height: 2.2;
  color: var(--ink-2);
  letter-spacing: 0.06em;
}

/* Compact menu grid (just title + arrow, no body) */
.menu {
  padding: 7rem var(--pad-x);
  background: var(--white);
}
.menu .section-head-center {
  margin-bottom: 4rem;
}
.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line-soft);
  max-width: var(--max);
  margin: 0 auto;
  border: 1px solid var(--line-soft);
}
.menu-item {
  background: var(--white);
  padding: 2.2rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  text-decoration: none;
  color: var(--ink);
  transition: background 0.25s ease, color 0.25s ease;
  position: relative;
}
.menu-item:hover {
  background: var(--navy);
  color: var(--white);
  opacity: 1;
}
.menu-item:hover h3 { color: var(--white); }
.menu-item:hover small { color: var(--gold-2); }
.menu-item:hover .menu-arrow {
  color: var(--gold-2);
  transform: translateX(6px);
}
.menu-item h3 {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--navy);
  letter-spacing: 0.06em;
  line-height: 1.5;
  transition: color 0.25s ease;
}
.menu-item h3 small {
  display: block;
  font-family: var(--en);
  font-style: italic;
  font-weight: 400;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  color: var(--gold-deep);
  margin-top: 0.4rem;
  transition: color 0.25s ease;
}
.menu-arrow {
  font-family: var(--en);
  font-style: italic;
  font-size: 1.4rem;
  color: var(--gold-deep);
  flex-shrink: 0;
  transition: transform 0.25s ease, color 0.25s ease;
}

/* Compact director */
.director-compact {
  padding: 7rem var(--pad-x);
  background: var(--cream);
}
.director-compact-inner {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 4rem;
  align-items: center;
  max-width: 940px;
  margin: 0 auto;
}
.director-compact-figure {
  position: relative;
}
.director-compact-figure img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 6px;
}
.director-compact-figure::after {
  content: '';
  position: absolute;
  bottom: -16px;
  right: -16px;
  width: 100%;
  height: 100%;
  border: 1px solid var(--gold);
  border-radius: 6px;
  z-index: -1;
}
.director-compact-body .section-en {
  margin-bottom: 0.8rem;
}
.director-compact-name {
  margin-bottom: 0.6rem;
}
.director-compact-name .name-jp {
  display: block;
  font-family: var(--display);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.12em;
  line-height: 1.3;
}
.director-compact-name .name-en {
  display: block;
  font-family: var(--en);
  font-style: italic;
  font-size: 1rem;
  color: var(--gold-deep);
  letter-spacing: 0.15em;
  margin-top: 0.3rem;
}
.director-compact-role {
  font-size: 0.92rem;
  color: var(--ink-3);
  letter-spacing: 0.1em;
  margin-bottom: 1.8rem;
}
.director-compact-quote {
  font-family: var(--display);
  font-size: 1.05rem;
  line-height: 2;
  color: var(--navy);
  letter-spacing: 0.04em;
  padding: 1.5rem 0 1.8rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin: 0 0 1.8rem 0;
}

/* Final CTA new structure */
.final-cta {
  padding: 7rem var(--pad-x);
  background: var(--navy-deep);
  color: var(--cream);
  text-align: center;
}
.final-cta-inner {
  max-width: 760px;
  margin: 0 auto;
}
.final-cta .section-en {
  color: var(--gold-2);
  margin-bottom: 1rem;
}
.final-cta-h {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  color: var(--white);
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.final-cta-sub {
  font-size: 0.92rem;
  color: var(--cream);
  opacity: 0.85;
  letter-spacing: 0.05em;
  margin-bottom: 3rem;
}
.final-cta-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.cta-big {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.5rem;
  border-radius: 6px;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  min-width: 0;
}
.cta-big:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.2);
  opacity: 1;
}
.cta-big-tel {
  background: var(--gold);
  color: var(--navy-deep) !important;
}
.cta-big-tel:hover { background: var(--gold-2); }
.cta-big-line {
  background: #06c755;
  color: var(--white) !important;
}
.cta-big-line:hover { background: #05a847; }
.cta-big-label {
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.cta-big-main {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

/* Responsive for new components */
@media (max-width: 1000px) {
  .menu-grid { grid-template-columns: 1fr 1fr; }
  .director-compact-inner { grid-template-columns: 1fr; gap: 2.5rem; max-width: 500px; }
  .director-compact-figure { max-width: 280px; margin: 0 auto; }
  .director-compact-body { text-align: center; }
  .director-compact-quote { text-align: left; }
}
@media (max-width: 700px) {
  .concept, .menu, .director-compact, .final-cta {
    padding: 4rem 1.2rem;
  }
  .menu-grid { grid-template-columns: 1fr; }
  .menu-item { padding: 1.6rem 1.5rem; }
  .menu-item h3 { font-size: 1rem; }
  .menu-item h3 small { font-size: 0.72rem; }
  .director-compact-name .name-jp { font-size: 1.5rem; }
  .director-compact-quote { font-size: 0.95rem; line-height: 1.9; padding: 1.2rem 0; }
  .final-cta-buttons { grid-template-columns: 1fr; gap: 1rem; }
  .final-cta-h { font-size: 1.5rem; }
  .cta-big { padding: 1.5rem 1rem; }
  .cta-big-main { font-size: 1.5rem; }
}
@media (max-width: 480px) {
  .concept, .menu, .director-compact, .final-cta {
    padding: 3rem 1rem;
  }
  .concept-body { font-size: 0.88rem; line-height: 2; }
  .director-compact-quote { font-size: 0.9rem; }
}

/* =============================================
   MOBILE HAMBURGER MENU
   ============================================= */
.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  background: var(--navy);
  border: none;
  border-radius: 6px;
  cursor: pointer;
  padding: 0;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: background 0.2s ease;
  flex-shrink: 0;
}
.nav-toggle:hover { background: var(--navy-deep); }
.nav-toggle-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--gold-2);
  border-radius: 1px;
  transition: transform 0.3s ease, opacity 0.2s ease;
}
.nav-toggle-label {
  font-family: var(--display);
  font-size: 8px;
  letter-spacing: 0.2em;
  color: var(--gold-2);
  margin-top: 2px;
  font-weight: 600;
}
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(2) {
  opacity: 0;
}
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.nav-toggle[aria-expanded="true"] .nav-toggle-label {
  opacity: 0;
}

/* Mobile menu drawer */
.mobile-menu {
  position: fixed;
  inset: 0;
  background: var(--navy-deep);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding-top: 80px;
  padding-bottom: 80px;
}
body.menu-open { overflow: hidden; }
body.menu-open .mobile-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-inner {
  padding: 2rem 1.5rem;
  max-width: 500px;
  margin: 0 auto;
  color: var(--cream);
}
.mobile-menu-tagline {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.05em;
  color: var(--gold-2);
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1.7;
}
.mobile-menu-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.mobile-menu-list li {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 4px;
}
.mobile-menu-list li.mobile-menu-highlight {
  background: rgba(201, 164, 92, 0.18);
  border: 1px solid var(--gold);
}
.mobile-menu-list a {
  display: block;
  padding: 1rem 1.4rem;
  color: var(--cream) !important;
  font-family: var(--display);
  font-size: 1rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.2s ease, color 0.2s ease;
}
.mobile-menu-list a:hover,
.mobile-menu-list a:focus {
  background: rgba(201, 164, 92, 0.15);
  color: var(--gold-2) !important;
  opacity: 1;
}
.mobile-menu-list .mobile-menu-highlight a {
  color: var(--gold-2) !important;
  font-weight: 700;
}

.mobile-menu-cta {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 2rem;
}
.mobile-menu-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  background: var(--gold);
  color: var(--navy-deep) !important;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.2s ease;
}
.mobile-menu-tel:hover { background: var(--gold-2); opacity: 1; }
.mobile-menu-tel .label {
  font-size: 0.78rem;
  letter-spacing: 0.15em;
  margin-bottom: 0.3rem;
  font-weight: 600;
}
.mobile-menu-tel .num {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
.mobile-menu-line {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem;
  background: #06c755;
  color: var(--white) !important;
  border-radius: 6px;
  font-family: var(--display);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: background 0.2s ease;
}
.mobile-menu-line:hover { background: #05a847; opacity: 1; }

.mobile-menu-info {
  text-align: center;
  font-size: 0.82rem;
  color: var(--cream);
  opacity: 0.85;
  line-height: 1.9;
  letter-spacing: 0.05em;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(201, 164, 92, 0.2);
}
.mobile-menu-ig {
  display: inline-block;
  margin-top: 1rem;
  color: var(--gold-2) !important;
  font-size: 0.85rem;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.mobile-menu-ig:hover { opacity: 1; color: var(--white) !important; }

/* =============================================
   WORDPRESS DEFAULT POST / PAGE STYLES
   ============================================= */
.wp-content {
  max-width: 880px;
  margin: 0 auto;
  padding: 6rem var(--pad-x);
}
.wp-content h1, .wp-content h2, .wp-content h3 {
  font-family: var(--display);
  color: var(--navy);
  margin-top: 2.5rem;
  margin-bottom: 1.2rem;
  letter-spacing: 0.05em;
}
.wp-content h1 { font-size: 2.4rem; font-weight: 700; }
.wp-content h2 { font-size: 1.8rem; font-weight: 600; padding-bottom: 0.5rem; border-bottom: 2px solid var(--gold); }
.wp-content h3 { font-size: 1.4rem; font-weight: 600; }
.wp-content p { margin-bottom: 1.5rem; line-height: 2.1; color: var(--ink-2); }
.wp-content a { color: var(--navy); border-bottom: 1px solid var(--gold); }
.wp-content blockquote {
  border-left: 4px solid var(--gold);
  padding: 1rem 1.5rem;
  background: var(--cream);
  margin: 2rem 0;
  font-style: italic;
  color: var(--navy);
}
.wp-content ul, .wp-content ol { padding-left: 1.5rem; margin-bottom: 1.5rem; }
.wp-content ul { list-style: disc; }
.wp-content ol { list-style: decimal; }
.wp-content li { margin-bottom: 0.5rem; line-height: 2; }
.wp-content img { margin: 1.5rem 0; border-radius: 4px; }
.entry-meta {
  font-family: var(--en);
  font-style: italic;
  color: var(--gold-deep);
  letter-spacing: 0.15em;
  margin-bottom: 2rem;
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1200px) {
  .site-nav { gap: 1.3rem; font-size: 0.85rem; }
  .reason { grid-template-columns: 80px 1.2fr 1fr; gap: 2rem; }
  .reason.reverse { grid-template-columns: 1fr 1.2fr 80px; }
}
@media (max-width: 1000px) {
  body { padding-top: 72px; }
  .topbar-msg { font-size: 0.72rem; }
  .topbar-info { display: none; }
  .site-header {
    grid-template-columns: 1fr auto;
    padding: 0.65rem var(--pad-x);
  }
  .site-nav { display: none; }
  .cta-tel-label { display: none; }
  .cta-tel { padding: 0.6rem 1rem; }
  .cta-tel-num { font-size: 1.1rem; }
  .cta-line { padding: 0.6rem 0.9rem; font-size: 0.8rem; }
  .hero-content { grid-template-columns: 1fr; gap: 2.5rem; padding: 4rem var(--pad-x) 7rem; min-height: 0; }
  .news-inner { grid-template-columns: 1fr; gap: 1.5rem; }
  .news-list li { grid-template-columns: 1fr; gap: 0.3rem; }
  .symptoms-grid { grid-template-columns: 1fr 1fr; }
  .menu-grid { grid-template-columns: 1fr 1fr; }
  .voice-grid { grid-template-columns: 1fr; }
  .message-grid, .director-grid, .access-grid { grid-template-columns: 1fr; gap: 3rem; }
  .reason, .reason.reverse { grid-template-columns: 1fr; gap: 1.5rem; }
  .reason .reason-num, .reason.reverse .reason-num { order: 0; }
  .reason .reason-figure, .reason.reverse .reason-figure { order: 0; }
  .reason.reverse .reason-num { border-right: none; border-left: 1px solid var(--gold); padding-right: 0; padding-left: 1.5rem; align-items: flex-start; }
  .footer-top { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-cols { grid-template-columns: 1fr 1fr; }
  .float-cta { display: flex; }
  body { padding-bottom: 60px; }
}
/* =============================================
   RESPONSIVE BREAKPOINTS
   ============================================= */

/* Tablet ~1000px */
@media (max-width: 1000px) {
  .detail-block, .detail-block.reverse { grid-template-columns: 1fr; gap: 2rem; }
  .detail-block.reverse .detail-image, .detail-block.reverse .detail-text { order: 0; }
  .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .voice-page-grid { grid-template-columns: 1fr; }
  .archive-item { grid-template-columns: 1fr; gap: 0.5rem; }
  .archive-cat { justify-self: start; }
  .process-steps { grid-template-columns: 1fr; gap: 1.5rem; }
  .process-step:not(:last-child)::after { display: none; }
  .related-grid { grid-template-columns: 1fr 1fr; }
  .hs-point-card, .hs-point-card.reverse { grid-template-columns: 1fr; }
  .hs-point-card.reverse .hs-point-img, .hs-point-card.reverse .hs-point-body { order: 0; }
  .hs-point-card.reverse .hs-point-body { padding: 2rem; }
  .hs-point-body { padding: 2rem; }
  .hs-doctor-msg { grid-template-columns: 1fr; gap: 2.5rem; padding: 2.5rem; }
  .hs-doctor-photo { max-width: 280px; margin: 0 auto; text-align: center; }
  .hs-mid-cta { grid-template-columns: 1fr; gap: 1.5rem; padding: 2.5rem; text-align: center; }
  .hs-mid-cta-buttons { align-items: center; }
  .hs-features { grid-template-columns: 1fr 1fr; }
  .athlete-grid { grid-template-columns: 1fr 1fr; gap: 1.2rem; }
  .ig-grid { grid-template-columns: repeat(3, 1fr); }
  .director-grid { grid-template-columns: 1fr; gap: 2rem; }
  .director-figure { max-width: 320px; margin: 0 auto; }
  .access-grid { grid-template-columns: 1fr; gap: 2rem; }
  .reasons-list .reason,
  .reasons-list .reason.reverse {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .reason-figure { order: -1; }
}

/* Show hamburger menu, hide desktop nav  ~900px */
@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
    gap: 1rem;
    padding: 0.7rem 1rem;
  }
  .site-nav { display: none !important; }

  /* Compact header-cta for mobile: show only the phone button, hide LINE button (floating CTA handles it) */
  .header-cta { gap: 0.4rem; }
  .cta-tel { padding: 0.5rem 0.9rem; }
  .cta-tel-label { font-size: 0.62rem; letter-spacing: 0.1em; }
  .cta-tel-num { font-size: 1rem; letter-spacing: 0.02em; }
  .cta-line { display: none; }

  .logo-mark { width: 38px; height: 38px; }
  .logo-jp { font-size: 1.05rem; letter-spacing: 0.08em; }
  .logo-en { font-size: 0.62rem; margin-top: 0.3rem; letter-spacing: 0.15em; }
}

/* Tablet portrait / Mobile landscape ~768px */
@media (max-width: 768px) {
  /* Hero scaling (legacy homepage hero, if present) */
  .hero { min-height: 540px; }
  .hero-content { padding: 4rem 1.2rem 5rem; }
  .hero-headline { font-size: clamp(2rem, 8vw, 3rem) !important; }
  .hero-sub { font-size: 0.9rem; line-height: 2; }
  .hero-mark { font-size: 0.78rem; letter-spacing: 0.15em; }
  .hero-cta { flex-direction: column; gap: 0.8rem; }
  .hero-cta .btn { width: 100%; justify-content: center; }
}

/* Mobile ~700px */
@media (max-width: 700px) {
  :root { --pad-x: 1.2rem; }

  /* Section padding reduction */
  .symptoms-grid { grid-template-columns: 1fr; }
  .menu-grid { grid-template-columns: 1fr; }
  .message, .symptoms, .reasons, .menu, .director, .voice, .access, .final-cta {
    padding: 3.5rem 1.2rem;
  }
  .footer-cols { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 1rem; }
  .cta-big { min-width: 0; width: 100%; padding: 1.5rem 1.5rem; }
  .cta-big-main { font-size: 1.6rem; }

  /* Sub-page mobile */
  .page-hero { min-height: 240px; }
  .page-hero-content { padding: 3rem 1.2rem; }
  .page-hero-h { font-size: clamp(1.6rem, 6vw, 2.2rem); }
  .page-hero-en { font-size: 1rem; }
  .page-hero-sub { font-size: 0.88rem; line-height: 1.9; }
  .breadcrumb { font-size: 0.78rem; margin-top: 1.5rem; }
  .page-section { padding: 3.5rem 1.2rem; }
  .detail-features { grid-template-columns: 1fr; }
  .symptom-detail-card { grid-template-columns: 1fr; gap: 1rem; padding: 1.5rem; }
  .symptom-detail-num { font-size: 2rem; }
  .contact-form-box { padding: 1.5rem; }
  .price-table th, .price-table td { padding: 0.8rem 0.6rem; font-size: 0.8rem; }
  .price-table thead th { font-size: 0.78rem; letter-spacing: 0.08em; }

  /* Detail page mobile */
  .related-grid { grid-template-columns: 1fr; }
  .target-users, .causes-box { padding: 1.5rem; }
  .timeline { padding-left: 40px; }
  .timeline-item::before { left: -34px; }

  /* Hashimoto-style mobile */
  .hs-section-title h2 { font-size: 1.5rem; padding: 0 0.5rem; }
  .hs-section-title h2::before, .hs-section-title h2::after { width: 20px; }
  .hs-section-title h2 small { font-size: 0.78rem; }
  .hs-point-img img { min-height: 200px; }
  .hs-point-body { padding: 1.5rem; }
  .hs-point-body h3 { font-size: 1.15rem; }
  .hs-point-body p { font-size: 0.88rem; line-height: 2; }
  .hs-doctor-msg { padding: 1.8rem 1.2rem; gap: 2rem; }
  .hs-doctor-text > p, .hs-doctor-text .hs-doctor-block p {
    font-size: 0.9rem;
    line-height: 2;
  }
  .hs-doctor-text h4 { font-size: 1rem; padding: 0.5rem 0.8rem; }
  .hs-mid-cta { padding: 1.8rem 1.2rem; }
  .hs-mid-cta-h { font-size: 1.2rem; line-height: 1.7; }
  .hs-mid-cta-tel { min-width: 0; width: 100%; }
  .hs-features { grid-template-columns: 1fr; gap: 1rem; }
  .hs-worry-box ul { grid-template-columns: 1fr; }
  .hs-worry-box, .hs-callout-yellow { padding: 1.5rem 1.2rem; }
  .hs-callout-yellow h3 { font-size: 1.1rem; }
  .hs-callout-yellow p, .hs-callout-yellow ul li { font-size: 0.88rem; line-height: 1.9; }
  .hs-qa-q { font-size: 1rem; line-height: 1.7; gap: 0.6rem; }
  .hs-qa-q::before { font-size: 1.3rem; }
  .hs-qa-a { font-size: 0.88rem; line-height: 1.95; padding-left: 1.8rem; }
  .hs-qa-a::before { font-size: 1.2rem; }
  .hs-qa-item { padding: 1.5rem 0; }
  .hs-banner-h { font-size: 1.5rem; }
  .hs-banner-content { padding: 2.5rem 1.5rem; }

  /* Athlete & IG mobile */
  .athlete-section { padding: 3.5rem 1.2rem; }
  .athlete-grid { grid-template-columns: 1fr; gap: 1rem; }
  .athlete-card { padding: 1.5rem 1.3rem; }
  .athlete-card h3 { font-size: 1.05rem; }
  .athlete-tags { padding: 1.5rem 1.2rem; }
  .athlete-tags ul { gap: 0.4rem; }
  .athlete-tags li { font-size: 0.75rem; padding: 0.35rem 0.7rem; }
  .athlete-cta { flex-direction: column; gap: 0.8rem; }
  .athlete-cta .btn { width: 100%; justify-content: center; }
  .athlete-lead { font-size: 0.9rem; line-height: 2; }
  .ig-section { padding: 3.5rem 1.2rem; }
  .ig-grid { grid-template-columns: repeat(3, 1fr); gap: 4px; }
  .ig-section h2.section-h-jp { font-size: 1.4rem; }
  .ig-handle { font-size: 0.85rem; }
  .ig-lead { font-size: 0.85rem; line-height: 1.9; }
  .ig-follow-btn { padding: 0.85rem 1.5rem; font-size: 0.85rem; }

  /* Section heading sizes */
  .section-h-jp { font-size: clamp(1.5rem, 5vw, 2rem) !important; }
  .section-en { font-size: 0.78rem; letter-spacing: 0.25em; }
  .section-lead { font-size: 0.88rem; line-height: 1.9; }

  /* Director on homepage */
  .director-quote { font-size: 0.95rem; line-height: 1.9; }
  .director-text p { font-size: 0.88rem; line-height: 2; }
  .director-creds li { font-size: 0.82rem; padding: 0.5rem 0; }
  .director-creds li span { display: inline-block; min-width: 50px; }

  /* Reasons on homepage */
  .reason-num-no { font-size: 2rem; }
  .reason-body h3 { font-size: 1.15rem; line-height: 1.6; }
  .reason-body p { font-size: 0.88rem; line-height: 1.95; }

  /* Voice grid */
  .voice-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .voice-card { padding: 1.8rem 1.5rem; }
  .voice-title { font-size: 1rem; line-height: 1.6; }
  .voice-body { font-size: 0.88rem; line-height: 1.95; }

  /* Menu items */
  .menu-item { padding: 1.8rem 1.5rem; }
  .menu-item h3 { font-size: 1.1rem; }
  .menu-item p { font-size: 0.88rem; line-height: 1.9; }
  .menu-price { font-size: 0.85rem; padding-top: 0.8rem; margin-top: 0.8rem; }

  /* Symptoms grid items */
  .symptom h3 { font-size: 1.05rem; }
  .symptom p { font-size: 0.82rem; }
  .symptom-no { font-size: 1.3rem; }

  /* Page intros */
  .page-intro { margin-bottom: 3rem; }
  .page-intro p { font-size: 0.92rem; line-height: 2; margin-top: 1.5rem; }

  /* Detail block text */
  .detail-text p { font-size: 0.9rem; line-height: 2; }
  .detail-h { font-size: 1.3rem; line-height: 1.5; }
  .detail-h small { font-size: 0.85rem; letter-spacing: 0.15em; }
  .detail-num { font-size: 0.95rem; letter-spacing: 0.2em; }

  /* Hours table */
  .hours-table th, .hours-table td {
    padding: 0.6rem 0.3rem;
    font-size: 0.82rem;
  }
  .hours-table thead th { font-size: 0.75rem; }

  /* Buttons */
  .btn { padding: 0.85rem 1.5rem; font-size: 0.85rem; letter-spacing: 0.12em; }

  /* Form fields */
  .form-field input,
  .form-field textarea,
  .form-field select {
    font-size: 16px;  /* Prevent iOS zoom */
    padding: 0.75rem 0.9rem;
  }
  .form-field label { font-size: 0.85rem; }

  /* Floating CTA */
  .float-cta { display: grid !important; }
}

/* Small mobile ~480px */
@media (max-width: 480px) {
  :root { --pad-x: 1rem; }

  /* On very small screens: header is just logo, rely on floating CTA */
  .header-cta { display: none; }
  .site-header { grid-template-columns: 1fr; }

  /* Even tighter hero */
  .hero { min-height: 500px; }
  .hero-content { padding: 3rem 1rem 4rem; }
  .hero-headline { font-size: clamp(1.8rem, 7vw, 2.5rem) !important; line-height: 1.4 !important; }
  .hero-sub { font-size: 0.85rem; }
  .hero-mark { font-size: 0.7rem; }

  /* Even tighter sections */
  .message, .symptoms, .reasons, .menu, .director, .voice, .access, .final-cta,
  .page-section, .athlete-section, .ig-section {
    padding: 3rem 1rem !important;
  }
  .page-hero-content { padding: 2.5rem 1rem; }

  /* Logo */
  .logo-mark { width: 34px; height: 34px; }
  .logo-jp { font-size: 0.95rem; letter-spacing: 0.06em; }
  .logo-en { font-size: 0.55rem; }

  /* Footer */
  .footer { padding: 3rem 1rem 2rem; }
  .footer-h { font-size: 0.92rem; }
  .footer ul li { font-size: 0.85rem; }
  .footer-tel { font-size: 1.4rem; }

  /* Final CTA on homepage */
  .final-cta-h { font-size: 1.6rem !important; line-height: 1.5 !important; }
  .cta-big-main { font-size: 1.4rem; }
  .cta-big-sub { font-size: 0.78rem; }

  /* IG grid: only 2 columns on small phones */
  .ig-grid { grid-template-columns: repeat(2, 1fr); }

  /* Form */
  .contact-form-box { padding: 1.3rem; }

  /* Detail features as scrollable badge list */
  .detail-features { gap: 0.5rem; }
  .detail-features li { font-size: 0.8rem; padding-left: 1rem; }

  /* Voice filters */
  .voice-filter { gap: 0.4rem; }
  .voice-filter a,
  .voice-filter button {
    padding: 0.45rem 0.9rem;
    font-size: 0.78rem;
    letter-spacing: 0.05em;
  }

  /* Athlete tags */
  .athlete-tags li { font-size: 0.72rem; padding: 0.3rem 0.6rem; }

  /* HS sections tighter */
  .hs-section-title { margin-bottom: 2.5rem; }
  .hs-section-title h2 { font-size: 1.3rem; }
  .hs-section-title h2 small { font-size: 0.7rem; letter-spacing: 0.2em; }
  .hs-point-img img { min-height: 180px; }
  .hs-point-body { padding: 1.3rem; }
  .hs-point-number {
    top: 1rem;
    left: 1rem;
    padding: 0.35rem 0.9rem;
    font-size: 0.68rem;
  }
  .hs-callout-yellow::before {
    font-size: 0.72rem;
    padding: 0.2rem 0.8rem;
    left: 1.2rem;
  }
  .hs-worry-box::before {
    font-size: 0.78rem;
    padding: 0.3rem 1.2rem;
    left: 1.5rem;
  }
  .hs-mid-cta-tel .num { font-size: 1.3rem; }
  .hs-mid-cta-h { font-size: 1.1rem; }
  .hs-mid-cta-eyebrow { font-size: 0.8rem; letter-spacing: 0.18em; }

  /* Mobile menu */
  .mobile-menu-inner { padding: 1.5rem 1rem; }
  .mobile-menu-list a { padding: 0.85rem 1.2rem; font-size: 0.95rem; }
  .mobile-menu-tel .num { font-size: 1.3rem; }
}

/* =============================================
   FRONT PAGE LP ─ Hero CTA & trouble list
   ============================================= */
.tn-hero-cta {
  display: flex;
  gap: 1rem;
  margin-top: 2.2rem;
  flex-wrap: wrap;
  opacity: 0;
  animation: tn-fade-up 1s cubic-bezier(0.22,0.7,0.2,1) 1.15s both;
}
.tn-trouble {
  max-width: 720px;
  margin: 0 auto;
}
.tn-trouble li {
  font-size: 1rem;
  line-height: 1.8;
  padding: 1rem 0;
  border-bottom: 1px solid var(--tn-line);
}
.tn-trouble li::before {
  width: 8px; height: 8px;
  margin-top: 0.7em;
}
@media (prefers-reduced-motion: reduce) {
  .tn-hero-cta { animation: none; opacity: 1; }
}
@media (max-width: 600px) {
  .tn-hero-cta { flex-direction: column; }
  .tn-hero-cta .tn-btn { width: 100%; justify-content: center; }
}

/* =============================================
   REFINED FEATURE CARDS (tn-feat3)
   縦長写真＋大きな数字＋エディトリアルなテキスト
   ============================================= */
.tn-feat3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8rem;
}
.tn-feat {
  display: flex;
  flex-direction: column;
}
/* 2番目のカードを少し下げて非対称のリズムを作る */
.tn-feat:nth-child(2) { margin-top: 3rem; }

.tn-feat-figure {
  position: relative;
  margin: 0 0 1.8rem;
  overflow: hidden;
}
.tn-feat-figure img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
  transition: transform 0.9s cubic-bezier(0.22,0.7,0.2,1);
}
.tn-feat:hover .tn-feat-figure img { transform: scale(1.06); }
.tn-feat-figure::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20,26,31,0.32), transparent 45%);
  pointer-events: none;
}
/* 写真左下に重なる大きな数字 */
.tn-feat-num {
  position: absolute;
  left: -2px;
  bottom: -0.22em;
  z-index: 2;
  font-family: var(--tn-en);
  font-weight: 400;
  font-size: clamp(3.6rem, 6vw, 5.4rem);
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  text-shadow: 0 2px 20px rgba(0,0,0,0.35);
}
.tn-feat-num small {
  font-size: 0.32em;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--tn-accent);
  display: block;
  margin-left: 0.5rem;
  margin-bottom: 0.4rem;
  text-shadow: none;
}

.tn-feat-body { padding-right: 0.4rem; }
.tn-feat-body h3 {
  font-family: var(--tn-serif);
  font-weight: 600;
  font-size: 1.22rem;
  line-height: 1.55;
  letter-spacing: 0.05em;
  color: var(--tn-ink);
  margin-bottom: 1rem;
  position: relative;
  padding-top: 1rem;
}
.tn-feat-body h3::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 32px; height: 2px;
  background: var(--tn-accent);
}
.tn-feat-body p {
  font-family: var(--tn-sans);
  font-size: 0.9rem;
  line-height: 2.1;
  letter-spacing: 0.04em;
  color: var(--tn-ink-soft);
}

/* 写真なしバリエーション（数字を主役にした罫線カード） */
.tn-feat.no-photo { border-top: 2px solid var(--tn-ink); padding-top: 1.6rem; }
.tn-feat.no-photo:nth-child(2) { margin-top: 0; }
.tn-feat.no-photo .tn-feat-num-plain {
  font-family: var(--tn-en);
  font-size: clamp(2.6rem, 4vw, 3.4rem);
  line-height: 1;
  color: var(--tn-accent);
  margin-bottom: 1.2rem;
  display: block;
}

@media (max-width: 900px) {
  .tn-feat3 { grid-template-columns: 1fr; gap: 3rem; max-width: 460px; margin: 0 auto; }
  .tn-feat:nth-child(2) { margin-top: 0; }
  .tn-feat-figure img { aspect-ratio: 3 / 2; }
}
