/*
Theme Name: AuroraMMA 2026
Theme URI: https://www.auroramma.com/
Author: Aurora MMA
Author URI: https://www.auroramma.com/
Description: Tema WordPress proprietario, leggero e orientato alla SEO locale per Aurora MMA Roma.
Version: 1.3.5
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 7.4
Update URI: false
Text Domain: auroramma-2026
*/

@font-face {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("assets/fonts/oswald-regular.woff2") format("woff2");
}

@font-face {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("assets/fonts/oswald-500.woff2") format("woff2");
}

@font-face {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("assets/fonts/oswald-600.woff2") format("woff2");
}

@font-face {
	font-family: "Oswald";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("assets/fonts/oswald-700.woff2") format("woff2");
}

:root {
	--ink: #08090a;
	--ink-soft: #111315;
	--panel: #151719;
	--panel-light: #1c1f22;
	--line-dark: rgba(255, 255, 255, 0.14);
	--line-light: rgba(9, 10, 11, 0.16);
	--paper: #f4f1eb;
	--paper-soft: #e7e2d9;
	--white: #ffffff;
	--muted-dark: #aeb1b4;
	--muted-light: #5f625f;
	--accent: #ef492f;
	--accent-dark: #b82e1e;
	--accent-deep: #842015;
	--accent-soft: #ff755e;
	--success: #78b65a;
	--heading: "Oswald", "Arial Narrow", sans-serif;
	--body: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--container: 1180px;
	--narrow: 790px;
	--radius: 3px;
	--shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
	--header-height: 80px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--header-height) + 24px);
}

body {
	margin: 0;
	color: var(--ink);
	background: var(--paper);
	font-family: var(--body);
	font-size: 17px;
	line-height: 1.65;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

body.menu-open {
	overflow: hidden;
}

img,
picture,
svg,
video {
	display: block;
	max-width: 100%;
}

img {
	height: auto;
}

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

a:hover {
	color: var(--accent-dark);
}

button,
input,
select,
textarea {
	font: inherit;
}

button {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
p,
ul,
ol,
blockquote {
	margin-top: 0;
}

h1,
h2,
h3,
h4 {
	font-family: var(--heading);
	font-weight: 600;
	line-height: 1.03;
	letter-spacing: -0.025em;
	text-wrap: balance;
}

h1 {
	margin-bottom: 26px;
	font-size: clamp(3.4rem, 7.2vw, 7rem);
	text-transform: uppercase;
}

h2 {
	margin-bottom: 24px;
	font-size: clamp(2.5rem, 5vw, 4.8rem);
	text-transform: uppercase;
}

h3 {
	margin-bottom: 14px;
	font-size: clamp(1.45rem, 2.4vw, 2.2rem);
}

p {
	margin-bottom: 1.25em;
}

::selection {
	color: var(--white);
	background: var(--accent-dark);
}

:focus-visible {
	outline: 3px solid var(--accent-soft);
	outline-offset: 4px;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	z-index: 100000;
	top: 12px;
	left: 12px;
	display: block;
	width: auto;
	height: auto;
	padding: 12px 18px;
	clip: auto !important;
	color: var(--ink);
	background: var(--white);
	font-weight: 700;
}

.container {
	width: min(calc(100% - 40px), var(--container));
	margin-inline: auto;
}

.container--narrow {
	width: min(calc(100% - 40px), var(--narrow));
	margin-inline: auto;
}

.section {
	position: relative;
	padding: clamp(64px, 7vw, 96px) 0;
	overflow: clip;
}

.section--compact {
	padding: clamp(54px, 7vw, 88px) 0;
}

.section--dark {
	color: var(--white);
	background-color: var(--ink);
}

.section--panel {
	color: var(--white);
	background-color: var(--ink-soft);
}

.section--paper {
	color: var(--ink);
	background-color: var(--paper);
}

.section--soft {
	color: var(--ink);
	background-color: var(--paper-soft);
}

.mesh-pattern,
.cage-pattern {
	background-image: url("assets/img/cage-pattern-dark.svg");
	background-position: 0 0;
	background-size: 96px 64px;
}

.paper-pattern {
	background-image: url("assets/img/cage-pattern-light.svg");
	background-position: 0 0;
	background-size: 96px 64px;
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
	color: var(--accent-dark);
	font-family: var(--heading);
	font-size: 0.88rem;
	font-weight: 600;
	letter-spacing: 0.19em;
	line-height: 1.2;
	text-transform: uppercase;
}

.eyebrow::before {
	width: 34px;
	height: 2px;
	content: "";
	background: currentColor;
}

.lead {
	max-width: 760px;
	color: inherit;
	font-size: clamp(1.15rem, 2vw, 1.42rem);
	line-height: 1.55;
}

.muted {
	color: var(--muted-light);
}

.section--dark .muted,
.section--panel .muted {
	color: var(--muted-dark);
}

.text-accent {
	color: var(--accent-dark);
}

.section--dark .eyebrow,
.section--panel .eyebrow,
.hero .eyebrow,
.page-hero .eyebrow,
.section--dark .text-accent,
.section--panel .text-accent {
	color: var(--accent);
}

.section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.48fr);
	gap: 48px;
	align-items: end;
	margin-bottom: clamp(34px, 5vw, 56px);
}

.section-heading > * {
	margin-bottom: 0;
}

.section-heading--single {
	display: block;
	max-width: 820px;
}

.section-heading--compact {
	margin-bottom: clamp(30px, 4vw, 46px);
}

.button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.button {
	display: inline-flex;
	min-height: 54px;
	padding: 14px 22px;
	align-items: center;
	justify-content: center;
	gap: 12px;
	border: 1px solid transparent;
	border-radius: var(--radius);
	color: var(--white);
	background: var(--accent-dark);
	box-shadow: none;
	font-family: var(--heading);
	font-size: 0.96rem;
	font-weight: 600;
	letter-spacing: 0.065em;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.button::after {
	content: "→";
	font-family: var(--body);
	font-size: 1.2em;
	line-height: 1;
}

.button:hover {
	color: var(--white);
	background: var(--accent-deep);
	transform: translateY(-2px);
}

.button--ghost {
	border-color: rgba(255, 255, 255, 0.35);
	color: var(--white);
	background: transparent;
}

.button--ghost:hover {
	border-color: var(--white);
	color: var(--ink);
	background: var(--white);
}

.button--dark {
	color: var(--white);
	background: var(--ink);
}

.button--dark:hover {
	color: var(--white);
	background: var(--panel-light);
}

.button--light {
	border-color: var(--line-light);
	color: var(--ink);
	background: transparent;
}

.button--light:hover {
	border-color: var(--ink);
	color: var(--white);
	background: var(--ink);
}

.button--small {
	min-height: 44px;
	padding: 11px 17px;
	font-size: 0.83rem;
}

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: inherit;
	font-family: var(--heading);
	font-weight: 600;
	letter-spacing: 0.055em;
	text-decoration: none;
	text-transform: uppercase;
}

.text-link::after {
	content: "→";
	color: var(--accent-dark);
	font-family: var(--body);
}

.text-link:hover {
	color: var(--accent-dark);
}

.section--dark .text-link::after,
.section--panel .text-link::after,
.section--dark .text-link:hover,
.section--panel .text-link:hover {
	color: var(--accent-soft);
}

/* Header */
.site-header {
	position: sticky;
	z-index: 1000;
	top: 0;
	height: var(--header-height);
	color: var(--white);
	background: rgba(8, 9, 10, 0.96);
	border-bottom: 1px solid var(--line-dark);
	backdrop-filter: blur(14px);
}

.site-header__inner {
	display: flex;
	height: 100%;
	align-items: center;
	gap: 28px;
}

.site-branding {
	flex: 0 0 auto;
}

.site-logo,
.custom-logo-link {
	display: block;
	line-height: 0;
}

.site-logo img,
.custom-logo {
	width: 216px;
	height: auto;
}

.site-nav {
	margin-left: auto;
}

.site-nav__list,
.site-nav .menu {
	display: flex;
	margin: 0;
	padding: 0;
	align-items: center;
	gap: clamp(16px, 2.4vw, 32px);
	list-style: none;
}

.site-nav a {
	position: relative;
	display: block;
	padding: 12px 0;
	color: var(--white);
	font-family: var(--heading);
	font-size: 0.86rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-decoration: none;
	text-transform: uppercase;
}

.site-nav a::after {
	position: absolute;
	right: 0;
	bottom: 6px;
	left: 0;
	height: 2px;
	content: "";
	background: var(--accent);
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 180ms ease;
}

.site-nav a:hover,
.site-nav .current-menu-item > a,
.site-nav .current_page_item > a {
	color: var(--white);
}

.site-nav a:hover::after,
.site-nav .current-menu-item > a::after,
.site-nav .current_page_item > a::after {
	transform: scaleX(1);
	transform-origin: left;
}

.site-nav .site-nav__mobile-cta {
	display: none;
}

.header-cta {
	flex: 0 0 auto;
}

.menu-toggle {
	display: none;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 1px solid var(--line-dark);
	border-radius: var(--radius);
	color: var(--white);
	background: transparent;
}

.menu-toggle__lines,
.menu-toggle__lines::before,
.menu-toggle__lines::after {
	display: block;
	width: 21px;
	height: 2px;
	margin: auto;
	content: "";
	background: currentColor;
	transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle__lines {
	position: relative;
}

.menu-toggle__lines::before {
	position: absolute;
	top: -7px;
	left: 0;
}

.menu-toggle__lines::after {
	position: absolute;
	top: 7px;
	left: 0;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__lines {
	background: transparent;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__lines::before {
	top: 0;
	transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle__lines::after {
	top: 0;
	transform: rotate(-45deg);
}

/* Hero */
.hero {
	position: relative;
	display: grid;
	min-height: min(760px, calc(100svh - var(--header-height)));
	padding: clamp(68px, 7vw, 92px) 0;
	align-items: center;
	overflow: hidden;
	color: var(--white);
	background:
		radial-gradient(circle at 82% 40%, rgba(239, 73, 47, 0.16), transparent 29%),
		linear-gradient(115deg, #08090a 0%, #0d0f11 72%, #090a0b 100%);
}

.hero::before {
	position: absolute;
	inset: 0;
	content: "";
	opacity: 0.92;
	background-image: url("assets/img/cage-pattern-dark.svg");
	background-position: 0 0;
	background-size: 96px 64px;
	mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, #000 56%, #000 100%);
}

.hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: center;
}

.hero__content {
	max-width: 1080px;
}

.hero h1 {
	max-width: 1080px;
	margin-bottom: 22px;
	font-size: clamp(3.5rem, 6.6vw, 6.25rem);
}

.hero h1 span {
	color: var(--accent);
}

.hero__lead {
	max-width: 860px;
	margin-bottom: 28px;
	color: #d9dadd;
	font-size: clamp(1.08rem, 1.7vw, 1.34rem);
	line-height: 1.52;
}

.hero__facts {
	display: flex;
	margin: 26px 0 0;
	padding: 0;
	flex-wrap: wrap;
	gap: 10px 24px;
	color: #d4d5d6;
	font-size: 0.94rem;
	list-style: none;
}

.hero__facts li {
	position: relative;
	padding-left: 17px;
}

.hero__facts li::before {
	position: absolute;
	top: 0.72em;
	left: 0;
	width: 6px;
	height: 6px;
	content: "";
	background: var(--accent);
	transform: rotate(45deg);
}

/* Interior page hero */
.page-hero {
	position: relative;
	padding: clamp(82px, 11vw, 150px) 0 clamp(68px, 9vw, 112px);
	overflow: hidden;
	color: var(--white);
	background:
		linear-gradient(115deg, rgba(8, 9, 10, 0.98), rgba(17, 19, 21, 0.94)),
		url("assets/img/cage-pattern-dark.svg"),
		var(--ink);
	background-size: auto, 96px 64px, auto;
}

.page-hero__content {
	position: relative;
	z-index: 1;
	max-width: 980px;
}

.page-hero h1 {
	font-size: clamp(3.1rem, 7vw, 6.5rem);
}

.page-hero .lead {
	margin-bottom: 30px;
	color: #d8d9da;
}

.breadcrumb {
	display: flex;
	margin: 0 0 24px;
	padding: 0;
	align-items: center;
	gap: 8px;
	color: var(--muted-dark);
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	list-style: none;
	text-transform: uppercase;
}

.breadcrumb a {
	color: var(--white);
	text-decoration: none;
}

.breadcrumb li + li::before {
	margin-right: 8px;
	color: var(--accent);
	content: "/";
}

/* Trust strip */
.trust-strip {
	color: var(--white);
	background: var(--accent-dark);
}

.trust-strip__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.trust-strip__item {
	min-height: 104px;
	padding: 24px clamp(20px, 4vw, 50px);
	border-right: 1px solid rgba(255, 255, 255, 0.26);
}

.trust-strip__item:first-child {
	padding-left: 0;
}

.trust-strip__item:last-child {
	padding-right: 0;
	border-right: 0;
}

.trust-strip__item strong {
	display: block;
	font-family: var(--heading);
	font-size: 1.35rem;
	font-weight: 600;
	line-height: 1.1;
	text-transform: uppercase;
}

.trust-strip__item span {
	display: block;
	margin-top: 5px;
	font-size: 0.87rem;
	line-height: 1.35;
}

/* Cards and grids */
.cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.card {
	position: relative;
	min-height: 100%;
	padding: clamp(28px, 4vw, 42px);
	border: 1px solid var(--line-light);
	background: rgba(255, 255, 255, 0.34);
}

.section--dark .card,
.section--panel .card {
	border-color: var(--line-dark);
	background: rgba(255, 255, 255, 0.025);
}

.card::before {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 42px;
	height: 3px;
	content: "";
	background: var(--accent);
}

.card__number {
	display: block;
	margin-bottom: 58px;
	color: var(--accent-dark);
	font-family: var(--heading);
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.15em;
}

.section--dark .card__number,
.section--panel .card__number {
	color: var(--accent);
}

.card h3 {
	text-transform: uppercase;
}

.card p:last-of-type {
	margin-bottom: 28px;
}

.journey-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	border: 1px solid var(--line-light);
	background: var(--line-light);
}

.journey-grid--home {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.journey-card {
	position: relative;
	display: flex;
	min-height: 330px;
	padding: clamp(24px, 3vw, 34px);
	flex-direction: column;
	background: rgba(255, 255, 255, 0.72);
}

.journey-card::before {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 42px;
	height: 3px;
	content: "";
	background: var(--accent);
}

.journey-card .card__number {
	margin-bottom: 26px;
}

.journey-card h3 {
	font-size: clamp(1.45rem, 2vw, 1.9rem);
	text-transform: uppercase;
}

.journey-card p {
	color: var(--muted-light);
	font-size: 0.95rem;
	line-height: 1.55;
}

.journey-card .text-link {
	margin-top: auto;
	font-size: 0.88rem;
}

.course-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	border: 1px solid var(--line-dark);
	background: var(--line-dark);
}

.method-link {
	margin-top: 24px;
}

.course-grid-actions {
	margin-top: 24px;
}

.coach-roster {
	display: grid;
	margin: 0;
	padding: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	border: 1px solid var(--line-dark);
	background: var(--line-dark);
	list-style: none;
}

.coach-card {
	position: relative;
	min-height: 108px;
	padding: 22px 24px 20px 42px;
	background: rgba(255, 255, 255, 0.025);
}

.coach-card::before {
	position: absolute;
	top: 28px;
	left: 20px;
	width: 9px;
	height: 9px;
	border: 2px solid var(--accent);
	border-radius: 50%;
	content: "";
}

.coach-card strong {
	display: block;
	color: inherit;
	font-family: var(--heading);
	font-size: 1.18rem;
	font-weight: 600;
	letter-spacing: 0.015em;
	line-height: 1.1;
	text-transform: uppercase;
}

.coach-card__instagram {
	display: inline-flex;
	max-width: 100%;
	min-height: 44px;
	margin-bottom: 4px;
	align-items: center;
	color: var(--white);
	gap: 9px;
	text-decoration: none;
	transition: color 180ms ease;
}

.coach-card__instagram-icon {
	width: 19px;
	height: 19px;
	flex: 0 0 19px;
	color: var(--accent);
	transition: transform 180ms ease;
}

.coach-card__instagram:hover,
.coach-card__instagram:focus-visible {
	color: var(--accent);
}

.coach-card__instagram:hover .coach-card__instagram-icon,
.coach-card__instagram:focus-visible .coach-card__instagram-icon {
	transform: scale(1.08);
}

.coach-card__instagram:focus-visible {
	border-radius: 3px;
	outline: 3px solid var(--accent);
	outline-offset: 4px;
}

.coach-card__courses {
	display: block;
	color: var(--muted-dark);
	font-size: 0.82rem;
	line-height: 1.4;
}

.course-card {
	position: relative;
	min-height: 310px;
	padding: clamp(28px, 4vw, 44px);
	color: var(--white);
	background: var(--ink-soft);
}

.course-card::after {
	position: absolute;
	right: 22px;
	bottom: 18px;
	color: rgba(255, 255, 255, 0.08);
	content: attr(data-index);
	font-family: var(--heading);
	font-size: 5.4rem;
	font-weight: 700;
	line-height: 1;
}

.course-card h3,
.course-card p,
.course-card a {
	position: relative;
	z-index: 1;
}

.course-card p {
	color: var(--muted-dark);
}

.course-card__tag {
	display: inline-block;
	margin-bottom: 38px;
	padding: 6px 9px;
	border: 1px solid rgba(239, 73, 47, 0.5);
	color: var(--accent-soft);
	font-family: var(--heading);
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
	text-transform: uppercase;
}

.detail-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.detail-card {
	padding: 30px;
	border-top: 3px solid var(--accent);
	color: var(--ink);
	background: var(--white);
}

.detail-card h3 {
	font-size: 1.45rem;
	text-transform: uppercase;
}

.detail-card p:last-child {
	margin-bottom: 0;
}

.icon-list,
.check-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.icon-list li,
.check-list li {
	position: relative;
	padding: 14px 0 14px 28px;
	border-bottom: 1px solid currentColor;
	border-color: var(--line-light);
}

.section--dark .icon-list li,
.section--panel .icon-list li,
.section--dark .check-list li,
.section--panel .check-list li {
	border-color: var(--line-dark);
}

.icon-list li::before,
.check-list li::before {
	position: absolute;
	top: 1.35em;
	left: 2px;
	width: 8px;
	height: 8px;
	content: "";
	background: var(--accent);
	transform: rotate(45deg);
}

.icon-list strong,
.check-list strong {
	font-family: var(--heading);
	font-weight: 600;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

/* Editorial image layouts */
.split {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(42px, 8vw, 100px);
	align-items: center;
}

.split--wide-media {
	grid-template-columns: minmax(0, 1.18fr) minmax(330px, 0.82fr);
}

.split--reverse .split__media {
	order: 2;
}

.split__content > :last-child {
	margin-bottom: 0;
}

.media-frame {
	position: relative;
	margin: 0;
}

.media-frame::before {
	position: absolute;
	z-index: 2;
	top: -12px;
	right: 20px;
	width: 70px;
	height: 4px;
	content: "";
	background: var(--accent);
}

.media-frame picture {
	overflow: hidden;
	background: var(--panel);
}

.media-frame__image {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	filter: saturate(0.84) contrast(1.04);
}

.media-frame--wide .media-frame__image {
	aspect-ratio: 16 / 9;
}

.media-frame--square .media-frame__image {
	aspect-ratio: 1 / 1;
}

.media-frame figcaption {
	padding: 12px 0 0;
	color: var(--muted-light);
	font-size: 0.8rem;
	line-height: 1.4;
}

.media-frame figcaption > span {
	display: block;
}

.section--dark .media-frame figcaption,
.section--panel .media-frame figcaption {
	color: var(--muted-dark);
}

.instagram-link {
	display: inline-flex;
	max-width: 100%;
	margin-top: 14px;
	padding: 9px 13px;
	align-items: center;
	border: 1px solid var(--line-light);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.48);
	color: var(--ink);
	gap: 9px;
	font-family: var(--heading);
	font-size: 0.82rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.3;
	text-decoration: none;
	transition:
		border-color 180ms ease,
		background-color 180ms ease,
		color 180ms ease;
}

.instagram-link__icon {
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	color: var(--accent-dark);
}

.instagram-link:hover {
	border-color: var(--accent-dark);
	background: var(--white);
	color: var(--accent-dark);
}

.instagram-link:focus-visible {
	outline: 3px solid var(--accent);
	outline-offset: 3px;
}

.section--dark .instagram-link,
.section--panel .instagram-link {
	border-color: var(--line-dark);
	background: rgba(255, 255, 255, 0.04);
	color: var(--white);
}

.section--dark .instagram-link__icon,
.section--panel .instagram-link__icon {
	color: var(--accent);
}

.section--dark .instagram-link:hover,
.section--panel .instagram-link:hover {
	border-color: var(--accent);
	background: rgba(255, 255, 255, 0.08);
	color: var(--accent);
}

.location-card__content .instagram-link {
	margin-top: 24px;
}

.photo-pair {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
	gap: 18px;
	align-items: stretch;
}

.photo-pair .media-frame,
.photo-pair picture,
.photo-pair img {
	height: 100%;
}

.photo-pair .media-frame:first-child .media-frame__image {
	aspect-ratio: 4 / 3;
}

.photo-pair .media-frame:last-child .media-frame__image {
	aspect-ratio: 3 / 4;
}

.stat-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 48px;
	border-top: 1px solid var(--line-dark);
	border-bottom: 1px solid var(--line-dark);
}

.stat {
	padding: 28px 24px;
	border-right: 1px solid var(--line-dark);
}

.stat:first-child {
	padding-left: 0;
}

.stat:last-child {
	padding-right: 0;
	border-right: 0;
}

.stat strong {
	display: block;
	color: var(--accent);
	font-family: var(--heading);
	font-size: 2.25rem;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
}

.stat span {
	display: block;
	margin-top: 8px;
	color: var(--muted-light);
	font-size: 0.88rem;
	line-height: 1.35;
}

/* Timetable */
.schedule-toolbar {
	display: none;
	margin-bottom: 22px;
	flex-wrap: wrap;
	gap: 8px;
}

.js .schedule-toolbar {
	display: flex;
}

.schedule-filter {
	padding: 10px 14px;
	border: 1px solid var(--line-light);
	border-radius: 999px;
	color: var(--ink);
	background: transparent;
	font-family: var(--heading);
	font-size: 0.8rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.schedule-filter:hover,
.schedule-filter.is-active {
	border-color: var(--ink);
	color: var(--white);
	background: var(--ink);
}

.schedule-wrap {
	overflow-x: auto;
	border: 1px solid var(--line-light);
	background: var(--white);
	-webkit-overflow-scrolling: touch;
}

.schedule {
	width: 100%;
	min-width: 760px;
	border-collapse: collapse;
	font-size: 0.93rem;
}

.schedule caption {
	padding: 20px;
	color: var(--muted-light);
	font-size: 0.84rem;
	text-align: left;
}

.schedule th,
.schedule td {
	padding: 17px 18px;
	border-bottom: 1px solid var(--line-light);
	text-align: left;
	vertical-align: top;
}

.schedule thead th {
	position: sticky;
	z-index: 1;
	top: 0;
	color: var(--white);
	background: var(--ink);
	font-family: var(--heading);
	font-weight: 500;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.schedule tbody th {
	font-family: var(--heading);
	font-size: 1.05rem;
	font-weight: 600;
	text-transform: uppercase;
}

.schedule tbody tr:last-child th,
.schedule tbody tr:last-child td {
	border-bottom: 0;
}

.schedule tbody tr[hidden] {
	display: none;
}

.schedule__time {
	white-space: nowrap;
	font-family: var(--heading);
	font-size: 1.05rem;
	font-weight: 600;
}

.schedule__course {
	font-weight: 700;
}

.schedule-note {
	margin-top: 14px;
	color: var(--muted-light);
	font-size: 0.86rem;
}

.schedule-poster {
	margin-top: clamp(24px, 4vw, 36px);
	overflow: hidden;
	border: 1px solid var(--line-light);
	background: rgba(255, 255, 255, 0.72);
	box-shadow: var(--shadow);
}

.schedule-poster > summary {
	display: flex;
	padding: 20px 24px;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	gap: 24px;
	list-style: none;
}

.schedule-poster > summary::-webkit-details-marker {
	display: none;
}

.schedule-poster > summary::after {
	width: 36px;
	height: 36px;
	display: grid;
	flex: 0 0 36px;
	border: 1px solid var(--line-light);
	border-radius: 50%;
	color: var(--accent-dark);
	content: "+";
	font-family: var(--heading);
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1;
	place-items: center;
}

.schedule-poster[open] > summary::after {
	content: "−";
}

.schedule-poster__summary {
	display: grid;
	gap: 3px;
}

.schedule-poster__kicker {
	color: var(--accent-dark);
	font-family: var(--heading);
	font-size: 0.76rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.schedule-poster__summary strong {
	font-family: var(--heading);
	font-size: 1.18rem;
	font-weight: 600;
	letter-spacing: 0.025em;
	line-height: 1.2;
	text-transform: uppercase;
}

.schedule-poster__summary small {
	color: var(--muted-light);
	font-size: 0.82rem;
	line-height: 1.45;
}

.schedule-poster__content {
	padding: 0 24px 24px;
	border-top: 1px solid var(--line-light);
}

.schedule-poster__figure {
	max-width: 620px;
	margin: 24px auto 0;
}

.schedule-poster__image-link {
	display: block;
	border: 1px solid rgba(16, 18, 20, 0.18);
	background: var(--ink);
	box-shadow: 0 18px 48px rgba(16, 18, 20, 0.16);
}

.schedule-poster__image {
	width: 100%;
	height: auto;
	display: block;
}

.schedule-poster figcaption {
	padding-top: 12px;
	color: var(--muted-light);
	font-size: 0.8rem;
	line-height: 1.45;
}

.schedule-preview {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid var(--line-dark);
	border-bottom: 1px solid var(--line-dark);
}

.schedule-preview__day {
	padding: 30px;
	border-right: 1px solid var(--line-dark);
}

.schedule-preview__day:last-child {
	border-right: 0;
}

.schedule-preview__day h3 {
	color: var(--accent);
	font-size: 1.5rem;
	text-transform: uppercase;
}

.schedule-preview__day ul {
	margin: 0;
	padding: 0;
	color: var(--muted-dark);
	list-style: none;
}

.schedule-preview__day li {
	padding: 7px 0;
	border-bottom: 1px solid var(--line-dark);
	font-size: 0.88rem;
}

.schedule-preview__day li:last-child {
	border-bottom: 0;
}

.schedule-location {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
	border: 1px solid var(--line-light);
	background: rgba(255, 255, 255, 0.7);
}

.schedule-preview--light {
	border: 0;
}

.schedule-preview--light .schedule-preview__day {
	padding: 28px;
	border-color: var(--line-light);
}

.schedule-preview--light .schedule-preview__day h3 {
	color: var(--accent-dark);
	font-size: 1.35rem;
}

.schedule-preview--light .schedule-preview__day p {
	margin: 0;
	color: var(--muted-light);
	font-size: 0.9rem;
	line-height: 1.5;
}

.venue-panel {
	padding: 30px;
	border-left: 1px solid var(--line-light);
	background: var(--white);
}

.venue-panel .eyebrow {
	margin-bottom: 16px;
}

.venue-panel .address {
	margin-bottom: 18px;
}

.venue-panel .address strong {
	font-size: 1.25rem;
}

.venue-facts {
	margin: 0 0 24px;
	padding: 0;
	color: var(--muted-light);
	font-size: 0.88rem;
	list-style: none;
}

.venue-facts li {
	padding: 5px 0;
}

.venue-strip {
	display: flex;
	margin: 0 0 34px;
	padding: 22px 24px;
	border: 1px solid var(--line-light);
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	background: rgba(255, 255, 255, 0.72);
}

.venue-strip > div {
	display: grid;
	gap: 2px;
}

.venue-strip__label {
	margin-bottom: 4px;
	color: var(--accent-dark);
	font-family: var(--heading);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.venue-strip strong {
	font-family: var(--heading);
	font-size: 1.1rem;
	font-weight: 600;
	text-transform: uppercase;
}

.venue-strip > div > span:last-child {
	color: var(--muted-light);
	font-size: 0.85rem;
}

/* FAQs */
.faq-list {
	border-top: 1px solid var(--line-light);
}

.faq {
	border-bottom: 1px solid var(--line-light);
}

.section--dark .faq-list,
.section--panel .faq-list,
.section--dark .faq,
.section--panel .faq {
	border-color: var(--line-dark);
}

.faq summary {
	position: relative;
	padding: 25px 52px 25px 0;
	font-family: var(--heading);
	font-size: clamp(1.25rem, 2.2vw, 1.7rem);
	font-weight: 500;
	line-height: 1.25;
	list-style: none;
	text-transform: uppercase;
	cursor: pointer;
}

.faq summary::-webkit-details-marker {
	display: none;
}

.faq summary::after {
	position: absolute;
	top: 50%;
	right: 8px;
	color: var(--accent);
	content: "+";
	font-family: var(--body);
	font-size: 1.6rem;
	font-weight: 300;
	transform: translateY(-50%);
}

.faq[open] summary::after {
	content: "−";
}

.faq__answer {
	max-width: 760px;
	padding: 0 52px 22px 0;
	color: var(--muted-light);
}

.section--dark .faq__answer,
.section--panel .faq__answer {
	color: var(--muted-dark);
}

.faq__answer > :last-child {
	margin-bottom: 0;
}

/* Conversion and location */
.conversion-band {
	position: relative;
	padding: clamp(65px, 9vw, 110px) 0;
	overflow: hidden;
	color: var(--white);
	background-color: var(--accent-dark);
	background-image: url("assets/img/cage-pattern-dark.svg");
	background-position: 0 0;
	background-size: 96px 64px;
}

.conversion-band__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 48px;
	align-items: center;
}

.conversion-band h2 {
	max-width: 820px;
	margin-bottom: 12px;
}

.conversion-band p {
	max-width: 720px;
	margin-bottom: 0;
}

.conversion-band .eyebrow {
	color: var(--white);
}

.conversion-band--compact {
	padding: clamp(52px, 6vw, 72px) 0;
}

.conversion-band--compact h2 {
	font-size: clamp(2.5rem, 4.5vw, 4rem);
}

.home-trial .trial-facts {
	margin-bottom: 26px;
}

.trial-quick-notes {
	display: grid;
	border-top: 1px solid var(--line-light);
}

.trial-quick-notes > div {
	padding: 20px 0;
	border-bottom: 1px solid var(--line-light);
}

.trial-quick-notes strong {
	display: block;
	margin-bottom: 6px;
	font-family: var(--heading);
	font-size: 1.15rem;
	font-weight: 600;
	letter-spacing: 0.025em;
	line-height: 1.2;
	text-transform: uppercase;
}

.trial-quick-notes p {
	margin: 0;
	color: var(--muted-light);
	font-size: 0.9rem;
	line-height: 1.5;
}

.location-card {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	border: 1px solid var(--line-light);
	background: var(--white);
	box-shadow: var(--shadow);
}

.location-card__content {
	padding: clamp(34px, 6vw, 70px);
}

.location-card__media,
.location-card__media picture,
.location-card__media img {
	height: 100%;
}

.location-card__media img {
	width: 100%;
	min-height: 480px;
	object-fit: cover;
}

.address {
	margin: 0 0 24px;
	font-style: normal;
}

.address strong {
	display: block;
	font-family: var(--heading);
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
}

.address span {
	display: block;
	margin-top: 5px;
	color: var(--muted-light);
}

.contact-lines {
	display: grid;
	margin: 26px 0 34px;
	gap: 9px;
}

.contact-lines a {
	width: fit-content;
	font-weight: 700;
	text-decoration-color: var(--accent);
}

/* Generic content */
.content-area {
	min-height: 50vh;
}

.prose {
	max-width: 760px;
}

.prose > * + h2,
.prose > * + h3 {
	margin-top: 1.6em;
}

.prose ul,
.prose ol {
	padding-left: 1.3em;
}

.prose a {
	color: var(--accent-dark);
	font-weight: 700;
}

.wp-content {
	padding: 70px 0 100px;
}

.wp-content > * {
	max-width: var(--narrow);
	margin-right: auto;
	margin-left: auto;
}

.wp-content > .alignwide {
	max-width: var(--container);
}

.wp-content > .alignfull {
	max-width: none;
}

.notice {
	padding: 24px;
	border-left: 4px solid var(--accent);
	background: rgba(239, 73, 47, 0.08);
}

.notice p:last-child {
	margin-bottom: 0;
}

.source-note {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid var(--line-dark);
	color: var(--muted-dark);
	font-size: 0.84rem;
}

.source-note a {
	color: var(--white);
}

.tag-row {
	display: flex;
	margin: 0 0 28px;
	padding: 0;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
}

.tag-row li {
	padding: 7px 11px;
	border: 1px solid var(--line-light);
	border-radius: 999px;
	font-family: var(--heading);
	font-size: 0.76rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.section--dark .tag-row li,
.section--panel .tag-row li {
	border-color: var(--line-dark);
}

/* Partner support strip */
.partner-strip {
	padding: 46px 0 50px;
	color: var(--white);
	background-color: #0c0e0f;
	background-image: url("assets/img/cage-pattern-dark.svg");
	background-position: 0 0;
	background-size: 96px 64px;
	border-top: 1px solid var(--line-dark);
}

.partner-strip__heading {
	display: grid;
	margin-bottom: 24px;
	grid-template-columns: minmax(270px, 0.8fr) minmax(300px, 1.2fr);
	align-items: end;
	gap: 32px;
}

.partner-strip__heading .eyebrow {
	margin-bottom: 7px;
}

.partner-strip__heading h2 {
	margin: 0;
	font-size: clamp(1.8rem, 3.2vw, 2.65rem);
	line-height: 1;
}

.partner-strip__heading p {
	max-width: 580px;
	margin: 0 0 2px;
	color: var(--muted-dark);
	font-size: 0.95rem;
}

.partner-list {
	display: grid;
	margin: 0;
	padding: 0;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 10px;
	list-style: none;
}

.partner-list li {
	min-width: 0;
}

.partner-card {
	display: grid;
	min-height: 104px;
	height: 100%;
	padding: 17px 14px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: var(--radius);
	color: var(--ink);
	background: #f3f0e9;
}

.partner-card--linked {
	text-decoration: none;
	transition:
		transform 180ms ease,
		border-color 180ms ease,
		box-shadow 180ms ease;
}

.partner-card--linked:hover {
	transform: translateY(-2px);
	border-color: var(--accent);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
}

.partner-card--linked:focus-visible {
	outline: 3px solid var(--accent-soft);
	outline-offset: 3px;
}

.partner-card img {
	display: block;
	width: 100%;
	max-height: 62px;
	object-fit: contain;
}

.partner-strip__hint {
	display: none;
	margin: 12px 0 0;
	color: var(--muted-dark);
	font-family: var(--heading);
	font-size: 0.73rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

/* Footer */
.site-footer {
	padding: 70px 0 92px;
	color: var(--white);
	background: #050607;
	border-top: 1px solid var(--line-dark);
}

.site-footer__grid {
	display: grid;
	grid-template-columns: minmax(260px, 1.2fr) repeat(2, minmax(180px, 0.6fr));
	gap: 55px;
}

.site-footer__logo {
	width: min(250px, 100%);
	margin-bottom: 24px;
}

.site-footer__intro {
	max-width: 470px;
	color: var(--muted-dark);
}

.site-footer h2 {
	margin-bottom: 20px;
	font-size: 1rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.footer-list,
.site-footer .menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-list li,
.site-footer .menu li {
	margin-bottom: 8px;
	color: var(--muted-dark);
	font-size: 0.9rem;
}

.footer-list a,
.site-footer .menu a {
	color: var(--white);
	text-decoration-color: rgba(255, 255, 255, 0.35);
}

.site-footer__bottom {
	display: flex;
	margin-top: 56px;
	padding-top: 24px;
	border-top: 1px solid var(--line-dark);
	align-items: flex-start;
	justify-content: space-between;
	gap: 30px;
	color: #85898c;
	font-size: 0.78rem;
}

.site-footer__bottom p {
	margin: 0;
}

.footer-legal-links {
	display: flex;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
	gap: 16px;
	list-style: none;
}

.footer-legal-links a {
	color: var(--white);
}

/* Sticky mobile CTA */
.mobile-cta {
	position: fixed;
	z-index: 950;
	right: 10px;
	bottom: calc(10px + env(safe-area-inset-bottom));
	left: 10px;
	display: none;
	grid-template-columns: 1fr auto;
	gap: 8px;
	padding: 8px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 5px;
	background: rgba(8, 9, 10, 0.96);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(10px);
}

.mobile-cta .button {
	min-height: 48px;
}

.mobile-cta__phone {
	display: grid;
	width: 48px;
	height: 48px;
	border: 1px solid var(--line-dark);
	border-radius: 3px;
	color: var(--white);
	place-items: center;
	text-decoration: none;
}

.mobile-cta__phone::before {
	content: "☎";
	font-size: 1.2rem;
}

/* Motion */
@media (prefers-reduced-motion: no-preference) {
	.reveal-ready [data-reveal] {
		transform: translateY(18px);
		transition: transform 520ms ease;
	}

	.reveal-ready [data-reveal].is-visible {
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

/* Tablet */
@media (max-width: 1080px) {
	:root {
		--header-height: 72px;
	}

	.site-logo img,
	.custom-logo {
		width: 185px;
	}

	.site-nav__list,
	.site-nav .menu {
		gap: 17px;
	}

	.site-nav a {
		font-size: 0.78rem;
	}

	.header-cta {
		display: none;
	}

	.mobile-cta {
		right: auto;
		width: min(420px, calc(100% - 20px));
	}

	.mobile-cta.is-visible {
		display: grid;
	}

	body.menu-open .mobile-cta {
		display: none;
	}

	.site-footer {
		padding-bottom: 96px;
	}

	.journey-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.course-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.partner-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 561px) and (max-width: 1080px) {
	.journey-grid--home > .journey-card:last-child:nth-child(odd) {
		grid-column: 1 / -1;
		min-height: 260px;
	}

	.journey-grid--home > .journey-card:last-child:nth-child(odd) p {
		max-width: 60ch;
	}
}

/* Mobile navigation and layout */
@media (max-width: 840px) {
	body {
		font-size: 16px;
	}

	.mobile-cta {
		right: 10px;
		width: auto;
	}

	/*
	 * Keep iubenda's persistent privacy control clear of the conversion bar.
	 * Some remote configurations add data-tp-nostyle to the same official
	 * button; targeting the base class keeps both variants in the safe area.
	 */
	body .iubenda-tp-btn,
	body .iubenda-tp-btn.iubenda-tp-btn--bottom-right,
	body .iubenda-tp-btn[data-tp-float] {
		top: auto !important;
		right: calc(10px + env(safe-area-inset-right)) !important;
		bottom: calc(88px + env(safe-area-inset-bottom)) !important;
		left: auto !important;
	}

	.container,
	.container--narrow {
		width: min(calc(100% - 30px), var(--container));
	}

	.menu-toggle {
		display: block;
		margin-left: auto;
	}

	.site-header {
		backdrop-filter: none;
	}

	.site-nav {
		position: fixed;
		z-index: 1001;
		top: var(--header-height);
		right: 0;
		bottom: 0;
		left: 0;
		display: none;
		padding: 24px 20px 120px;
		overflow-y: auto;
		background: var(--ink);
	}

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

	.site-nav__list,
	.site-nav .menu {
		display: block;
	}

	.site-nav li {
		border-bottom: 1px solid var(--line-dark);
	}

	.site-nav a {
		padding: 20px 4px;
		font-size: 1.25rem;
	}

	.site-nav a::after {
		display: none;
	}

	.site-nav .site-nav__mobile-cta {
		display: flex;
		width: 100%;
		margin-top: 24px;
		padding: 14px 22px;
		font-size: 0.96rem;
	}

	.site-nav .site-nav__mobile-cta::after {
		position: static;
		display: block;
		width: auto;
		height: auto;
		content: "→";
		background: transparent;
		font-family: var(--body);
		font-size: 1.2em;
		line-height: 1;
		transform: none;
	}

	.section {
		padding: 56px 0;
	}

	.section--compact {
		padding: 44px 0;
	}

	.hero {
		min-height: auto;
		padding: 52px 0 48px;
	}

	.hero::before {
		mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, #000 45%, #000 100%);
	}

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

	.section-heading,
	.split,
	.split--wide-media,
	.location-card,
	.conversion-band__grid {
		grid-template-columns: 1fr;
	}

	.section-heading {
		gap: 18px;
	}

	.section-heading .lead {
		font-size: 1.05rem;
	}

	.split--reverse .split__media {
		order: 0;
	}

	.cards,
	.schedule-preview {
		grid-template-columns: 1fr;
	}

	.journey-card {
		min-height: 260px;
	}

	.card__number {
		margin-bottom: 22px;
	}

	.trust-strip__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.trust-strip__item,
	.trust-strip__item:first-child,
	.trust-strip__item:last-child {
		min-height: auto;
		padding: 17px 12px;
		border-right: 1px solid rgba(255, 255, 255, 0.26);
		border-bottom: 0;
	}

	.trust-strip__item:last-child {
		border-right: 0;
	}

	.trust-strip__item strong {
		font-size: 1rem;
	}

	.trust-strip__item span {
		display: none;
	}

	.photo-pair {
		grid-template-columns: 1fr 0.65fr;
	}

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

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

	.stat,
	.stat:first-child,
	.stat:last-child {
		padding: 22px 0;
		border-right: 0;
		border-bottom: 1px solid var(--line-dark);
	}

	.stat:last-child {
		border-bottom: 0;
	}

	.schedule-preview__day {
		padding: 26px 0;
		border-right: 0;
		border-bottom: 1px solid var(--line-dark);
	}

	.schedule-preview__day:last-child {
		border-bottom: 0;
	}

	.schedule-location {
		grid-template-columns: 1fr;
	}

	.schedule-wrap {
		overflow: visible;
		border: 0;
		background: transparent;
	}

	.schedule {
		display: block;
		min-width: 0;
		border-collapse: separate;
	}

	.schedule caption {
		display: block;
		margin-bottom: 12px;
		padding: 15px 16px;
		border: 1px solid var(--line-light);
		background: var(--white);
	}

	.schedule thead {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		overflow: hidden;
		clip: rect(0 0 0 0);
		white-space: nowrap;
		border: 0;
	}

	.schedule tbody {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.schedule tbody tr {
		display: grid;
		min-width: 0;
		padding: 16px;
		border: 1px solid var(--line-light);
		background: var(--white);
		grid-template-columns: auto minmax(0, 1fr);
		grid-template-areas:
			"time course"
			"day coach";
		column-gap: 14px;
		row-gap: 5px;
	}

	.schedule tbody tr[hidden] {
		display: none;
	}

	.schedule tbody th,
	.schedule tbody td {
		min-width: 0;
		padding: 0;
		border: 0;
	}

	.schedule tbody th {
		grid-area: day;
		color: var(--muted-light);
		font-family: var(--body);
		font-size: 0.78rem;
		font-weight: 600;
		letter-spacing: 0.02em;
		text-transform: none;
	}

	.schedule tbody td:nth-of-type(1) {
		grid-area: time;
	}

	.schedule tbody td:nth-of-type(2) {
		grid-area: course;
	}

	.schedule tbody td:nth-of-type(3) {
		grid-area: coach;
		color: var(--muted-light);
		font-size: 0.78rem;
	}

	.schedule tbody td:nth-of-type(3)::before {
		content: "Coach · ";
		font-weight: 600;
	}

	.schedule__time {
		color: var(--accent-dark);
		font-size: 0.98rem;
	}

	.schedule__course {
		overflow-wrap: anywhere;
		line-height: 1.35;
	}

	.venue-panel {
		border-top: 1px solid var(--line-light);
		border-left: 0;
	}

	.venue-strip {
		padding: 20px;
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
	}

	.location-card__media {
		order: -1;
	}

	.location-card__media img {
		min-height: 320px;
	}

	.conversion-band__grid {
		gap: 28px;
	}

	.site-footer__grid {
		grid-template-columns: 1fr 1fr;
	}

	.site-footer__brand {
		grid-column: 1 / -1;
	}

	.site-footer {
		padding-bottom: 120px;
	}
}

@media (max-width: 560px) {
	h1 {
		font-size: clamp(3rem, 15vw, 4.5rem);
	}

	h2 {
		font-size: clamp(2.25rem, 12vw, 3.4rem);
	}

	.hero {
		padding: 44px 0 42px;
	}

	.page-hero {
		padding-top: 54px;
	}

	.hero h1 {
		font-size: clamp(2.85rem, 13.5vw, 4rem);
		line-height: 0.96;
	}

	.hero__lead {
		margin-bottom: 22px;
		font-size: 1rem;
		line-height: 1.48;
	}

	.hero__facts {
		display: grid;
		margin-top: 20px;
		gap: 9px;
	}

	.button-row {
		align-items: stretch;
		flex-direction: column;
	}

	.button-row .button {
		width: 100%;
	}

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

	.course-card {
		min-height: auto;
	}

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

	.journey-card {
		min-height: auto;
		padding: 24px;
	}

	.journey-card .card__number {
		margin-bottom: 16px;
	}

	.journey-card p {
		margin-bottom: 18px;
	}

	.coach-roster {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.coach-card {
		min-height: 96px;
		padding: 18px 14px 16px 34px;
	}

	.coach-card::before {
		top: 23px;
		left: 15px;
		width: 8px;
		height: 8px;
	}

	.coach-card strong {
		font-size: 1rem;
	}

	.coach-card__instagram {
		min-height: 44px;
		gap: 7px;
	}

	.coach-card__instagram-icon {
		width: 18px;
		height: 18px;
		flex-basis: 18px;
	}

	.coach-card__courses {
		font-size: 0.74rem;
	}

	.schedule-preview--light .schedule-preview__day,
	.venue-panel {
		padding: 22px;
	}

	.home-schedule .schedule-preview--light {
		display: none;
	}

	.photo-pair {
		grid-template-columns: 1fr;
	}

	.photo-pair .media-frame:first-child .media-frame__image,
	.photo-pair .media-frame:last-child .media-frame__image {
		aspect-ratio: 4 / 3;
	}

	.schedule-filter {
		flex: 1 1 calc(50% - 8px);
	}

	.instagram-link {
		padding: 10px 12px;
		align-items: flex-start;
		border-radius: 14px;
	}

	.schedule-poster > summary {
		padding: 16px;
		gap: 14px;
	}

	.schedule-poster__summary strong {
		font-size: 1rem;
	}

	.schedule-poster__summary small {
		font-size: 0.76rem;
	}

	.schedule-poster__content {
		padding: 0 16px 16px;
	}

	.schedule-poster__figure {
		margin-top: 16px;
	}

	.schedule tbody {
		grid-template-columns: 1fr;
	}

	.site-footer__grid {
		grid-template-columns: 1fr;
	}

	.site-footer__brand {
		grid-column: auto;
	}

	.site-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.partner-strip {
		padding: 38px 0 42px;
	}

	.partner-strip__heading {
		margin-bottom: 20px;
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.partner-strip__heading p {
		font-size: 0.9rem;
	}

	.partner-list {
		margin-right: -15px;
		margin-left: -15px;
		padding: 3px 15px 12px;
		display: flex;
		overflow-x: auto;
		scroll-padding-inline: 15px;
		scroll-snap-type: x mandatory;
		overscroll-behavior-inline: contain;
		-webkit-overflow-scrolling: touch;
	}

	.partner-list li {
		flex: 0 0 min(72vw, 250px);
		scroll-snap-align: start;
	}

	.partner-card {
		min-height: 96px;
	}

	.partner-card img {
		max-height: 58px;
	}

	.partner-strip__hint {
		display: block;
	}
}
