/* ---------- base ---------- */
::selection { background: var(--wp--preset--color--red); color: #fff; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--wp--preset--color--red); outline-offset: 3px; }

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	* { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}

/* ---------- grain overlay (matches leomar.jp's noise texture) ---------- */
.leomar-noise {
	position: fixed;
	inset: 0;
	z-index: 9998;
	pointer-events: none;
	background-image: url("../images/noise.webp");
	background-repeat: repeat;
}

/* ---------- header ---------- */
.leomar-header {
	position: sticky;
	top: 0;
	z-index: 40;
	background: rgba(53, 74, 231, 0.9);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.leomar-brand-mark {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--wp--preset--color--red);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	font-size: 0.72rem;
	color: #fff;
}
.leomar-navlinks a {
	text-decoration: none;
	position: relative;
	padding: 4px 0;
	font-weight: 700;
	font-size: 0.82rem;
	letter-spacing: 0.03em;
}
.leomar-navlinks a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: var(--wp--preset--color--white);
	transition: width 0.25s ease;
}
.leomar-navlinks a:hover::after { width: 100%; }
.leomar-navcta.wp-block-button__link {
	background: var(--wp--preset--color--red);
	color: #fff;
}

/* ---------- bold display heading (stands in for the site's baked-in headline graphics) ---------- */
.leomar-display {
	display: block;
	font-weight: 900;
	letter-spacing: -0.01em;
	line-height: 0.98;
	color: #fff;
}
.leomar-display-hero { font-size: clamp(3.2rem, 10vw, 7rem); }
.leomar-display-underline { position: relative; }
.leomar-display-underline::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -0.14em;
	width: 1.15em;
	height: 0.09em;
	background: var(--wp--preset--color--red);
}
.leomar-display-strip { font-size: clamp(2rem, 6vw, 3.6rem); }

/* ---------- kicker (red label above section headings) ---------- */
.leomar-kicker {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--wp--preset--color--red);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
}
.leomar-kicker::before {
	content: "";
	display: block;
	width: 22px;
	height: 3px;
	background: var(--wp--preset--color--red);
}
.leomar-kicker.on-white { color: var(--wp--preset--color--red); }

/* ---------- surface texture (subtle, in addition to global grain) ---------- */
.leomar-surface { position: relative; overflow: hidden; }

/* ---------- diagonal section dividers (sporty energy at key color seams) ---------- */
.leomar-cut { position: relative; }
.leomar-cut::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 72px;
	clip-path: polygon(0 0, 100% 0, 100% 100%);
	z-index: 1;
}
.leomar-cut-from-blue::before { background: var(--wp--preset--color--blue); }
.leomar-cut-from-blue-deep::before { background: var(--wp--preset--color--blue-deep); }
.leomar-cut-from-white::before { background: #ffffff; }
.leomar-cut-from-red::before { background: var(--wp--preset--color--red); }

/* ---------- hero glow (depth behind the display glyph) ---------- */
.leomar-glow {
	position: absolute;
	top: 50%;
	left: 50%;
	width: min(70vw, 900px);
	height: min(70vw, 900px);
	transform: translate(-50%, -50%);
	background: radial-gradient(circle, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.06) 45%, transparent 70%);
	pointer-events: none;
	z-index: 0;
	animation: leomar-breathe 7s ease-in-out infinite;
}
@keyframes leomar-breathe {
	0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
	50% { transform: translate(-50%, -50%) scale(1.12); opacity: 0.75; }
}
.wp-block-cover__inner-container { position: relative; z-index: 1; }

.leomar-photo-credit {
	position: absolute;
	right: 16px;
	bottom: 14px;
	z-index: 3;
	font-size: 0.62rem;
	letter-spacing: 0.08em;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.45);
}
.is-onwhite .leomar-photo-credit { color: rgba(30, 30, 30, 0.4); }

/* ---------- theory checklist (✅ style, matches brand voice guide) ---------- */
.leomar-checklist {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.leomar-checklist li {
	position: relative;
	padding-left: 30px;
	font-size: 0.98rem;
	font-weight: 700;
	color: #ffffff;
}
.leomar-checklist li::before {
	content: "✅";
	position: absolute;
	left: 0;
	top: 0.05em;
	font-size: 0.9rem;
}

/* ---------- LINE-first CTA banner ---------- */
.leomar-line-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
	background: #06c755;
	border-radius: 14px;
	padding: 22px 26px;
	max-width: 640px;
	box-shadow: 0 14px 30px rgba(6, 199, 85, 0.25);
}
.leomar-line-cta b {
	display: block;
	color: #ffffff;
	font-size: 1.05rem;
	font-weight: 900;
	margin-bottom: 4px;
}
.leomar-line-cta span {
	display: block;
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.84rem;
	line-height: 1.6;
	max-width: 40ch;
}
.leomar-line-cta-button {
	flex-shrink: 0;
	background: #ffffff;
	color: #06c755;
	font-weight: 800;
	font-size: 0.92rem;
	padding: 12px 24px;
	border-radius: 999px;
	text-decoration: none;
	white-space: nowrap;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.leomar-line-cta-button:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); }

/* ---------- contact form ---------- */
.leomar-form-notice {
	padding: 14px 18px;
	border-radius: 8px;
	margin-bottom: 24px;
	font-size: 0.92rem;
	font-weight: 700;
}
.leomar-form-notice.is-success { background: rgba(255,255,255,0.14); color: #ffffff; border: 1px solid rgba(255,255,255,0.35); }
.leomar-form-notice.is-error { background: rgba(228,5,21,0.18); color: #ffffff; border: 1px solid var(--wp--preset--color--red); }

.leomar-form { max-width: 560px; display: flex; flex-direction: column; gap: 20px; }
.leomar-form-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.leomar-form-row { display: flex; flex-direction: column; gap: 8px; }
.leomar-form-row label {
	font-size: 0.82rem;
	font-weight: 700;
	color: #ffffff;
	display: flex;
	align-items: center;
	gap: 8px;
}
.leomar-form-row label span {
	font-size: 0.66rem;
	font-weight: 800;
	color: var(--wp--preset--color--red);
	background: rgba(255,255,255,0.9);
	padding: 2px 7px;
	border-radius: 999px;
}
.leomar-form-row input,
.leomar-form-row select,
.leomar-form-row textarea {
	font-family: inherit;
	font-size: 0.95rem;
	color: #ffffff;
	background: rgba(255,255,255,0.08);
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 8px;
	padding: 12px 14px;
	resize: vertical;
}
.leomar-form-row input::placeholder,
.leomar-form-row textarea::placeholder { color: rgba(255,255,255,0.5); }
.leomar-form-row input:focus,
.leomar-form-row select:focus,
.leomar-form-row textarea:focus {
	outline: 2px solid var(--wp--preset--color--red);
	outline-offset: 1px;
	background: rgba(255,255,255,0.14);
}
.leomar-form-row select option { color: #14172c; }
.leomar-form-submit {
	align-self: flex-start;
	background: var(--wp--preset--color--red);
	color: #fff;
	border: none;
	font-family: inherit;
	font-weight: 800;
	font-size: 0.95rem;
	padding: 14px 34px;
	border-radius: 999px;
	cursor: pointer;
	box-shadow: 0 10px 24px rgba(9, 15, 70, 0.35);
	transition: transform 0.18s ease, filter 0.18s ease;
}
.leomar-form-submit:hover { filter: brightness(1.08); transform: translateY(-2px); }
.leomar-form-submit:active { transform: translateY(1px); }

/* ---------- location access details (map/parking/meeting point cards) ---------- */
.leomar-access-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.12);
}
@media (max-width: 780px) {
	.leomar-access-grid { grid-template-columns: 1fr; }
}
.leomar-access-card {
	background: var(--wp--preset--color--blue-deep);
	padding: 24px 26px;
}
.leomar-access-card h4 {
	margin: 0 0 14px;
	font-size: 0.98rem;
	font-weight: 800;
	color: #ffffff;
}
.leomar-access-card p {
	margin: 0 0 16px;
	font-size: 0.86rem;
	line-height: 1.8;
	color: var(--wp--preset--color--blue-mist);
}
.leomar-access-card p:last-child { margin-bottom: 0; }
.leomar-access-card b { color: #ffffff; }
.leomar-access-card a { color: #ffffff; text-decoration: underline; }
.leomar-access-card a:hover { color: var(--wp--preset--color--red); }

/* ---------- FAQ (dedicated page: category headings + accordion) ---------- */
.leomar-faq-category {
	font-family: inherit;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	color: var(--wp--preset--color--red);
	margin: 44px 0 14px;
	text-transform: uppercase;
}
.leomar-faq-accordion {
	display: flex;
	flex-direction: column;
	gap: 1px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.12);
}
.leomar-faq-detail {
	background: var(--wp--preset--color--blue-deep);
	padding: 4px 0;
}
.leomar-faq-detail summary {
	list-style: none;
	cursor: pointer;
	padding: 18px 22px;
	font-weight: 700;
	color: #ffffff;
	font-size: 0.98rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}
.leomar-faq-detail summary::-webkit-details-marker { display: none; }
.leomar-faq-detail summary::after {
	content: "+";
	font-size: 1.2rem;
	font-weight: 400;
	color: var(--wp--preset--color--red);
	flex-shrink: 0;
	transition: transform 0.2s ease;
}
.leomar-faq-detail[open] summary::after { transform: rotate(45deg); }
.leomar-faq-detail p {
	margin: 0;
	padding: 0 22px 20px;
	color: var(--wp--preset--color--blue-mist);
	font-size: 0.88rem;
	line-height: 1.85;
	max-width: 66ch;
}

/* ---------- FAQ ---------- */
.leomar-faq {
	display: flex;
	flex-direction: column;
	gap: 1px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.12);
}
.leomar-faq-item {
	background: var(--wp--preset--color--blue);
	padding: 20px 22px;
}
.leomar-faq-q {
	margin: 0 0 10px;
	font-weight: 800;
	color: #ffffff;
	font-size: 0.98rem;
}
.leomar-faq-a {
	margin: 0;
	color: var(--wp--preset--color--blue-mist);
	font-size: 0.88rem;
	line-height: 1.8;
	max-width: 68ch;
}

/* ---------- 1-day schedule timeline ---------- */
.leomar-timeline {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.leomar-timeline-item {
	flex: 1 1 150px;
	padding: 16px 14px 16px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.leomar-timeline-item b {
	display: block;
	font-size: 1rem;
	font-weight: 900;
	color: var(--wp--preset--color--red);
	font-variant-numeric: tabular-nums;
	margin-bottom: 4px;
}
.leomar-timeline-item span {
	font-size: 0.82rem;
	color: #ffffff;
	line-height: 1.5;
}

/* ---------- schedule tags ---------- */
.leomar-schedule span {
	display: inline-block;
	font-size: 0.78rem;
	font-weight: 700;
	padding: 0.5em 1em;
	margin: 0 8px 8px 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

/* ---------- mission pillars (3 official mission pillars) ---------- */
.leomar-pillar {
	display: flex;
	align-items: baseline;
	gap: 12px;
	padding: 16px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.leomar-pillar b {
	font-size: 0.75rem;
	font-weight: 900;
	color: var(--wp--preset--color--red);
	letter-spacing: 0.05em;
}
.leomar-pillar span {
	font-size: 0.95rem;
	font-weight: 700;
	color: #ffffff;
}

/* ---------- mission tags ---------- */
.leomar-tagrow span {
	font-size: clamp(1.1rem, 2.2vw, 1.5rem);
	font-weight: 800;
	color: var(--wp--preset--color--white);
	letter-spacing: -0.01em;
	margin-right: 24px;
	opacity: 0.85;
}

/* ---------- photo cards (training menu style: photo + bold label) ---------- */
.leomar-photo-card {
	position: relative;
	aspect-ratio: 4 / 5;
	border-radius: 4px;
	overflow: hidden;
	background: var(--wp--preset--color--blue-deep) center / cover no-repeat;
	display: flex;
	align-items: flex-end;
	padding: 20px;
	text-decoration: none;
}
.leomar-photo-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(20, 26, 90, 0.75) 0%, rgba(20, 26, 90, 0) 55%);
	transition: background 0.25s ease;
}
.leomar-photo-card::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 6px;
	background: var(--wp--preset--color--red);
}
.leomar-photo-card span {
	position: relative;
	color: #fff;
	font-weight: 900;
	font-size: clamp(1.1rem, 2vw, 1.4rem);
	line-height: 1.25;
}
.leomar-photo-card {
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.leomar-photo-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 34px rgba(10, 14, 60, 0.4);
}
.leomar-photo-card:hover::before { background: linear-gradient(0deg, rgba(20, 26, 90, 0.85) 0%, rgba(20, 26, 90, 0.1) 60%); }

/* ---------- player roster (full supported-player list) ---------- */
.leomar-roster {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.1);
}
.leomar-roster-item {
	background: var(--wp--preset--color--blue);
	padding: 16px 18px;
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.leomar-roster-item b {
	color: #ffffff;
	font-weight: 800;
	font-size: 0.92rem;
}
.leomar-roster-item span {
	color: var(--wp--preset--color--blue-mist);
	font-size: 0.78rem;
}
@media (max-width: 780px) {
	.leomar-roster { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
	.leomar-roster { grid-template-columns: 1fr; }
}

/* ---------- stat / testimonial grid cells ---------- */
.leomar-stat-cell,
.leomar-testi-card {
	position: relative;
	background: var(--wp--preset--color--blue-deep);
	padding: 36px 26px 30px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.leomar-stat-cell::before,
.leomar-testi-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: var(--wp--preset--color--red);
	transform: scaleX(0.22);
	transform-origin: left;
	transition: transform 0.25s ease;
}
.leomar-stat-cell:hover,
.leomar-testi-card:hover {
	transform: translateY(-6px);
	background: #2a37b3;
	box-shadow: 0 20px 34px rgba(10, 14, 60, 0.35);
}
.leomar-stat-cell:hover::before,
.leomar-testi-card:hover::before { transform: scaleX(1); }
.leomar-stat-cell b {
	display: block;
	font-size: clamp(1.4rem, 2.4vw, 1.9rem);
	font-weight: 900;
	color: #fff;
	margin-bottom: 8px;
}
.leomar-testi-card .leomar-testi-name { font-weight: 800; margin-bottom: 2px; color: #fff; }
.leomar-testi-card .leomar-testi-role { font-size: 0.76rem; color: var(--wp--preset--color--blue-mist); margin-bottom: 14px; }

/* ---------- adviser quote ---------- */
.leomar-adviser-quote {
	border-left: 3px solid var(--wp--preset--color--red);
	padding-left: 22px;
}
.leomar-adviser-photo {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background-color: var(--wp--preset--color--blue-deep);
	background-position: 52% 22%;
	background-size: cover;
	background-repeat: no-repeat;
	border: 3px solid rgba(255, 255, 255, 0.25);
	box-shadow: 0 14px 28px rgba(10, 14, 60, 0.4);
}

/* ---------- footer credibility badge ---------- */
.leomar-credibility {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 0.78rem;
	color: var(--wp--preset--color--blue-mist);
	padding: 10px 14px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 8px;
}
.leomar-credibility b { color: #fff; }

/* ---------- sns icon circles (matches leomar.jp footer) ---------- */
.leomar-sns-links {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	flex-wrap: wrap;
}
.leomar-sns-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	text-decoration: none;
	color: #fff;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.leomar-sns-links a:hover {
	transform: translateY(-4px) scale(1.06);
	box-shadow: 0 10px 20px rgba(10, 14, 60, 0.35);
}
.leomar-sns-links a svg { width: 20px; height: 20px; fill: currentColor; }
.leomar-sns-x { background: #14171a; }
.leomar-sns-instagram { background: radial-gradient(circle at 30% 110%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285aeb 90%); }
.leomar-sns-youtube { background: #ff0000; }
.leomar-sns-line { background: #06c755; }

/* ---------- button ---------- */
.wp-block-button__link {
	transition: transform 0.18s ease, filter 0.18s ease, box-shadow 0.18s ease;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link {
	box-shadow: 0 10px 24px rgba(9, 15, 70, 0.35);
}
.wp-block-button__link:hover {
	filter: brightness(1.08);
	transform: translateY(-2px);
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
	box-shadow: 0 14px 30px rgba(9, 15, 70, 0.45);
}
.wp-block-button__link:active { transform: translateY(1px); }

/* ---------- reveal (scroll fade-up; grids stagger their children) ---------- */
.leomar-reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}
.leomar-reveal.is-visible { opacity: 1; transform: none; }

.leomar-reveal-grid > *:nth-child(1) { transition-delay: 0s; }
.leomar-reveal-grid > *:nth-child(2) { transition-delay: 0.08s; }
.leomar-reveal-grid > *:nth-child(3) { transition-delay: 0.16s; }
.leomar-reveal-grid > *:nth-child(4) { transition-delay: 0.24s; }
.leomar-reveal-grid > *:nth-child(5) { transition-delay: 0.32s; }
.leomar-reveal-grid > *:nth-child(6) { transition-delay: 0.4s; }
.leomar-reveal-grid > *:nth-child(7) { transition-delay: 0.48s; }
.leomar-reveal-grid > *:nth-child(8) { transition-delay: 0.56s; }
.leomar-reveal-grid > *:nth-child(9) { transition-delay: 0.64s; }
.leomar-reveal-grid > *:nth-child(n+10) { transition-delay: 0.7s; }

/* ==========================================================================
   逆足FC — a distinct, LEOMAR-affiliated sub-brand.
   Matched to the real @gyakuashi_fc Instagram identity: a white ground,
   a charcoal wordmark, and a hot pink -> orange -> yellow gradient ring.
   Bold standard gothic type (no rounded/cute face) — same energetic,
   photo-and-bold-caption spirit as LEOMAR itself, not a "kids app" look.
   Scoped entirely under .gyakuashi-page so it never touches LEOMAR's own
   blue/red palette.
   ========================================================================== */
.gyakuashi-page {
	--gyaku-bg: #ffffff;
	--gyaku-bg-soft: #f6f6f7;
	--gyaku-ink: #232323;
	--gyaku-muted: #6b6b6b;
	--gyaku-pink: #e6007a;
	--gyaku-orange: #ff7a00;
	--gyaku-yellow: #ffc700;
	--gyaku-gradient: linear-gradient(135deg, var(--gyaku-pink) 0%, var(--gyaku-orange) 55%, var(--gyaku-yellow) 100%);
	--gyaku-border: rgba(35, 35, 35, 0.12);
	background: var(--gyaku-bg);
	color: var(--gyaku-ink);
	font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
}
.gyakuashi-page h1,
.gyakuashi-page h2,
.gyakuashi-page h3,
.gyakuashi-page .gyaku-display {
	font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
	color: var(--gyaku-ink);
	font-weight: 900;
	letter-spacing: -0.01em;
}
.gyakuashi-page section {
	padding: 70px 24px;
	max-width: 1040px;
	margin: 0 auto;
}
.gyakuashi-page .gyaku-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: var(--gyaku-ink);
	color: #fff;
	font-weight: 800;
	font-size: 0.78rem;
	letter-spacing: 0.1em;
	padding: 7px 16px 6px;
	margin-bottom: 18px;
	position: relative;
}
.gyakuashi-page .gyaku-kicker::before {
	content: "";
	position: absolute;
	inset: -4px;
	border: 2px solid var(--gyaku-pink);
	pointer-events: none;
}
.gyakuashi-page p { line-height: 1.9; color: var(--gyaku-ink); }
.gyakuashi-page .gyaku-muted { color: var(--gyaku-muted); }

/* ---- hero (full-bleed real photo, matching the IG account's photo-first look) ---- */
.gyaku-hero {
	text-align: center;
	padding: 120px 24px 90px !important;
	max-width: none !important;
	position: relative;
	background-image: url('../images/gyakuashi-hero.jpg');
	background-size: cover;
	background-position: center 20%;
	overflow: hidden;
}
.gyaku-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(10, 10, 10, 0.6) 0%, rgba(10, 10, 10, 0.82) 65%, rgba(10, 10, 10, 0.94) 100%);
	z-index: 0;
}
.gyaku-hero::after {
	content: "";
	position: absolute;
	bottom: 0; left: 0; right: 0;
	height: 6px;
	background: var(--gyaku-gradient);
	z-index: 1;
}
.gyaku-hero > * { position: relative; z-index: 1; }
.gyaku-hero .gyaku-display {
	font-size: clamp(2.4rem, 6vw, 4rem);
	line-height: 1.15;
	margin: 0 0 20px;
	color: #fff;
}
.gyaku-hero .gyaku-display em {
	font-style: normal;
	position: relative;
	color: #fff;
	white-space: nowrap;
}
.gyaku-hero .gyaku-display em::after {
	content: "";
	position: absolute;
	left: -0.05em;
	right: -0.05em;
	bottom: 0.06em;
	height: 0.32em;
	background: var(--gyaku-gradient);
	z-index: -1;
}
.gyaku-hero p.gyaku-lead {
	font-size: 1.05rem;
	font-weight: 500;
	max-width: 46ch;
	margin: 0 auto 32px;
	color: rgba(255, 255, 255, 0.92);
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7), 0 2px 16px rgba(0, 0, 0, 0.6);
}
.gyaku-hero .gyaku-concept-tag { color: rgba(255, 255, 255, 0.7); }
.gyaku-cta-button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #06c755;
	color: #fff;
	font-weight: 800;
	font-size: 1rem;
	padding: 16px 36px;
	border-radius: 999px;
	text-decoration: none;
	box-shadow: 0 14px 28px rgba(6, 199, 85, 0.28);
	transition: transform 0.18s ease;
}
.gyaku-cta-button:hover { transform: translateY(-2px); }
.gyaku-concept-tag {
	margin-top: 28px;
	font-size: 0.78rem;
	color: var(--gyaku-muted);
	letter-spacing: 0.04em;
}

/* ---- concept two-col ---- */
.gyaku-concept-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1px;
	margin-top: 32px;
	background: var(--gyaku-border);
	border: 1px solid var(--gyaku-border);
}
@media (max-width: 720px) { .gyaku-concept-grid { grid-template-columns: 1fr; } }
.gyaku-concept-card {
	background: #ffffff;
	padding: 30px 28px;
}
.gyaku-concept-card h3 { font-size: 1.15rem; margin: 0 0 10px; }
.gyaku-concept-card.is-before { background: var(--gyaku-bg-soft); }
.gyaku-concept-card.is-before h3 { color: var(--gyaku-muted); }
.gyaku-concept-card.is-after { position: relative; }
.gyaku-concept-card.is-after::before {
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0;
	height: 5px;
	background: var(--gyaku-gradient);
}

/* ---- proof grid: real, uncropped Instagram posts (captions baked into the photos themselves) ---- */
.gyaku-proof-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	margin-top: 32px;
}
@media (max-width: 640px) { .gyaku-proof-grid { grid-template-columns: 1fr; max-width: 320px; margin-left: auto; margin-right: auto; } }
.gyaku-proof-card {
	margin: 0;
	aspect-ratio: 3 / 4;
	overflow: hidden;
	border: 1px solid var(--gyaku-border);
	position: relative;
}
.gyaku-proof-card::after {
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0;
	height: 4px;
	background: var(--gyaku-gradient);
}
.gyaku-proof-card img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 22%;
}
.gyaku-proof-caption {
	margin-top: 12px;
	font-size: 0.78rem;
	color: var(--gyaku-muted);
	text-align: center;
}

/* ---- graduation: photo card + badges, side by side ---- */
.gyaku-graduation-layout {
	display: grid;
	grid-template-columns: 240px 1fr;
	gap: 28px;
	align-items: start;
	margin-top: 32px;
}
@media (max-width: 720px) { .gyaku-graduation-layout { grid-template-columns: 1fr; } }
.gyaku-graduation-photo {
	margin: 0;
	aspect-ratio: 3 / 4;
	overflow: hidden;
	border: 1px solid var(--gyaku-border);
	position: relative;
}
.gyaku-graduation-photo::after {
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0;
	height: 4px;
	background: var(--gyaku-gradient);
}
.gyaku-graduation-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 22%;
}

/* ---- graduation badges (stamp / hanko style, matches the logo's boxed mark) ---- */
.gyaku-badge-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 18px;
	margin-top: 0;
}
.gyaku-badge {
	position: relative;
	background: #ffffff;
	border: 2px solid var(--gyaku-ink);
	padding: 24px 18px;
	text-align: center;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.gyaku-badge::before {
	content: "";
	position: absolute;
	inset: 5px;
	border: 1px solid var(--gyaku-border);
	pointer-events: none;
}
.gyaku-badge:hover { transform: translateY(-4px); box-shadow: 6px 6px 0 var(--gyaku-ink); }
.gyaku-badge .gyaku-badge-icon {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--gyaku-gradient);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	font-size: 1.2rem;
	margin: 0 auto 14px;
}
.gyaku-badge p { font-size: 0.88rem; font-weight: 700; margin: 0; }

/* ---- schedule: photo banner above the flow steps ---- */
.gyaku-schedule-photo {
	margin: 32px 0 0;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border: 1px solid var(--gyaku-border);
	position: relative;
}
.gyaku-schedule-photo::after {
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0;
	height: 4px;
	background: var(--gyaku-gradient);
}
.gyaku-schedule-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 46%;
}

/* ---- schedule timeline ---- */
.gyaku-flow {
	display: flex;
	gap: 0;
	margin-top: 24px;
	border: 1px solid var(--gyaku-border);
}
@media (max-width: 720px) { .gyaku-flow { flex-direction: column; } }
.gyaku-flow-step {
	flex: 1;
	background: #ffffff;
	padding: 26px 22px;
	border-right: 1px solid var(--gyaku-border);
}
.gyaku-flow-step:last-child { border-right: none; }
.gyaku-flow-step b { display: block; color: var(--gyaku-pink); font-size: 0.82rem; font-weight: 800; margin-bottom: 8px; }
.gyaku-flow-step span { font-size: 0.9rem; font-weight: 700; line-height: 1.6; }

/* ---- info cards (price / schedule / coach) ---- */
.gyaku-info-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	margin-top: 32px;
	background: var(--gyaku-border);
	border: 1px solid var(--gyaku-border);
}
@media (max-width: 780px) { .gyaku-info-grid { grid-template-columns: 1fr; } }
.gyaku-info-card {
	background: var(--gyaku-ink);
	color: #fff;
	padding: 26px;
}
.gyaku-info-card b { display: block; font-size: 1.5rem; font-weight: 900; margin-bottom: 6px; }
.gyaku-info-card span { font-size: 0.86rem; opacity: 0.75; }

/* ---- final cta ---- */
.gyaku-cta-band {
	background: var(--gyaku-ink);
	text-align: center;
	padding: 80px 24px !important;
	max-width: none !important;
	position: relative;
	overflow: hidden;
}
.gyaku-cta-band::before {
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0;
	height: 6px;
	background: var(--gyaku-gradient);
}
.gyaku-cta-band .gyaku-display { color: #fff; font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: 24px; }

/* ---- footer note ---- */
.gyaku-footer-note {
	text-align: center;
	padding: 32px 24px !important;
	font-size: 0.78rem;
	color: var(--gyaku-muted);
}
.gyaku-footer-note a { color: var(--gyaku-pink); font-weight: 700; text-decoration: none; }
