/* ==========================================================================
   Fonts
   ========================================================================== */

@font-face {
	font-family: 'Century Gothic';
	src: url('../fonts/CenturyGothic (1).woff2') format('woff2'),
	     url('../fonts/CenturyGothic.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* ==========================================================================
   Accessibility
   ========================================================================== */

.ttd-about__heading.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;
}

/* ==========================================================================
   Base / Backgrounds
   ========================================================================== */

.ttd-single,
.ttd-archive {
	background: linear-gradient(to top, #381613 35%, rgba(56,22,19,0.7) 60%, transparent 90%), linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url('../images/room.jpg') no-repeat center 10% / cover;
	background-color: #381613;
}

.ttd-single[style*="background-image"] {
	background-size: cover;
	background-position: center 10%;
	background-repeat: no-repeat;
	background-color: #381613;
}

/* Strip Avada width/padding constraints on the content area only */
body.single-thing_to_do #main {
	padding: 0 !important;
	background-color: transparent !important;
	background-image: none !important;
}

body.single-thing_to_do #main > .fusion-row {
	max-width: 100% !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

/* ==========================================================================
   Typography
   ========================================================================== */

.ttd-single,
.ttd-single__content,
.ttd-archive {
	font-family: 'Century Gothic', Arial, sans-serif;
	font-weight: 400;
}

.ttd-single__title,
.ttd-archive__title,
.ttd-single__footer-heading {
	font-family: 'Instrument Serif', Georgia, serif;
	font-weight: 400;
	letter-spacing: 3px;
}

/* ==========================================================================
   Single — Hero
   ========================================================================== */

.ttd-single__hero {
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
	line-height: 0;
}

.ttd-single__hero-img {
	display: block;
	width: 100%;
	height: 450px;
	object-fit: cover;
	margin: 0;
	padding: 0;
}

/* ==========================================================================
   Single — Container
   ========================================================================== */

.ttd-single__container {
	max-width: 960px;
	margin: 0 auto;
	padding: 2rem;
	background-color: #fdf9f3;
	box-sizing: border-box;
}

.ttd-single {
	padding-top: 14rem;
	padding-bottom: 10rem;
}

/* ==========================================================================
   Single — Header
   ========================================================================== */

.ttd-single__topline {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.75rem;
}

.ttd-single__topline-left {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	width: 100%;
}

.ttd-single__category {
	display: inline-block;
	color: #3e191e;
	padding: 5px 7px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	position: relative;
}

.ttd-single__category::before {
	content: "";
	position: absolute;
	inset: 0;
	border: 1px solid #3e191e;
	opacity: 0.3;
	pointer-events: none;
}

.ttd-single__rating {
	display: flex;
	gap: 0.1rem;
}

.ttd-star {
	font-size: 1rem;
	line-height: 1;
}

.ttd-star--filled {
	color: #ddc68b;
}

.ttd-star--empty {
	color: #d2c9ad;
}

.ttd-single__title {
	font-size: 3rem;
	line-height: 1.2;
	margin: 0 0 0.5rem;
	text-align: center;
	color: #381613;
	text-transform: uppercase;
	letter-spacing: 0.2px;
}

/* ==========================================================================
   Diamond Separator (Jacyz pattern)
   ========================================================================== */

.ttd-diamond-sep {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin: 1.5rem 0;
}

.ttd-diamond-sep::before,
.ttd-diamond-sep::after {
	content: "";
	flex: 1;
	height: 1px;
	background: #d2c9ad;
}

.ttd-diamond-sep__icon {
	width: 5px;
	height: 5px;
	background: #3e191e;
	transform: rotate(45deg);
	flex-shrink: 0;
}

/* ==========================================================================
   Quick-Info Bar
   ========================================================================== */

.ttd-quick-info {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
	justify-content: center;
	padding: 0.25rem 0;
	margin-bottom: 0.5rem;
}

.ttd-quick-info__item {
	font-size: 0.9rem;
	color: #381613;
	text-align: center;
}

/* ==========================================================================
   Single — Content
   ========================================================================== */

.ttd-single__content {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	font-size: 17px;
	line-height: 1.75;
	color: #381613;
	text-align: center;
}

.ttd-single__content p {
	margin-bottom: 0.5em;
}

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

/* ==========================================================================
   CTA Button (Jacyz bottom-border style)
   ========================================================================== */

.ttd-cta {
	margin-top: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
	flex-wrap: wrap;
}

.ttd-cta__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: var(--button_padding-top, 12px) var(--button_padding-right, 24px) var(--button_padding-bottom, 12px) var(--button_padding-left, 24px);
	font-family: var(--button_typography-font-family, 'Century Gothic', Arial, sans-serif);
	font-weight: var(--button_typography-font-weight, 600);
	font-size: var(--button_font_size, 12px);
	line-height: var(--button_line_height, 1);
	text-transform: var(--button_text_transform, uppercase);
	letter-spacing: var(--button_typography-letter-spacing, 1.5px);
	text-decoration: none;
	color: var(--awb-custom_color_1, #fef7e6);
	background: var(--awb-color1, #56211d);
	border: 1px solid var(--awb-custom_color_1, #fef7e6);
	border-radius: var(--button-border-radius-top-left, 1px) var(--button-border-radius-top-right, 1px) var(--button-border-radius-bottom-right, 1px) var(--button-border-radius-bottom-left, 1px);
	cursor: pointer;
	box-sizing: border-box;
	transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}

.ttd-cta__button::after {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	border: 0.5px solid transparent;
	border-radius: 0;
	transition: border-color 0.3s ease;
	pointer-events: none;
}

.ttd-cta__button:hover {
	color: var(--awb-color1, #56211d);
	background: var(--awb-custom_color_1, #fef7e6);
	border-color: var(--awb-color1, #56211d);
}

.ttd-cta__button:hover::after {
	border-color: rgba(255, 255, 255, 0.9);
}

.ttd-cta__button span {
	color: inherit;
	transition: inherit;
}

.ttd-cta__link {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #a08b66;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: border-color 0.2s;
}

.ttd-cta__link:hover {
	border-color: #a08b66;
}

/* ==========================================================================
   Insider Tip (collapsible)
   ========================================================================== */

.ttd-tip {
	margin-top: 3rem;
	padding: 2rem 0 0;
	border-top: 1px solid #d2c9ad;
	text-align: center;
}

.ttd-tip__text {
	position: relative;
	max-height: 140px;
	overflow: hidden;
	transition: max-height 0.5s ease-in-out;
	font-size: 0.9375rem;
	line-height: 1.65;
	color: #444;
}

.ttd-tip__text::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: linear-gradient(transparent, #ffffff);
	pointer-events: none;
	transition: opacity 0.3s ease;
}

.ttd-tip__text.is-expanded {
}

.ttd-tip__text.is-expanded::after {
	opacity: 0;
}

.ttd-tip__text p {
	margin: 0 0 0.5em;
}

.ttd-tip__text p:last-child {
	margin-bottom: 0;
}

.ttd-tip__toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.75rem;
	width: 32px;
	height: 32px;
	border: none;
	border-radius: 50%;
	background: #3e191e;
	color: #fff;
	font-size: 1.25rem;
	line-height: 1;
	cursor: pointer;
	transition: opacity 0.2s;
}

.ttd-tip__toggle:hover {
	opacity: 0.85;
}

/* ==========================================================================
   Single — Footer (2-column grid)
   ========================================================================== */

.ttd-single__footer {
	padding-top: 5px;
	margin-top: 1.5rem;
}

/* About Section (collapsible) */
.ttd-about {
	margin-top: 2rem;
	padding: 2rem 0 0;
	border-top: 1px solid #d2c9ad;
	text-align: center;
}

.ttd-about__title {
	font-family: 'Instrument Serif', Georgia, serif;
	font-size: 1.25rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #381613;
	margin: 0 0 1rem;
}

.ttd-about__logo {
	margin-bottom: 1rem;
}

.ttd-about__logo-img {
	max-height: 50px;
	width: auto;
}

.ttd-about__text {
	position: relative;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	max-height: 4.5em;
	overflow: hidden;
	transition: max-height 0.4s ease;
	font-size: 17px;
	line-height: 1.75;
	color: #381613;
}

.ttd-about__text::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: linear-gradient(transparent, #fdf9f3);
	pointer-events: none;
	transition: opacity 0.3s ease;
}

.ttd-about__text.is-expanded {
}

.ttd-about__text.is-expanded::after {
	opacity: 0;
}

.ttd-about__text.is-expanded + .ttd-about__toggle {
	margin-top: 0.75rem;
}

.ttd-about__text p {
	margin: 0 0 0.5em;
}

.ttd-about__text p:last-child {
	margin-bottom: 0;
}

.ttd-about__toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: -16px auto 0;
	z-index: 2;
	width: 32px;
	height: 32px;
	border: none;
	border-radius: 50%;
	background: #56211d;
	color: var(--awb-custom_color_1, #fef7e6);
	font-size: 1.25rem;
	line-height: 1;
	cursor: pointer;
	transition: opacity 0.2s;
}

.ttd-about__toggle:hover {
	opacity: 0.85;
}

.ttd-about__btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding: 15px 38px;
	font-family: var(--button_typography-font-family, 'Century Gothic', Arial, sans-serif);
	font-weight: var(--button_typography-font-weight, 600);
	font-size: 13px;
	line-height: var(--button_line_height, 1);
	letter-spacing: var(--button_typography-letter-spacing, 1.5px);
	text-transform: var(--button_text_transform, uppercase);
	text-decoration: none;
	color: var(--awb-custom_color_1, #fef7e6);
	background: var(--awb-color1, #56211d);
	border: 1px solid var(--awb-custom_color_1, #fef7e6);
	border-radius: var(--button-border-radius-top-left, 1px) var(--button-border-radius-top-right, 1px) var(--button-border-radius-bottom-right, 1px) var(--button-border-radius-bottom-left, 1px);
	cursor: pointer;
	transition: color 0.2s, background-color 0.2s, border-color 0.2s;
	box-sizing: border-box;
}

.ttd-about__btn::after {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	border: 0.5px solid transparent;
	border-radius: 0;
	transition: border-color 0.3s ease;
	pointer-events: none;
}

.ttd-about__btn:hover {
	color: var(--awb-color1, #56211d);
	background: var(--awb-custom_color_1, #fef7e6);
	border-color: var(--awb-color1, #56211d);
}

.ttd-about__btn:hover::after {
	border-color: rgba(255, 255, 255, 0.9);
}

.ttd-about__btn span {
	color: inherit;
	transition: inherit;
}

/* Leaflet Map */
.ttd-single__leaflet-map {
	width: 100%;
	height: 350px;
	margin-top: 4rem;
	border-radius: 0.375rem;
	z-index: 1;
}

.ttd-single__footer-heading {
	font-size: 1.125rem;
	margin: 0 0 1rem;
	color: #3e191e;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
}

/* Highlights list */
.ttd-single__highlights {
	list-style: none;
	margin: 0 0 1.5rem;
	padding: 0;
	text-align: center;
}

.ttd-single__highlights li {
	margin-bottom: 0.4rem;
	font-size: 0.9375rem;
	line-height: 1.5;
	color: #3e191e;
}

.ttd-single__highlights li::before {
	content: '\2666';
	color: #a08b66;
	font-size: 0.65rem;
	margin-right: 0.5rem;
	vertical-align: middle;
}

/* Opening hours */
.ttd-single__hours {
	margin-bottom: 1.5rem;
	font-size: 0.875rem;
	line-height: 1.65;
	color: #444;
	text-align: center;
}

.ttd-single__hours strong {
	display: block;
	margin-bottom: 0.25rem;
	color: #3e191e;
}

/* Map */
.ttd-single__map {
	margin-top: 0.5rem;
}

.ttd-single__map-link {
	color: #a08b66;
	text-decoration: none;
	font-size: 0.875rem;
}

.ttd-single__map-link:hover {
	text-decoration: underline;
}

/* Photos grid */
.ttd-single__media-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
	gap: 0.75rem;
}

.ttd-single__media-item {
	display: block;
	text-decoration: none;
	overflow: hidden;
}

.ttd-single__media-item img {
	width: 100%;
	height: auto;
	display: block;
}

/* ==========================================================================
   Card Grid (Shortcode + Archive)
   ========================================================================== */

.ttd-cards {
	display: flex;
	flex-wrap: wrap;
	gap: 3rem 0;
	margin: 0;
	max-width: 100%;
	padding: 0;
}

.ttd-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0 1.25rem;
	box-sizing: border-box;
	margin-bottom: 1rem;
}

/* Card image */
.ttd-card__image-link {
	display: block;
	overflow: hidden;
}

.ttd-card__img {
	width: 100%;
	height: 360px;
	object-fit: cover;
	display: block;
	transition: transform 0.35s ease, opacity 0.35s ease;
}

.ttd-card:hover .ttd-card__img {
	transform: scale(1.04);
	opacity: 0.93;
}

/* Card body */
.ttd-card__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 1.75rem 0.25rem;
}

/* Card title */
.ttd-card__title {
	font-family: 'Instrument Serif', Georgia, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 34px;
	line-height: 1.2;
	margin: 0 0 0.5rem;
	color: #381613;
}

.ttd-card__title a {
	color: inherit;
	text-decoration: none;
}

.ttd-card__title a:hover {
	color: var(--awb-color3, #997f62);
}

/* Card excerpt */
.ttd-card__excerpt {
	font-family: 'Century Gothic', Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.6;
	color: #381613;
	margin-bottom: 1rem;
}

.ttd-card__excerpt p {
	margin: 0 0 1rem;
}

.ttd-card__excerpt p:last-child {
	margin-bottom: 0;
}

/* Card actions */
.ttd-card__actions {
	display: flex;
	padding-top: 0.5rem;
	width: 100%;
	margin-top: auto;
}

.ttd-card__btn {
	display: inline-block;
	padding: 12px 36px;
	font-family: 'Century Gothic', Arial, sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	color: #381613;
	background: transparent;
	border: 1px solid #381613;
	border-radius: 0;
	cursor: pointer;
	transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
}

.ttd-card__btn:hover {
	background: #381613;
	border-color: transparent;
	color: #fff;
}

@media screen and (min-width: 640px) {
	.ttd-card {
		width: 50%;
	}

	.ttd-card__body {
		padding: 1.75rem 0.5rem;
	}
}

@media screen and (min-width: 1024px) {
	.ttd-card {
		width: 33.3333%;
	}
}

/* ==========================================================================
   Archive
   ========================================================================== */

.ttd-archive__container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 3rem 1rem;
}

.ttd-archive__title {
	font-size: 2.25rem;
	color: #3e191e;
	margin: 0 0 2rem;
	text-transform: uppercase;
	letter-spacing: 5px;
}

/* Pagination */
.ttd-archive .nav-links {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	margin-top: 2.5rem;
}

.ttd-archive .nav-links .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.25rem;
	height: 2.25rem;
	padding: 0 0.75rem;
	border: 1px solid #d2c9ad;
	font-size: 0.875rem;
	color: #3e191e;
	text-decoration: none;
	transition: background-color 0.2s, border-color 0.2s;
}

.ttd-archive .nav-links .page-numbers:hover {
	background-color: #f6f6f6;
	border-color: #a08b66;
}

.ttd-archive .nav-links .page-numbers.current {
	background-color: #3e191e;
	border-color: #3e191e;
	color: #fff;
}

/* ==========================================================================
   Featured Grid  [things_to_do_featured]
   ========================================================================== */

.sn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 1440px;
	padding: 24px;
	position: relative;
}

.sn::before {
	content: "";
	position: absolute;
	top: 24px;
	bottom: 24px;
	left: 50%;
	width: 1px;
	background-color: rgba(210, 201, 173, 0.5);
	display: none;
}

.sn::after {
	content: "";
	position: absolute;
	top: 24px;
	bottom: 24px;
	left: 75%;
	width: 1px;
	background-color: rgba(210, 201, 173, 0.5);
	display: none;
}

.sn__featured {
	display: none;
}

.sn__grid {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 48px 24px;
	min-height: 100%;
}

.sn__mobile-featured {
	width: 100%;
	display: block;
}

.sn__grid > .sn__item {
	width: 100%;
}

.sn__item {
	position: relative;
}

.sn__image {
	position: relative;
	width: 100%;
	margin-bottom: 15px;
	overflow: hidden;
}

.sn__image::before {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.sn__item:hover .sn__image {
	background-color: #000;
}

.sn__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	transition: transform 0.3s, opacity 0.3s;
}

.sn__item:hover .sn__img {
	opacity: 0.9;
	transform: scale(1.05);
}

.sn__body {
	width: 100%;
}

.sn__meta {
	position: relative;
}

.sn__title {
	font-family: 'Instrument Serif', Georgia, serif !important;
	font-weight: 400 !important;
	font-style: normal !important;
	font-size: 20px !important;
	line-height: 28px !important;
	letter-spacing: 3px !important;
	text-transform: uppercase !important;
	margin: 0 0 12px !important;
	padding: 0 !important;
	color: #3e191e !important;
}

.sn__title a {
	text-decoration: none;
	color: inherit;
	display: inline-block;
	position: relative;
}

.sn__title a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.sn__title--lg {
	font-size: 28px !important;
	line-height: 36px !important;
}

.sn__date {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 11px;
	letter-spacing: 3px;
	margin-top: 16px;
	color: #3e191e;
	opacity: 0.56;
}

.sn__featured .sn__date {
	opacity: 1;
}

.sn__tags {
	display: flex;
	justify-content: flex-start;
	margin-top: 15px;
	flex-wrap: wrap;
	gap: 5px;
}

.sn__tag {
	font-family: Arial, Helvetica, sans-serif;
	color: #3e191e;
	margin: 2px 5px 6px 0;
	text-decoration: none;
	position: relative;
	padding: 7px 7px 1px;
	font-weight: 400;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: inline-block;
}

.sn__tag::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -1px;
	border: 1px solid #3e191e;
	pointer-events: none;
	opacity: 0.3;
}

.sn__footer {
	width: 100%;
	text-align: center;
	margin-top: 48px;
}

.sn__read-all {
	display: inline-block;
	padding: 12px 36px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #3e191e;
	background: transparent;
	border: none;
	border-bottom: 1px solid #3e191e;
	text-decoration: none;
	cursor: pointer;
	transition: color 0.2s, border-color 0.2s;
}

.sn__read-all:hover {
	color: #a08b66;
	border-color: #a08b66;
}

@media (min-width: 576px) {
	.sn::before {
		display: block;
	}

	.sn__grid > .sn__item,
	.sn__mobile-featured {
		width: calc(50% - 12px);
	}
}

@media (min-width: 768px) {
	.sn::before {
		left: 40%;
	}

	.sn::after {
		display: block;
		left: 70%;
	}

	.sn__featured {
		display: block;
		width: calc(40% - 24px);
	}

	.sn__grid {
		width: calc(60% - 24px);
	}

	.sn__mobile-featured {
		display: none !important;
	}

	.sn__featured .sn__meta {
		padding-right: 5%;
	}

	.sn__title--lg {
		font-size: 32px !important;
		line-height: 40px !important;
	}
}

@media (min-width: 900px) {
	.sn::before {
		left: 50%;
	}

	.sn::after {
		left: 75%;
	}

	.sn__featured {
		width: calc(50% - 24px);
	}

	.sn__grid {
		width: calc(50% - 24px);
	}

	.sn__featured .sn__meta {
		padding-right: 15%;
	}
}

/* ==========================================================================
   List Grid  [things_to_do_list]
   ========================================================================== */

.sl {
	max-width: 1440px;
	padding: 24px;
	overflow: visible !important;
	height: auto !important;
	max-height: none !important;
}

.fusion-fullwidth:has(.sl),
.fusion-builder-row:has(.sl),
.fusion-layout-column:has(.sl),
.fusion-column-wrapper:has(.sl),
.post-content:has(.sl) {
	overflow: visible !important;
	height: auto !important;
	max-height: none !important;
	min-height: 0 !important;
}

.sl__grid {
	display: flex;
	flex-wrap: wrap;
	gap: 48px 24px;
}

.sl__item {
	width: 100%;
}

.sl__item--hidden {
	display: none;
}

.sl__item--reveal {
	animation: sl-reveal 0.4s ease both;
}

@keyframes sl-reveal {
	from {
		opacity: 0;
		transform: translateY(16px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.sl__image {
	position: relative;
	width: 100%;
	margin-bottom: 15px;
	overflow: hidden;
}

.sl__image::before {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.sl__inner:hover .sl__image {
	background-color: #000;
}

.sl__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	transition: transform 0.3s, opacity 0.3s;
}

.sl__inner:hover .sl__img {
	opacity: 0.9;
	transform: scale(1.05);
}

.sl__body {
	width: 100%;
}

.sl__meta {
	position: relative;
}

.sl__title {
	font-family: 'Instrument Serif', Georgia, serif !important;
	font-weight: 400 !important;
	font-style: normal !important;
	font-size: 18px !important;
	line-height: 26px !important;
	letter-spacing: 3px !important;
	text-transform: uppercase !important;
	margin: 0 0 10px !important;
	padding: 0 !important;
	color: #3e191e !important;
}

.sl__title a {
	text-decoration: none;
	color: inherit;
	display: inline-block;
	position: relative;
}

.sl__title a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.sl__date {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 11px;
	letter-spacing: 3px;
	margin-top: 12px;
	color: #3e191e;
	opacity: 0.56;
}

.sl__tags {
	display: flex;
	justify-content: flex-start;
	margin-top: 12px;
	flex-wrap: wrap;
	gap: 5px;
}

.sl__tag {
	font-family: Arial, Helvetica, sans-serif;
	color: #3e191e;
	margin: 2px 5px 6px 0;
	text-decoration: none;
	position: relative;
	padding: 6px 6px 1px;
	font-weight: 400;
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: inline-block;
}

.sl__tag::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -1px;
	border: 1px solid #3e191e;
	pointer-events: none;
	opacity: 0.3;
}

.sl__footer {
	text-align: center;
	margin-top: 48px;
}

.sl__load-btn {
	display: inline-block;
	padding: 12px 36px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #3e191e;
	background: transparent;
	border: none;
	border-bottom: 1px solid #3e191e;
	cursor: pointer;
	transition: color 0.2s, border-color 0.2s;
}

.sl__load-btn:hover {
	color: #a08b66;
	border-color: #a08b66;
}

@media (min-width: 576px) {
	.sl__item {
		width: calc(50% - 12px);
	}
}

@media (min-width: 768px) {
	.sl__item {
		width: calc(33.333% - 16px);
	}
}

/* ==========================================================================
   Modal — Quick Preview
   ========================================================================== */

.ttd-modal {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}

.ttd-modal[aria-hidden="true"] {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.ttd-modal[aria-hidden="false"] {
	opacity: 1;
	visibility: visible;
}

.ttd-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(4px);
}

.ttd-modal__content {
	position: relative;
	width: 90%;
	max-width: 520px;
	max-height: 85vh;
	overflow-y: auto;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.ttd-modal__close {
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.9);
	border: none;
	border-radius: 50%;
	font-size: 1.25rem;
	cursor: pointer;
	z-index: 1;
	transition: background-color 0.15s;
}

.ttd-modal__close:hover {
	background: #fff;
}

.ttd-modal__hero {
	overflow: hidden;
	border-radius: 15px 15px 0 0;
}

.ttd-modal__image {
	width: 100%;
	height: 220px;
	object-fit: cover;
	display: block;
}

.ttd-modal__body {
	padding: 1.5rem;
}

.ttd-modal__badge {
	display: inline-block;
	color: #3e191e;
	padding: 4px 6px 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 0.75rem;
	position: relative;
}

.ttd-modal__badge::before {
	content: "";
	position: absolute;
	inset: 0;
	border: 1px solid #3e191e;
	opacity: 0.3;
	pointer-events: none;
}

.ttd-modal__title {
	font-family: 'Instrument Serif', Georgia, serif;
	font-weight: 400;
	font-size: 1.375rem;
	line-height: 1.3;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #3e191e;
	margin: 0 0 1rem;
}

.ttd-modal__info-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.75rem;
	margin-bottom: 1rem;
	padding: 1rem;
	background: #f6f6f6;
	border: 1px solid #d2c9ad;
}

.ttd-modal__info-item {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
}

.ttd-modal__info-label {
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 700;
	color: #a08b66;
}

.ttd-modal__info-value {
	font-size: 0.875rem;
	color: #3e191e;
	font-weight: 600;
}

.ttd-modal__description {
	font-size: 0.9rem;
	line-height: 1.6;
	color: #555;
	margin: 0 0 1.25rem;
}

.ttd-modal__actions {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.ttd-modal__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-decoration: none;
	color: #3e191e;
	background: transparent;
	border-bottom: 1px solid #3e191e;
	transition: color 0.2s, border-color 0.2s;
}

.ttd-modal__cta:hover {
	color: #a08b66;
	border-color: #a08b66;
}

.ttd-modal__view-link {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #a08b66;
	text-decoration: none;
}

.ttd-modal__view-link:hover {
	border-bottom: 1px solid #a08b66;
}

/* ==========================================================================
   Lightbox
   ========================================================================== */

.ttd-lightbox {
	position: fixed;
	inset: 0;
	z-index: 9999999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}

.ttd-lightbox--active {
	opacity: 1;
	visibility: visible;
}

.ttd-lightbox__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.9);
}

.ttd-lightbox__content {
	position: relative;
	max-width: 90vw;
	max-height: 90vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ttd-lightbox__img {
	max-width: 90vw;
	max-height: 85vh;
	object-fit: contain;
}

.ttd-lightbox__close {
	position: absolute;
	top: -40px;
	right: 0;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	border: none;
	color: #fff;
	font-size: 1.5rem;
	cursor: pointer;
}

.ttd-lightbox__prev,
.ttd-lightbox__next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.15);
	border: none;
	border-radius: 50%;
	color: #fff;
	font-size: 1.75rem;
	cursor: pointer;
	transition: background-color 0.15s;
}

.ttd-lightbox__prev:hover,
.ttd-lightbox__next:hover {
	background: rgba(255, 255, 255, 0.3);
}

.ttd-lightbox__prev {
	left: -60px;
}

.ttd-lightbox__next {
	right: -60px;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 768px) {
	/* Page spacing */
	.ttd-single {
		padding-top: calc(9rem + 20px);
		padding-bottom: 4rem;
	}

	/* Hero image */
	.ttd-single__hero {
		margin: 0 1rem;
		padding: 0;
	}

	.ttd-single__hero-img {
		height: 250px;
	}

	/* Container — more side padding on mobile */
	.ttd-single__container {
		margin: 0 1rem;
		padding: 1.5rem 1.25rem;
	}

	/* Title */
	.ttd-single__title {
		font-size: 2.25rem;
		letter-spacing: 0;
		margin-bottom: 0.35rem;
	}

	/* Category badge */
	.ttd-single__category {
		font-size: 9px;
		letter-spacing: 2px;
	}

	/* Quick info */
	.ttd-quick-info {
		flex-direction: column;
		gap: 0.5rem;
	}

	.ttd-quick-info__item {
		font-size: 0.85rem;
	}

	/* Content text */
	.ttd-single__content {
		font-size: 0.9375rem;
		line-height: 1.7;
	}

	/* CTA buttons */
	.ttd-cta {
		flex-direction: column;
		align-items: center;
		gap: 1rem;
	}

	/* Tip section */
	.ttd-tip {
		margin-top: 2rem;
	}

	/* Footer */
	.ttd-single__footer {
		grid-template-columns: 1fr;
	}

	.ttd-single__footer-heading {
		font-size: 1rem;
		letter-spacing: 2px;
	}

	/* About section */
	.ttd-about {
		margin-top: 1.5rem;
	}

	.ttd-about__logo-img {
		max-height: 32px;
	}

	/* Leaflet map */
	.ttd-single__leaflet-map {
		height: 280px;
		margin-top: 1.5rem;
	}

	/* Cards grid */
	.ttd-card {
		width: 100%;
	}

	.ttd-card__body {
		text-align: center;
	}

	.ttd-card__actions {
		justify-content: center;
	}

	.ttd-card__img {
		height: 280px;
	}

	.ttd-card__title {
		font-size: 24px;
	}

	/* Archive */
	.ttd-archive__container {
		padding: 2rem 1rem;
	}

	.ttd-archive__title {
		font-size: 1.5rem;
		letter-spacing: 3px;
	}

	/* Modal */
	.ttd-modal__content {
		width: 95%;
		border-radius: 10px;
	}

	.ttd-modal__hero {
		border-radius: 10px 10px 0 0;
	}

	.ttd-modal__image {
		height: 180px;
	}

	.ttd-modal__body {
		padding: 1.25rem;
	}

	.ttd-modal__title {
		font-size: 1.125rem;
		letter-spacing: 2px;
	}

	.ttd-modal__info-grid {
		grid-template-columns: 1fr;
	}

	/* Lightbox */
	.ttd-lightbox__prev {
		left: 10px;
	}

	.ttd-lightbox__next {
		right: 10px;
	}

	/* Featured shortcode */
	.sn {
		padding: 16px;
	}

	.sn__title {
		font-size: 16px !important;
		line-height: 22px !important;
		letter-spacing: 2px !important;
	}

	/* List shortcode */
	.sl {
		padding: 16px;
	}

	.sl__title {
		font-size: 15px !important;
		line-height: 21px !important;
		letter-spacing: 2px !important;
	}
}

