/*
Theme Name: Takumi Hiraiwa Official
Theme URI: https://sample5.r-out.jp/
Author: R-OUT
Description: 平岩拓海オフィシャルサイト専用テーマ
Version: 1.0.16
Text Domain: hiraiwa-official
*/

:root {
  --navy: #071f39;
  --navy-2: #0d3154;
  --gold: #c9a35d;
  --cream: #f6f3ec;
  --ink: #14202d;
  --muted: #657180;
  --white: #fff;
  --green: #13a05f;
  --line: rgba(7, 31, 57, .14);
  --shadow: 0 22px 60px rgba(7, 31, 57, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.8;
  letter-spacing: .035em;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
#wp-chatbot-chat-container,
#wp-chatbot-integration-container,
#wp-chatbot-ball-container { display: none !important; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button { font: inherit; }
.wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 16px;
  color: var(--gold);
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; }
.section-title {
  margin: 0;
  color: var(--navy);
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(32px, 4.2vw, 58px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: .03em;
  text-wrap: balance;
}
.section-lead { max-width: 720px; margin: 26px 0 0; color: var(--muted); font-size: 16px; }
.button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 14px 28px;
  border: 1px solid var(--navy);
  background: var(--navy);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  transition: .25s ease;
}
.button::after { content: "→"; font-size: 18px; font-weight: 400; }
.button:hover { transform: translateY(-2px); background: var(--gold); border-color: var(--gold); }
.button--line { background: var(--green); border-color: var(--green); }
.button--ghost { background: transparent; color: var(--navy); }
.button--ghost:hover { color: #fff; }

/* Header */
.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: 86px;
  border-bottom: 1px solid rgba(7, 31, 57, .1);
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(14px);
  transition: background .22s ease, border-color .22s ease;
}
.header-inner { width: min(1380px, calc(100% - 48px)); height: 100%; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; flex-direction: column; color: var(--navy); line-height: 1; }
.brand-main { font-family: Georgia, serif; font-size: 23px; letter-spacing: .18em; }
.brand-sub { margin-top: 9px; color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .28em; }
.main-nav { display: flex; align-items: center; gap: clamp(20px, 2.4vw, 40px); }
.main-nav a { font-family: Arial, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .13em; }
.main-nav a:not(.header-cta)::after { content: ""; display: block; width: 0; height: 1px; margin-top: 5px; background: var(--gold); transition: width .2s; }
.main-nav a:hover::after { width: 100%; }
.header-cta { padding: 12px 20px; border: 1px solid var(--navy); }
.header-cta:hover { background: var(--navy); color: #fff; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 27px; height: 1px; margin: 7px auto; background: var(--navy); transition: .25s; }

/* Hero */
.hero { position: relative; overflow: hidden; background: var(--cream); }
.hero-visual { position: relative; width: 100%; aspect-ratio: 1920 / 810; min-height: 570px; max-height: 760px; overflow: hidden; }
.hero-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-badge {
  position: absolute;
  right: 32px;
  bottom: 26px;
  display: grid;
  width: 132px;
  height: 132px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 50%;
  background: rgba(7,31,57,.82);
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 10px;
  line-height: 1.55;
  letter-spacing: .16em;
  text-align: center;
}
.hero-mobile-copy { display: none; }
.quick-links { background: var(--navy); color: #fff; }
.quick-links-inner { display: grid; grid-template-columns: repeat(3, 1fr); }
.quick-link { display: flex; min-height: 106px; align-items: center; gap: 18px; padding: 22px 34px; border-right: 1px solid rgba(255,255,255,.16); }
.quick-link:first-child { border-left: 1px solid rgba(255,255,255,.16); }
.quick-link-num { color: var(--gold); font: 11px Arial, sans-serif; letter-spacing: .12em; }
.quick-link strong { display: block; font-family: "Noto Serif JP", serif; font-size: 17px; font-weight: 500; }
.quick-link small { display: block; margin-top: 2px; color: rgba(255,255,255,.58); font: 9px Arial, sans-serif; letter-spacing: .17em; }
.quick-link::after { content: "↘"; margin-left: auto; color: var(--gold); font-size: 18px; }

/* News */
.home-news { padding: 76px 0 82px; border-bottom: 1px solid var(--line); background: #fff; }
.news-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 35px; margin-bottom: 36px; }
.news-heading .section-title { font-size: clamp(34px, 4vw, 54px); }
.news-archive-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 7px; border-bottom: 1px solid var(--navy); color: var(--navy); font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.news-archive-link::after { content: "→"; color: var(--gold); font-size: 17px; }
.news-list, .news-archive-list { border-top: 1px solid var(--line); }
.news-row { display: grid; grid-template-columns: 130px minmax(0, 1fr) 34px; gap: 24px; align-items: center; min-height: 84px; border-bottom: 1px solid var(--line); }
.news-row time { color: var(--gold); font: 700 11px Arial, sans-serif; letter-spacing: .1em; }
.news-row h2, .news-row h3 { margin: 0; color: var(--navy); font-size: 15px; font-weight: 500; line-height: 1.7; }
.news-row h2 { font-size: 16px; }
.news-row h2 a, .news-row h3 a { transition: color .2s ease; }
.news-row h2 a:hover, .news-row h3 a:hover { color: var(--gold); }
.news-row-arrow { color: var(--gold); font-size: 19px; text-align: right; }
.news-empty { padding: 28px 30px; border: 1px solid var(--line); color: var(--muted); background: var(--cream); font-size: 13px; }

/* Intro */
.intro { overflow: hidden; background: var(--white); }
.intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 9vw; align-items: center; }
.display-words { margin: 0; color: var(--navy); font-family: Georgia, serif; font-size: clamp(58px, 8vw, 122px); font-weight: 400; line-height: .83; letter-spacing: -.05em; }
.display-words span { display: block; }
.display-words span:nth-child(2) { color: transparent; -webkit-text-stroke: 1px var(--gold); }
.intro-copy h2 { margin: 0 0 28px; color: var(--navy); font-family: "Noto Serif JP", serif; font-size: clamp(27px, 3.3vw, 46px); font-weight: 500; line-height: 1.55; }
.intro-copy p { margin: 0 0 20px; color: var(--muted); }

/* Programs */
.programs { background: var(--cream); }
.program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-top: 62px; background: rgba(7,31,57,.15); }
.program-card { position: relative; min-height: 520px; padding: 44px 38px 38px; overflow: hidden; background: #fff; }
.program-card::after { content: ""; position: absolute; inset: auto 0 0; height: 5px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.program-card:hover::after { transform: scaleX(1); }
.program-index { color: var(--gold); font: 12px Arial, sans-serif; letter-spacing: .15em; }
.program-icon { width: 58px; height: 58px; margin: 62px 0 34px; color: var(--navy); }
.program-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.4; }
.program-card h3 { margin: 0 0 8px; color: var(--navy); font-family: "Noto Serif JP", serif; font-size: 27px; font-weight: 500; }
.program-card h3 small { display: block; margin-top: 5px; color: var(--gold); font: 9px Arial, sans-serif; letter-spacing: .18em; }
.program-card p { color: var(--muted); font-size: 14px; }
.text-link { position: absolute; right: 38px; bottom: 34px; left: 38px; display: flex; align-items: center; justify-content: space-between; padding-top: 15px; border-top: 1px solid var(--line); color: var(--navy); font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.text-link::after { content: "→"; color: var(--gold); font-size: 18px; }

/* Main lesson */
.lesson-feature { background: var(--navy); color: #fff; }
.feature-grid { display: grid; grid-template-columns: 1.12fr .88fr; align-items: stretch; }
.feature-image { min-height: 650px; }
.feature-image img { width: 100%; height: 100%; object-fit: cover; object-position: 67% center; }
.feature-copy { display: flex; flex-direction: column; justify-content: center; padding: 82px clamp(38px, 7vw, 110px); }
.feature-copy .section-title { color: #fff; font-size: clamp(34px, 3.8vw, 54px); }
.feature-copy p { color: rgba(255,255,255,.72); }
.feature-points { display: grid; gap: 16px; margin: 36px 0 42px; padding: 0; list-style: none; }
.feature-points li { display: flex; align-items: center; gap: 14px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.14); font-size: 14px; }
.feature-points li::before { content: "✓"; color: var(--gold); }
.lesson-feature .button { background: var(--gold); border-color: var(--gold); }

/* Personal coaching */
.personal-coaching { background: var(--cream); }
.personal-coaching-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 8vw; align-items: center; }
.personal-coaching-copy p:last-child { max-width: 650px; margin: 30px 0 0; color: var(--muted); font-size: 16px; line-height: 2; }
.personal-coaching-card { padding: 44px 46px; border-top: 4px solid var(--gold); background: #fff; box-shadow: var(--shadow); }
.personal-note { margin: 0 0 24px; color: var(--gold); font: 700 10px Arial, sans-serif; letter-spacing: .18em; }
.personal-coaching-card dl { margin: 0 0 26px; border-top: 1px solid var(--line); }
.personal-coaching-card dl div { display: grid; grid-template-columns: 82px 1fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.personal-coaching-card dt { color: var(--gold); font-size: 11px; font-weight: 700; }
.personal-coaching-card dd { margin: 0; color: var(--navy); font-size: 14px; }
.personal-coaching-card dd strong { font-family: "Noto Sans JP", Arial, sans-serif; font-size: 19px; font-weight: 700; }
.personal-coaching-card > p:not(.personal-note) { margin: 0 0 26px; color: var(--muted); font-size: 13px; }
.personal-coaching-card .button { width: 100%; }

/* Parent event */
.story { background: #fff; }
.story-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 8vw; align-items: start; }
.story-sticky { position: sticky; top: 130px; }
.story-photo { margin-top: 36px; box-shadow: var(--shadow); }
.story-content { color: var(--muted); font-size: 16px; }
.story-content p { margin: 0 0 1.45em; }
.story-quote { margin: 42px 0; padding: 28px 0 28px 31px; border-left: 2px solid var(--gold); color: var(--navy); font-family: "Noto Serif JP", serif; font-size: clamp(21px, 2.5vw, 31px); line-height: 1.7; }

/* Lemonade */
.lemonade { background: #efd758; }
.lemon-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 7vw; }
.product-image { position: relative; }
.product-image img { width: 100%; box-shadow: 24px 24px 0 rgba(7,31,57,.13); }
.lemon-copy .eyebrow { color: var(--navy); }
.lemon-copy .section-title { font-size: clamp(34px, 4.2vw, 58px); }
.price { margin: 24px 0 26px; color: var(--navy); font-family: "Noto Sans JP", Arial, sans-serif; font-size: 27px; font-weight: 700; }
.price small { margin-left: 10px; font-family: sans-serif; font-size: 12px; }
.lemon-facts { display: flex; flex-wrap: wrap; gap: 9px; margin: 27px 0 36px; }
.lemon-facts span { padding: 8px 13px; border: 1px solid rgba(7,31,57,.32); font-size: 11px; font-weight: 700; }
.lemon-purchase-actions { display: grid; gap: 10px; }
.lemon-item-option { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 4px 20px; align-items: center; min-height: 82px; padding: 16px 20px; border: 1px solid rgba(7,31,57,.32); color: var(--navy); background: rgba(255,255,255,.38); transition: transform .22s ease, background .22s ease; }
.lemon-item-option:hover { transform: translateY(-2px); background: rgba(255,255,255,.7); }
.lemon-item-option span { grid-column: 1 / -1; color: rgba(7,31,57,.62); font: 700 9px Arial, sans-serif; letter-spacing: .16em; }
.lemon-item-option strong { min-width: 0; font-family: "Noto Serif JP", serif; font-size: 14px; font-weight: 600; line-height: 1.6; }
.lemon-item-option b { font-family: "Noto Sans JP", Arial, sans-serif; font-size: 18px; font-weight: 700; white-space: nowrap; }
.lemon-item-option--featured { border-color: var(--navy); color: #fff; background: var(--navy); }
.lemon-item-option--featured:hover { background: #12304e; }
.lemon-item-option--featured span { color: rgba(255,255,255,.64); }

/* Profile */
.profile { background: var(--cream); }
.profile-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 7vw; align-items: center; }
.profile-photo img { box-shadow: var(--shadow); }
.profile-sponsor-images { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 14px; }
.profile-sponsor-images a { position: relative; display: block; aspect-ratio: 1 / 1; overflow: hidden; background: var(--navy); box-shadow: 0 12px 30px rgba(7,31,57,.14); }
.profile-sponsor-images a::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(180deg, transparent, rgba(3,18,33,.94)); }
.profile-sponsor-images img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.profile-sponsor-images a:hover img { transform: scale(1.035); }
.profile-sponsor-images a > span { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; padding: 14px 15px; color: #fff; }
.profile-sponsor-images small, .profile-sponsor-images strong, .profile-sponsor-images b { display: block; }
.profile-sponsor-images small { color: #e1c276; font: 700 7px Arial, sans-serif; letter-spacing: .13em; }
.profile-sponsor-images strong { margin-top: 4px; font-family: "Noto Serif JP", serif; font-size: 14px; font-weight: 500; }
.profile-sponsor-images b { margin-top: 2px; font-family: "Noto Sans JP", Arial, sans-serif; font-size: 14px; font-weight: 700; }
.profile-name { margin: 24px 0 8px; color: var(--navy); font-family: "Noto Serif JP", serif; font-size: 34px; font-weight: 500; }
.profile-name-en { margin: 0 0 30px; color: var(--gold); font: 10px Arial, sans-serif; letter-spacing: .24em; }
.career { margin: 34px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.career li { display: flex; gap: 22px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.career span { min-width: 42px; color: var(--gold); font: 10px Arial, sans-serif; letter-spacing: .1em; }

/* Radio */
.radio { overflow: hidden; background: var(--navy); color: #fff; }
.radio-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 7vw; align-items: center; }
.radio .section-title { color: #fff; }
.radio p { color: rgba(255,255,255,.67); }
.radio-frame { padding: 24px; background: rgba(255,255,255,.08); }
.standfm-embed-iframe { display: block; width: 100%; height: 362px; border: 0; background: #fff; }

/* Social / CTA */
.connect { background: #fff; }
.social-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 54px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.social-link { display: flex; min-height: 112px; align-items: center; justify-content: space-between; padding: 25px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: .2s; }
.social-link:hover { background: var(--navy); color: #fff; }
.social-link b { font-family: Arial, sans-serif; font-size: 16px; letter-spacing: .08em; }
.social-link span { color: var(--gold); font-size: 20px; }
.line-cta { padding: 82px 0; background: var(--cream); }
.line-box { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; padding: 55px 60px; background: #fff; box-shadow: var(--shadow); }
.line-box h2 { margin: 0 0 8px; color: var(--navy); font-family: "Noto Serif JP", serif; font-size: clamp(26px, 3vw, 42px); font-weight: 500; }
.line-box p { margin: 0; color: var(--muted); font-size: 14px; }

/* Footer */
.site-footer { padding: 65px 0 26px; background: #04172a; color: #fff; }
.footer-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-brand .brand-main { font-size: clamp(25px, 3.2vw, 42px); }
.footer-brand p { margin: 18px 0 0; color: rgba(255,255,255,.55); font-size: 12px; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 18px 28px; justify-content: flex-end; font: 10px Arial, sans-serif; letter-spacing: .12em; }
.copyright { margin-top: 25px; color: rgba(255,255,255,.4); font-size: 9px; letter-spacing: .12em; }

/* News archive and single */
.news-page-header, .news-single-header { padding: 104px 0 70px; background: var(--cream); }
.news-page-header h1, .news-single-header h1 { margin: 0; color: var(--navy); font-family: "Noto Serif JP", serif; font-size: clamp(38px, 5.5vw, 72px); font-weight: 500; line-height: 1.35; }
.news-single-header time { display: block; margin: 0 0 18px; color: var(--gold); font: 700 11px Arial, sans-serif; letter-spacing: .12em; }
.news-content-wrap { max-width: 880px; }
.news-entry { color: var(--muted); font-size: 16px; line-height: 2; }
.news-entry h2, .news-entry h3 { margin: 2.2em 0 .8em; color: var(--navy); font-family: "Noto Serif JP", serif; font-weight: 500; }
.news-entry h2 { font-size: 30px; }
.news-entry h3 { font-size: 23px; }
.news-entry p { margin: 0 0 1.4em; }
.news-featured-image { margin-bottom: 45px; }
.news-featured-image img { width: 100%; }
.news-entry .button { margin-top: 40px; }
.navigation.pagination { margin-top: 44px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.page-numbers { display: grid; min-width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); color: var(--navy); font-size: 12px; }
.page-numbers.current { border-color: var(--navy); background: var(--navy); color: #fff; }

/* Personal lesson page */
.personal-page-hero { position: relative; min-height: 590px; display: flex; align-items: flex-end; overflow: hidden; color: #fff; background: var(--navy); }
.personal-page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,20,36,.94) 0%, rgba(3,20,36,.75) 48%, rgba(3,20,36,.24) 100%), url("assets/images/hero-source.webp") 63% center/cover no-repeat; }
.personal-page-hero-inner { position: relative; z-index: 1; padding: 125px 0 74px; }
.personal-page-hero .eyebrow { color: #e4c980; }
.personal-page-hero h1 { max-width: 800px; margin: 15px 0 24px; font-family: "Noto Serif JP", serif; font-size: clamp(43px, 6.3vw, 82px); font-weight: 500; line-height: 1.25; }
.personal-page-hero p:last-child { max-width: 690px; margin: 0; color: rgba(255,255,255,.78); font-size: 16px; line-height: 2; }
.personal-intro-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 8vw; align-items: start; }
.personal-intro-copy > p { margin: 0 0 1.5em; color: var(--muted); font-size: 16px; line-height: 2.05; }
.personal-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 45px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.personal-facts > div { min-height: 180px; padding: 26px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.personal-facts small { display: block; margin-bottom: 17px; color: var(--gold); font: 700 9px Arial, sans-serif; letter-spacing: .14em; }
.personal-facts strong { display: block; color: var(--navy); font-family: "Noto Sans JP", Arial, sans-serif; font-size: 18px; font-weight: 700; line-height: 1.6; }
.personal-facts span { display: block; margin-top: 9px; color: var(--muted); font-size: 11px; line-height: 1.7; }
.personal-process { background: var(--cream); }
.personal-process-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; align-items: start; }
.personal-steps { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.personal-steps li { display: grid; grid-template-columns: 66px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.personal-steps li > span { color: var(--gold); font: 700 12px Arial, sans-serif; letter-spacing: .12em; }
.personal-steps strong { display: block; margin-bottom: 7px; color: var(--navy); font-size: 17px; }
.personal-steps p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.personal-form textarea#personal-schedule { min-height: 105px; }

/* Parent event detail page */
.event-page { background: #fff; }
.event-page-hero { position: relative; min-height: 560px; display: flex; align-items: flex-end; overflow: hidden; color: #fff; background: var(--navy); }
.event-page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,20,36,.93) 0%, rgba(3,20,36,.68) 48%, rgba(3,20,36,.18) 100%), url("assets/images/profile-source.webp") center/cover no-repeat; }
.event-page-hero-inner { position: relative; z-index: 1; padding: 115px 0 72px; }
.event-page-hero .eyebrow { color: #e4c980; }
.event-page-hero h1 { max-width: 780px; margin: 17px 0 24px; font-family: "Noto Serif JP", serif; font-size: clamp(42px, 6.4vw, 86px); font-weight: 500; line-height: 1.22; letter-spacing: -.04em; }
.event-page-hero p { max-width: 680px; margin: 0; color: rgba(255,255,255,.78); font-size: 16px; line-height: 2; }
.event-breadcrumb { padding: 18px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.event-breadcrumb a { color: var(--navy); }
.event-intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: start; }
.event-intro-copy { font-size: 16px; line-height: 2.15; }
.event-intro-copy .story-quote { margin-top: 0; }
.event-facts { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 52px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.event-fact { min-height: 150px; padding: 27px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.event-fact small { display: block; margin-bottom: 14px; color: var(--gold); font: 700 9px Arial, sans-serif; letter-spacing: .16em; }
.event-fact strong { display: block; color: var(--navy); font-family: "Noto Serif JP", serif; font-size: 20px; font-weight: 500; line-height: 1.65; }
.event-fact span { display: block; margin-top: 7px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.event-dates { padding-top: 0; }
.event-date-grid { display: grid; gap: 22px; margin-top: 48px; }
.event-date-card { display: grid; grid-template-columns: .42fr 1.58fr; border: 1px solid var(--line); background: #fff; box-shadow: 0 12px 35px rgba(7,31,57,.07); }
.event-date-card-date { display: flex; flex-direction: column; justify-content: center; padding: 38px; color: #fff; background: var(--navy); }
.event-date-card-date small { margin-bottom: 15px; color: #e4c980; font: 700 9px Arial, sans-serif; letter-spacing: .16em; }
.event-date-card-date strong { font-family: "Noto Serif JP", serif; font-size: clamp(22px, 2.5vw, 32px); font-weight: 500; line-height: 1.55; }
.event-date-card-body { position: relative; min-height: 230px; padding: 34px 36px 86px; }
.event-date-card-body h3 { margin: 0 0 19px; color: var(--navy); font-family: "Noto Serif JP", serif; font-size: 25px; font-weight: 500; }
.event-date-card-body h3 small { margin-left: 16px; color: var(--muted); font-family: "Noto Sans JP", sans-serif; font-size: 11px; font-weight: 500; }
.event-date-card-body p { margin: 0 0 15px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.event-date-card-body p b { color: var(--navy); font-size: 15px; }
.event-date-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.event-date-tags span { padding: 7px 11px; border: 1px solid var(--line); color: var(--navy); font-size: 11px; font-weight: 700; }
.event-date-note { margin-top: 15px !important; }
.event-date-apply { right: 36px; left: 36px; }
.event-empty { margin-top: 40px; padding: 32px; border: 1px solid var(--line); color: var(--muted); background: var(--cream); }
.event-program { background: var(--cream); }
.event-program-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; }
.event-timeline { margin: 7px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.event-timeline li { display: grid; grid-template-columns: 90px 1fr; gap: 25px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.event-timeline time { color: var(--gold); font: 700 13px Arial, sans-serif; letter-spacing: .08em; }
.event-timeline strong { display: block; margin-bottom: 7px; color: var(--navy); font-size: 16px; }
.event-timeline p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.85; }
.event-notes { margin: 38px 0 0; padding: 24px 28px; border: 1px solid var(--line); background: #fff; }
.event-notes li { margin: 8px 0; color: var(--muted); font-size: 13px; }
.event-access { background: #fff; }
.access-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 7vw; align-items: center; }
.access-copy h3 { margin: 36px 0 10px; color: var(--navy); font-family: "Noto Serif JP", serif; font-size: 24px; font-weight: 500; }
.access-address { margin: 0 0 30px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.access-list { margin: 0 0 35px; border-top: 1px solid var(--line); }
.access-list div { display: grid; grid-template-columns: 75px 1fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.access-list dt { color: var(--gold); font-size: 12px; font-weight: 700; }
.access-list dd { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.access-map { min-height: 520px; background: var(--cream); box-shadow: var(--shadow); }
.access-map iframe { display: block; width: 100%; height: 520px; border: 0; }
.event-application { background: var(--navy); color: #fff; }
.event-application-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: 7vw; align-items: start; }
.event-application-copy { position: sticky; top: 120px; }
.event-application .section-title { color: #fff; }
.event-application-copy > p { color: rgba(255,255,255,.7); }
.application-summary { margin-top: 35px; padding: 25px 0; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.application-summary p { margin: 8px 0; color: #fff; font-size: 13px; }
.event-form-wrap { padding: 48px; color: var(--ink); background: #fff; box-shadow: var(--shadow); }
.form-alert { margin-bottom: 28px; padding: 17px 19px; border-left: 3px solid #329468; background: #eef8f2; color: #184d37; font-size: 14px; line-height: 1.7; }
.form-alert--error { border-color: #ba4d4d; background: #fff1f1; color: #7b2929; }
.event-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px 22px; }
.form-field { min-width: 0; }
.form-field--full { grid-column: 1 / -1; }
.form-field label, .form-label { display: block; margin-bottom: 9px; color: var(--navy); font-size: 12px; font-weight: 700; }
.required { margin-left: 6px; color: #a94d42; font-size: 10px; }
.event-form input:not([type="checkbox"]), .event-form select, .event-form textarea { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid #cbd2d8; border-radius: 0; background: #fff; color: var(--ink); font: inherit; }
.event-form textarea { min-height: 140px; resize: vertical; }
.event-form input:focus, .event-form select:focus, .event-form textarea:focus { outline: 2px solid rgba(177,143,57,.35); outline-offset: 1px; border-color: var(--gold); }
.form-help { margin: 7px 0 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.form-consent { display: flex; gap: 10px; align-items: flex-start; font-size: 12px; line-height: 1.8; }
.form-consent input { width: 18px; height: 18px; margin-top: 3px; flex: 0 0 auto; }
.event-form .button { width: 100%; min-height: 58px; cursor: pointer; }
.form-caution { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

@media (max-width: 980px) {
  .site-header { height: 72px; }
  body.menu-open .site-header { border-color: rgba(255,255,255,.14); background: var(--navy); backdrop-filter: none; }
  body.menu-open .brand { color: #fff; }
  body.menu-open .brand-sub { color: #e4c980; }
  body.menu-open .menu-toggle span { background: #fff; }
  .main-nav { position: fixed; inset: 72px 0 0; display: flex; flex-direction: column; align-items: flex-start; gap: 0; padding: 30px 28px; background: linear-gradient(145deg, var(--navy) 0%, var(--navy-2) 100%); color: #fff; opacity: 0; pointer-events: none; transform: translateY(-12px); transition: .2s; }
  .main-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .main-nav a { width: 100%; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.15); font-size: 13px; }
  .header-cta { border: 0; }
  .menu-toggle { display: block; }
  .menu-toggle.is-open span:first-child { transform: translateY(8px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { opacity: 0; }
  .menu-toggle.is-open span:last-child { transform: translateY(-8px) rotate(-45deg); }
  .hero-visual { min-height: 640px; }
  .hero-visual img { object-position: 72% center; filter: brightness(.72); }
  .hero-mobile-copy { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 60px 28px; color: #fff; background: linear-gradient(180deg, transparent 15%, rgba(3,20,36,.14) 48%, rgba(3,20,36,.92)); }
  .hero-mobile-copy small { color: #e4c980; font: 10px Arial, sans-serif; letter-spacing: .2em; }
  .hero-mobile-copy h1 { margin: 12px 0 16px; font-family: "Noto Serif JP", serif; font-size: clamp(41px, 11vw, 62px); font-weight: 500; line-height: 1.25; }
  .hero-mobile-copy p { margin: 0; font-size: 14px; }
  .hero-badge { display: none; }
  .intro-grid, .feature-grid, .personal-coaching-grid, .story-grid, .lemon-grid, .profile-grid, .radio-grid, .personal-intro-grid, .personal-process-grid { grid-template-columns: 1fr; }
  .display-words { max-width: 650px; }
  .program-grid { grid-template-columns: 1fr; }
  .program-card { min-height: 420px; }
  .program-icon { margin-top: 38px; }
  .feature-image { min-height: 500px; }
  .personal-coaching-grid, .personal-intro-grid, .personal-process-grid { gap: 55px; }
  .personal-facts { grid-template-columns: 1fr; }
  .personal-facts > div { min-height: 0; }
  .story-sticky { position: static; }
  .story-photo { max-width: 650px; }
  .profile-visual { order: -1; }
  .social-grid { grid-template-columns: 1fr 1fr; }
  .event-intro-grid, .event-program-grid, .event-application-grid, .access-grid { grid-template-columns: 1fr; }
  .event-application-copy { position: static; }
  .event-date-card { grid-template-columns: .55fr 1.45fr; }
}

@media (max-width: 640px) {
  .wrap, .header-inner { width: min(100% - 32px, 1180px); }
  .section { padding: 78px 0; }
  .brand-main { font-size: 18px; }
  .brand-sub { font-size: 8px; }
  .hero-visual { aspect-ratio: auto; min-height: calc(100svh - 72px); max-height: none; }
  .hero-visual img { object-position: 70% center; }
  .quick-links-inner { grid-template-columns: 1fr; }
  .quick-link { min-height: 88px; padding: 18px 22px; border: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .quick-link:first-child { border-left: 0; }
  .home-news { padding: 60px 0 66px; }
  .news-heading { align-items: flex-start; flex-direction: column; gap: 20px; margin-bottom: 28px; }
  .news-row { grid-template-columns: 1fr 28px; gap: 6px 15px; padding: 18px 0; }
  .news-row time { grid-column: 1 / -1; }
  .news-row h2, .news-row h3 { font-size: 14px; }
  .intro-grid { gap: 55px; }
  .program-card { padding: 34px 27px; }
  .text-link { right: 27px; bottom: 28px; left: 27px; }
  .feature-image { min-height: 430px; }
  .feature-copy { padding: 64px 24px; }
  .personal-coaching-card { padding: 35px 24px; }
  .personal-coaching-card dl div { grid-template-columns: 65px 1fr; gap: 15px; }
  .personal-coaching-card dd strong { font-size: 16px; }
  .story-grid { gap: 55px; }
  .story-grid > * { min-width: 0; }
  .story-photo { width: 100%; max-width: 100%; }
  .story-content { font-size: 15px; }
  .lemon-grid { gap: 55px; }
  .product-image img { box-shadow: 12px 12px 0 rgba(7,31,57,.13); }
  .profile-sponsor-images { gap: 8px; margin-top: 9px; }
  .profile-sponsor-images a > span { padding: 10px; }
  .profile-sponsor-images small { font-size: 6px; letter-spacing: .08em; }
  .profile-sponsor-images strong { font-size: 11px; }
  .profile-sponsor-images b { font-size: 12px; }
  .radio-grid { gap: 45px; }
  .radio-frame { padding: 10px; }
  .standfm-embed-iframe { height: 392px; }
  .social-grid { grid-template-columns: 1fr; }
  .line-box { grid-template-columns: 1fr; padding: 38px 26px; }
  .line-box .button { width: 100%; }
  .footer-top { align-items: flex-start; flex-direction: column; }
  .footer-nav { justify-content: flex-start; }
  .event-page-hero { min-height: 600px; }
  .personal-page-hero { min-height: 640px; }
  .personal-page-hero::before { background: linear-gradient(180deg, rgba(3,20,36,.25), rgba(3,20,36,.94)), url("assets/images/hero-source.webp") 64% center/cover no-repeat; }
  .personal-page-hero-inner { padding: 130px 0 58px; }
  .personal-page-hero p:last-child { font-size: 14px; }
  .news-page-header, .news-single-header { padding: 78px 0 55px; }
  .news-entry { font-size: 15px; }
  .event-page-hero::before { background: linear-gradient(180deg, rgba(3,20,36,.22), rgba(3,20,36,.92)), url("assets/images/profile-source.webp") 62% center/cover no-repeat; }
  .event-page-hero-inner { padding: 125px 0 55px; }
  .event-page-hero p { font-size: 14px; }
  .event-facts { grid-template-columns: 1fr; }
  .event-fact { min-height: 0; }
  .event-date-card { grid-template-columns: 1fr; }
  .event-date-card-date { padding: 26px 24px; }
  .event-date-card-body { padding: 28px 24px 82px; }
  .event-date-card-body h3 small { display: block; margin: 7px 0 0; }
  .event-date-apply { right: 24px; left: 24px; }
  .event-timeline li { grid-template-columns: 72px 1fr; gap: 14px; }
  .access-map, .access-map iframe { min-height: 390px; height: 390px; }
  .event-form-wrap { padding: 32px 20px; }
  .event-form { grid-template-columns: 1fr; }
  .form-field--full { grid-column: auto; }
}
