/*
Theme Name: LAQSMILE School
Theme URI: https://school.laqsmile.co.jp
Description: ラクスマイル整体スクール 公式テーマ
Author: LAQSMILE
Version: 1.0.0
Text Domain: laqsmile-school
*/

/* ============================
   BASE RESET & TYPOGRAPHY
   ============================ */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #8C8075;
    background-color: #ffffff;
    line-height: 1.8;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #C5A059;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #A68645;
}

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

ul, ol {
    list-style: none;
}

/* ============================
   TYPOGRAPHY
   ============================ */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Serif JP', serif;
    color: #5c4a3a;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

.catch {
    font-family: 'Zen Kurenaido', cursive;
}

/* ============================
   LAYOUT
   ============================ */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.container-narrow {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 40px;
}

.section {
    padding: 80px 0;
}

.section-tight {
    padding: 60px 0;
}

/* ============================
   BACKGROUNDS
   ============================ */
.bg-cream { background-color: #f8f5f1; }
.bg-beige { background-color: #f5ede1; }
.bg-white { background-color: #ffffff; }
.bg-dark { background-color: #5c4a3a; }

/* ============================
   SECTION TITLES
   ============================ */
.section-header {
    text-align: center;
    margin-bottom: 56px;
}

.section-label {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.3em;
    color: #C5A059;
    text-transform: uppercase;
    display: block;
    margin-bottom: 12px;
}

.section-title {
    font-family: 'Noto Serif JP', serif;
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 600;
    color: #5c4a3a;
    letter-spacing: 0.1em;
}

.section-divider {
    width: 36px;
    height: 1px;
    background: #C5A059;
    margin: 20px auto 0;
}

.section-desc {
    margin-top: 20px;
    font-size: 15px;
    color: #8C8075;
    line-height: 2.0;
}

/* ============================
   GOLD LINE DECORATION
   ============================ */
.gold-line {
    width: 36px;
    height: 1px;
    background: #C5A059;
    margin: 16px 0;
}

.gold-line-center {
    margin: 16px auto;
}

/* ============================
   BUTTONS
   ============================ */
.btn {
    display: inline-block;
    padding: 16px 40px;
    border-radius: 9999px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    text-align: center;
}

.btn-gold {
    background: #C5A059;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.btn-gold:hover {
    background: #A68645;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    color: #ffffff;
}

.btn-orange {
    background: #B8935A;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(184,147,90,0.30);
}

.btn-orange:hover {
    background: #a07840;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(184,147,90,0.40);
    color: #ffffff;
}

.btn-outline {
    background: transparent;
    color: #C5A059;
    border: 1px solid #C5A059;
}

.btn-outline:hover {
    background: #C5A059;
    color: #ffffff;
    transform: translateY(-2px);
}

.btn-sm {
    padding: 12px 28px;
    font-size: 14px;
}

.btn-lg {
    padding: 20px 56px;
    font-size: 17px;
}

/* CTA button group */
.btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

/* ============================
   SITE HEADER
   ============================ */
.site-header {
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.07);
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.site-logo-text {
    font-family: 'Noto Serif JP', serif;
    font-size: 14px;
    font-weight: 600;
    color: #5c4a3a;
    letter-spacing: 0.15em;
    line-height: 1.4;
}

.site-logo-text span {
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: #C5A059;
    letter-spacing: 0.2em;
}

/* Main navigation */
.site-nav {
    display: flex;
    align-items: center;
    gap: 0;
}

.site-nav a {
    display: block;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 500;
    color: #5c4a3a;
    letter-spacing: 0.08em;
    text-decoration: none;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.site-nav a:hover {
    color: #C5A059;
}

.site-nav .nav-cta {
    margin-left: 8px;
    padding: 10px 20px;
    background: #C5A059;
    color: #ffffff;
    border-radius: 9999px;
    font-size: 13px;
}

.site-nav .nav-cta:hover {
    background: #A68645;
    color: #ffffff;
}

/* Mobile hamburger */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 8px;
    background: none;
    border: none;
}

.hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: #5c4a3a;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Mobile nav */
.mobile-nav {
    display: none;
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 99;
    padding: 40px;
    overflow-y: auto;
}

.mobile-nav.is-open {
    display: block;
}

.mobile-nav a {
    display: block;
    padding: 16px 0;
    font-size: 18px;
    font-family: 'Noto Serif JP', serif;
    color: #5c4a3a;
    border-bottom: 1px solid #f5ede1;
    text-decoration: none;
}

.mobile-nav a:hover {
    color: #C5A059;
}

.mobile-nav .mobile-cta {
    margin-top: 32px;
    text-align: center;
}

/* ============================
   SITE FOOTER
   ============================ */
.site-footer {
    background: #5c4a3a;
    color: #e8d5b8;
    padding: 60px 0 40px;
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.footer-top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-brand .footer-logo-text {
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    font-weight: 600;
    color: #C5A059;
    letter-spacing: 0.15em;
    margin-bottom: 4px;
}

.footer-brand p {
    font-size: 13px;
    line-height: 1.8;
    color: #c4b09a;
    margin-top: 16px;
}

.footer-nav h4 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.25em;
    color: #C5A059;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.footer-nav ul li {
    margin-bottom: 8px;
}

.footer-nav ul li a {
    font-size: 13px;
    color: #c4b09a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-nav ul li a:hover {
    color: #C5A059;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
    flex-wrap: wrap;
    gap: 16px;
}

.footer-bottom p {
    font-size: 12px;
    color: #9a7f63;
}

.footer-bottom-links {
    display: flex;
    gap: 24px;
}

.footer-bottom-links a {
    font-size: 12px;
    color: #9a7f63;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #C5A059;
}

/* ============================
   HERO SECTION
   ============================ */
.hero {
    background: linear-gradient(160deg, #f8f5f1 0%, #f5ede1 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(197, 160, 89, 0.05);
}

.hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.hero-label {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.3em;
    color: #C5A059;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.hero-title {
    font-family: 'Zen Kurenaido', cursive;
    font-size: clamp(36px, 5vw, 60px);
    color: #5c4a3a;
    line-height: 1.4;
    margin-bottom: 24px;
}

.hero-title em {
    font-style: normal;
    color: #C5A059;
}

.hero-subtitle {
    font-size: 16px;
    color: #8C8075;
    line-height: 2.0;
    max-width: 540px;
    margin-bottom: 40px;
}

/* Page hero (inner pages) */
.page-hero {
    background: linear-gradient(160deg, #f8f5f1 0%, #f5ede1 100%);
    padding: 72px 0 60px;
    text-align: center;
}

.page-hero-label {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.3em;
    color: #C5A059;
    text-transform: uppercase;
    display: block;
    margin-bottom: 12px;
}

.page-hero-title {
    font-family: 'Noto Serif JP', serif;
    font-size: clamp(24px, 3.5vw, 36px);
    font-weight: 600;
    color: #5c4a3a;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
}

.page-hero-desc {
    font-size: 15px;
    color: #8C8075;
    line-height: 2.0;
    max-width: 560px;
    margin: 0 auto;
}

/* ============================
   COURSE STEP SECTION
   ============================ */
.step-list {
    display: flex;
    align-items: stretch;
    gap: 0;
    position: relative;
}

.step-item {
    flex: 1;
    position: relative;
}

.step-item:not(:last-child)::after {
    content: '▶';
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
    color: #C5A059;
    font-size: 16px;
    z-index: 1;
}

.step-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 32px 24px;
    text-align: center;
    height: 100%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    transition: transform 0.3s ease;
}

.step-card:hover {
    transform: translateY(-4px);
}

.step-number {
    font-family: 'Noto Serif JP', serif;
    font-size: 11px;
    letter-spacing: 0.25em;
    color: #C5A059;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.step-name {
    font-family: 'Noto Serif JP', serif;
    font-size: 17px;
    font-weight: 600;
    color: #5c4a3a;
    margin-bottom: 12px;
    line-height: 1.5;
}

.step-desc {
    font-size: 13px;
    color: #8C8075;
    line-height: 1.8;
    margin-bottom: 16px;
}

.step-badge {
    display: inline-block;
    padding: 4px 14px;
    background: #f8f5f1;
    border: 1px solid #C5A059;
    border-radius: 9999px;
    font-size: 12px;
    color: #C5A059;
    letter-spacing: 0.05em;
}

.step-badge-main {
    background: #C5A059;
    color: #ffffff;
    border-color: #C5A059;
}

/* ============================
   FEATURE CARDS
   ============================ */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.feature-card {
    text-align: center;
    padding: 40px 24px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}

.feature-icon {
    font-size: 36px;
    margin-bottom: 16px;
    display: block;
}

.feature-title {
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    font-weight: 600;
    color: #5c4a3a;
    margin-bottom: 12px;
}

.feature-desc {
    font-size: 14px;
    color: #8C8075;
    line-height: 1.9;
}

/* ============================
   COURSE CARDS (2col)
   ============================ */
.course-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.course-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.course-card:hover {
    transform: translateY(-6px);
}

.course-card-header {
    padding: 32px 32px 24px;
    border-bottom: 1px solid #f5ede1;
}

.course-card-badge {
    display: inline-block;
    padding: 4px 14px;
    background: #f8f5f1;
    border-radius: 9999px;
    font-size: 12px;
    color: #C5A059;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
}

.course-card-badge-pro {
    background: #C5A059;
    color: #ffffff;
}

.course-card-title {
    font-family: 'Noto Serif JP', serif;
    font-size: 20px;
    font-weight: 600;
    color: #5c4a3a;
    margin-bottom: 8px;
}

.course-card-subtitle {
    font-size: 14px;
    color: #8C8075;
}

.course-card-body {
    padding: 24px 32px 32px;
}

.course-card-info {
    display: flex;
    gap: 24px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.course-card-info-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.course-card-info-label {
    font-size: 11px;
    letter-spacing: 0.15em;
    color: #C5A059;
    text-transform: uppercase;
}

.course-card-info-value {
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    font-weight: 600;
    color: #5c4a3a;
}

.course-card-desc {
    font-size: 14px;
    color: #8C8075;
    line-height: 1.9;
    margin-bottom: 24px;
}

/* ============================
   TESTIMONIAL / VOICE
   ============================ */
.voice-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}

.voice-quote {
    position: relative;
    padding-left: 24px;
    margin-bottom: 24px;
}

.voice-quote::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #C5A059;
    border-radius: 2px;
}

.voice-quote p {
    font-size: 16px;
    color: #5c4a3a;
    line-height: 1.9;
    font-family: 'Noto Serif JP', serif;
}

.voice-meta {
    display: flex;
    align-items: center;
    gap: 16px;
}

.voice-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #f5ede1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.voice-name {
    font-family: 'Noto Serif JP', serif;
    font-size: 15px;
    font-weight: 600;
    color: #5c4a3a;
    margin-bottom: 2px;
}

.voice-info {
    font-size: 12px;
    color: #C5A059;
    letter-spacing: 0.1em;
}

.voice-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

/* ============================
   SEMINAR BANNER
   ============================ */
.seminar-banner {
    background: linear-gradient(135deg, #B8935A, #C5A059);
    border-radius: 16px;
    padding: 48px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
}

.seminar-banner-label {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    opacity: 0.8;
    margin-bottom: 8px;
}

.seminar-banner-title {
    font-family: 'Noto Serif JP', serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
}

.seminar-banner-meta {
    font-size: 14px;
    opacity: 0.9;
    line-height: 1.9;
}

.seminar-banner-btn {
    background: #ffffff;
    color: #B8935A;
    padding: 16px 40px;
    border-radius: 9999px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.1em;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.seminar-banner-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    color: #B8935A;
}

/* ============================
   CTA SECTION
   ============================ */
.cta-section {
    background: #5c4a3a;
    padding: 80px 0;
    text-align: center;
}

.cta-label {
    font-size: 12px;
    letter-spacing: 0.3em;
    color: #C5A059;
    text-transform: uppercase;
    display: block;
    margin-bottom: 16px;
}

.cta-title {
    font-family: 'Noto Serif JP', serif;
    font-size: clamp(22px, 3vw, 28px);
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
}

.cta-desc {
    font-size: 15px;
    color: #c4b09a;
    line-height: 2.0;
    margin-bottom: 40px;
}

/* ============================
   PROFILE SECTION
   ============================ */
.profile-layout {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    align-items: start;
}

.profile-image-wrap {
    position: relative;
}

.profile-image {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 3/4;
    background: #f5ede1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
}

.profile-name-ja {
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    font-weight: 600;
    color: #5c4a3a;
    margin-bottom: 4px;
    margin-top: 20px;
}

.profile-name-en {
    font-size: 13px;
    letter-spacing: 0.2em;
    color: #C5A059;
    text-transform: uppercase;
}

.profile-body h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 20px;
    font-weight: 600;
    color: #5c4a3a;
    margin: 32px 0 16px;
}

.profile-body h3:first-child {
    margin-top: 0;
}

.profile-body p {
    font-size: 15px;
    color: #8C8075;
    line-height: 2.0;
    margin-bottom: 16px;
}

.profile-career {
    margin-top: 32px;
}

.career-item {
    display: flex;
    gap: 20px;
    padding: 12px 0;
    border-bottom: 1px solid #f5ede1;
}

.career-year {
    font-size: 13px;
    color: #C5A059;
    font-weight: 500;
    letter-spacing: 0.05em;
    white-space: nowrap;
    min-width: 60px;
}

.career-desc {
    font-size: 14px;
    color: #8C8075;
    line-height: 1.8;
}

/* ============================
   FAQ
   ============================ */
.faq-list {
    max-width: 720px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid #f5ede1;
}

.faq-question {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 24px 0;
    cursor: pointer;
    transition: color 0.3s ease;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
}

.faq-question:hover .faq-question-text {
    color: #C5A059;
}

.faq-q-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #C5A059;
    color: #ffffff;
    font-family: 'Noto Serif JP', serif;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.faq-question-text {
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    font-weight: 400;
    color: #5c4a3a;
    line-height: 1.7;
    flex: 1;
}

.faq-arrow {
    margin-left: auto;
    font-size: 16px;
    color: #C5A059;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-top: 4px;
}

.faq-item.is-open .faq-arrow {
    transform: rotate(180deg);
}

.faq-answer {
    display: none;
    padding: 0 0 24px 44px;
}

.faq-item.is-open .faq-answer {
    display: block;
}

.faq-a-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f5ede1;
    color: #C5A059;
    font-family: 'Noto Serif JP', serif;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
    vertical-align: middle;
}

.faq-answer p {
    font-size: 15px;
    color: #8C8075;
    line-height: 2.0;
}

/* ============================
   METHOD PILLARS
   ============================ */
.method-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.method-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 28px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    position: relative;
}

.method-number {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 32px;
    background: #C5A059;
    color: #ffffff;
    border-radius: 50%;
    font-family: 'Noto Serif JP', serif;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.method-icon {
    font-size: 40px;
    margin-bottom: 16px;
    display: block;
    margin-top: 8px;
}

.method-title {
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    font-weight: 600;
    color: #5c4a3a;
    margin-bottom: 12px;
}

.method-desc {
    font-size: 14px;
    color: #8C8075;
    line-height: 1.9;
}

/* ============================
   CONTACT / LINE CTA
   ============================ */
.line-cta-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 56px 48px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    max-width: 640px;
    margin: 0 auto;
}

.line-cta-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.line-cta-title {
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    font-weight: 600;
    color: #5c4a3a;
    margin-bottom: 12px;
}

.line-cta-desc {
    font-size: 15px;
    color: #8C8075;
    line-height: 2.0;
    margin-bottom: 32px;
}

.line-cta-note {
    font-size: 13px;
    color: #b8a898;
    margin-top: 16px;
}

/* ============================
   BREADCRUMB
   ============================ */
.breadcrumb {
    padding: 12px 0;
    font-size: 12px;
    color: #b8a898;
}

.breadcrumb a {
    color: #b8a898;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb a:hover {
    color: #C5A059;
}

.breadcrumb span {
    margin: 0 8px;
}

/* ============================
   FADE IN ANIMATION
   ============================ */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-in.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ============================
   UTILITIES
   ============================ */
.text-center { text-align: center; }
.text-gold { color: #C5A059; }
.text-brown { color: #5c4a3a; }
.text-muted { color: #8C8075; }
.mt-8 { margin-top: 8px; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; }
.mt-40 { margin-top: 40px; }
.mb-8 { margin-bottom: 8px; }
.mb-16 { margin-bottom: 16px; }
.mb-24 { margin-bottom: 24px; }
.mb-32 { margin-bottom: 32px; }
.mb-40 { margin-bottom: 40px; }

/* ============================
   RESPONSIVE
   ============================ */
@media (max-width: 1024px) {
    .container,
    .container-narrow {
        padding: 0 24px;
    }

    .header-inner {
        padding: 0 24px;
    }

    .footer-inner {
        padding: 0 24px;
    }

    .footer-top {
        grid-template-columns: 1fr 1fr;
    }

    .step-list {
        flex-direction: column;
        gap: 24px;
    }

    .step-item:not(:last-child)::after {
        content: '▼';
        position: static;
        display: block;
        text-align: center;
        margin: -8px 0;
        transform: none;
    }

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

    .profile-layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .profile-image-wrap {
        max-width: 280px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .section {
        padding: 60px 0;
    }

    .site-nav {
        display: none;
    }

    .hamburger {
        display: flex;
    }

    .hero {
        padding: 60px 0;
    }

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

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

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

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

    .seminar-banner {
        flex-direction: column;
        text-align: center;
        padding: 36px 24px;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .footer-bottom-links {
        justify-content: center;
    }

    .line-cta-box {
        padding: 40px 24px;
    }

    .voice-card {
        padding: 28px 24px;
    }

    .page-hero {
        padding: 48px 0 40px;
    }
}

@media (max-width: 480px) {
    .btn {
        padding: 14px 28px;
        font-size: 14px;
    }

    .btn-lg {
        padding: 16px 36px;
        font-size: 15px;
    }

    .hero-title {
        font-size: 30px;
    }

    .section-title {
        font-size: 22px;
    }
}

/* ============================
   PAGE HERO WITH PHOTO
   ============================ */
.page-hero--photo {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 88px 0 72px;
    position: relative;
}

.page-hero--photo::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg,
        rgba(253,248,243,0.88) 0%,
        rgba(253,248,243,0.82) 45%,
        rgba(245,237,225,0.86) 100%);
}

.page-hero--photo .container {
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .page-hero--photo {
        padding: 60px 0 48px;
    }
}

/* ============================
   PHOTO BREAK
   ============================ */
.photo-break {
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.photo-break img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    object-position: center 30%;
    display: block;
}

@media (max-width: 768px) {
    .photo-break img {
        height: 220px;
    }
}

/* ============================
   FEATURE ICON (replaces emoji)
   ============================ */
.feature-icon-num {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #C5A059;
    color: #ffffff;
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

/* ============================
   VOICE INITIAL AVATAR
   ============================ */
.voice-initial {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #f5ede1;
    color: #C5A059;
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.voice-initial--sm {
    width: 48px;
    height: 48px;
    font-size: 18px;
}

/* ============================
   CONSULT LIST (replaces emoji)
   ============================ */
.consult-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.consult-check {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(197,160,89,0.12);
    color: #C5A059;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.consult-text {
    font-size: 15px;
    color: #5c4a3a;
    font-family: 'Noto Serif JP', serif;
}
