/* 星空こもぴ — main styles
   Palette: midnight navy, starlight, amber horizon (from hero photo)
*/

:root {
	--void: #03060f;
	--deep: #07101f;
	--navy: #0c1830;
	--mist: #8fa3bf;
	--star: #f4f6fb;
	--star-dim: rgba(244, 246, 251, 0.55);
	--amber: #d4a373;
	--amber-soft: rgba(212, 163, 115, 0.85);
	--horizon: #c4845a;
	--line: rgba(244, 246, 251, 0.14);
	--glass: rgba(7, 16, 31, 0.55);
	--font-display: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
	--font-latin: "Cormorant Garamond", "Times New Roman", serif;
	--space: clamp(1.25rem, 3vw, 2.5rem);
	--max: 1120px;
	--narrow: 720px;
	--header-h: 4.25rem;
	--ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	min-height: 100vh;
	background: radial-gradient(120% 80% at 50% -10%, #152447 0%, var(--deep) 42%, var(--void) 100%);
	color: var(--star);
	font-family: var(--font-display);
	font-weight: 400;
	line-height: 1.85;
	letter-spacing: 0.04em;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}

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

a {
	color: inherit;
	text-decoration: none;
}

button {
	font: inherit;
	color: inherit;
	background: none;
	border: 0;
	cursor: pointer;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

/* Cosmos layers */
.cosmos-canvas {
	position: fixed;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
}

.cosmos-veil {
	position: fixed;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		radial-gradient(ellipse 70% 40% at 50% 100%, rgba(196, 132, 90, 0.12), transparent 60%),
		radial-gradient(ellipse 50% 35% at 80% 20%, rgba(90, 140, 180, 0.08), transparent 55%),
		linear-gradient(180deg, rgba(3, 6, 15, 0.15), rgba(3, 6, 15, 0.55));
}

.cursor-glow {
	position: fixed;
	width: 28rem;
	height: 28rem;
	margin: -14rem 0 0 -14rem;
	border-radius: 50%;
	pointer-events: none;
	z-index: 2;
	background: radial-gradient(circle, rgba(212, 163, 115, 0.14) 0%, rgba(120, 170, 210, 0.06) 35%, transparent 68%);
	opacity: 0;
	transform: translate3d(-100vw, -100vh, 0);
	transition: opacity 0.6s var(--ease);
	mix-blend-mode: screen;
}

body.is-pointer .cursor-glow {
	opacity: 1;
}

/* ---------- Cosmic Big Bang intro ---------- */
body.has-cosmic-intro {
	overflow: hidden;
}

.cosmic-intro {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: grid;
	place-items: center;
	background: radial-gradient(circle at 50% 48%, #10182c 0%, #050914 42%, #02040a 100%);
	opacity: 0;
	transition: opacity 0.65s var(--ease);
}

.cosmic-intro.is-active {
	opacity: 1;
}

.cosmic-intro.is-done {
	opacity: 0;
	pointer-events: none;
}

.cosmic-intro__canvas {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.cosmic-intro__copy {
	position: relative;
	z-index: 2;
	width: min(92vw, 40rem);
	padding: 1rem;
	text-align: center;
}

.cosmic-intro__catch,
.cosmic-intro__concept,
.cosmic-intro__brand {
	margin: 0;
	opacity: 0;
	transform: translateY(14px) scale(0.985);
	transition: opacity 0.85s var(--ease), transform 0.85s var(--ease), filter 0.85s var(--ease);
	filter: blur(4px);
}

.cosmic-intro__catch.is-on,
.cosmic-intro__concept.is-on,
.cosmic-intro__brand.is-on {
	opacity: 1;
	transform: none;
	filter: blur(0);
}

.cosmic-intro__catch {
	font-size: clamp(1.25rem, 4.2vw, 2rem);
	font-weight: 600;
	letter-spacing: 0.16em;
	line-height: 1.7;
	text-shadow: 0 0 28px rgba(3, 6, 15, 0.55);
}

.cosmic-intro__concept {
	margin-top: 1rem;
	font-size: clamp(0.92rem, 2.2vw, 1.12rem);
	letter-spacing: 0.22em;
	color: var(--amber-soft);
}

.cosmic-intro__brand {
	margin-top: 1.6rem;
	font-size: clamp(1.4rem, 3.5vw, 2.1rem);
	font-weight: 600;
	letter-spacing: 0.28em;
	text-indent: 0.28em;
}

.cosmic-intro__skip {
	position: absolute;
	right: clamp(1rem, 3vw, 1.8rem);
	bottom: clamp(1rem, 3vw, 1.8rem);
	z-index: 3;
	padding: 0.55rem 0.9rem;
	border: 1px solid var(--line);
	background: rgba(3, 6, 15, 0.35);
	font-size: 0.72rem;
	letter-spacing: 0.16em;
	color: rgba(244, 246, 251, 0.72);
	backdrop-filter: blur(8px);
	transition: color 0.25s ease, border-color 0.25s ease;
}

.cosmic-intro__skip:hover,
.cosmic-intro__skip:focus-visible {
	color: var(--amber);
	border-color: rgba(212, 163, 115, 0.55);
}

@media (prefers-reduced-motion: reduce) {
	.cosmic-intro__catch,
	.cosmic-intro__concept,
	.cosmic-intro__brand {
		filter: none;
		transform: none;
	}
}

.site-shell {
	position: relative;
	z-index: 3;
	min-height: 100vh;
}

/* Header */
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
	height: var(--header-h);
	transition: background 0.4s var(--ease), backdrop-filter 0.4s var(--ease), border-color 0.4s var(--ease);
	border-bottom: 1px solid transparent;
}

.site-header.is-scrolled {
	background: rgba(3, 6, 15, 0.72);
	backdrop-filter: blur(14px);
	border-bottom-color: var(--line);
}

.site-header__inner {
	max-width: calc(var(--max) + 4rem);
	margin: 0 auto;
	padding: 0 clamp(1rem, 4vw, 2rem);
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.site-brand {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	z-index: 2;
}

.site-brand__mark {
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
	background: var(--amber);
	box-shadow: 0 0 12px rgba(212, 163, 115, 0.8), 0 0 28px rgba(212, 163, 115, 0.35);
	animation: pulse-star 3.2s ease-in-out infinite;
}

.site-brand__text {
	font-size: 1.05rem;
	font-weight: 600;
	letter-spacing: 0.18em;
}

.primary-nav__list {
	display: flex;
	align-items: center;
	gap: clamp(0.9rem, 2vw, 1.6rem);
}

.primary-nav a {
	font-size: 0.78rem;
	letter-spacing: 0.14em;
	opacity: 0.78;
	transition: opacity 0.25s ease, color 0.25s ease;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
	opacity: 1;
	color: var(--amber);
}

.nav-toggle {
	display: none;
	width: 2.5rem;
	height: 2.5rem;
	place-items: center;
	z-index: 2;
}

.nav-toggle__bars,
.nav-toggle__bars::before,
.nav-toggle__bars::after {
	display: block;
	width: 1.2rem;
	height: 1px;
	background: var(--star);
	position: relative;
	transition: transform 0.3s var(--ease), opacity 0.3s;
}

.nav-toggle__bars::before,
.nav-toggle__bars::after {
	content: "";
	position: absolute;
	left: 0;
}

.nav-toggle__bars::before {
	top: -6px;
}

.nav-toggle__bars::after {
	top: 6px;
}

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

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

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

/* Hero — one composition, brand first, full-bleed photo */
.hero {
	position: relative;
	min-height: 100svh;
	display: grid;
	align-items: end;
	overflow: hidden;
}

.hero__photo {
	position: absolute;
	inset: 0;
	background-image: var(--hero-photo);
	background-size: cover;
	background-position: center 28%;
	transform: scale(1.06);
	will-change: transform;
}

.hero__gradient {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(3, 6, 15, 0.35) 0%, rgba(3, 6, 15, 0.15) 35%, rgba(3, 6, 15, 0.55) 70%, rgba(3, 6, 15, 0.92) 100%),
		radial-gradient(ellipse 90% 50% at 50% 100%, rgba(196, 132, 90, 0.22), transparent 55%);
}

.hero__sky {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: radial-gradient(circle at 70% 18%, rgba(255, 255, 255, 0.08), transparent 20%);
	animation: drift-glow 12s ease-in-out infinite alternate;
}

.hero__content {
	position: relative;
	z-index: 2;
	width: min(100%, calc(var(--max) + 4rem));
	margin: 0 auto;
	padding: calc(var(--header-h) + 2rem) clamp(1rem, 4vw, 2rem) 6.5rem;
}

.hero__brand {
	margin: 0 0 0.85rem;
	font-size: clamp(2.6rem, 8vw, 5.6rem);
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: 0.22em;
	text-indent: 0.22em;
	text-shadow: 0 0 40px rgba(3, 6, 15, 0.45);
}

.hero__role {
	margin: 0 0 1rem;
	font-size: 0.82rem;
	letter-spacing: 0.28em;
	color: var(--amber-soft);
}

.hero__tagline {
	margin: 0 0 2rem;
	max-width: 18em;
	font-size: clamp(1.05rem, 2.4vw, 1.45rem);
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 0.08em;
	color: rgba(244, 246, 251, 0.9);
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem 1rem;
}

.hero__scroll {
	position: absolute;
	left: 50%;
	bottom: 1.4rem;
	transform: translateX(-50%);
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.55rem;
	font-family: var(--font-latin);
	font-size: 0.72rem;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	opacity: 0.7;
}

.hero__scroll::after {
	content: "";
	width: 1px;
	height: 2.4rem;
	background: linear-gradient(180deg, var(--amber), transparent);
	animation: scroll-line 2.2s ease-in-out infinite;
}

/* Buttons */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.9rem;
	padding: 0.7rem 1.45rem;
	border: 1px solid transparent;
	font-size: 0.82rem;
	letter-spacing: 0.16em;
	transition: background 0.3s var(--ease), border-color 0.3s, color 0.3s, transform 0.3s var(--ease);
}

.btn--primary {
	background: linear-gradient(135deg, rgba(212, 163, 115, 0.95), rgba(196, 132, 90, 0.88));
	color: #1a120c;
}

.btn--primary:hover,
.btn--primary:focus-visible {
	transform: translateY(-2px);
	filter: brightness(1.05);
}

.btn--ghost {
	border-color: var(--line);
	background: rgba(255, 255, 255, 0.03);
}

.btn--ghost:hover,
.btn--ghost:focus-visible {
	border-color: rgba(212, 163, 115, 0.55);
	color: var(--amber);
}

/* Sections */
.section {
	position: relative;
	padding: clamp(4.5rem, 10vw, 7.5rem) 0;
}

.section__inner {
	width: min(100%, calc(var(--max) + 4rem));
	margin: 0 auto;
	padding: 0 clamp(1rem, 4vw, 2rem);
}

.section__inner--narrow {
	width: min(100%, calc(var(--narrow) + 4rem));
}

.section__inner--split {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: clamp(2rem, 6vw, 4.5rem);
	align-items: center;
}

.section__eyebrow {
	margin: 0 0 0.85rem;
	font-family: var(--font-latin);
	font-size: 0.85rem;
	font-style: italic;
	letter-spacing: 0.22em;
	color: var(--amber);
}

.section__title {
	margin: 0 0 1.4rem;
	font-size: clamp(1.55rem, 3.5vw, 2.2rem);
	font-weight: 600;
	letter-spacing: 0.14em;
	line-height: 1.45;
}

.section__title--latin {
	font-family: var(--font-latin);
	letter-spacing: 0.04em;
	font-weight: 400;
	font-style: italic;
}

.section__lead {
	margin: 0;
	color: rgba(244, 246, 251, 0.82);
	font-size: clamp(0.98rem, 1.5vw, 1.08rem);
}

.section__lead--short {
	max-width: 28em;
	margin-bottom: 2.5rem;
}

.section__actions {
	margin-top: 2rem;
}

.section--welcome,
.section--music,
.section--closing {
	text-align: center;
}

.section--welcome .section__lead,
.section--music .section__lead,
.section--phone .section__lead {
	text-align: left;
}

.section--welcome .section__title,
.section--music .section__title,
.section--phone .section__title,
.section--closing .closing__message {
	text-align: center;
}

.section--music {
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent);
}

/* Services — list, not cards */
.service-list {
	display: grid;
	gap: 0;
	border-top: 1px solid var(--line);
}

.service-list__link {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 1.25rem;
	align-items: center;
	padding: 1.55rem 0.2rem;
	border-bottom: 1px solid var(--line);
	transition: background 0.35s var(--ease), padding-left 0.35s var(--ease);
}

.service-list__link:hover,
.service-list__link:focus-visible {
	background: linear-gradient(90deg, rgba(212, 163, 115, 0.08), transparent 55%);
	padding-left: 0.6rem;
}

.service-list__index {
	font-family: var(--font-latin);
	font-size: 1.1rem;
	color: var(--amber);
	letter-spacing: 0.08em;
}

.service-list__title {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 1.12rem;
	letter-spacing: 0.12em;
}

.service-list__desc {
	display: block;
	color: var(--mist);
	font-size: 0.92rem;
}

.service-list__cta {
	font-size: 0.75rem;
	letter-spacing: 0.14em;
	color: var(--amber-soft);
	white-space: nowrap;
}

/* About */
.about__visual {
	position: relative;
	isolation: isolate;
}

.about__orb {
	position: absolute;
	inset: -8% -12% auto auto;
	width: 70%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(212, 163, 115, 0.22), transparent 65%);
	filter: blur(8px);
	z-index: -1;
	animation: pulse-star 6s ease-in-out infinite;
}

.about__frame {
	overflow: hidden;
	aspect-ratio: 4 / 5;
	mask-image: linear-gradient(180deg, #000 70%, transparent);
}

.about__frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 20%;
	filter: saturate(0.92) contrast(1.05);
}

.about__name {
	margin: 0 0 0.45rem;
	font-size: 1.15rem;
	letter-spacing: 0.2em;
	color: var(--amber);
}

.about__role {
	margin: 0 0 1rem;
	font-size: 0.88rem;
	letter-spacing: 0.14em;
	color: rgba(244, 246, 251, 0.78);
}

/* Voice */
.voice-list {
	display: grid;
	gap: 2.5rem;
	margin-top: 2rem;
}

.voice-item {
	margin: 0;
	padding: 0 0 0 1.25rem;
	border-left: 1px solid rgba(212, 163, 115, 0.45);
}

.voice-item p {
	margin: 0 0 0.85rem;
	font-size: 1.02rem;
	color: rgba(244, 246, 251, 0.88);
}

.voice-item footer {
	font-size: 0.82rem;
	color: var(--mist);
	letter-spacing: 0.08em;
}

/* News */
.news-list {
	margin-top: 1.5rem;
	border-top: 1px solid var(--line);
}

.news-list__item a,
.news-list__static {
	display: grid;
	grid-template-columns: 7.5rem 1fr;
	gap: 1rem;
	padding: 1.15rem 0;
	border-bottom: 1px solid var(--line);
	align-items: baseline;
}

.news-list__item a:hover span:last-child,
.news-list__item a:focus-visible span:last-child {
	color: var(--amber);
}

.news-list time {
	font-family: var(--font-latin);
	font-size: 0.95rem;
	letter-spacing: 0.06em;
	color: var(--amber-soft);
}

.news-list__excerpt {
	margin: 0.45rem 0 0 0;
	color: var(--mist);
	font-size: 0.9rem;
	line-height: 1.7;
	padding-left: 0;
}

.news-list--page .news-list__item {
	padding: 1.25rem 0;
	border-bottom: 1px solid var(--line);
}

.news-list--page .news-list__item > a {
	border-bottom: 0;
	padding-bottom: 0;
}

@media (min-width: 861px) {
	.news-list--page .news-list__excerpt {
		padding-left: calc(7.5rem + 1rem);
	}
}

/* Phone */
.phone__subtitle {
	margin: -0.4rem 0 1.4rem;
	text-align: center;
	letter-spacing: 0.12em;
	color: var(--amber);
}

.section--phone {
	background:
		radial-gradient(ellipse 60% 50% at 50% 0%, rgba(212, 163, 115, 0.1), transparent 60%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent);
}

/* Closing */
.closing__message {
	margin: 0 0 1.8rem;
	font-size: clamp(1.15rem, 2.5vw, 1.55rem);
	letter-spacing: 0.12em;
	line-height: 1.8;
}

/* Inner pages */
.page-hero {
	padding: calc(var(--header-h) + 3.5rem) 0 2.5rem;
	text-align: center;
}

.page-hero__inner {
	width: min(100%, calc(var(--narrow) + 4rem));
	margin: 0 auto;
	padding: 0 clamp(1rem, 4vw, 2rem);
}

.page-hero__title {
	margin: 0;
	font-size: clamp(1.6rem, 4vw, 2.4rem);
	letter-spacing: 0.12em;
	line-height: 1.45;
}

.page-hero__lead {
	margin: 1rem auto 0;
	max-width: 34em;
	color: rgba(244, 246, 251, 0.78);
	font-size: 0.98rem;
	letter-spacing: 0.06em;
	line-height: 1.8;
}

.entry__content {
	font-size: 1.02rem;
	color: rgba(244, 246, 251, 0.88);
}

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

.entry__content a {
	color: var(--amber);
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.entry__content h2,
.entry__content h3 {
	letter-spacing: 0.1em;
	margin-top: 2.2em;
}

.pagination {
	margin-top: 2.5rem;
	display: flex;
	justify-content: center;
}

.pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	align-items: center;
	justify-content: center;
}

.pagination a,
.pagination .page-numbers,
.pagination .current {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.4rem;
	min-height: 2.4rem;
	padding: 0.35rem 0.75rem;
	border: 1px solid var(--line);
	color: rgba(244, 246, 251, 0.85);
	font-size: 0.85rem;
	letter-spacing: 0.08em;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.03);
}

.pagination a:hover,
.pagination a:focus-visible {
	border-color: rgba(212, 163, 115, 0.55);
	color: var(--amber);
}

.pagination .current {
	border-color: rgba(212, 163, 115, 0.7);
	color: #1a120c;
	background: linear-gradient(135deg, rgba(212, 163, 115, 0.95), rgba(196, 132, 90, 0.88));
}

.pagination .dots {
	border: 0;
	background: transparent;
	min-width: auto;
}

/* Footer */
.site-footer {
	padding: 3.5rem 0 2.5rem;
	border-top: 1px solid var(--line);
	text-align: center;
}

.site-footer__inner {
	width: min(100%, calc(var(--max) + 4rem));
	margin: 0 auto;
	padding: 0 clamp(1rem, 4vw, 2rem);
}

.site-footer__brand {
	margin: 0 0 0.75rem;
	font-size: 1.2rem;
	letter-spacing: 0.22em;
}

.site-footer__note {
	margin: 0 auto 1.5rem;
	max-width: 28em;
	color: var(--mist);
	font-size: 0.92rem;
}

.footer-nav__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.8rem 1.4rem;
	margin-bottom: 1.5rem;
}

.footer-nav a {
	font-size: 0.78rem;
	letter-spacing: 0.12em;
	opacity: 0.75;
}

.footer-nav a:hover {
	opacity: 1;
	color: var(--amber);
}

.site-footer__copy {
	margin: 0;
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	color: rgba(244, 246, 251, 0.45);
}

/* Reveal animations */
[data-reveal] {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}

[data-reveal].is-visible {
	opacity: 1;
	transform: none;
}

[data-stagger] {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
	transition-delay: calc(var(--i, 0) * 80ms + 120ms);
}

.is-visible [data-stagger],
.hero.is-visible [data-stagger] {
	opacity: 1;
	transform: none;
}

.hero [data-stagger]:nth-child(1) { transition-delay: 0.1s; }
.hero [data-stagger]:nth-child(2) { transition-delay: 0.25s; }
.hero [data-stagger]:nth-child(3) { transition-delay: 0.4s; }
.hero [data-stagger]:nth-child(4) { transition-delay: 0.55s; }

@keyframes pulse-star {
	0%, 100% { opacity: 0.7; transform: scale(1); }
	50% { opacity: 1; transform: scale(1.15); }
}

@keyframes scroll-line {
	0% { transform: scaleY(0.4); transform-origin: top; opacity: 0.3; }
	50% { transform: scaleY(1); opacity: 1; }
	100% { transform: scaleY(0.4); transform-origin: bottom; opacity: 0.3; }
}

@keyframes drift-glow {
	from { opacity: 0.55; transform: translate3d(0, 0, 0); }
	to { opacity: 1; transform: translate3d(-2%, 1%, 0); }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
	[data-reveal],
	[data-stagger] {
		opacity: 1;
		transform: none;
	}
	.cursor-glow { display: none; }
}

/* Responsive */
@media (max-width: 860px) {
	.nav-toggle {
		display: grid;
	}

	.primary-nav {
		position: fixed;
		inset: 0;
		display: grid;
		place-items: center;
		background: rgba(3, 6, 15, 0.94);
		backdrop-filter: blur(16px);
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.35s var(--ease), visibility 0.35s;
	}

	.primary-nav.is-open {
		opacity: 1;
		visibility: visible;
	}

	.primary-nav__list {
		flex-direction: column;
		gap: 1.4rem;
		text-align: center;
	}

	.primary-nav a {
		font-size: 1.05rem;
	}

	.section__inner--split {
		grid-template-columns: 1fr;
	}

	.about__frame {
		max-width: 22rem;
		margin: 0 auto;
	}

	.service-list__link {
		grid-template-columns: auto 1fr;
		gap: 0.9rem 1rem;
	}

	.service-list__cta {
		grid-column: 2;
	}

	.news-list__item a,
	.news-list__static {
		grid-template-columns: 1fr;
		gap: 0.35rem;
	}

	.hero__brand {
		letter-spacing: 0.14em;
		text-indent: 0.14em;
	}
}

/* WooCommerce light overrides */
.woocommerce .site-main,
.woocommerce-page .site-main {
	padding-top: calc(var(--header-h) + 1rem);
}

.woocommerce a.button,
.woocommerce button.button {
	background: var(--amber) !important;
	color: #1a120c !important;
	border-radius: 0 !important;
}

/* ---------- Entry / block content (pages & posts) ---------- */
.entry__content .wp-block-heading {
	color: var(--star);
}

.entry__content ul,
.entry__content ol {
	margin: 1.2em 0;
	padding-left: 1.25em;
}

.entry__content ul {
	list-style: disc;
}

.entry__content ol {
	list-style: decimal;
}

.entry__content li {
	margin: 0.45em 0;
	color: rgba(244, 246, 251, 0.88);
}

.entry__content .wp-block-list.is-style-check,
.entry__content ul.is-style-check {
	list-style: none;
	padding-left: 0;
}

.entry__content .wp-block-list.is-style-check li,
.entry__content ul.is-style-check li {
	position: relative;
	padding-left: 1.55em;
}

.entry__content .wp-block-list.is-style-check li::before,
.entry__content ul.is-style-check li::before {
	content: "";
	position: absolute;
	left: 0.15em;
	top: 0.55em;
	width: 0.55em;
	height: 0.55em;
	border-radius: 50%;
	background: var(--amber);
	box-shadow: 0 0 10px rgba(212, 163, 115, 0.45);
}

/* WP color presets that break on dark sky background */
.entry__content .has-dark-gray-color,
.entry__content .has-black-color,
.entry__content .has-cyan-bluish-gray-color,
.entry__content .has-very-dark-gray-color {
	color: rgba(244, 246, 251, 0.78) !important;
}

.entry__content .has-white-color,
.entry__content .has-very-light-gray-color {
	color: var(--star) !important;
}

/* Primary CTA buttons — readable amber on dark */
.entry__content .wp-block-buttons {
	margin: 2rem 0 1.25rem;
}

.entry__content .wp-block-button__link,
.entry__content .wp-element-button,
.entry__content a.wp-block-button__link {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 3.1rem;
	padding: 0.85rem 1.6rem !important;
	border: 0 !important;
	border-radius: 2px !important;
	background: linear-gradient(135deg, rgba(212, 163, 115, 0.98), rgba(196, 132, 90, 0.92)) !important;
	background-color: var(--amber) !important;
	color: #1a120c !important;
	font-family: var(--font-display) !important;
	font-size: 0.92rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.12em;
	line-height: 1.5;
	text-decoration: none !important;
	box-shadow: 0 0 28px rgba(212, 163, 115, 0.28);
	transition: transform 0.3s var(--ease), filter 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.entry__content .wp-block-button__link:hover,
.entry__content .wp-block-button__link:focus-visible,
.entry__content .wp-element-button:hover,
.entry__content .wp-element-button:focus-visible {
	color: #120c08 !important;
	filter: brightness(1.06);
	transform: translateY(-2px);
	box-shadow: 0 0 36px rgba(212, 163, 115, 0.42);
}

.entry__content .wp-block-button.is-style-outline .wp-block-button__link {
	background: transparent !important;
	border: 1px solid rgba(212, 163, 115, 0.65) !important;
	color: var(--amber) !important;
	box-shadow: none;
}

/* Cocoon leftover markers / speech balloons */
.entry__content .marker-under-blue,
.entry__content .marker-under-red,
.entry__content .marker-under-yellow {
	background: linear-gradient(transparent 62%, rgba(212, 163, 115, 0.35) 62%);
	color: inherit;
}

.entry__content .speech-wrap,
.entry__content .cocoon-block-balloon {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.85rem 1rem;
	align-items: start;
	margin: 2rem 0;
	padding: 1.25rem 1.1rem;
	border: 1px solid var(--line);
	background: rgba(255, 255, 255, 0.04) !important;
	--cocoon-custom-background-color: rgba(255, 255, 255, 0.04);
	--cocoon-custom-border-color: rgba(244, 246, 251, 0.14);
}

.entry__content .speech-person {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.35rem;
	min-width: 4.5rem;
}

.entry__content .speech-icon {
	margin: 0;
	width: 3.5rem;
	height: 3.5rem;
	overflow: hidden;
	border-radius: 50%;
	border: 1px solid rgba(212, 163, 115, 0.45);
}

.entry__content .speech-icon-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.entry__content .speech-name {
	font-size: 0.72rem;
	letter-spacing: 0.08em;
	color: var(--amber);
	text-align: center;
}

.entry__content .speech-balloon {
	margin: 0;
	padding: 0.85rem 1rem !important;
	border: 1px solid var(--line) !important;
	border-radius: 2px;
	background: rgba(7, 16, 31, 0.55) !important;
	color: rgba(244, 246, 251, 0.9) !important;
}

.entry__content .speech-balloon p {
	margin: 0;
}

.entry__content .speech-balloon.has-background,
.entry__content .has-watery-blue-background-color,
.entry__content .has-cyan-bluish-gray-background-color,
.entry__content .has-very-light-gray-background-color {
	background: rgba(7, 16, 31, 0.55) !important;
	color: rgba(244, 246, 251, 0.9) !important;
}

@media (max-width: 600px) {
	.entry__content .speech-wrap,
	.entry__content .cocoon-block-balloon {
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: left;
	}

	.entry__content .speech-balloon {
		width: 100%;
	}
}

/* Inline light boxes from old Cocoon content (testimonials etc.) */
.entry__content [style*="background-color: #f9f9f9"],
.entry__content [style*="background-color:#f9f9f9"],
.entry__content [style*="background-color: #ffffff"],
.entry__content [style*="background-color:#ffffff"],
.entry__content [style*="background-color: #fff"],
.entry__content [style*="background-color:#fff"],
.entry__content [style*="background:#f9f9f9"],
.entry__content [style*="background: #f9f9f9"] {
	background: rgba(255, 255, 255, 0.045) !important;
	border: 1px solid var(--line) !important;
	border-radius: 2px !important;
	color: rgba(244, 246, 251, 0.9);
}

.entry__content [style*="background-color: #f9f9f9"] p,
.entry__content [style*="background-color:#f9f9f9"] p {
	color: rgba(244, 246, 251, 0.9);
	margin: 0 0 0.65rem;
}

.entry__content [style*="background-color: #f9f9f9"] p:last-child,
.entry__content [style*="background-color:#f9f9f9"] p:last-child {
	margin-bottom: 0;
	color: var(--mist);
	font-size: 0.88rem;
}

.entry__content hr[style*="#ccc"],
.entry__content hr[style*="#CCC"] {
	border: 0 !important;
	border-top: 1px solid var(--line) !important;
	margin: 2rem 0 !important;
	background: transparent !important;
	opacity: 1;
}

/* ---------- Article supervision / pricing page ---------- */
.page-hero--service .page-hero__lead {
	margin: 1.1rem auto 0;
	max-width: 28em;
	color: rgba(244, 246, 251, 0.82);
	font-size: 1.02rem;
	letter-spacing: 0.06em;
	line-height: 1.8;
}

.price-list {
	display: grid;
	gap: 0;
	margin-top: 0.5rem;
	border-top: 1px solid var(--line);
}

.price-list__item {
	padding: 1.7rem 0.2rem 1.8rem;
	border-bottom: 1px solid var(--line);
}

.price-list__head {
	display: flex;
	align-items: baseline;
	gap: 1rem;
	margin-bottom: 0.75rem;
}

.price-list__index {
	font-family: var(--font-latin);
	font-size: 1.05rem;
	color: var(--amber);
	letter-spacing: 0.08em;
}

.price-list__label {
	font-size: 1.2rem;
	letter-spacing: 0.14em;
	font-weight: 600;
}

.price-list__desc {
	margin: 0 0 1rem;
	color: var(--mist);
	font-size: 0.96rem;
	max-width: 40em;
}

.price-list__price {
	margin: 0;
	display: flex;
	align-items: baseline;
	gap: 0.55rem;
	flex-wrap: wrap;
}

.price-list__amount {
	font-family: var(--font-latin);
	font-size: clamp(1.8rem, 4vw, 2.35rem);
	font-weight: 600;
	letter-spacing: 0.04em;
	color: var(--amber);
	line-height: 1;
}

.price-list__unit {
	font-size: 0.9rem;
	letter-spacing: 0.1em;
	color: rgba(244, 246, 251, 0.75);
}

.price-note {
	margin: 1.5rem 0 0;
	font-size: 0.85rem;
	color: rgba(244, 246, 251, 0.55);
	letter-spacing: 0.04em;
	line-height: 1.7;
}

.flow-list {
	margin: 1.5rem 0 0;
	padding: 0;
	list-style: none;
	counter-reset: none;
	border-top: 1px solid var(--line);
}

.flow-list li {
	padding: 1.35rem 0;
	border-bottom: 1px solid var(--line);
}

.flow-list__step {
	display: block;
	margin-bottom: 0.35rem;
	font-family: var(--font-latin);
	font-size: 0.85rem;
	font-style: italic;
	letter-spacing: 0.14em;
	color: var(--amber);
}

.flow-list strong {
	display: block;
	margin-bottom: 0.4rem;
	font-size: 1.08rem;
	letter-spacing: 0.12em;
	font-weight: 600;
}

.flow-list p {
	margin: 0;
	color: var(--mist);
	font-size: 0.95rem;
}

.entry--service .section__lead strong {
	color: var(--amber-soft);
	font-weight: 600;
}

.track-list {
	margin: 1.75rem 0 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid var(--line);
}

.track-list li {
	position: relative;
	padding: 1rem 0 1rem 1.35rem;
	border-bottom: 1px solid var(--line);
	color: rgba(244, 246, 251, 0.88);
	font-size: 0.98rem;
	letter-spacing: 0.04em;
}

.track-list li::before {
	content: "";
	position: absolute;
	left: 0.15em;
	top: 1.35em;
	width: 0.45em;
	height: 0.45em;
	border-radius: 50%;
	background: var(--amber);
	box-shadow: 0 0 10px rgba(212, 163, 115, 0.4);
}

.track-list--compact {
	margin-top: 1.4rem;
}

.track-list--compact li {
	padding: 0.75rem 0 0.75rem 1.25rem;
	font-size: 0.9rem;
	color: rgba(244, 246, 251, 0.82);
}

.track-list--compact li::before {
	top: 1.1em;
}

.section__lead--soft {
	margin-top: 1.1rem;
	color: rgba(244, 246, 251, 0.72);
	font-size: 0.95rem;
}

.section--phone .section__lead--soft {
	text-align: left;
}

.cred-box {
	margin: 1.75rem 0 2rem;
	padding: 1.25rem 1.15rem;
	border: 1px solid var(--line);
	background: rgba(255, 255, 255, 0.04);
}

.cred-box h3 {
	margin: 0 0 0.85rem;
	font-size: 1.05rem;
	letter-spacing: 0.12em;
	color: var(--amber);
}

.cred-box p {
	margin: 0;
	color: rgba(244, 246, 251, 0.88);
	font-size: 0.96rem;
	line-height: 1.85;
}

.cred-box p + p {
	margin-top: 0.85rem;
}

/* Social links */
.social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 1rem;
	margin: 1.25rem 0 0;
	padding: 0;
	list-style: none;
}

.social-links--center {
	justify-content: center;
}

.social-links--compact {
	margin-top: 1.4rem;
}

.social-links a {
	display: inline-flex;
	align-items: center;
	min-height: 2.2rem;
	padding: 0.35rem 0.15rem;
	font-size: 0.78rem;
	letter-spacing: 0.16em;
	color: rgba(244, 246, 251, 0.72);
	border-bottom: 1px solid transparent;
	transition: color 0.25s ease, border-color 0.25s ease;
}

.social-links a:hover,
.social-links a:focus-visible {
	color: var(--amber);
	border-bottom-color: rgba(212, 163, 115, 0.55);
}

.section--closing .social-links {
	margin-top: 1.6rem;
}

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

.faq-item {
	border-bottom: 1px solid var(--line);
	padding: 0.2rem 0;
}

.faq-item summary {
	cursor: pointer;
	list-style: none;
	padding: 1.15rem 1.6rem 1.15rem 0;
	position: relative;
	font-size: 1.02rem;
	letter-spacing: 0.08em;
	line-height: 1.65;
}

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

.faq-item summary::after {
	content: "+";
	position: absolute;
	right: 0;
	top: 1.15rem;
	color: var(--amber);
	font-family: var(--font-latin);
	font-size: 1.1rem;
}

.faq-item[open] summary::after {
	content: "–";
}

.faq-item p {
	margin: 0 0 1.2rem;
	color: var(--mist);
	font-size: 0.95rem;
}

#experience .section__lead {
	text-align: left;
}

#experience .section__title {
	text-align: center;
}
