/**
 * SOA Service Page — Premium Cinema Design
 * v1.9.141
 */

/* ===== Base ===== */
.sv-page {
	--sv-navy: #06111c;
	--sv-navy-2: #0a1c2e;
	--sv-navy-3: #02080f;
	--sv-gold: #b58a4a;
	--sv-gold-light: #d4b27a;
	--sv-gold-bright: #e8c98a;
	--sv-white: #f5f3ee;
	--sv-gray: #8a96a6;
	--sv-line: rgba(181, 138, 74, 0.18);
	--sv-line-strong: rgba(181, 138, 74, 0.4);
	--sv-bar-h: 70px;

	background: var(--sv-navy);
	color: var(--sv-white);
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, sans-serif;
	overflow-x: hidden;
	position: relative;
	cursor: none;
}

@media (max-width: 900px) {
	.sv-page {
		cursor: auto;
		--sv-bar-h: 50px;
	}
	.sv-cursor { display: none !important; }
}

.sv-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 32px;
	position: relative;
}

@media (max-width: 768px) {
	.sv-container { padding: 0 20px; }
}

/* ===== カスタムカーソル ===== */
.sv-cursor {
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 9999;
	transform: translate3d(-50%, -50%, 0);
	transition: opacity 0.3s;
	mix-blend-mode: difference;
}

.sv-cursor__ring {
	width: 36px;
	height: 36px;
	border: 1px solid var(--sv-gold-light);
	border-radius: 50%;
	transition: width 0.3s, height 0.3s, border-color 0.3s;
}

.sv-cursor__dot {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 4px;
	height: 4px;
	background: var(--sv-gold);
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.sv-cursor__label {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: 'Courier New', monospace;
	font-size: 10px;
	color: var(--sv-gold-light);
	letter-spacing: 2px;
	opacity: 0;
	transition: opacity 0.3s;
	white-space: nowrap;
}

.sv-cursor.is-hover .sv-cursor__ring {
	width: 70px;
	height: 70px;
	border-color: var(--sv-gold);
}

.sv-cursor.is-hover .sv-cursor__dot { opacity: 0; }
.sv-cursor.is-hover .sv-cursor__label { opacity: 1; }

/* ===== フィルムグレイン ===== */
.sv-grain {
	position: fixed;
	inset: 0;
	pointer-events: none;
	z-index: 1;
	opacity: 0.06;
	background-image:
		radial-gradient(rgba(255,255,255,0.5) 0.5px, transparent 0.5px),
		radial-gradient(rgba(255,255,255,0.3) 0.5px, transparent 0.5px);
	background-size: 4px 4px, 6px 6px;
	background-position: 0 0, 2px 2px;
	animation: sv-grain-shift 0.4s steps(4) infinite;
}

@keyframes sv-grain-shift {
	0%   { transform: translate(0, 0); }
	25%  { transform: translate(-2px, 1px); }
	50%  { transform: translate(1px, -2px); }
	75%  { transform: translate(-1px, 2px); }
	100% { transform: translate(0, 0); }
}

/* ===== シネマスコープ黒帯 ===== */
.sv-bar {
	position: absolute;
	left: 0;
	right: 0;
	height: var(--sv-bar-h);
	background: #000;
	z-index: 5;
	display: flex;
	align-items: center;
}

.sv-bar--top { top: 0; border-bottom: 1px solid var(--sv-line); }
.sv-bar--bottom { bottom: 0; border-top: 1px solid var(--sv-line); }

.sv-bar__inner {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 32px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: center;
}

.sv-bar__col {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.sv-bar__col--center { align-items: center; }
.sv-bar__col--right { align-items: flex-end; }

.sv-bar__primary {
	font-family: 'Courier New', monospace;
	font-size: 11px;
	color: var(--sv-gold);
	letter-spacing: 3px;
	display: flex;
	align-items: center;
	gap: 6px;
}

.sv-bar__secondary {
	font-family: 'Courier New', monospace;
	font-size: 9px;
	color: var(--sv-gray);
	letter-spacing: 2px;
}

.sv-bar__dot {
	display: inline-block;
	width: 6px;
	height: 6px;
	background: var(--sv-gold);
	border-radius: 50%;
	animation: sv-pulse 1.5s ease-in-out infinite;
}

@keyframes sv-pulse {
	0%, 100% { opacity: 1; transform: scale(1); }
	50% { opacity: 0.4; transform: scale(0.85); }
}

@media (max-width: 768px) {
	.sv-bar__inner { padding: 0 16px; }
	.sv-bar__primary { font-size: 9px; letter-spacing: 1.5px; }
	.sv-bar__secondary { font-size: 8px; letter-spacing: 1px; }
	.sv-bar__col--center .sv-bar__secondary,
	.sv-bar__col--left .sv-bar__secondary,
	.sv-bar__col--right .sv-bar__secondary {
		display: none;
	}
}

/* ===== カメラフレームマーカー ===== */
.sv-frame {
	position: absolute;
	top: var(--sv-bar-h);
	left: 32px;
	right: 32px;
	bottom: var(--sv-bar-h);
	pointer-events: none;
	z-index: 3;
}

.sv-frame__corner {
	position: absolute;
	width: 24px;
	height: 24px;
	border: 1.5px solid var(--sv-gold);
}

.sv-frame__corner--tl { top: 30px; left: 30px; border-right: 0; border-bottom: 0; }
.sv-frame__corner--tr { top: 30px; right: 30px; border-left: 0; border-bottom: 0; }
.sv-frame__corner--bl { bottom: 30px; left: 30px; border-right: 0; border-top: 0; }
.sv-frame__corner--br { bottom: 30px; right: 30px; border-left: 0; border-top: 0; }

@media (max-width: 768px) {
	.sv-frame { left: 16px; right: 16px; }
	.sv-frame__corner { width: 14px; height: 14px; }
	.sv-frame__corner--tl, .sv-frame__corner--tr { top: 16px; }
	.sv-frame__corner--bl, .sv-frame__corner--br { bottom: 16px; }
	.sv-frame__corner--tl, .sv-frame__corner--bl { left: 16px; }
	.sv-frame__corner--tr, .sv-frame__corner--br { right: 16px; }
}

/* ===== HERO ===== */
.sv-hero {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	overflow: hidden;
	padding: var(--sv-bar-h) 0;
}

.sv-hero__media {
	position: absolute;
	inset: var(--sv-bar-h) 0;
}

.sv-hero__video,
.sv-hero__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-size: cover;
	background-position: center;
}

.sv-hero__image--default {
	background:
		radial-gradient(ellipse at 30% 40%, #1a2a3e 0%, #06111c 60%),
		radial-gradient(ellipse at 70% 60%, #b58a4a22 0%, transparent 50%);
}

.sv-hero__vignette {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse at center, transparent 30%, rgba(0,0,0,0.6) 100%),
		linear-gradient(180deg, rgba(6,17,28,0.3) 0%, rgba(6,17,28,0.8) 100%);
}

.sv-hero__content {
	position: relative;
	z-index: 4;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 96px;
	text-align: center;
}

@media (max-width: 768px) {
	.sv-hero__content { padding: 0 32px; }
}

.sv-hero__title {
	font-family: 'Playfair Display', 'Noto Serif JP', serif;
	font-size: clamp(48px, 11vw, 120px);
	font-weight: 200;
	margin: 0 0 32px;
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: var(--sv-white);
	position: relative;
	display: inline-block;
}

.sv-hero__title-line {
	display: block;
	overflow: hidden;
}

.sv-hero__orb {
	display: inline-block;
	width: clamp(20px, 2.5vw, 32px);
	height: clamp(20px, 2.5vw, 32px);
	border-radius: 50%;
	background:
		radial-gradient(circle at 30% 30%, var(--sv-gold-bright), var(--sv-gold) 50%, #7a5828 100%);
	box-shadow:
		0 0 20px rgba(212, 178, 122, 0.5),
		0 0 40px rgba(212, 178, 122, 0.3),
		inset -2px -2px 6px rgba(0, 0, 0, 0.3);
	margin-left: -8px;
	margin-bottom: 0.05em;
	vertical-align: baseline;
	animation: sv-orb-pulse 3s ease-in-out infinite;
}

@keyframes sv-orb-pulse {
	0%, 100% {
		box-shadow:
			0 0 20px rgba(212, 178, 122, 0.5),
			0 0 40px rgba(212, 178, 122, 0.3),
			inset -2px -2px 6px rgba(0, 0, 0, 0.3);
		transform: scale(1);
	}
	50% {
		box-shadow:
			0 0 30px rgba(212, 178, 122, 0.7),
			0 0 60px rgba(212, 178, 122, 0.5),
			inset -2px -2px 6px rgba(0, 0, 0, 0.3);
		transform: scale(1.08);
	}
}

.sv-hero__divider {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin: 0 0 24px;
}

.sv-hero__divider-line {
	width: 40px;
	height: 1px;
	background: var(--sv-gold);
}

.sv-hero__subtitle {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: clamp(13px, 1.4vw, 15px);
	color: var(--sv-white);
	letter-spacing: 0.05em;
}

.sv-hero__lead {
	font-size: 13px;
	color: var(--sv-gray);
	margin: 0 0 48px;
	line-height: 1.9;
	letter-spacing: 0.04em;
}

/* ===== Button ===== */
.sv-btn {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	padding: 18px 36px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-decoration: none;
	transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	cursor: none;
}

.sv-btn__arrow { transition: transform 0.3s; }
.sv-btn:hover .sv-btn__arrow { transform: translateX(6px); }

.sv-btn--cinema {
	color: var(--sv-white);
	background: rgba(6, 17, 28, 0.5);
	border: 1px solid var(--sv-gold);
	padding-left: 50px;
}

.sv-btn--cinema .sv-btn__accent {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 6px;
	background: var(--sv-gold);
	transition: width 0.4s;
}

.sv-btn--cinema:hover {
	color: var(--sv-navy);
	background: var(--sv-gold);
}

.sv-btn--cinema:hover .sv-btn__accent { width: 100%; }
.sv-btn--cinema .sv-btn__label,
.sv-btn--cinema .sv-btn__arrow {
	position: relative;
	z-index: 2;
}

.sv-btn--outline {
	color: var(--sv-white);
	background: transparent;
	border: 1px solid var(--sv-line-strong);
}

.sv-btn--outline:hover {
	border-color: var(--sv-gold);
	color: var(--sv-gold-light);
	background: rgba(181, 138, 74, 0.06);
}

.sv-btn--gold-solid {
	background: var(--sv-gold);
	color: var(--sv-navy);
	font-weight: 600;
}

.sv-btn--gold-solid:hover {
	background: var(--sv-gold-light);
	transform: translateY(-2px);
}

/* ===== Section ===== */
.sv-section {
	padding: 160px 0;
	position: relative;
	z-index: 2;
}

@media (max-width: 768px) {
	.sv-section { padding: 100px 0; }
}

.sv-section__head {
	margin-bottom: 80px;
	text-align: center;
	position: relative;
}

.sv-section__head--left { text-align: left; }

.sv-chapter { margin-bottom: 20px; }

.sv-chapter__badge {
	display: inline-block;
	padding: 6px 16px 6px 14px;
	font-family: 'Courier New', monospace;
	font-size: 10px;
	color: var(--sv-gold);
	letter-spacing: 3px;
	border: 1px solid var(--sv-gold);
	clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 50%, 100% 100%, 0 100%);
}

.sv-section__eyebrow {
	font-family: 'Courier New', monospace;
	font-size: 11px;
	color: var(--sv-gold);
	letter-spacing: 3px;
	margin: 0 0 16px;
}

.sv-section__title {
	font-family: 'Playfair Display', 'Noto Serif JP', serif;
	font-size: clamp(36px, 5vw, 56px);
	font-weight: 200;
	margin: 0 0 24px;
	letter-spacing: -0.01em;
	line-height: 1.2;
	color: var(--sv-white);
}

.sv-section__desc {
	font-size: 14px;
	color: var(--sv-gray);
	margin: 0;
	line-height: 1.95;
	max-width: 640px;
	letter-spacing: 0.04em;
}

.sv-section__desc--left { max-width: 540px; }

/* 巨大背景タイポ */
.sv-section__bg-text {
	position: absolute;
	top: 50%;
	right: -40px;
	transform: translateY(-50%);
	font-family: 'Playfair Display', serif;
	font-size: clamp(180px, 28vw, 360px);
	font-weight: 100;
	color: var(--sv-navy-2);
	pointer-events: none;
	user-select: none;
	z-index: 0;
	line-height: 1;
	opacity: 0.6;
}

.sv-section__bg-text--wide {
	font-size: clamp(120px, 22vw, 280px);
	right: auto;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* ===== SCOPE — マサイクグリッド ===== */
.sv-scope { background: var(--sv-navy); position: relative; }

.sv-scope__grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 220px 220px;
	gap: 16px;
	position: relative;
	z-index: 2;
}

.sv-scope__item--large { grid-column: span 2; grid-row: span 2; }
.sv-scope__item--wide { grid-column: span 1; grid-row: span 1; }
.sv-scope__item--small { grid-column: span 1; grid-row: span 1; }
.sv-scope__item--wide-bottom { grid-column: span 2; grid-row: span 1; }
.sv-scope__item--medium { grid-column: span 1; grid-row: span 1; }

@media (max-width: 900px) {
	.sv-scope__grid {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
	}
	.sv-scope__item--large { grid-column: span 2; min-height: 280px; }
	.sv-scope__item--wide-bottom { grid-column: span 2; }
}

@media (max-width: 600px) {
	.sv-scope__grid {
		grid-template-columns: 1fr;
	}
	.sv-scope__item,
	.sv-scope__item--large,
	.sv-scope__item--wide-bottom { grid-column: span 1; min-height: 180px; }
}

.sv-scope__item {
	position: relative;
	background: var(--sv-navy-2);
	border: 1px solid rgba(181, 138, 74, 0.18);
	padding: 32px;
	transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
	overflow: hidden;
}

.sv-scope__item:hover {
	border-color: var(--sv-gold);
	background: #0c2236;
}

.sv-scope__inner {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.sv-scope__num {
	font-family: 'Courier New', monospace;
	font-size: 10px;
	color: var(--sv-gold);
	letter-spacing: 2px;
}

.sv-scope__title {
	font-family: 'Playfair Display', 'Noto Serif JP', serif;
	font-size: clamp(16px, 1.8vw, 22px);
	font-weight: 400;
	color: var(--sv-white);
	margin: 0 0 12px;
	letter-spacing: 0.02em;
}

.sv-scope__item--large .sv-scope__title { font-size: clamp(22px, 2.6vw, 30px); }

.sv-scope__desc {
	font-size: 12px;
	color: var(--sv-gray);
	line-height: 1.8;
	margin: 0;
}

.sv-scope__play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sv-scope__play-ring {
	position: absolute;
	inset: 0;
	border: 1px solid var(--sv-gold);
	border-radius: 50%;
	animation: sv-play-ring 2s ease-out infinite;
}

@keyframes sv-play-ring {
	0% { transform: scale(0.9); opacity: 1; }
	100% { transform: scale(1.4); opacity: 0; }
}

.sv-scope__play-icon {
	width: 0;
	height: 0;
	border-left: 18px solid var(--sv-gold);
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	margin-left: 4px;
}

/* ===== STRENGTH — ペーパー積層 ===== */
.sv-strength {
	background: var(--sv-navy-2);
	position: relative;
}

.sv-strength__layers {
	position: relative;
	z-index: 2;
	max-width: 900px;
	margin: 0 auto;
}

.sv-strength__layer {
	display: grid;
	grid-template-columns: 160px 1fr;
	gap: 40px;
	padding: 48px 0;
	border-bottom: 1px solid var(--sv-line);
	align-items: start;
}

.sv-strength__layer:last-child { border-bottom: 0; }

.sv-strength__layer--2 { padding-left: 80px; }
.sv-strength__layer--3 { padding-left: 0; }

@media (max-width: 768px) {
	.sv-strength__layer {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 36px 0;
	}
	.sv-strength__layer--2 { padding-left: 0; }
}

.sv-strength__num-col {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.sv-strength__line {
	display: block;
	width: 2px;
	height: 80px;
	background: var(--sv-gold);
	flex-shrink: 0;
	margin-top: 16px;
}

.sv-strength__num {
	font-family: 'Playfair Display', serif;
	font-size: clamp(60px, 7vw, 100px);
	font-weight: 200;
	color: var(--sv-gold);
	line-height: 1;
	letter-spacing: -0.05em;
	opacity: 0.9;
}

.sv-strength__eyebrow {
	font-family: 'Courier New', monospace;
	font-size: 10px;
	color: var(--sv-gray);
	letter-spacing: 3px;
	margin: 0 0 12px;
}

.sv-strength__title {
	font-family: 'Playfair Display', 'Noto Serif JP', serif;
	font-size: clamp(20px, 2.4vw, 28px);
	font-weight: 300;
	color: var(--sv-white);
	margin: 0 0 16px;
	line-height: 1.4;
	letter-spacing: 0.01em;
}

.sv-strength__sep {
	display: block;
	width: 40px;
	height: 1px;
	background: var(--sv-gold);
	margin: 16px 0;
}

.sv-strength__desc {
	font-size: 13px;
	color: var(--sv-gray);
	line-height: 1.95;
	margin: 0;
	letter-spacing: 0.04em;
	max-width: 540px;
}

/* ===== PROBLEM ===== */
.sv-problem { background: var(--sv-navy); }

.sv-problem__list {
	list-style: none;
	margin: 0;
	padding: 0;
	max-width: 900px;
}

.sv-problem__item {
	position: relative;
	display: grid;
	grid-template-columns: 80px 1fr 60px;
	align-items: center;
	gap: 24px;
	padding: 28px 0;
	border-bottom: 1px solid var(--sv-line);
	transition: padding 0.4s;
}

.sv-problem__item:hover { padding-left: 16px; }

.sv-problem__num {
	font-family: 'Courier New', monospace;
	font-size: 11px;
	color: var(--sv-gold);
	letter-spacing: 2px;
}

.sv-problem__text {
	font-size: 15px;
	color: var(--sv-white);
	line-height: 1.7;
	letter-spacing: 0.04em;
}

.sv-problem__line {
	display: block;
	height: 1px;
	background: var(--sv-gold);
	width: 0;
	transition: width 0.5s ease;
	justify-self: end;
}

.sv-problem__item:hover .sv-problem__line { width: 60px; }

@media (max-width: 768px) {
	.sv-problem__item { grid-template-columns: 50px 1fr; }
	.sv-problem__line { display: none; }
	.sv-problem__text { font-size: 14px; }
}

/* ===== FLOW — フィルムストリップ ===== */
.sv-flow {
	background: var(--sv-navy-3);
	padding-bottom: 80px;
}

.sv-filmstrip {
	margin: 60px 0 40px;
	background: linear-gradient(180deg, #1a1a1a 0%, #0a0a0a 50%, #1a1a1a 100%);
	padding: 36px 0;
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: thin;
	scrollbar-color: var(--sv-gold) transparent;
	position: relative;
}

.sv-filmstrip::-webkit-scrollbar { height: 4px; }
.sv-filmstrip::-webkit-scrollbar-track { background: transparent; }
.sv-filmstrip::-webkit-scrollbar-thumb { background: var(--sv-gold); }

.sv-filmstrip__perforations {
	display: flex;
	justify-content: space-around;
	padding: 0 40px;
}

.sv-filmstrip__perforations--top { margin-bottom: 24px; }
.sv-filmstrip__perforations--bottom { margin-top: 24px; }

.sv-filmstrip__perforations span {
	display: block;
	width: 12px;
	height: 16px;
	background: var(--sv-navy-3);
	border-radius: 2px;
}

.sv-filmstrip__frames {
	display: flex;
	gap: 16px;
	padding: 0 40px;
	min-width: max-content;
}

.sv-filmstrip__frame {
	flex-shrink: 0;
	width: 180px;
	height: 220px;
	padding: 20px;
	background: var(--sv-navy);
	border: 1px solid var(--sv-line-strong);
	display: flex;
	flex-direction: column;
	transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.sv-filmstrip__frame:hover {
	background: var(--sv-navy-2);
	border-color: var(--sv-gold);
	transform: translateY(-4px);
}

.sv-filmstrip__num {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 28px;
}

.sv-filmstrip__num-text {
	font-family: 'Courier New', monospace;
	font-size: 10px;
	color: var(--sv-gold);
	letter-spacing: 2px;
}

.sv-filmstrip__num-line {
	flex: 1;
	height: 1px;
	background: var(--sv-line-strong);
}

.sv-filmstrip__title {
	font-family: 'Playfair Display', 'Noto Serif JP', serif;
	font-size: 17px;
	font-weight: 400;
	color: var(--sv-white);
	margin: 0 0 12px;
	text-align: center;
	letter-spacing: 0.02em;
}

.sv-filmstrip__desc {
	font-size: 11px;
	color: var(--sv-gray);
	line-height: 1.7;
	margin: 0 0 auto;
	text-align: center;
}

.sv-filmstrip__period {
	display: inline-block;
	padding: 4px 12px;
	font-family: 'Courier New', monospace;
	font-size: 10px;
	color: var(--sv-gold-light);
	letter-spacing: 2px;
	border: 1px solid var(--sv-line-strong);
	border-radius: 99px;
	align-self: center;
	margin-top: 12px;
}

.sv-filmstrip__hint {
	font-family: 'Courier New', monospace;
	font-size: 10px;
	color: var(--sv-gold);
	letter-spacing: 4px;
	text-align: center;
	margin: 24px 0 0;
}

/* ===== WORKS ===== */
.sv-works { background: var(--sv-navy); }

.sv-works__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	margin-bottom: 60px;
}

@media (max-width: 900px) {
	.sv-works__grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}

@media (max-width: 600px) {
	.sv-works__grid { grid-template-columns: 1fr; }
}

.sv-works__card {
	display: block;
	text-decoration: none;
	color: var(--sv-white);
}

.sv-works__thumb {
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: var(--sv-navy-3);
	border: 1px solid var(--sv-line);
	margin-bottom: 16px;
	transition: border-color 0.4s;
}

.sv-works__card:hover .sv-works__thumb {
	border-color: var(--sv-gold);
}

.sv-works__thumb .sv-frame__corner {
	width: 14px;
	height: 14px;
	z-index: 3;
}

.sv-works__thumb .sv-frame__corner--tl { top: 8px; left: 8px; }
.sv-works__thumb .sv-frame__corner--tr { top: 8px; right: 8px; }
.sv-works__thumb .sv-frame__corner--bl { bottom: 8px; left: 8px; }
.sv-works__thumb .sv-frame__corner--br { bottom: 8px; right: 8px; }

.sv-works__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.sv-works__card:hover .sv-works__thumb img { transform: scale(1.06); }

.sv-works__placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sv-works__placeholder .dashicons {
	color: var(--sv-gold);
	opacity: 0.4;
	font-size: 48px;
	width: 48px;
	height: 48px;
}

.sv-works__play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	border: 1px solid var(--sv-gold);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(6, 17, 28, 0.7);
	opacity: 0;
	transition: opacity 0.4s;
	z-index: 2;
}

.sv-works__card:hover .sv-works__play { opacity: 1; }

.sv-works__play-icon {
	width: 0;
	height: 0;
	border-left: 12px solid var(--sv-gold);
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	margin-left: 3px;
}

.sv-works__meta {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.sv-works__index {
	font-family: 'Courier New', monospace;
	font-size: 10px;
	color: var(--sv-gold);
	letter-spacing: 2px;
}

.sv-works__title {
	font-size: 15px;
	font-weight: 500;
	color: var(--sv-white);
	margin: 0;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

.sv-works__empty {
	text-align: center;
	color: var(--sv-gray);
	padding: 60px 0;
}

.sv-works__cta {
	text-align: center;
	margin-top: 40px;
}

/* ===== FAQ ===== */
.sv-faq { background: var(--sv-navy-2); }

.sv-faq__list {
	max-width: 880px;
	margin: 0 auto;
}

.sv-faq__item {
	border-bottom: 1px solid var(--sv-line);
	transition: padding 0.4s;
}

.sv-faq__item[open] { padding-bottom: 12px; }

.sv-faq__q {
	display: grid;
	grid-template-columns: 60px 1fr 36px;
	align-items: center;
	gap: 16px;
	padding: 28px 0;
	cursor: pointer;
	list-style: none;
	user-select: none;
}

.sv-faq__q::-webkit-details-marker { display: none; }

.sv-faq__q-num {
	font-family: 'Courier New', monospace;
	font-size: 11px;
	color: var(--sv-gold);
	letter-spacing: 2px;
}

.sv-faq__q-text {
	font-size: 15px;
	color: var(--sv-white);
	line-height: 1.6;
	letter-spacing: 0.03em;
	font-weight: 500;
}

.sv-faq__q-toggle {
	position: relative;
	width: 24px;
	height: 24px;
}

.sv-faq__q-toggle-line {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: var(--sv-gold);
	transition: transform 0.3s;
}

.sv-faq__q-toggle-line--v {
	transform: rotate(90deg);
}

.sv-faq__item[open] .sv-faq__q-toggle-line--v {
	transform: rotate(0);
	opacity: 0;
}

.sv-faq__a {
	padding: 0 0 24px 76px;
}

.sv-faq__a-text {
	font-size: 13px;
	color: var(--sv-gray);
	line-height: 1.95;
	margin: 0;
	letter-spacing: 0.03em;
}

@media (max-width: 768px) {
	.sv-faq__q { grid-template-columns: 40px 1fr 24px; gap: 12px; }
	.sv-faq__q-text { font-size: 13px; }
	.sv-faq__a { padding-left: 52px; }
}

/* ===== CTA ===== */
.sv-cta {
	background: #000;
}

.sv-cta__card {
	position: relative;
	max-width: 880px;
	margin: 0 auto;
	padding: 100px 80px;
	border: 1px solid var(--sv-line-strong);
	text-align: center;
}

.sv-cta__card .sv-frame__corner {
	position: absolute;
	width: 16px;
	height: 16px;
}

.sv-cta__card .sv-frame__corner--tl { top: 14px; left: 14px; }
.sv-cta__card .sv-frame__corner--tr { top: 14px; right: 14px; }
.sv-cta__card .sv-frame__corner--bl { bottom: 14px; left: 14px; }
.sv-cta__card .sv-frame__corner--br { bottom: 14px; right: 14px; }

@media (max-width: 768px) {
	.sv-cta__card { padding: 60px 28px; }
}

.sv-cta__fin {
	font-family: 'Courier New', monospace;
	font-size: 12px;
	color: var(--sv-gold);
	letter-spacing: 6px;
	margin: 0 0 36px;
	font-weight: 300;
}

.sv-cta__heading {
	font-family: 'Playfair Display', 'Noto Serif JP', serif;
	font-size: clamp(28px, 4.5vw, 46px);
	font-weight: 200;
	color: var(--sv-white);
	margin: 0 0 28px;
	letter-spacing: 0.01em;
	line-height: 1.5;
}

.sv-cta__line {
	display: block;
	width: 60px;
	height: 1px;
	background: var(--sv-gold);
	margin: 0 auto 24px;
}

.sv-cta__desc {
	font-size: 14px;
	color: var(--sv-gray);
	margin: 0 0 48px;
	line-height: 1.95;
	max-width: 540px;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 0.04em;
}

.sv-cta__buttons {
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}

.sv-cta__credits {
	font-family: 'Courier New', monospace;
	font-size: 10px;
	color: var(--sv-gold);
	opacity: 0.6;
	letter-spacing: 4px;
	margin: 0;
}

/* ===== Scroll reveal ===== */
[data-reveal] {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

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

@media (prefers-reduced-motion: reduce) {
	[data-reveal] {
		opacity: 1 !important;
		transform: none !important;
	}
	.sv-grain { display: none; }
	.sv-hero__orb { animation: none; }
	.sv-scope__play-ring { animation: none; }
	.sv-bar__dot { animation: none; }
}
