/*
Theme Name: Gifu Student Council Meetup
Author: ぎふ生徒会交流会
Description: 岐阜県内の高校生と生徒会活動をつなぐ交流会のための、親しみやすさと信頼感を両立した公式サイトテーマです。
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 7.4
Version: 1.1.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gifu-student-council-meetup
Tags: blog, education, custom-logo, custom-menu, featured-images, editor-style, wide-blocks, accessibility-ready
*/

:root {
	--color-ink: #113338;
	--color-ink-soft: #264b4e;
	--color-paper: #f3eee4;
	--color-cream: #fbf8f1;
	--color-white: #ffffff;
	--color-accent: #c8ef55;
	--color-blue: #8dcced;
	--color-coral: #ff7b66;
	--color-sun: #ffd55f;
	--color-line: rgba(17, 51, 56, 0.18);
	--color-line-light: rgba(255, 255, 255, 0.2);
	--font-sans: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", YuGothic, "Noto Sans JP", system-ui, sans-serif;
	--font-display: Inter, Arial, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
	--shell: min(1240px, calc(100vw - 64px));
	--narrow: min(760px, calc(100vw - 48px));
	--radius-sm: 8px;
	--radius-md: 18px;
	--radius-lg: 32px;
	--shadow-card: 0 20px 50px rgba(17, 51, 56, 0.1);
	--transition: 180ms ease;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--color-paper);
	color: var(--color-ink);
	font-family: var(--font-sans);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.has-open-menu {
	overflow: hidden;
}

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

figure {
	margin: 0;
}

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

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

a,
button {
	-webkit-tap-highlight-color: transparent;
}

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

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

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

h1,
h2,
h3,
h4 {
	line-height: 1.35;
	overflow-wrap: anywhere;
}

h1,
h2 {
	font-weight: 800;
	letter-spacing: -0.045em;
}

.shell {
	width: var(--shell);
	margin-inline: auto;
}

.section {
	padding-block: clamp(88px, 10vw, 150px);
}

.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,
.skip-link:focus {
	top: 12px;
	left: 12px;
	z-index: 99999;
	display: block;
	width: auto;
	height: auto;
	padding: 12px 18px;
	clip: auto;
	background: var(--color-white);
	color: var(--color-ink);
	font-weight: 800;
}

.eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	font-family: var(--font-display);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	line-height: 1.3;
	text-transform: uppercase;
}

.eyebrow::before {
	width: 28px;
	height: 2px;
	background: currentcolor;
	content: "";
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	min-height: 58px;
	padding: 14px 24px;
	border: 2px solid var(--color-ink);
	border-radius: 999px;
	background: var(--color-ink);
	color: var(--color-white);
	font-size: 0.92rem;
	font-weight: 800;
	line-height: 1.3;
	text-decoration: none;
	transition: background var(--transition), color var(--transition), transform var(--transition);
}

.button span {
	font-family: var(--font-display);
	font-size: 1.15em;
}

.button:hover {
	background: transparent;
	color: var(--color-ink);
	transform: translateY(-2px);
}

.button--small {
	min-height: 45px;
	padding: 10px 18px;
	font-size: 0.8rem;
}

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

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

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

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 28px;
	padding-block: 5px;
	border-bottom: 1px solid currentcolor;
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.5;
	text-decoration: none;
}

.text-link span {
	transition: transform var(--transition);
}

.text-link:hover span {
	transform: translateX(5px);
}

.text-link--light {
	color: var(--color-white);
}

.tag {
	display: inline-flex;
	align-items: center;
	min-height: 27px;
	padding: 5px 10px;
	border: 1px solid currentcolor;
	border-radius: 999px;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	line-height: 1;
}

.tag--accent {
	border-color: var(--color-accent);
	background: var(--color-accent);
	color: var(--color-ink);
}

/* Announcement and header */
.announcement {
	position: relative;
	z-index: 1001;
	min-height: 38px;
	background: var(--color-accent);
	color: var(--color-ink);
}

.announcement__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-height: 38px;
	font-size: 0.76rem;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
}

.announcement__inner p {
	margin: 0;
}

.announcement__inner a {
	text-decoration: none;
}

.announcement__inner a:hover {
	text-decoration: underline;
}

.announcement__label {
	padding: 3px 7px;
	border-radius: 999px;
	background: var(--color-ink);
	color: var(--color-white);
	font-family: var(--font-display);
	font-size: 0.58rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	line-height: 1.2;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: rgba(243, 238, 228, 0.96);
	border-bottom: 1px solid transparent;
	transition: border-color var(--transition), transform 260ms ease, background var(--transition);
	backdrop-filter: blur(16px);
}

.admin-bar .site-header {
	top: 32px;
}

.site-header.is-scrolled {
	border-color: var(--color-line);
}

.site-header.is-hidden {
	transform: translateY(-110%);
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 86px;
}

.site-branding {
	position: relative;
	z-index: 2;
	flex: 0 1 auto;
}

.custom-logo-link {
	display: block;
}

.custom-logo {
	width: auto;
	max-width: 280px;
	max-height: 58px;
}

.wordmark {
	display: inline-flex;
	align-items: center;
	gap: 13px;
	color: var(--color-ink);
	text-decoration: none;
}

.wordmark__logo {
	display: block;
	flex: 0 0 auto;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
}

.wordmark__text {
	display: grid;
	gap: 2px;
}

.wordmark__text strong {
	font-size: 0.96rem;
	font-weight: 800;
	letter-spacing: 0.03em;
	line-height: 1.3;
}

.wordmark__text small {
	font-family: var(--font-display);
	font-size: 0.49rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	line-height: 1.2;
}

.navigation-panel {
	display: flex;
	align-items: center;
	gap: 26px;
}

.primary-navigation .menu {
	display: flex;
	align-items: center;
	gap: clamp(18px, 2.3vw, 34px);
	padding: 0;
	margin: 0;
	list-style: none;
}

.primary-navigation .menu-item {
	position: relative;
}

.primary-navigation .menu-item > a {
	display: block;
	padding-block: 14px;
	font-size: 0.76rem;
	font-weight: 800;
	text-decoration: none;
}

.primary-navigation .menu-item > a::after {
	position: absolute;
	right: 0;
	bottom: 8px;
	left: 0;
	height: 2px;
	background: var(--color-ink);
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform var(--transition);
}

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

.primary-navigation .sub-menu {
	position: absolute;
	top: calc(100% - 5px);
	left: -18px;
	min-width: 210px;
	padding: 10px;
	margin: 0;
	border: 1px solid var(--color-line);
	border-radius: var(--radius-sm);
	background: var(--color-cream);
	box-shadow: var(--shadow-card);
	list-style: none;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity var(--transition), transform var(--transition), visibility var(--transition);
}

.primary-navigation .menu-item:hover > .sub-menu,
.primary-navigation .menu-item:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.primary-navigation .sub-menu a {
	display: block;
	padding: 10px 12px;
	border-radius: 5px;
	font-size: 0.78rem;
	font-weight: 700;
	text-decoration: none;
}

.primary-navigation .sub-menu a:hover {
	background: var(--color-accent);
}

.menu-toggle {
	display: none;
	align-items: center;
	gap: 10px;
	padding: 9px 0;
	border: 0;
	background: transparent;
	color: var(--color-ink);
	cursor: pointer;
}

.menu-toggle__label {
	font-family: var(--font-display);
	font-size: 0.7rem;
	font-weight: 900;
	letter-spacing: 0.12em;
}

.menu-toggle__bars {
	display: grid;
	gap: 6px;
	width: 26px;
}

.menu-toggle__bars span {
	display: block;
	height: 2px;
	background: currentcolor;
	transition: transform var(--transition);
}

/* Hero */
.hero {
	position: relative;
	min-height: clamp(700px, calc(100vh - 124px), 860px);
	overflow: hidden;
	background: var(--color-paper);
}

.hero::after {
	position: absolute;
	top: 0;
	right: 0;
	width: min(39vw, 580px);
	height: 100%;
	background: var(--color-blue);
	content: "";
}

.hero__field {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
}

.hero__orbit {
	position: absolute;
	border: 1px solid rgba(17, 51, 56, 0.2);
	border-radius: 50%;
}

.hero__orbit--one {
	top: 10%;
	left: -18vw;
	width: 58vw;
	max-width: 840px;
	aspect-ratio: 1;
}

.hero__orbit--two {
	top: 39%;
	left: 21%;
	width: 19vw;
	max-width: 300px;
	aspect-ratio: 1;
}

.hero__dot {
	position: absolute;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: var(--color-coral);
}

.hero__dot--one {
	top: 22%;
	left: 18%;
}

.hero__dot--two {
	bottom: 22%;
	left: 42%;
	background: var(--color-ink);
}

.hero__inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.64fr);
	min-height: inherit;
}

.hero__copy {
	position: relative;
	align-self: center;
	max-width: 710px;
	padding: 70px 60px 180px 0;
}

.hero__copy > :not(.hero__gifu-sketch) {
	position: relative;
	z-index: 1;
}

.hero__gifu-sketch {
	position: absolute;
	top: 50px;
	left: -95px;
	width: min(790px, 68vw);
	height: auto;
	pointer-events: none;
}

.hero__gifu-sketch path {
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	vector-effect: non-scaling-stroke;
}

.hero__gifu-landmark {
	opacity: 0.22;
}

.hero__gifu-river path {
	stroke: rgba(45, 158, 215, 0.14);
	stroke-width: 1.35;
}

.hero__eyebrow span {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--color-coral);
}

.hero__eyebrow::before {
	display: none;
}

.hero__copy h1 {
	margin-bottom: 28px;
	font-size: clamp(3.25rem, 6.15vw, 6.25rem);
	letter-spacing: -0.075em;
	line-height: 1.08;
}

.hero__lead {
	max-width: 600px;
	margin-bottom: 36px;
	font-size: clamp(1rem, 1.3vw, 1.16rem);
	font-weight: 600;
	line-height: 2;
}

.hero__actions {
	display: flex;
	align-items: center;
	gap: 30px;
}

.hero__visual {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	padding: 50px 0 160px 50px;
}

.hero-poster {
	position: relative;
	z-index: 1;
	display: flex;
	width: min(31vw, 420px);
	min-width: 330px;
	aspect-ratio: 0.76;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border: 2px solid var(--color-ink);
	background: var(--color-ink);
	box-shadow: 16px 16px 0 var(--color-accent);
	color: var(--color-white);
	transform: rotate(2.2deg);
}

.hero-poster::before,
.hero-poster::after {
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.38);
	border-radius: 50%;
	content: "";
}

.hero-poster::before {
	top: -12%;
	right: -28%;
	width: 83%;
	aspect-ratio: 1;
}

.hero-poster::after {
	right: -4%;
	bottom: -23%;
	width: 92%;
	aspect-ratio: 1;
}

.hero-poster__number {
	position: absolute;
	top: 20px;
	left: 22px;
	margin: 0;
	font-family: var(--font-display);
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.13em;
}

.hero-poster__words {
	position: relative;
	z-index: 2;
	display: grid;
	width: 100%;
	font-family: var(--font-display);
	font-size: clamp(3.35rem, 5.1vw, 5.4rem);
	font-weight: 900;
	letter-spacing: -0.09em;
	line-height: 0.78;
	transform: translateX(-8%);
}

.hero-poster__words span:nth-child(1) {
	color: var(--color-accent);
}

.hero-poster__words span:nth-child(2) {
	color: var(--color-blue);
	transform: translateX(13%);
}

.hero-poster__words span:nth-child(3) {
	color: var(--color-coral);
	transform: translateX(27%);
}

.hero-poster__caption {
	position: absolute;
	right: 19px;
	bottom: 20px;
	z-index: 3;
	margin: 0;
	font-family: var(--font-display);
	font-size: 0.58rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	line-height: 1.35;
	text-align: right;
}

.hero-poster__plus {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 3;
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border-radius: 50%;
	background: var(--color-coral);
	color: var(--color-ink);
	font-size: 1.4rem;
	font-weight: 900;
}

.hero__side-note {
	position: absolute;
	z-index: 2;
	right: -8px;
	bottom: 165px;
	margin: 0;
	font-family: var(--font-display);
	font-size: 0.56rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	transform: rotate(90deg) translateX(100%);
	transform-origin: right bottom;
}

.next-card {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: grid;
	grid-template-columns: 160px minmax(190px, 0.7fr) minmax(260px, 1fr) minmax(150px, 0.7fr);
	min-height: 138px;
	align-items: center;
	border-top: 1px solid var(--color-ink);
	background: var(--color-cream);
	box-shadow: 0 -18px 45px rgba(17, 51, 56, 0.05);
}

.next-card > * {
	padding: 24px 28px;
	margin: 0;
}

.next-card > * + * {
	border-left: 1px solid var(--color-line);
}

.next-card__meta {
	display: grid;
	gap: 11px;
}

.next-card__meta span {
	justify-self: start;
	padding: 5px 9px;
	border-radius: 999px;
	background: var(--color-accent);
	font-size: 0.64rem;
	font-weight: 800;
	line-height: 1.2;
}

.next-card__meta small,
.next-card__date {
	font-family: var(--font-display);
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.11em;
}

.next-card__date {
	font-size: clamp(1rem, 1.6vw, 1.45rem);
	letter-spacing: -0.03em;
}

.next-card h2 {
	margin: 0;
	font-size: clamp(1rem, 1.4vw, 1.25rem);
	letter-spacing: -0.02em;
}

.next-card h2 a {
	text-decoration: none;
}

.next-card h2 a:hover {
	text-decoration: underline;
}

.next-card__details p {
	margin: 8px 0 0;
	font-size: 0.8rem;
	line-height: 1.65;
}

.next-card__link {
	align-self: stretch;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 0.78rem;
	font-weight: 800;
	text-decoration: none;
}

.next-card__link:hover {
	background: var(--color-accent);
}

.principles-strip {
	overflow: hidden;
	border-block: 1px solid var(--color-ink);
	background: var(--color-sun);
}

.principles-strip__track {
	display: flex;
	width: max-content;
	min-width: 100%;
	align-items: center;
	justify-content: center;
	gap: clamp(24px, 4vw, 60px);
	padding: 13px 30px;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	white-space: nowrap;
}

.principles-strip__track i {
	font-family: var(--font-display);
	font-size: 1.1rem;
	font-style: normal;
}

/* Shared section headings */
.section-heading h2 {
	margin-bottom: 0;
	font-size: clamp(2.45rem, 5.2vw, 5.35rem);
	line-height: 1.15;
	white-space: pre-line;
}

.section-heading--row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 50px;
	margin-bottom: 60px;
}

.section-heading--row > p {
	max-width: 480px;
	margin-bottom: 5px;
	font-size: 0.88rem;
	line-height: 1.9;
}

.section-heading--light {
	color: var(--color-white);
}

/* About */
.about-section {
	position: relative;
	background: var(--color-cream);
}

.about-section__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.82fr);
	gap: clamp(70px, 9vw, 150px);
	align-items: start;
}

.about-section__body {
	padding-top: 45px;
}

.about-section__body .lead-copy {
	margin-bottom: 28px;
	font-size: clamp(1.15rem, 2vw, 1.52rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.85;
}

.about-section__body > p:not(.lead-copy) {
	margin-bottom: 34px;
	font-size: 0.95rem;
	line-height: 2.05;
}

.statement-card {
	position: relative;
	margin-top: 100px;
	padding: clamp(42px, 6vw, 80px);
	overflow: hidden;
	background: var(--color-ink);
	color: var(--color-white);
}

.statement-card::after {
	position: absolute;
	top: -65%;
	right: -13%;
	width: 430px;
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 50%;
	box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.025), 0 0 0 120px rgba(255, 255, 255, 0.018);
	content: "";
}

.statement-card__label {
	margin-bottom: 35px;
	color: var(--color-accent);
	font-family: var(--font-display);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.16em;
}

.statement-card__text {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 0.12em 0.24em;
	margin-bottom: 24px;
	font-size: clamp(2.7rem, 6.2vw, 6.4rem);
	font-weight: 800;
	letter-spacing: -0.06em;
	line-height: 1.15;
}

.statement-card__text span:nth-child(1) {
	color: var(--color-accent);
}

.statement-card__text span:nth-child(2) {
	color: var(--color-blue);
}

.statement-card__text span:nth-child(3) {
	color: var(--color-coral);
}

.statement-card__note {
	position: relative;
	z-index: 1;
	margin: 0;
	font-size: 0.9rem;
	font-weight: 700;
}

/* Activity cards */
.activity-section {
	background: var(--color-paper);
}

.activity-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.activity-card {
	position: relative;
	display: flex;
	min-height: 480px;
	flex-direction: column;
	padding: clamp(28px, 3.3vw, 46px);
	overflow: hidden;
	border: 1px solid var(--color-ink);
}

.activity-card--lime {
	background: var(--color-accent);
}

.activity-card--blue {
	background: var(--color-blue);
}

.activity-card--coral {
	background: var(--color-coral);
}

.activity-card__index {
	font-family: var(--font-display);
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.activity-card__symbol {
	position: relative;
	display: flex;
	min-height: 210px;
	align-items: center;
	justify-content: center;
}

.activity-card__symbol span {
	position: absolute;
	width: 108px;
	height: 108px;
	border: 2px solid var(--color-ink);
	border-radius: 50%;
}

.activity-card__symbol span:nth-child(1) {
	transform: translateX(-47px);
}

.activity-card__symbol span:nth-child(2) {
	transform: translateX(47px);
}

.activity-card__symbol span:nth-child(3) {
	width: 48px;
	height: 48px;
	background: var(--color-ink);
}

.activity-card__symbol--dialogue span {
	width: 135px;
	height: 92px;
	border-radius: 46px;
}

.activity-card__symbol--dialogue span::after {
	position: absolute;
	right: 5px;
	bottom: -14px;
	width: 30px;
	height: 30px;
	border-right: 2px solid var(--color-ink);
	content: "";
	transform: skew(-32deg);
}

.activity-card__symbol--dialogue span:nth-child(1) {
	transform: translate(-34px, -26px);
}

.activity-card__symbol--dialogue span:nth-child(2) {
	transform: translate(34px, 35px);
}

.activity-card__symbol--arrow {
	font-family: var(--font-display);
	font-size: 10rem;
	font-weight: 300;
	line-height: 1;
}

.activity-card h3 {
	margin: auto 0 14px;
	font-size: clamp(1.7rem, 3vw, 2.5rem);
	letter-spacing: -0.04em;
}

.activity-card > p:last-child {
	margin-bottom: 0;
	font-size: 0.88rem;
	line-height: 1.85;
}

/* Events */
.events-section {
	background: var(--color-ink);
	color: var(--color-white);
}

.event-grid {
	display: grid;
	gap: 18px;
}

.event-card {
	display: grid;
	grid-template-columns: 170px 1fr;
	min-height: 240px;
	border: 1px solid var(--color-line-light);
	background: var(--color-cream);
	color: var(--color-ink);
	transition: transform var(--transition), box-shadow var(--transition);
}

.event-card:hover {
	box-shadow: 10px 10px 0 var(--color-accent);
	transform: translate(-3px, -3px);
}

.event-card__date {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 25px;
	border-right: 1px solid var(--color-line);
	background: var(--color-blue);
	font-family: var(--font-display);
}

.event-card__date span {
	font-size: 0.85rem;
	font-weight: 800;
	letter-spacing: 0.15em;
}

.event-card__date strong {
	font-size: 4.8rem;
	font-weight: 800;
	letter-spacing: -0.09em;
	line-height: 1;
}

.event-card__date small {
	margin-top: 6px;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.16em;
}

.event-card__body {
	position: relative;
	padding: 34px 42px;
}

.event-card__topline {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 20px;
	font-size: 0.72rem;
	font-weight: 800;
}

.event-card h3 {
	max-width: 760px;
	margin-bottom: 22px;
	font-size: clamp(1.45rem, 2.3vw, 2.25rem);
	letter-spacing: -0.04em;
}

.event-card h3 a {
	text-decoration: none;
}

.event-card h3 a:hover {
	text-decoration: underline;
}

.event-card dl {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 30px;
	padding-right: 140px;
	margin: 0;
	font-size: 0.78rem;
}

.event-card dl div {
	display: flex;
	gap: 10px;
}

.event-card dt {
	font-weight: 800;
}

.event-card dd {
	margin: 0;
}

.event-card__link {
	position: absolute;
	right: 35px;
	bottom: 32px;
	display: flex;
	align-items: center;
	gap: 18px;
	font-size: 0.76rem;
	font-weight: 800;
	text-decoration: none;
}

.empty-event {
	display: grid;
	grid-template-columns: 190px 1fr auto;
	gap: 45px;
	align-items: center;
	padding: clamp(35px, 5vw, 66px);
	border: 1px solid var(--color-line-light);
}

.empty-event__mark {
	display: block;
	width: 150px;
	height: 150px;
	margin: 0;
	border-radius: 50%;
	background: var(--color-white);
	object-fit: cover;
}

.empty-event__eyebrow {
	margin-bottom: 15px;
	color: var(--color-accent);
	font-family: var(--font-display);
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.14em;
}

.empty-event h2,
.empty-event h3 {
	margin-bottom: 12px;
	font-size: clamp(1.6rem, 3vw, 2.45rem);
	letter-spacing: -0.04em;
}

.empty-event div > p:last-child {
	max-width: 620px;
	margin: 0;
	font-size: 0.87rem;
	line-height: 1.9;
}

.empty-event--light {
	border-color: var(--color-line);
	background: var(--color-cream);
	color: var(--color-ink);
}

.empty-event--light .empty-event__eyebrow {
	color: var(--color-ink-soft);
}

/* Audience paths */
.audience-section {
	background: var(--color-paper);
}

.audience-list {
	border-top: 2px solid var(--color-ink);
}

.audience-card {
	display: grid;
	grid-template-columns: 80px minmax(260px, 0.8fr) 1fr 60px;
	gap: 28px;
	align-items: center;
	min-height: 135px;
	padding: 24px 15px;
	border-bottom: 1px solid var(--color-ink);
	text-decoration: none;
	transition: background var(--transition), padding var(--transition);
}

.audience-card:hover {
	padding-inline: 28px;
	background: var(--color-accent);
}

.audience-card:nth-child(2):hover {
	background: var(--color-blue);
}

.audience-card:nth-child(3):hover {
	background: var(--color-coral);
}

.audience-card__number {
	font-family: var(--font-display);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.1em;
}

.audience-card__body {
	display: grid;
	gap: 5px;
}

.audience-card__body strong {
	font-size: clamp(1.15rem, 2vw, 1.55rem);
	letter-spacing: -0.02em;
}

.audience-card__body small {
	font-family: var(--font-display);
	font-size: 0.6rem;
	font-weight: 800;
	letter-spacing: 0.13em;
}

.audience-card__copy {
	font-size: 0.83rem;
	font-weight: 700;
}

.audience-card__arrow {
	font-family: var(--font-display);
	font-size: 1.7rem;
	text-align: right;
	transition: transform var(--transition);
}

.audience-card:hover .audience-card__arrow {
	transform: rotate(45deg);
}

/* News */
.news-section {
	background: var(--color-cream);
}

.post-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.post-card {
	min-width: 0;
}

.post-card__image {
	display: block;
	aspect-ratio: 1.52;
	margin-bottom: 22px;
	overflow: hidden;
	background: var(--color-paper);
	text-decoration: none;
}

.post-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 500ms ease;
}

.post-card:hover .post-card__image img {
	transform: scale(1.035);
}

.post-card__placeholder {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: var(--color-blue);
}

.post-card:nth-child(3n + 2) .post-card__placeholder {
	background: var(--color-accent);
}

.post-card:nth-child(3n + 3) .post-card__placeholder {
	background: var(--color-coral);
}

.post-card__placeholder::before,
.post-card__placeholder::after {
	position: absolute;
	border: 1px solid var(--color-ink);
	border-radius: 50%;
	content: "";
}

.post-card__placeholder::before {
	right: -13%;
	bottom: -55%;
	width: 77%;
	aspect-ratio: 1;
}

.post-card__placeholder::after {
	top: -50%;
	left: -22%;
	width: 67%;
	aspect-ratio: 1;
}

.post-card__placeholder-logo {
	position: relative;
	z-index: 1;
	width: clamp(112px, 44%, 170px) !important;
	height: auto !important;
	border-radius: 50%;
	box-shadow: 0 10px 30px rgba(17, 51, 56, 0.14);
}

.post-card__placeholder small {
	position: absolute;
	right: 13px;
	bottom: 12px;
	font-family: var(--font-display);
	font-size: 0.48rem;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.post-card__meta {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-bottom: 14px;
	font-family: var(--font-display);
	font-size: 0.67rem;
	font-weight: 800;
	letter-spacing: 0.06em;
}

.post-card__title {
	margin-bottom: 12px;
	font-size: clamp(1.1rem, 1.8vw, 1.4rem);
	letter-spacing: -0.025em;
}

.post-card__title a {
	text-decoration: none;
}

.post-card__title a:hover {
	text-decoration: underline;
}

.post-card__excerpt {
	margin-bottom: 18px;
	color: var(--color-ink-soft);
	font-size: 0.81rem;
	line-height: 1.8;
}

.post-card__link {
	display: inline-flex;
	align-items: center;
	gap: 15px;
	font-size: 0.75rem;
	font-weight: 800;
	text-decoration: none;
}

.post-card__link span:last-child {
	transition: transform var(--transition);
}

.post-card__link:hover span:last-child {
	transform: translateX(4px);
}

.empty-news {
	display: grid;
	grid-template-columns: 170px 1fr;
	gap: 50px;
	align-items: center;
	padding: 45px;
	border-block: 1px solid var(--color-ink);
}

.empty-news__date {
	margin: 0;
	font-family: var(--font-display);
	font-size: 2.1rem;
	font-weight: 800;
	letter-spacing: -0.05em;
}

.empty-news h3 {
	margin: 13px 0 7px;
	font-size: 1.35rem;
}

.empty-news div > p {
	margin: 0;
	font-size: 0.86rem;
}

/* Safety and CTA */
.safety-section {
	background: var(--color-blue);
}

.safety-section__grid {
	display: grid;
	grid-template-columns: 1fr 0.8fr;
	gap: clamp(60px, 10vw, 150px);
}

.safety-section h2 {
	margin: 0;
	font-size: clamp(2.5rem, 5.4vw, 5.3rem);
	line-height: 1.18;
	white-space: pre-line;
}

.safety-section__copy {
	padding-top: 38px;
}

.safety-section__copy > p {
	margin-bottom: 38px;
	font-size: 0.96rem;
	line-height: 2;
}

.safety-section__copy ul {
	padding: 0;
	margin: 0;
	border-top: 1px solid var(--color-ink);
	list-style: none;
}

.safety-section__copy li {
	border-bottom: 1px solid var(--color-ink);
}

.safety-section__copy a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 4px;
	font-size: 0.86rem;
	font-weight: 800;
	text-decoration: none;
}

.safety-section__copy a:hover span {
	transform: translateX(5px);
}

.safety-section__copy a span {
	transition: transform var(--transition);
}

.final-cta {
	position: relative;
	overflow: hidden;
	background: var(--color-accent);
}

.final-cta__inner {
	position: relative;
	padding-block: clamp(95px, 12vw, 170px);
}

.final-cta__eyebrow {
	margin-bottom: 24px;
	font-family: var(--font-display);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.15em;
}

.final-cta h2 {
	position: relative;
	z-index: 1;
	max-width: 880px;
	margin-bottom: 28px;
	font-size: clamp(2.75rem, 6vw, 6.15rem);
	line-height: 1.12;
	white-space: pre-line;
}

.final-cta__inner > p:not(.final-cta__eyebrow, .final-cta__giant) {
	position: relative;
	z-index: 1;
	max-width: 670px;
	margin-bottom: 38px;
	font-size: 0.95rem;
	line-height: 1.95;
}

.final-cta__actions {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 30px;
}

.final-cta__giant {
	position: absolute;
	right: -5vw;
	bottom: -0.34em;
	margin: 0;
	color: rgba(17, 51, 56, 0.07);
	font-family: var(--font-display);
	font-size: clamp(10rem, 26vw, 25rem);
	font-weight: 900;
	letter-spacing: -0.1em;
	line-height: 1;
	pointer-events: none;
}

/* Footer */
.site-footer {
	padding: 82px 0 28px;
	background: var(--color-ink);
	color: var(--color-white);
}

.site-footer__top {
	display: grid;
	grid-template-columns: 1fr 0.9fr;
	gap: 70px;
	padding-bottom: 80px;
}

.footer-wordmark {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	margin-bottom: 25px;
	font-size: 1.15rem;
	font-weight: 800;
	text-decoration: none;
}

.footer-wordmark__logo {
	display: block;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	object-fit: cover;
}

.site-footer__identity p {
	max-width: 480px;
	margin: 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.85rem;
	line-height: 1.9;
}

.site-footer__links {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 35px;
}

.site-footer__heading {
	margin-bottom: 20px;
	color: var(--color-accent);
	font-family: var(--font-display);
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.15em;
}

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

.footer-menu li + li {
	margin-top: 10px;
}

.footer-menu a {
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.78rem;
	font-weight: 700;
	text-decoration: none;
}

.footer-menu a:hover {
	color: var(--color-accent);
}

.site-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	padding-top: 25px;
	border-top: 1px solid var(--color-line-light);
	color: rgba(255, 255, 255, 0.5);
	font-family: var(--font-display);
	font-size: 0.56rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.site-footer__bottom p {
	margin: 0;
}

/* Page and archive headers */
.page-hero {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid var(--color-ink);
	background: var(--color-blue);
}

.page-hero::after {
	position: absolute;
	top: -60%;
	right: -5%;
	width: min(42vw, 600px);
	aspect-ratio: 1;
	border: 1px solid rgba(17, 51, 56, 0.25);
	border-radius: 50%;
	box-shadow: 0 0 0 70px rgba(17, 51, 56, 0.03), 0 0 0 140px rgba(17, 51, 56, 0.02);
	content: "";
}

.page-hero__inner {
	position: relative;
	z-index: 1;
	display: flex;
	min-height: 400px;
	align-items: flex-end;
	justify-content: space-between;
	gap: 70px;
	padding-block: 70px;
}

.page-hero__copy {
	max-width: 900px;
}

.page-hero h1 {
	margin: 0;
	font-size: clamp(2.8rem, 6.4vw, 6.5rem);
	line-height: 1.08;
}

.page-hero__lead {
	max-width: 650px;
	margin: 25px 0 0;
	font-size: 0.95rem;
	line-height: 1.9;
}

.page-hero__index {
	margin: 0;
	font-family: var(--font-display);
	font-size: clamp(3rem, 7vw, 7rem);
	font-weight: 900;
	letter-spacing: -0.08em;
	line-height: 0.72;
	text-align: right;
}

.archive-main,
.singular-main {
	padding-block: clamp(75px, 9vw, 130px);
	background: var(--color-cream);
}

.post-grid--archive {
	row-gap: 70px;
}

.navigation.pagination {
	margin-top: 75px;
}

.nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.page-numbers {
	display: grid;
	min-width: 42px;
	height: 42px;
	place-items: center;
	padding-inline: 10px;
	border: 1px solid var(--color-line);
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 800;
	text-decoration: none;
}

.page-numbers.current,
.page-numbers:hover {
	border-color: var(--color-ink);
	background: var(--color-ink);
	color: var(--color-white);
}

.archive-intro {
	max-width: 740px;
	margin-bottom: 55px;
	font-size: 0.94rem;
	line-height: 1.9;
}

.archive-main--events .event-card {
	border-color: var(--color-line);
}

.singular-layout {
	display: grid;
	grid-template-columns: minmax(0, 760px) minmax(250px, 1fr);
	gap: clamp(60px, 9vw, 140px);
	align-items: start;
}

.page-aside {
	position: sticky;
	top: 120px;
	padding: 28px;
	border-top: 4px solid var(--color-accent);
	background: var(--color-paper);
}

.page-aside__label {
	margin-bottom: 16px;
	font-family: var(--font-display);
	font-size: 0.58rem;
	font-weight: 800;
	letter-spacing: 0.14em;
}

.page-aside > p:not(.page-aside__label) {
	margin-bottom: 20px;
	font-size: 0.78rem;
	line-height: 1.8;
}

/* Post content */
.prose {
	font-size: 1rem;
	line-height: 2;
}

.prose > *:first-child {
	margin-top: 0;
}

.prose h2 {
	margin: 2.5em 0 0.85em;
	padding-bottom: 0.5em;
	border-bottom: 2px solid var(--color-ink);
	font-size: clamp(1.7rem, 3vw, 2.5rem);
	letter-spacing: -0.035em;
}

.prose h3 {
	margin: 2.2em 0 0.75em;
	padding-left: 0.75em;
	border-left: 5px solid var(--color-accent);
	font-size: clamp(1.25rem, 2vw, 1.7rem);
	letter-spacing: -0.02em;
}

.prose h4 {
	margin: 2em 0 0.7em;
	font-size: 1.12rem;
}

.prose p,
.prose ul,
.prose ol {
	margin-bottom: 1.5em;
}

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

.prose li + li {
	margin-top: 0.45em;
}

.prose a {
	font-weight: 700;
}

.prose blockquote,
.wp-block-quote {
	padding: 28px 32px;
	margin: 2.4em 0;
	border: 0;
	border-left: 7px solid var(--color-coral);
	background: var(--color-paper);
	font-size: 1.08rem;
	font-weight: 700;
}

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

.prose table {
	width: 100%;
	margin: 2em 0;
	border-collapse: collapse;
	font-size: 0.9rem;
}

.prose th,
.prose td {
	padding: 13px 15px;
	border: 1px solid var(--color-line);
	text-align: left;
}

.prose th {
	background: var(--color-paper);
	font-weight: 800;
}

.prose .alignwide {
	width: min(1040px, calc(100vw - 64px));
	max-width: none;
	margin-left: min(0px, calc((760px - 1040px) / 2));
}

.prose .alignfull {
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
}

.wp-block-button__link {
	border: 2px solid var(--color-ink);
	border-radius: 999px;
	background: var(--color-ink);
	color: var(--color-white);
	font-size: 0.9rem;
	font-weight: 800;
}

.wp-block-image figcaption,
.wp-block-gallery figcaption {
	font-size: 0.72rem;
	line-height: 1.6;
}

/* Single post */
.single-main {
	background: var(--color-cream);
}

.single-entry__header {
	padding-block: clamp(80px, 10vw, 140px);
	background: var(--color-paper);
}

.single-entry__header-inner {
	max-width: 980px;
}

.entry-meta {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-bottom: 24px;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.05em;
}

.entry-meta__categories a {
	text-decoration: none;
}

.entry-meta__categories a:hover {
	text-decoration: underline;
}

.single-entry h1 {
	margin-bottom: 28px;
	font-size: clamp(2.5rem, 5.6vw, 5.7rem);
	line-height: 1.14;
}

.single-entry__lead {
	max-width: 760px;
	margin: 0;
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.9;
}

.single-entry__featured {
	margin-top: -45px;
}

.single-entry__featured img {
	width: 100%;
	max-height: 720px;
	object-fit: cover;
}

.single-entry__layout {
	display: grid;
	grid-template-columns: minmax(0, 760px) 160px;
	gap: clamp(60px, 10vw, 150px);
	align-items: start;
	padding-block: clamp(75px, 9vw, 130px);
}

.share-aside {
	position: sticky;
	top: 120px;
	padding-top: 14px;
	border-top: 1px solid var(--color-ink);
}

.share-aside__label {
	margin-bottom: 13px;
	font-size: 0.68rem;
	font-weight: 800;
}

.share-aside a {
	font-family: var(--font-display);
	font-size: 0.75rem;
	font-weight: 800;
	text-decoration: none;
}

.post-navigation {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	padding-bottom: 100px;
}

.post-navigation > div {
	padding: 26px;
	border: 1px solid var(--color-line);
}

.post-navigation__label {
	display: block;
	margin-bottom: 8px;
	font-size: 0.65rem;
	font-weight: 800;
}

.post-navigation__link {
	font-size: 0.9rem;
	font-weight: 800;
}

.comments-area {
	padding-bottom: 100px;
}

.comment-list {
	padding: 0;
	list-style: none;
}

.comment-body {
	padding: 25px 0;
	border-bottom: 1px solid var(--color-line);
}

/* Event single */
.event-single {
	background: var(--color-cream);
}

.event-single__hero {
	padding-block: clamp(70px, 9vw, 120px);
	border-bottom: 1px solid var(--color-ink);
	background: var(--color-blue);
}

.event-single__hero-grid {
	display: grid;
	grid-template-columns: 1fr 230px;
	gap: 70px;
	align-items: end;
}

.event-single__status {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 24px;
	font-family: var(--font-display);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.13em;
}

.event-single h1 {
	margin-bottom: 24px;
	font-size: clamp(2.7rem, 5.9vw, 6rem);
	line-height: 1.1;
}

.event-single__hero-grid > div:first-child > p:last-child {
	max-width: 740px;
	margin: 0;
	font-size: 1rem;
	line-height: 1.9;
}

.event-single__date {
	display: grid;
	padding: 28px;
	border: 2px solid var(--color-ink);
	background: var(--color-accent);
	font-family: var(--font-display);
	text-align: center;
}

.event-single__date small,
.event-single__date span {
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.15em;
}

.event-single__date strong {
	font-size: 3.6rem;
	letter-spacing: -0.08em;
	line-height: 1.15;
}

.event-single__layout {
	display: grid;
	grid-template-columns: minmax(0, 760px) minmax(300px, 1fr);
	gap: clamp(55px, 8vw, 120px);
	align-items: start;
	padding-block: clamp(75px, 9vw, 130px);
}

.event-single__featured {
	margin-bottom: 55px;
}

.event-details {
	position: sticky;
	top: 120px;
	border: 2px solid var(--color-ink);
	background: var(--color-paper);
}

.event-details__heading {
	padding: 18px 24px;
	margin: 0;
	border-bottom: 2px solid var(--color-ink);
	background: var(--color-ink);
	color: var(--color-white);
	font-size: 0.85rem;
	font-weight: 800;
}

.event-details dl {
	margin: 0;
}

.event-details dl div {
	display: grid;
	grid-template-columns: 85px 1fr;
	gap: 14px;
	padding: 16px 22px;
	border-bottom: 1px solid var(--color-line);
	font-size: 0.78rem;
	line-height: 1.7;
}

.event-details dt {
	font-weight: 800;
}

.event-details dd {
	margin: 0;
}

.event-details__button {
	width: calc(100% - 44px);
	margin: 24px 22px 12px;
}

.event-details__note {
	padding-inline: 22px;
	margin-bottom: 24px;
	font-size: 0.67rem;
	line-height: 1.65;
}

.event-details__closed {
	padding: 18px 22px;
	margin: 22px;
	border: 1px solid var(--color-line);
	font-size: 0.75rem;
	font-weight: 800;
	text-align: center;
}

/* Search forms, empty states, and the not-found page. */
.search-form {
	display: flex;
	max-width: 520px;
}

.search-form label {
	flex: 1;
}

.search-field {
	width: 100%;
	height: 50px;
	padding: 10px 16px;
	border: 1px solid var(--color-ink);
	border-radius: 0;
	background: var(--color-white);
}

.search-submit {
	height: 50px;
	padding: 10px 22px;
	border: 1px solid var(--color-ink);
	background: var(--color-ink);
	color: var(--color-white);
	font-weight: 800;
	cursor: pointer;
}

.empty-state {
	max-width: 760px;
	padding-block: 40px 80px;
}

.empty-state__mark {
	display: block;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	object-fit: cover;
}

.empty-state h2 {
	font-size: clamp(2rem, 4vw, 3.6rem);
}

.not-found {
	padding-block: clamp(80px, 12vw, 160px);
	background: var(--color-blue);
}

.not-found__inner {
	display: grid;
	grid-template-columns: minmax(260px, 0.8fr) 1fr;
	gap: 80px;
	align-items: center;
}

.not-found__number {
	margin: 0;
	font-family: var(--font-display);
	font-size: clamp(8rem, 21vw, 20rem);
	font-weight: 900;
	letter-spacing: -0.12em;
	line-height: 0.7;
}

.not-found h1 {
	margin-bottom: 20px;
	font-size: clamp(2.2rem, 4.5vw, 4.4rem);
}

.not-found__inner > div > p {
	max-width: 630px;
	margin-bottom: 28px;
}

.not-found__actions {
	display: flex;
	align-items: center;
	gap: 20px;
}

/* WordPress utilities */
.sticky {
	position: relative;
}

.bypostauthor {
	outline: 0;
}

.alignleft {
	float: left;
	margin: 0.4em 1.5em 1em 0;
}

.alignright {
	float: right;
	margin: 0.4em 0 1em 1.5em;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text,
.gallery-caption {
	margin-top: 8px;
	font-size: 0.72rem;
	line-height: 1.6;
}

/* Tablet */
@media (max-width: 1100px) {
	:root {
		--shell: min(100% - 48px, 1100px);
	}

	.navigation-panel {
		gap: 16px;
	}

	.primary-navigation .menu {
		gap: 17px;
	}

	.navigation-panel__cta {
		display: none;
	}

	.hero__inner {
		grid-template-columns: minmax(0, 1fr) minmax(320px, 0.6fr);
	}

	.hero__copy {
		padding-right: 35px;
	}

	.hero-poster {
		min-width: 290px;
	}

	.next-card {
		grid-template-columns: 130px minmax(160px, 0.65fr) minmax(230px, 1fr) minmax(135px, 0.65fr);
	}

	.next-card > * {
		padding: 19px 20px;
	}

	.activity-card {
		min-height: 440px;
	}

	.activity-card__symbol {
		min-height: 180px;
	}
}

/* Mobile navigation and layouts */
@media (max-width: 960px) {
	.admin-bar .site-header {
		top: 46px;
	}

	.site-header__inner {
		min-height: 74px;
	}

	.menu-toggle {
		position: relative;
		z-index: 1002;
		display: flex;
	}

	.navigation-panel {
		position: fixed;
		inset: 0;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		flex-direction: column;
		padding: 120px max(24px, calc((100vw - var(--shell)) / 2));
		background: var(--color-accent);
		opacity: 0;
		visibility: hidden;
		transform: translateY(-16px);
		transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease;
	}

	.is-menu-open .navigation-panel {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	.primary-navigation {
		width: 100%;
	}

	.primary-navigation .menu {
		display: block;
	}

	.primary-navigation .menu-item {
		border-bottom: 1px solid rgba(17, 51, 56, 0.32);
	}

	.primary-navigation .menu-item > a {
		padding: 14px 2px;
		font-size: clamp(1.2rem, 4vw, 2rem);
		letter-spacing: -0.03em;
	}

	.primary-navigation .menu-item > a::after {
		display: none;
	}

	.primary-navigation .sub-menu {
		position: static;
		display: block;
		padding: 0 0 10px 20px;
		border: 0;
		background: transparent;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	.primary-navigation .sub-menu a {
		font-size: 0.9rem;
	}

	.is-menu-open .menu-toggle__bars span:first-child {
		transform: translateY(4px) rotate(45deg);
	}

	.is-menu-open .menu-toggle__bars span:last-child {
		transform: translateY(-4px) rotate(-45deg);
	}

	.navigation-panel__cta {
		display: inline-flex;
	}

	.hero {
		min-height: 0;
	}

	.hero::after {
		display: none;
	}

	.hero__inner {
		display: block;
		width: 100%;
	}

	.hero__copy {
		width: var(--shell);
		max-width: none;
		padding: 75px 0 65px;
		margin-inline: auto;
	}

	.hero__copy h1 {
		font-size: clamp(3rem, 10.4vw, 5.8rem);
	}

	.hero__visual {
		min-height: 620px;
		padding: 55px 24px 170px;
		background: var(--color-blue);
	}

	.hero-poster {
		width: min(68vw, 410px);
		min-width: 310px;
	}

	.hero__side-note {
		right: 18px;
	}

	.next-card {
		right: 24px;
		bottom: 24px;
		left: 24px;
		grid-template-columns: 120px 1fr;
		min-height: 0;
		border: 1px solid var(--color-ink);
	}

	.next-card > * {
		padding: 16px 18px;
	}

	.next-card > * + * {
		border-left: 1px solid var(--color-line);
	}

	.next-card__details {
		border-top: 1px solid var(--color-line);
		border-left: 0;
	}

	.next-card__details p {
		display: none;
	}

	.next-card__link {
		border-top: 1px solid var(--color-line);
		border-left: 0;
	}

	.principles-strip__track {
		justify-content: flex-start;
	}

	.hero__gifu-sketch {
		top: 30px;
		left: -5vw;
		width: min(820px, 105vw);
	}

	.about-section__grid,
	.safety-section__grid {
		grid-template-columns: 1fr;
		gap: 45px;
	}

	.about-section__body,
	.safety-section__copy {
		padding-top: 0;
	}

	.activity-grid,
	.post-grid {
		grid-template-columns: 1fr 1fr;
	}

	.activity-card:last-child,
	.post-card:last-child:nth-child(odd) {
		grid-column: 1 / -1;
	}

	.activity-card:last-child {
		min-height: 380px;
	}

	.empty-event {
		grid-template-columns: 130px 1fr;
	}

	.empty-event__mark {
		width: 120px;
		height: 120px;
		font-size: 3rem;
	}

	.empty-event .button {
		grid-column: 1 / -1;
		justify-self: start;
	}

	.audience-card {
		grid-template-columns: 55px 1fr 45px;
	}

	.audience-card__copy {
		display: none;
	}

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

	.singular-layout,
	.single-entry__layout,
	.event-single__layout {
		grid-template-columns: 1fr;
	}

	.page-aside,
	.share-aside,
	.event-details {
		position: static;
	}

	.event-single__layout {
		grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
		gap: 45px;
	}

	.not-found__inner {
		grid-template-columns: 0.7fr 1fr;
		gap: 40px;
	}
}

@media (max-width: 700px) {
	:root {
		--shell: calc(100vw - 36px);
	}

	body {
		font-size: 15px;
	}

	.announcement__inner {
		justify-content: flex-start;
		padding-block: 7px;
		text-align: left;
	}

	.announcement__label {
		flex: 0 0 auto;
	}

	.site-header__inner {
		min-height: 70px;
	}

	.wordmark__logo {
		width: 42px;
		height: 42px;
	}

	.wordmark__text strong {
		font-size: 0.82rem;
	}

	.wordmark__text small {
		display: none;
	}

	.hero__copy {
		padding-block: 60px 55px;
	}

	.hero__copy h1 {
		margin-bottom: 22px;
		font-size: clamp(2.7rem, 13.6vw, 4.5rem);
	}

	.hero__lead {
		font-size: 0.92rem;
		line-height: 1.9;
	}

	.hero__actions,
	.final-cta__actions {
		align-items: flex-start;
		flex-direction: column;
		gap: 20px;
	}

	.hero__visual {
		min-height: 575px;
		padding-bottom: 190px;
	}

	.hero-poster {
		width: min(77vw, 360px);
		min-width: 270px;
	}

	.hero-poster__words {
		font-size: clamp(3.4rem, 17vw, 5rem);
	}

	.hero__side-note {
		display: none;
	}

	.hero__gifu-sketch {
		top: 20px;
		left: -18vw;
		width: 135vw;
	}

	.next-card {
		right: 18px;
		bottom: 18px;
		left: 18px;
		grid-template-columns: 104px 1fr;
	}

	.next-card > * {
		padding: 13px 14px;
	}

	.next-card__meta small {
		font-size: 0.5rem;
	}

	.next-card__date {
		font-size: 0.88rem;
	}

	.section {
		padding-block: 82px;
	}

	.section-heading h2,
	.safety-section h2,
	.final-cta h2 {
		font-size: clamp(2.3rem, 11.5vw, 3.8rem);
	}

	.section-heading--row {
		align-items: flex-start;
		flex-direction: column;
		gap: 25px;
		margin-bottom: 42px;
	}

	.statement-card {
		width: 100%;
		margin-top: 70px;
	}

	.statement-card__text {
		font-size: clamp(2.4rem, 12vw, 4rem);
	}

	.activity-grid,
	.post-grid {
		grid-template-columns: 1fr;
	}

	.activity-card,
	.activity-card:last-child {
		grid-column: auto;
		min-height: 400px;
	}

	.activity-card__symbol {
		min-height: 165px;
	}

	.event-card {
		grid-template-columns: 95px 1fr;
	}

	.event-card__date {
		padding: 15px;
	}

	.event-card__date strong {
		font-size: 3.1rem;
	}

	.event-card__body {
		padding: 25px 22px;
	}

	.event-card dl {
		padding-right: 0;
	}

	.event-card__link {
		position: static;
		margin-top: 18px;
	}

	.empty-event {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.empty-event__mark {
		width: 90px;
		height: 90px;
		font-size: 2.25rem;
	}

	.audience-card {
		grid-template-columns: 35px 1fr 35px;
		gap: 15px;
		min-height: 118px;
		padding-inline: 4px;
	}

	.audience-card:hover {
		padding-inline: 12px;
	}

	.audience-card__body strong {
		font-size: 1.05rem;
	}

	.empty-news {
		grid-template-columns: 1fr;
		gap: 20px;
		padding-inline: 0;
	}

	.site-footer__top {
		padding-bottom: 60px;
	}

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

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

	.page-hero__inner {
		min-height: 320px;
		padding-block: 60px;
	}

	.page-hero__index {
		display: none;
	}

	.page-hero h1 {
		font-size: clamp(2.5rem, 12vw, 4rem);
	}

	.event-single__hero-grid,
	.event-single__layout {
		grid-template-columns: 1fr;
	}

	.event-single__date {
		width: min(210px, 100%);
	}

	.single-entry__featured {
		width: 100%;
		margin-top: 0;
	}

	.single-entry__layout {
		padding-top: 65px;
	}

	.post-navigation {
		grid-template-columns: 1fr;
	}

	.not-found__inner {
		grid-template-columns: 1fr;
	}

	.not-found__number {
		font-size: 9rem;
	}

	.not-found__actions {
		align-items: flex-start;
		flex-direction: column;
	}

	.prose .alignwide {
		width: var(--shell);
		margin-left: 0;
	}
}

@media (max-width: 400px) {
	.menu-toggle__label {
		display: none;
	}

	.event-card {
		grid-template-columns: 1fr;
	}

	.event-card__date {
		align-items: baseline;
		justify-content: flex-start;
		flex-direction: row;
		gap: 10px;
		border-right: 0;
		border-bottom: 1px solid var(--color-line);
	}

	.event-card__date strong {
		font-size: 2rem;
	}

	.event-details dl div {
		grid-template-columns: 72px 1fr;
	}
}

@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;
	}
}

@media print {
	.announcement,
	.site-header,
	.site-footer,
	.final-cta,
	.share-aside,
	.button,
	.text-link {
		display: none !important;
	}

	body {
		background: #fff;
		color: #000;
		font-size: 11pt;
	}

	.shell,
	.prose {
		width: 100%;
		max-width: none;
	}

	a {
		color: #000;
	}
}
