:root {
    --tt-parchment: #f7f5f1;
    --tt-parchment-dark: #eeebe3;
    --tt-carbon: #1c1c1c;
    --tt-forest: #225718;
    --tt-forest-deep: #183f11;
    --tt-fern: #47ab32;
    --tt-earth: #3d2c1b;
    --tt-border: rgba(28, 28, 28, 0.12);
    --tt-muted: rgba(28, 28, 28, 0.78);
    --tt-white: #ffffff;
    --tt-shadow: 0 24px 60px -28px rgba(28, 28, 28, 0.32);
    --tt-shadow-soft: 0 16px 40px -24px rgba(28, 28, 28, 0.18);
    --tt-radius: 0.5rem;
    --tt-font-body: "Instrument Sans", system-ui, sans-serif;
}

.otgs-development-site-front-end {
    display: none !important;
}

@keyframes tt-fade-up {
    from {
        opacity: 0;
        transform: translate3d(0, 14px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes tt-card-reveal {
    0% {
        opacity: 0;
        transform: translate3d(0, 28px, 0) scale(0.94);
    }

    65% {
        opacity: 1;
        transform: translate3d(0, -4px, 0) scale(1.01);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes tt-accent-sweep {
    0% {
        opacity: 0;
        transform: scaleX(0.3);
    }

    100% {
        opacity: 1;
        transform: scaleX(1);
    }
}

@keyframes tt-icon-settle {
    0% {
        opacity: 0;
        transform: translate3d(0, 10px, 0) scale(0.76) rotate(-8deg);
    }

    70% {
        opacity: 1;
        transform: translate3d(0, -2px, 0) scale(1.08) rotate(0deg);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: var(--tt-font-body);
    background: var(--tt-parchment);
    color: var(--tt-carbon);
    line-height: 1.6;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font: inherit;
}

button {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: var(--tt-font-body);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.02em;
}

p {
    margin: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

.tt-shell {
    width: min(80rem, calc(100% - 2.5rem));
    margin: 0 auto;
}

.tt-shell--header {
    width: min(62rem, calc(100% - 2.5rem));
}

.tt-main {
    overflow: clip;
}

.tt-skip-link {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 1000;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    background: var(--tt-forest);
    color: var(--tt-white);
    font-weight: 700;
    transform: translateY(-150%);
    transition: transform 0.18s ease;
}

.tt-skip-link:focus {
    transform: translateY(0);
}

.tt-icon {
    width: 1.15rem;
    height: 1.15rem;
    flex: 0 0 auto;
}

.tt-icon--inline {
    width: 1rem;
    height: 1rem;
    vertical-align: text-bottom;
    margin-right: 0.35rem;
}

.tt-topbar {
    background: var(--tt-carbon);
    color: rgba(247, 245, 241, 0.88);
    font-family: var(--tt-font-body);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tt-topbar__inner,
.tt-topbar__contacts,
.tt-topbar__meta {
    display: flex;
    align-items: center;
}

.tt-topbar__inner {
    justify-content: space-between;
    gap: 1rem;
    min-height: 2.75rem;
}

.tt-topbar__contacts,
.tt-topbar__meta {
    gap: 1.2rem;
}

.tt-topbar__contacts {
    align-items: flex-start;
    flex-wrap: wrap;
    row-gap: 0.35rem;
}

.tt-topbar__contact {
    display: grid;
    gap: 0.08rem;
    align-content: start;
}

.tt-topbar__contact-link {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    line-height: 1.2;
}

.tt-topbar__contact-link .tt-icon--inline {
    margin-right: 0;
    vertical-align: middle;
}

.tt-topbar a:hover,
.tt-site-nav a:hover,
.tt-footer-list a:hover,
.tt-footer-contact a:hover {
    color: var(--tt-fern);
}

.tt-lang-switch {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.25rem 0.625rem;
    border: 1px solid rgba(34, 87, 24, 0.32);
    border-radius: 0.25rem;
    font-family: var(--tt-font-body);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--tt-forest);
    background: rgba(255, 255, 255, 0.94);
    transition: transform 180ms ease, box-shadow 220ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.tt-lang-switch:hover {
    background: rgba(34, 87, 24, 0.08);
    border-color: rgba(34, 87, 24, 0.48);
}

.tt-call-cost-note {
    display: block;
    font-size: 0.74rem;
    line-height: 1.3;
    color: var(--tt-muted);
}

.tt-call-cost-note--topbar {
    font-size: 0.62rem;
    line-height: 1.2;
    color: rgba(247, 245, 241, 0.72);
}

.tt-lang-switch--mobile {
    display: none;
    min-width: 2.5rem;
    padding: 0.5rem;
    justify-content: center;
}

.tt-site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(28, 28, 28, 0.08);
}

.tt-site-header__inner,
.tt-site-header__actions {
    display: flex;
    align-items: center;
}

.tt-site-header__inner {
    justify-content: space-between;
    gap: 1rem;
    min-height: 4.35rem;
}

.tt-site-header__actions {
    gap: 0.4rem;
}

.tt-site-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: clamp(9.75rem, 11vw, 11rem);
}

.tt-site-logo img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.tt-site-nav ul,
.tt-site-header__actions {
    display: flex;
    gap: 0.2rem;
    list-style: none;
}

.tt-site-nav a {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.62rem;
    border-radius: 0.25rem;
    font-family: var(--tt-font-body);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(28, 28, 28, 0.82);
    transition: background-color 180ms ease, color 180ms ease;
}

.tt-site-nav a.is-active,
.tt-site-nav a[aria-current="page"] {
    color: var(--tt-white) !important;
    background-color: var(--tt-forest) !important;
    box-shadow: inset 0 0 0 1px var(--tt-forest);
}

.tt-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 3rem;
    padding: 0.875rem 2rem;
    border: 0;
    border-radius: 0.25rem;
    font-family: var(--tt-font-body);
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: transform 180ms ease, box-shadow 220ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease, opacity 180ms ease;
}

.tt-site-header__cta {
    min-height: auto;
    padding: 0.5rem 1.1rem;
    font-size: 0.72rem;
}

.tt-lang-switch--header {
    min-height: auto;
    padding: 0.35rem 0.55rem;
    font-size: 0.72rem;
    letter-spacing: 0.06em;
}

.tt-button:hover {
    transform: translateY(-1px);
}

.tt-button--primary {
    background: var(--tt-forest);
    color: var(--tt-white);
    box-shadow: var(--tt-shadow-soft);
}

.tt-button--primary:hover {
    background: var(--tt-forest-deep);
}

.tt-button--dark {
    background: var(--tt-earth);
    color: var(--tt-white);
}

.tt-button--dark:hover {
    background: var(--tt-carbon);
}

.tt-button--secondary {
    background: rgba(34, 87, 24, 0.08);
    color: var(--tt-forest);
}

.tt-button--secondary:hover {
    background: rgba(34, 87, 24, 0.16);
}

.tt-button--ghost {
    border: 1px solid rgba(255, 255, 255, 0.9);
    color: var(--tt-white);
    background: transparent;
}

.tt-button--ghost:hover {
    background: var(--tt-white);
    color: var(--tt-carbon);
}

.tt-menu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    border: 0;
    border-radius: 0.25rem;
    background: transparent;
    color: var(--tt-carbon);
}

.tt-menu-toggle__close {
    display: none;
}

.tt-site-header.is-open .tt-menu-toggle__open {
    display: none;
}

.tt-site-header.is-open .tt-menu-toggle__close {
    display: block;
}

.tt-mobile-nav {
    display: none;
    border-top: 1px solid rgba(28, 28, 28, 0.08);
    background: var(--tt-white);
}

.tt-mobile-nav nav ul {
    display: grid;
    gap: 0.25rem;
    list-style: none;
    padding: 1rem 0 0.25rem;
}

.tt-mobile-nav a {
    display: block;
    padding: 0.75rem 1rem;
    border-radius: 0.25rem;
    background: transparent;
    font-family: var(--tt-font-body);
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tt-mobile-nav a.is-active,
.tt-mobile-nav a[aria-current="page"] {
    background-color: var(--tt-forest) !important;
    color: var(--tt-white) !important;
    box-shadow: inset 0 0 0 1px var(--tt-forest);
}

.tt-mobile-nav__footer {
    display: grid;
    gap: 0.55rem;
    padding: 1rem 0 1.25rem;
    color: var(--tt-muted);
}

.tt-site-header.is-open .tt-mobile-nav {
    display: block;
}

.tt-hero {
    position: relative;
    display: flex;
    min-height: 50vh;
    color: var(--tt-white);
}

.tt-hero--full {
    min-height: clamp(34rem, 82svh, 48rem);
}

.tt-hero--medium {
    min-height: clamp(24rem, 44vh, 32rem);
}

.tt-hero__image,
.tt-hero__overlay {
    position: absolute;
    inset: 0;
}

.tt-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tt-hero--about-page .tt-hero__image {
    object-position: center 82%;
}

.tt-hero--article-page .tt-hero__content {
    width: min(60rem, calc(100% - 2.5rem));
    padding-top: 5.5rem;
}

.tt-hero--article-page h1 {
    max-width: 46rem;
    font-size: clamp(2.15rem, 4.9vw, 3.8rem);
    line-height: 1.05;
    text-wrap: balance;
}

.tt-hero__overlay {
    background: linear-gradient(180deg, rgba(28, 28, 28, 0.7), rgba(28, 28, 28, 0.4) 50%, rgba(28, 28, 28, 0.7));
}

.tt-hero__content {
    position: relative;
    z-index: 1;
    max-width: 50rem;
    padding-top: 7rem;
    padding-bottom: clamp(3rem, 7vw, 6rem);
}

.tt-hero:not(.tt-hero--tour) {
    align-items: center;
    justify-content: center;
}

.tt-hero:not(.tt-hero--tour) .tt-hero__content {
    display: grid;
    justify-items: center;
    align-content: center;
    width: min(68rem, calc(100% - 2.5rem));
    max-width: none;
    margin-inline: auto;
    padding-top: 6rem;
    text-align: center;
}

.tt-hero:not(.tt-hero--tour) .tt-hero__subtitle,
.tt-hero:not(.tt-hero--tour) h1,
.tt-hero:not(.tt-hero--tour) .tt-hero__description {
    margin-inline: auto;
}

.tt-hero--tour .tt-hero__overlay {
    background: linear-gradient(180deg, rgba(28, 28, 28, 0.2), rgba(28, 28, 28, 0.32) 45%, rgba(28, 28, 28, 0.82));
}

.tt-hero__subtitle,
.tt-section-heading__eyebrow,
.tt-booking-card__eyebrow {
    margin-bottom: 0.9rem;
    font-family: var(--tt-font-body);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--tt-forest);
}

.tt-hero__subtitle {
    color: rgba(247, 245, 241, 0.84);
    letter-spacing: 0.25em;
}

.tt-hero h1 {
    max-width: 56rem;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
}

.tt-hero__description {
    margin-top: 1.5rem;
    max-width: 42rem;
    font-size: clamp(1rem, 1.8vw, 1.125rem);
    line-height: 1.7;
    color: rgba(247, 245, 241, 0.84);
}

.tt-hero__actions,
.tt-section__actions,
.tt-stacked-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.tt-hero__actions {
    margin-top: 2rem;
    justify-content: center;
}

.tt-section__actions--center {
    justify-content: center;
    margin-top: 2.25rem;
}

.tt-section {
    padding: 4rem 0;
}

.tt-section--light {
    background: var(--tt-parchment);
}

.tt-section--parchment {
    background: var(--tt-parchment-dark);
}

.tt-section--home-faq {
    padding-bottom: 2.75rem;
}

.tt-section--home-help {
    position: relative;
    padding-top: 2.25rem;
    border-top: 1px solid rgba(28, 28, 28, 0.06);
}

.tt-section--compare {
    background: var(--tt-forest-deep);
    color: rgba(247, 245, 241, 0.92);
}

.tt-section--compare .tt-section-heading h2,
.tt-section--compare .tt-table td {
    color: var(--tt-white);
}

.tt-section--compare .tt-section-heading__divider {
    background: var(--tt-fern);
}

.tt-section--compare .tt-table th {
    color: rgba(247, 245, 241, 0.62);
}

.tt-section--compare .tt-table th,
.tt-section--compare .tt-table td {
    border-bottom-color: rgba(247, 245, 241, 0.14);
}

.tt-section--compare .tt-text-link {
    color: rgba(247, 245, 241, 0.92);
}

.tt-section--compare .tt-text-link:hover {
    color: var(--tt-white);
}

.tt-section--editorial {
    background: linear-gradient(180deg, rgba(232, 228, 218, 0.92) 0%, rgba(247, 245, 241, 0.98) 18%, rgba(247, 245, 241, 1) 100%);
    border-top: 1px solid rgba(28, 28, 28, 0.06);
}

.tt-section--earth {
    background: var(--tt-earth);
    color: rgba(247, 245, 241, 0.84);
}

.tt-section--earth .tt-section-heading__eyebrow {
    color: rgba(130, 214, 114, 0.96);
}

.tt-section--earth .tt-section-heading__divider {
    background: rgba(130, 214, 114, 0.9);
}

.tt-section-heading {
    display: grid;
    gap: 0.9rem;
    margin-bottom: 3rem;
}

.tt-section-heading.is-center {
    text-align: center;
    justify-items: center;
}

.tt-section-heading h2,
.tt-cta-panel h2,
.tt-founder-block h2 {
    font-size: clamp(1.875rem, 3.8vw, 3rem);
}

.tt-section-heading__divider {
    width: 4rem;
    height: 2px;
    background: var(--tt-forest);
}

.tt-section-heading__copy {
    max-width: 44rem;
    color: var(--tt-muted);
}

.tt-trust-strip {
    background: var(--tt-forest);
    color: rgba(247, 245, 241, 0.94);
    border-bottom: 0;
}

.tt-trust-strip__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    padding: 1.5rem 0;
    align-items: center;
    justify-items: center;
}

.tt-trust-strip__item {
    display: grid;
    grid-template-columns: auto minmax(0, auto);
    align-items: center;
    justify-content: center;
    column-gap: 1rem;
    padding: 0;
    width: 100%;
    max-width: 18rem;
}

.tt-trust-strip__icon {
    display: inline-grid;
    place-items: center;
    width: 2.8rem;
    height: 2.8rem;
    color: rgba(247, 245, 241, 0.92);
    background: transparent;
}

.tt-trust-strip__icon .tt-icon {
    width: 1.6rem;
    height: 1.6rem;
}

.tt-trust-strip__copy {
    display: grid;
    gap: 0.15rem;
}

.tt-feature-card__icon,
.tt-profile-card__icon {
    display: inline-grid;
    place-items: center;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    color: var(--tt-forest);
    background: rgba(71, 171, 50, 0.12);
    justify-self: center;
    transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1), background-color 240ms ease, color 240ms ease, box-shadow 240ms ease;
}

.tt-feature-card__icon .tt-icon,
.tt-profile-card__icon .tt-icon {
    width: 1.45rem;
    height: 1.45rem;
    transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.tt-feature-card h3,
.tt-profile-card h3,
.tt-blog-card h2,
.tt-tour-card h3,
.tt-tour-block h3,
.tt-form-card h3,
.tt-editorial-panel h3 {
    font-size: 1.35rem;
}

.tt-trust-strip__title {
    font-family: var(--tt-font-body);
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    margin: 0;
    color: var(--tt-white);
}

.tt-feature-card p,
.tt-profile-card p,
.tt-copy-block p,
.tt-tour-card__copy,
.tt-blog-card p,
.tt-contact-item span,
.tt-form-card__caption {
    color: var(--tt-muted);
}

.tt-trust-strip__item p {
    font-size: 0.9rem;
    color: rgba(247, 245, 241, 0.82);
}

.tt-split,
.tt-contact-layout,
.tt-tour-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: clamp(2rem, 4vw, 4rem);
    align-items: center;
}

.tt-copy-block,
.tt-tour-content {
    display: grid;
    gap: 1.2rem;
}

.tt-copy-block__lead {
    max-width: 40rem;
    font-size: clamp(1.02rem, 1.4vw, 1.16rem);
    line-height: 1.78;
    color: rgba(28, 28, 28, 0.8);
}

.tt-about-points {
    display: grid;
    gap: 0.95rem;
    padding-top: 0.4rem;
}

.tt-check-list--about {
    gap: 0.95rem;
}

.tt-check-list--about li {
    gap: 0.8rem;
    padding: 0;
    align-items: center;
    color: rgba(28, 28, 28, 0.84);
}

.tt-check-list--about .tt-icon {
    width: 1.55rem;
    height: 1.55rem;
    color: var(--tt-fern);
    flex: 0 0 auto;
    margin-top: 0;
}

.tt-copy-block--about-intro .tt-section__actions {
    padding-top: 0.35rem;
}

.tt-copy-block .tt-button,
.tt-tour-block .tt-button {
    width: fit-content;
}

.tt-media-card {
    margin: 0;
    position: relative;
    align-self: start;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    border-radius: var(--tt-radius);
    box-shadow: var(--tt-shadow);
}

.tt-media-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tt-founder-layout {
    display: grid;
    grid-template-columns: minmax(16rem, 22rem) minmax(0, 1fr);
    gap: clamp(2rem, 4vw, 4rem);
    align-items: center;
}

.tt-founder-media {
    margin: 0;
    align-self: start;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    border: 1px solid var(--tt-border);
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: var(--tt-shadow-soft);
}

.tt-founder-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.tt-media-card__badge {
    position: absolute;
    left: -1rem;
    bottom: -1rem;
    display: none;
    gap: 0.15rem;
    padding: 1rem 1.5rem;
    border-radius: var(--tt-radius);
    background: var(--tt-forest);
    color: var(--tt-white);
}

.tt-media-card__badge strong {
    font-family: var(--tt-font-body);
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.tt-media-card__badge span {
    font-family: var(--tt-font-body);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tt-tour-grid,
.tt-feature-grid,
.tt-testimonial-grid,
.tt-profile-grid,
.tt-blog-grid {
    display: grid;
    gap: 1.5rem;
}

.tt-tour-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tt-tour-grid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tt-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tt-feature-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tt-profile-grid,
.tt-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tt-blog-grid--editorial {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 1fr;
}

.tt-testimonial-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tt-testimonial-slider {
    position: relative;
}

.tt-testimonial-slider__arrow {
    display: inline-grid;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    align-items: center;
    justify-content: center;
    width: 2.9rem;
    height: 2.9rem;
    border: 1px solid rgba(130, 214, 114, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(247, 245, 241, 0.96);
    box-shadow: 0 16px 26px -20px rgba(6, 4, 2, 0.5);
    transition: transform 180ms ease, opacity 180ms ease, background-color 180ms ease;
    cursor: pointer;
}

.tt-testimonial-slider__arrow:hover {
    transform: translateY(-50%) scale(1.04);
    background: rgba(255, 255, 255, 0.16);
}

.tt-testimonial-slider__arrow:disabled {
    opacity: 0.35;
    cursor: default;
}

.tt-testimonial-slider__arrow .tt-icon {
    width: 1.1rem;
    height: 1.1rem;
}

.tt-testimonial-slider__arrow--prev {
    left: 0.35rem;
}

.tt-testimonial-slider__arrow--next {
    right: 0.35rem;
}

.tt-tour-card,
.tt-feature-card,
.tt-profile-card,
.tt-blog-card,
.tt-testimonial-card,
.tt-guide-box,
.tt-form-card,
.tt-info-box {
    border: 1px solid var(--tt-border);
    border-radius: var(--tt-radius);
    background: rgba(255, 255, 255, 0.76);
    box-shadow: var(--tt-shadow-soft);
    transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 220ms ease, border-color 220ms ease, background-color 220ms ease, background 220ms ease, color 220ms ease;
}

.tt-tour-card,
.tt-blog-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.tt-tour-card[hidden] {
    display: none !important;
}

.tt-blog-page .tt-section-heading {
    max-width: 46rem;
}

.tt-blog-shell,
.tt-blog-intro,
.tt-blog-listing {
    display: grid;
    gap: 2rem;
}

.tt-blog-intro {
    grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 0.85fr);
    align-items: start;
    gap: 2rem 3rem;
}

.tt-blog-intro__body,
.tt-blog-intro__rail {
    display: grid;
    gap: 1rem;
}

.tt-blog-summary {
    gap: 1rem;
}

.tt-blog-summary__topics {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.tt-blog-lead {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(20rem, 1fr);
    gap: 2rem 2.5rem;
    align-items: stretch;
    padding: 1.8rem;
    border: 1px solid var(--tt-border);
    border-radius: var(--tt-radius);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: var(--tt-shadow-soft);
}

.tt-blog-lead__media {
    overflow: hidden;
    border-radius: 1.25rem;
}

.tt-blog-lead__media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 22rem;
    object-fit: cover;
}

.tt-blog-lead__body {
    display: grid;
    align-content: start;
    gap: 1rem;
}

.tt-blog-lead__body h2 {
    font-size: clamp(1.9rem, 3vw, 2.8rem);
    line-height: 1.05;
}

.tt-blog-lead__excerpt {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.85;
    color: rgba(28, 28, 28, 0.78);
}

.tt-blog-lead__body .tt-stacked-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.9rem;
}

.tt-blog-lead__body .tt-button {
    width: fit-content;
}

.tt-founder-block__role {
    color: var(--tt-muted);
}

.tt-testimonial-card,
.tt-section--earth .tt-section-heading__copy {
    background: rgba(255, 255, 255, 0.05);
    color: rgba(247, 245, 241, 0.84);
}

.tt-section--earth .tt-testimonial-card {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    border-color: rgba(130, 214, 114, 0.16);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.06));
    box-shadow: 0 20px 42px -30px rgba(6, 4, 2, 0.5);
}

.tt-section--earth .tt-testimonial-card::before {
    content: "";
    position: absolute;
    inset: 0 1.2rem auto;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(130, 214, 114, 0), rgba(130, 214, 114, 0.92), rgba(130, 214, 114, 0));
    opacity: 0.92;
    transform: scaleX(0.32);
    transform-origin: center;
}

.tt-tour-card__media,
.tt-blog-card__media {
    overflow: hidden;
    border-radius: calc(var(--tt-radius) - 2px) calc(var(--tt-radius) - 2px) 0 0;
}

.tt-blog-card__media {
    aspect-ratio: 16 / 10;
}

.tt-tour-card__media img,
.tt-blog-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 260ms ease;
}

.tt-tour-card__media img {
    min-height: 15rem;
}

.tt-tour-card:hover .tt-tour-card__media img,
.tt-blog-card:hover .tt-blog-card__media img,
.tt-profile-tour:hover img {
    transform: scale(1.03);
}

.tt-tour-card__body,
.tt-blog-card__body,
.tt-feature-card,
.tt-profile-card,
.tt-testimonial-card,
.tt-guide-box,
.tt-form-card,
.tt-info-box,
.tt-booking-card {
    padding: 1.65rem;
}

.tt-tour-card__body,
.tt-blog-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.tt-blog-card--editorial .tt-blog-card__body {
    gap: 0.65rem;
}

.tt-blog-card--editorial {
    background: rgba(255, 255, 255, 0.9);
}

.tt-blog-card__meta--editorial {
    gap: 0.6rem 0.85rem;
}

.tt-info-box {
    display: grid;
    gap: 0.9rem;
}

.tt-info-box--details {
    gap: 1.5rem;
    padding: 2rem 2.15rem;
}

.tt-info-box__title {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin: 0;
}

.tt-info-box__stack {
    display: grid;
    gap: 1.4rem;
}

.tt-info-box__section {
    display: grid;
    gap: 0.6rem;
}

.tt-info-box__section + .tt-info-box__section {
    padding-top: 1.3rem;
    border-top: 1px solid rgba(28, 28, 28, 0.1);
}

.tt-info-box__label,
.tt-info-box__value {
    margin: 0;
}

.tt-info-box__label {
    font-family: var(--tt-font-body);
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.tt-info-box__value {
    max-width: 48rem;
    font-size: 1.08rem;
    line-height: 1.7;
}

.tt-blog-card--editorial h2 {
    font-size: 1.45rem;
    line-height: 1.15;
}

.tt-blog-card--editorial h2 a,
.tt-blog-card--editorial p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.tt-blog-card--editorial h2 a {
    -webkit-line-clamp: 3;
}

.tt-blog-card--editorial p {
    line-height: 1.8;
    -webkit-line-clamp: 4;
}

.tt-blog-card .tt-text-link {
    margin-top: auto;
    padding-top: 1rem;
}

.tt-tour-card__top,
.tt-blog-card__meta,
.tt-tour-card__meta,
.tt-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem 1rem;
    align-items: center;
}

.tt-tour-card__top {
    justify-content: space-between;
    margin-bottom: 1rem;
}

.tt-badge {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.25rem 0.75rem;
    border-radius: 0.25rem;
    background: var(--tt-forest);
    color: var(--tt-white);
    font-family: var(--tt-font-body);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tt-badge--editorial {
    background: rgba(28, 28, 28, 0.05);
    border: 1px solid rgba(28, 28, 28, 0.08);
    color: var(--tt-carbon);
}

.tt-hero--tour .tt-badge {
    width: fit-content;
    margin-bottom: 1rem;
}

.tt-hero--tour .tt-hero__subtitle {
    max-width: 44rem;
    margin-bottom: 1rem;
    font-size: clamp(0.98rem, 1.35vw, 1.1rem);
    font-weight: 700;
    letter-spacing: 0.03em;
    color: rgba(247, 245, 241, 0.92);
}

.tt-hero--tour h1 {
    margin-top: 0;
}

.tt-hero--tour .tt-hero__description {
    max-width: 48rem;
    margin-top: 1.25rem;
    font-size: clamp(1.08rem, 1.95vw, 1.28rem);
    line-height: 1.58;
    color: rgba(247, 245, 241, 0.92);
}

.tt-tour-card__copy,
.tt-blog-card p,
.tt-article-copy,
.tt-guide-box p,
.tt-cta-panel p,
.tt-founder-block p {
    margin-top: 1rem;
}

.tt-tour-card__copy {
    margin-top: 0.85rem;
    max-width: 28ch;
    font-size: 1rem;
    line-height: 1.65;
    color: rgba(28, 28, 28, 0.8);
}

.tt-tour-card__meta {
    margin: auto 0 0;
    padding-top: 1.25rem;
    border-top: 1px solid var(--tt-border);
    font-family: var(--tt-font-body);
    font-size: 0.88rem;
}

.tt-tour-card__meta span,
.tt-blog-card__meta span,
.tt-article-meta span,
.tt-facts-bar__grid span,
.tt-contact-item,
.tt-footer-contact li {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.tt-text-link,
.tt-back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-family: var(--tt-font-body);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--tt-forest-deep);
}

.tt-tour-card .tt-text-link {
    margin-top: 1rem;
}

.tt-back-link {
    margin-bottom: 1.25rem;
}

.tt-hero--tour .tt-back-link {
    display: flex;
    width: fit-content;
}

.tt-back-link--light {
    color: rgba(247, 245, 241, 0.88);
}

.tt-feature-card,
.tt-testimonial-card,
.tt-profile-card {
    display: grid;
    gap: 1rem;
}

.tt-feature-card,
.tt-testimonial-card {
    text-align: center;
}

.tt-testimonial-card__icon {
    justify-self: center;
    color: rgba(130, 214, 114, 0.88);
}

.tt-section--earth .tt-testimonial-card p {
    margin: 0;
    max-width: 29ch;
    margin-inline: auto;
    font-size: clamp(1.02rem, 1.2vw, 1.12rem);
    line-height: 1.72;
    color: rgba(247, 245, 241, 0.92);
}

.tt-section--earth .tt-testimonial-card strong {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.98);
}

.tt-cta-panel,
.tt-founder-block {
    display: grid;
    justify-items: center;
    gap: 1rem;
    text-align: center;
}

.tt-cta-panel {
    max-width: 48rem;
}

.tt-section--home-help .tt-section-heading {
    max-width: 50rem;
    margin: 0 auto 2rem;
}

.tt-section--home-help .tt-section__actions {
    margin-top: 0;
}

.tt-cta-panel,
.tt-founder-block,
.tt-guide-box {
    margin: 0 auto;
}

.tt-founder-block--profile {
    max-width: 42rem;
    justify-items: start;
    text-align: left;
    margin: 0;
}

.tt-founder-block--profile .tt-section-heading__divider {
    margin: 0;
}

.tt-editorial-panel {
    display: grid;
    gap: 1rem;
    margin-top: 3rem;
    padding: 1.5rem;
    border: 1px solid var(--tt-border);
    border-radius: var(--tt-radius);
    background: rgba(255, 255, 255, 0.76);
    box-shadow: var(--tt-shadow-soft);
    text-align: center;
}

.tt-editorial-panel > p:not(.tt-section-heading__eyebrow) {
    color: var(--tt-muted);
}

.tt-editorial-panel .tt-tour-grid,
.tt-editorial-panel .tt-section__actions {
    margin-top: 0.25rem;
}

.tt-editorial-panel .tt-section__actions {
    justify-content: center;
}

.tt-editorial-panel--article {
    gap: 1.5rem;
    margin-top: 4rem;
    padding: 2rem;
    text-align: left;
}

.tt-editorial-panel--article .tt-section__actions {
    justify-content: flex-start;
}

.tt-guide-box {
    display: grid;
    gap: 0.85rem;
    max-width: 44rem;
    margin-top: 3rem;
    text-align: center;
}

.tt-guide-box + .tt-faq-group {
    margin-top: 4rem;
}

.tt-editorial-zone {
    display: grid;
    gap: 2rem;
}

.tt-editorial-break {
    display: grid;
    gap: 0.85rem;
    max-width: 48rem;
    padding: 1.75rem 1.9rem;
    border: 1px solid rgba(28, 28, 28, 0.08);
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: var(--tt-shadow-soft);
}

.tt-editorial-break__label,
.tt-editorial-break p {
    margin: 0;
}

.tt-editorial-break__label {
    font-family: var(--tt-font-body);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--tt-forest);
}

.tt-editorial-break h2 {
    margin: 0;
    font-size: clamp(1.9rem, 3.2vw, 2.9rem);
    line-height: 1.06;
}

.tt-editorial-break p {
    max-width: 40rem;
    color: var(--tt-muted);
    font-size: 1.05rem;
    line-height: 1.75;
}

.tt-filter-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem;
    margin-bottom: 2rem;
}

.tt-filter {
    display: inline-flex;
    align-items: center;
    min-height: 2.5rem;
    padding: 0.5rem 1.25rem;
    border: 0;
    border-radius: 0.25rem;
    background: rgba(28, 28, 28, 0.05);
    color: inherit;
    cursor: pointer;
    font-family: var(--tt-font-body);
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-appearance: none;
    appearance: none;
}

.tt-filter.is-active {
    background: var(--tt-forest);
    color: var(--tt-white);
}

.tt-profile-card__list {
    display: grid;
    gap: 0.9rem;
}

.tt-profile-card__empty {
    margin: 0;
    color: var(--tt-muted);
}

.tt-profile-tour {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.9rem;
    align-items: center;
    padding: 0.7rem;
    border-radius: 1rem;
    background: var(--tt-parchment-dark);
    transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 220ms ease, background-color 220ms ease;
}

.tt-profile-tour__main {
    display: grid;
    grid-template-columns: 5rem minmax(0, 1fr);
    gap: 0.85rem;
    align-items: center;
    min-width: 0;
}

.tt-profile-tour img {
    width: 100%;
    height: 4rem;
    object-fit: cover;
    border-radius: 0.8rem;
}

.tt-profile-tour__body {
    min-width: 0;
}

.tt-profile-tour h4 {
    font-size: 1rem;
}

.tt-profile-tour p {
    margin-top: 0.2rem;
    font-size: 0.86rem;
}

.tt-profile-tour__button {
    min-height: auto;
    padding: 0;
    justify-self: end;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

@media (prefers-reduced-motion: no-preference) {
    .tt-hero__content > * {
        animation: tt-fade-up 620ms cubic-bezier(0.22, 1, 0.36, 1) both;
    }

    .tt-hero__content > :nth-child(1) {
        animation-delay: 40ms;
    }

    .tt-hero__content > :nth-child(2) {
        animation-delay: 100ms;
    }

    .tt-hero__content > :nth-child(3) {
        animation-delay: 150ms;
    }

    .tt-hero__content > :nth-child(4) {
        animation-delay: 210ms;
    }

    .tt-hero__content > :nth-child(5) {
        animation-delay: 260ms;
    }

    .tt-section-heading,
    .tt-editorial-break,
    .tt-copy-block,
    .tt-founder-block,
    .tt-media-card,
    .tt-booking-card,
    .tt-article-card,
    .tt-info-box,
    .tt-facts-bar__grid,
    .tt-accordion,
    .tt-editorial-panel {
        animation: tt-fade-up 560ms cubic-bezier(0.22, 1, 0.36, 1) both;
    }

    .tt-tour-grid > *,
    .tt-blog-grid > *,
    .tt-profile-grid > *,
    .tt-feature-grid > *,
    .tt-testimonial-grid > *,
    .tt-profile-card__list > * {
        animation: tt-fade-up 600ms cubic-bezier(0.22, 1, 0.36, 1) both;
    }

    .tt-section--earth .tt-testimonial-grid > * {
        animation: tt-card-reveal 760ms cubic-bezier(0.22, 1, 0.36, 1) both;
    }

    .tt-tour-grid > :nth-child(1),
    .tt-blog-grid > :nth-child(1),
    .tt-profile-grid > :nth-child(1),
    .tt-feature-grid > :nth-child(1),
    .tt-testimonial-grid > :nth-child(1),
    .tt-profile-card__list > :nth-child(1) {
        animation-delay: 50ms;
    }

    .tt-section--earth .tt-testimonial-grid > :nth-child(1) {
        animation-delay: 90ms;
    }

    .tt-tour-grid > :nth-child(2),
    .tt-blog-grid > :nth-child(2),
    .tt-profile-grid > :nth-child(2),
    .tt-feature-grid > :nth-child(2),
    .tt-testimonial-grid > :nth-child(2),
    .tt-profile-card__list > :nth-child(2) {
        animation-delay: 110ms;
    }

    .tt-section--earth .tt-testimonial-grid > :nth-child(2) {
        animation-delay: 190ms;
    }

    .tt-tour-grid > :nth-child(3),
    .tt-blog-grid > :nth-child(3),
    .tt-profile-grid > :nth-child(3),
    .tt-feature-grid > :nth-child(3),
    .tt-testimonial-grid > :nth-child(3),
    .tt-profile-card__list > :nth-child(3) {
        animation-delay: 170ms;
    }

    .tt-section--earth .tt-testimonial-grid > :nth-child(3) {
        animation-delay: 290ms;
    }

    .tt-tour-grid > :nth-child(4),
    .tt-blog-grid > :nth-child(4),
    .tt-profile-grid > :nth-child(4),
    .tt-feature-grid > :nth-child(4),
    .tt-testimonial-grid > :nth-child(4) {
        animation-delay: 230ms;
    }

    .tt-button:hover,
    .tt-lang-switch:hover,
    .tt-text-link:hover,
    .tt-back-link:hover {
        transform: translateY(-2px);
    }

    .tt-button--primary:hover {
        box-shadow: 0 18px 34px -20px rgba(34, 87, 24, 0.58);
    }

    .tt-tour-card:hover,
    .tt-blog-card:hover,
    .tt-profile-card:hover,
    .tt-testimonial-card:hover,
    .tt-info-box:hover,
    .tt-booking-card:hover,
    .tt-article-card:hover,
    .tt-media-card:hover {
        transform: translateY(-4px);
        border-color: rgba(71, 171, 50, 0.18);
        box-shadow: 0 22px 48px -28px rgba(28, 28, 28, 0.24);
    }

    .tt-feature-card:hover {
        transform: translateY(-4px);
        border-color: rgba(34, 87, 24, 0.42);
        background: linear-gradient(135deg, rgba(71, 171, 50, 0.96), rgba(34, 87, 24, 0.96));
        box-shadow: 0 24px 48px -28px rgba(34, 87, 24, 0.42);
    }

    .tt-feature-card:hover h3,
    .tt-feature-card:hover p {
        color: var(--tt-white);
    }

    .tt-feature-card:hover .tt-feature-card__icon {
        transform: translateY(-3px) scale(1.06);
        color: var(--tt-white);
        background: rgba(255, 255, 255, 0.16);
        box-shadow: 0 18px 28px -20px rgba(17, 45, 12, 0.45);
    }

    .tt-feature-card:hover .tt-feature-card__icon .tt-icon {
        transform: scale(1.08);
    }

    .tt-profile-card:hover .tt-profile-card__icon {
        transform: translateY(-3px) scale(1.06);
        color: var(--tt-white);
        background: linear-gradient(135deg, rgba(71, 171, 50, 0.94), rgba(34, 87, 24, 0.92));
        box-shadow: 0 18px 28px -20px rgba(34, 87, 24, 0.55);
    }

    .tt-profile-card:hover .tt-profile-card__icon .tt-icon {
        transform: scale(1.08);
    }

    .tt-profile-card:hover h3 {
        color: var(--tt-forest);
    }

    .tt-section--earth .tt-testimonial-card::before {
        animation: tt-accent-sweep 620ms cubic-bezier(0.22, 1, 0.36, 1) both;
        animation-delay: 220ms;
    }

    .tt-section--earth .tt-testimonial-card__icon {
        animation: tt-icon-settle 540ms cubic-bezier(0.22, 1, 0.36, 1) both;
        animation-delay: 240ms;
    }

    .tt-profile-tour:hover {
        transform: translateY(-2px);
        box-shadow: 0 16px 28px -24px rgba(28, 28, 28, 0.26);
    }
}

@media (prefers-reduced-motion: reduce) {
    .tt-hero__content > *,
    .tt-section-heading,
    .tt-editorial-break,
    .tt-copy-block,
    .tt-founder-block,
    .tt-media-card,
    .tt-booking-card,
    .tt-article-card,
    .tt-info-box,
    .tt-facts-bar__grid,
    .tt-accordion,
    .tt-editorial-panel,
    .tt-tour-grid > *,
    .tt-blog-grid > *,
    .tt-profile-grid > *,
    .tt-feature-grid > *,
    .tt-testimonial-grid > *,
    .tt-profile-card__list > *,
    .tt-testimonial-card::before,
    .tt-testimonial-card__icon {
        animation: none !important;
    }

    .tt-button,
    .tt-lang-switch,
    .tt-text-link,
    .tt-back-link,
    .tt-tour-card,
    .tt-blog-card,
    .tt-profile-card,
    .tt-feature-card,
    .tt-testimonial-card,
    .tt-guide-box,
    .tt-form-card,
    .tt-info-box,
    .tt-booking-card,
    .tt-article-card,
    .tt-media-card,
    .tt-profile-tour {
        transition: none !important;
    }
}

.tt-table-wrap {
    overflow-x: auto;
}

.tt-table {
    width: 100%;
    min-width: 48rem;
    border-collapse: collapse;
}

.tt-table th,
.tt-table td {
    padding: 1rem 0.95rem;
    border-bottom: 1px solid rgba(28, 28, 28, 0.08);
    text-align: left;
}

.tt-table th {
    font-family: var(--tt-font-body);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(28, 28, 28, 0.56);
}

.tt-contact-list,
.tt-footer-list,
.tt-footer-contact,
.tt-check-list,
.tt-mini-feature-grid {
    list-style: none;
}

.tt-contact-list,
.tt-footer-contact,
.tt-check-list,
.tt-accordion-group,
.tt-stacked-actions {
    display: grid;
}

.tt-contact-list {
    gap: 1rem;
}

.tt-contact-item {
    align-items: flex-start;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(28, 28, 28, 0.08);
}

.tt-contact-item strong,
.tt-footer-list a,
.tt-footer-contact a {
    color: var(--tt-carbon);
}

.tt-contact-item div,
.tt-footer-contact li {
    display: grid;
    gap: 0.25rem;
}

.tt-footer-contact__note {
    align-items: flex-start;
}

.tt-form-card,
.tt-form {
    display: grid;
    gap: 1rem;
}

.tt-booking-form {
    display: grid;
    gap: 0.9rem;
}

.tt-field {
    display: grid;
    gap: 0.45rem;
}

.tt-field span {
    font-family: var(--tt-font-body);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tt-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.tt-field input,
.tt-field select,
.tt-field textarea {
    width: 100%;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(28, 28, 28, 0.12);
    border-radius: 1rem;
    background: rgba(247, 245, 241, 0.7);
    color: var(--tt-carbon);
    resize: vertical;
}

.tt-field input:focus,
.tt-field select:focus,
.tt-field textarea:focus {
    outline: 2px solid rgba(71, 171, 50, 0.22);
    border-color: rgba(34, 87, 24, 0.35);
}

.tt-form-notice {
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    font-weight: 500;
}

.tt-form-notice.is-success {
    background: rgba(71, 171, 50, 0.12);
    color: var(--tt-forest);
}

.tt-form-notice.is-error {
    background: rgba(163, 38, 56, 0.12);
    color: #8b2133;
}

.tt-cf7-form .wpcf7 {
    margin: 0;
}

.tt-cf7-form form {
    display: grid;
    gap: 1.35rem;
}

.tt-cf7-form p {
    margin: 0;
}

.tt-cf7-form label {
    display: grid;
    gap: 0.7rem;
    font-family: var(--tt-font-body);
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--tt-carbon);
}

.tt-cf7-form .wpcf7-form-control-wrap {
    display: block;
}

.tt-cf7-form .wpcf7-text,
.tt-cf7-form .wpcf7-email,
.tt-cf7-form .wpcf7-select,
.tt-cf7-form .wpcf7-textarea {
    width: 100%;
    padding: 1.05rem 1.1rem;
    border: 1px solid rgba(28, 28, 28, 0.14);
    border-radius: 1.15rem;
    background: #fff;
    color: var(--tt-carbon);
    font: inherit;
    box-shadow: 0 1px 0 rgba(28, 28, 28, 0.02);
    transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.tt-cf7-form .wpcf7-text,
.tt-cf7-form .wpcf7-email,
.tt-cf7-form .wpcf7-select {
    min-height: 3.5rem;
}

.tt-cf7-form .wpcf7-textarea {
    min-height: 10rem;
    resize: vertical;
}

.tt-cf7-form .wpcf7-select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, var(--tt-carbon) 50%), linear-gradient(135deg, var(--tt-carbon) 50%, transparent 50%);
    background-position: calc(100% - 1.2rem) calc(50% - 0.12rem), calc(100% - 0.85rem) calc(50% - 0.12rem);
    background-size: 0.42rem 0.42rem, 0.42rem 0.42rem;
    background-repeat: no-repeat;
    padding-right: 2.6rem;
}

.tt-cf7-form .wpcf7-text::placeholder,
.tt-cf7-form .wpcf7-email::placeholder,
.tt-cf7-form .wpcf7-textarea::placeholder {
    color: rgba(28, 28, 28, 0.48);
}

.tt-cf7-form .wpcf7-text:focus,
.tt-cf7-form .wpcf7-email:focus,
.tt-cf7-form .wpcf7-select:focus,
.tt-cf7-form .wpcf7-textarea:focus {
    outline: none;
    border-color: rgba(34, 87, 24, 0.34);
    box-shadow: 0 0 0 4px rgba(71, 171, 50, 0.12);
}

.tt-cf7-form .wpcf7-submit {
    width: 100%;
    justify-content: center;
    min-height: 3.25rem;
    padding: 0.95rem 1.5rem;
    border: 0;
    border-radius: 0.35rem;
    background: var(--tt-forest);
    color: #fff;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.tt-cf7-form .wpcf7-submit:hover,
.tt-cf7-form .wpcf7-submit:focus {
    background: #1d4d12;
    box-shadow: 0 14px 24px rgba(34, 87, 24, 0.16);
}

.tt-cf7-form .wpcf7-submit:active {
    transform: translateY(1px);
}

.tt-cf7-form .wpcf7-spinner {
    margin: 0.75rem 0 0;
}

.tt-cf7-form .wpcf7-not-valid-tip,
.tt-cf7-form .wpcf7-response-output {
    margin: 0.75rem 0 0;
    font-size: 0.92rem;
}

.tt-cf7-form .wpcf7-response-output {
    border-radius: 1rem;
    padding: 0.95rem 1rem;
}

.tt-faq-group {
    margin-bottom: 2rem;
}

.tt-faq-group h2 {
    margin-bottom: 1rem;
    font-size: 1.85rem;
}

.tt-accordion {
    border: 1px solid var(--tt-border);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.72);
    overflow: hidden;
}

.tt-accordion + .tt-accordion {
    margin-top: 0.9rem;
}

.tt-accordion summary {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.15rem;
    font-weight: 600;
    cursor: pointer;
}

.tt-accordion__question {
    flex: 1;
}

.tt-accordion__chevron {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    flex: 0 0 auto;
    border-radius: 999px;
    color: var(--tt-forest);
    background: rgba(71, 171, 50, 0.12);
    transition: transform 180ms ease, background-color 180ms ease;
}

.tt-accordion__chevron .tt-icon {
    display: block;
    width: 1rem;
    height: 1rem;
    margin-right: 0;
    vertical-align: middle;
}

.tt-accordion[open] .tt-accordion__chevron {
    transform: rotate(180deg);
    background: rgba(71, 171, 50, 0.2);
}

.tt-accordion summary::-webkit-details-marker {
    display: none;
}

.tt-accordion__body {
    padding: 0 1.15rem 1.1rem;
    color: var(--tt-muted);
}

.tt-blog-card__meta,
.tt-article-meta {
    font-family: var(--tt-font-body);
    font-size: 0.82rem;
    color: rgba(28, 28, 28, 0.62);
}

.tt-article-page .tt-back-link {
    margin-bottom: 0;
}

.tt-article-shell {
    display: grid;
    gap: 2rem;
}

.tt-article-intro,
.tt-article-layout {
    display: grid;
    align-items: start;
    gap: 2rem 3rem;
}

.tt-article-intro {
    grid-template-columns: minmax(0, 1.5fr) minmax(18rem, 0.8fr);
}

.tt-article-layout {
    grid-template-columns: minmax(0, 1.7fr) minmax(17rem, 0.78fr);
}

.tt-article-intro__body,
.tt-article-intro__rail,
.tt-article-sidebar,
.tt-editorial-panel__header {
    display: grid;
    gap: 1rem;
}

.tt-article-intro__body {
    max-width: 44rem;
}

.tt-article-intro__body h2 {
    font-size: clamp(1.7rem, 3vw, 2.5rem);
    line-height: 1.1;
}

.tt-article-lead {
    margin: 0;
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    line-height: 1.75;
    color: var(--tt-carbon);
}

.tt-article-intro__desc {
    max-width: 38rem;
    color: var(--tt-muted);
}

.tt-article-meta--intro {
    padding-top: 0.35rem;
}

.tt-article-featured {
    margin: 0;
    overflow: hidden;
    border-radius: 1.5rem;
    box-shadow: var(--tt-shadow-soft);
}

.tt-article-featured img {
    display: block;
    width: 100%;
    height: clamp(18rem, 42vw, 32rem);
    object-fit: cover;
}

.tt-article-card {
    display: grid;
    gap: 1rem;
    padding: 1.5rem;
    border: 1px solid rgba(28, 28, 28, 0.08);
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: var(--tt-shadow-soft);
}

.tt-article-card h3 {
    font-size: 1.3rem;
    line-height: 1.2;
}

.tt-article-card p:not(.tt-section-heading__eyebrow) {
    color: var(--tt-muted);
}

.tt-article-card .tt-check-list {
    gap: 0.8rem;
}

.tt-article-card .tt-stacked-actions {
    gap: 0.8rem;
}

.tt-article-card .tt-button {
    width: 100%;
    justify-content: center;
}

.tt-article-card--sticky {
    position: sticky;
    top: 7rem;
}

.tt-narrow {
    max-width: 54rem;
}

.tt-article-copy {
    max-width: 45rem;
    font-size: 1.1rem;
    line-height: 1.9;
}

.tt-article-copy > * {
    margin-top: 0;
}

.tt-article-copy > * + * {
    margin-top: 1.4rem;
}

.tt-article-copy p,
.tt-article-copy li {
    color: rgba(28, 28, 28, 0.82);
}

.tt-article-copy h2,
.tt-article-copy h3 {
    margin-bottom: 0;
    color: var(--tt-carbon);
}

.tt-article-copy h2 {
    margin-top: 3.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(28, 28, 28, 0.08);
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    line-height: 1.15;
}

.tt-article-copy h2:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.tt-article-copy h3 {
    margin-top: 2.2rem;
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    line-height: 1.25;
}

.tt-article-copy ul,
.tt-article-copy ol {
    display: grid;
    gap: 0.85rem;
    padding-left: 1.3rem;
}

.tt-article-copy strong {
    color: var(--tt-carbon);
}

.tt-article-copy a {
    color: var(--tt-forest);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
}

.tt-article-copy blockquote {
    margin: 2.4rem 0;
    padding: 1.5rem 1.7rem;
    border-left: 4px solid rgba(71, 171, 50, 0.85);
    border-radius: 0 1rem 1rem 0;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: var(--tt-shadow-soft);
    font-size: 1.12rem;
    line-height: 1.8;
}

.tt-article-copy img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 2rem;
    border-radius: 1.25rem;
}

.tt-facts-bar {
    background: var(--tt-forest);
    color: rgba(247, 245, 241, 0.9);
}

.tt-facts-bar__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 1.5rem;
    padding: 1rem 0;
    font-family: var(--tt-font-body);
    font-size: 0.88rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.tt-tour-layout {
    align-items: start;
}

.tt-tour-content {
    gap: 1.5rem;
}

.tt-tour-block {
    display: grid;
    gap: 1rem;
}

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

.tt-check-list {
    gap: 0.7rem;
}

.tt-check-list li {
    display: flex;
    gap: 0.6rem;
    align-items: flex-start;
}

.tt-check-list.is-negative .tt-icon {
    color: #9e3f3f;
}

.tt-itinerary {
    display: grid;
    gap: 0.8rem;
}

.tt-itinerary__item {
    display: grid;
    grid-template-columns: 6rem minmax(0, 1fr);
    gap: 1rem;
}

.tt-itinerary__time {
    font-family: var(--tt-font-body);
    font-weight: 700;
    color: var(--tt-forest);
    line-height: 1.25;
    white-space: nowrap;
}

.tt-itinerary__content {
    padding-left: 1rem;
    border-left: 2px solid rgba(71, 171, 50, 0.35);
    min-width: 0;
}

.tt-itinerary__item--undated .tt-itinerary__time {
    visibility: hidden;
}

.tt-booking-card {
    position: sticky;
    top: 7rem;
    display: grid;
    gap: 1.1rem;
    padding: 1.5rem;
    border: 1px solid rgba(28, 28, 28, 0.08);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--tt-shadow-soft);
}

.tt-booking-card__header {
    display: grid;
    gap: 0.5rem;
}

.tt-booking-card__eyebrow {
    margin-bottom: 0;
}

.tt-booking-card__notice,
.tt-booking-card__external,
.tt-booking-card__fallback {
    color: var(--tt-muted);
}

.tt-booking-card__price {
    display: grid;
    gap: 0.2rem;
}

.tt-booking-card__price strong {
    color: var(--tt-forest);
    font-size: clamp(2.25rem, 5vw, 3.25rem);
    line-height: 0.98;
}

.tt-booking-card__facts {
    display: grid;
    gap: 0.55rem;
}

.tt-booking-card__fact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem 0.95rem;
    border-radius: 1rem;
    background: rgba(34, 87, 24, 0.04);
    border: 1px solid rgba(34, 87, 24, 0.08);
}

.tt-booking-card__fact span {
    font-family: var(--tt-font-body);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(28, 28, 28, 0.58);
}

.tt-booking-card__fact strong {
    font-size: 0.98rem;
    color: var(--tt-carbon);
    text-align: right;
}

.tt-booking-card__support {
    display: grid;
    gap: 0.35rem;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    background: rgba(28, 28, 28, 0.03);
    border: 1px solid rgba(28, 28, 28, 0.06);
}

.tt-booking-card__actions {
    display: grid;
    gap: 0.75rem;
}

.tt-booking-card__notice {
    color: var(--tt-carbon);
    font-size: 0.98rem;
    font-weight: 600;
}

.tt-booking-card__external,
.tt-booking-card__fallback {
    font-size: 0.92rem;
}

.tt-floating-book {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 42;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 3rem;
    padding: 0.75rem 1.25rem;
    border-radius: 0.25rem;
    background: var(--tt-forest);
    color: var(--tt-white);
    box-shadow: var(--tt-shadow);
    font-family: var(--tt-font-body);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.tt-floating-book:hover {
    background: var(--tt-forest-deep);
    transform: translateY(-2px);
}

.tt-floating-whatsapp {
    position: fixed;
    left: 1.5rem;
    bottom: 1.5rem;
    z-index: 42;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 999px;
    background: #25d366;
    color: var(--tt-white);
    box-shadow: var(--tt-shadow);
    transition: transform 180ms ease, box-shadow 220ms ease, opacity 180ms ease;
}

.tt-floating-whatsapp:hover {
    transform: translateY(-2px);
}

.tt-floating-whatsapp .tt-icon {
    width: 1.78rem;
    height: 1.78rem;
}

.tt-booking-modal-open {
    overflow: hidden;
}

.tt-booking-modal {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: grid;
    place-items: center;
    padding: 1.25rem;
}

.tt-booking-modal[hidden] {
    display: none !important;
}

.tt-booking-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(28, 28, 28, 0.62);
}

.tt-booking-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(70rem, 100%);
    height: min(88vh, 54rem);
    display: grid;
    grid-template-rows: auto 1fr;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid rgba(34, 87, 24, 0.2);
    background: var(--tt-white);
    box-shadow: 0 28px 80px -24px rgba(0, 0, 0, 0.42);
}

.tt-booking-modal__header,
.tt-booking-modal__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background: var(--tt-white);
    border-bottom: 1px solid rgba(71, 171, 50, 0.22);
}

.tt-booking-modal__header h2 {
    font-size: 1.25rem;
}

.tt-booking-modal__header p {
    margin-top: 0.2rem;
    color: var(--tt-muted);
}

.tt-booking-modal__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border: 1px solid rgba(28, 28, 28, 0.1);
    border-radius: 999px;
    background: var(--tt-white);
    color: var(--tt-carbon);
}

.tt-booking-modal__frame-wrap {
    min-height: 0;
    padding: 0.45rem;
    background: linear-gradient(180deg, rgba(34, 87, 24, 0.96), rgba(71, 171, 50, 0.96));
}

.tt-booking-modal__frame {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0.65rem;
    background: var(--tt-white);
}

.tt-mobile-booking {
    display: none;
}

.tt-mini-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.tt-mini-feature {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid var(--tt-border);
}

.tt-site-footer {
    background: var(--tt-carbon);
    color: var(--tt-white);
}

.tt-site-footer__grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
    gap: 2rem;
    padding: 4rem 0 2.5rem;
    align-items: start;
}

.tt-site-footer__brand img {
    height: auto;
    width: min(100%, 8rem);
}

.tt-site-footer__brand {
    display: grid;
    align-content: start;
    gap: 1.25rem;
}

.tt-site-footer__brand p {
    margin-top: 0;
    color: var(--tt-white);
}

.tt-social-links {
    display: flex;
    gap: 0.9rem;
    margin-top: 0;
}

.tt-social-links a {
    display: inline-grid;
    place-items: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: var(--tt-white);
}

.tt-social-link--whatsapp .tt-icon path:first-child {
    fill: transparent !important;
    stroke: currentColor !important;
}

.tt-social-link--whatsapp .tt-icon path:last-child {
    fill: currentColor !important;
}

.tt-social-link--whatsapp .tt-icon {
    overflow: visible;
}

.tt-site-footer h3 {
    margin-bottom: 1rem;
    color: var(--tt-white);
    font-size: 1.05rem;
}

.tt-footer-list,
.tt-footer-contact {
    display: grid;
    gap: 0.65rem;
}

.tt-site-footer p,
.tt-site-footer li,
.tt-site-footer a,
.tt-footer-list a,
.tt-footer-contact a,
.tt-site-footer__legal a {
    color: var(--tt-white);
}

.tt-site-footer .tt-call-cost-note {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.7rem;
}

.tt-site-footer a:hover {
    color: var(--tt-white);
    opacity: 0.82;
}

.tt-site-footer__bar {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    padding: 1.4rem 0 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.86rem;
}

.tt-site-footer__legal {
    display: flex;
    gap: 1rem;
}

@media (min-width: 768px) {
    .tt-testimonial-slider__arrow {
        display: none;
    }

    .tt-shell {
        width: min(80rem, calc(100% - 4rem));
    }

    .tt-shell--header {
        width: min(62rem, calc(100% - 3rem));
    }

    .tt-site-header__inner {
        min-height: 4.55rem;
    }

    .tt-hero--medium {
        min-height: clamp(28rem, 52vh, 38rem);
    }

    .tt-hero:not(.tt-hero--tour) .tt-hero__content {
        width: min(64rem, calc(100% - 4rem));
    }

    .tt-section {
        padding: 6rem 0;
    }

    .tt-section--home-faq {
        padding-bottom: 3.25rem;
    }

    .tt-section--home-help {
        padding-top: 2.75rem;
        padding-bottom: 5.25rem;
    }

    .tt-trust-strip__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1rem;
        padding: 2rem 0;
    }

    .tt-media-card__badge {
        display: grid;
    }
}

@media (hover: none), (pointer: coarse) {
    .tt-feature-card:hover {
        transform: none;
        border-color: var(--tt-border);
        background: rgba(255, 255, 255, 0.76);
        box-shadow: var(--tt-shadow-soft);
    }

    .tt-feature-card:hover h3 {
        color: var(--tt-ink);
    }

    .tt-feature-card:hover p {
        color: var(--tt-muted);
    }

    .tt-feature-card:hover .tt-feature-card__icon {
        transform: none;
        color: var(--tt-forest);
        background: rgba(71, 171, 50, 0.12);
        box-shadow: none;
    }

    .tt-feature-card:hover .tt-feature-card__icon .tt-icon {
        transform: none;
    }
}

@media (min-width: 1024px) {
    .tt-tour-grid,
    .tt-feature-grid,
    .tt-testimonial-grid,
    .tt-profile-grid,
    .tt-blog-grid {
        gap: 2rem;
    }
}

@media (min-width: 1200px) {
    .tt-section {
        padding: 8rem 0;
    }

    .tt-section--home-faq {
        padding-bottom: 3.5rem;
    }

    .tt-section--home-help {
        padding-top: 3rem;
        padding-bottom: 5.75rem;
    }
}

@media (max-width: 1023px) {
    .tt-site-nav,
    .tt-site-header__cta,
    .tt-lang-switch--header {
        display: none;
    }

    .tt-lang-switch--mobile,
    .tt-menu-toggle {
        display: inline-flex;
    }

    .tt-trust-strip__grid,
    .tt-feature-grid,
    .tt-feature-grid--4,
    .tt-tour-grid,
    .tt-profile-grid,
    .tt-blog-grid,
    .tt-testimonial-grid,
    .tt-site-footer__grid,
    .tt-tour-columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tt-split,
    .tt-contact-layout,
    .tt-founder-layout,
    .tt-tour-layout,
    .tt-blog-intro,
    .tt-blog-lead,
    .tt-article-intro,
    .tt-article-layout {
        grid-template-columns: 1fr;
    }

    .tt-booking-card {
        position: static;
    }

    .tt-article-card--sticky {
        position: static;
    }

    .tt-mobile-booking {
        position: fixed;
        left: 1rem;
        right: 1rem;
        bottom: 5.25rem;
        z-index: 35;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.85rem;
        padding: 0.9rem 1rem;
        border: 1px solid rgba(28, 28, 28, 0.08);
        border-radius: 1.2rem;
        background: rgba(255, 255, 255, 0.94);
        box-shadow: var(--tt-shadow);
    }

    .tt-mobile-booking strong {
        display: block;
        color: var(--tt-forest);
    }

    .tt-mobile-booking span {
        font-size: 0.85rem;
        color: var(--tt-muted);
    }

    .tt-mobile-booking__action {
        flex: 0 0 auto;
    }

    .tt-floating-book {
        right: 1rem;
        left: 1rem;
        bottom: 1rem;
        min-height: 2.8rem;
        padding: 0.72rem 1rem;
        border-radius: 0.9rem;
        font-size: 0.72rem;
        letter-spacing: 0.08em;
    }

    .tt-floating-whatsapp {
        left: auto;
        right: 0.9rem;
        bottom: 5.35rem;
        width: 3rem;
        height: 3rem;
    }

    .tt-floating-whatsapp .tt-icon {
        width: 1.55rem;
        height: 1.55rem;
    }

    .tt-page-tour .tt-floating-book {
        display: none;
    }

    .tt-page-tour .tt-floating-whatsapp {
        bottom: 6.2rem;
    }

    .tt-page-tour .tt-mobile-booking {
        bottom: 1rem;
    }
}

.tt-topbar,
.tt-lang-switch,
.tt-site-nav a,
.tt-button,
.tt-mobile-nav a,
.tt-hero__subtitle,
.tt-section-heading__eyebrow,
.tt-booking-card__eyebrow,
.tt-media-card__badge span,
.tt-badge,
.tt-text-link,
.tt-back-link,
.tt-filter,
.tt-table th,
.tt-field span,
.tt-facts-bar__grid,
.tt-floating-book {
    text-transform: none;
}

.tt-topbar,
.tt-lang-switch,
.tt-site-nav a,
.tt-button,
.tt-mobile-nav a,
.tt-media-card__badge span,
.tt-badge,
.tt-filter,
.tt-field span,
.tt-facts-bar__grid,
.tt-floating-book {
    letter-spacing: 0.02em;
}

.tt-hero__subtitle,
.tt-section-heading__eyebrow,
.tt-booking-card__eyebrow,
.tt-text-link,
.tt-back-link,
.tt-table th {
    letter-spacing: 0.06em;
}

@media (max-width: 767px) {
    .tt-topbar {
        display: none;
    }

    .tt-section--home-faq {
        padding-bottom: 2.25rem;
    }

    .tt-section--home-help {
        padding-top: 1.5rem;
    }

    .tt-booking-modal {
        padding: 0.75rem;
    }

    .tt-booking-modal__dialog {
        height: min(92vh, 56rem);
    }

    .tt-booking-modal__header,
    .tt-booking-modal__footer {
        padding: 0.9rem 1rem;
    }

    .tt-hero--full {
        min-height: clamp(31rem, 72svh, 42rem);
    }

    .tt-site-footer__bar {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .tt-testimonial-slider {
        padding-inline: 1.1rem;
        overflow: visible;
    }

    .tt-testimonial-grid {
        display: flex;
        gap: 1rem;
        overflow-x: auto;
        flex-wrap: nowrap;
        grid-template-columns: none;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: 1.1rem;
        -webkit-overflow-scrolling: touch;
    }

    .tt-testimonial-grid::-webkit-scrollbar {
        display: none;
    }

    .tt-testimonial-grid > * {
        flex: 0 0 calc(100% - 0.65rem);
        width: calc(100% - 0.65rem);
        min-width: 0;
        scroll-snap-align: center;
    }

    .tt-testimonial-slider__arrow {
        width: 3.1rem;
        height: 3.1rem;
        border-color: rgba(130, 214, 114, 0.34);
        background: rgba(28, 28, 28, 0.34);
        box-shadow: 0 18px 32px -22px rgba(6, 4, 2, 0.65);
    }

    .tt-testimonial-slider__arrow--prev {
        left: -0.45rem;
    }

    .tt-testimonial-slider__arrow--next {
        right: -0.45rem;
    }
}

@media (max-width: 640px) {
    .tt-shell {
        width: min(80rem, calc(100% - 2.5rem));
    }

    .tt-shell--header {
        width: min(62rem, calc(100% - 2rem));
    }

    .tt-tour-grid,
    .tt-tour-grid--compact,
    .tt-feature-grid,
    .tt-feature-grid--4,
    .tt-profile-grid,
    .tt-blog-grid,
    .tt-testimonial-grid,
    .tt-site-footer__grid,
    .tt-trust-strip__grid,
    .tt-mini-feature-grid {
        grid-template-columns: 1fr;
    }

    .tt-hero__content {
        padding-top: 5rem;
    }

    .tt-blog-shell {
        gap: 1.5rem;
    }

    .tt-editorial-break {
        padding: 1.35rem 1.25rem;
    }

    .tt-blog-lead {
        padding: 1.25rem;
    }

    .tt-blog-lead__media img {
        min-height: 15rem;
    }

    .tt-article-shell {
        gap: 1.5rem;
    }

    .tt-article-featured img {
        height: 15rem;
    }

    .tt-article-card,
    .tt-editorial-panel--article {
        padding: 1.25rem;
    }

    .tt-site-footer__grid {
        padding: 2rem 0 1rem;
        gap: 1.25rem;
    }

    .tt-site-footer__grid > :not(.tt-site-footer__brand) {
        display: none;
    }

    .tt-site-footer__brand {
        justify-items: center;
        text-align: center;
        gap: 1rem;
    }

    .tt-site-footer__brand img {
        width: min(100%, 6.5rem);
    }

    .tt-site-footer__brand p,
    .tt-site-footer__bar p {
        display: none;
    }

    .tt-social-links {
        justify-content: center;
    }

    .tt-site-footer__bar {
        padding: 1rem 0 1.5rem;
        align-items: center;
        text-align: center;
    }

    .tt-site-footer__legal {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0.75rem 1rem;
    }

    .tt-article-copy {
        font-size: 1rem;
    }

    .tt-article-copy h2 {
        margin-top: 2.8rem;
        padding-top: 1.6rem;
    }

    .tt-itinerary__item {
        grid-template-columns: 1fr;
        gap: 0.4rem;
    }

    .tt-itinerary__item--undated .tt-itinerary__time {
        display: none;
    }

    .tt-itinerary__content {
        padding-left: 0.8rem;
    }

    .tt-profile-tour {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .tt-profile-tour__main {
        grid-template-columns: 4.5rem minmax(0, 1fr);
    }

    .tt-profile-tour__button {
        width: auto;
        justify-self: start;
    }

    .tt-mobile-booking {
        flex-direction: column;
        align-items: stretch;
    }

    .tt-trust-strip__grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.9rem 0.75rem;
        padding-block: 1.15rem;
        overflow: visible;
        flex-wrap: initial;
        align-items: start;
        justify-items: stretch;
        scroll-snap-type: none;
    }

    .tt-trust-strip__item {
        width: auto;
        max-width: none;
        min-width: 0;
        grid-template-columns: 1fr;
        justify-items: center;
        align-content: center;
        min-height: 5.35rem;
        row-gap: 0.25rem;
        text-align: center;
        padding: 0;
    }

    .tt-trust-strip__icon {
        width: 2.1rem;
        height: 2.1rem;
    }

    .tt-trust-strip__icon .tt-icon {
        width: 1.3rem;
        height: 1.3rem;
    }

    .tt-trust-strip__copy {
        justify-items: center;
        gap: 0.1rem;
    }

    .tt-trust-strip__title {
        font-size: 0.92rem;
        line-height: 1.15;
    }

    .tt-trust-strip__item p {
        font-size: 0.76rem;
        line-height: 1.25;
    }

    .tt-media-card__badge {
        display: none;
    }

    .tt-faq-group {
        margin-top: 0.9rem;
    }

    .tt-faq-group .tt-section-heading {
        margin-bottom: 1.4rem;
    }

    .tt-faq-group .tt-section-heading__copy {
        margin-bottom: 0.95rem;
    }

    .tt-faq-group > p:not(.tt-section-heading__eyebrow) {
        margin: 0.95rem 0 1.5rem;
    }

    .tt-faq-group .tt-accordion-group {
        margin-top: 0.15rem;
    }

    .tt-section--compare {
        display: none;
    }

    .tt-table-wrap {
        overflow: visible;
    }

    .tt-table {
        min-width: 0;
    }

    .tt-table thead {
        display: none;
    }

    .tt-table,
    .tt-table tbody,
    .tt-table tr,
    .tt-table td {
        display: block;
        width: 100%;
    }

    .tt-table tr {
        padding: 1.1rem 1rem;
        border: 1px solid rgba(247, 245, 241, 0.14);
        border-radius: 1rem;
        background: rgba(255, 255, 255, 0.04);
    }

    .tt-table tr + tr {
        margin-top: 0.95rem;
    }

    .tt-table td {
        padding: 0;
        border-bottom: 0;
    }

    .tt-table td + td {
        margin-top: 0.75rem;
    }

    .tt-table td::before {
        content: attr(data-label);
        display: block;
        margin-bottom: 0.18rem;
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: rgba(247, 245, 241, 0.6);
    }

    .tt-table td:last-child {
        margin-top: 1rem;
    }

    .tt-table td:last-child::before {
        display: none;
    }
}


.tt-cf7-form .wpcf7-textarea {
    min-height: unset !important;
    height: 150px !important;;
}

.tt-cf7-form .wpcf7-text, .tt-cf7-form .wpcf7-email, .tt-cf7-form .wpcf7-select, .tt-cf7-form .wpcf7-textarea {
    width: 100%;
    padding: 8px 16px;
    border: 1px solid rgba(28, 28, 28, 0.14);
    border-radius: 8px;
    background: #fff;
    color: var(--tt-carbon);
    font: inherit;
    box-shadow: 0 1px 0 rgba(28, 28, 28, 0.02);
    transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
    min-height: unset;
}

.apoiosBanner {
	width: 100%;
	text-align: center;
	margin: 20px 0;
}

.apoiosBanner a {
	width: fit-content;
	display: block;
    margin: 0 auto;
}