/* グローバル撫育社 LP — production stylesheet */

:root{
  --primary:#7B1C22;--primary-dark:#5E1319;--gold:#C0973F;--gold-text:#9A7526;--gold-light:#E3CB8F;
  --cta:#3B322B;--cta-hover:#2A231D;--bg:#FFFFFF;--bg-alt:#F1F0EE;--surface:#EAE6DE;--neutral:#5C554E;
  --highlight:#F7DA5A;--text:#1F1B18;--muted:#6E6862;--border:#DCD6CB;--inverse:#FFFFFF;
  --serif:"Noto Serif JP","Yu Mincho",serif;--sans:"Noto Sans JP","Hiragino Sans",sans-serif;--num:"Playfair Display",Georgia,serif;
}

*{box-sizing:border-box}
body{margin:0;background:var(--bg);font-family:var(--serif);color:var(--text);-webkit-font-smoothing:antialiased}
h1,h2,h3{word-break:keep-all;overflow-wrap:anywhere;margin:0;font-weight:inherit}
p{margin:0}
a{color:var(--gold-text);text-decoration:none}
a:hover{color:var(--primary)}
img{max-width:100%}
:focus-visible{outline:2px solid var(--primary);outline-offset:2px}
::selection{background:var(--gold-light)}

.lp-wrap{max-width:1120px;margin:0 auto;padding:0 40px}

/* ===== Buttons ===== */
.btn{display:inline-block;font-family:var(--sans);text-align:center;border-radius:4px;transition:background .15s,transform .15s}
.btn-dark{color:var(--inverse);background:var(--cta)}
.btn-dark:hover{background:var(--cta-hover);color:var(--inverse)}
.btn-header{font-size:13px;font-weight:700;letter-spacing:.04em;padding:16px 24px}
.btn-header:hover{transform:translateY(-1px)}
.btn-hero{font-size:15px;font-weight:700;letter-spacing:.05em;padding:18px 32px;border:1px solid var(--gold-light);border-radius:6px}
.btn-hero:hover{transform:translateY(-2px)}
.btn-outline{font-size:15px;font-weight:500;color:var(--text);background:var(--bg);border:1px solid var(--border);padding:18px 28px;border-radius:6px}
.btn-outline:hover{background:var(--surface);color:var(--text)}
.btn-gold-outline{display:block;font-size:14px;font-weight:500;color:var(--text);border:1px solid var(--gold);padding:14px;border-radius:4px}
.btn-gold-outline:hover{background:var(--surface);color:var(--text)}
.btn-individual{font-size:14px;font-weight:700;padding:16px 30px}
.btn-individual:hover{background:var(--cta-hover);color:var(--inverse)}
.btn-contact{font-size:16px;font-weight:700;letter-spacing:.05em;border:1px solid var(--gold-light);padding:22px 48px;border-radius:6px}
.btn-contact:hover{transform:translateY(-2px)}
.link-gold{font-family:var(--sans);font-size:14px;font-weight:500;color:var(--text);border-bottom:1px solid var(--gold)}
.link-gold:hover{color:var(--primary)}

/* ===== Section heading kit ===== */
.eyebrow{font-family:var(--sans);font-size:12px;letter-spacing:.3em;color:var(--gold-text);margin-bottom:16px}
.section-title{font-size:36px;font-weight:700;letter-spacing:.05em;margin:0 0 24px}
.section-lead{font-family:var(--serif);font-size:16px;line-height:2;color:var(--muted);margin:0 auto}
.text-accent{color:var(--primary)}

/* ===== Header ===== */
.site-header{position:sticky;top:0;z-index:50;background:var(--bg);border-bottom:1px solid var(--border)}
.site-header .lp-wrap{max-width:none;padding:0}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:96px;padding:0 40px}
.brand{line-height:1.25;color:var(--text)}
.brand-eyebrow{font-family:var(--sans);font-size:11px;letter-spacing:.12em;color:var(--muted)}
.brand-name{font-size:23px;font-weight:600;letter-spacing:.05em}
.header-right{display:flex;align-items:center;gap:24px}
.hd-nav{display:flex;gap:22px;font-family:var(--sans);font-size:13px}
.hd-nav a{color:var(--text)}
.hd-tel{text-align:right;line-height:1.2}
.hd-tel-label{font-family:var(--sans);font-size:10px;letter-spacing:.1em;color:var(--muted)}
.hd-tel-number{font-family:var(--num);font-size:24px;font-weight:700;color:var(--gold-text);letter-spacing:.02em}
.brand-name,.hd-nav a,.hd-tel a{white-space:nowrap}
@media (max-width:1240px){.hd-nav{display:none!important}}
@media (max-width:1023px){.hd-tel{display:none!important}}

/* ===== Hero ===== */
#hero{position:relative;background:linear-gradient(120deg,#EFE7D6,#F7F3E9);overflow:hidden}
.hero-image{position:absolute;inset:0 0 0 auto;width:50%;clip-path:polygon(16% 0,100% 0,100% 100%,0 100%);background:#EDE6D7;overflow:hidden}
.hero-image img{display:block;height:100%;width:100%;object-fit:cover}
.shodo-pc{object-position:60% center}
.shodo-sp{display:none;object-position:center}
.hero-inner{position:relative;padding-top:128px;padding-bottom:132px}
.hero-content{max-width:50%}
.hero-badge{display:flex;align-items:center;gap:16px;margin:0 0 22px}
.hero-badge-text{font-size:clamp(17px,2.3vw,26px);font-weight:600;letter-spacing:.06em;color:var(--primary);white-space:nowrap}
.hero-badge-text b{font-size:1.15em;font-weight:600}
.hero-badge-rule{flex:1;height:1px;background:var(--gold)}
.hero-title{font-size:clamp(27px,3.85vw,44px);line-height:1.5;font-weight:700;letter-spacing:.02em;margin:0 0 26px}
.hero-lead{font-size:16px;line-height:1.95;color:var(--muted);margin:0 0 20px;max-width:27em}
.hero-tagline{font-size:14px;letter-spacing:.12em;margin:0 0 36px}
.hero-actions{display:flex;gap:16px}

/* ===== ISSUE (problem) ===== */
#problem{background:var(--bg-alt);padding:92px 0}
.problem-head{text-align:center}
.problem-head .section-title{margin:0 0 26px}
.problem-head .section-lead{max-width:36em;margin-bottom:48px}
.problem-list{display:flex;flex-direction:column;gap:16px;max-width:860px;margin:0 auto}
.problem-item{display:flex;align-items:center;gap:20px;background:var(--neutral);border-radius:9999px;min-height:72px;padding:12px 40px 12px 28px}
.problem-check{flex:none;width:28px;height:28px;border:2px solid #fff;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px}
.problem-text{margin:0;color:var(--inverse);font-family:var(--sans);font-size:16px;line-height:1.6;text-align:center;flex:1}
.problem-text mark{background:none;color:var(--highlight);font-weight:700}

/* ===== STANCE ===== */
#stance{background:var(--bg);padding:92px 0}
#stance .lp-wrap{text-align:center}
.stance-title{font-size:36px;line-height:1.55;font-weight:700;letter-spacing:.04em;margin:0 auto 30px;max-width:26em}
.stance-lead{font-size:16px;line-height:2.1;color:var(--muted);max-width:38em;margin:0 auto 20px}
.stance-lead + .stance-lead{margin-bottom:44px}
.stance-tags{display:inline-flex;border:1px solid var(--border);flex-wrap:wrap}
.stance-tags span{font-family:var(--sans);font-size:14px;padding:14px 30px;border-right:1px solid var(--border)}
.stance-tags span:last-child{border-right:none}

/* ===== ABOUT ===== */
#about{background:var(--bg-alt);padding:92px 0}
#about .lp-wrap{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.about-title{font-size:32px;font-weight:700;letter-spacing:.04em;margin:0 0 28px}
.about-text p{font-size:15.5px;line-height:2.05;margin:0 0 22px}
.tag-list{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:28px}
.tag-list span{font-family:var(--sans);font-size:12.5px;color:var(--primary);border:1px solid var(--gold);padding:6px 14px}
.about-figure{margin:0}
.about-figure .frame{background:var(--surface);border:1px solid var(--border);padding:18px}
.about-figure img{display:block;width:100%;height:auto}
.about-figure figcaption{margin-top:14px;font-family:var(--sans);font-size:12px;letter-spacing:.06em;color:var(--muted);text-align:center}

/* ===== PHILOSOPHY ===== */
#philosophy{background:var(--bg);padding:92px 0}
.philosophy-head{text-align:center;margin-bottom:56px}
.philosophy-head .section-title{line-height:1.5;margin:0 0 24px}
.philosophy-head .section-lead{max-width:34em}
.philosophy-list{border-top:1px solid var(--border)}
.philosophy-row{display:grid;grid-template-columns:300px 1fr;gap:48px;padding:40px 0;border-bottom:1px solid var(--border)}
.philosophy-head-line{display:flex;align-items:baseline;gap:14px;margin-bottom:12px}
.philosophy-num{font-family:var(--num);font-size:26px;font-weight:700;color:var(--gold-text);line-height:1}
.philosophy-name{font-size:26px;font-weight:700;letter-spacing:.03em;margin:0}
.philosophy-name.is-long{font-size:24px}
.philosophy-kana{font-family:var(--sans);font-size:12px;color:var(--muted);margin-bottom:14px}
.philosophy-desc{font-size:14px;line-height:1.95;color:var(--muted);margin:0}
.philosophy-translation{border-left:1px solid var(--border);padding-left:40px}
.philosophy-translation-label{font-family:var(--sans);font-size:11px;letter-spacing:.16em;color:var(--primary);margin-bottom:14px}
.philosophy-translation p{font-size:15.5px;line-height:2.05;margin:0}

/* ===== SERVICE cards (共通: 企業/個人) ===== */
#service{background:var(--bg-alt);padding:92px 0}
.service-head{text-align:center;margin-bottom:56px}
.service-head .section-lead{max-width:36em}
.card-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}
.service-card{background:var(--bg);border:1px solid var(--border);border-radius:4px;overflow:hidden;display:flex;flex-direction:column}
.service-card-image{height:200px;overflow:hidden}
.service-card-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center top}
.service-card-body{padding:32px;display:flex;flex-direction:column;flex:1}
.service-card-meta{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.service-card-num{font-family:var(--num);font-size:22px;font-weight:700;color:var(--gold-text)}
.badge{font-family:var(--sans);font-size:11px;letter-spacing:.1em;padding:5px 12px}
.badge-primary{color:var(--inverse);background:var(--primary)}
.badge-muted{color:var(--muted);border:1px solid var(--border)}
.service-card-title{font-size:22px;line-height:1.6;font-weight:700;margin:0 0 18px}
.service-card-desc{font-size:15px;line-height:1.95;margin:0 0 22px;flex:1}
.meta-list{margin:0 0 22px;display:grid;grid-template-columns:auto 1fr;gap:10px 18px;font-size:13.5px;line-height:1.7;border-top:1px solid var(--border);padding-top:20px}
.meta-list dt{font-family:var(--sans);font-size:12px;color:var(--muted)}
.meta-list dd{margin:0}

/* ===== SERVICES (個人) ===== */
#individuals{background:var(--bg);padding:92px 0}
.individuals-head{text-align:center;margin-bottom:48px}
.individuals-head .section-title{margin:0 0 22px}
.individuals-head .section-lead{max-width:32em}
.individual-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:32px;align-items:start}
.individual-card{border:1px solid var(--border);border-top:3px solid var(--primary);border-radius:4px;padding:36px}
.individual-card-alt{border:1px solid var(--border);border-radius:4px;padding:36px;background:var(--bg-alt)}
.individual-card .service-card-meta{margin-bottom:18px}
.footnote{font-family:var(--sans);font-size:12px;color:var(--muted)}
.individual-card-alt .badge-muted{display:inline-block;margin-bottom:18px}
.individual-title{font-size:22px;line-height:1.65;font-weight:700;margin:0 0 18px}
.individual-title-sm{font-size:20px;line-height:1.65;font-weight:700;margin:0 0 18px}
.individual-desc{font-size:15px;line-height:2;margin:0 0 26px}

/* ===== INSTRUCTOR ===== */
#instructor{background:var(--bg-alt);padding:92px 0}
.instructor-head{text-align:center;margin-bottom:56px}
.instructor-head .section-title{line-height:1.5;margin:0}
.instructor-grid{display:grid;grid-template-columns:340px 1fr;gap:56px;align-items:start}
.instructor-photo{background:var(--surface);border:1px solid var(--border);padding:14px}
.instructor-photo img{display:block;width:100%;height:auto}
.instructor-caption{margin-top:20px;text-align:center}
.instructor-role{font-family:var(--sans);font-size:12px;letter-spacing:.1em;color:var(--muted);margin-bottom:8px}
.instructor-name{font-size:26px;font-weight:600;letter-spacing:.08em}
.instructor-sub{font-family:var(--sans);font-size:12px;color:var(--muted);margin-top:10px;line-height:1.8}
.instructor-bio p{font-size:16px;line-height:2.1;margin:0 0 24px}
.instructor-bio p:last-of-type{margin-bottom:36px}
.timeline-wrap{border-top:1px solid var(--border);padding-top:32px}
.timeline-label{font-family:var(--sans);font-size:11px;letter-spacing:.16em;color:var(--primary);margin-bottom:24px}
.timeline{margin:0;display:grid;grid-template-columns:auto 1fr;gap:0 18px;font-size:14px;line-height:1.7}
.timeline dt{font-family:var(--num);font-size:13px;color:var(--gold-text);padding:7px 0;border-bottom:1px solid var(--border);white-space:nowrap}
.timeline dd{margin:0;padding:7px 0;border-bottom:1px solid var(--border)}

/* ===== CONTACT ===== */
#contact{background:var(--bg-alt);padding:104px 0}
#contact .lp-wrap{text-align:center}
.contact-eyebrow{margin-bottom:22px}
.contact-title{font-size:36px;line-height:1.55;font-weight:700;letter-spacing:.04em;margin:0 auto 28px;max-width:28em}
.contact-lead{font-size:16px;line-height:2.1;color:var(--muted);max-width:38em;margin:0 auto 44px}
.contact-actions{display:flex;gap:20px;justify-content:center;margin-bottom:44px;flex-wrap:wrap}
.contact-phone-row{display:inline-flex;align-items:center;gap:18px;border-top:1px solid var(--border);padding-top:32px}
.contact-phone-label{font-family:var(--sans);font-size:13px;color:var(--muted)}
.contact-phone-number{font-family:var(--num);font-size:32px;font-weight:700;color:var(--gold-text);letter-spacing:.02em}
.contact-phone-hours{font-family:var(--sans);font-size:12px;color:var(--muted)}

/* ===== FOOTER ===== */
.site-footer{background:#2A231D;color:var(--inverse);padding:72px 0 32px}
.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:48px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.18)}
.footer-eyebrow{font-family:var(--sans);font-size:11px;letter-spacing:.12em;color:var(--gold-light);margin-bottom:8px}
.footer-brand-name{font-size:24px;font-weight:600;letter-spacing:.06em;margin-bottom:20px}
.footer-desc{font-size:14px;line-height:2;color:rgba(255,255,255,.72);margin:0 0 18px}
.footer-link{font-family:var(--sans);font-size:13px;color:var(--gold-light);border-bottom:1px solid rgba(227,203,143,.5)}
.footer-nav{display:flex;flex-direction:column;gap:14px;font-family:var(--sans);font-size:14px}
.footer-nav a{color:rgba(255,255,255,.82)}
.footer-legal-label{font-family:var(--sans);font-size:11px;letter-spacing:.16em;color:var(--gold-light);margin-bottom:18px}
.footer-bottom{padding-top:28px;font-family:var(--sans);font-size:12px;color:rgba(255,255,255,.55);text-align:center}

/* ===== Mobile fixed CTA bar ===== */
.sp-bar{display:none;position:fixed;left:0;right:0;bottom:0;z-index:60;grid-template-columns:1fr;height:64px;border-top:1px solid var(--gold-light)}
.sp-bar a{display:flex;align-items:center;justify-content:center;background:var(--cta);color:var(--inverse);font-family:var(--sans);font-size:16px;font-weight:700;letter-spacing:.04em}

/* ===== Responsive ===== */
@media (max-width:768px){
  body{padding-bottom:64px}
  .lp-wrap{padding:0 20px!important}
  section{padding-top:56px!important;padding-bottom:56px!important}
  .header-inner{height:64px!important;padding:0 16px!important}
  .brand-name{font-size:18px!important}
  .header-right .btn-header{display:none!important}
  .sp-bar{grid-template-columns:1fr!important}
  .card-grid,#about .lp-wrap,.instructor-grid,.individual-grid,.footer-grid{
    grid-template-columns:1fr!important;gap:28px!important;
  }
  h2{font-size:24px!important;letter-spacing:.03em!important}
  h3{font-size:19px!important}
  .philosophy-row{grid-template-columns:1fr!important;gap:28px!important}
  #hero{display:flex;flex-direction:column}
  .hero-image{position:static!important;width:100%!important;height:auto!important;aspect-ratio:2/1;clip-path:none!important;inset:auto!important}
  .shodo-pc{display:none!important}
  .shodo-sp{display:block!important;object-fit:cover!important}
  #hero .lp-wrap{padding-top:36px!important;padding-bottom:44px!important}
  .hero-content{max-width:100%!important}
  .hero-lead{max-width:100%!important}
  #hero h1{font-size:26px!important}
  #problem .problem-item{border-radius:14px!important;min-height:0!important;padding:13px 14px!important;gap:10px!important;align-items:center!important}
  #problem .problem-check{width:20px!important;height:20px!important;border-width:1.5px!important;font-size:12px!important}
  #problem .problem-text{text-align:left!important;font-size:13px!important;line-height:1.55!important;letter-spacing:0!important}
  #stance .stance-tags{display:flex!important;flex-direction:column;width:100%}
  #stance .stance-tags span{border-right:1px solid var(--border)!important;border-bottom:1px solid var(--border);padding:12px 16px!important;text-align:center}
  #stance .stance-tags span:last-child{border-bottom:none}
  #contact .contact-actions{flex-direction:column;gap:10px!important;text-align:center}
  #contact a[href^="tel"]{font-size:26px!important}
  .sp-bar{display:grid!important}
}
