/**
 * Modern homepage presentation for Days In Georgia.
 *
 * The existing SiteOrigin widgets remain the content source; this layer turns
 * them into an editorial, image-led travel experience.
 */

.home {
	--daysin-accent: #EF6C00;
	--daysin-accent-deep: #c95700;
	--daysin-ink: #171914;
	--daysin-ink-soft: #2b2e28;
	--daysin-muted: #696d66;
	--daysin-canvas: #f4f2ec;
	--daysin-paper: #fff;
	--daysin-line: rgba(23, 25, 20, .12);
	--daysin-radius-sm: 18px;
	--daysin-radius-md: clamp(24px, 2.3vw, 34px);
	--daysin-radius-lg: clamp(30px, 3.5vw, 52px);
	--daysin-section-space: clamp(56px, 5.5vw, 88px);
	--daysin-shadow: 0 24px 64px rgba(38, 30, 20, .12);
	background: var(--daysin-canvas);
	color: var(--daysin-ink);
	font-family: "GTWalsheimRegular", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	-webkit-font-smoothing: antialiased;
}

.home .site-content,
.home .fp-content-area,
.home .site-main,
.home .entry-content {
	background: var(--daysin-canvas);
}

.home .entry-content {
	margin: 0;
	overflow: hidden;
}

.home .entry-content > p:empty {
	display: none;
}

.home .panel-grid,
.home .panel-row-style,
.home .panel-grid-cell {
	border: 0;
	box-shadow: none;
}

.home .panel-grid {
	background: transparent;
}

.home .panel-row-style {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.home .panel-grid-cell > section {
	position: relative;
	z-index: 1;
	padding: var(--daysin-section-space) 0;
}

.home .entry-content section > .container,
.home .daysin-footer > .container {
	width: calc(100% - clamp(40px, 7vw, 112px)) !important;
	max-width: 1320px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
}

.home .entry-content section .widget-title {
	position: relative;
	margin: 0 0 clamp(36px, 4vw, 56px);
	padding: 0 0 19px;
	border: 0;
	color: var(--daysin-ink);
	font-family: "GTWalsheimRegular", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: clamp(32px, 3.4vw, 50px);
	font-weight: 650;
	letter-spacing: -.045em;
	line-height: .98;
	text-align: left;
	text-transform: none;
}

.home .entry-content section .widget-title::after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 64px;
	height: 4px;
	border: 0;
	border-radius: 999px;
	background: var(--daysin-accent);
	content: "";
}

.home .entry-content .wow {
	visibility: visible !important;
	animation: none !important;
}

.home a:focus-visible,
.home button:focus-visible,
.home [tabindex]:focus-visible {
	outline: 3px solid var(--daysin-accent);
	outline-offset: 4px;
}

/* Editorial introduction */
.home .blockquote-area {
	background: var(--daysin-paper);
}

.home .blockquote-area .container {
	display: grid;
	grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
	grid-template-rows: auto 1fr;
	column-gap: clamp(56px, 7vw, 112px);
	align-items: start;
}

.home .blockquote-area .container::before,
.home .blockquote-area .container::after,
.home .daysin-footer__inner::before,
.home .daysin-footer__inner::after,
.home .clients-area .carousel::before,
.home .clients-area .carousel::after {
	display: none;
	content: none;
}

.home .blockquote-area .widget-title {
	grid-column: 1;
	grid-row: 1;
	margin-bottom: clamp(30px, 3.5vw, 48px);
}

.home .blockquote-area .bq-img,
.home .blockquote-area .bq-text {
	float: none;
	width: auto;
	padding: 0;
}

.home .blockquote-area .bq-img {
	grid-column: 2;
	grid-row: 1 / span 2;
	height: clamp(400px, 37vw, 520px);
	overflow: hidden;
	border-radius: var(--daysin-radius-lg);
	box-shadow: var(--daysin-shadow);
}

.home .blockquote-area .bq-img img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	object-position: center;
	transition: transform .8s cubic-bezier(.2, .8, .2, 1);
}

.home .blockquote-area .bq-img:hover img {
	transform: scale(1.025);
}

.home .blockquote-area .bq-text {
	grid-column: 1;
	grid-row: 2;
	align-self: end;
}

.home .blockquote-area blockquote {
	position: relative;
	margin: 0;
	padding: 30px 0 0;
	border: 0;
	color: var(--daysin-ink-soft);
	font-size: clamp(18px, 1.4vw, 22px);
	font-style: normal;
	font-weight: 420;
	letter-spacing: -.02em;
	line-height: 1.45;
}

.home .blockquote-area blockquote::before {
	position: absolute;
	top: -22px;
	left: -4px;
	color: var(--daysin-accent);
	content: "“";
	font-family: Georgia, serif;
	font-size: 72px;
	font-weight: 700;
	line-height: 1;
}

.home .blockquote-area cite {
	display: block;
	margin-top: 28px;
	color: var(--daysin-muted);
	font-size: 15px;
	font-style: normal;
	font-weight: 650;
	letter-spacing: .08em;
	text-transform: uppercase;
}

/* Services */
.home .services-area {
	background: var(--daysin-ink);
	color: rgba(255, 255, 255, .74);
}

.home .services-area::before {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 78% 16%, rgba(239, 108, 0, .19), transparent 31%),
		linear-gradient(135deg, rgba(255, 255, 255, .035), transparent 36%);
	content: "";
	pointer-events: none;
}

.home .services-area .container {
	position: relative;
}

.home .entry-content .services-area .widget-title {
	max-width: 780px;
	color: #fff;
}

.home .services-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.home .services-area .service {
	position: relative;
	float: none;
	width: auto;
	min-height: 230px;
	padding: clamp(24px, 2.5vw, 34px);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: var(--daysin-radius-md);
	background: rgba(255, 255, 255, .055) !important;
	transition: transform .45s cubic-bezier(.2, .8, .2, 1), border-color .3s ease, background-color .3s ease;
}

.home .services-area .service::after {
	position: absolute;
	right: -46px;
	bottom: -58px;
	width: 150px;
	height: 150px;
	border: 1px solid rgba(239, 108, 0, .3);
	border-radius: 50%;
	content: "";
	transition: transform .45s cubic-bezier(.2, .8, .2, 1);
}

.home .services-area .service:hover {
	transform: translateY(-7px);
	border-color: rgba(239, 108, 0, .7);
	background: rgba(255, 255, 255, .08) !important;
}

.home .services-area .service:hover::after {
	transform: scale(1.18);
}

.home .services-area .service-icon {
	display: grid;
	width: 60px;
	height: 60px;
	margin: 0 0 clamp(34px, 4vw, 52px);
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 18px;
	background: rgba(255, 255, 255, .09);
	color: var(--daysin-accent);
	font-size: 26px;
	line-height: 1;
	place-items: center;
}

.home .services-area .service-icon .fa {
	margin: 0;
}

.home .services-area .service-title {
	margin: 0 0 14px;
	padding: 0;
	color: #fff;
	font-family: inherit;
	font-size: clamp(18px, 1.35vw, 22px);
	font-weight: 650;
	letter-spacing: -.02em;
	line-height: 1.15;
	text-align: left;
	text-transform: none;
}

.home .services-area .service-title a {
	color: inherit;
	text-decoration: none;
}

.home .services-area .service-desc {
	max-width: 29ch;
	color: rgba(255, 255, 255, .66);
	font-size: 16px;
	line-height: 1.55;
}

.home .services-area .service-desc p {
	margin: 0;
}

/* Tours */
.home .projects-area {
	background: var(--daysin-canvas);
}

.home .projects-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(16px, 2vw, 28px);
}

.home .projects-area .project {
	float: none;
	grid-column: auto;
	width: auto;
	margin: 0;
	padding: 0;
}

.home .project-card {
	display: grid;
	height: 100%;
	overflow: hidden;
	border: 1px solid rgba(23, 25, 20, .08);
	border-radius: 24px;
	background: var(--daysin-paper);
	box-shadow: 0 8px 30px rgba(41, 32, 22, .06);
	color: var(--daysin-ink);
	text-decoration: none;
	transition: transform .5s cubic-bezier(.2, .8, .2, 1), box-shadow .5s cubic-bezier(.2, .8, .2, 1);
}

.home .project-card:hover,
.home .project-card:focus-visible {
	color: var(--daysin-ink);
	text-decoration: none;
	transform: translateY(-7px);
	box-shadow: 0 26px 58px rgba(41, 32, 22, .14);
}

.home .project-card:active {
	transform: translateY(-2px) scale(.988);
	transition-duration: .12s;
}

.home .project-image {
	position: relative;
	height: auto;
	min-height: 0;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #d8d6d0;
}

.home .project-image::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, .12), transparent 42%);
	content: "";
	pointer-events: none;
}

.home .project-image img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	transition: transform .8s cubic-bezier(.2, .8, .2, 1), filter .5s ease;
}

.home .project-card:hover .project-image img {
	filter: saturate(1.06);
	transform: scale(1.045);
}

.home .project-content {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 22px;
	align-items: center;
	height: 92px;
	min-height: 92px;
	padding: 18px 22px;
}

.home .name_of_trips {
	margin: 0;
	color: var(--daysin-ink);
	font-family: inherit;
	font-size: clamp(17px, 1.35vw, 21px);
	font-weight: 650;
	letter-spacing: -.025em;
	line-height: 1.25;
	text-align: left;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.home .project-arrow,
.home .daysin-footer__cta svg {
	display: grid;
	flex: 0 0 auto;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--daysin-accent);
	color: #fff;
	place-items: center;
}

.home .project-arrow svg,
.home .daysin-footer__cta svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	transition: transform .3s cubic-bezier(.2, .8, .2, 1);
}

.home .project-card:hover .project-arrow svg,
.home .project-card:focus-visible .project-arrow svg,
.home .daysin-footer__cta:hover svg,
.home .daysin-footer__cta:focus-visible svg {
	transform: translateX(3px);
}

/* Social feature */
.home .social-area {
	display: grid;
	min-height: clamp(340px, 32vw, 460px);
	padding: clamp(70px, 7vw, 104px) 24px;
	background: linear-gradient(90deg, rgba(16, 17, 14, .78), rgba(16, 17, 14, .35));
	color: #fff;
	place-content: center;
	text-align: center;
}

.home .social-area::after {
	position: absolute;
	inset: 22px;
	border: 1px solid rgba(255, 255, 255, .17);
	border-radius: var(--daysin-radius-lg);
	content: "";
	pointer-events: none;
}

.home .entry-content .social-area .widget-title {
	margin-bottom: 52px;
	color: #fff;
	font-size: clamp(42px, 5vw, 64px);
	text-align: center;
}

.home .social-area .widget-title::after {
	left: 50%;
	transform: translateX(-50%);
}

.home .social-area .container {
	position: relative;
	z-index: 2;
	width: auto;
}

.home .social-area ul {
	display: flex;
	gap: 14px;
	justify-content: center;
	margin: 0;
}

.home .social-area li {
	float: none;
	padding: 0;
}

.home .social-area li a {
	display: grid;
	width: 64px;
	height: 64px;
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 50%;
	background: rgba(255, 255, 255, .12);
	backdrop-filter: blur(18px) saturate(130%);
	-webkit-backdrop-filter: blur(18px) saturate(130%);
	place-items: center;
	transform: none;
	transition: transform .35s cubic-bezier(.2, .8, .2, 1), background-color .3s ease;
}

.home .social-area li a:hover {
	background: var(--daysin-accent);
	transform: translateY(-4px);
}

.home .social-area li a:active {
	transform: scale(.94);
	transition-duration: .12s;
}

.home .social-area a::before {
	color: #fff;
	font-size: 29px;
	text-shadow: none;
}

/* The social call-to-action now lives in the footer. */
.home .entry-content .social-area {
	display: none;
}

/* Traveller stories */
.home .testimonials-area {
	background: var(--daysin-paper);
}

.home .testimonials-track {
	display: grid;
	grid-auto-columns: minmax(330px, .42fr);
	grid-auto-flow: column;
	gap: 20px;
	padding: 4px 2px 24px;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scroll-padding-inline: 2px;
	scroll-snap-type: inline mandatory;
	scrollbar-color: var(--daysin-accent) rgba(23, 25, 20, .08);
	scrollbar-width: thin;
}

.home .testimonials-track::-webkit-scrollbar {
	height: 6px;
}

.home .testimonials-track::-webkit-scrollbar-track {
	border-radius: 999px;
	background: rgba(23, 25, 20, .08);
}

.home .testimonials-track::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: var(--daysin-accent);
}

.home .testimonial {
	display: flex;
	float: none;
	flex-direction: column;
	justify-content: space-between;
	width: auto;
	min-height: 300px;
	margin: 0;
	padding: clamp(24px, 2.5vw, 34px);
	border: 1px solid rgba(23, 25, 20, .08);
	border-radius: var(--daysin-radius-md);
	background: var(--daysin-canvas);
	scroll-snap-align: start;
}

.home .testimonial-body {
	position: relative;
	padding: 42px 0 0;
	border-radius: 0;
	background: transparent;
	color: var(--daysin-ink-soft);
	font-size: 16px;
	line-height: 1.58;
}

.home .testimonial-body::before {
	position: absolute;
	top: -17px;
	left: 0;
	color: var(--daysin-accent);
	content: "“";
	font-family: Georgia, serif;
	font-size: 66px;
	font-weight: 700;
	line-height: 1;
}

.home .testimonial-body::after {
	display: none;
}

.home .testimonial-body p {
	margin: 0;
}

.home .testimonial-author {
	display: flex;
	gap: 16px;
	align-items: center;
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid var(--daysin-line);
}

.home .testimonial .client-photo,
.home .testimonial .client-photo img {
	display: block;
	width: 58px;
	height: 58px;
	margin: 0;
	padding: 0;
	border-radius: 50%;
	object-fit: cover;
}

.home .testimonial-author__text {
	min-width: 0;
}

.home .testimonial .client-name {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
	color: var(--daysin-ink);
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
}

.home .testimonial .client-function {
	display: block;
	float: none;
	width: auto;
	margin-top: 4px;
	padding: 0;
	color: var(--daysin-muted);
	font-size: 14px;
}

/* Facts */
.home .facts-area {
	width: calc(100% - clamp(48px, 10vw, 144px));
	max-width: 1200px;
	margin: clamp(48px, 6vw, 76px) auto;
	overflow: hidden;
	border-radius: var(--daysin-radius-lg);
	background: var(--daysin-accent);
	color: #fff;
}

.home .panel-grid-cell > .facts-area {
	padding-top: clamp(40px, 3.5vw, 44px);
	padding-bottom: clamp(36px, 3vw, 40px);
}

.home .facts-area::before {
	position: absolute;
	top: -35%;
	right: -8%;
	width: min(48vw, 680px);
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, .24);
	border-radius: 50%;
	box-shadow: inset 0 0 0 52px rgba(255, 255, 255, .025), inset 0 0 0 104px rgba(255, 255, 255, .025);
	content: "";
	pointer-events: none;
}

.home .facts-area .container {
	position: relative;
}

.home .entry-content .facts-area .widget-title {
	max-width: 720px;
	margin-bottom: clamp(30px, 3vw, 34px);
	color: #fff;
	font-size: clamp(30px, 3vw, 42px);
}

.home .entry-content .facts-area .widget-title::after {
	background: #fff;
}

.home .facts-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid rgba(255, 255, 255, .35);
}

.home .facts-area .fact-item {
	position: relative;
	padding: clamp(22px, 2.4vw, 30px) clamp(12px, 2vw, 24px) 0;
	text-align: left;
}

.home .facts-area .fact-item + .fact-item {
	border-left: 1px solid rgba(255, 255, 255, .35);
}

.home .facts-area .fact {
	display: block;
	border: 0;
	color: #fff;
	font-family: inherit;
	font-size: clamp(40px, 4vw, 54px);
	font-weight: 650;
	letter-spacing: -.055em;
	line-height: 1;
}

.home .facts-area .fact-name {
	margin-top: 14px;
	color: rgba(255, 255, 255, .82);
	font-size: 14px;
	font-weight: 650;
	letter-spacing: .04em;
	text-transform: uppercase;
}

/* Partners */
.home .clients-area {
	background: var(--daysin-canvas);
}

.home .clients-area .widget-title {
	margin-bottom: clamp(32px, 3.5vw, 46px);
	font-size: clamp(30px, 3.2vw, 44px);
}

.home .clients-area .carousel {
	display: flex;
	gap: 32px;
	align-items: center;
	min-height: 102px;
	margin: 0;
	padding: 28px clamp(28px, 4vw, 54px);
	border: 1px solid var(--daysin-line);
	border-radius: var(--daysin-radius-md);
	background: var(--daysin-paper);
}

.home .clients-area .carousel-static {
	justify-content: center;
}

.home .clients-area .carousel > div,
.home .clients-area .slick-slide {
	display: grid;
	float: none;
	height: auto;
	place-items: center;
}

.home .clients-area .carousel a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	min-height: 60px;
}

.home .clients-area img {
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: min(220px, 62vw);
	max-height: 56px;
	margin: 0 auto;
	object-fit: contain;
	object-position: center;
	filter: grayscale(1);
	opacity: .72;
	transition: filter .3s ease, opacity .3s ease;
}

.home .clients-area a:hover img,
.home .clients-area a:focus-visible img {
	filter: grayscale(0);
	opacity: 1;
}

.home .all-news {
	display: table;
	margin: 44px auto 0;
	padding: 15px 24px;
	border: 0;
	border-radius: 999px;
	background: var(--daysin-accent);
	box-shadow: none;
	color: #fff;
	font-family: inherit;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: none;
	transition: transform .25s cubic-bezier(.2, .8, .2, 1), background-color .2s ease;
}

.home .all-news:hover,
.home .all-news:focus-visible {
	background: var(--daysin-accent-deep);
	box-shadow: none;
	color: #fff;
	transform: translateY(-2px);
}

.home .all-news:active {
	transform: scale(.97);
}

/* Homepage footer */
.home .daysin-footer {
	position: relative;
	padding: clamp(46px, 4.5vw, 64px) 0 clamp(40px, 4vw, 56px);
	overflow: hidden;
	background: var(--daysin-ink);
	color: #fff;
}

.home .daysin-footer::before {
	position: absolute;
	top: -145px;
	right: 7%;
	left: auto;
	width: 480px;
	height: 480px;
	border: 1px solid rgba(239, 108, 0, .18);
	border-radius: 50%;
	box-shadow: inset 0 0 0 58px rgba(239, 108, 0, .012), inset 0 0 0 116px rgba(239, 108, 0, .012);
	content: "";
	pointer-events: none;
}

.home .daysin-footer__inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(480px, .85fr);
	gap: clamp(64px, 8vw, 120px);
	align-items: start;
}

.home .daysin-footer__brand {
	display: inline-block;
	margin-bottom: clamp(22px, 2.4vw, 34px);
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-decoration: none;
}

.home .daysin-footer__brand img {
	display: block;
	width: 108px;
	max-height: 76px;
	object-fit: contain;
	object-position: left center;
}

.home .daysin-footer__lead h2 {
	max-width: 600px;
	margin: 0 0 22px;
	color: #fff;
	font-family: inherit;
	font-size: clamp(32px, 3.3vw, 46px);
	font-weight: 650;
	letter-spacing: -.055em;
	line-height: 1;
}

.home .daysin-footer__cta {
	display: inline-flex;
	gap: 16px;
	align-items: center;
	color: #fff;
	font-size: 16px;
	font-weight: 650;
	text-decoration: none;
	transition: opacity .2s ease;
}

.home .daysin-footer__cta:hover,
.home .daysin-footer__cta:focus-visible {
	color: #fff;
	text-decoration: none;
}

.home .daysin-footer__cta:active {
	opacity: .72;
}

.home .daysin-footer__label {
	margin: 0 0 20px;
	color: rgba(255, 255, 255, .5);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.home .daysin-footer__aside {
	display: grid;
	grid-template-columns: minmax(220px, 1fr) minmax(170px, .9fr);
	gap: clamp(28px, 4vw, 52px);
	padding-top: 6px;
}

.home .daysin-footer__menu {
	display: grid;
	gap: 2px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.home .daysin-footer__menu li {
	margin: 0;
}

.home .daysin-footer__menu a {
	display: block;
	padding: 6px 0;
	color: rgba(255, 255, 255, .78);
	font-size: clamp(17px, 1.4vw, 21px);
	font-weight: 550;
	letter-spacing: -.015em;
	text-decoration: none;
	transition: color .2s ease, transform .25s cubic-bezier(.2, .8, .2, 1);
}

.home .daysin-footer__menu a:hover,
.home .daysin-footer__menu a:focus-visible {
	color: var(--daysin-accent);
	transform: translateX(5px);
}

.home .daysin-footer__social {
	padding-top: 0;
	border-top: 0;
}

.home .daysin-footer__lead .daysin-footer__social {
	max-width: 400px;
	margin-top: 28px;
}

.home .daysin-footer__social .daysin-footer__label {
	margin-bottom: 10px;
}

.home .daysin-footer__social h3 {
	margin: 0 0 14px;
	color: #fff;
	font-family: inherit;
	font-size: 23px;
	font-weight: 650;
	letter-spacing: -.025em;
	line-height: 1.1;
}

.home .daysin-footer__social-menu {
	display: flex;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.home .daysin-footer__social-menu li {
	margin: 0;
}

.home .daysin-footer__social-menu a {
	display: inline-flex;
	gap: 10px;
	width: auto;
	min-width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	padding: 0 16px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 999px;
	background: rgba(255, 255, 255, .08);
	color: #fff;
	font-size: 15px;
	font-weight: 650;
	letter-spacing: .01em;
	line-height: 1;
	text-decoration: none;
	transition: transform .3s cubic-bezier(.2, .8, .2, 1), background-color .2s ease, border-color .2s ease;
}

.home .daysin-footer__social-menu a::before {
	width: 17px;
	height: 17px;
	display: block;
	flex: 0 0 17px;
	background: currentColor;
	content: "";
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10.59 13.41a2 2 0 0 0 2.82 0l3-3a2 2 0 0 0-2.82-2.82l-1 1-1.42-1.42 1-1a4 4 0 0 1 5.66 5.66l-3 3a4 4 0 0 1-5.66 0zM13.41 10.59a2 2 0 0 0-2.82 0l-3 3a2 2 0 0 0 2.82 2.82l1-1 1.42 1.42-1 1a4 4 0 0 1-5.66-5.66l3-3a4 4 0 0 1 5.66 0z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10.59 13.41a2 2 0 0 0 2.82 0l3-3a2 2 0 0 0-2.82-2.82l-1 1-1.42-1.42 1-1a4 4 0 0 1 5.66 5.66l-3 3a4 4 0 0 1-5.66 0zM13.41 10.59a2 2 0 0 0-2.82 0l-3 3a2 2 0 0 0 2.82 2.82l1-1 1.42 1.42-1 1a4 4 0 0 1-5.66-5.66l3-3a4 4 0 0 1 5.66 0z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.home .daysin-footer__social-menu a[href*="facebook.com"]::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14 8.5h3V5h-3c-3.31 0-6 2.69-6 6v2H5v4h3v7h4v-7h4l1-4h-5v-2c0-1.38.62-2.5 2-2.5z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14 8.5h3V5h-3c-3.31 0-6 2.69-6 6v2H5v4h3v7h4v-7h4l1-4h-5v-2c0-1.38.62-2.5 2-2.5z'/%3E%3C/svg%3E");
	transform: translate(1px, -1.5px);
}

.home .daysin-footer__social-menu a[href*="instagram.com"]::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4c0 3.2-2.6 5.8-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8C2 4.6 4.6 2 7.8 2zm-.2 2A3.6 3.6 0 0 0 4 7.6v8.8A3.6 3.6 0 0 0 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6A3.6 3.6 0 0 0 16.4 4H7.6zm9.65 1.5a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5zM12 7a5 5 0 1 1 0 10 5 5 0 0 1 0-10zm0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4c0 3.2-2.6 5.8-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8C2 4.6 4.6 2 7.8 2zm-.2 2A3.6 3.6 0 0 0 4 7.6v8.8A3.6 3.6 0 0 0 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6A3.6 3.6 0 0 0 16.4 4H7.6zm9.65 1.5a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5zM12 7a5 5 0 1 1 0 10 5 5 0 0 1 0-10zm0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6z'/%3E%3C/svg%3E");
}

.home .daysin-footer__social-menu a[href*="youtube.com"]::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M23.5 6.2a3 3 0 0 0-2.1-2.1C19.5 3.6 12 3.6 12 3.6s-7.5 0-9.4.5A3 3 0 0 0 .5 6.2 31 31 0 0 0 0 12a31 31 0 0 0 .5 5.8 3 3 0 0 0 2.1 2.1c1.9.5 9.4.5 9.4.5s7.5 0 9.4-.5a3 3 0 0 0 2.1-2.1A31 31 0 0 0 24 12a31 31 0 0 0-.5-5.8zM9.6 15.6V8.4l6.3 3.6-6.3 3.6z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M23.5 6.2a3 3 0 0 0-2.1-2.1C19.5 3.6 12 3.6 12 3.6s-7.5 0-9.4.5A3 3 0 0 0 .5 6.2 31 31 0 0 0 0 12a31 31 0 0 0 .5 5.8 3 3 0 0 0 2.1 2.1c1.9.5 9.4.5 9.4.5s7.5 0 9.4-.5a3 3 0 0 0 2.1-2.1A31 31 0 0 0 24 12a31 31 0 0 0-.5-5.8zM9.6 15.6V8.4l6.3 3.6-6.3 3.6z'/%3E%3C/svg%3E");
}

.home .daysin-footer__social-menu a:hover,
.home .daysin-footer__social-menu a:focus-visible {
	border-color: var(--daysin-accent);
	background: var(--daysin-accent);
	color: #fff;
	transform: translateY(-3px);
}

.home .daysin-footer__social-menu a:active {
	transform: scale(.94);
	transition-duration: .1s;
}

.home .site-footer {
	padding: 18px 0;
	border-top: 1px solid rgba(255, 255, 255, .1);
	background: var(--daysin-ink);
}

.home .site-footer .site-info {
	width: calc(100% - clamp(40px, 7vw, 112px)) !important;
	max-width: 1320px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	text-align: left;
}

.home .site-footer a {
	color: rgba(255, 255, 255, .48);
	font-size: 13px;
	letter-spacing: .02em;
	text-decoration: none;
}

/* Calm, scroll-triggered entrance motion. */
.home.daysin-home-enhanced .daysin-reveal {
	opacity: 0;
	transform: translateY(22px);
	transition:
		opacity .65s cubic-bezier(.2, .8, .2, 1),
		transform .65s cubic-bezier(.2, .8, .2, 1);
	transition-delay: var(--daysin-reveal-delay, 0ms);
}

.home.daysin-home-enhanced .daysin-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* Keep content discoverable and comfortably dense on short desktop displays. */
@media (min-width: 1101px) and (max-height: 900px) {
	.home {
		--daysin-section-space: clamp(52px, 7vh, 64px);
	}

	.home .entry-content section .widget-title {
		margin-bottom: 32px;
	}

	.home .blockquote-area .widget-title {
		margin-bottom: 28px;
	}

	.home .blockquote-area .bq-img {
		height: clamp(360px, 48vh, 440px);
	}

	.home .services-area .service {
		min-height: 210px;
		padding: 26px;
	}

	.home .services-area .service-icon {
		margin-bottom: 28px;
	}

	.home .project-content {
		height: 82px;
		min-height: 82px;
	}

	.home .testimonial {
		min-height: 270px;
	}

	.home .facts-area {
		margin-top: 42px;
		margin-bottom: 42px;
	}

	.home.daysin-home-enhanced .blockquote-area .daysin-reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

@media (max-width: 1100px) {
	.home .blockquote-area .container {
		grid-template-columns: minmax(0, .9fr) minmax(390px, 1.1fr);
		column-gap: 52px;
	}

	.home .blockquote-area .bq-img {
		height: 580px;
	}

	.home .services-area .service {
		min-height: 250px;
	}

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

	.home .project-image {
		height: auto;
		min-height: 0;
		aspect-ratio: 16 / 10;
	}

	.home .daysin-footer__inner {
		grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr);
	}
}

@media (max-width: 820px) {
	.home .entry-content section > .container,
	.home .daysin-footer > .container,
	.home .site-footer .site-info {
		width: calc(100% - 40px) !important;
		max-width: 720px;
	}

	.home .blockquote-area .container {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		gap: 32px;
	}

	.home .blockquote-area .widget-title,
	.home .blockquote-area .bq-img,
	.home .blockquote-area .bq-text {
		grid-column: 1;
		grid-row: auto;
	}

	.home .blockquote-area .widget-title {
		margin-bottom: 0;
	}

	.home .blockquote-area .bq-img {
		height: min(68vw, 480px);
	}

	.home .services-grid {
		grid-template-columns: 1fr;
	}

	.home .services-area .service {
		display: grid;
		grid-template-columns: 64px minmax(0, 1fr);
		grid-template-rows: auto auto;
		column-gap: 24px;
		min-height: 0;
	}

	.home .services-area .service-icon {
		grid-column: 1;
		grid-row: 1 / span 2;
		margin: 0;
	}

	.home .services-area .service-title,
	.home .services-area .service-desc {
		grid-column: 2;
	}

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

	.home .facts-area .fact-item:nth-child(3) {
		border-left: 0;
	}

	.home .facts-area .fact-item:nth-child(n+3) {
		margin-top: 28px;
		border-top: 1px solid rgba(255, 255, 255, .35);
	}

	.home .daysin-footer__inner {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.home .daysin-footer::before {
		top: -90px;
		right: -180px;
		width: 360px;
		height: 360px;
		box-shadow: inset 0 0 0 44px rgba(239, 108, 0, .01), inset 0 0 0 88px rgba(239, 108, 0, .01);
		opacity: .72;
	}

	.home .daysin-footer__aside {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px;
		padding-top: 26px;
		border-top: 1px solid rgba(255, 255, 255, .14);
	}

	.home .daysin-footer__navigation {
		padding-top: 0;
		border-top: 0;
	}

	.home .daysin-footer__menu {
		grid-template-columns: 1fr;
		gap: 2px 18px;
	}

	.home .daysin-footer__menu a {
		padding: 6px 0;
		font-size: 17px;
	}

	.home .daysin-footer__social {
		padding-top: 0;
	}

	.home .daysin-footer__lead .daysin-footer__social {
		max-width: none;
		margin-top: 26px;
	}
}

@media (max-width: 600px) {
	.home {
		--daysin-section-space: 52px;
		--daysin-radius-md: 24px;
		--daysin-radius-lg: 30px;
	}

	.home .entry-content section > .container,
	.home .daysin-footer > .container,
	.home .site-footer .site-info {
		width: calc(100% - 36px) !important;
		max-width: 720px;
	}

	.home .entry-content section .widget-title {
		margin-bottom: 32px;
		padding-bottom: 16px;
		font-size: clamp(30px, 8.5vw, 36px);
		line-height: 1;
	}

	.home .entry-content section .widget-title::after {
		width: 48px;
		height: 4px;
	}

	.home .blockquote-area .bq-img {
		height: 88vw;
		max-height: 380px;
	}

	.home .blockquote-area blockquote {
		font-size: 18px;
		line-height: 1.5;
	}

	.home .services-area .service {
		display: block;
		padding: 24px;
	}

	.home .services-area .service-icon {
		margin-bottom: 34px;
	}

	.home .projects-grid {
		display: grid;
		grid-auto-columns: min(84vw, 355px);
		grid-auto-flow: column;
		grid-template-columns: none;
		gap: 14px;
		margin-right: -18px;
		padding: 2px 18px 20px 0;
		overflow-x: auto;
		overscroll-behavior-inline: contain;
		scroll-snap-type: inline mandatory;
		scrollbar-width: none;
	}

	.home .projects-grid::-webkit-scrollbar {
		display: none;
	}

	.home .projects-area .project,
	.home .projects-area .project:nth-child(1),
	.home .projects-area .project:nth-child(2),
	.home .projects-area .project:nth-child(n+3) {
		grid-column: auto;
		scroll-snap-align: start;
	}

	.home .projects-area .project:nth-child(-n+2) .project-image,
	.home .project-image {
		height: auto;
		min-height: 0;
		aspect-ratio: 16 / 10;
	}

	.home .project-content {
		height: 88px;
		min-height: 88px;
		padding: 17px 18px;
	}

	.home .name_of_trips {
		font-size: 17px;
	}

	.home .social-area {
		min-height: 320px;
		padding: 52px 18px;
	}

	.home .social-area::after {
		inset: 12px;
	}

	.home .social-area .widget-title {
		margin-bottom: 30px;
		font-size: clamp(38px, 12vw, 50px);
	}

	.home .social-area li a {
		width: 58px;
		height: 58px;
	}

	.home .testimonials-track {
		grid-auto-columns: min(86vw, 355px);
		margin-right: -18px;
		padding-right: 18px;
		scrollbar-width: none;
	}

	.home .testimonials-track::-webkit-scrollbar {
		display: none;
	}

	.home .testimonial {
		min-height: 310px;
		padding: 24px;
	}

	.home .facts-area {
		width: calc(100% - 20px);
		margin: 44px auto;
	}

	.home .facts-area .container {
		width: calc(100% - 36px) !important;
	}

	.home .facts-area .widget-title {
		font-size: 34px;
	}

	.home .facts-area .fact-item {
		padding-right: 10px;
		padding-left: 10px;
	}

	.home .facts-area .fact {
		font-size: clamp(40px, 13vw, 54px);
	}

	.home .facts-area .fact-name {
		font-size: 12px;
	}

	.home .clients-area .carousel {
		min-height: 92px;
		padding: 20px;
	}

	.home .daysin-footer__brand {
		margin-bottom: 24px;
	}

	.home .daysin-footer__lead h2 {
		font-size: clamp(32px, 9vw, 38px);
	}
}

@media (hover: none) {
	.home .blockquote-area .bq-img:hover img,
	.home .services-area .service:hover,
	.home .services-area .service:hover::after,
	.home .project-card:hover,
	.home .project-card:hover .project-image img,
	.home .social-area li a:hover {
		transform: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.home *,
	.home *::before,
	.home *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}

	.home.daysin-home-enhanced .daysin-reveal {
		opacity: 1;
		transform: none;
	}
}

@media (prefers-reduced-transparency: reduce) {
	.home .social-area li a {
		background: rgba(23, 25, 20, .88);
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
	}
}

@media (prefers-contrast: more) {
	.home {
		--daysin-line: rgba(23, 25, 20, .34);
	}

	.home .services-area .service,
	.home .testimonial,
	.home .project-card {
		border-width: 2px;
	}
}
