


.hero-intro {
	position: relative;
	min-height: 88vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 60px 8vw 70px;
	background-image: var(--gg-hero-img);
	background-size: cover;
	background-position: center 30%;
}

.hero-intro::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(0deg, rgba(8, 5, 3, 0.85), rgba(8, 5, 3, 0.42) 45%, rgba(8, 5, 3, 0.6)),
		radial-gradient(ellipse 90% 70% at 50% 45%, transparent 40%, rgba(5, 3, 2, 0.55));
}

.hero-intro > * {
	position: relative;
	z-index: 1;
}

.hero-intro .crumb {
	font-family: var(--font-sans);
	font-size: 0.74rem;
	color: #cbb98d;
	margin: 0 0 16px;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
}

.hero-intro .crumb a {
	color: var(--gold);
	text-decoration: none;
}

.hero-intro .kicker {
	font-family: var(--font-mono);
	font-size: 0.68rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #e3c06a;
	margin: 0 0 14px;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
}

.hero-intro h1 {
	font-family: var(--font-serif);
	font-weight: 400;
	font-size: clamp(2rem, 5vw, 3.4rem);
	margin: 0 0 18px;
	line-height: 1.1;
	color: var(--cream);
	text-wrap: balance;
	max-width: 22ch;
	text-shadow: 0 4px 30px rgba(0, 0, 0, 0.9);
}

.hero-intro p.intro {
	max-width: 62ch;
	margin: 0 0 10px;
	color: #dccdab;
	font-size: 1.02rem;
	line-height: 1.7;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.85);
}

.hero-intro p.intro b {
	color: var(--cream);
	font-weight: 600;
}


.dest {
	position: relative;
}

.dest-bg {
	position: sticky;
	top: 0;
	height: 100vh;
	overflow: hidden;
}

.dest-bg .art {
	position: absolute;
	inset: 0;
	background-image: var(--gg-dest-img);
	background-size: cover;
	background-position: center 55%;
}

.dest-bg .art::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(10, 6, 3, 0.82), rgba(10, 6, 3, 0.35));
}

.dest-content {
	position: relative;
	margin-top: -100vh;
	z-index: 2;
}

.panel-wrap {
	background: rgba(13, 8, 4, 0.88);
	backdrop-filter: blur(9px);
	border-top: 1px solid rgba(232, 199, 120, 0.22);
	padding: 54px 0 60px;
}

.panel-inner {
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 24px;
}

.verify-strip {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
	border: 1px solid #6b5a3788;
	border-radius: 10px;
	background: linear-gradient(90deg, rgba(201, 162, 74, 0.1), rgba(201, 162, 74, 0.02));
	padding: 13px 18px;
	margin-bottom: 34px;
	font-family: var(--font-sans);
	font-size: 0.78rem;
	color: var(--tan);
}

.verify-strip .seal-mini {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1.5px solid var(--gold-2);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-serif);
	color: var(--gold);
	font-size: 0.9rem;
	flex-shrink: 0;
	background: radial-gradient(circle, rgba(201, 162, 74, 0.18), transparent 70%);
}

.verify-strip > span:not(.seal-mini) {
	flex: 1 1 0%;
	min-width: 0;
}

.verify-strip b {
	color: var(--cream-2);
	font-weight: 600;
}


.rank-card {
	position: relative;
	border: 1px solid #6b5a3788;
	border-radius: 12px;
	background: linear-gradient(165deg, rgba(44, 32, 20, 0.82), rgba(14, 9, 5, 0.94));
	margin-bottom: 20px;
	padding: 24px 26px 22px 84px;
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.rank-card:hover {
	border-color: #c9a24a99;
	box-shadow: 0 16px 34px -18px rgba(0, 0, 0, 0.9);
}

.rank-card.top {
	border: 1px solid var(--gold-2);
	background:
		radial-gradient(ellipse 60% 100% at 85% 0%, rgba(201, 162, 74, 0.13), transparent 60%),
		linear-gradient(165deg, rgba(52, 38, 22, 0.9), rgba(14, 9, 5, 0.95));
	box-shadow: 0 0 0 1px rgba(232, 199, 120, 0.15), 0 22px 44px -20px rgba(0, 0, 0, 0.95);
}

.top-ribbon {
	position: absolute;
	top: -11px;
	left: 78px;
	background: linear-gradient(180deg, #eac26a, #a37f2e);
	color: #1c130c;
	font-family: var(--font-sans);
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 5px 14px;
	border-radius: 11px;
	box-shadow: 0 4px 10px -3px rgba(0, 0, 0, 0.8);
}

.rank-seal {
	position: absolute;
	left: 22px;
	top: 24px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1.5px solid var(--gold-2);
	background: radial-gradient(circle, rgba(201, 162, 74, 0.2), transparent 72%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-serif);
	font-size: 1.25rem;
	color: var(--gold);
}

.rank-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
	margin-bottom: 14px;
}

.rc-logo {
	width: 132px;
	height: 54px;
	border-radius: 8px;
	
	background: #f4efe2;
	border: 1px solid #6b5a3766;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	overflow: hidden;
}

.rc-logo img {
	max-width: 86%;
	max-height: 42px;
	object-fit: contain;
}

.rc-logo .mono {
	font-family: var(--font-serif);
	font-size: 1.15rem;
	color: var(--gold);
}

.rc-name-wrap {
	flex: 1;
	min-width: 160px;
}

h2.rc-name {
	font-family: var(--font-serif);
	font-size: 1.3rem;
	color: var(--cream);
	font-weight: 400;
	margin: 0;
	line-height: 1.15;
	border: none;
	padding: 0;
}

.rc-name .bf {
	display: block;
	font-family: var(--font-sans);
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	color: var(--gold-2);
	margin-top: 4px;
}

.pc-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 26px;
	margin: 0 0 13px;
	padding: 11px 15px;
	border: 1px dotted #6b5a3766;
	border-radius: 8px;
	background: rgba(20, 14, 8, 0.4);
}

.pc-col {
	flex: 1;
	min-width: 210px;
}

.pc-col .pk {
	font-family: var(--font-mono);
	font-size: 0.56rem;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: var(--dim);
	display: block;
	margin-bottom: 4px;
}

.pc-col ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: var(--font-sans);
	font-size: 0.76rem;
	line-height: 1.55;
	color: var(--tan);
}

.pc-col.pros li::before {
	content: "\2713  ";
	color: #a9d894;
}

.pc-col.cons li::before {
	content: "\2014  ";
	color: #cf9a6d;
}

.jump-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin-top: 14px;
	max-width: 880px;
}

.jn-btn {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	border: 1px solid var(--line);
	border-radius: 16px;
	padding: 6px 14px;
	background: rgba(20, 14, 8, 0.55);
	color: var(--cream-2);
	cursor: pointer;
	font-family: var(--font-sans);
	font-size: 0.73rem;
	transition: border-color 0.2s ease, background 0.2s ease;
}

.jn-btn:hover {
	border-color: var(--gold);
	background: rgba(201, 162, 74, 0.14);
}

.jn-btn .n {
	font-family: var(--font-serif);
	color: var(--gold-2);
}

.jn-skip {
	margin-left: auto;
	cursor: pointer;
	font-family: var(--font-sans);
	font-size: 0.7rem;
	color: var(--gold-2);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.update-log {
	margin-top: 13px;
	max-width: 880px;
	font-family: var(--font-sans);
	font-size: 0.74rem;
	line-height: 1.55;
	color: var(--tan-2);
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
}

.update-log b {
	color: var(--cream-2);
}

.zoom-rail .dot {
	position: relative;
	cursor: pointer;
}

.zoom-rail .dot::after {
	content: attr(data-name);
	position: absolute;
	right: 17px;
	top: 50%;
	transform: translateY(-50%);
	white-space: nowrap;
	font-family: var(--font-sans);
	font-size: 0.62rem;
	color: var(--cream-2);
	background: rgba(13, 8, 4, 0.92);
	border: 1px solid var(--line);
	padding: 3px 9px;
	border-radius: 10px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
}

.zoom-rail .dot:hover::after {
	opacity: 1;
}

.cmp .cmp-visit {
	color: #1c130c;
	text-decoration: none;
	background: linear-gradient(180deg, #eac26a, #a37f2e);
	font-weight: 800;
	font-size: 0.64rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 4px 11px;
	border-radius: 11px;
	white-space: nowrap;
}

.link-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 16px;
}

.link-chip {
	display: inline-block;
	padding: 7px 15px;
	border-radius: 16px;
	border: 1px solid #c9a24a88;
	color: #e0c07f;
	text-decoration: none;
	font-family: var(--font-sans);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	transition: background 0.2s ease;
}

.link-chip:hover {
	background: rgba(201, 162, 74, 0.14);
}

.prose {
	font-family: var(--font-sans);
	font-size: 0.87rem;
	line-height: 1.7;
	color: var(--tan);
	margin: 0 0 14px;
}

.prose b {
	color: var(--cream-2);
}

.rc-rating {
	text-align: right;
}

.rc-stars {
	color: var(--gold);
	font-size: 0.95rem;
	letter-spacing: 2px;
}

.rc-score {
	font-family: var(--font-serif);
	font-size: 1.3rem;
	color: var(--cream);
}

.rc-score small {
	font-size: 0.72rem;
	color: var(--dim);
}


.rc-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin: 0 0 14px;
}

.chip {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	border: 1px solid #6b5a3788;
	border-radius: 16px;
	background: rgba(20, 14, 8, 0.65);
	padding: 6px 13px 6px 9px;
	font-family: var(--font-sans);
	font-size: 0.74rem;
	color: var(--tan);
	white-space: nowrap;
}

.chip svg {
	width: 15px;
	height: 15px;
	color: var(--gold-2);
	flex-shrink: 0;
}

.chip.lic {
	border-color: rgba(127, 184, 106, 0.5);
}

.chip.lic svg {
	color: #a9d894;
}

.chip b {
	color: var(--cream);
	font-weight: 600;
}

.chip .pm {
	display: inline-block;
	font-size: 0.56rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	padding: 2px 6px;
	border-radius: 3px;
	color: #fff;
	background: #3d3d3d;
}

.chip .pm + .pm {
	margin-left: 4px;
}


.chip.chip-wrap {
	white-space: normal;
	max-width: 260px;
	line-height: 1.35;
}

.rc-why {
	margin: 0 0 12px;
}

.rc-why p {
	font-family: var(--font-sans);
	font-size: 0.84rem;
	line-height: 1.6;
	color: var(--tan);
	margin: 0 0 10px;
}

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

.rc-actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.btn-visit {
	display: inline-block;
	padding: 9px 22px;
	border-radius: 20px;
	background: linear-gradient(180deg, #eac26a, #a37f2e);
	color: #1c130c;
	text-decoration: none;
	font-family: var(--font-sans);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	box-shadow: 0 4px 11px -3px rgba(0, 0, 0, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-visit:hover {
	transform: translateY(-1px);
	box-shadow: 0 7px 15px -4px rgba(201, 162, 74, 0.5);
	color: #1c130c;
}

.rc-rg {
	margin: 10px 0 0;
	font-size: 0.68rem;
	line-height: 1.5;
	color: var(--tan);
	opacity: 0.7;
}


.zoom-seq {
	position: relative;
	height: 800vh;
}

.zoom-stage {
	position: sticky;
	top: 0;
	height: 100vh;
	overflow: hidden;
}

.zoom-slide {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 24px;
	will-change: transform, opacity, filter;
	opacity: 0;
	pointer-events: none;
}

.zoom-slide.live {
	pointer-events: auto;
}

.zoom-slide .rank-card {
	width: min(920px, 94vw);
	margin-bottom: 0;
	transform-origin: center;
}


@media (max-height: 880px) {
	.zoom-slide .rank-card {
		padding: 19px 22px 18px 74px;
	}

	.zoom-slide .rank-head {
		margin-bottom: 10px;
		gap: 12px;
	}

	.zoom-slide h2.rc-name {
		font-size: 1.16rem;
	}

	.zoom-slide .rc-logo {
		width: 112px;
		height: 46px;
	}

	.zoom-slide .rc-logo img {
		max-height: 36px;
	}

	.zoom-slide .rc-chips {
		gap: 7px;
		margin-bottom: 10px;
	}

	.zoom-slide .chip {
		padding: 4px 11px 4px 8px;
		font-size: 0.7rem;
	}

	.zoom-slide .rc-why {
		margin-bottom: 10px;
	}

	.zoom-slide .rc-why p {
		font-size: 0.8rem;
		line-height: 1.5;
		margin-bottom: 8px;
	}

	.zoom-slide .pc-row {
		padding: 8px 13px;
		margin-bottom: 11px;
		gap: 6px 22px;
	}

	.zoom-slide .pc-col ul {
		font-size: 0.72rem;
		line-height: 1.45;
	}

	.zoom-slide .btn-visit {
		padding: 7px 18px;
	}

	.zoom-slide .rank-seal {
		width: 38px;
		height: 38px;
		font-size: 1.1rem;
		top: 19px;
		left: 20px;
	}
}

.zoom-rail {
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	gap: 10px;
	z-index: 6;
}

.zoom-rail .dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	border: 1px solid var(--gold-2);
	background: transparent;
	transition: background 0.25s ease, transform 0.25s ease;
}

.zoom-rail .dot.on {
	background: var(--gold);
	transform: scale(1.25);
	box-shadow: 0 0 10px rgba(232, 199, 120, 0.7);
}

.zoom-hint {
	position: absolute;
	bottom: 3.5vh;
	left: 50%;
	transform: translateX(-50%);
	font-family: var(--font-mono);
	font-size: 0.6rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #cbb98d;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
	z-index: 6;
}

@media (max-width: 760px), (prefers-reduced-motion: reduce) {
	.zoom-seq {
		height: auto;
	}

	.zoom-stage {
		position: static;
		height: auto;
		overflow: visible;
	}

	.zoom-slide {
		position: static;
		opacity: 1 !important;
		transform: none !important;
		filter: none !important;
		pointer-events: auto;
		padding: 0 24px 20px;
	}

	.zoom-slide .rank-card {
		max-height: none;
		overflow: visible;
	}

	.zoom-rail,
	.zoom-hint {
		display: none;
	}
}


.section {
	margin-top: 52px;
}

.cmp-frame {
	padding: 1px;
	border-radius: 12px;
	background: linear-gradient(160deg, #a3812f 0%, #5c4622 24%, #3a2c15 50%, #5c4622 76%, #a3812f 100%);
}

.cmp-scroll {
	overflow-x: auto;
	border-radius: 11px;
	background: rgba(13, 8, 4, 0.94);
}

table.cmp {
	width: 100%;
	border-collapse: collapse;
	font-family: var(--font-sans);
	font-size: 0.8rem;
	min-width: 680px;
}

.cmp thead th {
	font-family: var(--font-mono);
	font-size: 0.62rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #e3c06a;
	text-align: left;
	padding: 13px 16px;
	background: linear-gradient(180deg, rgba(201, 162, 74, 0.2), rgba(201, 162, 74, 0.04));
	white-space: nowrap;
}

.cmp td {
	padding: 12px 16px;
	border-top: 1px dotted #6b5a3755;
	color: var(--tan);
	white-space: nowrap;
}

.cmp td:first-child,
.cmp tbody th[scope="row"] {
	color: var(--cream);
	font-weight: 600;
}


.cmp tbody th[scope="row"] {
	padding: 12px 16px;
	border-top: 1px dotted #6b5a3755;
	white-space: nowrap;
	text-align: left;
	background: none;
	font-family: inherit;
	font-size: inherit;
	letter-spacing: normal;
	text-transform: none;
}

.cmp-jump {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	font: inherit;
	color: inherit;
	cursor: pointer;
	text-decoration-line: underline;
	text-decoration-color: transparent;
	text-underline-offset: 3px;
	transition: text-decoration-color 0.15s ease, color 0.15s ease;
}

.cmp-jump:hover,
.cmp-jump:focus-visible {
	color: var(--gold);
	text-decoration-color: currentColor;
}

.cmp tr:hover td,
.cmp tr:hover th[scope="row"] {
	background: rgba(232, 199, 120, 0.05);
}

.cmp .gold {
	color: var(--gold);
}

.meth {
	display: grid;
	gap: 14px;
	font-family: var(--font-sans);
}

.meth-row {
	display: grid;
	grid-template-columns: 200px 1fr 46px;
	gap: 14px;
	align-items: center;
}

.meth-row .mk {
	font-size: 0.84rem;
	color: var(--cream-2);
}

.meth-track {
	height: 9px;
	border-radius: 5px;
	background: #2a1f12;
	overflow: hidden;
}

.meth-fill {
	height: 100%;
	border-radius: 5px;
	background: linear-gradient(90deg, #a3812f, #e8c778);
	width: 0;
	transition: width 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.meth-row .mv {
	font-size: 0.8rem;
	color: var(--gold-2);
	text-align: right;
	font-variant-numeric: tabular-nums;
}

.meth-note {
	margin-top: 18px;
	margin-bottom: 0;
	font-size: 0.8rem;
}

.meth-note a {
	color: var(--gold-2);
}




.cross-market-band {
	margin: 30px 0 0;
	text-align: center;
}

.cross-market-band a {
	display: inline-block;
	padding: 10px 22px;
	border-radius: 20px;
	border: 1px solid var(--gold-2);
	background: rgba(201, 162, 74, 0.08);
	color: var(--gold);
	text-decoration: none;
	font-family: var(--font-sans);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.cross-market-band a:hover {
	background: rgba(201, 162, 74, 0.16);
	border-color: var(--gold);
}

@media (prefers-reduced-motion: reduce) {
	.meth-fill {
		transition: none;
	}
}

@media (max-width: 760px) {
	.rank-card {
		padding: 66px 18px 20px 18px;
	}

	.rank-seal {
		top: 16px;
		left: 16px;
	}

	.top-ribbon {
		left: 72px;
	}

	.rc-rating {
		text-align: left;
	}

	.meth-row {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.meth-row .mv {
		text-align: left;
	}
}
