@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");

:root {
	--bg-space: #020305;
	--bg-deep: #050811;
	--text-main: #ffffff;
	--text-sub: #c8d4e0;
	--text-muted: #5e7286;
	--gold-accent: #dfc590;
	--gold-light: #edddb0;
	--gold-glow: rgba(223, 197, 144, 0.12);
	--silver-glow: rgba(190, 210, 230, 0.08);
	--glass-bg: rgba(255, 255, 255, 0.022);
	--glass-border: rgba(255, 255, 255, 0.065);
	--glass-border-focus: rgba(255, 255, 255, 0.22);

	/* Unified UI Tokens */
	--card-radius: 16px;
	--card-bg: linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0%, rgba(255, 255, 255, 0.01) 100%);
	--card-bg-hover: linear-gradient(135deg, rgba(255, 255, 255, 0.055) 0%, rgba(223, 197, 144, 0.04) 100%);
	--card-border: rgba(255, 255, 255, 0.08);
	--card-border-hover: rgba(223, 197, 144, 0.35);
	--card-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	--card-shadow-hover: 0 18px 38px rgba(0, 0, 0, 0.45), 0 0 20px rgba(223, 197, 144, 0.12);
	--tag-bg: rgba(255, 255, 255, 0.04);
	--tag-border: rgba(255, 255, 255, 0.09);
	--tag-color: #c4d3e2;
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body,
input,
select,
textarea {
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.8;
	color: var(--text-sub);
}

body {
	background: var(--bg-space);
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.button,
input[type="submit"] {
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.08em;
	text-transform: none;
	color: var(--text-main);
}

p {
	text-align: left;
	color: var(--text-sub);
	line-height: 1.85;
}

a {
	border-bottom: 0;
	color: var(--gold-accent);
	transition: color 0.3s ease, border-bottom-color 0.3s ease;
}

a:hover {
	color: #fff;
}

#wrapper {
	background: linear-gradient(180deg, var(--bg-space) 0%, var(--bg-deep) 30%, var(--bg-space) 70%, var(--bg-deep) 100%);
	box-shadow: none;
}

#wrapper::before {
	display: none !important;
}

body.is-preload #wrapper.fade-in:before {
	opacity: 0;
}

#main {
	max-width: 1200px;
	border-radius: 0;
	overflow: visible;
	background: transparent !important;
	box-shadow: none !important;
}

#main > section {
	background: transparent !important;
	border: none !important;
	padding: 10rem 4rem 8rem !important;
}

#nav .links li a {
	font-size: 0.82rem;
}

#intro.hero {
	position: relative;
	min-height: 100vh;
	padding: 7rem 1.5rem 5.5rem;
	align-items: center;
	justify-content: center;
	background: #07111f;
	text-align: left;
	isolation: isolate;
}

#intro.scroll-hero {
	min-height: 560vh;
	padding: 0;
	align-items: stretch;
	justify-content: flex-start;
	background: #020305;
	overflow: clip;
}

#intro.scroll-hero + #header {
	margin-top: 0;
}

.scroll-hero__sticky {
	position: sticky;
	top: 0;
	width: 100%;
	height: 100vh;
	min-height: 640px;
	overflow: hidden;
	background: #020305;
}

.scroll-hero__canvas {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #020305;
	z-index: 0;
}

.scroll-hero__shade,
.scroll-hero__bottom-fade,
.scroll-hero__grain {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.scroll-hero__shade {
	z-index: 1;
	background:
		linear-gradient(90deg,
			rgba(2, 3, 5, 0.88) 0%,
			rgba(2, 3, 5, 0.62) 32%,
			rgba(2, 3, 5, 0.28) 62%,
			rgba(2, 3, 5, 0.55) 100%),
		linear-gradient(180deg,
			rgba(2, 3, 5, 0.40) 0%,
			rgba(2, 3, 5, 0.06) 38%,
			rgba(2, 3, 5, 0.88) 100%);
}

/* フィルムグレイン — Canvasの粗さを自然にカモフラージュ */
.scroll-hero__grain {
	z-index: 2;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='grain'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23grain)' opacity='0.32'/%3E%3C/svg%3E");
	background-repeat: repeat;
	background-size: 160px 160px;
	opacity: 0.22;
	mix-blend-mode: overlay;
}

.scroll-hero__bottom-fade {
	top: auto;
	height: 44vh;
	background: linear-gradient(180deg, rgba(2, 3, 5, 0) 0%, rgba(2, 3, 5, 0.72) 55%, #020305 100%);
	z-index: 3;
}

.scroll-hero__loading {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 0;
	transform: translate(-50%, -50%);
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.72rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transition: opacity 0.35s ease, visibility 0.35s ease;
	z-index: 4;
}

.scroll-hero.is-loaded .scroll-hero__loading {
	opacity: 0;
	visibility: hidden;
}

.scroll-hero__content {
	position: fixed;
	left: max(2.5rem, calc((100vw - 1160px) / 2));
	bottom: clamp(6rem, 14vh, 9rem);
	width: min(700px, calc(100vw - 5rem));
	margin: 0;
	opacity: var(--hero-copy-opacity, 0);
	transform: translate3d(0, calc(28px * (1 - var(--hero-copy-opacity, 0))), 0);
	transition: opacity 0.12s linear, transform 0.12s linear;
	z-index: 4;
	pointer-events: none;
}

.scroll-hero__content .button {
	pointer-events: auto;
}

#intro.scroll-hero h1 {
	max-width: 20ch;
	margin: 0 0 1.4rem;
	color: rgba(255, 255, 255, 0.96);
	font-size: clamp(2.1rem, 3.6vw, 3.2rem);
	line-height: 1.22;
	letter-spacing: 0.03em;
	text-shadow: 0 2px 4px rgba(0,0,0,0.5), 0 18px 56px rgba(0, 0, 0, 0.92);
	font-weight: 700;
	text-wrap: balance;
}

#intro.scroll-hero .hero__eyebrow {
	margin-bottom: 1rem;
	color: rgba(223, 197, 144, 0.88);
	font-size: 0.7rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	font-weight: 600;
}

#intro.scroll-hero .hero__sub {
	max-width: 580px;
	margin-bottom: 2rem;
	color: rgba(200, 212, 224, 0.7);
	font-size: clamp(0.82rem, 0.98vw, 0.94rem);
	line-height: 2;
	letter-spacing: 0.04em;
}

#intro.scroll-hero .hero__actions {
	display: flex;
	gap: 0.85rem;
	align-items: center;
}

/* Button Styles */
.button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 3.4rem;
	padding: 0 2.2rem;
	font-size: 0.88rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.18) !important;
	background: rgba(255, 255, 255, 0.02) !important;
	color: #fff !important;
	box-shadow: none !important;
	transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
	cursor: pointer;
}

.button:hover,
input[type="submit"]:hover {
	border-color: #fff !important;
	background: rgba(255, 255, 255, 0.08) !important;
	color: #fff !important;
}

.button.primary,
input[type="submit"].primary {
	border-color: var(--gold-accent) !important;
	background: rgba(223, 197, 144, 0.05) !important;
	color: var(--gold-accent) !important;
}

.button.primary:hover,
input[type="submit"].primary:hover {
	background: var(--gold-accent) !important;
	color: #020305 !important;
	box-shadow: 0 8px 30px rgba(223, 197, 144, 0.2) !important;
}

body.is-preload #intro.hero,
#intro.hero.hidden {
	opacity: 1;
	transform: none;
	visibility: visible;
}

.hero__video,
.hero__overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.hero__video {
	object-fit: cover;
	z-index: -3;
}

.hero__overlay {
	z-index: -2;
	background:
		radial-gradient(circle at 78% 18%, rgba(71, 187, 255, 0.24), transparent 30rem),
		radial-gradient(circle at 18% 78%, rgba(183, 121, 31, 0.18), transparent 26rem),
		linear-gradient(90deg, rgba(3, 7, 18, 0.84) 0%, rgba(8, 18, 34, 0.72) 48%, rgba(3, 7, 18, 0.54) 100%);
}

.hero__overlay:after {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: 92px 92px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), transparent 80%);
}

.hero__content {
	width: min(100%, 980px);
	max-width: calc(100vw - 2rem);
	margin: 0 auto;
	color: #fff;
}

.hero__eyebrow {
	margin: 0 0 1rem;
	color: #9deaf1;
	font-size: 0.82rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.45;
	overflow-wrap: anywhere;
	text-align: left;
}

#intro.hero h1 {
	max-width: 13ch;
	margin: 0 0 1.3rem;
	font-size: clamp(2.7rem, 8vw, 6.2rem);
	line-height: 1.03;
	text-shadow: 0 18px 48px rgba(0, 0, 0, 0.45);
}

.hero__lead {
	width: 100%;
	max-width: 820px;
	margin: 0 0 0.9rem;
	font-size: clamp(1.2rem, 2.2vw, 1.75rem);
	font-weight: 800;
	line-height: 1.75;
	color: #ffffff;
	font-style: normal;
	text-align: left;
	overflow-wrap: break-word;
}

.hero__sub {
	width: 100%;
	max-width: 820px;
	margin: 0 0 1.5rem;
	color: rgba(255, 255, 255, 0.88);
	font-size: 1rem;
	line-height: 2;
	font-style: normal;
	text-align: left;
	overflow-wrap: break-word;
}

#intro.hero p {
	font-style: normal;
	text-align: left;
}

.tag-list,
.mini-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tag-list li,
.mini-tags li {
	display: inline-flex;
	align-items: center;
	min-height: 2.05rem;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 999px;
	padding: 0.25rem 0.75rem;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.35;
}

.hero__tags {
	max-width: 860px;
	margin-bottom: 1.8rem;
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin: 0;
}

.button.primary,
input[type="submit"] {
	background: #ffffff !important;
	box-shadow: inset 0 0 0 2px #ffffff !important;
	color: #08111f !important;
}

.hero .button {
	min-width: 12rem;
	text-align: center;
	border-color: rgba(255, 255, 255, 0.68);
	color: #fff !important;
}

.section-heading {
	max-width: 760px;
	margin: 0 auto 2.4rem;
	text-align: center;
}

.section-heading h2 {
	margin-bottom: 0.8rem;
	font-size: clamp(2rem, 4vw, 3.2rem);
	color: var(--ink);
}

.section-heading p,
header.major p {
	max-width: 760px;
	margin-inline: auto;
	color: #475569;
	font-size: 1rem;
	line-height: 2.1;
}

.date {
	color: var(--blue) !important;
	font-weight: 900;
	letter-spacing: 0;
}

.about-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.about-card {
	border: 1px solid var(--line);
	border-radius: 8px;
	padding: 1.45rem;
	background: var(--soft);
}

.about-card h3,
.support-card h3,
.work-card h3 {
	margin-bottom: 0.65rem;
	color: var(--ink);
	font-size: 1.16rem;
}

.about-card p,
.support-card p,
.work-card p {
	margin: 0 0 1rem;
	color: #465668;
	font-size: 0.92rem;
	line-height: 1.9;
}

/* ==========================================================================
   Header & Navigation
   ========================================================================== */
#header {
	display: none !important;
}

#nav {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: rgba(2, 3, 5, 0.75) !important;
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
	height: 5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 4rem;
	margin: 0;
	max-width: none !important;
}

#nav::before,
#nav::after {
	display: none !important;
}

#nav .links {
	display: flex;
	gap: 2.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav .links li {
	padding: 0;
}

#nav .links li a {
	color: #94a3b8 !important;
	font-weight: 500;
	font-size: 0.85rem;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	padding: 0.5rem 0;
	border: none !important;
	transition: color 0.3s ease;
}

#nav .links li.active a,
#nav .links li a:hover {
	color: var(--gold-accent) !important;
}

#nav .icons {
	display: flex;
	gap: 1.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav .icons a {
	color: #94a3b8 !important;
	border: none !important;
	transition: color 0.3s ease;
}

#nav .icons a:hover {
	color: var(--gold-accent) !important;
}

/* Mobile Toggle & Panel Overrides */
#navPanelToggle {
	display: none;
}

@media screen and (max-width: 980px) {
	#nav {
		display: none !important;
	}
	#navPanelToggle {
		display: block !important;
		position: fixed;
		top: 1rem;
		right: 1rem;
		width: 3.5rem;
		height: 3.5rem;
		background: rgba(5, 8, 17, 0.8) !important;
		border: 1px solid rgba(255, 255, 255, 0.08) !important;
		backdrop-filter: blur(8px);
		border-radius: 4px;
		z-index: 10000;
		text-align: center;
		line-height: 3.5rem;
		box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	}
	#navPanelToggle::before {
		color: #fff !important;
		font-size: 1.2rem;
	}
	#navPanelToggle.alt {
		background: rgba(5, 8, 17, 0.8) !important;
	}
}

#navPanel {
	background: rgba(2, 3, 5, 0.96) !important;
	backdrop-filter: blur(20px);
	border-left: 1px solid rgba(255, 255, 255, 0.08);
	z-index: 100000 !important;
}

#navPanel nav {
	padding: 5rem 2rem 2rem;
}

#navPanel .link {
	border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
	padding: 1.2rem 0;
	color: #cbd5e1 !important;
	font-weight: 500;
	letter-spacing: 0.1em;
}

#navPanel .link.active {
	color: var(--gold-accent) !important;
}

#navPanel .close {
	top: 1rem;
	right: 1rem;
	width: 3rem;
	height: 3rem;
}

/* ==========================================================================
   Section Heading
   ========================================================================== */
.section-heading {
	max-width: 800px;
	margin: 0 auto 4.5rem;
	text-align: center;
}

.section-heading h2 {
	margin-bottom: 1rem;
	font-size: clamp(2rem, 3.5vw, 2.8rem);
	color: #fff;
	font-weight: 700;
}

.section-heading p {
	color: #cbd5e1;
	font-size: clamp(0.9rem, 1.1vw, 1.05rem);
	line-height: 1.9;
	text-align: center;
}

.date {
	display: block;
	color: var(--gold-accent) !important;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-bottom: 0.8rem;
}

/* ==========================================================================
   Support Section
   ========================================================================== */
.support-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5rem;
}

.support-card {
	position: relative;
	border: 1px solid var(--glass-border) !important;
	border-radius: 6px;
	padding: 2.2rem;
	background: var(--glass-bg) !important;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
	transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
	overflow: hidden;
}

.support-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(circle at top left, var(--gold-glow), transparent 60%);
	opacity: 0;
	transition: opacity 0.5s ease;
	pointer-events: none;
}

.support-card--accent::before {
	background: radial-gradient(circle at top left, rgba(223, 197, 144, 0.10), transparent 55%);
}

.support-card:hover {
	transform: translateY(-3px);
	border-color: rgba(223, 197, 144, 0.18) !important;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35) !important;
}

.support-card:hover::before {
	opacity: 1;
}

.support-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.2rem;
	height: 3.2rem;
	margin-bottom: 1.5rem;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.03) !important;
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: var(--gold-accent);
	font-weight: 700;
	font-size: 0.95rem;
}

.support-card h3 {
	margin-bottom: 1rem;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 600;
}

.support-card p {
	margin: 0 0 1.5rem;
	color: #cbd5e1;
	font-size: 0.92rem;
	line-height: 1.8;
}

.mini-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mini-tags li {
	display: inline-flex;
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
	border-radius: 999px;
	padding: 0.25rem 0.75rem;
	background: rgba(255, 255, 255, 0.02) !important;
	color: #94a3b8 !important;
	font-size: 0.72rem;
	font-weight: 400;
}

.support-card:hover .mini-tags li {
	border-color: rgba(255, 255, 255, 0.15) !important;
	color: #cbd5e1 !important;
}

.support-card--wide {
	grid-column: 1 / -1;
}

/* ==========================================================================
   About / Style Section
   ========================================================================== */
.about-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
}

.about-card {
	border: 1px solid var(--glass-border) !important;
	border-radius: 6px;
	padding: 2rem;
	background: var(--glass-bg) !important;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
	transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-card:hover {
	transform: translateY(-4px);
	border-color: rgba(255, 255, 255, 0.15) !important;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3) !important;
}

.about-card h3 {
	margin-bottom: 1rem;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 600;
}

.about-card p {
	margin: 0;
	color: #cbd5e1;
	font-size: 0.9rem;
	line-height: 1.85;
}

/* ==========================================================================
   Works Section
   ========================================================================== */
.works-grid {
	display: flex;
	flex-direction: column;
	gap: clamp(1.25rem, 2.4vw, 2rem);
}

.works-grid__standard {
	--works-gallery-gap: clamp(1.25rem, 2vw, 1.75rem);
	display: block;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 0.35rem 0 1.25rem;
	scrollbar-width: none;
	overscroll-behavior-inline: contain;
	cursor: grab;
	-webkit-overflow-scrolling: touch;
}

.works-gallery__track,
.works-gallery__set {
	display: flex;
	align-items: stretch;
	width: max-content;
}

.works-gallery__track {
	min-width: 100%;
}

.works-gallery__set {
	gap: var(--works-gallery-gap);
	padding-right: var(--works-gallery-gap);
}

.works-grid__standard::-webkit-scrollbar {
	display: none;
}

.works-grid__standard.is-dragging {
	cursor: grabbing;
	user-select: none;
}

.work-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.085) !important;
	border-radius: 14px;
	padding: 0.75rem;
	background: rgba(255, 255, 255, 0.024) !important;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22) !important;
	transition:
		transform 0.32s cubic-bezier(0.16, 1, 0.3, 1),
		border-color 0.32s ease,
		background-color 0.32s ease,
		box-shadow 0.32s ease;
}

.works-grid__standard .work-card {
	flex: 0 0 clamp(26.25rem, 29.5vw, 28.75rem);
	height: auto;
}

.work-browser {
	min-width: 0;
	max-width: 100%;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	background: #05070a;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.work-browser__bar {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.38rem;
	height: 1.9rem;
	padding: 0 0.75rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.075);
	background: rgba(255, 255, 255, 0.045);
}

.work-browser__bar span {
	width: 0.42rem;
	height: 0.42rem;
	flex: 0 0 auto;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.24);
}

.work-browser__bar span:nth-child(2) {
	background: rgba(223, 197, 144, 0.36);
}

.work-browser__viewport {
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #05070a;
}

.work-card img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	background: #05070a;
	transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.work-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-width: 0;
	padding: clamp(1.35rem, 2.4vw, 1.8rem) 0.75rem 0.75rem;
}

.work-label {
	display: inline-flex;
	align-items: center;
	min-height: 1.75rem;
	width: fit-content;
	max-width: 100%;
	margin-bottom: 0.9rem;
	border-radius: 999px;
	padding: 0.2rem 0.7rem;
	background: rgba(223, 197, 144, 0.08) !important;
	color: var(--gold-accent) !important;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.3;
	overflow-wrap: anywhere;
	border: 1px solid rgba(223, 197, 144, 0.2);
}

.work-card h3 {
	margin: 0 0 0.8rem;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.work-card p {
	margin: 0 0 1.5rem;
	color: #cbd5e1;
	font-size: 0.9rem;
	line-height: 1.85;
	overflow-wrap: anywhere;
}

.work-card .mini-tags {
	gap: 0.5rem;
	margin-bottom: 1.35rem;
}

.work-card .mini-tags li {
	min-height: 1.9rem;
	padding: 0.24rem 0.68rem;
	font-size: 0.72rem;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.work-card .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	margin-top: auto;
	min-width: 10.5rem;
	height: 2.8rem;
	padding: 0 1.5rem;
	font-size: 0.8rem;
	line-height: 1;
	white-space: nowrap;
}

.works-grid__standard .work-card__body {
	padding: 1.1rem 0.7rem 0.7rem;
}

.works-grid__standard .work-label {
	margin-bottom: 0.65rem;
}

.works-grid__standard .work-card h3 {
	margin-bottom: 0.55rem;
	min-block-size: calc(1.45em * 2);
}

.works-grid__standard .work-card__body > p {
	min-block-size: calc(1.7em * 4);
	margin-bottom: 0.9rem;
	line-height: 1.7;
}

.works-grid__standard .mini-tags {
	min-block-size: 4.1rem;
	margin-bottom: 0.9rem;
	align-content: flex-start;
}

@media (hover: hover) and (pointer: fine) {
	.work-card:hover {
		transform: translateY(-4px);
		border-color: rgba(255, 255, 255, 0.16) !important;
		background: rgba(255, 255, 255, 0.034) !important;
		box-shadow: 0 24px 56px rgba(0, 0, 0, 0.3) !important;
	}

	.work-card:hover img {
		transform: scale(1.025);
	}
}

/* ==========================================================================
   Workflow Section (Timeline)
   ========================================================================== */
.workflow-section {
	position: relative;
}

.timeline {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
	padding: 2rem 0;
}

.timeline::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 1px;
	background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.15) 10%, rgba(255, 255, 255, 0.15) 90%, transparent);
	transform: translateX(-50%);
}

.timeline-item {
	position: relative;
	margin-bottom: 4rem;
	width: 100%;
}

.timeline-item:last-child {
	margin-bottom: 0;
}

.timeline-badge {
	position: absolute;
	top: 0;
	left: 50%;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	background: var(--bg-space);
	border: 1px solid var(--gold-accent);
	color: var(--gold-accent);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 0.9rem;
	transform: translateX(-50%);
	z-index: 10;
	box-shadow: 0 0 15px rgba(223, 197, 144, 0.2);
}

.timeline-content {
	position: relative;
	width: 42%;
	padding: 1.8rem;
	background: var(--glass-bg);
	border: 1px solid var(--glass-border);
	border-radius: 6px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.timeline-content:hover {
	border-color: rgba(255, 255, 255, 0.15);
	transform: translateY(-2px);
}

.timeline-item:nth-child(even) .timeline-content {
	left: 58%;
}

.timeline-item:nth-child(odd) .timeline-content {
	left: 0;
	text-align: right;
}

.timeline-item:nth-child(odd) .timeline-content p {
	text-align: right;
}

.timeline-content h3 {
	margin-bottom: 0.8rem;
	color: #fff;
	font-size: 1.15rem;
	font-weight: 600;
}

.timeline-content p {
	margin: 0;
	color: #cbd5e1;
	font-size: 0.88rem;
	line-height: 1.8;
}

/* ==========================================================================
   Price Section
   ========================================================================== */
.price-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5rem;
	max-width: 900px;
	margin: 0 auto;
}

.price-card {
	position: relative;
	border: 1px solid var(--glass-border) !important;
	border-radius: 6px;
	padding: 2.2rem;
	background: var(--glass-bg) !important;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.price-card:hover {
	transform: translateY(-4px);
	border-color: rgba(255, 255, 255, 0.15) !important;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3) !important;
}

.price-card h3 {
	margin-bottom: 0.5rem;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 600;
}

.price-amount {
	margin-bottom: 1.5rem;
	font-size: 2.15rem;
	font-weight: 700;
	color: var(--gold-accent);
}

.price-amount span {
	font-size: 0.9rem;
	color: #cbd5e1;
	font-weight: 400;
	margin-left: 0.3rem;
}

.price-card p {
	margin: 0;
	color: #cbd5e1;
	font-size: 0.88rem;
	line-height: 1.85;
}

/* ==========================================================================
   Footer & Contact Form — 中央1カラム
   ========================================================================== */
#footer {
	display: block;
	max-width: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	background:
		radial-gradient(circle at 50% 0%, rgba(223, 197, 144, 0.07), transparent 30rem),
		linear-gradient(180deg, rgba(2, 3, 5, 0.6) 0%, #020305 50%) !important;
}

#footer > * {
	background: transparent !important;
}

/* Modern Input Styles */
form {
	margin: 0;
}

.fields {
	display: grid;
	gap: 1.8rem;
	margin-bottom: 2.5rem;
}

.field {
	display: flex;
	flex-direction: column;
}

.field label {
	color: #94a3b8;
	font-size: 0.8rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 0.6rem;
}

.field input[type="text"],
.field input[type="email"],
.field textarea {
	background: rgba(255, 255, 255, 0.01) !important;
	border: 1px solid var(--glass-border) !important;
	border-radius: 4px;
	padding: 0.8rem 1rem;
	color: #fff !important;
	font-size: 0.95rem;
	transition: all 0.3s ease;
	box-shadow: none !important;
}

.field input[type="text"]:focus,
.field input[type="email"]:focus,
.field textarea:focus {
	border-color: var(--gold-accent) !important;
	background: rgba(255, 255, 255, 0.03) !important;
	box-shadow: 0 0 15px rgba(223, 197, 144, 0.1) !important;
}

#footer input[type="submit"] {
	width: auto;
	height: 3.4rem;
	padding: 0 3rem;
	border-radius: 4px;
	font-weight: 500;
}

#copyright {
	max-width: none;
	margin: 0;
	padding: 1.4rem 1.25rem 2rem;
	border-top: 1px solid rgba(255, 255, 255, 0.055);
	text-align: center;
	color: rgba(100, 116, 139, 0.85);
	font-size: 0.72rem;
}

#copyright a {
	color: rgba(203, 213, 225, 0.7);
}

#copyright a:hover {
	color: var(--gold-accent);
}

.reveal {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* ==========================================================================
   Responsive Overrides
   ========================================================================== */

@media screen and (max-width: 980px) {
	#main > section {
		padding: 6rem 2rem 5rem !important;
	}
	.support-grid,
	.price-grid {
		grid-template-columns: 1fr;
	}
	.about-grid {
		grid-template-columns: 1fr;
		gap: 1rem;
	}
}

@media screen and (max-width: 736px) {
	#main > section {
		padding: 5rem 1.25rem 4rem !important;
	}
	#footer .contact-lead,
	#footer .split.contact {
		padding: 4rem 1.25rem;
	}
	.section-heading {
		text-align: center !important;
		margin-bottom: 3rem;
	}
	.section-heading h2 {
		font-size: 1.85rem;
	}
	.works-grid {
		gap: 1.35rem;
	}
	.works-grid__standard {
		--works-gallery-gap: 1.1rem;
	}
	.works-grid__standard .work-card {
		flex-basis: min(78vw, 21rem);
	}
	.works-grid__standard .work-card__body > p {
		min-block-size: calc(1.7em * 5);
	}
	.works-grid__standard .mini-tags {
		min-block-size: 5.8rem;
	}
	.work-card__body {
		padding: 1.35rem 0.65rem 0.65rem;
	}
	.works-grid__standard .work-card__body {
		padding: 1rem 0.65rem 0.65rem;
	}
	.work-label {
		margin-bottom: 0.85rem;
		font-size: 0.68rem;
	}
	.work-card h3 {
		margin-bottom: 0.75rem;
		font-size: 1.18rem;
	}
	.work-card p {
		margin-bottom: 1.15rem;
		font-size: 0.9rem;
		line-height: 1.75;
	}
	.work-card .mini-tags {
		gap: 0.45rem;
		margin-bottom: 1.2rem;
	}
	.work-card .mini-tags li {
		min-height: 2rem;
		padding: 0.22rem 0.7rem;
		font-size: 0.72rem;
	}
	.work-card .button {
		width: 100%;
		min-width: 0;
		height: 3.25rem;
		min-height: 48px;
	}
	.timeline::before {
		left: 1.25rem;
	}
	.timeline-badge {
		left: 1.25rem;
		transform: translateX(-50%);
	}
	.timeline-content {
		width: calc(100% - 3.5rem);
		left: 3.5rem !important;
		text-align: left !important;
	}
	.timeline-item:nth-child(odd) .timeline-content p {
		text-align: left !important;
	}
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
	.reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}
	.work-card,
	.work-card img {
		transition: none;
	}
	.work-card:hover,
	.work-card:hover img {
		transform: none;
	}
}

/* ==========================================================================
   Final polish: hero and contact
   ========================================================================== */
#nav {
	height: 4.25rem;
	padding: 0 clamp(1.5rem, 4vw, 4.5rem);
	background: rgba(2, 3, 5, 0.62) !important;
	border-bottom-color: rgba(255, 255, 255, 0.045) !important;
}

#nav .links {
	gap: clamp(1rem, 2vw, 2.15rem);
}

#nav .links li a {
	font-size: 0.74rem;
	letter-spacing: 0.1em;
	color: rgba(200, 212, 224, 0.62) !important;
}

#nav .icons {
	gap: 1rem;
}

#intro.scroll-hero .hero__eyebrow {
	margin-bottom: 1.05rem;
	color: rgba(223, 197, 144, 0.86);
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.16em;
}

#intro.scroll-hero h1 {
	max-width: 20ch;
	margin-bottom: 1.2rem;
	color: rgba(255, 255, 255, 0.96);
	font-size: clamp(2.05rem, 3.5vw, 3.1rem);
	line-height: 1.22;
	letter-spacing: 0.03em;
	font-weight: 700;
	text-wrap: balance;
	text-shadow: 0 2px 4px rgba(0,0,0,0.55), 0 14px 48px rgba(0, 0, 0, 0.95);
}

#intro.scroll-hero .hero__eyebrow {
	margin-bottom: 0.95rem;
	color: rgba(223, 197, 144, 0.84);
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.18em;
}

#intro.scroll-hero .hero__sub {
	max-width: 560px;
	margin-bottom: 1.85rem;
	color: rgba(200, 212, 224, 0.68);
	font-size: clamp(0.8rem, 0.96vw, 0.92rem);
	line-height: 2;
	letter-spacing: 0.04em;
}

#intro.scroll-hero .hero__actions {
	gap: 0.85rem;
	align-items: center;
}

#intro.scroll-hero .button {
	min-width: 10rem;
	height: 2.95rem;
	border-radius: 999px;
	padding: 0 1.5rem;
	border-color: rgba(255, 255, 255, 0.2) !important;
	background: rgba(255, 255, 255, 0.032) !important;
	color: rgba(255, 255, 255, 0.88) !important;
	font-size: 0.76rem;
	letter-spacing: 0.08em;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

#intro.scroll-hero .button.primary {
	border-color: rgba(223, 197, 144, 0.55) !important;
	background: rgba(223, 197, 144, 0.1) !important;
	color: rgba(255, 255, 255, 0.94) !important;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.32) !important;
}

#intro.scroll-hero .button:hover {
	transform: translateY(-1px);
	border-color: rgba(255, 255, 255, 0.42) !important;
	background: rgba(255, 255, 255, 0.07) !important;
}

#intro.scroll-hero .button.primary:hover {
	border-color: rgba(223, 197, 144, 0.9) !important;
	background: rgba(223, 197, 144, 0.88) !important;
	color: #050811 !important;
	box-shadow: 0 8px 36px rgba(223, 197, 144, 0.28) !important;
}

#main {
	position: relative;
	z-index: 2;
}

#main > section:first-child {
	padding-top: 8rem !important;
}

#footer .contact-lead {
	width: 100%;
	max-width: 760px;
	margin: 0 auto;
	padding: clamp(4.5rem, 8vw, 7rem) 1.5rem clamp(3rem, 6vw, 5rem);
	border: 0;
	text-align: center;
}

#footer .reveal,
#footer .contact-lead.reveal {
	opacity: 1;
	transform: none;
}

.contact-inner {
	width: 100%;
}

.contact-heading {
	margin-bottom: 2.6rem;
	text-align: center;
}

#footer .contact-heading h2 {
	max-width: 720px;
	margin: 0 auto 1rem;
	color: rgba(255, 255, 255, 0.94);
	font-size: clamp(1.55rem, 3.2vw, 2.35rem);
	line-height: 1.55;
	letter-spacing: 0.04em;
	font-weight: 700;
}

#footer .contact-heading p {
	max-width: 620px;
	margin: 0 auto;
	color: rgba(203, 213, 225, 0.78);
	font-size: 0.95rem;
	line-height: 2;
	text-align: center;
}

.contact-form {
	position: relative;
	margin: 0 auto 2.6rem;
	padding: clamp(1.35rem, 3vw, 2.1rem);
	border: 1px solid rgba(255, 255, 255, 0.085);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.022);
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.035);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

/* ハニーポット：スクリーンリーダー含め完全に非表示 */
.hp-field,
.hp-field *,
[name="bot-field"],
label[for="bot-field"] {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
	opacity: 0 !important;
	pointer-events: none !important;
	tab-index: -1 !important;
	visibility: hidden !important;
}

#footer .fields {
	gap: 1.25rem;
	margin-bottom: 1.7rem;
}

#footer .field label {
	color: rgba(226, 232, 240, 0.62);
	font-size: 0.76rem;
	letter-spacing: 0.09em;
	text-align: left;
}

#footer .field input[type="text"],
#footer .field input[type="email"],
#footer .field textarea {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.105) !important;
	border-radius: 6px;
	background: rgba(2, 3, 5, 0.58) !important;
	color: rgba(255, 255, 255, 0.94) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02) !important;
}

#footer .field input[type="text"]:focus,
#footer .field input[type="email"]:focus,
#footer .field textarea:focus {
	border-color: rgba(223, 197, 144, 0.72) !important;
	background: rgba(2, 3, 5, 0.72) !important;
	box-shadow: 0 0 0 3px rgba(223, 197, 144, 0.08), 0 0 28px rgba(223, 197, 144, 0.08) !important;
	outline: none;
}

.contact-actions {
	justify-content: center;
	margin: 0;
	padding: 0;
}

#footer input[type="submit"].primary {
	width: min(100%, 18rem);
	height: 3.2rem;
	border-radius: 999px;
	border-color: rgba(223, 197, 144, 0.65) !important;
	background: rgba(223, 197, 144, 0.1) !important;
	color: rgba(255, 255, 255, 0.94) !important;
	box-shadow: 0 16px 42px rgba(0, 0, 0, 0.28) !important;
}

#footer input[type="submit"].primary:hover {
	background: rgba(223, 197, 144, 0.92) !important;
	color: #050811 !important;
}

/* 連絡先情報 */
.contact-info {
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	margin: 0 auto 2rem;
	padding-top: 0.5rem;
	text-align: center;
}

.contact-info p {
	margin: 0;
	color: rgba(200, 212, 224, 0.72);
	font-size: 0.88rem;
	line-height: 1.65;
	text-align: center;
}

.contact-info span {
	display: inline;
	margin-right: 0.6rem;
	color: rgba(223, 197, 144, 0.78);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.contact-info a {
	color: rgba(200, 212, 224, 0.82);
	transition: color 0.25s ease;
}

.contact-info a:hover {
	color: var(--gold-accent);
}

@media screen and (max-width: 980px) {
	.scroll-hero__content {
		left: 1.5rem;
		bottom: 9vh;
		width: min(680px, calc(100vw - 3rem));
	}

	#intro.scroll-hero h1 {
		font-size: clamp(2rem, 7vw, 3rem);
	}
}

@media screen and (max-width: 736px) {
	#intro.scroll-hero {
		min-height: 520vh;
	}

	.scroll-hero__content {
		left: 1.1rem;
		right: 1.1rem;
		bottom: 6.5vh;
		width: auto;
		text-align: left;
	}

	#intro.scroll-hero .hero__eyebrow {
		font-size: 0.64rem;
		letter-spacing: 0.12em;
	}

	#intro.scroll-hero h1 {
		max-width: 14ch;
		font-size: clamp(1.85rem, 9.5vw, 2.55rem);
		line-height: 1.22;
	}

	#intro.scroll-hero .hero__sub {
		max-width: 100%;
		font-size: 0.76rem;
		line-height: 1.85;
	}

	#intro.scroll-hero .hero__actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 0.6rem;
	}

	#intro.scroll-hero .button {
		width: 100%;
		min-width: 0;
		height: 2.9rem;
	}

	#footer .contact-lead {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.contact-form {
		padding: 1rem;
		border-radius: 8px;
	}

}

@media screen and (max-width: 980px) {
	#navPanelToggle {
		font-size: 0 !important;
		overflow: hidden;
	}

	#navPanelToggle:before {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		font-size: 1.2rem !important;
	}
}

/* Current hero kept from the latest version. Lower sections are restored from polite-cassata. */
#hero {
	--bg: #050504;
	--panel: rgba(18, 17, 15, 0.72);
	--line: rgba(232, 226, 211, 0.13);
	--line-strong: rgba(232, 226, 211, 0.24);
	--text: #f1eee7;
	--muted: #b9b3a7;
	--dim: #807a70;
	--gold: #dcc486;
	--silver: #d4d8dc;
	--ease: cubic-bezier(0.16, 1, 0.3, 1);
	--header-h: 76px;
}

#hero.hero {
	position: relative;
	height: 260vh;
	min-height: 1600px;
	padding: 0;
	background: #020202;
	isolation: isolate;
	overflow: visible;
}

#hero .hero-sticky {
	position: sticky;
	top: 0;
	display: grid;
	min-height: 100svh;
	overflow: hidden;
	place-items: center;
	padding: var(--header-h) clamp(1.2rem, 5vw, 4rem) 4rem;
}

#hero .hero-media,
#hero .hero-canvas,
#hero .hero-vignette,
#hero .hero-orbit,
#hero .hero-three-mount {
	position: absolute;
	inset: 0;
}

#hero .hero-media {
	z-index: 0;
	background:
		radial-gradient(circle at 72% 44%, rgba(220, 196, 134, 0.16), transparent 22rem),
		linear-gradient(180deg, #030404, #070605 72%, var(--bg));
}

#hero .hero-canvas {
	width: 100%;
	height: 100%;
	opacity: 0.76;
	filter: saturate(0.8) contrast(1.05);
}

#hero .hero-three-mount {
	pointer-events: none;
}

#hero .hero-vignette {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.45) 42%, rgba(0, 0, 0, 0.18) 100%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, transparent 36%, rgba(5, 5, 4, 0.92) 100%);
}

#hero .hero-orbit {
	opacity: 0.4;
	background:
		radial-gradient(ellipse at 74% 43%, transparent 0 22%, rgba(230, 224, 210, 0.16) 22.15%, transparent 22.55%),
		radial-gradient(ellipse at 74% 43%, transparent 0 31%, rgba(220, 196, 134, 0.11) 31.15%, transparent 31.45%);
	transform: rotate(-10deg) scale(1.16);
}

#hero .hero-loading {
	position: absolute;
	right: 2rem;
	bottom: 2rem;
	z-index: 3;
	margin: 0;
	color: rgba(241, 238, 231, 0.56);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	transition: opacity 400ms var(--ease);
}

#hero.is-loaded .hero-loading {
	opacity: 0;
}

#hero .hero-copy {
	position: relative;
	z-index: 2;
	width: min(100%, 1180px);
	margin: 0 auto;
	padding-top: 12vh;
	color: var(--text);
	text-align: left;
}

#hero .eyebrow {
	margin: 0 0 1.15rem;
	color: var(--gold);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.2em;
	line-height: 1.5;
	text-transform: uppercase;
}

#hero h1 {
	max-width: 10.8ch;
	margin: 0 0 1.35rem;
	color: var(--text);
	font-size: clamp(2.55rem, 6vw, 6.5rem);
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.18;
	text-align: left;
	text-transform: none;
}

#hero .hero-lead {
	max-width: 660px;
	margin: 0 0 2rem;
	color: rgba(241, 238, 231, 0.72);
	font-size: clamp(1rem, 1.6vw, 1.16rem);
	line-height: 2;
	text-align: left;
}

#hero .hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

#hero .button {
	display: inline-flex;
	min-height: 3.25rem;
	align-items: center;
	justify-content: center;
	padding: 0 1.35rem;
	color: var(--text) !important;
	background: rgba(255, 255, 255, 0.035);
	border: 1px solid var(--line-strong);
	box-shadow: none;
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	text-transform: none;
	transition: transform 300ms var(--ease), border-color 300ms var(--ease), background 300ms var(--ease);
}

#hero .button:hover {
	transform: translateY(-2px);
	border-color: rgba(220, 196, 134, 0.48);
	background: rgba(255, 255, 255, 0.075);
}

#hero .button-primary {
	color: #17130b !important;
	background: linear-gradient(135deg, #efe4bd, #c9a85f);
	border-color: rgba(239, 228, 189, 0.7);
}

#hero .button-ghost {
	color: rgba(241, 238, 231, 0.82) !important;
}

#hero .hero-panel {
	position: absolute;
	right: clamp(1.2rem, 4vw, 4rem);
	bottom: clamp(5rem, 10vh, 7rem);
	z-index: 2;
	width: min(320px, calc(100vw - 2.4rem));
	padding: 1.25rem;
	background: rgba(10, 9, 8, 0.48);
	border: 1px solid var(--line);
	backdrop-filter: blur(16px);
}

#hero .hero-panel p {
	margin: 0 0 0.75rem;
	color: var(--dim);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1.5;
	text-transform: uppercase;
}

#hero .hero-panel ul {
	display: grid;
	gap: 0.45rem;
	margin: 0;
	padding: 0;
	color: var(--silver);
	font-size: 0.86rem;
	list-style: none;
}

#hero .scroll-cue {
	position: absolute;
	left: clamp(1.2rem, 4vw, 4rem);
	bottom: 2rem;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 0.8rem;
	color: var(--dim);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1;
	text-transform: uppercase;
}

#hero .scroll-cue span {
	display: block;
	width: 46px;
	height: 1px;
	background: var(--line-strong);
}

#hero + #wrapper #header {
	margin-top: 0;
}

@media screen and (max-width: 980px) {
	#hero .hero-copy {
		padding-top: 18vh;
	}

	#hero .hero-panel {
		display: none;
	}
}

@media screen and (max-width: 640px) {
	#hero {
		--header-h: 68px;
	}

	#hero .hero-sticky {
		padding: var(--header-h) 1rem 4.2rem;
	}

	#hero .hero-copy {
		padding-top: 22vh;
	}

	#hero h1 {
		max-width: 12.5ch;
		font-size: clamp(2.1rem, 9.6vw, 3rem);
		line-height: 1.14;
	}

	#hero .hero-lead {
		line-height: 1.85;
	}

	#hero .hero-actions,
	#hero .button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	#hero *,
	#hero *::before,
	#hero *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

/* Keep Netlify honeypot completely invisible to regular users. */
.hp-field,
.hp-field * {
	display: none !important;
	visibility: hidden !important;
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

/* Restore the polished fixed header that belongs to the current hero. */
.sr-only,
.skip-link {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}

.skip-link:focus {
	z-index: 10000;
	top: 1rem;
	left: 1rem;
	width: auto;
	height: auto;
	padding: 0.7rem 1rem;
	clip: auto;
	color: #111;
	background: #dcc486;
}

.site-header {
	position: fixed;
	inset: 0 0 auto;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 76px;
	padding: 0 clamp(1rem, 4vw, 3rem);
	background: rgba(4, 4, 4, 0.72);
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

.site-brand {
	display: grid;
	gap: 0.1rem;
	border: 0;
	color: rgba(241, 238, 231, 0.96) !important;
	font-size: 0.93rem;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: 0.05em;
	text-decoration: none;
}

.site-brand small {
	color: rgba(128, 122, 112, 0.96);
	font-size: 0.62rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.18em;
}

.site-nav {
	display: flex;
	align-items: center;
	gap: clamp(1rem, 2.1vw, 2rem);
	color: rgba(241, 238, 231, 0.66);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.site-nav a {
	position: relative;
	padding: 0.35rem 0;
	border: 0;
	color: rgba(241, 238, 231, 0.66) !important;
	text-decoration: none;
	transition: color 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

.site-nav a::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	content: "";
	background: #dcc486;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 340ms cubic-bezier(0.16, 1, 0.3, 1);
}

.site-nav a:hover {
	color: rgba(241, 238, 231, 0.96) !important;
}

.site-nav a:hover::after {
	transform: scaleX(1);
	transform-origin: left;
}

.nav-toggle {
	display: none;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(232, 226, 211, 0.13);
	border-radius: 0;
	box-shadow: none;
}

.nav-toggle span:not(.sr-only) {
	width: 18px;
	height: 1px;
	background: rgba(241, 238, 231, 0.96);
}

/* The restored lower copy has its own old header/nav; keep only the polished fixed one visible. */
#header,
#nav {
	display: none !important;
}

/* Prevent hash jumps or missed observers from leaving restored sections blank. */
#main .reveal,
#footer .reveal {
	opacity: 1;
	transform: none;
}

#main,
#main > section,
#footer,
#copyright {
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 736px) {
	.site-header {
		height: 68px;
		padding-inline: 1rem;
	}

	.site-nav {
		position: fixed;
		top: 68px;
		right: 1rem;
		left: 1rem;
		display: none;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 0.7rem;
		background: rgba(4, 4, 4, 0.92);
		border: 1px solid rgba(232, 226, 211, 0.13);
		backdrop-filter: blur(18px);
		-webkit-backdrop-filter: blur(18px);
	}

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

	.site-nav a {
		padding: 0.85rem 0.8rem;
	}

	.nav-toggle {
		display: inline-flex;
	}
}

/* Make the kept hero unambiguously visible above the restored HTML5UP background layer. */
body > #hero {
	position: relative !important;
	z-index: 5 !important;
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

body > #hero .hero-sticky {
	z-index: 6 !important;
}

body > #hero .hero-media {
	z-index: 0 !important;
}

body > #hero .hero-copy,
body > #hero .hero-panel,
body > #hero .scroll-cue {
	z-index: 8 !important;
	visibility: visible !important;
	opacity: 1 !important;
}

body > #hero .hero-canvas {
	z-index: 1 !important;
}

body > #hero .hero-vignette,
body > #hero .hero-orbit,
body > #hero .hero-three-mount {
	z-index: 2 !important;
}

body > #wrapper > .bg,
body > .bg {
	z-index: -10 !important;
	pointer-events: none !important;
}

/* Hero scroll sequence: keep the viewport pinned until the galaxy sequence has room to finish. */
html {
	scroll-padding-top: 76px;
}

body > #hero.hero {
	height: 560vh !important;
	min-height: 3600px !important;
	margin: 0 !important;
	overflow: visible !important;
}

body > #hero .hero-sticky {
	position: sticky !important;
	top: 0 !important;
	height: 100svh !important;
	min-height: 100svh !important;
	max-height: 100svh !important;
	align-content: center;
}

body > #hero .hero-media,
body > #hero .hero-canvas,
body > #hero .hero-vignette,
body > #hero .hero-orbit,
body > #hero .hero-three-mount {
	width: 100% !important;
	height: 100% !important;
}

body > #wrapper {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

body > #wrapper #main {
	margin-top: 0 !important;
}

body > #wrapper #main > section:first-child {
	padding-top: clamp(4.5rem, 7vw, 7rem) !important;
}

body > #wrapper #main > section {
	padding-top: clamp(5rem, 8vw, 8rem) !important;
	padding-bottom: clamp(4rem, 7vw, 7rem) !important;
}

.anchor-alias {
	position: relative;
	top: -90px;
	display: block;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

@media screen and (max-width: 736px) {
	html {
		scroll-padding-top: 68px;
	}

	body > #hero.hero {
		height: 520vh !important;
		min-height: 3000px !important;
	}

	body > #wrapper #main > section:first-child {
		padding-top: 4rem !important;
	}

	body > #wrapper #main > section {
		padding-top: 4.5rem !important;
		padding-bottom: 4rem !important;
	}
}

/* ==========================================================================
   Hero Visual & Text Enhancements (3D Galaxy & Text readability)
   ========================================================================== */

/* ヒーローセクション本体の表示と高さを強制（黒い余白を削減） */
#hero,
body > #hero,
body > #hero.hero {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	position: relative !important;
	width: 100% !important;
	height: 240vh !important;
	min-height: 1800px !important;
	margin: 0 !important;
	padding: 0 !important;
	background: #03070f !important;
	z-index: 5 !important;
	overflow: visible !important;
}

/* 画面固定用のコンテナ（Canvas消滅バグを解消） */
#hero .hero-sticky,
body > #hero .hero-sticky {
	display: grid !important;
	position: sticky !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100vh !important;
	height: 100svh !important;
	min-height: 100vh !important;
	max-height: 100vh !important;
	margin: 0 !important;
	padding: var(--header-h) clamp(1.2rem, 5vw, 4rem) 4rem !important;
	box-sizing: border-box !important;
	overflow: hidden !important;
	place-items: center !important;
	z-index: 6 !important;
}

/* メディアコンテナ */
#hero .hero-media,
body > #hero .hero-media {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	z-index: 0 !important;
	background: #020202 !important;
}

/* 3D Canvas */
#hero .hero-canvas,
body > #hero .hero-canvas {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	display: block !important;
	opacity: 0.92 !important;
	z-index: 1 !important;
}

/* ヒーローテキストエリア（2枚目の左寄せ・高コントラストイメージを再現） */
#hero .hero-copy,
body > #hero .hero-copy {
	position: relative !important;
	z-index: 8 !important;
	width: min(100%, 1180px) !important;
	margin: 0 auto !important;
	padding-top: 6vh !important;
	color: #ffffff !important;
	text-align: left !important;
	visibility: visible !important;
	opacity: 1 !important;
}

/* アイブロウ：太めの淡ゴールド */
#hero .eyebrow,
body > #hero .eyebrow {
	font-family: "Noto Sans JP", sans-serif !important;
	margin: 0 0 1rem !important;
	color: #dcc486 !important;
	font-size: 0.8rem !important;
	font-weight: 800 !important;
	letter-spacing: 0.18em !important;
	text-transform: uppercase !important;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9) !important;
}

/* メイン見出し：2枚目の極太・大迫力・大フォントサイズ */
#hero h1,
body > #hero h1 {
	font-family: "Noto Sans JP", sans-serif !important;
	max-width: 14ch !important;
	margin: 0 0 1.5rem !important;
	color: #ffffff !important;
	font-size: clamp(2.4rem, 5.2vw, 4.4rem) !important;
	font-weight: 900 !important;
	letter-spacing: 0.02em !important;
	line-height: 1.25 !important;
	text-transform: none !important;
	text-shadow: 
		0 4px 30px rgba(0, 0, 0, 0.95), 
		0 2px 8px rgba(0, 0, 0, 0.8),
		0 0 60px rgba(0, 0, 0, 0.5) !important;
}

/* サブテキスト：読みやすく高コントラスト */
#hero .hero-lead,
body > #hero .hero-lead {
	font-family: "Noto Sans JP", sans-serif !important;
	max-width: 620px !important;
	margin: 0 0 2.2rem !important;
	color: rgba(255, 255, 255, 0.85) !important;
	font-size: clamp(0.95rem, 1.2vw, 1.1rem) !important;
	line-height: 1.95 !important;
	text-shadow: 
		0 3px 20px rgba(0, 0, 0, 0.95),
		0 1px 4px rgba(0, 0, 0, 0.8) !important;
}

/* ボタンエリア */
#hero .hero-actions,
body > #hero .hero-actions {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 1rem !important;
	margin: 0 !important;
	padding: 0 !important;
}

#hero .button,
body > #hero .button {
	display: inline-flex !important;
	min-height: 3.4rem !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 2.2rem !important;
	border-radius: 4px !important;
	font-size: 0.88rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.06em !important;
	text-transform: none !important;
	box-shadow: none !important;
	transition: transform 300ms var(--ease), border-color 300ms var(--ease), background 300ms var(--ease) !important;
}

#hero .button:hover,
body > #hero .button:hover {
	transform: translateY(-2px) !important;
}

#hero .button-primary,
body > #hero .button-primary {
	color: #17130b !important;
	background: linear-gradient(135deg, #efe4bd, #c9a85f) !important;
	border: 1px solid rgba(239, 228, 189, 0.7) !important;
}

#hero .button-ghost,
body > #hero .button-ghost {
	color: #ffffff !important;
	background: rgba(255, 255, 255, 0.04) !important;
	border: 1px solid rgba(255, 255, 255, 0.15) !important;
}

#hero .button-ghost:hover,
body > #hero .button-ghost:hover {
	border-color: rgba(220, 196, 134, 0.5) !important;
	background: rgba(255, 255, 255, 0.08) !important;
}

/* LEFT-SIDE DARK OVERLAY FOR TEXT READABILITY */
#hero .hero-vignette {
	background:
		linear-gradient(90deg, 
			rgba(2, 2, 2, 0.95) 0%, 
			rgba(2, 2, 2, 0.72) 35%, 
			rgba(2, 2, 2, 0.2) 65%, 
			rgba(2, 2, 2, 0.45) 100%),
		linear-gradient(180deg, 
			rgba(2, 2, 2, 0.45) 0%, 
			transparent 38%, 
			rgba(2, 2, 2, 0.94) 100%) !important;
}

/* FINE GRAIN OVERLAY ON THE ENTIRE HERO MEDIA */
#hero .hero-media::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 3;
	pointer-events: none;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.16'/%3E%3C/svg%3E");
	opacity: 0.16;
	mix-blend-mode: overlay;
}

/* ==========================================================================
   Polished Footer & Contact (1-Column, Space Theme Alignment)
   ========================================================================== */
#footer {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 auto !important;
	padding: 0 !important;
	border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
	background: 
		radial-gradient(circle at 50% 0%, rgba(220, 196, 134, 0.05), transparent 45rem),
		linear-gradient(180deg, #030404 0%, #020202 100%) !important;
}

#footer > section.contact-lead {
	width: 100% !important;
	max-width: 760px !important;
	margin: 0 auto !important;
	padding: clamp(5rem, 9vw, 8rem) clamp(1.2rem, 5vw, 2.5rem) clamp(4rem, 8vw, 6rem) !important;
	float: none !important;
	border: 0 !important;
}

/* Form Styles */
.contact-form {
	max-width: 700px !important;
	margin: 0 auto 3rem !important;
	background: rgba(255, 255, 255, 0.015) !important;
	border: 1px solid rgba(255, 255, 255, 0.06) !important;
	border-radius: 6px !important;
	padding: clamp(1.5rem, 4vw, 2.5rem) !important;
	box-shadow: 
		0 20px 50px rgba(0, 0, 0, 0.4),
		inset 0 1px 0 rgba(255, 255, 255, 0.02) !important;
}

.contact-form label {
	color: #807a70 !important; /* Silver-dimmed */
	font-size: 0.72rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.16em !important;
	text-transform: uppercase !important;
	margin-bottom: 0.5rem !important;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
	background: rgba(4, 4, 4, 0.72) !important;
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
	border-radius: 4px !important;
	color: rgba(241, 238, 231, 0.9) !important;
	box-shadow: none !important;
	font-size: 0.94rem !important;
	padding: 0.85rem 1rem !important;
	transition: border-color 300ms var(--ease), box-shadow 300ms var(--ease), background-color 300ms var(--ease) !important;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
	border-color: rgba(220, 196, 134, 0.65) !important; /* Gold */
	background: rgba(4, 4, 4, 0.92) !important;
	box-shadow: 0 0 16px rgba(220, 196, 134, 0.08) !important;
}

.contact-form input[type="submit"] {
	background: linear-gradient(135deg, #efe4bd, #c9a85f) !important;
	border: 1px solid rgba(239, 228, 189, 0.7) !important;
	color: #17130b !important;
	font-weight: 700 !important;
	letter-spacing: 0.1em !important;
	text-transform: uppercase !important;
	border-radius: 4px !important;
	width: 100% !important;
	max-width: 320px !important;
	margin: 0 auto !important;
	display: block !important;
	transition: transform 300ms var(--ease), opacity 300ms var(--ease) !important;
}

.contact-form input[type="submit"]:hover {
	transform: translateY(-2px) !important;
	opacity: 0.95 !important;
}

/* Contact Info & Socials inside footer (fully 1-column stack) */
.contact-info {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	gap: 0.8rem !important;
	margin: 0 auto 2.5rem !important;
	text-align: center !important;
}

.contact-info p {
	margin: 0 !important;
	color: var(--silver) !important;
	font-size: 0.9rem !important;
	text-align: center !important;
	line-height: 1.6 !important;
}

.contact-info span {
	display: block !important;
	color: var(--gold) !important;
	font-size: 0.68rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.16em !important;
	text-transform: uppercase !important;
	margin-bottom: 0.2rem !important;
}

/* copyright centering under wrapper */
#copyright {
	width: 100% !important;
	max-width: none !important;
	padding: 2.5rem 1.2rem !important;
	border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
	text-align: center !important;
	background: #020202 !important;
}

#copyright p {
	margin: 0 !important;
	color: rgba(128, 122, 112, 0.66) !important;
	font-size: 0.74rem !important;
	text-align: center !important;
}

/* ==========================================================================
   Header & Support Section Top Polish
   ========================================================================== */
.site-header {
	height: 72px;
	padding: 0 clamp(1.25rem, 3.5vw, 3rem);
	background: rgba(2, 2, 2, 0.55);
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	transition:
		height 320ms cubic-bezier(0.16, 1, 0.3, 1),
		background 320ms cubic-bezier(0.16, 1, 0.3, 1),
		border-color 320ms cubic-bezier(0.16, 1, 0.3, 1),
		box-shadow 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.site-header.is-scrolled {
	height: 64px;
	background: rgba(2, 2, 2, 0.88);
	border-bottom-color: rgba(255, 255, 255, 0.08);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.site-brand {
	gap: 0.15rem;
	font-size: 0.9rem;
	letter-spacing: 0.06em;
	transition: opacity 260ms ease;
}

.site-brand:hover {
	opacity: 0.82;
}

.site-brand small {
	color: rgba(220, 196, 134, 0.72);
	font-size: 0.58rem;
	letter-spacing: 0.22em;
}

.site-nav {
	gap: clamp(0.65rem, 1.6vw, 1.65rem);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.06em;
}

.site-nav a {
	padding: 0.45rem 0;
	color: rgba(241, 238, 231, 0.58) !important;
}

.site-nav a.is-active {
	color: rgba(241, 238, 231, 0.96) !important;
}

.site-nav a.is-active::after {
	transform: scaleX(1);
	transform-origin: left;
}

.site-nav .nav-cta {
	margin-left: 0.35rem;
	padding: 0.55rem 1.05rem;
	border: 1px solid rgba(220, 196, 134, 0.42);
	border-radius: 999px;
	background: rgba(220, 196, 134, 0.08);
	color: rgba(239, 228, 189, 0.96) !important;
	transition:
		background 260ms cubic-bezier(0.16, 1, 0.3, 1),
		border-color 260ms cubic-bezier(0.16, 1, 0.3, 1),
		color 260ms cubic-bezier(0.16, 1, 0.3, 1),
		transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

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

.site-nav .nav-cta:hover,
.site-nav .nav-cta.is-active {
	border-color: rgba(220, 196, 134, 0.72);
	background: rgba(220, 196, 134, 0.18);
	color: #fff !important;
	transform: translateY(-1px);
}

#main > section {
	padding: clamp(4rem, 6vw, 5.5rem) clamp(1.25rem, 4vw, 3rem) clamp(3.5rem, 6vw, 5.5rem) !important;
}

body > #wrapper #main > section:first-child {
	padding-top: calc(72px + clamp(2rem, 4vw, 3rem)) !important;
}

body > #wrapper #main > section:not(:first-child) {
	padding-top: clamp(4rem, 6vw, 5.5rem) !important;
}

.support-section {
	position: relative;
	overflow: hidden;
}

.support-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: min(92%, 760px);
	height: 1px;
	transform: translateX(-50%);
	background: linear-gradient(
		90deg,
		transparent,
		rgba(220, 196, 134, 0.28) 50%,
		transparent
	);
	pointer-events: none;
}

.support-section::after {
	content: "";
	position: absolute;
	top: -8rem;
	left: 50%;
	width: min(100%, 56rem);
	height: 16rem;
	transform: translateX(-50%);
	background: radial-gradient(
		ellipse at 50% 100%,
		rgba(220, 196, 134, 0.07),
		transparent 68%
	);
	pointer-events: none;
}

.support-section > .section-heading {
	position: relative;
	z-index: 1;
	max-width: 680px;
	margin-bottom: clamp(2.5rem, 4vw, 3.5rem);
}

.support-section > .section-heading::before {
	content: "";
	display: block;
	width: 2.5rem;
	height: 1px;
	margin: 0 auto 1.25rem;
	background: linear-gradient(90deg, transparent, #dcc486, transparent);
}

.support-section > .section-heading .date {
	margin-bottom: 0.65rem;
	font-size: 0.72rem;
	letter-spacing: 0.24em;
}

.support-section > .section-heading h2 {
	margin-bottom: 0.85rem;
	font-size: clamp(1.85rem, 3.2vw, 2.55rem);
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.35;
}

.support-section > .section-heading p {
	max-width: 620px;
	margin-inline: auto;
	color: rgba(203, 213, 225, 0.78);
	font-size: clamp(0.88rem, 1vw, 0.98rem);
	line-height: 1.95;
}

.support-section > .support-grid {
	position: relative;
	z-index: 1;
}

html {
	scroll-padding-top: 72px;
}

.anchor-alias {
	top: -72px;
}

@media screen and (max-width: 736px) {
	.site-header,
	.site-header.is-scrolled {
		height: 64px;
	}

	.site-nav .nav-cta {
		margin-left: 0;
		text-align: center;
	}

	body > #wrapper #main > section:first-child {
		padding-top: calc(64px + 1.75rem) !important;
	}

	html {
		scroll-padding-top: 64px;
	}

	.anchor-alias {
		top: -64px;
	}

	.support-section > .section-heading {
		margin-bottom: 2.25rem;
	}

	.support-section > .section-heading h2 {
		font-size: 1.75rem;
	}
}

/* ==========================================================================
   Hero Visual & Text Enhancements (3D Galaxy & Text readability)
   ========================================================================== */
#hero h1 {
	text-shadow: 
		0 4px 30px rgba(0, 0, 0, 0.95), 
		0 2px 8px rgba(0, 0, 0, 0.8),
		0 0 60px rgba(0, 0, 0, 0.5) !important;
}

#hero .hero-lead {
	text-shadow: 
		0 3px 20px rgba(0, 0, 0, 0.95),
		0 1px 4px rgba(0, 0, 0, 0.8) !important;
}

#hero .eyebrow {
	text-shadow: 
		0 2px 10px rgba(0, 0, 0, 0.9) !important;
}

/* LEFT-SIDE DARK OVERLAY FOR TEXT READABILITY */
#hero .hero-vignette {
	background:
		linear-gradient(90deg, 
			rgba(2, 2, 2, 0.95) 0%, 
			rgba(2, 2, 2, 0.72) 35%, 
			rgba(2, 2, 2, 0.2) 65%, 
			rgba(2, 2, 2, 0.45) 100%),
		linear-gradient(180deg, 
			rgba(2, 2, 2, 0.45) 0%, 
			transparent 38%, 
			rgba(2, 2, 2, 0.94) 100%) !important;
}

/* FINE GRAIN OVERLAY ON THE ENTIRE HERO MEDIA */
#hero .hero-media::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 3;
	pointer-events: none;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.16'/%3E%3C/svg%3E");
	opacity: 0.16;
	mix-blend-mode: overlay;
}

/* ==========================================================================
   Polished Footer & Contact (1-Column, Space Theme Alignment)
   ========================================================================== */
#footer {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 auto !important;
	padding: 0 !important;
	border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
	background: 
		radial-gradient(circle at 50% 0%, rgba(220, 196, 134, 0.05), transparent 45rem),
		linear-gradient(180deg, #030404 0%, #020202 100%) !important;
}

#footer > section.contact-lead {
	width: 100% !important;
	max-width: 760px !important;
	margin: 0 auto !important;
	padding: clamp(5rem, 9vw, 8rem) clamp(1.2rem, 5vw, 2.5rem) clamp(4rem, 8vw, 6rem) !important;
	float: none !important;
	border: 0 !important;
}

/* Form Styles */
.contact-form {
	max-width: 700px !important;
	margin: 0 auto 3rem !important;
	background: rgba(255, 255, 255, 0.015) !important;
	border: 1px solid rgba(255, 255, 255, 0.06) !important;
	border-radius: 6px !important;
	padding: clamp(1.5rem, 4vw, 2.5rem) !important;
	box-shadow: 
		0 20px 50px rgba(0, 0, 0, 0.4),
		inset 0 1px 0 rgba(255, 255, 255, 0.02) !important;
}

.contact-form label {
	color: #807a70 !important; /* Silver-dimmed */
	font-size: 0.72rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.16em !important;
	text-transform: uppercase !important;
	margin-bottom: 0.5rem !important;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
	background: rgba(4, 4, 4, 0.72) !important;
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
	border-radius: 4px !important;
	color: rgba(241, 238, 231, 0.9) !important;
	box-shadow: none !important;
	font-size: 0.94rem !important;
	padding: 0.85rem 1rem !important;
	transition: border-color 300ms var(--ease), box-shadow 300ms var(--ease), background-color 300ms var(--ease) !important;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
	border-color: rgba(220, 196, 134, 0.65) !important; /* Gold */
	background: rgba(4, 4, 4, 0.92) !important;
	box-shadow: 0 0 16px rgba(220, 196, 134, 0.08) !important;
}

.contact-form input[type="submit"] {
	background: linear-gradient(135deg, #efe4bd, #c9a85f) !important;
	border: 1px solid rgba(239, 228, 189, 0.7) !important;
	color: #17130b !important;
	font-weight: 700 !important;
	letter-spacing: 0.1em !important;
	text-transform: uppercase !important;
	border-radius: 4px !important;
	width: 100% !important;
	max-width: 320px !important;
	margin: 0 auto !important;
	display: block !important;
	transition: transform 300ms var(--ease), opacity 300ms var(--ease) !important;
}

.contact-form input[type="submit"]:hover {
	transform: translateY(-2px) !important;
	opacity: 0.95 !important;
}

/* Contact Info & Socials inside footer (fully 1-column stack) */
.contact-info {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	gap: 0.8rem !important;
	margin: 0 auto 2.5rem !important;
	text-align: center !important;
}

.contact-info p {
	margin: 0 !important;
	color: var(--silver) !important;
	font-size: 0.9rem !important;
	text-align: center !important;
	line-height: 1.6 !important;
}

.contact-info span {
	display: block !important;
	color: var(--gold) !important;
	font-size: 0.68rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.16em !important;
	text-transform: uppercase !important;
	margin-bottom: 0.2rem !important;
}

/* copyright centering under wrapper */
#copyright {
	width: 100% !important;
	max-width: none !important;
	padding: 2.5rem 1.2rem !important;
	border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
	text-align: center !important;
	background: #020202 !important;
}

#copyright p {
	margin: 0 !important;
	color: rgba(128, 122, 112, 0.66) !important;
	font-size: 0.74rem !important;
	text-align: center !important;
}


/* Final cascade overrides for header + support intro */
body > #wrapper #main > section {
	padding-top: clamp(4rem, 6vw, 5.5rem) !important;
	padding-bottom: clamp(3.5rem, 6vw, 5.5rem) !important;
	padding-inline: clamp(1.25rem, 4vw, 3rem) !important;
}

body > #wrapper #main > section:first-child {
	padding-top: calc(72px + clamp(2rem, 4vw, 3rem)) !important;
}

@media screen and (max-width: 736px) {
	body > #wrapper #main > section:first-child {
		padding-top: calc(64px + 1.75rem) !important;
	}
}

/* ==========================================================================
   Hero 2026-07: Black Signal
   Procedural membrane, GPU ripple field and centered typography.
   ========================================================================== */
body > #hero.hero[data-wave-hero] {
	--hero-header-height: 76px;
	--hero-gold: #d8bd79;
	--hero-ivory: #f2eee4;
	--hero-ease: cubic-bezier(0.16, 1, 0.3, 1);
	position: relative !important;
	z-index: 5 !important;
	display: block !important;
	width: 100% !important;
	height: 100vh !important;
	height: 100svh !important;
	min-height: 700px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	background: #020202 !important;
	isolation: isolate;
	touch-action: pan-y;
}

body > #hero[data-wave-hero] .hero-sticky {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	z-index: 0 !important;
	display: grid !important;
	width: 100% !important;
	height: 100% !important;
	min-height: inherit !important;
	max-height: none !important;
	margin: 0 !important;
	padding:
		calc(var(--hero-header-height) + clamp(1.25rem, 4vh, 3rem))
		clamp(1.25rem, 5vw, 5rem)
		clamp(4.5rem, 7vh, 6rem) !important;
	overflow: hidden !important;
	box-sizing: border-box !important;
	place-items: center !important;
}

body > #hero[data-wave-hero] .hero-sticky::after {
	display: none;
}

body > #hero[data-wave-hero].is-visual-ready .hero-sticky::after {
	animation: hero-signal-ring 2400ms var(--hero-ease) both;
}

body > #hero[data-wave-hero] .hero-media,
body > #hero[data-wave-hero] .hero-canvas,
body > #hero[data-wave-hero] .hero-vignette {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

body > #hero[data-wave-hero] .hero-media {
	z-index: 0 !important;
	overflow: hidden !important;
	background:
		radial-gradient(circle at 78% 68%, rgba(216, 164, 65, 0.12), transparent 42rem),
		radial-gradient(circle at 20% 28%, rgba(58, 88, 132, 0.18), transparent 46rem),
		#03070f !important;
}

body > #hero[data-wave-hero] .hero-media::before,
body > #hero[data-wave-hero] .hero-media::after {
	display: none !important;
	content: none !important;
}

body > #hero[data-wave-hero] .hero-canvas {
	z-index: 1 !important;
	display: block !important;
	opacity: 0 !important;
	image-rendering: auto;
	pointer-events: none;
	transition: opacity 500ms ease;
}

body > #hero[data-wave-hero].is-webgl-ready .hero-canvas {
	opacity: 1 !important;
}

body > #hero[data-wave-hero] .hero-wave-core {
	display: none;
}

body > #hero[data-wave-hero].is-visual-ready .hero-wave-core {
	animation: hero-signal-core 2300ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

body > #hero[data-wave-hero] .hero-vignette {
	z-index: 3 !important;
	opacity: 1 !important;
	background:
		radial-gradient(
			circle at 18% 30%,
			rgba(45, 70, 108, 0.18),
			transparent 38%
		),
		radial-gradient(
			circle at 82% 68%,
			rgba(124, 87, 30, 0.14),
			transparent 40%
		),
		radial-gradient(
			ellipse at 50% 52%,
			rgba(2, 4, 8, 0.03) 0%,
			rgba(2, 4, 8, 0.1) 32%,
			rgba(2, 4, 8, 0.3) 76%,
			rgba(2, 4, 8, 0.46) 100%
		),
		linear-gradient(
			180deg,
			rgba(2, 4, 8, 0.2) 0%,
			transparent 24%,
			transparent 68%,
			rgba(2, 4, 8, 0.46) 100%
		) !important;
	pointer-events: none;
}

body > #hero[data-wave-hero] .hero-copy {
	position: relative !important;
	z-index: 4 !important;
	align-self: center !important;
	justify-self: center !important;
	width: min(100%, 1040px) !important;
	margin: 0 auto !important;
	padding: 0 !important;
	color: var(--hero-ivory) !important;
	text-align: center !important;
	visibility: visible !important;
	opacity: 1 !important;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	pointer-events: none;
}

body > #hero[data-wave-hero] .hero-copy > * {
	width: 100%;
	opacity: 0;
	transform: translate3d(0, 18px, 0);
	transition:
		opacity 760ms var(--hero-ease),
		transform 920ms var(--hero-ease);
	will-change: opacity, transform;
}

body > #hero[data-wave-hero].is-hero-ready .hero-copy > * {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

body > #hero[data-wave-hero] .hero-copy > :nth-child(1) {
	transition-delay: 60ms;
}

body > #hero[data-wave-hero] .hero-copy > :nth-child(2) {
	transition-delay: 170ms;
}

body > #hero[data-wave-hero] .hero-copy > :nth-child(3) {
	transition-delay: 310ms;
}

body > #hero[data-wave-hero] .hero-copy > :nth-child(4) {
	transition-delay: 440ms;
}

body > #hero[data-wave-hero] .eyebrow {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 0.8rem;
	margin: 0 0 1rem !important;
	color: rgba(239, 234, 220, 0.68) !important;
	font-size: 0.66rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.2em !important;
	line-height: 1.4 !important;
	text-transform: uppercase !important;
	text-shadow: 0 4px 20px rgba(0, 0, 0, 0.94) !important;
}

body > #hero[data-wave-hero] .eyebrow span {
	display: inline-flex;
	align-items: center;
	color: var(--hero-gold);
	font-variant-numeric: tabular-nums;
}

body > #hero[data-wave-hero] .eyebrow span::after {
	width: 2.5rem;
	height: 1px;
	margin-left: 0.8rem;
	background: rgba(216, 189, 121, 0.44);
	content: "";
}

body > #hero[data-wave-hero] h1 {
	display: flex;
	flex-direction: column;
	gap: 0.06em;
	max-width: none !important;
	margin: 0 0 1.4rem !important;
	color: #f5f2eb !important;
	font-size: clamp(2.8rem, 4.2vw, 4.7rem) !important;
	font-weight: 700 !important;
	letter-spacing: -0.03em !important;
	line-height: 1.15 !important;
	text-align: center !important;
	text-transform: none !important;
	text-wrap: balance;
	text-shadow:
		0 4px 16px rgba(0, 0, 0, 0.98),
		0 18px 60px rgba(0, 0, 0, 0.84) !important;
}

body > #hero[data-wave-hero] h1 > span {
	display: block;
	white-space: nowrap;
	opacity: 0;
	clip-path: inset(0 0 100% 0);
	transform: translate3d(0, 0.36em, 0);
	transition:
		opacity 420ms var(--hero-ease),
		clip-path 980ms var(--hero-ease),
		transform 980ms var(--hero-ease);
}

body > #hero[data-wave-hero].is-hero-ready h1 > span {
	opacity: 1;
	clip-path: inset(0 0 0 0);
	transform: translate3d(0, 0, 0);
}

body > #hero[data-wave-hero].is-hero-ready h1 > span:first-child {
	transition-delay: 150ms;
}

body > #hero[data-wave-hero].is-hero-ready h1 > span:last-child {
	transition-delay: 280ms;
}

body > #hero[data-wave-hero] .hero-title-accent {
	color: #d9c185;
	font-weight: 600;
}

body > #hero[data-wave-hero].is-hero-ready .hero-title-accent {
	color: #d8bd79;
	background: none;
	animation: none;
	-webkit-text-fill-color: currentColor;
}

body > #hero[data-wave-hero] .hero-lead {
	max-width: 690px !important;
	margin: 0 auto 1.9rem !important;
	color: rgba(235, 232, 224, 0.7) !important;
	font-size: clamp(0.84rem, 1vw, 0.98rem) !important;
	line-height: 1.9 !important;
	letter-spacing: 0.03em !important;
	text-align: center !important;
	text-shadow: 0 4px 18px rgba(0, 0, 0, 0.96) !important;
}

body > #hero[data-wave-hero] .hero-actions {
	display: flex !important;
	justify-content: center;
	flex-wrap: wrap !important;
	gap: 0.75rem !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	pointer-events: auto;
}

body > #hero[data-wave-hero] .button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: auto !important;
	min-width: 10.75rem !important;
	min-height: 3.35rem !important;
	padding: 0 1.7rem !important;
	border-radius: 2px !important;
	font-size: 0.8rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.06em !important;
	line-height: 1 !important;
	text-transform: none !important;
	transition:
		transform 350ms var(--hero-ease),
		border-color 350ms var(--hero-ease),
		background-color 350ms var(--hero-ease),
		box-shadow 350ms var(--hero-ease) !important;
}

body > #hero[data-wave-hero] .button-primary {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	color: #15130f !important;
	border: 1px solid #dcc98f !important;
	background: #d8c080 !important;
	box-shadow: 0 14px 42px rgba(209, 179, 105, 0.14) !important;
}

body > #hero[data-wave-hero] .button-primary::after {
	position: absolute;
	inset: -50% auto -50% -32%;
	z-index: 0;
	width: 22%;
	background: linear-gradient(90deg, transparent, rgba(255, 252, 226, 0.72), transparent);
	content: "";
	opacity: 0.48;
	transform: translateX(-250%) skewX(-18deg);
	pointer-events: none;
}

body > #hero[data-wave-hero].is-hero-ready .button-primary::after {
	animation: hero-button-sheen 6.8s 2s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

body > #hero[data-wave-hero] .button-ghost {
	color: rgba(249, 247, 240, 0.9) !important;
	border: 1px solid rgba(241, 231, 206, 0.24) !important;
	background: rgba(5, 5, 5, 0.34) !important;
	box-shadow: none !important;
	backdrop-filter: blur(8px);
}

body > #hero[data-wave-hero] .button:hover {
	transform: translateY(-2px) !important;
}

body > #hero[data-wave-hero] .button-primary:hover {
	background: #e2ce94 !important;
	box-shadow: 0 18px 50px rgba(209, 179, 105, 0.22) !important;
}

body > #hero[data-wave-hero] .button-ghost:hover {
	border-color: rgba(220, 196, 134, 0.56) !important;
	background: rgba(255, 255, 255, 0.065) !important;
}

body > #hero[data-wave-hero] .button:focus-visible {
	outline: 2px solid #ead69e;
	outline-offset: 4px;
}

body > #hero[data-wave-hero] .hero-capabilities {
	position: absolute;
	bottom: clamp(1.35rem, 3vw, 2.35rem);
	left: clamp(1.35rem, 3.1vw, 3.2rem);
	z-index: 5;
	display: flex;
	gap: 1.45rem;
	margin: 0;
	color: rgba(228, 224, 213, 0.42);
	font-size: 0.58rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1;
	text-transform: uppercase;
	pointer-events: none;
}

body > #hero[data-wave-hero] .hero-capabilities span {
	display: flex;
	align-items: center;
	gap: 1.45rem;
}

body > #hero[data-wave-hero] .hero-capabilities span:not(:last-child)::after {
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background: rgba(216, 189, 121, 0.7);
	content: "";
}

body > #hero[data-wave-hero] .hero-scroll-hint {
	position: absolute;
	right: clamp(1.35rem, 3.1vw, 3.2rem);
	bottom: clamp(1.25rem, 2.9vw, 2.25rem);
	z-index: 5;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.65rem;
	margin: 0;
	color: rgba(228, 224, 213, 0.42);
	font-size: 0.58rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1;
	text-transform: uppercase;
	pointer-events: none;
}

body > #hero[data-wave-hero] .hero-scroll-hint > span {
	display: block;
	position: relative;
	width: 1px;
	height: 2.8rem;
	overflow: hidden;
	background: rgba(216, 189, 121, 0.48);
}

body > #hero[data-wave-hero] .hero-scroll-hint > span::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 48%;
	background: #f2d991;
	box-shadow: 0 0 8px rgba(226, 195, 116, 0.48);
	content: "";
	transform: translateY(-130%);
	animation: hero-scroll-flow 1.9s cubic-bezier(0.45, 0, 0.25, 1) infinite;
}

body > #hero[data-wave-hero].is-static .hero-media {
	background:
		repeating-radial-gradient(
			circle at 50% 50%,
			rgba(216, 189, 121, 0.055) 0,
			rgba(216, 189, 121, 0.055) 1px,
			transparent 2px,
			transparent 4.5rem
		),
		#020202 !important;
}

@keyframes hero-signal-core {
	0% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(0.08);
	}
	16% {
		opacity: 0.16;
		transform: translate(-50%, -50%) scale(0.18);
	}
	31% {
		opacity: 0.62;
		transform: translate(-50%, -50%) scale(0.48);
	}
	58% {
		opacity: 0.18;
		transform: translate(-50%, -50%) scale(1.12);
	}
	100% {
		opacity: 0.035;
		transform: translate(-50%, -50%) scale(1.5);
	}
}

@keyframes hero-signal-ring {
	0% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(0.04);
	}
	26% {
		opacity: 0.24;
	}
	100% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(1.65);
	}
}

@keyframes hero-scroll-flow {
	0% {
		opacity: 0;
		transform: translateY(-130%);
	}
	18% {
		opacity: 1;
	}
	72%,
	100% {
		opacity: 0;
		transform: translateY(230%);
	}
}

@keyframes hero-button-sheen {
	0%,
	14% {
		transform: translateX(-250%) skewX(-18deg);
	}
	31%,
	100% {
		transform: translateX(760%) skewX(-18deg);
	}
}

@media screen and (max-width: 980px) {
	body > #hero.hero[data-wave-hero] {
		min-height: 680px !important;
	}

	body > #hero[data-wave-hero] h1 {
		font-size: clamp(2.5rem, 6vw, 3.75rem) !important;
	}

	body > #hero[data-wave-hero] h1 > span {
		white-space: normal;
		word-break: keep-all;
	}
}

@media screen and (max-width: 640px) {
	body > #hero.hero[data-wave-hero] {
		--hero-header-height: 68px;
		height: 100svh !important;
		min-height: 660px !important;
	}

	body > #hero[data-wave-hero] .hero-sticky {
		padding:
			calc(var(--hero-header-height) + 1rem)
			1.15rem
			4.35rem !important;
	}

	body > #hero[data-wave-hero] .hero-vignette {
		background:
			radial-gradient(
				circle at 18% 30%,
				rgba(45, 70, 108, 0.16),
				transparent 42%
			),
			radial-gradient(
				circle at 82% 68%,
				rgba(124, 87, 30, 0.12),
				transparent 44%
			),
			radial-gradient(
				ellipse at 50% 50%,
				rgba(2, 4, 8, 0.02) 0%,
				rgba(2, 4, 8, 0.08) 42%,
				rgba(2, 4, 8, 0.38) 100%
			),
			linear-gradient(
				180deg,
				rgba(2, 4, 8, 0.18) 0%,
				transparent 25%,
				rgba(2, 4, 8, 0.1) 60%,
				rgba(2, 4, 8, 0.46) 100%
			) !important;
	}

	body > #hero[data-wave-hero] .hero-copy {
		width: 100% !important;
		text-align: center !important;
	}

	body > #hero[data-wave-hero] .eyebrow {
		gap: 0.5rem;
		margin-bottom: 0.8rem !important;
		font-size: 0.56rem !important;
		letter-spacing: 0.14em !important;
	}

	body > #hero[data-wave-hero] .eyebrow span::after {
		width: 1.5rem;
		margin-left: 0.55rem;
	}

	body > #hero[data-wave-hero] h1 {
		max-width: 100% !important;
		margin-bottom: 1rem !important;
		font-size: clamp(2rem, 8.2vw, 2.65rem) !important;
		line-height: 1.18 !important;
	}

	body > #hero[data-wave-hero] .hero-lead {
		margin-bottom: 1.25rem !important;
		font-size: 0.76rem !important;
		line-height: 1.72 !important;
	}

	body > #hero[data-wave-hero] .hero-lead-break {
		display: none;
	}

	body > #hero[data-wave-hero] .hero-actions {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 0.55rem !important;
		width: 100% !important;
	}

	body > #hero[data-wave-hero] .button {
		width: 100% !important;
		min-width: 0 !important;
		min-height: 3rem !important;
		padding-inline: 0.55rem !important;
		font-size: 0.7rem !important;
	}

	body > #hero[data-wave-hero] .hero-capabilities {
		display: none;
	}

	body > #hero[data-wave-hero] .hero-scroll-hint {
		right: auto;
		bottom: 1.15rem;
		left: 50%;
		font-size: 0.5rem;
		white-space: nowrap;
		transform: translateX(-50%);
	}

	body > #hero[data-wave-hero] .hero-scroll-hint > span {
		width: 1px;
		height: 2rem;
	}
}

@media screen and (max-width: 380px) {
	body > #hero[data-wave-hero] h1 {
		font-size: 1.84rem !important;
	}

	body > #hero[data-wave-hero] .hero-lead {
		font-size: 0.72rem !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	body > #hero[data-wave-hero] .hero-canvas,
	body > #hero[data-wave-hero] .hero-wave-core,
	body > #hero[data-wave-hero] .hero-sticky::after,
	body > #hero[data-wave-hero] .hero-copy > *,
	body > #hero[data-wave-hero] h1 > span,
	body > #hero[data-wave-hero] .hero-title-accent,
	body > #hero[data-wave-hero] .button-primary::after,
	body > #hero[data-wave-hero] .hero-scroll-hint > span::after,
	body > #hero[data-wave-hero] .button {
		animation: none !important;
		transition: none !important;
		transform: none !important;
	}

	body > #hero[data-wave-hero] .hero-wave-core,
	body > #hero[data-wave-hero] .hero-sticky::after {
		display: none !important;
	}

	body > #hero[data-wave-hero] .hero-copy > * {
		opacity: 1 !important;
		filter: none !important;
	}

	body > #hero[data-wave-hero] h1 > span {
		opacity: 1 !important;
		clip-path: none !important;
	}
}

/* ==========================================================================
   Unified UI System Overrides
   ========================================================================== */

/* --- 1. Unified Section Headings --- */
.section-heading,
.contact-heading {
	position: relative;
	z-index: 1;
	max-width: 720px;
	margin: 0 auto clamp(2.8rem, 4.5vw, 4rem);
	text-align: center;
}

.section-heading::before,
.contact-heading::before {
	content: "";
	display: block;
	width: 2.8rem;
	height: 1px;
	margin: 0 auto 1.25rem;
	background: linear-gradient(90deg, transparent, var(--gold-accent), transparent);
	opacity: 0.85;
}

.section-heading .date,
.contact-heading .date {
	display: inline-block;
	margin-bottom: 0.75rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	color: var(--gold-accent) !important;
	text-transform: uppercase;
}

.section-heading h2,
.contact-heading h2 {
	margin-bottom: 1rem;
	font-size: clamp(1.85rem, 3.5vw, 2.6rem) !important;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.35;
	color: var(--text-main) !important;
}

.section-heading p,
.contact-heading p {
	max-width: 660px;
	margin-inline: auto;
	color: var(--text-sub);
	font-size: clamp(0.9rem, 1.1vw, 1.02rem);
	line-height: 1.9;
}

/* --- 2. Unified Cards (Support, Style/About, Works, Price, Timeline) --- */
.support-card,
.about-card,
.work-card,
.price-card,
.timeline-content {
	background: var(--card-bg) !important;
	border: 1px solid var(--card-border) !important;
	border-radius: var(--card-radius) !important;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	box-shadow: var(--card-shadow) !important;
	transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
	            border-color 0.4s cubic-bezier(0.16, 1, 0.3, 1),
	            box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1),
	            background 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
	position: relative;
	overflow: hidden;
}

.support-card:hover,
.about-card:hover,
.work-card:hover,
.price-card:hover,
.timeline-content:hover {
	transform: translateY(-6px) !important;
	background: var(--card-bg-hover) !important;
	border-color: var(--card-border-hover) !important;
	box-shadow: var(--card-shadow-hover) !important;
}

/* Card Titles & Body Text Consistency */
.support-card h3,
.about-card h3,
.work-card h3,
.price-card h3,
.timeline-content h3 {
	color: var(--text-main) !important;
	font-size: clamp(1.1rem, 1.4vw, 1.28rem) !important;
	font-weight: 700 !important;
	margin-bottom: 0.75rem !important;
	letter-spacing: 0.03em;
}

.support-card p,
.about-card p,
.work-card p,
.price-card p,
.timeline-content p {
	color: var(--text-sub) !important;
	font-size: 0.92rem !important;
	line-height: 1.85 !important;
	margin-bottom: 1.1rem !important;
}

/* Accent Card Highlight */
.support-card--accent {
	border-color: rgba(223, 197, 144, 0.25) !important;
	background: linear-gradient(135deg, rgba(223, 197, 144, 0.05) 0%, rgba(255, 255, 255, 0.015) 100%) !important;
}

/* Icon / Badges in Cards */
.support-card__icon {
	background: rgba(223, 197, 144, 0.08) !important;
	border: 1px solid rgba(223, 197, 144, 0.22) !important;
	color: var(--gold-accent) !important;
	border-radius: 10px !important;
	font-weight: 700 !important;
}

/* --- 3. Unified Tags (.mini-tags) --- */
.mini-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem 0.55rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mini-tags li {
	background: var(--tag-bg) !important;
	border: 1px solid var(--tag-border) !important;
	color: var(--tag-color) !important;
	border-radius: 9999px !important;
	padding: 0.3rem 0.8rem !important;
	font-size: 0.76rem !important;
	font-weight: 500;
	letter-spacing: 0.02em;
	transition: all 0.3s ease;
}

.support-card:hover .mini-tags li,
.work-card:hover .mini-tags li {
	border-color: rgba(223, 197, 144, 0.35) !important;
	color: var(--gold-light) !important;
	background: rgba(223, 197, 144, 0.06) !important;
}

/* --- 4. Unified Buttons & Action Elements --- */
.button,
a.button,
input[type="submit"].primary {
	border-radius: 10px !important;
	font-weight: 600 !important;
	letter-spacing: 0.06em !important;
	transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
		background 0.3s cubic-bezier(0.16, 1, 0.3, 1),
		border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
		color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
		box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.button-primary,
input[type="submit"].primary,
.nav-cta {
	background: linear-gradient(135deg, var(--gold-accent) 0%, #c4aa72 100%) !important;
	color: #050811 !important;
	border: none !important;
	font-weight: 700 !important;
	box-shadow: 0 4px 16px rgba(223, 197, 144, 0.25) !important;
}

.button-primary:hover,
input[type="submit"].primary:hover,
.nav-cta:hover {
	transform: translateY(-2px) !important;
	background: linear-gradient(135deg, #e8d2a0 0%, var(--gold-accent) 100%) !important;
	box-shadow: 0 8px 24px rgba(223, 197, 144, 0.4) !important;
	color: #000 !important;
}

.button-ghost,
.button.small {
	background: rgba(255, 255, 255, 0.04) !important;
	border: 1px solid rgba(255, 255, 255, 0.15) !important;
	color: var(--text-main) !important;
}

.button-ghost:hover,
.button.small:hover {
	transform: translateY(-2px) !important;
	border-color: var(--gold-accent) !important;
	color: var(--gold-accent) !important;
	background: rgba(223, 197, 144, 0.08) !important;
}

/* --- 5. Contact Form Styling --- */
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
	background: rgba(255, 255, 255, 0.025) !important;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	border-radius: 10px !important;
	color: var(--text-main) !important;
	padding: 0.9rem 1.1rem !important;
	transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease !important;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
	border-color: var(--gold-accent) !important;
	box-shadow: 0 0 16px rgba(223, 197, 144, 0.2) !important;
	background: rgba(255, 255, 255, 0.04) !important;
	outline: none !important;
}

/* --- 6. Section Spacing Harmonization --- */
#main > section {
	padding: clamp(5rem, 8vw, 8.5rem) clamp(1.5rem, 5vw, 4rem) !important;
}

/* --- 7. Price Card & Amount Consistency --- */
.price-card {
	padding: 1.8rem 1.6rem !important;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.price-amount {
	font-size: 1.5rem !important;
	font-weight: 700 !important;
	color: var(--gold-accent) !important;
	margin-bottom: 0.85rem !important;
}

.price-amount span {
	font-size: 0.8rem !important;
	color: var(--text-sub) !important;
	font-weight: 400 !important;
}

/* ==========================================================================
   Seamless Deep Space Background (Hero以下の背景シームレス統一)
   ========================================================================== */
#wrapper {
	background: 
		radial-gradient(ellipse at 50% 15%, rgba(223, 197, 144, 0.05) 0%, transparent 60%),
		radial-gradient(ellipse at 50% 65%, rgba(190, 210, 230, 0.035) 0%, transparent 65%),
		linear-gradient(180deg, var(--bg-space) 0%, var(--bg-deep) 25%, var(--bg-space) 55%, var(--bg-deep) 85%, var(--bg-space) 100%) !important;
	box-shadow: none !important;
}

#main,
#main > section,
#footer,
#footer > section,
#copyright {
	background: transparent !important;
	box-shadow: none !important;
}

/* 真っ黒に分割されていた#footerの背景をシームレス化 */
#footer {
	border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
	position: relative;
}

#footer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--gold-accent), transparent);
	opacity: 0.4;
	pointer-events: none;
}

#copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.04) !important;
	color: var(--text-muted) !important;
	padding: 2.5rem 1rem !important;
}

/* ==========================================================================
   Editorial mobile-first system
   Replaces the repeated glass-card treatment with a quieter, authored layout.
   ========================================================================== */

:root {
	color-scheme: dark;
	--editorial-bg: #050609;
	--editorial-surface: #0a0c10;
	--editorial-line: rgba(239, 235, 224, 0.13);
	--editorial-line-strong: rgba(221, 194, 128, 0.34);
	--editorial-text: #f1eee7;
	--editorial-sub: #aaa9a5;
	--editorial-dim: #777772;
	--editorial-gold: #d8bd7d;
}

html {
	background: var(--editorial-bg) !important;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body,
input,
select,
textarea,
button {
	color-scheme: dark;
}

body {
	background: var(--editorial-bg) !important;
	color: var(--editorial-sub) !important;
	letter-spacing: 0.02em;
}

input,
textarea,
select,
button {
	-webkit-appearance: none;
	appearance: none;
}

.site-header {
	padding-left: max(clamp(1.25rem, 3.2vw, 3.25rem), env(safe-area-inset-left)) !important;
	padding-right: max(clamp(1.25rem, 3.2vw, 3.25rem), env(safe-area-inset-right)) !important;
	background: rgba(5, 6, 9, 0.96) !important;
	border-bottom-color: var(--editorial-line) !important;
	box-shadow: none !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
}

.site-nav a {
	letter-spacing: 0.07em !important;
}

.site-nav .nav-cta {
	background: transparent !important;
	border: 1px solid var(--editorial-line-strong) !important;
	border-radius: 2px !important;
	box-shadow: none !important;
	color: var(--editorial-text) !important;
}

.site-brand,
.site-brand:visited {
	color: var(--editorial-text) !important;
}

.site-brand small {
	color: var(--editorial-gold) !important;
}

.nav-toggle {
	border-color: var(--editorial-line) !important;
	background: var(--editorial-bg) !important;
	box-shadow: none !important;
}

#wrapper {
	background: linear-gradient(180deg, #080a0e 0%, var(--editorial-bg) 46%, #07080b 100%) !important;
	box-shadow: none !important;
}

#main {
	width: min(100%, 1200px);
}

body > #wrapper #main > section,
#main > section {
	padding: clamp(4rem, 6.5vw, 6.25rem) clamp(1.35rem, 4.5vw, 3.75rem) !important;
	border-top: 1px solid var(--editorial-line) !important;
}

#main > section:first-child {
	border-top: 0 !important;
}

.section-heading,
.contact-heading {
	max-width: 48rem;
	margin: 0 0 clamp(2rem, 3.5vw, 2.8rem);
	text-align: left !important;
}

.section-heading::before,
.contact-heading::before {
	display: none !important;
}

.section-heading .date,
.contact-heading .date {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	margin-bottom: 0.65rem;
	color: var(--editorial-gold) !important;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.18em;
}

.section-heading .date::after,
.contact-heading .date::after {
	width: 2.5rem;
	height: 1px;
	background: var(--editorial-line-strong);
	content: "";
}

.section-heading h2,
.contact-heading h2 {
	max-width: 18em;
	margin: 0 0 0.7rem !important;
	color: var(--editorial-text) !important;
	font-size: clamp(1.75rem, 3vw, 2.45rem) !important;
	font-weight: 700 !important;
	letter-spacing: 0.035em;
	line-height: 1.38;
}

.section-heading p,
.contact-heading p {
	max-width: 43rem;
	margin: 0;
	color: var(--editorial-sub) !important;
	font-size: 0.92rem;
	line-height: 1.78;
	text-align: left !important;
}

.support-card,
.about-card,
.price-card,
.timeline-content {
	border: 0 !important;
	border-top: 1px solid var(--editorial-line) !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	overflow: visible !important;
}

.support-card:hover,
.about-card:hover,
.price-card:hover,
.timeline-content:hover {
	transform: none !important;
	border-color: var(--editorial-line-strong) !important;
	background: transparent !important;
	box-shadow: none !important;
}

.support-card::before {
	display: none !important;
}

.support-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 2.5rem;
}

.support-card {
	display: grid;
	grid-template-columns: 2.4rem minmax(0, 1fr);
	column-gap: 0.9rem;
	padding: 1.5rem 0 !important;
}

.support-card--wide {
	grid-column: 1 / -1;
}

.support-card__icon {
	grid-row: 1 / span 3;
	grid-column: 1;
	display: block;
	width: auto;
	height: auto;
	margin: 0;
	padding-top: 0.2rem;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--editorial-gold) !important;
	font-size: 0.66rem !important;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.support-card h3,
.support-card p,
.support-card .mini-tags {
	grid-column: 2;
}

.support-card h3,
.about-card h3,
.work-card h3,
.price-card h3,
.timeline-content h3 {
	margin: 0 0 0.55rem !important;
	color: var(--editorial-text) !important;
	font-size: 1.06rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.025em;
	line-height: 1.55;
}

.support-card p,
.about-card p,
.work-card p,
.price-card p,
.timeline-content p {
	margin: 0 0 0.8rem !important;
	color: var(--editorial-sub) !important;
	font-size: 0.84rem !important;
	line-height: 1.72 !important;
}

.about-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2rem;
}

.about-card {
	padding: 1.35rem 0 0 !important;
}

.mini-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem 0.6rem;
	margin: 0;
}

.mini-tags li {
	display: inline-flex;
	align-items: center;
	min-height: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--editorial-dim) !important;
	font-size: 0.66rem !important;
	font-weight: 500;
	letter-spacing: 0.025em;
	line-height: 1.5;
	transition: color 0.25s ease !important;
}

.mini-tags li:not(:last-child)::after {
	margin-left: 0.6rem;
	color: rgba(216, 189, 125, 0.42);
	content: "/";
}

.support-card:hover .mini-tags li,
.work-card:hover .mini-tags li {
	border: 0 !important;
	background: transparent !important;
	color: var(--editorial-sub) !important;
}

.work-card {
	padding: 0.5rem !important;
	border: 1px solid var(--editorial-line) !important;
	border-radius: 4px !important;
	background: var(--editorial-surface) !important;
	box-shadow: none !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
}

.work-card:hover {
	transform: none !important;
	border-color: var(--editorial-line-strong) !important;
	background: var(--editorial-surface) !important;
	box-shadow: none !important;
}

.work-browser {
	border-radius: 2px;
	box-shadow: none;
}

.work-label {
	min-height: 0;
	margin-bottom: 0.55rem !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0;
	background: transparent !important;
	color: var(--editorial-gold) !important;
	font-size: 0.64rem;
	letter-spacing: 0.07em;
}

.works-grid__standard .work-card__body {
	padding: 1rem 0.55rem 0.55rem;
}

.works-grid__standard .work-card__body > p {
	margin-bottom: 0.8rem !important;
}

.works-grid__standard .mini-tags {
	margin-bottom: 0.85rem;
}

.work-card .button,
.button.small {
	min-height: 44px;
	border-radius: 2px !important;
	background: transparent !important;
	border-color: var(--editorial-line) !important;
	box-shadow: none !important;
	color: var(--editorial-text) !important;
}

.work-card .button:hover,
.button.small:hover {
	transform: none !important;
	border-color: var(--editorial-line-strong) !important;
	background: rgba(216, 189, 125, 0.055) !important;
	color: var(--editorial-gold) !important;
}

.timeline {
	display: grid;
	max-width: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid var(--editorial-line);
}

.timeline::before {
	display: none;
}

.timeline-item,
.timeline-item:last-child {
	display: grid;
	grid-template-columns: 4.5rem minmax(0, 1fr);
	width: 100%;
	margin: 0;
}

.timeline-badge {
	position: static;
	display: block;
	width: auto;
	height: auto;
	padding: 1.25rem 0;
	border: 0;
	border-top: 1px solid var(--editorial-line);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: var(--editorial-gold);
	font-size: 0.68rem;
	letter-spacing: 0.12em;
	transform: none;
}

.timeline-content,
.timeline-item:nth-child(even) .timeline-content,
.timeline-item:nth-child(odd) .timeline-content {
	position: static;
	left: auto !important;
	display: grid;
	grid-template-columns: minmax(13rem, 0.8fr) minmax(0, 1.2fr);
	gap: 2rem;
	width: 100%;
	padding: 1.25rem 0 !important;
	text-align: left !important;
}

.timeline-content h3,
.timeline-content p {
	margin: 0 !important;
	text-align: left !important;
}

.timeline-item:nth-child(odd) .timeline-content p {
	text-align: left !important;
}

.price-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	max-width: none;
	margin: 0;
	border-bottom: 1px solid var(--editorial-line);
}

.price-card {
	display: grid;
	grid-template-columns: minmax(15rem, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(1.5rem, 5vw, 4rem);
	align-items: center;
	padding: 1.3rem 0 !important;
}

.price-card p {
	margin: 0 !important;
}

.price-amount {
	margin: 0 !important;
	color: var(--editorial-gold) !important;
	font-size: 1.2rem !important;
	font-weight: 700 !important;
}

.price-amount span {
	color: var(--editorial-dim) !important;
	font-size: 0.7rem !important;
}

#footer {
	border-top: 1px solid var(--editorial-line) !important;
	background: #07080b !important;
}

#footer::before {
	display: none;
}

#footer > section.contact-lead {
	max-width: 760px !important;
	padding: clamp(4rem, 7vw, 6rem) clamp(1.35rem, 4vw, 2.5rem) clamp(3.5rem, 6vw, 5rem) !important;
}

.contact-form {
	margin: 0 0 2rem !important;
	padding: 1.5rem 0 !important;
	border: 0 !important;
	border-top: 1px solid var(--editorial-line) !important;
	border-bottom: 1px solid var(--editorial-line) !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.contact-form label {
	color: var(--editorial-dim) !important;
	letter-spacing: 0.1em !important;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
	border: 1px solid var(--editorial-line) !important;
	border-radius: 2px !important;
	background: #0b0d11 !important;
	box-shadow: none !important;
	color: var(--editorial-text) !important;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
	color: #777772 !important;
	opacity: 1;
}

.contact-form input:-webkit-autofill,
.contact-form input:-webkit-autofill:hover,
.contact-form input:-webkit-autofill:focus {
	-webkit-text-fill-color: var(--editorial-text) !important;
	caret-color: var(--editorial-text);
	box-shadow: 0 0 0 1000px #0b0d11 inset !important;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
	border-color: var(--editorial-line-strong) !important;
	background: #0b0d11 !important;
	box-shadow: none !important;
}

#footer .contact-form input[type="submit"].primary {
	min-height: 48px;
	border: 1px solid rgba(216, 189, 125, 0.62) !important;
	border-radius: 2px !important;
	background: rgba(216, 189, 125, 0.075) !important;
	box-shadow: none !important;
	color: var(--editorial-text) !important;
}

#footer .contact-form input[type="submit"].primary:hover {
	transform: none !important;
	background: rgba(216, 189, 125, 0.14) !important;
	box-shadow: none !important;
	color: var(--editorial-gold) !important;
}

.contact-info {
	align-items: flex-start !important;
	gap: 0.55rem !important;
	margin: 0 !important;
	text-align: left !important;
}

.contact-info p {
	display: grid;
	grid-template-columns: 7rem minmax(0, 1fr);
	width: 100%;
	color: var(--editorial-sub) !important;
	font-size: 0.8rem !important;
	text-align: left !important;
}

.contact-info span {
	display: inline !important;
	margin: 0 !important;
	color: var(--editorial-dim) !important;
	font-size: 0.64rem !important;
	letter-spacing: 0.1em !important;
}

#copyright {
	padding: 1.5rem 1rem max(1.5rem, env(safe-area-inset-bottom)) !important;
	background: #07080b !important;
}

@media screen and (max-width: 900px) {
	.support-grid,
	.about-grid {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.support-card--wide {
		grid-column: auto;
	}
}

@media screen and (max-width: 640px) {
	body > #wrapper #main > section,
	#main > section {
		padding: 3rem 1.05rem 2.75rem !important;
	}

	.section-heading,
	.contact-heading {
		margin-bottom: 1.75rem;
	}

	.section-heading .date,
	.contact-heading .date {
		margin-bottom: 0.5rem;
		font-size: 0.62rem;
	}

	.section-heading h2,
	.contact-heading h2 {
		margin-bottom: 0.55rem !important;
		font-size: 1.55rem !important;
		line-height: 1.42;
	}

	.section-heading p,
	.contact-heading p {
		font-size: 0.82rem;
		line-height: 1.7;
	}

	.support-card {
		grid-template-columns: 2rem minmax(0, 1fr);
		column-gap: 0.65rem;
		padding: 1.15rem 0 !important;
	}

	.support-card h3,
	.about-card h3,
	.work-card h3,
	.price-card h3,
	.timeline-content h3 {
		font-size: 0.98rem !important;
	}

	.support-card p,
	.about-card p,
	.work-card p,
	.price-card p,
	.timeline-content p {
		font-size: 0.8rem !important;
		line-height: 1.68 !important;
	}

	.about-card {
		padding: 1.15rem 0 !important;
	}

	.works-grid__standard {
		--works-gallery-gap: 0.8rem;
		padding: 0.1rem 0 0.7rem;
	}

	.works-grid__standard .work-card {
		flex-basis: min(82vw, 20rem);
	}

	.works-grid__standard .work-card h3,
	.works-grid__standard .work-card__body > p,
	.works-grid__standard .mini-tags {
		min-block-size: 0;
	}

	.works-grid__standard .work-card__body {
		padding: 0.85rem 0.45rem 0.45rem;
	}

	.work-card .button {
		width: 100%;
		height: 44px;
	}

	.timeline-item,
	.timeline-item:last-child {
		grid-template-columns: 2.6rem minmax(0, 1fr);
	}

	.timeline-badge {
		padding: 1rem 0;
		font-size: 0.62rem;
	}

	.timeline-content,
	.timeline-item:nth-child(even) .timeline-content,
	.timeline-item:nth-child(odd) .timeline-content {
		display: block;
		padding: 1rem 0 !important;
	}

	.timeline-content h3 {
		margin-bottom: 0.35rem !important;
	}

	.price-card {
		display: block;
		padding: 1.1rem 0 !important;
	}

	.price-card h3 {
		margin-bottom: 0.2rem !important;
	}

	.price-amount {
		margin-bottom: 0.45rem !important;
		font-size: 1.08rem !important;
	}

	#footer > section.contact-lead {
		padding: 3.25rem 1.05rem 2.75rem !important;
	}

	.contact-form {
		padding: 1.15rem 0 !important;
		margin-bottom: 1.5rem !important;
	}

	.contact-form .field {
		margin-bottom: 0.9rem !important;
	}

	.contact-form input[type="text"],
	.contact-form input[type="email"] {
		min-height: 46px;
		padding: 0.65rem 0.8rem !important;
	}

	.contact-form textarea {
		min-height: 8rem;
		padding: 0.75rem 0.8rem !important;
	}

	.contact-info p {
		grid-template-columns: 5.75rem minmax(0, 1fr);
		font-size: 0.74rem !important;
	}
}

@media (prefers-color-scheme: light), (prefers-color-scheme: dark) {
	html,
	body {
		background-color: var(--editorial-bg) !important;
		color: var(--editorial-sub) !important;
	}
}

/* ==========================================================================
   Visual rhythm pass
   Adds glanceable landmarks without returning to generic glass UI.
   ========================================================================== */

:root {
	--ink-blue: #101923;
	--ink-umber: #211a11;
	--ink-slate: #11161d;
	--ink-teal: #102026;
	--surface-blue: #17222e;
	--surface-warm: #282016;
	--page-graphite: #17191e;
	--card-graphite: #1d2026;
}

#wrapper {
	position: relative;
	isolation: isolate;
	background:
		radial-gradient(ellipse 72% 19% at 48% 7%, rgba(205, 169, 99, 0.16), transparent 73%),
		radial-gradient(ellipse 58% 28% at 92% 56%, rgba(96, 122, 135, 0.13), transparent 76%),
		linear-gradient(180deg, #22242a 0%, #1b1e23 47%, #1e2025 100%) !important;
}

#wrapper::before {
	position: absolute !important;
	inset: 0 !important;
	z-index: 0 !important;
	display: block !important;
	width: auto !important;
	height: auto !important;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E") !important;
	background-repeat: repeat !important;
	content: "" !important;
	opacity: 0.055 !important;
	mix-blend-mode: soft-light;
	pointer-events: none !important;
}

#main,
#footer,
#copyright {
	position: relative;
	z-index: 1;
}

body > #wrapper #main > section {
	position: relative;
	overflow: hidden;
}

body > #wrapper #main > #support {
	background: transparent !important;
}

body > #wrapper #main > #style {
	background: transparent !important;
}

body > #wrapper #main > #works {
	background: transparent !important;
}

body > #wrapper #main > #works::before {
	position: absolute;
	top: -12rem;
	left: 50%;
	z-index: 0;
	width: min(88rem, 125%);
	height: 38rem;
	background: radial-gradient(ellipse at center, rgba(220, 187, 119, 0.13), transparent 68%);
	content: "";
	transform: translateX(-50%);
	pointer-events: none;
}

body > #wrapper #main > #workflow {
	background: transparent !important;
}

body > #wrapper #main > #price {
	background: transparent !important;
}

#main > section[data-section-index]::after {
	display: none;
}

.section-heading,
.support-grid,
.about-grid,
.works-grid,
.timeline,
.price-grid {
	position: relative;
	z-index: 1;
}

.support-grid {
	grid-template-columns: 1fr;
	gap: 0.7rem;
}

.support-card,
.support-card--accent,
.support-card--wide {
	grid-column: auto;
	grid-template-columns: 4.2rem minmax(0, 1fr);
	column-gap: 1rem;
	min-height: 8.75rem;
	padding: 1.35rem !important;
	border: 1px solid rgba(238, 234, 223, 0.16) !important;
	background: rgba(40, 43, 50, 0.82) !important;
}

.support-card:nth-child(even) {
	background: rgba(40, 43, 50, 0.82) !important;
}

.support-card:nth-child(3n) {
	background: rgba(40, 43, 50, 0.82) !important;
}

.support-card:hover {
	border-color: rgba(216, 189, 125, 0.3) !important;
	background: rgba(37, 40, 46, 0.94) !important;
}

.support-card__icon {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding-top: 0 !important;
	color: rgba(216, 189, 125, 0.78) !important;
	font-size: 1.45rem !important;
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1;
}

.support-card h3 {
	font-size: 1.02rem !important;
}

.style-compact {
	padding-block: clamp(3rem, 4vw, 4rem) !important;
}

.style-compact__inner {
	display: grid;
	grid-template-columns: minmax(17rem, 0.9fr) minmax(20rem, 1.1fr);
	grid-template-rows: auto auto;
	gap: 0.7rem clamp(2.5rem, 6vw, 6rem);
	align-items: end;
}

.style-compact__inner .date {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	margin: 0;
	color: var(--editorial-gold);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.style-compact__inner .date::after {
	width: 2.5rem;
	height: 1px;
	background: var(--editorial-line-strong);
	content: "";
}

.style-compact__inner h2 {
	margin: 0 !important;
	color: var(--editorial-text) !important;
	font-size: clamp(1.65rem, 2.7vw, 2.35rem) !important;
	font-weight: 700 !important;
	letter-spacing: 0.03em;
	line-height: 1.42;
	text-transform: none !important;
}

.style-compact__inner p {
	grid-column: 2;
	grid-row: 1 / span 2;
	max-width: 38rem;
	margin: 0 !important;
	color: var(--editorial-sub) !important;
	font-size: 0.9rem !important;
	line-height: 1.85 !important;
}

.about-grid {
	gap: 0.8rem;
}

.about-card {
	display: flex;
	flex-direction: column;
	min-height: 11.5rem;
	padding: 1.45rem !important;
	border: 1px solid rgba(238, 234, 223, 0.13) !important;
	background: rgba(31, 34, 40, 0.86) !important;
}

.about-card::before {
	display: block;
	width: 2.25rem;
	height: 1px;
	margin-bottom: 1.2rem;
	background: rgba(216, 189, 125, 0.72);
	content: "";
}

.about-card:nth-child(2) {
	background: rgba(31, 34, 40, 0.86) !important;
}

.about-card:nth-child(3) {
	background: rgba(31, 34, 40, 0.86) !important;
}

.work-card {
	border-color: rgba(238, 234, 223, 0.16) !important;
	background: rgba(35, 38, 45, 0.96) !important;
}

.timeline {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem;
	border: 0;
}

.timeline-item,
.timeline-item:last-child {
	display: block;
	min-width: 0;
	min-height: 12rem;
	border: 1px solid rgba(238, 234, 223, 0.16);
	border-top: 2px solid rgba(216, 189, 125, 0.48);
	background: rgba(40, 43, 50, 0.82);
}

.timeline-item:nth-child(even) {
	background: rgba(40, 43, 50, 0.82);
}

.timeline-badge {
	padding: 1.15rem 1.2rem 0.75rem;
	border: 0;
	color: rgba(216, 189, 125, 0.76);
	font-size: 1.25rem;
	font-weight: 400;
}

.timeline-content,
.timeline-item:nth-child(even) .timeline-content,
.timeline-item:nth-child(odd) .timeline-content {
	display: block;
	padding: 0 1.2rem 1.2rem !important;
	border: 0 !important;
	background: transparent !important;
}

.timeline-content h3 {
	margin-bottom: 0.45rem !important;
}

.price-grid {
	gap: 0.55rem;
	border: 0;
}

.price-card {
	display: block;
	padding: 0 !important;
	border: 1px solid rgba(238, 234, 223, 0.16) !important;
	background: rgba(40, 43, 50, 0.82) !important;
}

.price-card:nth-child(even) {
	background: rgba(40, 43, 50, 0.82) !important;
}

.price-card summary {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1rem;
	align-items: center;
	min-height: 5.25rem;
	padding: 1rem 1.2rem;
	cursor: pointer;
	list-style: none;
}

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

.price-card__summary {
	display: grid;
	grid-template-columns: minmax(13rem, 1fr) auto;
	gap: 1rem;
	align-items: center;
}

.price-card__name {
	color: var(--editorial-text);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.45;
}

.price-card__toggle {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	color: var(--editorial-dim);
	font-size: 0.66rem;
	letter-spacing: 0.08em;
}

.price-card__toggle::after {
	color: var(--editorial-gold);
	content: "+";
	font-size: 1.1rem;
	font-weight: 300;
}

.price-card[open] .price-card__toggle::after {
	content: "−";
}

.price-card > p {
	margin: 0 !important;
	padding: 0.95rem 1.2rem 1.1rem !important;
	border-top: 1px solid rgba(238, 234, 223, 0.08);
}

#footer {
	background:
		radial-gradient(ellipse 70% 55% at 12% 16%, rgba(198, 158, 88, 0.12), transparent 72%),
		#1d2025 !important;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
	background: #121820 !important;
}

@media screen and (min-width: 901px) {
	.support-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.support-card:nth-child(n) {
		grid-column: auto;
	}
}

@media screen and (min-width: 641px) and (max-width: 900px) {
	.support-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 640px) {
	.support-grid {
		gap: 0.55rem;
	}

	.support-card,
	.support-card--accent,
	.support-card--wide {
		grid-template-columns: 3.2rem minmax(0, 1fr);
		min-height: 0;
		padding: 1.05rem !important;
	}

	.support-card__icon {
		font-size: 1.15rem !important;
	}

	.support-card p {
		margin-bottom: 0 !important;
	}

	.support-card .mini-tags {
		display: none;
	}

	.style-compact {
		padding-block: 2.75rem !important;
	}

	.style-compact__inner {
		display: block;
	}

	.style-compact__inner .date {
		margin-bottom: 0.65rem;
	}

	.style-compact__inner h2 {
		margin-bottom: 0.8rem !important;
		font-size: 1.55rem !important;
	}

	.style-compact__inner p {
		font-size: 0.82rem !important;
		line-height: 1.75 !important;
	}

	.about-grid {
		gap: 0.55rem;
	}

	.about-card {
		display: block;
		min-height: 0;
		padding: 1.05rem !important;
	}

	.about-card::before {
		margin-bottom: 0.85rem;
	}

	.timeline {
		grid-template-columns: none;
		grid-auto-flow: column;
		grid-auto-columns: min(82vw, 20rem);
		gap: 0.65rem;
		overflow-x: auto;
		overflow-y: hidden;
		padding-bottom: 0.35rem;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.timeline::-webkit-scrollbar {
		display: none;
	}

	.timeline-item,
	.timeline-item:last-child {
		min-height: 10.75rem;
		scroll-snap-align: start;
	}

	.workflow-section .section-heading::after {
		display: block;
		margin-top: 0.8rem;
		color: var(--editorial-dim);
		content: "3つの工程を横にスワイプ";
		font-size: 0.64rem;
		letter-spacing: 0.06em;
	}

	.price-card summary {
		min-height: 4.65rem;
		padding: 0.85rem 0.95rem;
	}

	.price-card__summary {
		grid-template-columns: 1fr;
		gap: 0.2rem;
	}

	.price-card__name {
		font-size: 0.9rem;
	}

	.price-card__toggle {
		font-size: 0;
	}

	.price-card__toggle::after {
		font-size: 1.15rem;
	}

	.price-card > p {
		padding: 0.8rem 0.95rem 0.95rem !important;
	}
}

/* Contact heading: a restrained animated cue toward the consultation form. */
#footer .contact-heading .contact-cta-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(0.65rem, 1.8vw, 1rem);
}

.contact-cta-title__arrows {
	display: inline-flex;
	gap: 0.36em;
	align-items: center;
	justify-content: center;
	font-size: 0.7em;
	line-height: 1;
}

.contact-cta-title__arrows span {
	position: relative;
	display: block;
	width: 13px;
	height: 13px;
	overflow: hidden;
	color: transparent;
	animation:
		contact-chevron-fall 2.8s linear infinite,
		contact-chevron-fade 2.8s ease-in-out infinite;
	backface-visibility: hidden;
	transform: translate3d(0, -5px, 0) rotate(45deg);
	transform-origin: 50% 50%;
	will-change: transform, opacity;
}

.contact-cta-title__arrows span::before {
	position: absolute;
	inset: 0;
	border-right: 1.5px solid rgba(229, 204, 143, 1);
	border-bottom: 1.5px solid rgba(229, 204, 143, 1);
	content: "";
	filter:
		drop-shadow(0 0 3px rgba(229, 204, 143, 0.55))
		drop-shadow(0 0 7px rgba(216, 189, 125, 0.28));
}

.contact-cta-title__arrows span:nth-child(2) {
	animation-delay: 0s;
}

@keyframes contact-chevron-fall {
	0% {
		transform: translate3d(0, -5px, 0) rotate(45deg);
	}
	100% {
		transform: translate3d(0, 5px, 0) rotate(45deg);
	}
}

@keyframes contact-chevron-fade {
	0%, 100% {
		opacity: 0;
	}
	35%, 65% {
		opacity: 1;
	}
}

@media screen and (max-width: 640px) {
	#footer .contact-heading .contact-cta-title {
		gap: 0.5rem;
		font-size: 1.45rem;
		letter-spacing: 0.02em;
	}
}

@media (prefers-reduced-motion: reduce) {
	.contact-cta-title__arrows span {
		animation: none;
		opacity: 0.68;
		transform: rotate(45deg);
	}
}

.contact-form__status {
	margin: 0 0 1.25rem !important;
	padding: 0.9rem 1rem;
	border: 1px solid rgba(216, 189, 125, 0.28);
	background: rgba(216, 189, 125, 0.06);
	color: var(--editorial-text) !important;
	font-size: 0.82rem !important;
	line-height: 1.7 !important;
	text-align: left;
}

.contact-form__status[hidden] {
	display: none !important;
}

.contact-form__status.is-success {
	border-color: rgba(216, 189, 125, 0.48);
}

.contact-form__status.is-error {
	border-color: rgba(196, 126, 112, 0.45);
	background: rgba(196, 126, 112, 0.07);
}
