@font-face {
	font-family: "Congenial";
	src: url("Congenial-Black.woff2") format("woff2");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Congenial";
	src: url("Congenial-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Google Sans";
	src: url("GoogleSans-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Google Sans";
	src: url("GoogleSans-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	src: url("") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

:root {
	--black: #062c47;
	--white: #ffffff;
	--gray: #8397ac;
	--background: #f9f8f5;
	--dogs: #c88416;
	--cats: #d8529f;
	--stories: #31ad78;
	--lifestyle: #645ecd;
}

* {
	margin: 0;
	padding: 0;
	font-family: "Google Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
}

a {
	text-decoration: none;
	color: var(--black);
}

@keyframes img-loading {
	0% {
		background-position: 200% 0;
	}
	100% {
		background-position: -200% 0;
	}
}

img {
	background: linear-gradient(90deg, #ccc 25%, #bbb 50%, #ccc 75%);
	background-size: 200% 100%;
	animation: img-loading 1.5s ease-in-out infinite;
	opacity: 0.5;
	transition: opacity 0.2s ease;
}

img.loaded {
	background: none;
	animation: none;
	opacity: 1;
}

.ads {
	width: 100%;
	max-width: 1100px;
}

.detail-ads {
	width: 100%;
}

.lineclamp-1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-clamp: 1;
}

.lineclamp-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
}

.lineclamp-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
}

.header {
	display: flex;
	width: 100%;
	height: 64px;
	justify-content: center;
	align-items: center;
	background: var(--white);
	box-shadow: 0 2px 12px 2px rgba(14, 35, 64, 0.04);
}

.header-container {
	display: flex;
	width: 1100px;
	justify-content: space-between;
	align-items: center;
}

.logo-header {
	width: 149px;
	height: 30px;
	flex-shrink: 0;
	aspect-ratio: 149/30;
}

.header-nav {
	display: flex;
	gap: 48px;
}

.header-nav a {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1.28px;
	text-transform: capitalize;
}

#header-nav-dogs:hover {
	color: var(--dogs);
}

#header-nav-cats:hover {
	color: var(--cats);
}

#header-nav-stories:hover {
	color: var(--stories);
}

#header-nav-more:hover {
	color: var(--lifestyle);
}

.icon-menu,
.icon-close {
	width: 24px;
	height: 24px;
	aspect-ratio: 1/1;
}

.icon-menu {
	display: none;
}

.mobile-menu {
	display: none;
}

.footer {
	display: flex;
	width: 100%;
	padding: 64px 0;
	justify-content: center;
	align-items: center;
	gap: 32px;
	background: #042132;
}

.footer-container {
	display: flex;
	width: 1100px;
	flex-direction: column;
	align-items: center;
	gap: 32px;
}

.logo-footer {
	width: 318px;
	height: 64px;
	aspect-ratio: 159/32;
}

.footer-menu {
	display: flex;
	align-items: center;
	gap: 56px;
}

.footer-menu-item {
	color: var(--white);
	font-size: 16px;
	line-height: 20px;
	text-transform: capitalize;
}

.footer-menu-item:hover {
	opacity: 0.75;
}

.footer-divider {
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.08);
}

.footer-copyright {
	color: rgba(111, 118, 133, 0.8);
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.1px;
	text-transform: capitalize;
}

.index-banner {
	width: 100%;
	position: relative;
}

.index-banner-image {
	width: 100%;
	min-height: 220px;
	object-fit: cover;
	background: none;
	animation: none;
	opacity: 1;
}

.index-banner-title {
	color: var(--white);
	text-shadow: 0 0 16px rgba(0, 0, 0, 0.04);
	font-family: Congenial;
	font-size: 48px;
	font-weight: 900;
	line-height: 60px;
	text-transform: capitalize;
	position: absolute;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%, 50%);
	text-align: center;
}

.index-main {
	width: 1100px;
	margin: 0 auto;
	padding: 40px 0 80px 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 40px;
}

.index-posts-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex: 1 0 0;
	border-radius: 16px;
	position: relative;
	transition: all 0.2s ease-in-out;
}

.index-posts-item:hover {
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.12);
}

.index-posts-image {
	width: 100%;
	height: 200px;
	align-self: stretch;
	aspect-ratio: 17/10;
	border-radius: 16px 16px 0 0;
	object-fit: cover;
}

.index-posts-item-content {
	width: calc(100% - 32px);
	display: flex;
	padding: 16px;
	flex-direction: column;
	align-items: flex-start;
	background: var(--background);
	border-radius: 0 0 16px 16px;
}

.index-posts-item-title {
	color: var(--black);
	font-family: Congenial;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	text-transform: capitalize;
}

.list-category-item:hover {
	border: 2px solid var(--black);
}

.list-category-item.active {
	border: 2px solid var(--black);
}

.detail-main {
	display: flex;
	width: 728px;
	padding: 40px 0 120px 0;
	margin: 0 auto;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
}

.breadcrumb {
	list-style-type: none;
	display: flex;
}

.breadcrumb-item {
	display: flex;
	align-items: center;
	gap: 8px;
}

.breadcrumb-slash {
	width: 16px;
	height: 16px;
	aspect-ratio: 1/1;
	margin-left: 8px;
}

.breadcrumb-item a {
	display: flex;
	padding: 2px 8px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 4px;
	background: #f9f8f5;
	color: rgba(6, 44, 71, 0.5);
	font-size: 14px;
	line-height: 20px;
}

.breadcrumb-item a:hover {
	color: var(--black);
	text-decoration: underline;
}

.breadcrumb-item:last-child a {
	color: var(--black);
	background: none;
	padding: 2px 0;
}

.detail-title {
	color: var(--black);
	font-family: Congenial;
	font-size: 32px;
	font-weight: 700;
	line-height: 36px;
	text-transform: capitalize;
}

.next-page {
	display: flex;
	padding: 20px 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	border-radius: 12px;
	background: #be2f2f;
	transition: all 0.2s ease-in-out;
}

.next-page:hover {
	background: #ce3b3b;
}

.next-page-text {
	color: var(--white);
	text-align: center;
	font-family: Congenial;
	font-size: 28px;
	font-weight: 700;
	line-height: 32px;
	text-transform: capitalize;
}

.prev-next {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 80px;
}

.prev-button,
.next-button {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 12px;
	flex: 1 0 0;
	transition: all 0.2s ease-in-out;
}

.prev-button {
	padding: 17px 7px;
	border: 3px solid rgba(190, 47, 47, 0.75);
	background: #fff;
}

.prev-button:hover {
	background: #f9f8f5;
}

.next-button {
	padding: 20px 10px;
	background: #be2f2f;
}

.next-button:hover {
	background: #ce3b3b;
}

.prev-text,
.next-text {
	text-align: center;
	font-family: Congenial;
	font-size: 28px;
	font-weight: 700;
	line-height: 32px;
	text-transform: capitalize;
}

.prev-text {
	color: rgba(190, 47, 47, 0.75);
}

.next-text {
	color: var(--white);
}

.icon-arrow-right,
.icon-arrow-left {
	width: 32px;
	height: 32px;
	aspect-ratio: 1/1;
}

.current-page-text {
	color: var(--black);
	font-size: 32px;
	line-height: 24px;
}

.current-page-splash,
.current-page-total {
	color: rgba(6, 44, 71, 0.75);
	font-size: 16px;
	line-height: 24px;
}

.more-stories {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
}

.more-stories-title {
	color: var(--black);
	font-family: Congenial;
	font-size: 28px;
	font-weight: 700;
	line-height: 32px;
	text-transform: capitalize;
}

.more-stories-grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 24px;
}

.more-stories-image {
	height: 133.333px;
	align-self: stretch;
	aspect-ratio: 17/10;
	object-fit: cover;
	border-radius: 16px 16px 0 0;
}

.more-stories-item-content {
	width: calc(100% - 40px);
	display: flex;
	padding: 20px;
	flex-direction: column;
	align-items: flex-start;
	background: var(--background);
	border-radius: 0 0 16px 16px;
}

.more-stories-item-title {
	color: var(--black);
	font-family: Congenial;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	height: 72px;
	text-transform: capitalize;
	letter-spacing: 0.1px;
}

.article {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
}

.slide {
	width: 100%;
}

.article h4 {
	color: var(--black);
	font-family: Congenial;
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	text-transform: capitalize;
}

.article picture {
	display: flex;
	width: 100%;
	aspect-ratio: 728/495;
	border-radius: 8px;
	background: linear-gradient(90deg, #eee 25%, #ddd 50%, #eee 75%);
	background-size: 200% 100%;
	animation: img-loading 1.5s ease-in-out infinite;
}

.article picture.loaded {
	background: none;
	animation: none;
}

.article img {
	width: 100%;
	object-fit: cover;
	border-radius: 8px;
}

.article p {
	width: 100%;
	color: rgba(6, 44, 71, 0.75);
	font-size: 16px;
	line-height: 26px;
}

.article iframe {
	width: 100%;
}

.article-table-wrap {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border-radius: 8px;
	border: 1px solid rgba(6, 44, 71, 0.15);
}

.article table {
	width: 100%;
	min-width: 480px;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: auto;
	word-break: break-word;
}

.article table td {
	padding: 12px 16px;
	border: 2px solid var(--gray);
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	vertical-align: center;
}

.article-image {
	width: 100%;
	position: relative;
}

.slideshow {
	width: max-content;
	display: flex;
	padding: 12px 32px 12px 12px;
	justify-content: center;
	align-items: center;
	gap: 16px;
	border-radius: 999px;
	border: 2px solid var(--white);
	background: rgba(0, 0, 0, 0.75);
	position: absolute;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.slideshow:hover {
	background: rgba(0, 0, 0, 0.85);
}

.icon-slideshow {
	width: 32px;
	height: 32px;
	aspect-ratio: 1/1;
}

.slideshow-text {
	color: var(--white);
	text-align: center;
	font-family: Congenial;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	text-transform: capitalize;
}

.list-banner {
	display: flex;
	width: 100%;
	height: 400px;
	justify-content: center;
}

.list-banner[data-category="dogs"] {
	background: url("") no-repeat center center;
	background-size: cover;
}
.list-banner[data-category="cats"] {
	background: url("") no-repeat center center;
	background-size: cover;
}
.list-banner[data-category="stories"] {
	background: url("") no-repeat center center;
	background-size: cover;
}
.list-banner[data-category="more"] {
	background: url("") no-repeat center center;
	background-size: cover;
}

.list-banner-container {
	display: flex;
	width: 1100px;
	align-items: center;
}

.list-banner-content {
	width: 80%;
	max-width: 546px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 48px;
}

.list-banner-title {
	color: var(--white);
	text-shadow: 0 0 16px rgba(0, 0, 0, 0.04);
	font-family: Congenial;
	font-size: 96px;
	font-weight: 900;
	line-height: 78px;
	text-transform: capitalize;
}

.list-banner-description {
	color: rgba(255, 255, 255, 0.75);
	opacity: 0.75;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.1px;
}

.list-main {
	display: flex;
	width: 1100px;
	padding: 56px 0 120px 0;
	margin: 0 auto;
	flex-direction: column;
	align-items: flex-start;
	gap: 56px;
}

.list-category {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.list-category-item {
	display: flex;
	padding: 16px 32px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 999px;
	border: 2px solid rgba(6, 44, 71, 0.06);
	color: var(--black);
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 21px;
	text-transform: capitalize;
	transition: all 0.2s ease-in-out;
}

.list-category-item:hover {
	border: 2px solid var(--black);
}

.list-category-item.active[data-category="dogs"] {
	border: 2px solid var(--dogs);
	color: var(--dogs);
}
.list-category-item.active[data-category="cats"] {
	border: 2px solid var(--cats);
	color: var(--cats);
}
.list-category-item.active[data-category="stories"] {
	border: 2px solid var(--stories);
	color: var(--stories);
}
.list-category-item.active[data-category="more"] {
	border: 2px solid var(--lifestyle);
	color: var(--lifestyle);
}

.posts-grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(258px, 1fr));
	gap: 40px;
}

.top-stories-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex: 1 0 0;
	border-radius: 16px;
	position: relative;
	transition: all 0.2s ease-in-out;
}

.top-stories-item:hover {
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.12);
}

.top-stories-item-icon {
	position: absolute;
	top: 24px;
	left: 24px;
	display: grid;
	place-items: center;
}

.top-stories-item-icon > * {
	grid-area: 1 / 1;
}

.icon-red-heart {
	width: 48px;
	height: 43px;
	aspect-ratio: 48/43;
	fill: #be2f2f;
	stroke-width: 2px;
	stroke: var(--white);
}

.top-stories-item-number {
	position: relative;
	z-index: 1;
	color: var(--white);
	font-family: Congenial;
	font-size: 26px;
	font-weight: 900;
	line-height: 26px;
}

.top-stories-image {
	width: 100%;
	height: 200px;
	align-self: stretch;
	aspect-ratio: 17/10;
	border-radius: 16px 16px 0 0;
	object-fit: cover;
}

.top-stories-image.detail {
	height: 170px;
}

.top-stories-item-content {
	width: calc(100% - 36px);
	display: flex;
	padding: 18px;
	flex-direction: column;
	align-items: flex-start;
	background: var(--background);
	border-radius: 0 0 16px 16px;
}

.top-stories-item-title {
	color: var(--black);
	font-family: Congenial;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	height: 48px;
	text-transform: capitalize;
}

.top-stories-item-description {
	color: rgba(6, 44, 71, 0.5);
	font-size: 14px;
	line-height: 20px;
	text-transform: capitalize;
	margin: 12px 0 16px 0;
}

.top-stories-item-tags {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.top-stories-item-tag {
	display: flex;
	align-items: center;
	gap: 8px;
}

.icon-tag {
	width: 16px;
	height: 16px;
	aspect-ratio: 1/1;
}

.top-stories-item-tag-text {
	font-family: Congenial;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
}

.top-stories-item-tag-text[data-tag="dogs"] {
	color: var(--dogs);
}

.top-stories-item-tag-text[data-tag="cats"] {
	color: var(--cats);
}

.top-stories-item-tag-text[data-tag="stories"] {
	color: var(--stories);
}

.top-stories-item-tag-text[data-tag="more"] {
	color: var(--lifestyle);
}

.top-stories-item-time {
	color: rgba(6, 44, 71, 0.75);
	font-size: 14px;
	line-height: 20px;
	text-transform: capitalize;
	white-space: nowrap;
}

@media screen and (max-width: 1164px) {
	.ads {
		max-width: calc(100% - 64px);
	}

	.header-container,
	.footer-container {
		width: calc(100% - 64px);
	}

	.index-main {
		width: calc(100% - 64px);
	}

	.list-main,
	.list-banner-container {
		width: calc(100% - 64px);
	}
}

@media screen and (max-width: 792px) {
	.header-container,
	.footer-container {
		width: calc(100% - 40px);
	}
}

@media screen and (max-width: 768px) {
	.header-nav {
		gap: 36px;
	}

	.detail-main {
		width: calc(100% - 40px);
		gap: 24px;
	}

	.prev-next {
		gap: 32px;
	}

	.list-banner {
		height: 240px;
	}

	.list-banner[data-category="dogs"] {
		background: url("") no-repeat center center;
		background-size: cover;
	}
	.list-banner[data-category="cats"] {
		background: url("") no-repeat center center;
		background-size: cover;
	}
	.list-banner[data-category="stories"] {
		background: url("") no-repeat center
			center;
		background-size: cover;
	}
	.list-banner[data-category="more"] {
		background: url("") no-repeat center
			center;
		background-size: cover;
	}

	.list-banner-content {
		gap: 24px;
	}

	.list-banner-title {
		font-size: 48px;
		line-height: 78px;
	}

	.list-banner-description {
		font-size: 14px;
		line-height: 20px;
	}

	.posts-grid {
		gap: 32px;
	}
}

@media screen and (max-width: 632px) {
	nav[aria-label="breadcrumb"] {
		display: none;
	}

	.ads {
		max-width: calc(100% - 32px);
	}

	.header-container,
	.footer-container {
		width: calc(100% - 32px);
	}

	.logo-footer {
		width: 212px;
		height: auto;
	}

	.footer-menu {
		flex-direction: column;
		gap: 24px;
	}

	.index-main {
		padding: 32px 0 64px 0;
		gap: 32px;
		width: calc(100% - 32px);
	}

	.detail-title {
		font-size: 26px;
		line-height: 30px;
	}

	.more-stories {
		gap: 20px;
	}

	.more-stories-item-title {
		height: 48px;
		-webkit-line-clamp: 2;
		line-clamp: 2;
	}

	.icon-arrow-right,
	.icon-arrow-left {
		display: none;
	}

	.list-main {
		width: calc(100% - 32px);
		padding: 32px 0 80px 0;
		gap: 32px;
	}

	.posts-grid {
		column-gap: 16px;
		row-gap: 16px;
	}

	.top-stories-item {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.slideshow {
		padding: 8px 24px 8px 8px;
		gap: 8px;
	}

	.slideshow-text {
		font-size: 16px;
		line-height: 24px;
	}

	.icon-slideshow {
		width: 24px;
		height: 24px;
	}
}

@media screen and (max-width: 400px) {
	.prev-next {
		gap: 16px;
	}
	.current-page {
		display: none;
	}
}

/* burger menu */
@media screen and (max-width: 632px) {
	.header-nav {
		display: none;
	}

	.icon-menu {
		display: block;
		cursor: pointer;
	}

	.mobile-menu {
		display: block;
		position: fixed;
		inset: 0;
		z-index: 999;
		pointer-events: none;
	}

	.mobile-menu.active {
		pointer-events: auto;
	}

	.mobile-menu-overlay {
		position: absolute;
		inset: 0;
		background: rgba(6, 44, 71, 0.4);
		opacity: 0;
		transition: opacity 0.3s ease;
	}

	.mobile-menu.active .mobile-menu-overlay {
		opacity: 1;
	}

	.mobile-menu-panel {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background: var(--white);
		transform: translateY(-100%);
		transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
		box-shadow: 0 4px 24px rgba(6, 44, 71, 0.12);
	}

	.mobile-menu.active .mobile-menu-panel {
		transform: translateY(0);
	}

	.mobile-menu-header {
		display: flex;
		height: 64px;
		padding: 0 16px;
		justify-content: space-between;
		align-items: center;
	}

	.mobile-menu-close {
		width: 24px;
		height: 24px;
		cursor: pointer;
	}

	.mobile-menu-nav {
		display: flex;
		flex-direction: column;
		padding: 8px 24px 16px;
	}

	.mobile-menu-nav a {
		font-size: 16px;
		line-height: 48px;
		letter-spacing: 1.28px;
		border-bottom: 1px solid rgba(6, 44, 71, 0.06);
	}

	.mobile-menu-nav a:last-child {
		border-bottom: none;
	}

	.mobile-nav-dogs:hover {
		color: var(--dogs);
	}

	.mobile-nav-cats:hover {
		color: var(--cats);
	}

	.mobile-nav-stories:hover {
		color: var(--stories);
	}

	.mobile-nav-lifestyle:hover {
		color: var(--lifestyle);
	}
}

/* =================================== About Us =================================== */

.container {
	width: 1100px;
	margin: 100px auto 120px auto;
	display: flex;
	flex-direction: column;
	gap: 120px;
}

.about-us {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 112px;
}

.container img {
	width: 468px;
	height: 468px;
	aspect-ratio: 1/1;
}

.container h2 {
	color: #333;
	font-size: 48px;
	font-weight: 600;
	line-height: 56px;
	text-transform: capitalize;
}

.container h3 {
	color: #333;
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
	text-transform: capitalize;
	margin-bottom: 16px;
}

.container p {
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.about-us-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	flex: 1 0 0;
}

.our-features,
.disclaimer {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 48px;
}

.disclaimer-header-container {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.our-features-header,
.disclaimer-header {
	display: flex;
	width: 520px;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
}

.our-features-content,
.disclaimer-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-self: stretch;
}

.disclaimer-content {
	flex-direction: row-reverse;
}

.our-features-list,
.disclaimer-list {
	display: flex;
	width: 520px;
	flex-direction: column;
	align-items: center;
	gap: 28px;
}

.our-features-list-divider,
.disclaimer-list-divider {
	width: 100%;
	height: 1px;
	background: #eee;
}

/* =================================== About Us Responsive =================================== */

@media (max-width: 1164px) {
	.container {
		width: calc(100% - 64px);
		margin: 80px auto 100px auto;
		gap: 100px;
	}

	.about-us {
		gap: 80px;
	}

	.container img {
		width: 45%;
		height: auto;
	}

	.our-features-header,
	.disclaimer-header {
		width: 450px;
	}

	.our-features-list,
	.disclaimer-list {
		width: 50%;
	}
}

@media (max-width: 768px) {
	.container {
		margin: 60px auto 80px auto;
		gap: 80px;
	}

	.about-us {
		flex-direction: column-reverse;
		gap: 48px;
	}

	.container img {
		width: 60%;
		height: auto;
	}

	.container h2 {
		font-size: 36px;
		line-height: 44px;
	}

	.container h3 {
		font-size: 20px;
		line-height: 26px;
	}

	.about-us-content {
		width: 100%;
	}

	.our-features-content,
	.disclaimer-content {
		flex-direction: column-reverse;
		gap: 48px;
		align-items: center;
	}

	.our-features-header,
	.disclaimer-header {
		width: 100%;
	}

	.disclaimer-header-container {
		align-items: center;
	}

	.our-features-list,
	.disclaimer-list {
		width: 100%;
	}
}

@media (max-width: 632px) {
	.container {
		width: calc(100% - 32px);
		margin: 40px auto 60px auto;
		gap: 60px;
	}

	.about-us {
		gap: 32px;
	}

	.container h2 {
		font-size: 28px;
		line-height: 36px;
	}

	.container h3 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 12px;
	}

	.container p {
		font-size: 14px;
		line-height: 20px;
	}

	.about-us-content {
		gap: 20px;
	}

	.our-features,
	.disclaimer {
		gap: 32px;
	}

	.our-features-header,
	.disclaimer-header {
		gap: 16px;
	}

	.our-features-list,
	.disclaimer-list {
		gap: 20px;
	}
}

/* ============================================ Privacy Policy ============================================ */

.wrapper {
	max-width: 1100px;
	margin: 0 auto;
}

.content {
	display: flex;
	max-width: 1100px;
	gap: 72px;
}

.main-office {
	flex: 0 0 728px;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 40px;
	align-self: stretch;
	margin-bottom: 120px;
}

.aside {
	display: flex;
	width: 300px;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
	margin-bottom: 120px;
}

.privacy {
	padding-top: 80px;
	font-size: 0;
}

.privacy .content {
	margin-top: 48px;
}

.privacy .main-office {
	gap: 0;
}

.privacy-header {
	display: flex;
	width: 100%;
	margin: 0 auto;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.privacy-header-text {
	display: flex;
	width: 520px;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
}

.privacy-header-image {
	height: 350px;
}

.privacy h1 {
	color: #333;
	font-size: 30px;
	font-weight: 600;
	line-height: 56px;
	text-transform: capitalize;
	margin: 0;
}

.privacy b {
	color: #333;
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
	text-transform: capitalize;
	margin: 32px 0 16px 0;
}

.privacy b:first-child {
	margin-top: 0;
}

.privacy p {
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 16px;
}

.privacy ul {
	list-style: disc;
	padding-left: 24px;
	margin-bottom: 16px;
}

.privacy ul li {
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

@media screen and (max-width: 1164px) {
	.wrapper {
		width: calc(100% - 64px);
	}

	.content {
		flex-direction: column;
		gap: 0;
	}

	.main-office {
		width: 100%;
	}

	.privacy {
		padding-top: 52px;
	}

	.privacy-header-image {
		width: 45%;
		height: auto;
	}

	.privacy .content {
		margin-top: 34px;
	}

	.privacy b {
		margin: 32px 0 16px 0;
	}
}

@media screen and (max-width: 768px) {
	.privacy {
		padding-top: 24px;
	}

	.privacy .content {
		margin-top: 20px;
	}

	.privacy b {
		margin: 24px 0 12px 0;
	}
}

@media screen and (max-width: 632px) {
	.wrapper {
		width: calc(100% - 32px);
	}

	.privacy h1 {
		font-size: 26px;
		line-height: 30px;
	}

	.privacy-header {
		flex-direction: column;
		gap: 16px;
	}

	.privacy-header-text {
		width: 100%;
	}

	.privacy-header-image {
		width: 60%;
		margin-bottom: 12px;
	}
}

/* ============================================ Anchor ============================================ */

.toc {
	display: flex;
	flex-direction: column;
	position: sticky;
	top: 36px;
	margin-bottom: 28px;
}

.toc a {
	text-decoration: none;
	color: #999;
	font-size: 16px;
	padding: 14px 24px;
	border-left: 2px solid #eee;
	transition: all 0.3s ease;
	text-transform: capitalize;
	cursor: pointer;
}

.toc a:hover {
	color: #333;
}

.toc a.active {
	color: #333;
	border-left-color: #333;
	font-weight: 500;
}

@media screen and (max-width: 1164px) {
	.toc {
		display: none;
	}
}

/* =================================== 404 Page =================================== */

#page-404 {
	display: flex;
	width: 1100px;
	padding: 80px 0;
	margin: 0 auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 48px;
}

#img-404 {
	width: 334px;
	height: 200px;
	aspect-ratio: 167/100;
}

#content-404 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 40px;
}

#description-error-code {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

#oops {
	color: #333;
	text-align: center;
	font-size: 96px;
	font-weight: 600;
	line-height: 116px;
	text-transform: capitalize;
}

#description {
	color: #333;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	text-transform: capitalize;
}

#error-code {
	color: #999;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-transform: capitalize;
}

#back-to-home {
	display: flex;
	padding: 15px 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 12px;
	background: var(--black);
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	text-transform: capitalize;
}

#back-to-home:hover {
	background: rgba(6, 44, 71, 0.85);
}

@media screen and (max-width: 1164px) {
	#page-404 {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	#page-404 {
		gap: 32px;
	}

	#img-404 {
		width: 280px;
		height: auto;
		max-width: 100%;
	}

	#content-404 {
		gap: 24px;
	}

	#description-error-code {
		gap: 8px;
	}

	#oops {
		font-size: 64px;
		line-height: 76px;
	}

	#description {
		font-size: 16px;
		line-height: 24px;
		padding: 0 20px;
	}

	#error-code {
		font-size: 14px;
		line-height: 20px;
	}

	#back-to-home {
		padding: 12px 20px;
		font-size: 16px;
		line-height: 24px;
	}
}

@media screen and (max-width: 480px) {
	#page-404 {
		gap: 24px;
	}

	#img-404 {
		width: 240px;
	}

	#content-404 {
		gap: 20px;
	}

	#oops {
		font-size: 48px;
		line-height: 58px;
	}

	#description {
		font-size: 14px;
		line-height: 22px;
		padding: 0 16px;
	}

	#error-code {
		font-size: 12px;
		line-height: 18px;
	}

	#back-to-home {
		padding: 10px 18px;
		font-size: 14px;
		line-height: 22px;
	}
}

/* =================================== Back to Top =================================== */
#backtop {
	position: fixed;
	bottom: 80px;
	right: 24px;
	cursor: pointer;
	z-index: 998;
	width: 36px;
	height: 36px;
	padding: 8px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	align-items: center;
	justify-content: center;
	background-color: #f5ede1;
	color: var(--black);
	font-family: GoogleSans;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: 0.1px;
	border-radius: 4px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	display: none;
}

#backtop[data-category="dogs"] {
	background-color: var(--dogs);
	color: var(--white);
}
#backtop[data-category="dogs"] svg path {
	fill: var(--white);
}
#backtop[data-category="cats"] {
	background-color: var(--cats);
	color: var(--white);
}
#backtop[data-category="cats"] svg path {
	fill: var(--white);
}
#backtop[data-category="stories"] {
	background-color: var(--stories);
	color: var(--white);
}
#backtop[data-category="stories"] svg path {
	fill: var(--white);
}
#backtop[data-category="more"] {
	background-color: var(--lifestyle);
	color: var(--white);
}
#backtop[data-category="more"] svg path {
	fill: var(--white);
}

@media screen and (max-width: 600px) {
	#backtop {
		width: 32px;
		height: 32px;
		padding: 3px;
		gap: 0;
		bottom: 16px;
		right: 10px;
	}

	#backtop span {
		display: none;
	}
}
