@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');

:root {
  /* TOA Design System: Figma node 0:1. */
  --toa-primary-900: #003f3b;
  --toa-primary-800: #005a57;
  --toa-primary-700: #006a67;
  --toa-primary-600: #007978;
  --toa-primary-500: #008585;
  --toa-primary-400: #179798;
  --toa-primary-300: #44a9ab;
  --toa-primary-200: #7ac1c4;
  --toa-primary-100: #aed9db;
  --toa-primary-50: #dfeff1;
  --toa-secondary-900: #852a00;
  --toa-secondary-800: #8c4200;
  --toa-secondary-700: #915000;
  --toa-secondary-600: #955c00;
  --toa-secondary-500: #966500;
  --toa-secondary-400: #a17900;
  --toa-secondary-300: #ae8d20;
  --toa-secondary-200: #c3ac66;
  --toa-secondary-100: #dacda5;
  --toa-secondary-50: #f0ebdb;
  --toa-sunset-1: #f46036;
  --toa-sunset-2: #f68e70;
  --toa-sunset-3: #f8ad98;
  --toa-sunset-4: #facdc0;
  --toa-sunset-5: #f8eae8;
  --toa-purple-1: #1e152a;
  --toa-purple-2: #bcaeca;
  --toa-purple-3: #f0e2ff;
  --toa-purple-4: #fff3ff;
  --toa-gray-900: #121212;
  --toa-gray-800: #323232;
  --toa-gray-700: #505050;
  --toa-gray-600: #636363;
  --toa-gray-500: #8a8a8a;
  --toa-gray-400: #ababab;
  --toa-gray-300: #d0d0d0;
  --toa-gray-200: #e2e2e2;
  --toa-gray-100: #eeeeee;
  --toa-gray-50: #f7f7f7;
  --toa-forest: var(--toa-primary-900);
  --toa-green: var(--toa-primary-900);
  --toa-cream: var(--toa-secondary-50);
  --toa-honey: var(--toa-secondary-100);
  --toa-ink: #000d22;
  --toa-white: #fff;
  --toa-container: 1188px;
  --toa-gutter: 20px;
  --toa-grid-mobile: 335px;
  --toa-button-radius: 5px;
  --toa-button-padding-y: 8px;
  --toa-button-padding-x: 26px;
  --toa-font-h1: 60px;
  --toa-line-h1: 64px;
  --toa-font-h2: 48px;
  --toa-line-h2: 60px;
  --toa-font-h3: 32px;
  --toa-line-h3: 46px;
  --toa-font-h3-mobile: 26px;
  --toa-line-h3-mobile: 34px;
  --toa-font-h4: 26px;
  --toa-line-h4: 34px;
  --toa-font-h5: 21px;
  --toa-line-h5: 30px;
  --toa-font-body-1: 17px;
  --toa-line-body-1: 26px;
  --toa-font-body-2: 15px;
  --toa-line-body-2: 22px;
  --toa-font-caption: 13px;
  --toa-line-caption: 18px;
  --toa-font-overline: 11px;
  --toa-line-overline: 16px;
}

.toa-teambuilding-page {
	overflow-x: hidden;
	background: var(--toa-white);
	color: var(--toa-gray-900);
}

body.toa-teambuilding-template {
	overflow-x: hidden;
}

.toa-teambuilding-page h1,
.toa-teambuilding-page h2,
.toa-teambuilding-page h3,
.toa-teambuilding-page p {
	margin: 0;
}

.toa-teambuilding-page h1,
.toa-teambuilding-page h2 {
	font-weight: 700;
	text-transform: uppercase;
}

.toa-teambuilding-page h1 {
	font-size: 30px;
	line-height: 46px;
}

.toa-teambuilding-page h2 {
	font-size: 30px;
	line-height: 46px;
}

.toa-teambuilding-page h1 span,
.toa-teambuilding-page h2 span,
.toa-teambuilding-services h2 span {
	color: var(--toa-sunset-1);
}

.toa-teambuilding-page p {
	font-size: 17px;
	line-height: 26px;
}

.toa-teambuilding-hero img {
	display: block;
	width: 100%;
	height: auto;
}

.toa-teambuilding-section-heading {
	max-width: 850px;
	margin: 0 auto;
	text-align: center;
}

.toa-teambuilding-section-heading h1,
.toa-teambuilding-section-heading h2 {
	max-width: 650px;
	margin-inline: auto;
}

.toa-teambuilding-section-heading > div,
.toa-teambuilding-section-heading > p {
	width: min(100%, 850px);
	margin-top: 20px;
	margin-inline: auto;
	text-align: justify;
}

.toa-teambuilding-section-heading p + p {
	margin-top: 10px;
}

.toa-teambuilding-about {
	padding: 80px 0;
}

.toa-teambuilding-about iframe {
	display: block;
	width: min(100%, 850px);
	aspect-ratio: 16 / 9;
	margin: 56px auto 0;
	border: 0;
	border-radius: 5px;
	background: var(--toa-gray-100);
}

.toa-teambuilding-outdoor,
.toa-teambuilding-ideas,
.toa-teambuilding-services {
	background: var(--toa-gray-50);
}

.toa-teambuilding-outdoor {
	padding: 80px 0 96px;
}

.toa-teambuilding-outdoor__grid {
	display: grid;
	grid-template-columns: repeat(14, minmax(0, 1fr));
	grid-template-rows: repeat(2, 180px);
	gap: 16px;
	margin-top: 48px;
}

.toa-teambuilding-outdoor__item {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: 170px;
	overflow: hidden;
	border-radius: 5px;
	background: var(--toa-primary-900);
}

.toa-teambuilding-outdoor__item::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(180deg, rgba(0, 13, 34, 0), rgba(0, 13, 34, 0.3));
}

.toa-teambuilding-outdoor__item img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.toa-teambuilding-outdoor__item:hover img {
	transform: scale(1.04);
}

.toa-teambuilding-outdoor__item h3 {
	position: relative;
	z-index: 1;
	padding: 14px;
	color: var(--toa-white);
	font-size: 15px;
	line-height: 26px;
	text-shadow: 0 2px 10px rgba(0, 13, 34, 0.45);
}

.toa-teambuilding-outdoor__item:nth-child(1) {
	grid-column: 1 / span 4;
	grid-row: 1;
}

.toa-teambuilding-outdoor__item:nth-child(2) {
	grid-column: 1 / span 2;
	grid-row: 2;
}

.toa-teambuilding-outdoor__item:nth-child(3) {
	grid-column: 3 / span 2;
	grid-row: 2;
}

.toa-teambuilding-outdoor__item:nth-child(4) {
	grid-column: 5 / span 3;
	grid-row: 1 / span 2;
}

.toa-teambuilding-outdoor__item:nth-child(5) {
	grid-column: 8 / span 2;
	grid-row: 1;
}

.toa-teambuilding-outdoor__item:nth-child(6) {
	grid-column: 10 / span 5;
	grid-row: 1;
}

.toa-teambuilding-outdoor__item:nth-child(7) {
	grid-column: 8 / span 5;
	grid-row: 2;
}

.toa-teambuilding-outdoor__item:nth-child(8) {
	grid-column: 13 / span 2;
	grid-row: 2;
}

.toa-teambuilding-map {
	padding: 80px 0;
	background: #fff8e8;
}

.toa-teambuilding-map__grid {
	display: grid;
	grid-template-columns: minmax(540px, 0.95fr) minmax(320px, 1.05fr);
	gap: 56px;
	align-items: center;
}

.toa-teambuilding-map h2,
.toa-teambuilding-completed h2,
.toa-teambuilding-ideas h2,
.toa-teambuilding-services h2,
.toa-teambuilding-products h2 {
	text-align: center;
}

.toa-teambuilding-map h2 {
	color: var(--toa-ink);
	text-align: left;
}

.toa-teambuilding-map__tabs {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.toa-teambuilding-map__tabs button {
	border: 1px solid var(--toa-primary-900);
	border-radius: 5px;
	padding: 8px 18px;
	background: var(--toa-white);
	color: var(--toa-primary-900);
	font: inherit;
	font-size: 15px;
	line-height: 22px;
	cursor: pointer;
}

.toa-teambuilding-map__tabs button[aria-selected="true"] {
	background: var(--toa-primary-900);
	color: var(--toa-white);
}

.toa-teambuilding-map__places {
	display: none;
	grid-template-columns: repeat(3, minmax(170px, 1fr));
	gap: 12px;
	margin-top: 42px;
}

.toa-teambuilding-map__places.is-active {
	display: grid;
}

.toa-teambuilding-map__places span {
	border-radius: 5px;
	padding: 8px 12px;
	background: var(--toa-primary-900);
	color: var(--toa-white);
	font-size: 15px;
	line-height: 22px;
	text-align: center;
}

.toa-teambuilding-map__places span:first-child {
	background: var(--toa-sunset-1);
	font-weight: 700;
}

.toa-teambuilding-map__visual {
	position: relative;
	width: 100%;
}

.toa-teambuilding-map__visual > img {
	display: block;
	width: 100%;
	max-height: 620px;
	object-fit: contain;
}

.toa-teambuilding-map__hotspot {
	position: absolute;
	z-index: 2;
	border: 0;
	padding: 0;
	background: transparent;
	cursor: pointer;
}

.toa-teambuilding-map__hotspot span {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.toa-teambuilding-map__hotspot i {
	position: absolute;
	display: none;
	top: var(--hotspot-y, 50%);
	left: var(--hotspot-x, 50%);
	width: 28px;
	height: 28px;
	border: 3px solid var(--toa-white);
	border-radius: 999px;
	background: var(--toa-primary-900);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
	transform: translate(-50%, -50%);
	transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.toa-teambuilding-map__hotspot:hover i,
.toa-teambuilding-map__hotspot:focus-visible i {
	transform: translate(-50%, -50%) scale(1.08);
}

.toa-teambuilding-map__hotspot:focus-visible {
	outline: 2px solid var(--toa-sunset-1);
	outline-offset: 2px;
}

.toa-teambuilding-map__hotspot:focus-visible i {
	box-shadow: 0 0 0 4px rgba(242, 95, 55, 0.24), 0 12px 28px rgba(0, 0, 0, 0.18);
}

.toa-teambuilding-map__hotspot.is-active i {
	background: var(--toa-sunset-1);
	box-shadow: 0 0 0 8px rgba(242, 95, 55, 0.18), 0 16px 34px rgba(242, 95, 55, 0.24);
	transform: translate(-50%, -50%) scale(1.12);
}

.toa-teambuilding-map__hotspot--north {
	top: 8%;
	left: 0;
	width: 36%;
	height: 32%;
	--hotspot-x: 47%;
	--hotspot-y: 45%;
}

.toa-teambuilding-map__hotspot--central {
	top: 32%;
	left: 38%;
	width: 34%;
	height: 32%;
	--hotspot-x: 42%;
	--hotspot-y: 45%;
}

.toa-teambuilding-map__hotspot--south {
	top: 58%;
	left: 18%;
	width: 34%;
	height: 34%;
	--hotspot-x: 50%;
	--hotspot-y: 40%;
}

.toa-teambuilding-completed {
	padding: 80px 0;
	contain: paint;
	overflow: hidden;
}

.toa-teambuilding-products__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 48px;
}

.toa-teambuilding-products__carousel {
	position: relative;
	max-width: 100%;
	min-width: 0;
	margin-top: 48px;
	overflow: hidden;
}

.toa-teambuilding-completed__carousel {
	position: relative;
	max-width: 100%;
	min-width: 0;
	margin-top: 48px;
	overflow: hidden;
}

.toa-teambuilding-completed__track {
	display: grid;
	width: 100%;
	min-width: 0;
	grid-auto-columns: calc((100% - 48px) / 4);
	grid-auto-flow: column;
	gap: 16px;
	overflow-x: auto;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.toa-teambuilding-products__grid {
	width: 100%;
	min-width: 0;
	grid-auto-columns: calc((100% - 32px) / 3);
	grid-auto-flow: column;
	grid-template-columns: none;
	margin-top: 0;
	overflow-x: auto;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.toa-teambuilding-products__grid::-webkit-scrollbar {
	display: none;
}

.toa-teambuilding-products__grid .toa-tour-card {
	scroll-snap-align: start;
}

.toa-teambuilding-completed__track::-webkit-scrollbar {
	display: none;
}

.toa-teambuilding-completed__card {
	position: relative;
	min-height: 420px;
	overflow: hidden;
	border-radius: 5px;
	background: var(--toa-primary-900);
	color: var(--toa-white);
	scroll-snap-align: start;
}

.toa-teambuilding-completed__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.toa-teambuilding-completed__card::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(180deg, rgba(0, 13, 34, 0.02) 18%, rgba(0, 13, 34, 0.78) 100%);
	transition: background 0.25s ease;
}

.toa-teambuilding-completed__card:hover::after,
.toa-teambuilding-completed__card:focus-within::after {
	background: linear-gradient(180deg, rgba(0, 13, 34, 0.12) 0%, rgba(0, 13, 34, 0.84) 100%);
}

.toa-teambuilding-completed__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 420px;
	padding: 18px;
}

.toa-teambuilding-completed__copy {
	max-height: 132px;
	overflow: hidden;
	transform: translateY(0);
	transition: max-height 0.28s ease, transform 0.28s ease;
}

.toa-teambuilding-completed__card:hover .toa-teambuilding-completed__copy,
.toa-teambuilding-completed__card:focus-within .toa-teambuilding-completed__copy {
	max-height: 230px;
	transform: translateY(-18px);
}

.toa-teambuilding-completed__logo {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	width: 140px;
	height: 54px;
	overflow: hidden;
}

.toa-teambuilding-completed__logo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left top;
}

.toa-teambuilding-completed h3 {
	margin-top: auto;
	font-size: 19px;
	line-height: 30px;
	text-transform: uppercase;
}

.toa-teambuilding-completed p {
	display: -webkit-box;
	margin-top: 8px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.toa-teambuilding-completed__card:hover p,
.toa-teambuilding-completed__card:focus-within p {
	overflow: hidden;
	-webkit-line-clamp: unset;
}

.toa-teambuilding-completed__button,
.toa-teambuilding-products__button {
	position: absolute;
	z-index: 3;
	top: 50%;
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 5px;
	padding: 0;
	background: var(--toa-white);
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.16);
	cursor: pointer;
	transform: translateY(-50%);
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.toa-teambuilding-completed__button::before,
.toa-teambuilding-products__button::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	border-top: 4px solid var(--toa-primary-900);
	border-left: 4px solid var(--toa-primary-900);
	content: "";
}

.toa-teambuilding-completed__button--prev,
.toa-teambuilding-products__button--prev {
	left: 12px;
}

.toa-teambuilding-completed__button--prev::before,
.toa-teambuilding-products__button--prev::before {
	transform: translate(-32%, -50%) rotate(-45deg);
}

.toa-teambuilding-completed__button--next,
.toa-teambuilding-products__button--next {
	right: 12px;
}

.toa-teambuilding-completed__button--next::before,
.toa-teambuilding-products__button--next::before {
	transform: translate(-68%, -50%) rotate(135deg);
}

.toa-teambuilding-completed__button:hover,
.toa-teambuilding-completed__button:focus-visible,
.toa-teambuilding-products__button:hover,
.toa-teambuilding-products__button:focus-visible {
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
	transform: translateY(-50%) scale(1.04);
}

.toa-teambuilding-ideas {
	padding: 80px 0;
	contain: paint;
	overflow: hidden;
	background: var(--toa-gray-50);
}

.toa-teambuilding-ideas__carousel {
	position: relative;
	max-width: 100%;
	min-width: 0;
	margin-top: 120px;
	overflow: hidden;
}

.toa-teambuilding-ideas__track {
	display: grid;
	width: 100%;
	min-width: 0;
	grid-auto-columns: calc((100% - 32px) / 3);
	grid-auto-flow: column;
	gap: 16px;
	overflow-x: auto;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.toa-teambuilding-ideas__track::-webkit-scrollbar {
	display: none;
}

.toa-teambuilding-ideas__card {
	overflow: hidden;
	border: 1px solid var(--toa-gray-200);
	border-radius: 5px;
	background: var(--toa-white);
	color: inherit;
	text-decoration: none;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.toa-teambuilding-ideas__card {
	display: flex;
	flex-direction: column;
	min-height: 590px;
	scroll-snap-align: start;
}

.toa-teambuilding-ideas__card.is-reverse {
	flex-direction: column-reverse;
}

.toa-teambuilding-ideas__card:hover {
	box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.14);
	transform: translateY(-2px);
}

.toa-teambuilding-ideas__card img {
	aspect-ratio: 1.45;
	background: var(--toa-gray-100);
}

.toa-teambuilding-ideas__card img {
	flex: 0 0 50%;
	min-height: 295px;
}

.toa-teambuilding-ideas__card img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.toa-teambuilding-ideas__card > div {
	padding: 18px;
}

.toa-teambuilding-ideas__card > div {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: space-between;
	padding: 28px 18px 34px;
}

.toa-teambuilding-ideas h3 {
	color: var(--toa-primary-900);
	font-size: 24px;
	line-height: 34px;
	text-transform: uppercase;
}

.toa-teambuilding-ideas p {
	display: -webkit-box;
	margin-top: 42px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.toa-teambuilding-ideas__button {
	position: absolute;
	z-index: 3;
	top: 50%;
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 5px;
	padding: 0;
	background: var(--toa-white);
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.16);
	cursor: pointer;
	transform: translateY(-50%);
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.toa-teambuilding-ideas__button::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	border-top: 4px solid var(--toa-primary-900);
	border-left: 4px solid var(--toa-primary-900);
	content: "";
}

.toa-teambuilding-ideas__button--prev {
	left: 0;
}

.toa-teambuilding-ideas__button--prev::before {
	transform: translate(-32%, -50%) rotate(-45deg);
}

.toa-teambuilding-ideas__button--next {
	right: 0;
}

.toa-teambuilding-ideas__button--next::before {
	transform: translate(-68%, -50%) rotate(135deg);
}

.toa-teambuilding-ideas__button:hover,
.toa-teambuilding-ideas__button:focus-visible {
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
	transform: translateY(-50%) scale(1.04);
}

.toa-teambuilding-why {
	display: grid;
	grid-template-columns: minmax(0, 4.6fr) minmax(0, 7.4fr);
	background: var(--toa-primary-900);
	color: var(--toa-white);
}

.toa-teambuilding-why > img {
	width: 100%;
	height: 100%;
	min-height: 620px;
	object-fit: cover;
}

.toa-teambuilding-why > div {
	align-self: center;
	max-width: 812px;
	padding: 72px 73px 72px 96px;
}

.toa-teambuilding-why h2 {
	width: 100%;
	max-width: 620px;
	margin: 0;
	color: var(--toa-white);
	text-align: center;
}

.toa-teambuilding-why h2 span {
	display: inline-block;
	padding: 2px 8px;
	background: var(--toa-sunset-1);
	color: var(--toa-white);
}

.toa-teambuilding-why p {
	width: 100%;
	max-width: 620px;
	margin-top: 18px;
	text-align: justify;
	text-align-last: left;
}

.toa-teambuilding-why h2 + p {
	margin-top: 42px;
}

.toa-teambuilding-services {
	padding: 72px 0 88px;
}

.toa-teambuilding-services__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
	max-width: 985px;
	margin: 36px auto 0;
}

.toa-teambuilding-services article {
	display: grid;
	place-items: center;
	min-height: 178px;
	border-radius: 5px;
	padding: 22px 12px;
	background: var(--toa-white);
	text-align: center;
}

.toa-teambuilding-services img {
	width: 54px;
	height: 54px;
	object-fit: contain;
}

.toa-teambuilding-services h3 {
	margin-top: 16px;
	font-size: 15px;
	line-height: 26px;
}

.toa-teambuilding-products {
	padding: 80px 0 96px;
}

@media (max-width: 1023px) {
	.toa-teambuilding-page h2 {
		font-size: 30px;
		line-height: 46px;
	}

	.toa-teambuilding-outdoor__grid,
	.toa-teambuilding-products__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.toa-teambuilding-completed__track,
	.toa-teambuilding-ideas__track,
	.toa-teambuilding-products__grid {
		grid-auto-columns: calc((100% - 16px) / 2);
	}

	.toa-teambuilding-products__grid {
		grid-template-columns: none;
	}

	.toa-teambuilding-outdoor__grid {
		grid-auto-rows: 180px;
	}

	.toa-teambuilding-outdoor__item:nth-child(n) {
		grid-column: span 1;
		grid-row: span 1;
	}

	.toa-teambuilding-map__grid,
	.toa-teambuilding-why {
		grid-template-columns: 1fr;
	}

	.toa-teambuilding-why > img {
		min-height: 360px;
	}

	.toa-teambuilding-why > div {
		max-width: none;
		padding: 44px 20px 56px;
	}

	.toa-teambuilding-services__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.toa-teambuilding-page p {
		font-size: 15px;
		line-height: 22px;
	}

	.toa-teambuilding-page h1 {
		font-size: 24px;
		line-height: 34px;
	}

	.toa-teambuilding-page h2 {
		font-size: 24px;
		line-height: 34px;
	}

	.toa-teambuilding-section-heading {
		text-align: left;
	}

	.toa-teambuilding-about,
	.toa-teambuilding-map,
	.toa-teambuilding-completed,
	.toa-teambuilding-ideas,
	.toa-teambuilding-products,
	.toa-teambuilding-outdoor,
	.toa-teambuilding-services {
		padding: 48px 0;
	}

	.toa-teambuilding-about iframe,
	.toa-teambuilding-outdoor__grid,
	.toa-teambuilding-completed__carousel,
	.toa-teambuilding-ideas__carousel,
	.toa-teambuilding-products__carousel {
		margin-top: 28px;
	}

	.toa-teambuilding-products__grid {
		grid-auto-columns: 82%;
		grid-template-columns: none;
	}

	.toa-teambuilding-outdoor__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-auto-rows: auto;
		gap: 16px;
	}

	.toa-teambuilding-outdoor__item {
		min-height: 0;
		aspect-ratio: 1 / 0.97;
	}

	.toa-teambuilding-outdoor__item:nth-child(1),
	.toa-teambuilding-outdoor__item:nth-child(4),
	.toa-teambuilding-outdoor__item:nth-child(5),
	.toa-teambuilding-outdoor__item:nth-child(8) {
		grid-column: 1 / -1;
		aspect-ratio: 2.13 / 1;
	}

	.toa-teambuilding-outdoor__item h3 {
		padding: 12px 10px;
		font-size: 13px;
		line-height: 22px;
	}

	.toa-teambuilding-map h2 {
		text-align: left;
	}

	.toa-teambuilding-map__grid {
		gap: 28px;
	}

	.toa-teambuilding-map__places {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.toa-teambuilding-completed__track,
	.toa-teambuilding-ideas__track {
		grid-auto-columns: 82%;
	}

	.toa-teambuilding-completed__card,
	.toa-teambuilding-completed__content {
		min-height: 380px;
	}

	.toa-teambuilding-ideas__card {
		min-height: 480px;
	}

	.toa-teambuilding-ideas__card img {
		min-height: 230px;
	}

	.toa-teambuilding-ideas__card.is-reverse {
		flex-direction: column;
	}

	.toa-teambuilding-services__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Trang Về Tổ Ong. */
.toa-about-page {
  background: linear-gradient(rgba(240, 235, 219, 0.5), rgba(240, 235, 219, 0.5)), #fff;
}

.toa-about-page h2 span {
  color: var(--toa-sunset-1);
}

.toa-about-hero {
  position: relative;
  display: grid;
  min-height: 512px;
  overflow: hidden;
  padding-top: 96px;
  place-items: start center;
  color: #fff;
  background: #000;
  text-align: center;
}

.toa-about-hero::after {
  position: absolute;
  inset: 0 0 0 45%;
  opacity: 0.42;
  background: url('../images/about/geodesy-contouring-land-topographical-line-map-geographic-mountain-contours-text-template_53562-7858 1.png') center / cover no-repeat;
  content: '';
}

.toa-about-hero .toa-container {
  position: relative;
  z-index: 1;
}

.toa-about-hero__title {
  max-width: 986px;
  margin: 0 auto;
  color: #fff;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
}

.toa-about-hero__title span {
  display: block;
}

.toa-about-hero__title strong {
  color: var(--toa-secondary-100);
  font-weight: 700;
}

.toa-about-intro {
  padding: 48px 0 72px;
  background: rgba(240, 235, 219, 0.5);
}

.toa-about-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 606px);
  align-items: start;
  gap: 74px;
}

.toa-about-intro img {
  position: relative;
  z-index: 1;
  width: min(100%, 631px);
  height: 343px;
  margin-bottom: -143px;
  border-radius: 0 5px 5px 0;
  object-fit: cover;
  transform: translateY(-143px);
}

.toa-about-intro h2,
.toa-about-experience h2,
.toa-about-team h2,
.toa-about-join h2 {
  margin: 0;
  font-size: 32px;
  line-height: 46px;
  text-transform: uppercase;
}

.toa-about-intro h2 {
  text-align: center;
}

.toa-about-intro p {
  max-width: 606px;
  margin: 18px 0 0;
  font-size: 17px;
  line-height: 26px;
}

.toa-about-commitments {
  padding: 32px 0 56px;
  background: rgba(240, 235, 219, 0.5);
}

.toa-about-commitments h2 {
  max-width: 784px;
  margin: 0 auto 42px;
  color: #000d22;
  font-size: 32px;
  line-height: 46px;
  text-align: center;
}

.toa-about-commitments h2 span {
  color: var(--toa-sunset-1);
}

.toa-about-commitments__list {
  display: grid;
  max-width: 784px;
  margin: 0 auto;
  gap: 28px;
}

.toa-about-commitments article {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  align-items: start;
  gap: 38px;
}

.toa-about-commitments img {
  width: 64px;
  height: 64px;
  margin: 8px auto 0;
  object-fit: contain;
}

.toa-about-commitments h3,
.toa-about-experience h3 {
  margin: 0;
  font-size: 21px;
  line-height: 30px;
}

.toa-about-commitments p,
.toa-about-experience p {
  margin: 10px 0 0;
  font-size: 17px;
  line-height: 26px;
}

.toa-about-stats {
  padding: 34px 0 64px;
  background: rgba(240, 235, 219, 0.5);
}

.toa-about-stats .toa-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.toa-about-stats article {
  display: grid;
  min-height: 232px;
  padding: 28px 24px;
  border-radius: 5px;
  background: #fff;
  place-items: center;
  text-align: center;
}

.toa-about-stats strong {
  color: var(--toa-sunset-1);
  font-size: 60px;
  line-height: 64px;
}

.toa-about-stats span {
  color: var(--toa-primary-900);
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
}

.toa-about-experience {
  padding: 42px 0 88px;
  background: rgba(240, 235, 219, 0.5);
}

.toa-about-experience h2 {
  margin-bottom: 34px;
  color: #000d22;
  text-align: center;
}

.toa-about-experience h2 span {
  color: var(--toa-sunset-1);
}

.toa-about-experience__grid {
  display: grid;
  gap: 40px;
}

.toa-about-experience article {
  display: grid;
  grid-template-columns: 505px minmax(0, 1fr);
  align-items: start;
  gap: 77px;
}

.toa-about-experience article.is-reverse {
  grid-template-columns: minmax(0, 1fr) 505px;
}

.toa-about-experience article.is-reverse img {
  order: 2;
}

.toa-about-experience article>div {
  max-width: 606px;
}

.toa-about-experience article:nth-child(1)>div {
  max-width: 428px;
  padding-top: 64px;
}

.toa-about-experience article:nth-child(2)>div {
  max-width: 428px;
  padding-top: 48px;
  justify-self: end;
  text-align: right;
}

.toa-about-experience article:nth-child(3)>div {
  padding-top: 32px;
}

.toa-about-experience img {
  width: 505px;
  max-width: 100%;
  height: 296px;
  border-radius: 5px;
  object-fit: cover;
}

.toa-about-experience .toa-button {
  margin-top: 22px;
}

.toa-about-work {
  padding: 90px 0;
  color: #fff;
  background: #000;
}

.toa-about-work h2 {
  max-width: 986px;
  margin: 0 auto 52px;
  color: #fff;
  font-size: 32px;
  line-height: 46px;
  text-align: center;
  text-transform: uppercase;
}

.toa-about-work h2 span {
  color: var(--toa-secondary-50);
}

.toa-about-work__mosaic {
  display: grid;
  grid-template-columns: minmax(0, 388fr) minmax(0, 396fr) minmax(0, 388fr);
  gap: 8px;
  max-width: 1188px;
  margin: 0 auto;
}

.toa-about-work__column {
  display: grid;
  align-content: start;
  gap: 8px;
}

.toa-about-work__mosaic img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.toa-about-team {
  position: relative;
  z-index: 40;
  overflow: visible;
  padding: 73px 0 0;
  background: rgba(240, 235, 219, 0.5);
}

.toa-about-team h2 {
  position: relative;
  z-index: 2;
  margin: 0 0 52px;
  text-align: center;
}

.toa-about-team__grid {
  position: relative;
  z-index: 3;
  left: 50%;
  width: 1556px;
  height: 1604px;
  transform: translateX(-50%);
}

.toa-about-team__member {
  position: absolute;
  z-index: var(--z);
  top: var(--y);
  left: var(--x);
  width: 276px;
  height: 240px;
  text-align: center;
}

.toa-about-team__member:hover,
.toa-about-team__member:focus-within {
  z-index: 10000;
}

.toa-about-team__avatar {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--toa-gray-100);
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}

.toa-about-team__avatar img {
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  object-fit: cover;
  transform: translate(-2px, -2px);
}

.toa-about-team__member--empty {
  opacity: 0.55;
}

.toa-about-team__member--empty::before,
.toa-about-team__member--empty::after {
  position: absolute;
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  content: '';
}

.toa-about-team__member--empty::before {
  inset: 0;
  background: var(--toa-secondary-100);
}

.toa-about-team__member--empty::after {
  inset: 3px;
  background: #f7f3e8;
}

.toa-about-team__bio {
  position: absolute;
  z-index: 10001;
  right: 50%;
  bottom: calc(100% + 10px);
  width: 260px;
  padding: 16px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0 18px 50px rgba(0, 63, 59, 0.18);
  text-align: left;
  transform: translate(50%, 8px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.toa-about-team__member:hover .toa-about-team__bio,
.toa-about-team__member:focus-within .toa-about-team__bio {
  opacity: 1;
  visibility: visible;
  transform: translate(50%, 0);
}

.toa-about-team__bio h3 {
  margin: 0;
  color: var(--toa-primary-900);
  font-size: 17px;
  line-height: 24px;
}

.toa-about-team__role {
  margin: 4px 0 8px;
  color: var(--toa-sunset-1);
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}

.toa-about-team__bio p:last-child {
  margin: 0;
  font-size: 13px;
  line-height: 18px;
}

.toa-about-join {
  position: relative;
  display: grid;
  min-height: 480px;
  padding: 110px 0 128px;
  overflow: hidden;
  background: rgba(240, 235, 219, 0.5);
  box-shadow: 0 -50px 0 rgba(240, 235, 219, 0.5);
  text-align: center;
  transform: translateY(50px);
}

.toa-about-join::before {
  position: absolute;
  inset: 0;
  background: url('../images/about/join-section-figma.webp') center / cover no-repeat;
  content: '';
}

.toa-about-join .toa-container {
  position: relative;
  z-index: 1;
}

.toa-about-join h2 {
  max-width: 582px;
  margin-inline: auto;
  color: #000d22;
  font-size: 48px;
  line-height: 60px;
  text-transform: none;
}

.toa-about-join h2 span {
  display: block;
  color: #f46036;
}

.toa-about-join .toa-button {
  display: inline-grid;
  width: 137px;
  min-width: 137px;
  height: 38px;
  margin-top: 48px;
  padding: 0;
  place-items: center;
}

.toa-about-page + .toa-footer {
  z-index: 2;
}

@media (max-width: 1023px) {
  .toa-about-hero {
    min-height: 460px;
    padding-top: 76px;
  }

  .toa-about-hero__title {
    font-size: 36px;
    line-height: 46px;
  }

  .toa-about-intro__grid,
  .toa-about-experience article,
  .toa-about-experience article.is-reverse {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .toa-about-intro {
    padding-top: 42px;
  }

  .toa-about-intro img {
    height: auto;
    margin-bottom: -84px;
    transform: translateY(-84px);
  }

  .toa-about-experience article.is-reverse img {
    order: 0;
  }

  .toa-about-experience article>div,
  .toa-about-experience article:nth-child(1)>div,
  .toa-about-experience article:nth-child(2)>div,
  .toa-about-experience article:nth-child(3)>div {
    max-width: 606px;
    padding-top: 0;
    justify-self: start;
    text-align: left;
  }

  .toa-about-experience img {
    width: 100%;
  }

  .toa-about-stats .toa-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .toa-about-work__mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .toa-about-team__grid {
    height: 1316px;
    transform: translateX(-50%) scale(0.82);
    transform-origin: top center;
  }
}

@media (max-width: 767px) {
  .toa-about-hero {
    min-height: 360px;
    padding-top: 58px;
  }

  .toa-about-hero::after {
    inset: 0;
  }

  .toa-about-hero__title,
  .toa-about-intro h2,
  .toa-about-experience h2,
  .toa-about-team h2,
  .toa-about-join h2,
  .toa-about-commitments h2,
  .toa-about-work h2 {
    font-size: 26px;
    line-height: 34px;
  }

  .toa-about-intro {
    padding: 34px 0 48px;
  }

  .toa-about-intro img {
    margin-bottom: -54px;
    transform: translateY(-54px);
  }

  .toa-about-commitments article {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 18px;
  }

  .toa-about-commitments img {
    width: 64px;
    height: 64px;
  }

  .toa-about-stats .toa-container {
    grid-template-columns: 1fr;
  }

  .toa-about-work__mosaic {
    grid-template-columns: 1fr;
  }

  .toa-about-stats article {
    min-height: 156px;
  }

  .toa-about-stats strong {
    font-size: 48px;
    line-height: 54px;
  }

  .toa-about-team {
    overflow: hidden;
  }

  .toa-about-team__grid {
    left: calc(50% + 8px);
    display: block;
    width: 1556px;
    height: 125.3125vw;
    transform: translateX(-50%) scale(calc(100vw / 1280px));
    transform-origin: top center;
  }

  .toa-about-team__member {
    position: absolute;
    top: var(--y);
    left: var(--x);
    width: 276px;
    height: 240px;
  }

  .toa-about-team__member--empty {
    display: block;
  }

  .toa-about-team__bio {
    display: none;
  }
}

/* Trang Thẻ chinh phục. */
.toa-conqueror-page {
  color: var(--toa-gray-900);
  font-size: var(--toa-font-body-1);
  line-height: var(--toa-line-body-1);
  background: #fff;
}

.toa-conqueror-page .toa-container {
  width: min(calc(100% - 40px), var(--toa-container));
}

.toa-conqueror-hero {
  padding-block: 80px 42px;
}

.toa-conqueror-hero__media {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border-radius: 5px;
  background: var(--toa-primary-900);
}

.toa-conqueror-hero__media video {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.toa-conqueror-hero__media::after {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(180deg, rgba(0, 63, 59, 0.02), rgba(0, 0, 0, 0.2));
  pointer-events: none;
}

.toa-conqueror-hero h1 {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 1;
  display: grid;
  gap: 16px;
  width: min(760px, 90%);
  margin: 0;
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
}

.toa-conqueror-hero h1 span {
  font-size: 48px;
  line-height: 56px;
}

.toa-conqueror-hero h1 strong {
  font-size: 90px;
  line-height: 79px;
}

.toa-conqueror-hero__copy {
  max-width: 850px;
  margin: 30px auto 0;
  text-align: justify;
}

.toa-conqueror-subtitle {
  margin: 0 0 16px;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}

.toa-conqueror-subtitle span,
.toa-conqueror-section-heading h2 span,
.toa-conqueror-notice span,
.toa-conqueror-cta span {
  color: var(--toa-sunset-1);
}

.toa-conqueror-benefits {
  padding-block: 44px 80px;
  background: var(--toa-gray-100);
}

.toa-conqueror-section-heading {
  max-width: 850px;
  margin: 0 auto 34px;
  text-align: center;
}

.toa-conqueror-section-heading h2 {
  margin: 0 0 18px;
  font-size: 48px;
  line-height: 60px;
}

.toa-conqueror-section-heading p {
  margin: 0;
  text-align: justify;
}

.toa-conqueror-benefit-carousel {
  position: relative;
}

.toa-conqueror-benefit-track {
  display: grid;
  grid-auto-columns: 279px;
  grid-auto-flow: column;
  gap: 24px;
  overflow-x: auto;
  padding: 4px 0 10px;
  scroll-snap-type: x mandatory;
}

.toa-conqueror-benefit-carousel__button {
  display: none;
}

.toa-conqueror-benefit-card {
  position: relative;
  display: block;
  overflow: hidden;
  height: 360px;
  color: #fff;
  border: 1px solid var(--toa-gray-200);
  border-radius: 10px;
  scroll-snap-align: start;
}

.toa-conqueror-benefit-card::after {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.07) 44%, rgba(0, 0, 0, 0.72) 100%);
}

.toa-conqueror-benefit-card>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 250ms ease;
}

.toa-conqueror-benefit-card:hover>img,
.toa-conqueror-benefit-card:focus-visible>img {
  transform: scale(1.04);
}

.toa-conqueror-benefit-card__sale {
  position: absolute;
  top: 17px;
  left: 22px;
  z-index: 1;
  min-width: 77px;
  padding: 4px 10px;
  color: #fff;
  background: var(--toa-sunset-1);
  border-radius: 30px;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}

.toa-conqueror-benefit-card__body {
  position: absolute;
  left: 22px;
  right: 21px;
  bottom: 24px;
  z-index: 1;
  display: grid;
  gap: 16px;
}

.toa-conqueror-benefit-card__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
}

.toa-conqueror-benefit-card__brand img {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  background: #fff;
  object-fit: cover;
}

.toa-conqueror-benefit-card__body>span:last-child {
  display: -webkit-box;
  overflow: hidden;
  font-size: 15px;
  line-height: 20px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.toa-conqueror-partners {
  padding-block: 72px 34px;
}

.toa-conqueror-partner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 70px;
  align-items: center;
  margin-bottom: 70px;
}

.toa-conqueror-partner--reverse .toa-conqueror-partner__image {
  order: 2;
}

.toa-conqueror-partner__image {
  overflow: hidden;
  border-radius: 5px;
}

.toa-conqueror-partner__image img {
  display: block;
  width: 100%;
  aspect-ratio: 560 / 412;
  object-fit: cover;
}

.toa-conqueror-partner__content header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--toa-gray-200);
}

.toa-conqueror-partner__content header>span {
  display: grid;
  min-width: 86px;
  padding: 8px 16px 8px 20px;
  color: #fff;
  background: var(--toa-sunset-1);
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
  clip-path: polygon(0% 0%, 10% 10%, 0% 20%, 10% 30%, 0% 40%, 10% 50%, 0% 60%, 10% 70%, 0% 80%, 10% 90%, 0% 100%, 100% 100%, 100% 0%);
}

.toa-conqueror-partner__content h2 {
  margin: 0;
  font-size: 32px;
  line-height: 46px;
}

.toa-conqueror-partner__content header p {
  margin: 0;
  color: var(--toa-sunset-1);
  font-weight: 700;
}

.toa-conqueror-partner__content>p {
  margin: 0 0 18px;
  text-align: justify;
}

.toa-conqueror-partner__content ul {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  font-size: 15px;
  font-style: italic;
  line-height: 20px;
}

.toa-conqueror-partner__button {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 18px;
  color: #fff;
  background: var(--toa-primary-900);
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.toa-conqueror-notice {
  padding-block: 24px;
  text-align: center;
}

.toa-conqueror-notice .toa-container {
  padding-block: 24px;
  border-top: 2px solid var(--toa-gray-200);
  border-bottom: 2px solid var(--toa-gray-200);
}

.toa-conqueror-notice p {
  margin: 0;
  font-size: 15px;
  line-height: 22px;
}

.toa-conqueror-notice__mobile {
  display: none;
}

.toa-conqueror-cards {
  overflow: hidden;
  padding-block: 38px 72px;
}

.toa-conqueror-cards__row {
  display: flex;
  gap: 8px;
  width: max-content;
  margin-bottom: 16px;
  will-change: transform;
}

.toa-conqueror-cards__row img {
  width: 146px;
  height: 225px;
  object-fit: cover;
  flex: 0 0 auto;
}

.toa-conqueror-faq {
  padding-block: 70px;
  background: var(--toa-gray-100);
}

.toa-conqueror-faq__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}

.toa-conqueror-faq h2 {
  margin: 0 0 28px;
  font-size: 32px;
  line-height: 40px;
}

.toa-conqueror-faq header p {
  margin: 0;
}

.toa-conqueror-faq .underline {
  text-decoration: underline;
}

.toa-conqueror-faq__item {
  margin-bottom: 16px;
  background: #fff;
}

.toa-conqueror-faq__item summary {
  position: relative;
  min-height: 56px;
  padding: 16px 52px 16px 18px;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.toa-conqueror-faq__item summary::-webkit-details-marker {
  display: none;
}

.toa-conqueror-faq__item summary::after {
  position: absolute;
  top: 18px;
  right: 20px;
  content: '+';
  color: var(--toa-primary-900);
  font-size: 22px;
  line-height: 22px;
}

.toa-conqueror-faq__item[open] summary::after {
  content: '−';
}

.toa-conqueror-faq__item p {
  margin: 0;
  padding: 0 18px 20px;
  font-size: 15px;
  line-height: 22px;
}

.toa-conqueror-cta {
  padding-block: 42px 88px;
  text-align: center;
}

.toa-conqueror-cta h2 {
  margin: 0;
  font-size: 32px;
  line-height: 46px;
}

@media (max-width: 991px) {
  .toa-conqueror-hero {
    padding-block: 56px 30px;
  }

  .toa-conqueror-hero__media,
  .toa-conqueror-hero__media video {
    min-height: 230px;
    height: 230px;
  }

  .toa-conqueror-hero h1 {
    gap: 8px;
  }

  .toa-conqueror-hero h1 span {
    font-size: 28px;
    line-height: 34px;
  }

  .toa-conqueror-hero h1 strong {
    font-size: 48px;
    line-height: 46px;
  }

  .toa-conqueror-section-heading h2 {
    font-size: 21px;
    line-height: 30px;
  }

  .toa-conqueror-benefit-track {
    grid-auto-columns: minmax(230px, 76vw);
    gap: 15px;
  }

  .toa-conqueror-benefit-carousel__button {
    position: absolute;
    z-index: 2;
    top: 50%;
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--toa-gray-200);
    border-radius: 4px;
    color: var(--toa-primary-900);
    background: rgb(255 255 255 / 0.94);
    box-shadow: 0 6px 16px rgb(0 0 0 / 0.12);
    font-family: inherit;
    font-size: 28px;
    line-height: 1;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .toa-conqueror-benefit-carousel__button--prev {
    left: 6px;
  }

  .toa-conqueror-benefit-carousel__button--next {
    right: 6px;
  }

  .toa-conqueror-partner,
  .toa-conqueror-faq__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .toa-conqueror-partner {
    margin-bottom: 44px;
    padding-bottom: 30px;
    border-bottom: 2px solid var(--toa-gray-100);
  }

  .toa-conqueror-partner--reverse .toa-conqueror-partner__image {
    order: 0;
  }

  .toa-conqueror-partner__content header {
    align-items: flex-start;
    border-bottom: 0;
  }

  .toa-conqueror-partner__content header>span {
    min-width: 68px;
    padding-inline: 15px;
    font-size: 13px;
    line-height: 18px;
  }

  .toa-conqueror-partner__content h2 {
    font-size: 21px;
    line-height: 30px;
  }

  .toa-conqueror-notice .toa-container {
    padding: 14px 12px;
    background: var(--toa-gray-50);
    border: 1px solid var(--toa-gray-200);
    border-radius: 5px;
    text-align: justify;
  }

  .toa-conqueror-notice__desktop {
    display: none;
  }

  .toa-conqueror-notice__mobile {
    display: block;
  }

  .toa-conqueror-cards {
    padding-block: 24px 52px;
  }

  .toa-conqueror-cards__row img {
    width: 100px;
    height: 156px;
  }

  .toa-conqueror-faq {
    padding-block: 42px;
  }

  .toa-conqueror-cta h2 {
    font-size: 26px;
    line-height: 34px;
  }
}

/* Trang sản phẩm: thông số lấy từ frame Figma Desktop/Mobile. */
.toa-tour-page {
  --toa-product-width: 1188px;
  --toa-product-copy-width: 784px;
  color: #000;
  font-size: 17px;
  line-height: 26px;
}

.toa-tour-page .toa-container {
  width: min(calc(100% - 40px), var(--toa-product-width));
}

.toa-tour-intro {
  max-width: var(--toa-product-width);
  padding-top: 56px;
  padding-bottom: 64px;
}

.toa-tour-intro h1 {
  font-size: 48px;
  line-height: 60px;
}

.toa-tour-intro__level {
  margin: 4px 0 18px;
  font-size: 21px;
  line-height: 30px;
}

.toa-tour-intro__description {
  max-width: var(--toa-product-copy-width);
}

.toa-tour-intro__description> :last-child {
  margin-bottom: 0;
}

.toa-tour-gallery {
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: repeat(2, 196px);
  min-height: 398px;
  margin-top: 48px;
  gap: 6px;
  border-radius: 5px;
}

.toa-tour-guides {
  padding-block: 80px 54px;
}

.toa-tour-guides h2,
.toa-tour-overview h2,
.toa-tour-faq h2,
.toa-tour-related h2,
.toa-tour-section>h2 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.toa-tour-guide-card {
  grid-template-columns: 343px 1fr;
  gap: 24px;
  max-width: 710px;
}

.toa-tour-guide-card__image {
  height: 279px;
  aspect-ratio: auto;
}

.toa-tour-guide-card h3 {
  margin-bottom: 0;
  font-size: 26px;
  line-height: 34px;
}

.toa-tour-guide-card__role {
  margin-bottom: 20px;
  color: #f46036;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
}

.toa-tour-overview {
  padding-block: 72px;
  background: #f7f7f7;
}

.toa-tour-body-layout {
  grid-template-columns: 784px minmax(280px, 1fr);
  gap: 24px;
  padding-block: 72px;
}

.toa-tour-section {
  padding-block: 0 80px;
  border-top: 0;
}

.toa-tour-section>h2 {
  margin-bottom: 18px;
}

.toa-tour-detail {
  margin-bottom: 16px;
  border-color: #e2e2e2;
  border-radius: 5px;
}

.toa-tour-detail>summary {
  position: relative;
  min-height: 56px;
  padding: 15px 56px 11px 24px;
  color: #000;
  background: #f7f7f7;
  font-size: 21px;
  line-height: 30px;
  list-style: none;
}

.toa-tour-detail>summary::-webkit-details-marker {
  display: none;
}

.toa-tour-detail>summary::after {
  position: absolute;
  top: 16px;
  right: 24px;
  content: '+';
  color: #003f3b;
  font-size: 24px;
  line-height: 24px;
}

.toa-tour-detail[open]>summary::after {
  content: '−';
}

.toa-tour-detail__description {
  padding: 16px 24px 24px;
}

.toa-tour-costs {
  display: block;
}

.toa-tour-cost {
  padding: 0;
  margin-bottom: 32px;
  background: transparent;
}

.toa-tour-cost h3 {
  font-size: 21px;
  line-height: 30px;
}

.toa-tour-cost ul {
  columns: 2;
  column-gap: 32px;
  padding-left: 28px;
}

.toa-tour-cost li {
  break-inside: avoid;
  margin-bottom: 12px;
}

.toa-tour-cost li::marker {
  color: #003f3b;
}

.toa-tour-booking-card {
  top: 88px;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  background: #f0ebdb;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.toa-tour-faq {
  padding-block: 72px;
  background: #fff;
}

.toa-tour-faq__list {
  max-width: 784px;
}

.toa-tour-related {
  padding-block: 72px 96px;
  background: #fff;
}

.toa-tour-related h2 {
  margin-bottom: 26px;
  color: #000;
  text-align: center;
}

.toa-tour-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

@font-face {
  font-family: 'Livvic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/livvic-regular.woff') format('woff');
}

@font-face {
  font-family: 'Livvic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/livvic-bold.ttf') format('truetype');
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--toa-ink);
  background: var(--toa-white);
  font-family: 'Livvic', sans-serif;
  font-size: 17px;
  line-height: 1.6;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h2 {
  color: var(--toa-forest);
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.15;
}

a {
  color: inherit;
}

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

.toa-container {
  width: min(100% - (2 * var(--toa-gutter)), var(--toa-container));
  margin-inline: auto;
}

.toa-header {
  position: relative;
  z-index: 20;
  color: var(--toa-white);
  background: #003f3b;
}

.toa-header__inner {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.toa-header .toa-container {
  width: min(calc(100% - 40px), 1888px);
}

.toa-brand {
  color: var(--toa-forest);
  font-weight: 700;
  text-decoration: none;
}

.toa-brand img {
  display: block;
}

.toa-navigation {
  display: flex;
  flex: 1 1 auto;
  align-self: stretch;
  justify-content: center;
}

.toa-menu {
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0;
  align-items: stretch;
  justify-content: center;
  gap: clamp(18px, 1.35vw, 28px);
  list-style: none;
}

.toa-menu__item {
  display: flex;
  align-items: stretch;
}

.toa-menu__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 70px;
  padding: 0;
  border: 0;
  color: var(--toa-white);
  background: transparent;
  font-family: inherit;
  font-size: var(--toa-font-body-2);
  font-weight: 700;
  line-height: var(--toa-line-body-2);
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.toa-menu__item:hover>.toa-menu__link,
.toa-menu__item:focus-within>.toa-menu__link,
.toa-menu__link:hover,
.toa-menu__link:focus-visible,
.toa-menu__item:first-child>.toa-menu__link {
  color: var(--toa-white);
}

.toa-menu__chevron {
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.toa-navigation a {
  color: inherit;
  text-decoration: none;
}

.toa-mega-menu {
  position: absolute;
  z-index: 30;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  min-height: 0;
  color: #000;
  background: var(--toa-white);
  box-shadow: 0 1px 2px rgb(0 0 0 / 0.06), 0 1px 3px rgb(0 0 0 / 0.1);
}

.toa-menu__item:hover>.toa-mega-menu,
.toa-menu__item:focus-within>.toa-mega-menu,
.toa-menu__item.is-expanded>.toa-mega-menu {
  display: block;
}

.toa-mega-menu__inner {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  width: min(calc(100% - clamp(64px, 15vw, 288px)), 1760px);
  min-height: 0;
  padding-block: 38px;
  gap: clamp(48px, 3.5vw, 72px);
}

.toa-header .toa-mega-menu__inner {
  width: min(calc(100% - clamp(64px, 15vw, 288px)), 1760px);
}

.toa-mega-menu__back,
.toa-mega-menu__mobile-title {
  display: none;
}

.toa-mega-menu__list {
  padding-top: 0;
  border-right: 1px solid var(--toa-gray-300);
}

.toa-mega-menu__eyebrow {
  margin: 0 0 12px;
  color: var(--toa-primary-900);
  font-size: var(--toa-font-body-2);
  font-weight: 700;
  line-height: var(--toa-line-body-2);
}

.toa-mega-menu__child {
  position: relative;
  display: block;
  width: fit-content;
  max-width: calc(100% - 22px);
  margin-top: 2px;
  color: #000;
  font-size: var(--toa-font-body-2);
  font-weight: 400;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.toa-mega-menu__child.is-active,
.toa-mega-menu__child:hover,
.toa-mega-menu__child:focus-visible {
  font-weight: 700;
}

.toa-mega-menu__child.is-active::before {
  position: absolute;
  top: 9px;
  left: -24px;
  width: 8px;
  height: 8px;
  content: '';
  border-radius: 50%;
  background: var(--toa-sunset-1);
}

.toa-mega-menu__panels {
  min-width: 0;
}

.toa-mega-menu__panel {
  display: none;
  grid-template-columns: minmax(220px, 330px) minmax(280px, 440px) minmax(260px, 396px);
  align-items: start;
  justify-content: space-between;
  column-gap: clamp(32px, 3vw, 72px);
}

.toa-mega-menu__panel.is-active {
  display: grid;
}

.toa-mega-menu__panel--default {
  grid-template-columns: 386px minmax(340px, 481px);
  gap: 80px;
}

.toa-mega-menu__parent-visual {
  display: flex;
  min-height: 280px;
  align-items: center;
  justify-content: center;
}

.toa-mega-menu__parent-visual img {
  width: 386px;
  max-height: 280px;
  object-fit: contain;
}

.toa-mega-menu__chart {
  display: flex;
  min-height: 300px;
  align-items: center;
  justify-content: center;
}

.toa-mega-menu__chart img {
  max-width: 300px;
  max-height: 300px;
  object-fit: contain;
}

.toa-mega-menu__copy {
  min-width: 0;
  padding-top: 8px;
}

.toa-mega-menu__copy h2 {
  margin: 0;
  color: var(--toa-sunset-1);
  font-size: var(--toa-font-h3);
  font-weight: 700;
  line-height: var(--toa-line-h3);
}

.toa-mega-menu__copy h3 {
  margin: -2px 0 18px;
  color: var(--toa-primary-900);
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

.toa-mega-menu__copy p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #000;
  font-size: var(--toa-font-body-1);
  font-weight: 400;
  line-height: var(--toa-line-body-1);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

.toa-mega-menu__image {
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 396px;
  aspect-ratio: 1.068 / 1;
  border-radius: 10px;
  background: var(--toa-gray-100);
}

.toa-mega-menu__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.toa-header__actions {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: clamp(20px, 2vw, 44px);
  font-size: var(--toa-font-body-2);
  line-height: var(--toa-line-body-2);
}

.toa-header__actions a {
  text-decoration: none;
}

.toa-header__phone {
  color: var(--toa-secondary-100);
  font-size: var(--toa-font-body-2);
  font-weight: 700;
  line-height: var(--toa-line-body-2);
}

.toa-language {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 3px 8px;
  border: 1px solid currentColor;
  border-radius: 4px;
  color: var(--toa-white);
  font-size: var(--toa-font-body-2);
  font-weight: 700;
  line-height: var(--toa-line-body-2);
}

.toa-menu-toggle {
  display: none;
}

.toa-main {
  min-height: 60vh;
}

.toa-entry {
  padding-block: 4rem;
}

.toa-tour__hero {
  position: relative;
  min-height: 30rem;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--toa-white);
  background: var(--toa-forest);
}

.toa-tour__hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
}

.toa-tour__hero-content {
  position: relative;
  padding-block: 4rem;
}

.toa-tour__hero h1 {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(2.25rem, 7vw, 5rem);
  line-height: 1.05;
}

.toa-tour__layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(17rem, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  padding-block: 4rem;
}

.toa-tour__booking {
  position: sticky;
  top: 2rem;
  align-self: start;
  padding: 1.5rem;
  background: var(--toa-cream);
}

.toa-footer {
  position: relative;
  margin-top: 100px;
  padding: 72px 0 42px;
  color: var(--toa-white);
  background: #003d38;
}

.toa-footer__wave {
  position: absolute;
  z-index: 0;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  object-fit: fill;
  pointer-events: none;
}

/* Footer legacy dùng hệ container responsive của Tailwind, rộng hơn container nội dung chung. */
.toa-footer .toa-container {
  width: 100%;
  max-width: 100%;
  padding-inline: 15px;
}

@media (min-width: 640px) {
  .toa-footer .toa-container {
    max-width: 640px;
    padding-inline: 0;
  }
}

@media (min-width: 768px) {
  .toa-footer .toa-container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .toa-footer .toa-container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .toa-footer .toa-container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .toa-footer .toa-container {
    max-width: 1536px;
  }
}

.toa-footer__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 72px;
}

.toa-footer__brand {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 24px;
}

.toa-footer__brand strong,
.toa-footer__links strong {
  font-size: 17px;
  line-height: 21px;
}

.toa-footer address {
  display: grid;
  gap: 10px;
  font-style: normal;
  font-size: 17px;
  line-height: 26px;
}

.toa-footer address span {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
}

.toa-footer address img {
  justify-self: center;
}

.toa-footer address a {
  color: inherit;
  text-decoration: none;
}

.toa-footer__social {
  display: flex;
  gap: 12px;
  margin-top: 48px;
}

.toa-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  min-height: 21px;
}

.toa-footer__social img {
  display: block;
  max-width: 20px;
  max-height: 21px;
}

.toa-floating-contact {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 99990;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.toa-floating-contact__link {
  display: inline-flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  filter: drop-shadow(0 8px 16px rgb(0 0 0 / 0.18));
  transition: transform 180ms ease, filter 180ms ease;
}

.toa-floating-contact__link:hover,
.toa-floating-contact__link:focus-visible {
  transform: translateY(-2px);
  filter: drop-shadow(0 10px 20px rgb(0 0 0 / 0.22));
}

.toa-floating-contact__link:focus-visible {
  outline: 3px solid var(--toa-sunset-1);
  outline-offset: 4px;
}

.toa-floating-contact svg,
.toa-floating-contact img {
  display: block;
  width: 60px;
  height: 60px;
}

body.toa-booking-modal-is-open .toa-floating-contact,
body.toa-departure-modal-is-open .toa-floating-contact {
  display: none;
}

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

.toa-footer__links div,
.toa-footer__links a {
  display: block;
}

.toa-footer__links strong {
  display: block;
  min-height: 3rem;
  margin-bottom: 1rem;
}

.toa-footer__links a {
  margin-bottom: 0;
  color: #fff;
  font-size: 17px;
  line-height: 26px;
  text-decoration: none;
}

.toa-footer__bottom {
  position: relative;
  z-index: 1;
  margin-top: 48px;
  padding-top: 26px;
  border-top: 1px solid #fff;
  font-size: 17px;
  line-height: 26px;
}

.toa-footer__bottom p {
  margin: 0;
}

.toa-eyebrow {
  margin-bottom: 0.75rem;
  color: #f46036;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.toa-button {
  display: inline-flex;
  align-items: center;
  justify-content: safe center;
  min-height: 38px;
  padding: var(--toa-button-padding-y) var(--toa-button-padding-x);
  border: 0;
  border-radius: var(--toa-button-radius);
  color: var(--toa-white);
  background: var(--toa-forest);
  font-size: var(--toa-font-body-2);
  font-weight: 700;
  line-height: var(--toa-line-body-2);
  text-decoration: none;
}

.toa-button--light {
  color: var(--toa-forest);
  background: var(--toa-white);
}

.toa-button--outline {
  border: 1px solid var(--toa-white);
  background: transparent;
}

.toa-hero {
  position: relative;
  min-height: min(44rem, calc(100vh - 5rem));
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--toa-white);
  background: #113f37;
}

.toa-hero picture,
.toa-hero picture::after,
.toa-hero picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.toa-hero picture::after {
  content: '';
  background: linear-gradient(90deg, rgba(0, 45, 40, 0.78) 0%, rgba(0, 45, 40, 0.18) 62%, rgba(0, 45, 40, 0.06) 100%);
}

.toa-hero picture img {
  object-fit: cover;
}

.toa-hero__content {
  position: relative;
  z-index: 1;
}

.toa-hero h1 {
  max-width: 18ch;
  margin-bottom: 2rem;
  font-size: clamp(2.6rem, 6vw, 5.75rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.toa-about-home {
  padding-block: clamp(3.5rem, 8vw, 7.5rem);
  background: url('../images/about-bg.jpg') center / cover no-repeat;
}

.toa-about-home__inner {
  display: grid;
  grid-template-columns: 11rem minmax(0, 44rem);
  justify-content: center;
  align-items: center;
  gap: clamp(2rem, 7vw, 6.5rem);
}

.toa-about-home p {
  font-size: 1.1rem;
  text-align: justify;
}

.toa-services {
  padding-block: clamp(3.5rem, 7vw, 5rem);
  background: var(--toa-cream);
}

.toa-services__layout {
  display: grid;
  grid-template-columns: minmax(16rem, 0.8fr) minmax(0, 1.6fr);
  gap: clamp(2rem, 7vw, 7rem);
}

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

.toa-service {
  display: grid;
  grid-template-columns: 3.5rem minmax(0, 1fr);
  gap: 1rem;
}

.toa-service h3 {
  margin-bottom: 0.35rem;
  color: var(--toa-forest);
}

.toa-service p {
  margin-bottom: 0;
  font-size: 0.95rem;
}

.toa-tours,
.toa-guide-home,
.toa-social-home {
  padding-block: clamp(4rem, 8vw, 6rem);
}

.toa-section-heading {
  max-width: 46rem;
  margin: 0 auto 3rem;
  text-align: center;
}

.toa-tour-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 32px;
}

.toa-tour-carousel {
  position: relative;
}

.toa-tour-carousel__button {
  display: none;
}

.toa-tour-card {
  display: block;
  overflow: hidden;
  border: 1px solid #e2e2e2;
  border-radius: 0.35rem;
  color: inherit;
  background: var(--toa-white);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.toa-tour-card:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 1rem 2.5rem rgba(0, 63, 59, 0.15);
}

.toa-tour-card__media {
  aspect-ratio: 1.44 / 1;
  overflow: hidden;
  border-bottom: 7px solid #dacda5;
  background: #e8e8e8;
}

.toa-tour-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.toa-tour-card__body {
  display: flex;
  min-height: 307px;
  padding: 24px 24px 22px;
  color: #000d22;
  flex-direction: column;
}

.toa-tour-card h3 {
  display: -webkit-box;
  min-height: 68px;
  margin: 0;
  overflow: hidden;
  color: #004b45;
  font-size: 26px;
  line-height: 34px;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.toa-tour-card__meta {
  margin: 10px 0 22px;
  color: #000d22;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
}

.toa-tour-card__excerpt {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #000d22;
  font-size: 17px;
  line-height: 26px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.toa-tour-card__price {
  display: flex;
  align-items: stretch;
  margin-top: auto;
  padding-top: 35px;
  flex-direction: column;
}

.toa-tour-card__price del {
  color: #000d22;
  font-size: 15px;
  line-height: 22px;
}

.toa-tour-card__price strong {
  color: #000d22;
  font-size: 26px;
  line-height: 34px;
}

.toa-criteria {
  padding-block: clamp(4rem, 8vw, 6rem);
  background: #dfeff1;
}

.toa-criteria__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.toa-criteria article {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.5);
}

.toa-criteria article>strong {
  color: #f46036;
  font-size: 2rem;
}

.toa-guide-home__grid,
.toa-social-home__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 6rem);
}

.toa-guide-home img,
.toa-social-home img {
  width: 100%;
  min-height: 24rem;
  object-fit: cover;
}

.toa-safety {
  padding-block: clamp(5rem, 12vw, 8rem);
  color: var(--toa-white);
  background: url('../images/safety-bg.jpg') center / cover no-repeat;
  text-align: center;
}

.toa-safety .toa-container {
  max-width: 56rem;
}

.toa-safety h2 {
  color: var(--toa-white);
}

.toa-social-home {
  background: #f7f7f7;
}

.toa-tour-page {
  color: #111827;
  background: #fff;
}

.toa-tour-intro {
  max-width: 64rem;
  padding-block: clamp(3rem, 7vw, 5rem);
  text-align: center;
}

.toa-tour-intro h1 {
  margin: 0;
  color: var(--toa-green);
  font-size: clamp(2rem, 4vw, 3rem);
}

.toa-tour-intro__level {
  margin: 0.35rem 0 1.5rem;
  color: #111827;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 700;
  text-transform: uppercase;
}

.toa-tour-intro__description {
  max-width: 42rem;
  margin-inline: auto;
  line-height: 1.65;
}

.toa-tour-gallery {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: repeat(2, minmax(11rem, 1fr));
  gap: 0.35rem;
  min-height: 28rem;
  margin-top: 2.25rem;
  overflow: hidden;
}

.toa-tour-gallery__item {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

.toa-tour-gallery__open {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.toa-tour-gallery__item--1 {
  grid-row: 1 / 3;
}

.toa-tour-gallery__item--4 {
  grid-column: 3;
  grid-row: 1 / 3;
}

.toa-tour-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.toa-tour-gallery__more {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 0.65rem 0.9rem;
  color: #fff;
  background: rgba(0, 63, 59, 0.9);
  font-size: 0.9rem;
  font-weight: 700;
}

.toa-tour-gallery .toa-tour-gallery__more img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

body.toa-photo-tour-is-open {
  overflow: hidden;
}

.toa-photo-tour[hidden] {
  display: none;
}

.toa-photo-tour {
  position: fixed;
  z-index: 1000000;
  inset: 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: #151515;
  background: #fff;
  opacity: 0;
  overscroll-behavior: contain;
  transition: opacity 220ms ease;
}

.toa-photo-tour.is-visible {
  opacity: 1;
}

.toa-photo-tour__header {
  position: sticky;
  z-index: 5;
  top: 0;
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 8px 24px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(12px);
}

.toa-photo-tour__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #151515;
  background: transparent;
  font-size: 24px;
  cursor: pointer;
}

.toa-photo-tour__close:hover,
.toa-photo-tour__close:focus-visible {
  background: #f2f2f2;
}

.toa-photo-tour__content {
  width: min(calc(100% - 48px), 1188px);
  padding: 12px 0 88px;
  margin: 0 auto;
  transform: translateY(18px);
  transition: transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.toa-photo-tour.is-visible .toa-photo-tour__content {
  transform: translateY(0);
}

.toa-photo-tour h2 {
  margin: 0 0 20px;
  color: #151515;
  font-size: 26px;
  line-height: 34px;
  text-transform: none;
}

.toa-photo-tour__videos {
  padding-bottom: 40px;
}

.toa-photo-tour__video-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
}

.toa-photo-tour__video {
  position: relative;
  aspect-ratio: 9 / 16;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #e8e8e8;
  cursor: pointer;
}

.toa-photo-tour__video.is-reel {
  aspect-ratio: 9 / 16;
  width: 100%;
}

.toa-photo-tour__video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.toa-photo-tour__video>span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 0, 0, 0.58);
  font-size: 13px;
  place-items: center;
  transform: translate(-50%, -50%);
}

.toa-photo-tour__video.is-reel>span {
  opacity: 0;
}

.toa-video-viewer {
  position: fixed;
  z-index: 100002;
  inset: 0;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 72px;
  grid-template-rows: 64px minmax(0, 1fr);
  color: #fff;
  background: rgba(0, 0, 0, 0.78);
  opacity: 0;
  transition: opacity 180ms ease;
}

.toa-video-viewer[hidden] {
  display: none;
}

.toa-video-viewer.is-visible {
  opacity: 1;
}

.toa-video-viewer__toolbar {
  z-index: 2;
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.toa-video-viewer__toolbar button,
.toa-video-viewer__nav {
  border: 0;
  color: #fff;
  background: transparent;
  cursor: pointer;
}

.toa-video-viewer__toolbar button {
  width: 44px;
  height: 44px;
  font-size: 34px;
}

.toa-video-viewer__nav {
  z-index: 2;
  grid-row: 2;
  font-size: 52px;
}

.toa-video-viewer__nav--next {
  grid-column: 3;
}

.toa-video-viewer__stage {
  grid-column: 2;
  grid-row: 2;
  display: grid;
  min-width: 0;
  min-height: 0;
  padding: 0 0 24px;
  place-items: center;
}

.toa-video-viewer__stage figure {
  display: flex;
  width: min(420px, calc(100vw - 184px));
  height: min(760px, calc(100vh - 88px));
  margin: 0;
  align-items: center;
  justify-content: center;
}

.toa-video-viewer__stage figure[hidden] {
  display: none;
}

.toa-video-viewer__stage video {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  aspect-ratio: 9 / 16;
  background: #000;
  object-fit: contain;
}

.toa-photo-tour__nav {
  display: flex;
  gap: 10px;
  padding: 0 0 36px;
  overflow-x: auto;
  scrollbar-width: none;
}

.toa-photo-tour__nav::-webkit-scrollbar {
  display: none;
}

.toa-photo-tour__nav button {
  flex: 0 0 112px;
  padding: 0;
  border: 0;
  color: #151515;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.toa-photo-tour__nav img,
.toa-photo-tour__nav button::before {
  display: block;
  width: 112px;
  height: 74px;
  margin-bottom: 6px;
  border-radius: 6px;
  object-fit: cover;
}

.toa-photo-tour__nav button:not(:has(img))::before {
  content: '';
  background: #f2f2f2;
}

.toa-photo-tour__nav span {
  display: -webkit-box;
  overflow: hidden;
  font-size: 13px;
  line-height: 18px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.toa-photo-tour__schedule {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 40px;
  align-items: start;
  padding: 32px 0 16px;
  scroll-margin-top: 64px;
}

.toa-photo-tour__schedule-title {
  position: sticky;
  top: 88px;
  min-width: 0;
}

.toa-photo-tour__schedule h2 {
  max-width: 12ch;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.toa-photo-tour__schedule-media {
  min-width: 0;
}

.toa-photo-tour__image-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 8px;
}

.toa-photo-tour__image {
  display: block;
  width: 100%;
  min-height: 260px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 4px;
  background: #f2f2f2;
  cursor: zoom-in;
}

.toa-photo-tour__image--1,
.toa-photo-tour__image--5 {
  grid-column: 1 / -1;
  min-height: 430px;
}

.toa-photo-tour__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.toa-photo-tour__image:hover img {
  transform: scale(1.015);
}

.toa-photo-tour__empty {
  padding: 24px;
  border-radius: 8px;
  color: #6a6a6a;
  background: #f7f7f7;
}

.toa-photo-viewer[hidden] {
  display: none;
}

.toa-photo-viewer {
  position: fixed;
  z-index: 10;
  inset: 0;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 72px;
  grid-template-rows: 64px minmax(0, 1fr);
  color: #fff;
  background: rgba(0, 0, 0, 0.96);
  opacity: 0;
  transition: opacity 180ms ease;
}

.toa-photo-viewer.is-visible {
  opacity: 1;
}

.toa-photo-viewer__toolbar {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: space-between;
  padding: 8px 20px;
  font-size: 15px;
}

.toa-photo-viewer__toolbar button,
.toa-photo-viewer__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  color: #fff;
  background: transparent;
  cursor: pointer;
}

.toa-photo-viewer__toolbar button {
  width: 40px;
  height: 40px;
  font-size: 30px;
}

.toa-photo-viewer__stage {
  min-width: 0;
  min-height: 0;
}

.toa-photo-viewer__stage figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
}

.toa-photo-viewer__stage figure[hidden] {
  display: none;
}

.toa-photo-viewer__stage img {
  display: block;
  max-width: 100%;
  max-height: calc(100dvh - 88px);
  object-fit: contain;
}

.toa-photo-viewer__nav {
  align-self: center;
  width: 52px;
  height: 64px;
  font-size: 48px;
  opacity: 0.8;
}

.toa-photo-viewer__nav:hover,
.toa-photo-viewer__nav:focus-visible {
  opacity: 1;
}

.toa-photo-viewer__nav--previous {
  justify-self: center;
}

.toa-photo-viewer__nav--next {
  justify-self: center;
}

@media (prefers-reduced-motion: reduce) {

  .toa-photo-tour,
  .toa-photo-tour__content,
  .toa-photo-tour__image img {
    transition: none;
  }
}

@media (max-width: 767px) {
  .toa-photo-tour__header {
    min-height: 56px;
    padding-inline: 12px;
  }

  .toa-photo-tour__content {
    width: min(calc(100% - 32px), 560px);
    padding-top: 8px;
  }

  .toa-photo-tour h2 {
    font-size: 21px;
    line-height: 30px;
  }

  .toa-photo-tour__video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .toa-video-viewer {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    grid-template-rows: 56px minmax(0, 1fr);
  }

  .toa-video-viewer__stage {
    padding-bottom: 12px;
  }

  .toa-video-viewer__stage figure {
    width: min(100%, 390px);
    height: calc(100vh - 68px);
  }

  .toa-photo-tour__image {
    min-height: 180px;
  }

  .toa-photo-tour__image--1,
  .toa-photo-tour__image--5 {
    min-height: 250px;
  }

  .toa-photo-tour__schedule {
    display: block;
  }

  .toa-photo-tour__schedule-title {
    position: static;
  }

  .toa-photo-tour__schedule h2 {
    max-width: none;
  }

  .toa-photo-viewer {
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    grid-template-rows: 56px minmax(0, 1fr);
  }

  .toa-photo-viewer__toolbar {
    padding-inline: 12px;
  }

  .toa-photo-viewer__nav {
    width: 42px;
    font-size: 38px;
  }
}

.toa-tour-guides {
  padding-block: clamp(4rem, 8vw, 7rem);
  background: #fff url('../images/guide.jpg') no-repeat center center;
  background-size: cover;
}

.toa-tour-guides .toa-container {
  max-width: 52rem;
}

.toa-tour-guides h2,
.toa-tour-overview h2,
.toa-tour-faq h2 {
  margin: 0 0 1rem;
  color: #101827;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  text-align: center;
  text-transform: uppercase;
}

.toa-tour-guides__lead {
  max-width: 42rem;
  margin: 0 auto 2.25rem;
  text-align: center;
}

.toa-tour-guide-card {
  display: grid;
  grid-template-columns: 279px 1fr;
  gap: 2rem;
  align-items: center;
  max-width: 42rem;
  margin: 1.5rem auto 0;
}

.toa-tour-guide-selector [data-guide-panel][hidden] {
  display: none;
}

.toa-tour-guide-card__image {
  width: 279px;
  height: 279px;
  aspect-ratio: 1;
  border-radius: 0.5rem;
  object-fit: cover;
}

.toa-tour-guide-selector {
  position: relative;
  max-width: 746px;
  margin-inline: auto;
  padding-left: 64px;
}

.toa-tour-guide-selector__tabs {
  position: absolute;
  top: 8px;
  left: 0;
  display: grid;
  gap: 8px;
}

.toa-tour-guide-selector__tab {
  width: 48px;
  height: 48px;
  padding: 0;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 50%;
  background: #e2e2e2;
  cursor: pointer;
}

.toa-tour-guide-selector__tab.is-active {
  border-color: #f46036;
}

.toa-tour-guide-selector__tab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}

.toa-tour-guide-selector__tab.is-active img {
  opacity: 1;
}

.toa-tour-guide-card h3 {
  margin: 0 0 0.75rem;
  color: var(--toa-green);
  font-size: 1.65rem;
}

.toa-tour-guide-card__role {
  font-weight: 700;
}

.toa-tour-overview {
  padding-block: clamp(3.5rem, 7vw, 6rem);
  background: #f5f5f5;
}

.toa-tour-overview .toa-container {
  max-width: 64rem;
}

.toa-tour-overview .toa-tour-summary {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid #dedede;
}

.toa-tour-overview__primary {
  display: grid;
  grid-template-columns: 523px 380px;
  justify-content: center;
  align-items: center;
  gap: 72px;
  margin-top: 40px;
}

.toa-tour-overview__chart {
  display: block;
  width: 100%;
  max-width: 523px;
  height: 456px;
  object-fit: contain;
}

.toa-tour-overview__facts>div {
  display: grid;
  grid-template-columns: 154px 1fr;
  gap: 24px;
  padding-bottom: 12px;
}

.toa-tour-overview__facts p {
  margin: 0;
}

.toa-tour-overview__facts>div> :first-child {
  font-size: 15px;
  line-height: 22px;
}

.toa-tour-overview__facts>div> :last-child {
  font-weight: 700;
}

.toa-tour-body-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(18rem, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
  padding-block: clamp(3.5rem, 7vw, 6rem);
}

.toa-tour-booking-card {
  position: sticky;
  top: 6rem;
  padding: 1.75rem;
  background: #f0ebdb;
}

.toa-tour-booking-card>p {
  margin: 0;
  font-weight: 700;
}

.toa-tour-booking-card del,
.toa-tour-booking-card strong,
.toa-tour-booking-card span {
  display: block;
  text-align: right;
}

.toa-tour-booking-card strong {
  color: var(--toa-green);
  font-size: 2rem;
}

.toa-tour-booking-card__promotion {
  padding-block: 1.5rem;
  margin-block: 1.5rem;
  border-block: 1px solid #dacda5;
}

.toa-tour-booking-card .toa-button {
  display: block;
  text-align: center;
}

.toa-tour-faq {
  padding-block: clamp(3.5rem, 7vw, 6rem);
  background: #f4f4f1;
}

.toa-tour-faq__list {
  max-width: 48rem;
  margin: 2rem auto 0;
}

.toa-tour-section {
  padding-block: clamp(2rem, 5vw, 4rem);
  border-top: 1px solid #e3e3e3;
}

.toa-tour-section>h2 {
  margin-bottom: 1.5rem;
}

.toa-tour-summary {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
}

.toa-tour-summary>div {
  min-width: 0;
  padding: 0 8px;
  text-align: center;
}

.toa-tour-summary__icon {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto 8px;
}

.toa-tour-summary dt,
.toa-tour-schedule-meta dt {
  color: #000;
  font-size: 15px;
  line-height: 22px;
}

.toa-tour-summary dt {
  display: block;
  font-size: clamp(12px, 1.15vw, 15px);
  line-height: 22px;
  white-space: nowrap;
}

.toa-tour-summary dd,
.toa-tour-schedule-meta dd {
  margin: 0;
  color: #f46036;
  font-weight: 700;
}

.toa-tour-summary dd {
  display: block;
  min-height: 22px;
  line-height: 22px;
  white-space: nowrap;
}

.toa-tour-detail {
  margin-bottom: 0.75rem;
  border: 1px solid #e3e3e3;
  border-radius: 0.35rem;
  background: var(--toa-white);
}

.toa-tour-detail>summary {
  padding: 1rem 3rem 1rem 1rem;
  color: var(--toa-green);
  background: #f4f4f1;
  cursor: pointer;
  font-weight: 700;
}

.toa-tour-detail__description {
  padding: 1rem;
}

.toa-tour-schedule-meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 24px 24px 0;
  margin: 0;
}

.toa-tour-schedule-meta>div {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.toa-tour-schedule-meta__icon {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.toa-tour-schedule-meta>div>div {
  display: flex;
  flex-wrap: wrap;
  gap: 0 4px;
}

.toa-tour-schedule-meta dt {
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
}

.toa-tour-schedule-meta dd {
  color: #000;
  font-weight: 400;
}

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

.toa-tour-cost {
  padding: 1.5rem;
  border-radius: 0.5rem;
  background: #f0ebdb;
}

.toa-tour-cost h3 {
  margin-top: 0;
}

.toa-tour-cost li+li {
  margin-top: 0.5rem;
}

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

.screen-reader-text:focus {
  z-index: 100000;
  top: 1rem;
  left: 1rem;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  clip: auto;
  color: var(--toa-ink);
  background: var(--toa-white);
}

@media (max-width: 767px) {
  .toa-header__inner {
    min-height: 64px;
    gap: 12px;
  }

  .toa-brand img {
    width: 46px;
    height: auto;
  }

  .toa-header__actions {
    order: 2;
    display: flex;
    gap: 8px;
    margin-left: auto;
    font-size: 13px;
    line-height: 18px;
  }

  .toa-header__phone {
    white-space: nowrap;
  }

  .toa-language {
    min-height: 30px;
    padding: 3px 7px;
    font-size: 13px;
    line-height: 18px;
  }

  .toa-menu-toggle {
    position: relative;
    order: 3;
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    border: 0;
    background: transparent;
    color: var(--toa-white);
    cursor: pointer;
  }

  .toa-menu-toggle__line,
  .toa-menu-toggle__line::before,
  .toa-menu-toggle__line::after {
    display: block;
    width: 22px;
    height: 2px;
    content: '';
    border-radius: 999px;
    background: currentColor;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .toa-menu-toggle__line::before {
    transform: translateY(-7px);
  }

  .toa-menu-toggle__line::after {
    transform: translateY(5px);
  }

  .toa-menu-toggle[aria-expanded="true"] .toa-menu-toggle__line {
    transform: rotate(45deg);
  }

  .toa-menu-toggle[aria-expanded="true"] .toa-menu-toggle__line::before {
    opacity: 0;
    transform: translateY(0);
  }

  .toa-menu-toggle[aria-expanded="true"] .toa-menu-toggle__line::after {
    transform: translateY(-2px) rotate(-90deg);
  }

  .toa-navigation {
    display: none;
    position: absolute;
    inset: 100% 0 auto;
    min-height: calc(100vh - 64px);
    max-height: calc(100vh - 64px);
    overflow: auto;
    color: #000;
    background: var(--toa-white);
    box-shadow: 0 12px 24px rgb(0 0 0 / 0.14);
  }

  .toa-navigation.is-open {
    display: block;
  }

  .toa-navigation.has-active-child .toa-menu>.toa-menu__item:not(.is-expanded) {
    display: none;
  }

  .toa-menu {
    display: block;
    height: auto;
    padding: 8px 20px 28px;
  }

  .toa-menu__item {
    display: block;
    border-top: 1px solid var(--toa-gray-200);
  }

  .toa-menu__item:first-child {
    border-top: 0;
  }

  .toa-menu__link {
    width: 100%;
    min-height: 56px;
    justify-content: space-between;
    color: var(--toa-primary-900);
    font-size: var(--toa-font-body-1);
  }

  .toa-menu__item:first-child>.toa-menu__link,
  .toa-menu__item:hover>.toa-menu__link,
  .toa-menu__item:focus-within>.toa-menu__link {
    color: var(--toa-primary-900);
  }

  .toa-menu__item.is-expanded .toa-menu__chevron {
    transform: translateY(2px) rotate(225deg);
  }

  .toa-menu__item.is-expanded>.toa-menu__link {
    display: none;
  }

  .toa-mega-menu {
    position: static;
    min-height: 0;
    box-shadow: none;
  }

  .toa-menu__item:hover>.toa-mega-menu,
  .toa-menu__item:focus-within>.toa-mega-menu {
    display: none;
  }

  .toa-menu__item.is-expanded>.toa-mega-menu {
    display: block;
  }

  .toa-mega-menu__inner {
    display: block;
    width: 100%;
    min-height: 0;
    padding: 4px 0 28px;
  }

  .toa-header .toa-mega-menu__inner {
    width: 100%;
  }

  .toa-mega-menu__back {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 6px;
    margin: 0 0 12px;
    padding: 0;
    border: 0;
    color: var(--toa-primary-900);
    background: transparent;
    font: inherit;
    font-size: var(--toa-font-body-2);
    font-weight: 700;
    line-height: var(--toa-line-body-2);
    cursor: pointer;
  }

  .toa-mega-menu__list {
    padding: 0;
    border-right: 0;
    border-bottom: 0;
  }

  .toa-mega-menu__mobile-title {
    display: block;
    margin: 0 0 16px;
    color: var(--toa-primary-900);
    font-size: var(--toa-font-body-2);
    font-weight: 700;
    line-height: var(--toa-line-body-2);
  }

  .toa-mega-menu__eyebrow {
    display: none;
  }

  .toa-mega-menu__child {
    max-width: none;
    width: 100%;
    margin-top: 0;
    padding: 5px 0;
    color: #000;
    font-size: var(--toa-font-body-1);
    line-height: var(--toa-line-body-1);
    white-space: normal;
  }

  .toa-mega-menu__child.is-active::before {
    content: none;
  }

  .toa-mega-menu__panel,
  .toa-mega-menu__panel--default {
    display: none;
  }

  .toa-mega-menu__panel.is-active {
    display: none;
  }

  .toa-navigation.has-active-child .toa-menu {
    padding-top: 8px;
  }

  .toa-navigation.has-active-child .toa-menu__item {
    border-top: 0;
  }

  .toa-navigation.has-active-child .toa-mega-menu__inner {
    padding-bottom: 24px;
  }

  .toa-navigation.has-active-child .toa-mega-menu__list {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--toa-gray-200);
  }

  .toa-mega-menu__parent-visual,
  .toa-mega-menu__chart {
    min-height: 0;
    justify-content: flex-start;
  }

  .toa-mega-menu__parent-visual img,
  .toa-mega-menu__chart img {
    width: min(100%, 280px);
    max-height: 240px;
  }

  .toa-mega-menu__copy h2 {
    font-size: var(--toa-font-h3-mobile);
    line-height: var(--toa-line-h3-mobile);
  }

  .toa-mega-menu__copy h3 {
    margin-bottom: 10px;
    font-size: var(--toa-font-body-1);
    line-height: var(--toa-line-body-1);
  }

  .toa-mega-menu__image {
    width: min(100%, 320px);
  }

  .toa-tour__layout {
    grid-template-columns: 1fr;
  }

  .toa-tour__booking {
    position: static;
  }

  .toa-tour-summary,
  .toa-tour-costs,
  .toa-tour-schedule-meta {
    grid-template-columns: 1fr;
  }

  .toa-tour-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    min-height: auto;
  }

  .toa-tour-gallery__item--1,
  .toa-tour-gallery__item--4 {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .toa-tour-gallery__item--1 {
    aspect-ratio: 350 / 214;
  }

  .toa-tour-gallery__item--2,
  .toa-tour-gallery__item--3,
  .toa-tour-gallery__item--4 {
    aspect-ratio: 1 / 1;
  }

  .toa-tour-guide-card,
  .toa-tour-body-layout {
    grid-template-columns: 1fr;
  }

  .toa-tour-guide-card__image {
    max-width: 16rem;
    margin-inline: auto;
  }

  .toa-tour-booking-card {
    position: static;
  }

  .toa-hero {
    min-height: 34rem;
  }

  .toa-about-home__inner,
  .toa-services__layout,
  .toa-guide-home__grid,
  .toa-social-home__grid,
  .toa-footer__grid {
    grid-template-columns: 1fr;
  }

  .toa-about-home__inner>img {
    margin-inline: auto;
  }

  .toa-services__grid,
  .toa-footer__links {
    grid-template-columns: 1fr;
  }

  .toa-tour-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .toa-tour-card {
    flex: 0 0 86%;
    scroll-snap-align: start;
  }

  .toa-criteria__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .toa-footer__links strong {
    min-height: auto;
  }
}

/* Ghi đè cuối tệp để bảo toàn độ ưu tiên của trang sản phẩm. */
.toa-tour-page .toa-container {
  width: min(calc(100% - 40px), 1188px);
}

.toa-tour-intro {
  max-width: 1188px;
  padding: 56px 0 64px;
}

.toa-tour-intro h1 {
  font-size: 48px;
  line-height: 60px;
}

.toa-tour-intro__level {
  margin: 4px 0 18px;
  font-size: 21px;
  line-height: 30px;
}

.toa-tour-intro__description {
  max-width: 784px;
}

.toa-tour-gallery {
  grid-template-rows: repeat(2, 196px);
  min-height: 398px;
  margin-top: 48px;
  gap: 6px;
  border-radius: 5px;
}

.toa-tour-guides {
  padding-block: 80px 54px;
}

.toa-tour-guides h2,
.toa-tour-overview h2,
.toa-tour-faq h2,
.toa-tour-related h2,
.toa-tour-section>h2 {
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
}

.toa-tour-guide-card {
  grid-template-columns: 279px 1fr;
  gap: 24px;
  max-width: 682px;
}

.toa-tour-guide-card__image {
  height: 279px;
  aspect-ratio: auto;
}

.toa-tour-overview {
  padding-block: 72px;
  background: #f7f7f7;
}

.toa-tour-page .toa-tour-body-layout {
  width: min(calc(100% - 40px), 1218px);
  grid-template-columns: 784px 410px;
  gap: 24px;
  padding-block: 72px;
}

.toa-tour-section {
  padding-block: 0 80px;
  border-top: 0;
}

.toa-tour-detail>summary {
  color: #000;
}

/* Trang chủ theo layout Figma TOA. */
.toa-home {
  overflow: hidden;
  color: #111827;
  background: #fff;
}

.toa-home .toa-hero {
  min-height: 640px;
  align-items: start;
}

.toa-home .toa-hero picture::after {
  background: linear-gradient(90deg, rgba(0, 40, 35, 0.2), transparent 58%);
}

.toa-home .toa-hero__content {
  padding-top: clamp(70px, 10vw, 132px);
}

.toa-home .toa-hero__content p {
  margin: 0 0 -8px 46px;
  color: #f46036;
  font-size: clamp(28px, 3vw, 50px);
  font-weight: 700;
  font-style: italic;
  line-height: 1;
}

.toa-home .toa-hero h1 {
  max-width: none;
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 6.4vw, 96px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
}

.toa-home .toa-about-home {
  padding-block: 72px;
}

.toa-home .toa-about-home__inner {
  grid-template-columns: 180px minmax(0, 680px);
  gap: 74px;
}

.toa-home .toa-about-home p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
}

.toa-identity {
  padding: 72px 0 76px;
  background: #f0ebdb;
}

.toa-identity__layout {
  display: grid;
  grid-template-columns: minmax(280px, 1.08fr) minmax(260px, 0.94fr) minmax(260px, 0.94fr);
  gap: clamp(52px, 6vw, 96px);
  align-items: start;
}

.toa-identity__intro h2 {
  max-width: 390px;
  margin-bottom: 22px;
  color: #111827;
  font-size: var(--toa-font-h3);
  line-height: var(--toa-line-h3);
}

.toa-identity__intro h2 span {
  color: #f46036;
}

.toa-identity__intro>p:not(.toa-eyebrow) {
  max-width: 390px;
  margin-bottom: 24px;
  color: #17202d;
  font-size: 17px;
  line-height: 1.62;
}

.toa-identity__intro .toa-button {
  display: inline-flex;
  min-width: 166px;
  min-height: 42px;
  padding: 10px 16px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.toa-identity__intro .toa-button span {
  font-size: 20px;
  line-height: 1;
}

.toa-identity__principles {
  display: contents;
}

.toa-identity__principles article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.toa-identity__principles article:nth-child(1) {
  grid-column: 2;
  grid-row: 1;
}

.toa-identity__principles article:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
  margin-top: 176px;
}

.toa-identity__principles article:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}

.toa-identity__principles article>img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.toa-identity__principle-copy {
  position: relative;
  min-width: 0;
}

.toa-identity__principles span {
  display: none;
}

.toa-identity__principles h3 {
  margin: 0 0 5px;
  color: #111827;
  font-size: 16px;
  line-height: 1.25;
  text-transform: uppercase;
}

.toa-identity__principles p {
  margin: 0;
  color: #17202d;
  font-size: 17px;
  line-height: 1.55;
}

.toa-home .toa-tours {
  padding-block: 78px 88px;
}

.toa-home .toa-tours .toa-container {
  width: min(calc(100% - 132px), 1864px);
}

.toa-home .toa-section-heading {
  max-width: 700px;
  margin-bottom: 40px;
}

.toa-home .toa-section-heading h2 {
  font-size: var(--toa-font-h3);
  line-height: var(--toa-line-h3);
}

.toa-home .toa-section-heading h2 span,
.toa-home .toa-criteria h2 span {
  color: #f46036;
}

.toa-home .toa-tour-heading span:nth-child(1),
.toa-home .toa-tour-heading span:nth-child(5) {
  color: #000d22;
}

.toa-home .toa-tour-heading span:nth-child(2),
.toa-home .toa-tour-heading span:nth-child(4) {
  color: #f46036;
}

.toa-home .toa-section-heading>p:last-child {
  font-size: 17px;
  line-height: 1.65;
}

.toa-home .toa-tour-grid {
  gap: 40px;
}

.toa-home .toa-tour-card {
  border-radius: 5px;
}

.toa-home .toa-tour-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 63, 59, 0.1);
}

.toa-home .toa-criteria {
  padding-block: 80px;
  color: #000d22;
  background: #dfeff1;
}

.toa-home .toa-criteria .toa-section-heading {
  max-width: none;
  margin: 0;
  padding-bottom: 10px;
}

.toa-criteria__carousel {
  position: relative;
}

.toa-criteria__button {
  display: none;
}

.toa-level-page {
  color: #000d22;
  background: #fff;
}

.toa-level-hero {
  position: relative;
  min-height: 568px;
  overflow: hidden;
  background: #003f3b;
}

.toa-level-hero__slides,
.toa-level-hero__slide {
  position: absolute;
  inset: 0;
}

.toa-level-hero__slide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 520ms ease;
}

.toa-level-hero__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.toa-level-hero__slide>img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.toa-level-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 63, 59, 0.78) 0%, rgba(0, 63, 59, 0.38) 42%, rgba(0, 0, 0, 0.5) 100%);
}

.toa-level-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 568px;
  align-items: center;
  justify-content: center;
}

.toa-level-hero__copy {
  color: #fff;
  text-align: center;
  width: min(100%, 860px);
  margin-inline: auto;
}

.toa-level-hero__copy p {
  margin: 0 0 18px;
  color: #dacda5;
  font-weight: 700;
  font-size: 17px;
  line-height: 26px;
  text-transform: uppercase;
}

.toa-level-hero__copy h1 {
  margin: 0;
  font-size: 48px;
  line-height: 60px;
  text-transform: uppercase;
}

.toa-level-hero__copy span {
  display: block;
  max-width: 520px;
  margin: 12px auto 0;
  font-size: 21px;
  line-height: 30px;
  text-transform: uppercase;
}

.toa-level-hero__dots {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 28px;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.toa-level-hero__dots button {
  width: 28px;
  height: 3px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.42);
  cursor: pointer;
  transition: background-color 180ms ease, transform 180ms ease;
}

.toa-level-hero__dots button[aria-pressed='true'],
.toa-level-hero__dots button:hover,
.toa-level-hero__dots button:focus-visible {
  background: #fff;
  transform: scaleX(1.18);
}

.toa-level-about {
  padding: 80px 0 72px;
  background: #fff url('../images/level-bg.png') no-repeat center center;
  background-size: cover;
}

.toa-level-about__inner {
  display: grid;
  justify-items: center;
  gap: 48px;
}

.toa-level-about header {
  max-width: 784px;
  text-align: center;
}

.toa-level-about h2,
.toa-level-chart h2,
.toa-level-routes h2 {
  margin: 0 0 20px;
  font-size: 32px;
  line-height: 46px;
  text-transform: uppercase;
}

.toa-level-about h2 span,
.toa-level-chart h2 span,
.toa-level-routes h2 span,
.toa-level-safe h2 span {
  color: #f46036;
}

.toa-level-about p,
.toa-level-chart p,
.toa-level-type p,
.toa-level-safe p {
  margin: 0;
  font-size: 17px;
  line-height: 26px;
}

.toa-level-about img {
  width: min(100%, 784px);
  height: 352px;
  border-radius: 5px;
  object-fit: cover;
}

.toa-level-chart {
  padding: 72px 0 92px;
  background: #f0ebdb;
}

.toa-level-chart__heading {
  max-width: 760px;
}

.toa-level-chart__heading div {
  max-width: 620px;
  font-size: 17px;
  line-height: 26px;
}

.toa-level-chart__divider {
  width: min(100%, 1060px);
  height: 1px;
  margin: 54px auto 58px;
  background: rgba(255, 255, 255, 0.88);
}

.toa-level-chart__grid {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
  gap: 72px;
}

.toa-level-chart__visual {
  position: relative;
}

.toa-level-radar {
  position: relative;
  width: min(100%, 620px);
  aspect-ratio: 1;
  margin: 24px auto 0;
}

.toa-level-chart__notice {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: min(100%, 450px);
  margin: 0 auto 24px;
  padding: 10px 18px;
  color: #000d22;
  background: #e9e9e9;
  font-size: 17px;
  line-height: 27px;
  text-align: center;
  gap: 12px;
}

.toa-level-chart__notice span,
.toa-level-radar__label i,
.toa-level-chart__average button {
  display: inline-grid;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  place-items: center;
  color: #fff;
  background: rgba(0, 63, 59, 0.82);
  font-weight: 800;
  font-size: 13px;
  line-height: 20px;
}

.toa-level-radar svg {
  position: absolute;
  inset: 11% 11% 7%;
  width: 78%;
  height: 82%;
  overflow: visible;
}

.toa-level-radar polygon,
.toa-level-radar line,
.toa-level-radar polyline {
  vector-effect: non-scaling-stroke;
}

.toa-level-radar__fill {
  fill: #003f3b;
}

.toa-level-radar__ring {
  fill: none;
  stroke: #dacda5;
  stroke-width: 0.55;
}

.toa-level-radar line {
  stroke: rgba(255, 255, 255, 0.42);
  stroke-width: 0.5;
}

.toa-level-radar__line {
  fill: rgba(6, 129, 148, 0.88);
  stroke: #a8a9b2;
  stroke-width: 0.85;
}

.toa-level-radar__points circle {
  fill: #f46036;
  stroke: #f4e8c5;
  stroke-width: 0.5;
}

.toa-level-radar__label {
  position: absolute;
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  color: #003f3b;
  background: transparent;
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
  gap: 8px;
}

.toa-level-radar__label i,
.toa-level-chart__average button {
  width: 22px;
  height: 22px;
  color: #fff;
  background: #a9a9a9;
  font-size: 14px;
}

.toa-level-radar__label--medical {
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.toa-level-radar__label--distance {
  top: 39%;
  right: -2%;
}

.toa-level-radar__label--active_time {
  right: 5%;
  bottom: 2%;
  max-width: 250px;
}

.toa-level-radar__label--elevation_gain {
  bottom: 2%;
  left: 9%;
  max-width: 220px;
}

.toa-level-radar__label--peak {
  top: 39%;
  left: -2%;
  max-width: 170px;
}

.toa-level-chart__score {
  display: grid;
  gap: 28px;
}

.toa-level-chart__score-top,
.toa-level-chart__score-bottom {
  display: grid;
  gap: 16px;
}

.toa-level-chart__score-top {
  grid-template-columns: 0.8fr 0.8fr 1.8fr;
}

.toa-level-chart__score-bottom {
  grid-template-columns: 1fr 1fr;
}

.toa-level-chart__score article {
  display: grid;
  align-content: start;
  gap: 10px;
}

.toa-level-chart__score article span {
  min-height: 54px;
  color: #003f3b;
  font-weight: 700;
  font-size: 17px;
  line-height: 23px;
  text-align: center;
}

.toa-level-chart__score article strong {
  display: grid;
  min-height: 78px;
  padding: 10px 14px;
  border-radius: 5px;
  place-items: center;
  color: #f46036;
  background: #fff;
  font-size: 42px;
  line-height: 52px;
  text-align: center;
}

.toa-level-chart__average {
  display: grid;
  justify-items: center;
  margin-top: 22px;
  padding-top: 26px;
  border-top: 1px solid rgba(0, 63, 59, 0.42);
  text-align: center;
}

.toa-level-chart__average p {
  display: inline-flex;
  align-items: center;
  margin: 0 0 6px;
  color: #003f3b;
  font-weight: 700;
  gap: 10px;
}

.toa-level-chart__average strong {
  color: #f46036;
  font-size: 48px;
  line-height: 58px;
}

.toa-level-chart__average span {
  width: 100%;
  padding: 10px 18px;
  color: #003f3b;
  background: #dacda5;
  font-weight: 700;
}

.toa-level-criteria-panel {
  position: fixed;
  z-index: 20;
  width: min(620px, calc(100vw - 32px));
  padding: 20px 24px 22px;
  color: #000d22;
  background: #fff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.14);
}

.toa-level-criteria-panel::before {
  position: absolute;
  top: 52px;
  left: -54px;
  width: 0;
  height: 0;
  border-top: 28px solid transparent;
  border-right: 54px solid #fff;
  border-bottom: 28px solid transparent;
  content: "";
}

.toa-level-criteria-panel.is-left-arrow-hidden::before {
  display: none;
}

.criteria-frame__title {
  margin-bottom: 8px;
  color: #003f3b;
  font-weight: 800;
  font-size: 17px;
  line-height: 24px;
}

.criteria-frame__content {
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 23px;
}

.criteria-frame__numeral {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.numeral-item {
  display: grid;
  align-content: start;
  gap: 8px;
  color: #003f3b;
  font-weight: 800;
  text-align: center;
}

.numeral-item__number {
  color: #f46036;
}

.numeral-item hr {
  width: 100%;
  height: 3px;
  margin: 0;
  border: 0;
  background: #003f3b;
}

.toa-level-type {
  padding: 72px 0 56px;
}

.toa-level-type__grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(240px, 380px) minmax(0, 1fr);
  gap: 92px;
}

.toa-level-type--reverse .toa-level-type__grid {
  grid-template-columns: minmax(0, 1fr) minmax(240px, 380px);
}

.toa-level-type--reverse .toa-level-type__visual {
  order: 2;
}

.toa-level-type--reverse .toa-level-type__copy {
  order: 1;
}

.toa-level-type__visual img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.toa-level-type h2 {
  margin: 0 0 2px;
  color: #f46036;
  font-size: 32px;
  line-height: 46px;
}

.toa-level-type h3 {
  margin: 0 0 10px;
  color: #003f3b;
  font-size: 26px;
  line-height: 34px;
}

.toa-level-type__factor {
  margin-bottom: 20px !important;
  font-weight: 700;
}

.toa-level-routes {
  padding-bottom: 72px;
  overflow: hidden;
}

.toa-level-routes h2 {
  text-align: center;
}

.toa-level-routes__carousel {
  position: relative;
}

.toa-level-routes__carousel::before,
.toa-level-routes__carousel::after {
  position: absolute;
  z-index: 2;
  top: 6px;
  bottom: 18px;
  width: max(64px, calc((100vw - var(--toa-container)) / 2));
  pointer-events: none;
  content: '';
}

.toa-level-routes__carousel::before {
  left: calc(-1 * max(20px, calc((100vw - var(--toa-container)) / 2)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0));
}

.toa-level-routes__carousel::after {
  right: calc(-1 * max(20px, calc((100vw - var(--toa-container)) / 2)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0));
}

.toa-level-routes__track {
  display: grid;
  grid-auto-columns: 380px;
  grid-auto-flow: column;
  gap: 24px;
  overflow-x: auto;
  padding: 6px max(0px, calc((100vw - var(--toa-container)) / 2)) 18px;
  margin-inline: calc(-1 * max(20px, calc((100vw - var(--toa-container)) / 2)));
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

.toa-level-routes__track::-webkit-scrollbar {
  display: none;
}

.toa-level-routes__button {
  position: absolute;
  z-index: 3;
  top: 190px;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 8px rgba(0, 0, 0, 0.14);
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.toa-level-routes__button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  border-top: 4px solid #003f3b;
  border-left: 4px solid #003f3b;
  content: '';
}

.toa-level-routes__button--prev {
  left: calc(-1 * max(20px, calc((100vw - var(--toa-container)) / 2)) + 64px);
}

.toa-level-routes__button--prev::before {
  transform: translate(-34%, -50%) rotate(-45deg);
}

.toa-level-routes__button--next {
  right: calc(-1 * max(20px, calc((100vw - var(--toa-container)) / 2)) + 64px);
}

.toa-level-routes__button--next::before {
  transform: translate(-66%, -50%) rotate(135deg);
}

.toa-level-routes__button:hover,
.toa-level-routes__button:focus-visible {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08), 0 4px 14px rgba(0, 0, 0, 0.18);
  transform: translateY(-1px);
}

.toa-level-routes__track .toa-level-card {
  scroll-snap-align: center;
}

.toa-level-card {
  border-radius: 5px;
  box-shadow: none;
}

.toa-level-card:hover {
  box-shadow: 0 8px 18px rgba(0, 63, 59, 0.08);
}

.toa-level-routes__empty {
  text-align: center;
}

.toa-level-safe {
  position: relative;
  display: grid;
  min-height: 400px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  place-items: center;
}

.toa-level-safe>img,
.toa-level-safe__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.toa-level-safe>img {
  object-fit: cover;
}

.toa-level-safe__overlay {
  background: rgba(0, 0, 0, 0.3);
}

.toa-level-safe .toa-container {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.toa-level-safe h2 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 32px;
  line-height: 46px;
}

.toa-level-closing {
  padding: 112px 0 76px;
  background: #fff;
  text-align: center;
}

.toa-level-closing h2 {
  margin: 0;
  color: #000d22;
  font-size: 32px;
  line-height: 46px;
  text-transform: uppercase;
}

.toa-level-closing h2>span {
  display: block;
}

.toa-level-closing h2 span span {
  color: #f46036;
}

@media (max-width: 1023px) {
  .toa-level-hero,
  .toa-level-hero__inner {
    min-height: 520px;
  }

  .toa-level-chart__grid,
  .toa-level-type__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .toa-level-hero__copy {
    align-self: center;
  }

  .toa-level-type--reverse .toa-level-type__visual,
  .toa-level-type--reverse .toa-level-type__copy {
    order: initial;
  }

  .toa-level-type__visual {
    max-width: 320px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .toa-level-hero,
  .toa-level-hero__inner {
    min-height: 500px;
  }

  .toa-level-hero__inner {
    align-content: center;
    padding-block: 34px 46px;
  }

  .toa-level-hero__copy h1 {
    font-size: 34px;
    line-height: 42px;
  }

  .toa-level-hero__copy span {
    font-size: 17px;
    line-height: 26px;
  }

  .toa-level-about,
  .toa-level-chart,
  .toa-level-type {
    padding-block: 48px;
  }

  .toa-level-about__inner {
    gap: 34px;
  }

  .toa-level-about h2,
  .toa-level-chart h2,
  .toa-level-routes h2,
  .toa-level-safe h2 {
    font-size: 26px;
    line-height: 34px;
  }

  .toa-level-about p,
  .toa-level-chart__heading div,
  .toa-level-type p,
  .toa-level-safe p {
    font-size: 15px;
    line-height: 22px;
  }

  .toa-level-about img {
    height: auto;
    aspect-ratio: 1.55 / 1;
  }

  .toa-level-chart__grid {
    gap: 40px;
  }

  .toa-level-chart__score-top,
  .toa-level-chart__score-bottom {
    gap: 10px;
  }

  .toa-level-chart__score article span {
    min-height: 44px;
    font-size: 15px;
    line-height: 22px;
  }

  .toa-level-chart__score article strong {
    font-size: 26px;
    line-height: 34px;
  }

  .toa-level-radar {
    width: min(100%, 335px);
    margin-top: 40px;
    margin-bottom: 36px;
  }

  .toa-level-radar svg {
    inset: 14% 8% 3%;
    width: 84%;
    height: 83%;
  }

  .toa-level-radar__label {
    width: max-content;
    max-width: 128px;
    justify-content: center;
    font-size: 12px;
    line-height: 20px;
    gap: 4px;
  }

  .toa-level-radar__label i,
  .toa-level-chart__average button {
    width: 10px;
    height: 10px;
    font-size: 7px;
    line-height: 10px;
  }

  .toa-level-radar__label--medical {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .toa-level-radar__label--distance {
    top: 29%;
    right: -2px;
    transform: none;
  }

  .toa-level-radar__label--peak {
    top: 29%;
    left: 18px;
    max-width: 58px;
    transform: none;
  }

  .toa-level-radar__label--elevation_gain {
    bottom: 0;
    left: 42px;
    max-width: 86px;
    text-align: center;
  }

  .toa-level-radar__label--active_time {
    right: 2px;
    bottom: 0;
    max-width: 132px;
    text-align: center;
  }

  .toa-level-criteria-panel {
    position: fixed;
    right: 16px;
    left: 16px !important;
    width: auto;
    max-height: calc(100vh - 32px);
    overflow: auto;
  }

  .toa-level-criteria-panel::before {
    display: none;
  }

  .criteria-frame__numeral {
    grid-template-columns: repeat(2, 1fr);
  }

  .toa-level-type h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .toa-level-type h3 {
    font-size: 21px;
    line-height: 30px;
  }

  .toa-level-routes {
    padding-bottom: 48px;
  }

  .toa-level-routes__track {
    grid-auto-columns: minmax(300px, 335px);
    gap: 16px;
    padding-inline: 20px;
    margin-inline: -20px;
  }

  .toa-level-routes__carousel::before,
  .toa-level-routes__carousel::after {
    width: 54px;
  }

  .toa-level-routes__carousel::before {
    left: -20px;
  }

  .toa-level-routes__carousel::after {
    right: -20px;
  }

  .toa-level-routes__button {
    top: 150px;
    width: 42px;
    height: 42px;
  }

  .toa-level-routes__button--prev {
    left: 0;
  }

  .toa-level-routes__button--next {
    right: 0;
  }

  .toa-level-safe {
    min-height: 360px;
  }

  .toa-level-closing {
    padding: 64px 0 48px;
  }

  .toa-level-closing h2 {
    font-size: 26px;
    line-height: 34px;
  }
}

.toa-home .toa-criteria .toa-section-heading h2 {
  margin: 0;
  color: #000d22;
  font-size: 32px;
  line-height: 46px;
}

.toa-home .toa-criteria .toa-section-heading h2 span {
  color: #f46036;
}

.toa-home .toa-criteria .toa-section-heading>p:last-child {
  width: 66.6667%;
  margin: 0 auto;
  padding-top: 16px;
  color: #000d22;
  font-size: 17px;
  line-height: 26px;
  text-align: justify;
}

.toa-home .toa-criteria__grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

@media (min-width: 1180px) {
  .toa-home .toa-criteria__grid {
    width: calc(100% + 96px);
    margin-inline: -48px;
  }
}

.toa-home .toa-criteria article {
  min-width: 0;
  margin-block: 10px;
  padding: 0 0 26px;
  color: #000d22;
  background: #fff;
  text-align: center;
}

.toa-home .toa-criteria article img {
  display: block;
  width: 56px;
  height: 56px;
  margin: 16px auto;
  object-fit: contain;
}

.toa-home .toa-criteria article h3 {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 8px;
  color: #000d22;
  font-size: 17px;
  line-height: 26px;
}

.toa-home .toa-criteria article p {
  width: 80%;
  margin: 0 auto;
  color: #000d22;
  font-size: 17px;
  line-height: 26px;
}

@media (min-width: 1280px) {
  .toa-home .toa-criteria article {
    height: 278px;
  }
}

.toa-home .toa-guide-home {
  padding-block: 104px 112px;
  background: #fff;
}

.toa-home .toa-guide-home__grid {
  width: min(calc(100% - 92px), 1188px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 56px;
}

.toa-guide-home__intro {
  max-width: 532px;
  padding-top: 0;
}

.toa-guide-home__intro .toa-eyebrow {
  margin-bottom: 24px;
  color: #000d22;
  font-size: var(--toa-font-h3);
  font-weight: 700;
  letter-spacing: 0;
  line-height: var(--toa-line-h3);
  text-transform: uppercase;
}

.toa-guide-home__intro .toa-eyebrow span {
  color: #f46036;
}

.toa-guide-home__intro h2 {
  margin-bottom: 28px;
  color: #000d22;
  font-size: var(--toa-font-h3);
  line-height: var(--toa-line-h3);
}

.toa-guide-home__intro>p:not(.toa-eyebrow) {
  max-width: 430px;
  margin-bottom: 28px;
  color: #000d22;
  font-size: 17px;
  line-height: 26px;
  text-align: justify;
}

.toa-guide-home__intro .toa-button {
  gap: 8px;
}

.toa-guide-home__intro .toa-button span {
  font-size: 15px;
  line-height: 1;
}

.toa-guide-home__content {
  min-width: 0;
}

.toa-guide-home__tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.toa-guide-home__tabs button {
  width: 48px;
  height: 48px;
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  filter: grayscale(0.35);
  opacity: 0.38;
  transition: border-color 180ms ease, filter 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.toa-guide-home__tabs button[aria-pressed='true'] {
  border-color: #f46036;
  filter: none;
  opacity: 1;
  transform: scale(1.04);
}

.toa-guide-home__tabs button:hover,
.toa-guide-home__tabs button:focus-visible {
  opacity: 0.72;
}

.toa-guide-home__tabs button[aria-pressed='true']:hover,
.toa-guide-home__tabs button[aria-pressed='true']:focus-visible {
  opacity: 1;
}

.toa-guide-home__tabs img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.toa-guide-home__panel {
  display: grid;
  grid-template-columns: minmax(240px, 279px) minmax(0, 1fr);
  align-items: start;
  gap: 24px;
}

.toa-guide-home__panel[hidden] {
  display: none;
}

.toa-guide-home__panel>img {
  width: 100%;
  height: auto;
  min-height: 0;
  border-radius: 4px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.toa-guide-home__panel>div {
  padding-top: 4px;
}

.toa-guide-home__panel h3 {
  margin-bottom: 4px;
  color: #003f3b;
  font-size: 30px;
  line-height: 38px;
}

.toa-guide-home__panel .toa-guide-home__role {
  margin: 0 0 20px;
  color: #8e8e8e;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  text-transform: uppercase;
}

.toa-guide-home__panel p {
  margin: 0;
  color: #000d22;
  font-size: 17px;
  line-height: 26px;
  text-align: justify;
}

.toa-guide-home__panel .toa-guide-home__bio {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.toa-home .toa-safety {
  min-height: 508px;
  padding-block: 125px;
}

.toa-home .toa-safety .toa-container {
  width: min(62%, 892px);
  max-width: none;
}

.toa-home .toa-safety h2 {
  margin: 0;
  padding-bottom: 20px;
  font-size: 32px;
  line-height: 46px;
}

.toa-home .toa-safety p {
  margin: 0;
  color: #fff;
  font-size: 17px;
  line-height: 26px;
  text-align: justify;
}

.toa-home .toa-safety .toa-button {
  min-height: 38px;
  margin-top: 24px;
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
}

.toa-home .toa-social-home {
  padding-block: 80px;
  background: #f7f7f7;
  text-align: center;
}

.toa-home .toa-social-home .toa-container {
  width: min(100% - 32px, 1280px);
}

.toa-home .toa-social-home .toa-section-heading {
  max-width: none;
  margin: 0 0 20px;
}

.toa-home .toa-social-home .toa-eyebrow {
  margin: 0;
  color: #000d22;
  font-size: var(--toa-font-h3);
  font-weight: 700;
  letter-spacing: 0;
  line-height: var(--toa-line-h3);
}

.toa-home .toa-social-home .toa-section-heading h2 {
  margin: 0;
  color: #000d22;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
}

.toa-home .toa-social-home>.toa-container>img {
  width: min(100%, 1000px);
  max-height: 390px;
  margin-inline: auto;
  object-fit: cover;
}

.toa-social-home__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.toa-social-home__stats article {
  width: fit-content;
  min-width: 124px;
  margin-inline: auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.toa-social-home__stats .toa-social-home__count {
  display: block;
  margin: 0;
  color: #f46036;
  font-family: 'Permanent Marker', 'Comic Sans MS', cursive;
  font-size: 35px;
  font-weight: 400;
  line-height: 51px;
  text-align: left;
}

.toa-social-home__platform {
  display: flex;
  align-items: center;
  text-align: left;
}

.toa-home .toa-social-home .toa-social-home__platform img {
  flex: 0 0 56px;
  width: 56px;
  height: 57px;
  min-height: 0;
  margin: 0 12px 0 0;
  object-fit: contain;
}

.toa-social-home__rating {
  white-space: nowrap;
}

.toa-social-home__stats strong {
  display: block;
  margin: 0;
  color: #003f3b;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}

.toa-social-home__stats p {
  margin: -4px 0 0;
  color: #ababab;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
}

.toa-partners {
  padding: 72px 0 86px;
  background: #fff;
}

.toa-partners h2 {
  margin-bottom: 36px;
  color: #000d22;
  font-size: var(--toa-font-h3);
  line-height: var(--toa-line-h3);
  text-align: center;
}

.toa-partners h2 span {
  color: #f46036;
}

.toa-partners__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: center;
  gap: 24px;
}

.toa-partners__grid img {
  display: block;
  width: 100%;
  max-width: 350px;
  height: 104px;
  margin-inline: auto;
  border: 0;
  background: transparent;
  object-fit: contain;
}

@media (max-width: 900px) {
  .toa-home .toa-tours .toa-container {
    width: min(calc(100% - 40px), 1188px);
  }

  .toa-home .toa-hero {
    min-height: 500px;
  }

  .toa-home .toa-safety {
    min-height: 0;
    padding-block: 72px;
  }

  .toa-home .toa-safety .toa-container {
    width: min(calc(100% - 40px), 892px);
  }

  .toa-identity__layout,
  .toa-home .toa-guide-home__grid {
    width: min(calc(100% - 40px), 1188px);
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .toa-identity__principles {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }

  .toa-identity__principles article,
  .toa-identity__principles article:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
    margin-top: 0;
  }

  .toa-home .toa-criteria__grid {
    width: 100%;
    margin-inline: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .toa-home .toa-hero {
    min-height: 470px;
  }

  .toa-home .toa-safety {
    padding-block: 48px;
  }

  .toa-home .toa-safety h2 {
    font-size: var(--toa-font-h3-mobile);
    line-height: var(--toa-line-h3-mobile);
  }

  .toa-home .toa-hero__content {
    padding-top: 70px;
  }

  .toa-home .toa-hero__content p {
    margin-left: 16px;
    font-size: 25px;
  }

  .toa-home .toa-hero h1 {
    font-size: 48px;
  }

  .toa-home .toa-about-home {
    padding-block: 48px;
  }

  .toa-home .toa-about-home__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .toa-home .toa-about-home__inner>img {
    width: 132px;
  }

  .toa-identity {
    padding-block: 50px;
  }

  .toa-identity__intro h2,
  .toa-home .toa-section-heading h2,
  .toa-home .toa-criteria .toa-section-heading h2,
  .toa-guide-home__intro .toa-eyebrow,
  .toa-guide-home__intro h2,
  .toa-home .toa-safety h2,
  .toa-home .toa-social-home .toa-eyebrow,
  .toa-partners h2 {
    font-size: var(--toa-font-h3-mobile);
    line-height: var(--toa-line-h3-mobile);
  }

  .toa-identity__principles {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .toa-identity__principles article {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
  }

  .toa-identity__principles article>img {
    width: 46px;
    height: 46px;
  }

  .toa-home .toa-tour-grid {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 2px;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .toa-home .toa-tour-grid::-webkit-scrollbar {
    display: none;
  }

  .toa-home .toa-tour-card {
    flex: 0 0 100%;
    width: 100%;
    scroll-snap-align: start;
  }

  .toa-home .toa-tour-carousel__button {
    position: absolute;
    z-index: 2;
    top: min(64vw, 246px);
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--toa-gray-200);
    border-radius: 4px;
    color: var(--toa-primary-900);
    background: rgb(255 255 255 / 0.94);
    box-shadow: 0 6px 16px rgb(0 0 0 / 0.12);
    font-family: inherit;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
  }

  .toa-home .toa-tour-carousel__button--prev {
    left: 4px;
  }

  .toa-home .toa-tour-carousel__button--next {
    right: 4px;
  }

  .toa-home .toa-criteria .toa-section-heading {
    padding-bottom: 20px;
    text-align: left;
  }

  .toa-home .toa-criteria .toa-section-heading h2 {
    text-align: left;
  }

  .toa-home .toa-criteria .toa-section-heading>p:last-child {
    width: 100%;
    margin-inline: 0;
    text-align: left;
  }

  .toa-home .toa-criteria__grid {
    width: 100%;
    margin-inline: 0;
    display: flex;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .toa-home .toa-criteria__grid::-webkit-scrollbar {
    display: none;
  }

  .toa-home .toa-criteria article {
    flex: 0 0 calc((100% - 16px) / 2);
    min-height: 272px;
    margin-block: 0;
    padding: 0 0 18px;
    scroll-snap-align: start;
  }

  .toa-home .toa-criteria article img {
    width: 42px;
    height: 42px;
    margin: 14px auto 16px;
  }

  .toa-home .toa-criteria article h3 {
    width: 84%;
    padding-bottom: 8px;
    font-size: var(--toa-font-body-1);
    line-height: 24px;
  }

  .toa-home .toa-criteria article p {
    width: 84%;
    font-size: var(--toa-font-body-2);
    line-height: var(--toa-line-body-2);
  }

  .toa-home .toa-criteria__button {
    position: absolute;
    z-index: 2;
    top: 50%;
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--toa-gray-200);
    border-radius: 4px;
    color: var(--toa-primary-900);
    background: rgb(255 255 255 / 0.94);
    box-shadow: 0 6px 16px rgb(0 0 0 / 0.12);
    font-family: inherit;
    font-size: 28px;
    line-height: 1;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .toa-home .toa-criteria__button--prev {
    left: 6px;
  }

  .toa-home .toa-criteria__button--next {
    right: 6px;
  }

  .toa-social-home__stats,
  .toa-partners__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .toa-home .toa-social-home {
    padding-block: 48px;
  }

  .toa-home .toa-social-home .toa-eyebrow {
    font-size: var(--toa-font-h3-mobile);
    line-height: var(--toa-line-h3-mobile);
  }

  .toa-home .toa-social-home .toa-section-heading h2 {
    font-size: 17px;
    line-height: 26px;
  }

  .toa-social-home__stats {
    gap: 28px 8px;
  }

  .toa-social-home__stats article {
    min-width: 0;
  }

  .toa-social-home__stats .toa-social-home__count {
    font-size: 30px;
    line-height: 42px;
  }

  .toa-home .toa-social-home .toa-social-home__platform img {
    flex-basis: 44px;
    width: 44px;
    height: 45px;
    margin-right: 8px;
  }

  .toa-social-home__stats strong {
    font-size: 18px;
    line-height: 28px;
  }

  .toa-social-home__stats p {
    margin-top: -3px;
    font-size: 15px;
    line-height: 22px;
  }

  .toa-guide-home__panel {
    grid-template-columns: 1fr;
  }

  .toa-guide-home__panel>img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
}

.toa-tour-schedule__item {
  overflow: visible;
  margin: 0 0 16px;
  border: 0 !important;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  outline: 0;
}

.toa-tour-schedule__item>summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 13px 56px 13px 24px;
  border: 0 !important;
  border-radius: 5px;
  color: #000;
  background: #eee;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
  box-shadow: none;
  outline: 0;
}

.toa-tour-schedule__item>summary:focus,
.toa-tour-schedule__item>summary:focus-visible {
  border: 0;
  box-shadow: none;
  outline: 0;
}

.toa-tour-schedule__item>summary:focus-visible {
  background: #e7e7e7;
}

.toa-tour-schedule__item .toa-tour-schedule-meta,
.toa-tour-schedule__item .toa-tour-detail__description {
  border: 0;
  box-shadow: none;
  outline: 0;
}

.toa-tour-schedule__item>summary::after,
.toa-tour-schedule__item[open]>summary::after {
  display: none !important;
  content: none !important;
}

.toa-tour-schedule__toggle {
  position: absolute;
  top: 16px;
  right: 24px;
  width: 24px;
  height: 24px;
}

.toa-tour-schedule__toggle--minus,
.toa-tour-schedule__item[open] .toa-tour-schedule__toggle--plus {
  display: none;
}

.toa-tour-schedule__item[open] .toa-tour-schedule__toggle--minus {
  display: block;
}

.toa-tour-schedule__item .toa-tour-schedule-meta {
  padding: 32px 28px 0;
}

.toa-tour-schedule__item .toa-tour-detail__description {
  padding: 20px 28px 24px;
}

.toa-tour-costs {
  display: block;
}

.toa-tour-cost {
  padding: 0;
  margin-bottom: 48px;
  background: transparent;
}

.toa-tour-cost h3 {
  margin: 0 0 26px;
  color: #000;
  font-size: 21px;
  line-height: 30px;
}

.toa-tour-cost ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 0 0 0 28px;
  margin: 0;
  list-style: none;
  columns: auto;
}

.toa-tour-cost--chi_phi_bao_gom ul,
.toa-tour-cost--hanh_ly ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 14px;
}

.toa-tour-cost li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  margin: 0;
  color: #000;
  font-size: 17px;
  line-height: 26px;
  break-inside: auto;
}

.toa-tour-cost li+li {
  margin-top: 0;
}

.toa-tour-cost li img {
  width: 20px;
  height: 20px;
  margin-top: 3px;
  object-fit: contain;
}

.toa-tour-cost__note-icon {
  color: #f46036;
  font-size: 21px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}

.toa-tour-booking-card {
  top: calc(var(--wp-admin--admin-bar--height, 0px) + 18px);
  display: block;
  padding: 20px 40px 15px;
  border: 0;
  border-radius: 0;
  color: #000;
  background: #f0ebdb;
  box-shadow: none;
  font-size: 17px;
  line-height: 26px;
}

.toa-tour-booking-card__sheet-toggle {
  display: none;
}

.toa-tour-booking-card__price {
  padding-bottom: 15px;
  border-bottom: 2px solid #dacda5;
}

.toa-tour-booking-card__price p {
  margin: 0 0 4px;
  font-weight: 700;
  text-transform: uppercase;
}

.toa-tour-booking-card__price del {
  color: #8a8a8a;
  font-size: 15px;
  line-height: 22px;
}

.toa-tour-booking-card__price strong {
  color: #003f3b;
  font-size: 32px;
  line-height: 40px;
}

.toa-tour-booking-card__price span {
  color: #003f3b;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
}

.toa-tour-booking-card__price small {
  display: block;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  text-align: right;
}

.toa-tour-booking-card__price del,
.toa-tour-booking-card__price strong,
.toa-tour-booking-card__price span {
  display: block;
  text-align: right;
}

.toa-tour-booking-card__promotion {
  padding: 15px 0 20px;
  margin: 0;
  border: 0;
}

.toa-tour-booking-card__promotion> :first-child {
  margin-top: 0;
}

.toa-tour-booking-card__promotion> :last-child {
  margin-bottom: 0;
}

.toa-tour-booking-card__promotion,
.toa-tour-booking-card__promotion .body-1-regular,
.toa-tour-booking-card__promotion .text-only {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
}

.toa-tour-booking-card__promotion .right-title {
  padding: 0 0 20px;
  margin: 0;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  text-align: left;
}

.toa-tour-booking-card__promotion .right-title.pt-5 {
  padding-top: 20px;
}

.toa-tour-booking-card__promotion strong {
  display: inline;
  color: inherit;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  text-align: inherit;
}

.toa-tour-booking-card__promotion span {
  display: inline;
  text-align: left;
}

.toa-tour-booking-card .toa-tour-booking-card__promotion p,
.toa-tour-booking-card .toa-tour-booking-card__promotion strong,
.toa-tour-booking-card .toa-tour-booking-card__promotion span {
  text-align: left;
}

.toa-tour-booking-card__promotion .body-1-regular p {
  margin: 0;
}

.toa-tour-booking-card__promotion [data-lark-html-role="root"] {
  margin: 0;
  padding: 0;
}

.toa-tour-booking-card__promotion [data-lark-html-role="root"]>.text-only {
  display: block;
}

.toa-tour-booking-card__controls {
  padding-top: 26px;
  border-top: 2px solid #dacda5;
}

.toa-tour-booking-card__controls h3 {
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 26px;
}

.toa-booking-quantity input,
.toa-booking-modal input[type='text'],
.toa-booking-modal input[type='tel'],
.toa-booking-modal input[type='email'],
.toa-booking-modal textarea {
  width: 100%;
  min-height: 44px;
  padding: 9px 12px;
  border: 1px solid #c9bd98;
  border-radius: 5px;
  color: #000;
  background: #fff;
  font: inherit;
}

.toa-booking-modal textarea {
  min-height: 96px;
  resize: vertical;
}

.toa-booking-date-trigger {
  display: block;
  width: 100%;
  padding: 2px 0 7px;
  margin: 0 0 11px;
  border: 0;
  border-bottom: 0;
  color: #003f3b;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.toa-booking-date-trigger:hover,
.toa-booking-date-trigger:focus-visible {
  color: #f46036;
  border-bottom: 0;
  outline: 0;
}

.toa-booking-date-trigger:disabled {
  color: #777;
  border-bottom: 0;
  cursor: not-allowed;
}

.toa-booking-date-trigger.has-value {
  padding-top: 8px;
  font-weight: 700;
}

.toa-tour-booking-card [data-booking-date-label] {
  display: inline;
  color: #003f3b;
  font-weight: 700;
  text-align: left;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.toa-tour-booking-card [data-booking-date-label][hidden],
.toa-tour-booking-card .toa-booking-date-selection[hidden] {
  display: none;
}

.toa-tour-booking-card .toa-booking-date-selection {
  display: grid;
  grid-template-columns: max-content 20px max-content;
  gap: 10px;
  align-items: end;
  justify-content: start;
  width: max-content;
  text-align: left;
}

.toa-tour-booking-card .toa-booking-date-selection>span {
  display: grid;
  gap: 1px;
  text-align: left;
}

.toa-tour-booking-card .toa-booking-date-selection small {
  display: block;
  color: #333;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
}

.toa-tour-booking-card .toa-booking-date-selection strong {
  display: block;
  color: #001d1b;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}

.toa-booking-date-selection i {
  align-self: end;
  color: #f46036;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}

.toa-booking-quantity-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 42px;
  margin-bottom: 9px;
}

.toa-tour-booking-card__controls .toa-booking-quantity-label {
  margin: 0;
  color: #001d1b;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
}

.toa-booking-quantity {
  display: grid;
  grid-template-columns: 32px 42px 32px;
  gap: 4px;
  align-items: center;
  margin: 0;
}

.toa-booking-quantity button {
  width: 32px;
  height: 34px;
  padding: 0;
  border: 0;
  color: #f46036;
  background: transparent;
  font-size: 22px;
  cursor: pointer;
}

.toa-booking-quantity input {
  min-height: 34px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #001d1b;
  background: transparent;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  appearance: textfield;
}

.toa-booking-quantity input::-webkit-inner-spin-button {
  appearance: none;
}

.toa-booking-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 0;
  border-top: 1px solid #dacda5;
}

.toa-booking-total strong {
  color: #003f3b;
  font-size: 21px;
  line-height: 30px;
  text-align: right;
}

.toa-booking-total a {
  display: none;
  color: #f46036;
  font-size: 14px;
  font-weight: 700;
}

.toa-tour-booking-card__toggle {
  width: auto;
  min-height: 38px;
  margin-left: auto;
  padding: 8px 20px;
  border: 0;
  font-size: 15px;
  line-height: 22px;
}

.toa-tour-booking-card__toggle:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.toa-tour-booking-card__toggle,
.toa-booking-modal form>button[type='submit'] {
  border-radius: 5px;
  color: #fff;
  background-color: #003f3b;
  background-image: none;
  box-shadow: none;
  cursor: pointer;
  transition: box-shadow 200ms cubic-bezier(0.2, 0, 0, 1), transform 100ms cubic-bezier(0.2, 0, 0, 1), background-color 200ms ease;
}

.toa-tour-booking-card__toggle:hover,
.toa-tour-booking-card__toggle:focus-visible,
.toa-booking-modal form>button[type='submit']:hover,
.toa-booking-modal form>button[type='submit']:focus-visible {
  background-color: #00514c;
  box-shadow: 0 4px 12px rgba(0, 63, 59, 0.24);
  outline: 0;
}

.toa-tour-booking-card__toggle:active,
.toa-booking-modal form>button[type='submit']:active {
  box-shadow: 0 2px 6px rgba(0, 63, 59, 0.2);
  transform: scale(0.96);
}

.toa-tour-booking-card__toggle:disabled,
.toa-booking-modal form>button[type='submit']:disabled {
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {

  .toa-tour-booking-card__toggle,
  .toa-booking-modal form>button[type='submit'] {
    transition: none;
  }
}

body.toa-booking-modal-is-open {
  overflow: hidden;
}

.toa-booking-modal[hidden] {
  display: none;
}

.toa-booking-modal {
  position: fixed;
  z-index: 1000000;
  inset: 0;
  display: grid;
  padding: 24px 20px 0;
  place-items: start center;
}

.toa-booking-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 24, 23, 0.46);
  opacity: 0;
  transition: opacity 200ms ease-in-out;
}

.toa-booking-modal.is-visible .toa-booking-modal__backdrop {
  opacity: 1;
}

.toa-booking-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 990px);
  height: calc(100dvh - 24px);
  min-height: 0;
  max-height: calc(100dvh - 24px);
  padding: 48px 178px 70px;
  overflow-y: auto;
  border-radius: 30px 30px 0 0;
  background: #fff;
  box-shadow: 0 20px 70px rgba(0, 63, 59, 0.16);
  transform: translateY(calc(100dvh + 24px));
  transition: transform 300ms ease-in-out;
}

.toa-booking-modal.is-visible .toa-booking-modal__panel {
  transform: translateY(0);
}

.toa-booking-modal__close {
  position: absolute;
  top: 14px;
  right: 44px;
  display: grid;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: #f46036;
  font-size: 26px;
  cursor: pointer;
  place-items: center;
}

.toa-booking-modal h2 {
  margin: 0 0 28px;
  color: #001d1b;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}

.toa-booking-modal h3 {
  margin: 0 0 8px;
  color: #001d1b;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
}

.toa-booking-modal__tour {
  display: grid;
  grid-template-columns: 144px minmax(0, 1fr);
  gap: 26px;
  min-height: 184px;
  padding: 26px;
  border-radius: 6px;
  background: #f5f5f5;
}

.toa-booking-modal__tour>img {
  width: 144px;
  height: 134px;
  border-radius: 5px;
  object-fit: cover;
}

.toa-booking-modal__tour-info {
  min-width: 0;
}

.toa-booking-modal__meta {
  display: flex;
  gap: 28px;
  margin-bottom: 8px;
  color: #333;
  font-size: 14px;
}

.toa-booking-modal__meta span::before {
  margin-right: 8px;
  color: #f46036;
  content: '•';
}

.toa-booking-modal__guest-control {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.toa-booking-modal__guest-control button {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #003f3b;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.toa-booking-modal__guest-control button:hover,
.toa-booking-modal__guest-control button:focus-visible,
.toa-booking-modal__guest-control button:active {
  color: #fff;
  background: #f46036;
}

.toa-booking-modal__guest-control em {
  font-style: normal;
}

.toa-booking-modal__date {
  margin: 0;
  font-size: 14px;
}

.toa-booking-modal__date::before {
  margin-right: 8px;
  color: #f46036;
  content: '■';
}

.toa-booking-modal__date button {
  padding: 0;
  margin-left: 10px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.toa-previous-night-note {
  width: min(100%, 690px);
  margin: -16px auto 22px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.toa-previous-night-note__marker {
  color: #f46036;
}

.toa-previous-night-note--booking {
  width: auto;
  margin: 14px 0 0;
}

.toa-booking-modal__total {
  display: flex;
  align-items: baseline;
  gap: 34px;
  margin: 24px 0 0;
}

.toa-booking-modal__total span {
  font-size: 14px;
  font-weight: 700;
}

.toa-booking-modal__total strong {
  color: #003f3b;
  font-size: 22px;
  line-height: 30px;
}

.toa-booking-modal form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px 22px;
  margin-top: 14px;
}

.toa-booking-modal__fields {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 22px;
  padding: 28px;
  border-radius: 6px;
  background: #f5f5f5;
}

.toa-booking-modal__fields>label {
  display: grid;
  gap: 6px;
  font-weight: 700;
}

.toa-booking-modal__email {
  grid-column: 1 / -1;
}

[data-booking-message] {
  grid-column: 1;
  align-self: center;
}

.toa-booking-modal form>button {
  grid-column: 2;
  justify-self: end;
  min-width: 114px;
  margin-top: 2px;
  background: #003f3b;
}

.toa-booking-modal input:focus-visible,
.toa-booking-modal textarea:focus-visible,
.toa-tour-booking-card__controls select:focus-visible {
  border-color: #003f3b;
  outline: 2px solid rgba(0, 63, 59, 0.2);
  outline-offset: 1px;
}

.toa-booking-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

[data-booking-message] {
  min-height: 26px;
  margin: 0;
  color: #003f3b;
  font-weight: 700;
}

body.toa-departure-modal-is-open {
  overflow: hidden;
}

/* Adventure Pass legacy rebuild. */
.toa-adventurepass-page {
  overflow-x: hidden;
  background: #fff;
  color: #000d22;
  font-family: "Livvic", var(--toa-font-body, sans-serif);
}

.toa-adventurepass-page h1,
.toa-adventurepass-page h2,
.toa-adventurepass-page h3,
.toa-adventurepass-page h4,
.toa-adventurepass-page p {
  margin: 0;
}

.toa-ap-container {
  width: min(100% - 92px, 1188px);
  margin-inline: auto;
}

.toa-ap-hero {
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}

.toa-ap-hero__base,
.toa-ap-hero__slides img,
.toa-ap-limited__banner {
  display: block;
  width: 100%;
  height: auto;
}

.toa-ap-hero__base {
  position: relative;
  z-index: 2;
}

.toa-ap-hero__slides {
  position: absolute;
  z-index: 1;
  inset: 0;
}

.toa-ap-hero__slides img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: toa-ap-hero-slide 18s infinite;
  animation-delay: calc(var(--toa-ap-slide-index) * 3s);
}

.toa-ap-hero__slides img:first-child {
  opacity: 1;
}

@keyframes toa-ap-hero-slide {
  0%,
  18% {
    opacity: 1;
  }

  24%,
  100% {
    opacity: 0;
  }
}

.toa-ap-year {
  padding: 42px 0 54px;
  background: #f5f5f5;
}

.toa-ap-year__inner {
  max-width: 1188px;
  overflow: hidden;
}

.toa-ap-year h1,
.toa-ap-compare__header h2 {
  color: #000d22;
  font-size: 48px;
  font-weight: 900;
  line-height: 60px;
  text-align: center;
}

.toa-ap-year h1 span,
.toa-ap-compare__header h2 span,
.toa-ap-cta span {
  color: #f46036;
}

.toa-ap-year__copy {
  max-width: 836px;
  margin: 26px auto 0;
  color: #101b31;
  font-size: 17px;
  line-height: 27px;
  text-align: justify;
}

.toa-ap-year__copy p + p,
.toa-ap-year__copy ul + p {
  margin-top: 16px;
}

.toa-ap-year__copy ul {
  margin: 16px 0 0;
  padding-left: 28px;
}

.toa-ap-year__experience {
  display: grid;
  gap: 4px;
  max-width: 780px;
  margin: 34px auto 0;
}

.toa-ap-year__row {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  align-items: center;
}

.toa-ap-year__row.is-reverse {
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  margin-top: -46px;
}

.toa-ap-year__feature {
  display: block;
  width: 100%;
  height: auto;
}

.toa-ap-year__callout {
  position: relative;
  font-style: italic;
}

.toa-ap-year__row.is-reverse .toa-ap-year__callout {
  text-align: right;
}

.toa-ap-year__callout p {
  font-size: 17px;
  font-weight: 800;
  line-height: 28px;
}

.toa-ap-year__callout strong {
  display: block;
  color: #f46036;
  font-size: 42px;
  font-weight: 900;
  line-height: 48px;
  text-transform: uppercase;
}

.toa-ap-year__callout img {
  display: block;
  width: 154px;
  height: auto;
  margin: -50px 0 0 -44px;
}

.toa-ap-year__row.is-reverse .toa-ap-year__callout img {
  margin: -50px -46px 0 auto;
}

.toa-ap-card {
  overflow: hidden;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.toa-ap-card__inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
  gap: 86px;
  align-items: center;
  width: min(100% - 24px, 1437px);
  min-height: 477px;
  margin-inline: auto;
  padding: 48px 12px;
}

.toa-ap-card__copy h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 900;
  line-height: 82px;
}

.toa-ap-card__copy p {
  max-width: 420px;
  margin-top: 4px;
  font-size: 17px;
  font-weight: 800;
  line-height: 27px;
  text-align: justify;
}

.toa-ap-card__copy a {
  display: inline-flex;
  margin-top: 38px;
  padding: 10px 20px;
  background: #f46036;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 22px;
  text-decoration: none;
}

.toa-ap-card__deck {
  display: flex;
  gap: 24px;
  align-items: center;
  min-width: 0;
}

.toa-ap-card__deck img {
  width: min(31%, 205px);
  height: auto;
  border-radius: 6px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.toa-ap-product {
  padding-top: 48px;
  background: #fff;
}

.toa-ap-product--sharing {
  padding-top: 32px;
}

.toa-ap-product__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 32px;
  align-items: center;
  padding-bottom: 32px;
}

.toa-ap-product__inner.is-reverse .toa-ap-product__image {
  order: 2;
}

.toa-ap-product__image {
  display: block;
  width: min(100%, 544px);
  max-height: 400px;
  border-radius: 8px;
  object-fit: contain;
  box-shadow: 0 8px 18px rgba(0, 13, 34, 0.13);
}

.toa-ap-product__copy {
  padding-left: 32px;
}

.toa-ap-product__copy h2 {
  color: #f46036;
  font-size: 64px;
  font-weight: 900;
  line-height: 58px;
  text-transform: uppercase;
}

.toa-ap-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}

.toa-ap-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 8px 25px;
  background: #003f3b;
  color: #fff;
  font-size: 23px;
  font-weight: 900;
  line-height: 30px;
}

.toa-ap-product__copy p {
  max-width: 520px;
  margin-top: 16px;
  color: #101b31;
  font-size: 17px;
  line-height: 27px;
}

.toa-ap-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 18px;
  max-width: 520px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.toa-ap-benefits li {
  display: flex;
  align-items: center;
  min-width: 0;
  color: #101b31;
  font-size: 15px;
  line-height: 22px;
}

.toa-ap-benefits img {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  object-fit: contain;
}

.toa-ap-limited {
  margin-top: 24px;
  background: #000;
  color: #fff;
}

.toa-ap-limited__banner {
  background: #003f3b;
}

.toa-ap-limited__body {
  padding: 28px 0 44px;
  background: #000;
}

.toa-ap-limited__copy {
  max-width: 760px;
  color: #fff;
}

.toa-ap-limited__copy p {
  margin-top: 16px;
  font-size: 17px;
  line-height: 27px;
  text-align: justify;
}

.toa-ap-limited__copy p:first-child {
  margin-top: 0;
}

.toa-ap-compare {
  padding: 48px 0 72px;
  background: #fff;
}

.toa-ap-compare__header {
  max-width: 836px;
  margin: 0 auto 42px;
  text-align: center;
}

.toa-ap-compare__header p {
  margin-top: 24px;
  color: #101b31;
  font-size: 17px;
  line-height: 27px;
  text-align: justify;
}

.toa-ap-compare__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.toa-ap-plan h3 {
  display: grid;
  min-height: 44px;
  place-items: center;
  border-radius: 5px;
  background: #003f3b;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  line-height: 24px;
  text-transform: none;
}

.toa-ap-plan__content {
  color: #101b31;
  font-size: 15px;
  line-height: 23px;
}

.toa-ap-plan__content section {
  margin-top: 28px;
}

.toa-ap-plan__main {
  min-height: 447px;
}

.toa-ap-plan__terms {
  min-height: 152px;
}

.toa-ap-plan__content h4 {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 900;
  line-height: 23px;
}

.toa-ap-plan__content ul {
  margin: 0;
  padding-left: 22px;
}

.toa-ap-plan__content ul ul {
  margin-top: 2px;
  padding-left: 18px;
}

.toa-ap-faq {
  padding: 70px 0 62px;
  background: #f3f3f3;
}

.toa-ap-faq__inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(320px, 1fr);
  gap: 70px;
}

.toa-ap-faq h2 {
  color: #000d22;
  font-size: 28px;
  font-weight: 900;
  line-height: 38px;
  text-transform: uppercase;
}

.toa-ap-faq header p {
  margin-top: 22px;
  color: #101b31;
  font-size: 15px;
  line-height: 22px;
}

.toa-ap-faq header a {
  color: inherit;
}

.toa-ap-faq__list {
  display: grid;
  gap: 18px;
}

.toa-ap-faq details {
  position: relative;
  background: #fff;
}

.toa-ap-faq summary {
  position: relative;
  min-height: 64px;
  padding: 18px 58px 18px 22px;
  color: #000d22;
  font-size: 17px;
  font-weight: 900;
  line-height: 24px;
  cursor: pointer;
  list-style: none;
}

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

.toa-ap-faq summary::after {
  position: absolute;
  top: 18px;
  right: 22px;
  color: #003f3b;
  font-size: 22px;
  line-height: 24px;
  content: "+";
}

.toa-ap-faq details[open] summary::after {
  content: "-";
}

.toa-ap-faq details p {
  padding: 0 22px 22px;
  color: #101b31;
  font-size: 15px;
  line-height: 23px;
}

.toa-ap-cta {
  padding: 50px 0 86px;
  background: #fff;
  text-align: center;
}

.toa-ap-cta h2 {
  color: #000d22;
  font-size: 32px;
  font-weight: 900;
  line-height: 46px;
}

.toa-adventurepass-page + .toa-footer {
  margin-top: 100px;
}

@media (max-width: 1023px) {
  .toa-ap-container {
    width: min(100% - 40px, 720px);
  }

  .toa-ap-year h1,
  .toa-ap-compare__header h2 {
    font-size: 38px;
    line-height: 48px;
  }

  .toa-ap-card__inner,
  .toa-ap-product__inner,
  .toa-ap-product__inner.is-reverse,
  .toa-ap-faq__inner {
    grid-template-columns: 1fr;
  }

  .toa-ap-product__inner.is-reverse .toa-ap-product__image {
    order: 0;
  }

  .toa-ap-product__copy {
    padding-left: 0;
  }

  .toa-ap-compare__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .toa-ap-plan {
    padding-bottom: 28px;
    border-radius: 8px;
    background: #eee;
  }

  .toa-ap-plan h3 {
    background: transparent;
    color: #000d22;
    font-size: 20px;
  }

  .toa-ap-plan__content {
    padding-inline: 18px;
  }

  .toa-ap-plan__main,
  .toa-ap-plan__terms {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .toa-ap-container {
    width: min(100% - 24px, 520px);
  }

  .toa-ap-hero__base,
  .toa-ap-hero__slides img {
    min-height: 310px;
    object-fit: cover;
    object-position: center top;
  }

  .toa-ap-year {
    padding: 32px 0 46px;
  }

  .toa-ap-year h1,
  .toa-ap-compare__header h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .toa-ap-year__copy,
  .toa-ap-compare__header p {
    font-size: 16px;
    line-height: 25px;
  }

  .toa-ap-year__row,
  .toa-ap-year__row.is-reverse {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .toa-ap-year__row.is-reverse .toa-ap-year__callout {
    order: 2;
    text-align: left;
  }

  .toa-ap-year__callout strong {
    font-size: 34px;
    line-height: 40px;
  }

  .toa-ap-year__callout img,
  .toa-ap-year__row.is-reverse .toa-ap-year__callout img {
    width: 110px;
    margin: -28px 0 0 0;
  }

  .toa-ap-card__inner {
    gap: 28px;
    min-height: 430px;
    padding-block: 38px;
  }

  .toa-ap-card__copy h2,
  .toa-ap-product__copy h2 {
    font-size: 40px;
    line-height: 46px;
    text-align: center;
  }

  .toa-ap-card__copy p {
    max-width: none;
  }

  .toa-ap-card__deck {
    justify-content: center;
    gap: 12px;
  }

  .toa-ap-card__deck img {
    width: 31%;
  }

  .toa-ap-product {
    padding-top: 38px;
  }

  .toa-ap-product__inner {
    gap: 30px;
  }

  .toa-ap-product__image {
    width: 100%;
    max-height: none;
  }

  .toa-ap-tags {
    justify-content: center;
    margin-top: 20px;
  }

  .toa-ap-tags span {
    min-height: 40px;
    padding: 5px 18px;
    font-size: 17px;
  }

  .toa-ap-benefits {
    grid-template-columns: 1fr;
  }

  .toa-ap-limited {
    margin-top: 12px;
  }

  .toa-ap-limited__banner {
    min-height: 320px;
    object-fit: cover;
    object-position: center;
  }

  .toa-ap-faq {
    padding-block: 48px;
  }

  .toa-ap-faq__inner {
    gap: 30px;
  }

  .toa-ap-cta h2 {
    font-size: 26px;
    line-height: 34px;
  }
}

.toa-departure-modal[hidden] {
  display: none;
}

.toa-departure-modal {
  position: fixed;
  z-index: 1000001;
  inset: 0;
  display: grid;
  padding: 34px 20px 0;
  place-items: start center;
}

.toa-departure-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 24, 23, 0.46);
  opacity: 0;
  transition: opacity 200ms ease-in-out;
}

.toa-departure-modal.is-visible .toa-departure-modal__backdrop {
  opacity: 1;
}

.toa-departure-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 990px);
  height: calc(100dvh - 34px);
  min-height: 0;
  max-height: calc(100dvh - 34px);
  padding: 50px 72px 72px;
  overflow-y: auto;
  border-radius: 30px 30px 0 0;
  background: #fff;
  box-shadow: 0 20px 70px rgba(0, 63, 59, 0.16);
  transform: translateY(calc(100dvh + 34px));
  transition: transform 300ms ease-in-out;
}

.toa-departure-modal.is-visible .toa-departure-modal__panel {
  transform: translateY(0);
}

.toa-departure-modal__close {
  position: absolute;
  top: 16px;
  right: 44px;
  display: grid;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: #f46036;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  place-items: center;
}

.toa-departure-modal h2 {
  margin: 0 0 26px;
  color: #001d1b;
  font-size: 25px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
}

.toa-departure-modal__filters {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 10px;
  width: min(100%, 620px);
  margin: 0 auto 38px;
}

.toa-departure-modal__filters select {
  align-self: start;
  height: 28px;
  padding: 0 28px 0 14px;
  border: 0;
  border-radius: 16px;
  color: #fff;
  background: #087d78;
  font: inherit;
  font-size: 13px;
  cursor: pointer;
}

.toa-departure-modal__months {
  display: grid;
  grid-template-columns: repeat(6, minmax(76px, 1fr));
  gap: 8px;
}

.toa-departure-modal__months button {
  min-height: 28px;
  padding: 3px 10px;
  border: 1px solid #087d78;
  border-radius: 16px;
  color: #003f3b;
  background: #fff;
  font: inherit;
  font-size: 12px;
  cursor: pointer;
}

.toa-departure-modal__months button.is-active {
  color: #fff;
  background: #087d78;
}

.toa-departure-modal__months button:disabled {
  border-color: #ddd;
  color: #aaa;
  background: #ddd;
  cursor: not-allowed;
}

.toa-departure-modal__list {
  width: min(100%, 690px);
  margin: 0 auto;
}

.toa-departure-option {
  display: grid;
  grid-template-columns: 120px 20px 120px minmax(160px, 1fr) 102px;
  gap: 16px;
  align-items: center;
  min-height: 72px;
  padding: 12px 18px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.toa-departure-option::before {
  display: none;
}

.toa-departure-option[hidden] {
  display: none;
}

.toa-departure-option+.toa-departure-option {
  margin-top: 12px;
}

.toa-departure-option div {
  display: grid;
}

.toa-departure-option small {
  color: #555;
  font-size: 11px;
  line-height: 16px;
}

.toa-departure-option strong {
  color: #111;
  font-size: 18px;
  line-height: 24px;
}

.toa-departure-option__arrow {
  color: #f46036;
  font-size: 28px;
}

.toa-departure-option__price {
  gap: 3px;
  justify-items: end;
}

.toa-departure-option__price-current {
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
  white-space: nowrap;
}

.toa-departure-option__price strong {
  font-size: 20px;
}

.toa-departure-option__price del {
  color: #aaa;
  font-size: 12px;
  line-height: 16px;
  text-decoration-thickness: 1px;
}

.toa-departure-option>button {
  min-height: 42px;
  padding: 8px 12px;
  border: 0;
  border-radius: 5px;
  color: #fff;
  background: #003f3b;
  font-weight: 700;
  cursor: pointer;
}

.toa-departure-option>button:hover,
.toa-departure-option>button:focus-visible {
  background: #f46036;
}

.toa-departure-modal__empty {
  padding: 28px;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-align: center;
}

.toa-tour-faq {
  padding: 72px 0 80px;
  background: #eee;
}

.toa-tour-faq h2 {
  margin: 0;
  font-size: 32px;
  line-height: 46px;
  text-align: center;
}

.toa-tour-faq__list {
  max-width: 784px;
  margin: 26px auto 0;
}

.toa-tour-faq__item {
  overflow: hidden;
  margin: 0 0 16px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  background: #fff;
}

.toa-tour-faq__item>summary {
  position: relative;
  min-height: 54px;
  padding: 13px 56px 11px 23px;
  color: #000;
  background: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
  cursor: pointer;
}

.toa-tour-detail.toa-tour-faq__item>summary::after,
.toa-tour-detail.toa-tour-faq__item[open]>summary::after {
  display: none;
  content: none;
}

.toa-tour-faq__icon {
  position: absolute;
  top: 15px;
  right: 23px;
  width: 24px;
  height: 24px;
}

.toa-tour-faq__icon--minus,
.toa-tour-faq__item[open] .toa-tour-faq__icon--plus {
  display: none;
}

.toa-tour-faq__item[open] .toa-tour-faq__icon--minus {
  display: block;
}

.toa-tour-faq__item .toa-tour-detail__description {
  padding: 0 76px 17px 23px;
  color: #000;
  font-size: 17px;
  line-height: 26px;
}

.toa-tour-faq__item .toa-tour-detail__description> :first-child {
  margin-top: 0;
}

.toa-tour-faq__item .toa-tour-detail__description> :last-child {
  margin-bottom: 0;
}

@media (max-width: 1257px) {
  .toa-tour-page .toa-tour-body-layout {
    display: block;
    width: min(calc(100% - 40px), 784px);
  }

  .toa-tour-booking-card {
    position: static;
    width: 100%;
    max-width: 410px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {

  .toa-tour-booking-card__controls {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .toa-tour-booking-card__controls>h3:first-child,
  .toa-booking-date-trigger,
  .toa-booking-quantity-row,
  .toa-booking-total,
  .toa-tour-booking-card__toggle {
    grid-column: 1 / -1;
  }

  .toa-booking-quantity-row {
    width: 100%;
    min-height: 62px;
    margin-bottom: 10px;
  }

  .toa-booking-total {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 2px 18px;
    align-items: center;
    padding: 17px 16px;
    margin-bottom: 18px;
    border: 0;
    border-radius: 6px;
    background: #eee;
  }

  .toa-booking-total>span {
    color: #001d1b;
    font-size: 15px;
    font-weight: 700;
  }

  .toa-booking-total strong {
    color: #003f3b;
    font-size: 24px;
    line-height: 32px;
  }

  .toa-booking-total a {
    display: inline;
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
  }

  .toa-departure-modal {
    padding: 0;
  }

  .toa-departure-modal__panel {
    height: 100dvh;
    min-height: 0;
    max-height: 100dvh;
    padding: 64px 20px 36px;
    border-radius: 30px 30px 0 0;
  }

  .toa-departure-modal__close {
    top: 14px;
    right: 16px;
  }

  .toa-departure-modal h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .toa-departure-modal__filters {
    display: block;
    margin-bottom: 26px;
  }

  .toa-departure-modal__filters select {
    margin-bottom: 12px;
  }

  .toa-departure-modal__months {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding-bottom: 8px;
    overflow: visible;
  }

  .toa-departure-modal__months button {
    width: 100%;
    min-width: 0;
  }

  .toa-departure-option {
    grid-template-columns: 1fr 18px 1fr;
    gap: 8px;
    padding: 16px;
  }

  .toa-departure-option::before {
    display: block;
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    height: 1px;
    margin: 12px 0 8px;
    background: #e5e5e5;
    content: '';
  }

  .toa-departure-option>div:first-of-type {
    grid-column: 1;
    grid-row: 1;
  }

  .toa-departure-option__arrow {
    grid-column: 2;
    grid-row: 1;
  }

  .toa-departure-option>div:nth-of-type(2) {
    grid-column: 3;
    grid-row: 1;
  }

  .toa-departure-option__price {
    grid-column: 1 / 3;
    grid-row: 3;
    align-self: center;
    justify-items: start;
    padding-top: 0;
  }

  .toa-departure-option__price strong {
    font-size: 19px;
    line-height: 24px;
  }

  .toa-departure-option__price del {
    font-size: 12px;
    line-height: 16px;
  }

  .toa-departure-option>button {
    grid-column: 3;
    grid-row: 3;
    align-self: center;
  }

  .toa-booking-modal {
    padding: 22px 12px 0;
  }

  .toa-booking-modal__panel {
    width: min(100%, 390px);
    height: calc(100dvh - 22px);
    min-height: 0;
    max-height: calc(100dvh - 22px);
    padding: 46px 14px 30px;
    border-radius: 30px 30px 0 0;
  }

  .toa-booking-modal__close {
    top: 10px;
    right: 14px;
    width: 34px;
    height: 34px;
  }

  .toa-booking-modal h2 {
    margin-bottom: 18px;
    font-size: 24px;
    line-height: 32px;
  }

  .toa-booking-modal__tour {
    display: block;
    min-height: 0;
    padding: 12px;
  }

  .toa-booking-modal__tour>img {
    width: 100%;
    height: auto;
    max-height: 220px;
    border-radius: 4px;
    aspect-ratio: 16 / 10;
    object-fit: cover;
  }

  .toa-booking-modal__tour-info {
    padding: 16px 4px 6px;
  }

  .toa-booking-modal h3 {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 22px;
  }

  .toa-booking-modal__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 20px;
    margin-bottom: 10px;
    font-size: 13px;
  }

  .toa-booking-modal__date {
    font-size: 13px;
  }

  .toa-booking-modal__date button {
    margin-left: 6px;
  }

  .toa-previous-night-note {
    margin: -8px 0 18px;
    font-size: 13px;
    line-height: 20px;
  }

  .toa-previous-night-note--booking {
    margin: 10px 0 0;
  }

  .toa-booking-modal__total {
    display: flex;
    gap: 18px;
    margin-top: 16px;
  }

  .toa-booking-modal__total strong {
    font-size: 20px;
    line-height: 28px;
  }

  .toa-booking-modal form {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .toa-booking-modal [data-booking-message]:empty {
    display: none;
  }

  .toa-booking-modal__fields {
    grid-template-columns: 1fr;
    gap: 11px;
    padding: 15px 14px;
  }

  .toa-booking-modal__fields>label {
    gap: 5px;
    font-size: 14px;
    line-height: 20px;
  }

  .toa-booking-modal input[type='text'],
  .toa-booking-modal input[type='tel'],
  .toa-booking-modal input[type='email'],
  .toa-booking-modal textarea {
    min-height: 38px;
    padding: 7px 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .toa-booking-modal__email,
  [data-booking-message],
  .toa-booking-modal form>button {
    grid-column: 1;
  }

  .toa-booking-modal form>button {
    width: 100%;
    justify-self: stretch;
  }

  body.single-toa_tour {
    padding-bottom: 116px;
  }

  .toa-header__inner {
    min-height: 64px;
  }

  .toa-tour-page {
    font-size: 17px;
    line-height: 26px;
  }

  .toa-tour-page .toa-container {
    width: calc(100% - 40px);
  }

  .toa-tour-intro {
    padding: 40px 0 48px;
  }

  .toa-tour-intro h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .toa-tour-intro__level {
    margin: 4px 0 16px;
    font-size: 17px;
    line-height: 26px;
  }

  .toa-tour-intro__description {
    text-align: left;
  }

  .toa-tour-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    min-height: auto;
    margin-top: 32px;
  }

  .toa-tour-gallery__more {
    right: 8px;
    bottom: 8px;
    min-height: 38px;
    padding: 8px 12px;
    font-size: 15px;
    line-height: 22px;
  }

  .toa-tour-guides {
    padding-block: 48px;
  }

  .toa-tour-guides h2,
  .toa-tour-overview h2,
  .toa-tour-faq h2,
  .toa-tour-related h2,
  .toa-tour-section>h2 {
    font-size: 26px;
    line-height: 34px;
  }

  .toa-tour-guides__lead {
    text-align: left;
  }

  .toa-tour-guide-card {
    display: block;
  }

  .toa-tour-guide-card__image {
    width: 279px;
    height: 279px;
    margin: 0 auto 24px 0;
  }

  .toa-tour-guide-selector {
    position: relative;
    padding-left: 0;
  }

  .toa-tour-guide-selector__tabs {
    position: absolute;
    top: 0;
    right: max(0px, calc((100% - 279px - 48px) / 2));
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 0;
    z-index: 2;
  }

  .toa-tour-guide-card h3 {
    font-size: 21px;
    line-height: 30px;
  }

  .toa-tour-overview {
    padding-block: 48px;
  }

  .toa-tour-overview__primary {
    display: block;
    margin-top: 24px;
  }

  .toa-tour-overview__chart {
    width: min(100%, 335px);
    height: auto;
    margin: 0 auto 32px;
  }

  .toa-tour-overview__facts>div {
    grid-template-columns: 112px 1fr;
    gap: 16px;
  }

  .toa-tour-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .toa-tour-body-layout {
    display: block;
    padding-block: 48px;
  }

  .toa-tour-section {
    padding-bottom: 48px;
  }

  .toa-tour-detail>summary {
    min-height: 56px;
    padding: 15px 48px 11px 16px;
    font-size: 17px;
    line-height: 26px;
  }

  .toa-tour-detail>summary::after {
    right: 16px;
  }

  .toa-tour-detail__description {
    padding: 12px 16px 20px;
  }

  .toa-tour-schedule-meta {
    grid-template-columns: 1fr;
    padding-inline: 16px;
  }

  .toa-tour-schedule__item>summary {
    padding: 15px 48px 15px 16px;
    font-size: 17px;
    line-height: 26px;
  }

  .toa-tour-schedule__toggle {
    top: 16px;
    right: 16px;
  }

  .toa-tour-schedule__item .toa-tour-schedule-meta {
    padding: 24px 16px 0;
  }

  .toa-tour-schedule__item .toa-tour-detail__description {
    padding: 16px 16px 20px;
  }

  .toa-tour-cost ul {
    columns: 1;
  }

  .toa-tour-cost {
    margin-bottom: 40px;
  }

  .toa-tour-cost h3 {
    margin-bottom: 20px;
  }

  .toa-tour-cost ul,
  .toa-tour-cost--chi_phi_bao_gom ul,
  .toa-tour-cost--hanh_ly ul {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-left: 0;
  }

  .toa-tour-booking-card {
    position: fixed;
    z-index: 100000;
    inset: auto 0 0;
    display: block;
    min-height: 0;
    padding: 22px 20px calc(14px + env(safe-area-inset-bottom));
    border-radius: 14px 14px 0 0;
    max-height: calc(100dvh - 76px);
    max-width: none;
    margin: 0;
    box-shadow: 0 -10px 26px rgb(0 0 0 / 0.16);
    overflow: visible;
    transition: max-height 220ms ease, padding 220ms ease;
  }

  .toa-tour-booking-card.is-collapsed {
    max-height: 92px;
    padding-top: 14px;
    overflow: visible;
  }

  .toa-tour-booking-card__sheet-toggle {
    position: absolute;
    top: 0;
    right: 20px;
    display: inline-flex;
    width: 24px;
    height: 20px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 0 0 4px 4px;
    color: #fff;
    background: #003f3b;
    box-shadow: none;
    cursor: pointer;
  }

  .toa-tour-booking-card__sheet-toggle span {
    width: 9px;
    height: 9px;
    border-top: 2px solid currentColor;
    border-left: 2px solid currentColor;
    transform: translateY(2px) rotate(45deg);
    transition: transform 180ms ease;
  }

  .toa-tour-booking-card.is-expanded .toa-tour-booking-card__sheet-toggle span {
    transform: translateY(-2px) rotate(225deg);
  }

  .toa-tour-booking-card.is-collapsed .toa-tour-booking-card__controls,
  .toa-tour-booking-card.is-collapsed .toa-tour-booking-card__promotion {
    display: none;
  }

  .toa-tour-booking-card__price {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    padding: 0 56px 0 0;
    border: 0;
  }

  .toa-tour-booking-card__price p {
    grid-row: 1 / 3;
    margin: 0;
  }

  .toa-tour-booking-card__price del {
    grid-column: 2;
    justify-self: end;
    font-size: 13px;
    line-height: 18px;
  }

  .toa-tour-booking-card__price strong {
    grid-column: 2;
    justify-self: end;
    padding-right: 0;
    font-size: 21px;
    line-height: 30px;
  }

  .toa-tour-booking-card__price span,
  .toa-tour-booking-card__price small,
  .toa-tour-booking-card__promotion {
    display: none;
  }

  .toa-tour-booking-card.is-expanded .toa-tour-booking-card__promotion {
    display: block;
  }

  .toa-tour-booking-card__toggle {
    display: block;
    margin-top: 8px;
  }

  .toa-booking-modal {
    padding: 22px 12px 0;
  }

  .toa-booking-modal__panel {
    height: calc(100dvh - 22px);
    max-height: calc(100dvh - 22px);
    padding: 46px 14px 30px;
  }

  .toa-booking-modal h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .toa-tour-faq {
    padding-block: 48px;
  }

  .toa-tour-faq h2 {
    font-size: 26px;
    line-height: 34px;
  }

  .toa-tour-faq__list {
    margin-top: 24px;
  }

  .toa-tour-faq__item>summary {
    min-height: 56px;
    padding: 14px 48px 10px 15px;
    font-size: 17px;
    line-height: 26px;
  }

  .toa-tour-faq__icon {
    top: 16px;
    right: 15px;
  }

  .toa-tour-faq__item .toa-tour-detail__description {
    padding: 0 38px 17px 15px;
  }

  .toa-tour-related {
    padding-block: 48px 64px;
  }

  .toa-tour-related__grid {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }

  .toa-tour-related__grid::-webkit-scrollbar {
    display: none;
  }

  .toa-tour-related .toa-tour-carousel__button {
    position: absolute;
    z-index: 2;
    top: min(64vw, 246px);
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--toa-gray-200);
    border-radius: 4px;
    color: var(--toa-primary-900);
    background: rgb(255 255 255 / 0.94);
    box-shadow: 0 6px 16px rgb(0 0 0 / 0.12);
    font-family: inherit;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
  }

  .toa-tour-related .toa-tour-carousel__button--prev {
    left: 4px;
  }

  .toa-tour-related .toa-tour-carousel__button--next {
    right: 4px;
  }

  .toa-related-card {
    flex: 0 0 100%;
    width: 100%;
    scroll-snap-align: start;
  }

  .toa-footer {
    margin-top: 70px;
    padding: 48px 0 32px;
  }

  .toa-footer__wave {
    top: -70px;
    height: 70px;
  }

  .toa-footer__grid {
    gap: 40px;
  }

  .toa-footer__brand {
    align-items: flex-start;
    gap: 12px;
  }

  .toa-footer__brand strong,
  .toa-footer__links strong {
    font-size: 15px;
    line-height: 22px;
  }

  .toa-footer address,
  .toa-footer__links a,
  .toa-footer__bottom {
    font-size: 15px;
    line-height: 22px;
  }

  .toa-footer__social {
    margin-top: 32px;
  }

  .toa-footer__links {
    gap: 28px;
  }

  .toa-footer__links strong {
    margin-bottom: 10px;
  }

  .toa-footer__bottom {
    margin-top: 40px;
    padding-top: 24px;
  }
}

@media (max-width: 767px) {
  .toa-floating-contact {
    right: 16px;
    bottom: 22px;
    gap: 12px;
  }

  .single-toa_tour .toa-floating-contact {
    bottom: calc(84px + env(safe-area-inset-bottom));
  }
}
