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

.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
}

.clearfix:after {
	clear: both;
}

body {
	font-family: Inter, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #172033;
	background: #f7f9fc;
	--route-accent: #00a6a6;
	--route-accent-contrast: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.landing-active {
	overflow: auto;
}

body.landing-active .main {
	display: none;
}

body.route-active .landing {
	display: none;
}

.main {
	position: relative;
	isolation: isolate;
	min-height: 100vh;
}

a {
	text-decoration: none;
	color: #47dbb4;
	outline: none;
}

a:hover,
a:focus {
	color: #33b996;
}

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}

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


/* Landing */

.landing {
	min-height: 100vh;
	display: grid;
	grid-template-rows: auto minmax(0, 1fr) auto;
	background: #f7f9fc;
}

.landing-header {
	position: relative;
	overflow: hidden;
	padding: clamp(1.6rem, 3vw, 3.25rem) clamp(1rem, 4vw, 4.5rem) clamp(1rem, 2vw, 1.9rem);
	color: #586174;
	border-bottom: 1px solid #e5ebf2;
	background: #fff;
}

.landing-header::before {
	display: none;
}

.landing-header > * {
	position: relative;
	max-width: 880px;
}

.landing-kicker {
	margin: 0 0 0.35rem;
	font-size: 0.9rem;
	font-weight: 750;
	text-transform: uppercase;
	color: #128ee5;
}

.landing-header h1 {
	margin: 0;
	font-size: clamp(2.35rem, 5vw, 5rem);
	line-height: 1;
	font-weight: 520;
	letter-spacing: 0;
	color: #586174;
}

.landing-header p:last-child {
	margin: 0.85rem 0 0;
	max-width: 680px;
	font-size: clamp(1rem, 1.6vw, 1.28rem);
	line-height: 1.45;
	color: #697386;
}

.landing__viewport {
	width: 100%;
	max-width: 1900px;
	margin: 0 auto;
	padding: clamp(0.75rem, 2vw, 2rem);
	overflow: auto;
}

.landing-map {
	display: block;
	width: 100%;
	height: auto;
	min-width: 1120px;
	border: 0;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(77, 87, 109, 0.1);
}

.landing-footer {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.5rem;
	justify-content: space-between;
	padding: 0.9rem clamp(1rem, 4vw, 4.5rem) 1.1rem;
	border-top: 1px solid #e5ebf2;
	color: #697386;
	background: #fff;
	font-size: 0.95rem;
	font-weight: 650;
}

.metro-sheet {
	fill: transparent;
	stroke: none;
}

.metro-grid-fill {
	display: none;
}

.metro-grid-line {
	fill: none;
	stroke: #edf2f7;
	stroke-width: 1;
}

.diagram-panel {
	display: none;
}

.panel-intention {
	fill: #f8fafc;
}

.panel-application {
	fill: #fbfcfe;
}

.panel-transfer {
	fill: #f1faf8;
}

.map-title {
	fill: #172033;
	font-size: 23px;
	font-weight: 760;
	pointer-events: none;
	display: none;
}

.map-subtitle {
	fill: #64748b;
	font-size: 14px;
	font-weight: 520;
	pointer-events: none;
	display: none;
}

.model-hitline {
	fill: none;
	stroke: transparent;
	stroke-width: 38;
	pointer-events: stroke;
}

.model-line,
.legend-swatch,
.connector-line {
	fill: none;
	stroke-width: 16;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: filter 0.2s, opacity 0.2s, stroke-width 0.2s, transform 0.2s;
}

.tick {
	stroke-width: 8.5;
	stroke-linecap: round;
}

.connector-hitline {
	fill: none;
	stroke: transparent;
	stroke-width: 38;
	pointer-events: stroke;
}

.line-link,
.legend-link {
	cursor: pointer;
	outline: none;
}

.line-link,
.line-link:hover,
.line-link:focus {
	color: inherit;
}

.line-link:hover .model-line,
.line-link:focus .model-line,
.line-link:hover .connector-line,
.line-link:focus .connector-line,
.legend-link:hover .legend-swatch,
.legend-link:focus .legend-swatch {
	filter: drop-shadow(0 0 3px rgba(0, 26, 122, 0.32));
	stroke-width: 19;
	opacity: 1;
}

.line-tra,
.line-tpb {
	stroke: #f6b72f;
}

.line-lifecycle {
	stroke: #9aa3ad;
}

.line-tam {
	stroke: #ff2aa3;
}

.line-link[data-line-route="technology-acceptance-model"]:hover .model-line,
.line-link[data-line-route="technology-acceptance-model"]:focus .model-line,
.line-link[data-line-route="technology-acceptance-model"].is-selected .model-line {
	stroke: #ff2aa3;
}

.line-utaut {
	stroke: #8b43c2;
}

.line-doi {
	stroke: #128ee5;
}

.line-five {
	stroke: #9aa3ad;
}

.line-pc {
	stroke: #7161ff;
}

.line-product {
	stroke: #159947;
}

.line-diffusions {
	stroke: #128ee5;
}

.line-overstap,
.connector-line {
	stroke: #626b7d;
	stroke-width: 6.5;
	stroke-dasharray: 13 11;
	opacity: 0.74;
}

.station {
	fill: #fff;
	stroke: #fff;
	stroke-width: 4.5;
	pointer-events: none;
	transition: fill 0.22s, opacity 0.22s, stroke 0.22s, stroke-width 0.22s;
}

.transfer-station {
	fill: #fff;
	stroke: #0f1524;
	stroke-width: 5.5;
	filter: drop-shadow(0 4px 8px rgba(75, 83, 103, 0.2));
}

.minor-station {
	fill: #fff;
	stroke: #fff;
	stroke-width: 0;
	filter: drop-shadow(0 1px 2px rgba(75, 83, 103, 0.18));
}

.product-node {
	fill: #fff;
	stroke: #159947;
	stroke-width: 7.5;
	pointer-events: none;
	transition: fill 0.22s, opacity 0.22s, stroke 0.22s, stroke-width 0.22s;
}

.diagram-label,
.legend-title,
.legend-label {
	fill: #6f7487;
	font-family: Inter, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 560;
	pointer-events: none;
	text-rendering: geometricPrecision;
}

.diagram-label {
	font-size: 14.3px;
	line-height: 1.1;
	paint-order: stroke fill;
	stroke: rgba(255, 255, 255, 0.96);
	stroke-linejoin: round;
	stroke-width: 4.4px;
}

.label-tight {
	font-size: 13.4px;
}

.legend-box {
	fill: rgba(255, 255, 255, 0.92);
	stroke: #dfe7ef;
	stroke-width: 1.5;
}

.legend-title {
	font-size: 15px;
	font-weight: 760;
}

.legend-label {
	font-size: 12.5px;
	font-weight: 560;
}

.legend-hit {
	fill: transparent;
}

.legend {
	display: none;
}

.metro-tooltip {
	position: fixed;
	z-index: 3000;
	max-width: min(24rem, calc(100vw - 2rem));
	padding: 0.55rem 0.7rem;
	border: 1px solid #dfe7ef;
	border-radius: 6px;
	color: #172033;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 14px 34px rgba(23, 32, 51, 0.14);
	font-size: 0.88rem;
	font-weight: 650;
	line-height: 1.2;
	pointer-events: none;
	opacity: 0;
	transform: translate(14px, calc(-100% - 12px));
	transition: opacity 0.12s, transform 0.12s;
}

.metro-tooltip.is-visible {
	opacity: 1;
	transform: translate(14px, calc(-100% - 16px));
}

.landing-map.has-selection [data-line-route].is-muted .model-line,
.landing-map.has-selection [data-line-route].is-muted .connector-line,
.landing-map.has-selection [data-line-route].is-muted .legend-swatch,
.detail-line-map.has-selection [data-line-route].is-muted .model-line,
.detail-line-map.has-selection [data-line-route].is-muted .connector-line,
.detail-line-map.has-selection [data-line-route].is-muted .legend-swatch {
	opacity: 0.2;
}

.landing-map.has-selection [data-line-route].is-muted .legend-label,
.detail-line-map.has-selection [data-line-route].is-muted .legend-label {
	opacity: 0.34;
}

.landing-map.has-selection [data-line-route].is-muted:hover .model-line,
.landing-map.has-selection [data-line-route].is-muted:focus .model-line,
.landing-map.has-selection [data-line-route].is-muted:hover .connector-line,
.landing-map.has-selection [data-line-route].is-muted:focus .connector-line,
.detail-line-map.has-selection [data-line-route].is-muted:hover .model-line,
.detail-line-map.has-selection [data-line-route].is-muted:focus .model-line,
.detail-line-map.has-selection [data-line-route].is-muted:hover .connector-line,
.detail-line-map.has-selection [data-line-route].is-muted:focus .connector-line {
	filter: drop-shadow(0 0 3px rgba(0, 26, 122, 0.32));
	stroke-width: 19;
	opacity: 1;
}

.landing-map.has-selection [data-line-route].is-selected .model-line,
.landing-map.has-selection [data-line-route].is-selected .connector-line,
.landing-map.has-selection [data-line-route].is-selected .legend-swatch,
.detail-line-map.has-selection [data-line-route].is-selected .model-line,
.detail-line-map.has-selection [data-line-route].is-selected .connector-line,
.detail-line-map.has-selection [data-line-route].is-selected .legend-swatch {
	filter: drop-shadow(0 0 3px rgba(0, 26, 122, 0.32));
	stroke-width: 19;
	opacity: 1;
}

.detail-line-map.has-selection [data-line-route].is-selected .model-line,
.detail-line-map.has-selection [data-line-route].is-selected .connector-line {
	stroke-width: 20;
}

.selected-route-halo {
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 34;
	stroke-opacity: 0.18;
	pointer-events: none;
}

.detail-line-map {
	display: block;
	width: 100%;
	min-width: 980px;
	height: auto;
	border: 1px solid #d7dce4;
	border-radius: 8px;
	background: transparent;
	box-shadow: 0 18px 44px rgba(28, 35, 48, 0.12);
}

.route-back {
	position: fixed;
	top: 1rem;
	left: 1rem;
	z-index: 2000;
	display: inline-flex;
	align-items: center;
	min-height: 2.5rem;
	padding: 0 1rem;
	border-radius: 8px;
	color: #fff;
	background: rgba(23, 32, 51, 0.72);
	box-shadow: 0 10px 24px rgba(23, 32, 51, 0.18);
	transition: background 0.2s, transform 0.2s;
}

.route-back:hover,
.route-back:focus {
	color: #fff;
	background: rgba(24, 25, 34, 0.92);
	transform: translateY(-1px);
}

body.detail-simple .route-back {
	color: var(--route-accent-contrast);
	background: var(--route-accent);
}

body.detail-simple .route-back:hover,
body.detail-simple .route-back:focus {
	color: var(--route-accent-contrast);
	background: var(--route-accent);
	filter: brightness(0.94);
}

body.detail-simple .codrops-header {
	height: 50vh;
	max-height: 50vh;
	min-height: 0;
	padding-bottom: 2em;
}

body.detail-simple .intro {
	height: auto;
	min-height: 28vh;
	margin: 0;
	padding: 4em 2em;
	color: #172033;
	background: #fff;
}

body.detail-simple .intro span {
	color: #5f646c;
}

body.detail-simple .text {
	max-width: none;
	margin: 0;
	padding: 5em clamp(2rem, 3.6vw, 4.5rem);
}

body.detail-simple .text section {
	width: 38%;
	max-width: 620px;
	margin: 0 0 7em;
	padding: 0;
	background: transparent;
	backdrop-filter: none;
}

body.detail-simple .text section h2,
body.detail-simple .text section p.text-intro {
	text-align: left;
}

body.detail-simple .route-outro {
	min-height: 34vh;
}


/* Canvas container */

.container {
	position: fixed;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	pointer-events: none;
	background: #f7f9fc;
}

body.detail-simple .container::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(247, 249, 252, 0.99) 0%, rgba(247, 249, 252, 0.95) 34%, rgba(247, 249, 252, 0.5) 48%, rgba(247, 249, 252, 0) 60%);
	pointer-events: none;
}

body.detail-simple .detail-background-map {
	position: absolute;
	top: 50%;
	right: clamp(-5rem, -4vw, -1.25rem);
	width: min(84vw, 1560px);
	min-width: 0;
	max-width: none;
	height: min(112vh, 1320px);
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	opacity: 1;
	transform: translateY(-50%);
}

body.detail-simple .detail-background-map.has-scroll-progress .station,
body.detail-simple .detail-background-map.has-scroll-progress .product-node {
	opacity: 0.18;
	filter: none;
}

body.detail-simple .detail-background-map.has-scroll-progress .diagram-label {
	opacity: 0;
	transition: opacity 0.22s, fill 0.22s, stroke 0.22s, stroke-width 0.22s;
}

body.detail-simple .detail-background-map.has-scroll-progress .is-route-label {
	opacity: 0;
}

body.detail-simple .detail-background-map.has-scroll-progress .is-nearby-label {
	opacity: 0.72;
	fill: #6f7487;
	stroke: rgba(255, 255, 255, 0.98);
	stroke-width: 5.5;
}

body.detail-simple .detail-background-map.has-scroll-progress .is-route-label.is-route-window {
	opacity: 1;
	fill: #4f5667;
	font-weight: 680;
	stroke: rgba(255, 255, 255, 0.98);
	stroke-width: 6;
}

body.detail-simple .detail-background-map.has-scroll-progress .is-route-label.is-route-window.is-visited {
	fill: var(--route-accent);
}

body.detail-simple .detail-background-map.has-scroll-progress .is-route-label.is-route-window.is-current {
	fill: #172033;
	stroke-width: 5;
}

body.detail-simple .detail-background-map.has-scroll-progress .is-route-label.is-next {
	fill: #5f6678;
}

body.detail-simple .detail-background-map.has-scroll-progress .is-route-station {
	opacity: 0.25;
	fill: #fff;
	stroke: #aab4c3;
	stroke-width: 4;
	filter: none;
}

body.detail-simple .detail-background-map.has-scroll-progress .is-nearby-station {
	opacity: 0.82;
	fill: #fff;
	stroke: #9aa3ad;
	stroke-width: 4.5;
	filter: drop-shadow(0 3px 6px rgba(23, 32, 51, 0.12));
}

body.detail-simple .detail-background-map.has-scroll-progress .is-route-station.is-route-window {
	opacity: 1;
	fill: #fff;
	stroke: #253044;
	stroke-width: 6.5;
	filter: drop-shadow(0 4px 8px rgba(23, 32, 51, 0.16));
}

body.detail-simple .detail-background-map.has-scroll-progress .minor-station.is-route-station.is-route-window {
	stroke-width: 3.5;
}

body.detail-simple .detail-background-map.has-scroll-progress .is-route-station.is-route-window.is-visited {
	fill: var(--route-accent);
	stroke: #fff;
	stroke-width: 6.5;
}

body.detail-simple .detail-background-map.has-scroll-progress .is-route-station.is-route-window.is-current {
	fill: var(--route-accent);
	stroke: var(--route-accent-contrast);
	stroke-width: 8;
}

.route-progress-marker {
	fill: var(--route-accent);
	stroke: var(--route-accent-contrast);
	stroke-width: 4;
	filter: url(#line-glow);
	pointer-events: none;
}


/* Header */

.landing {
	position: relative;
}

.landing-overlay {
	position: absolute;
	top: 1.5rem;
	left: 1.5rem;
	right: 1.5rem;
	z-index: 1002;
	padding: 1.5rem 2rem;
	background: rgba(23, 32, 51, 0.78);
	border-radius: 24px;
	box-shadow: 0 24px 60px rgba(0,0,0,0.18);
	backdrop-filter: blur(8px);
}

.landing-overlay__content {
	max-width: 760px;
}

.landing-overlay__kicker {
	margin: 0 0 0.5rem;
	color: #f2c94c;
	font-size: 0.95rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.landing-overlay__title {
	margin: 0;
	font-size: clamp(2rem, 5vw, 3.5rem);
	line-height: 1.02;
	font-weight: 800;
	color: #fff;
}

.landing-overlay__description {
	margin: 1rem 0 0;
	color: #d1d2d2;
	font-size: 1rem;
	line-height: 1.6;
	max-width: 640px;
}

.codrops-header {
	position: relative;
	z-index: 1000;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height: 50vh;
	max-height: 50vh;
	min-height: 0;
	padding: 2em 1em 4em;
	text-align: center;
	color: #fff;
	background: #172033 url(../img/offline/hero.png) no-repeat center center;
	background-size: cover;
}

.codrops-header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(23, 32, 51, 0.52);
}

.header-title {
	position: relative;
}

.header-title__main {
	font-family: Inter, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: clamp(2.5rem, 6vw, 5.5rem);
	font-weight: 760;
	line-height: 1;
	margin: 0em 0 0.15em 0;
}

.header-title__part {
	font-family: Inter, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 0.72em;
	font-weight: 720;
	display: block;
	padding: 0.5em 0 2em;
	text-indent: 4px;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #f2c94c;
}

body.detail-simple .header-title__part {
	color: var(--route-accent);
}

.header-title__part::before,
.header-title__part::after {
	content: '\2014';
	padding: 0 0.5em;
}

.header-title__sub {
	font-size: 0.58em;
	font-weight: normal;
	display: block;
	max-width: 700px;
	margin: 0 auto;
	padding: 0.5em 0 1em;
	color: #d1d2d2;
}

.intro {
	font-family: Inter, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 2em;
	position: relative;
	z-index: 1000;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height: 150vh;
	margin: 0 0 3em;
	padding: 3em;
	text-align: center;
	color: #fff;
	background: #172033;
}

.intro blockquote {
	max-width: 800px;
	margin: 0 auto;
}

.intro em {
	font-size: 1.35em;
	font-style: normal;
	font-weight: 650;
}

.intro span {
	display: block;
	padding: 1em 0;
	color: #94a3b8;
}


/* Content */

.content {
	padding: 3em 0;
}


/* Related demos */

.content--related {
	position: relative;
	z-index: 1000;
	padding: 10em 2em;
	text-align: center;
	color: #fff;
	background: #172033;
}

.info {
	font-size: 1.65em;
	padding: 0 0 4em;
}

.media-item {
	display: inline-block;
	padding: 1em;
	vertical-align: top;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.media-item__img {
	max-width: 100%;
	opacity: 0.6;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.media-item:hover .media-item__img,
.media-item:focus .media-item__img {
	opacity: 1;
}

.media-item__title {
	font-size: 1em;
	margin: 0;
	padding: 0.5em;
}


/* Story */

.text {
	position: relative;
	z-index: 1000;
	padding: 5em 3em;
}

.text section {
	font-size: 1.25em;
	line-height: 1.7;
}

.text section h2 {
	font-size: 2.7em;
	font-weight: 400;
	margin: 0;
	text-align: left;
}

.text section:not(:first-child) h2 {
	padding: 2em 0 0 0;
}

.title-up {
	font-size: 0.365em;
	font-weight: 720;
	display: block;
	letter-spacing: 0;
	text-transform: uppercase;
	color: var(--route-accent);
}

.title-down {
	font-family: Inter, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 1.08em;
	font-weight: 760;
	line-height: 1.04;
	display: block;
	padding: 0.15em 0 0.35em;
	color: #172033;
}

.text figure {
	margin: 1em 0 2em;
}

.text figure img {
	width: 100%;
	max-width: 100%;
	border-radius: 8px;
	box-shadow: 0 18px 40px rgba(24, 25, 34, 0.16);
}

.text figcaption {
	font-size: 0.85em;
	font-style: italic;
	padding: 1em 1.5em 0;
	text-align: center;
	color: #5f646c;
}

.text section p {
	font-size: 0.95em;
	margin: 0.5em 0 1.5em;
}

.text section p.text-intro {
	font-size: 1.08em;
	font-style: normal;
	line-height: 1.5;
	margin: 0.5em 0 1.25em;
	text-align: left;
	color: #526173;
}

.trip-meta {
	display: grid;
	gap: 0.75em;
	margin: 1.25em 0 1.75em;
	padding: 1em 0 1em 1.25em;
	border-left: 4px solid var(--route-accent);
}

.trip-meta div {
	display: grid;
	grid-template-columns: 9em 1fr;
	gap: 1em;
}

.trip-meta dt {
	font-weight: 700;
	color: #253044;
}

.trip-meta dd {
	margin: 0;
	color: #64748b;
}

.route-outro {
	min-height: 60vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.text blockquote {
	font-family: Inter, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 1.55em;
	font-weight: 560;
	line-height: 1.5;
	position: relative;
	text-align: left;
	color: #526173;
}

.text blockquote::before {
	content: '\201C';
	font-size: 2.5em;
	font-style: italic;
	line-height: 1;
	position: absolute;
	top: -0.15em;
	right: 100%;
	margin: 0 0.075em 0 0;
	color: #dfe7ef;
}

.text blockquote span {
	font-family: Inter, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 0.5em;
	white-space: nowrap;
	color: #64748b;
}

.js-section {
	width: 50%;
	max-width: 700px;
}

.js-gallery {
	padding-top: 50px;
	padding-bottom: 50px;
}

.js-gallery-content {
	font-size: 0;
	text-align: center;
}

.js-gallery-content img {
	max-width: 100%;
	margin: 10px 0;
}

@media(max-width: 720px) {
	body.landing-active {
		overflow: auto;
	}
	.landing {
		min-height: 100vh;
		display: block;
	}
	.landing-header {
		padding: 1.25rem 1rem;
	}
	.landing-header h1 {
		font-size: 2.15rem;
	}
	.landing-footer {
		padding: 0.8rem 1rem 1rem;
	}
	.landing__viewport {
		max-width: none;
		padding: 0.75rem;
	}
	.landing-map {
		width: 1320px;
		max-width: none;
	}
	.route-back {
		top: 0.75rem;
		left: 0.75rem;
		min-height: 2.25rem;
		padding: 0 0.8rem;
	}
	body.detail-simple .codrops-header {
		height: 50vh;
		max-height: 50vh;
		min-height: 0;
	}
	body.detail-simple .intro {
		min-height: 0;
		padding: 2.5em 1.5em;
	}
	body.detail-simple .detail-background-map {
		top: 48%;
		right: auto;
		left: 50%;
		width: 1180px;
		min-width: 1180px;
		transform: translate(-42%, -50%);
		opacity: 0.82;
	}
	body.detail-simple .container::after {
		background: linear-gradient(90deg, rgba(246, 248, 251, 0.97) 0%, rgba(246, 248, 251, 0.9) 58%, rgba(246, 248, 251, 0.35) 100%);
	}
	body.detail-simple .text {
		padding: 2em;
	}
	body.detail-simple .text section {
		width: 100%;
		max-width: none;
		margin-bottom: 4em;
		padding: 0;
		background: transparent;
	}
	.header-title {
		font-size: 1.5em;
	}
	.intro {
		font-size: 1.25em;
		height: auto;
		padding: 1em;
	}
	.text {
		font-size: 0.85em;
		padding: 2em;
		text-align: justify;
	}
	.text section h2 {
		font-size: 1.85em;
	}
	.text blockquote {
		font-size: 1.45em;
	}
	.js-section {
		width: 100%;
		max-width: none;
	}
	.trip-meta div {
		grid-template-columns: 1fr;
		gap: 0.15em;
	}
}
