@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url("../fonts/manrope-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url("../fonts/manrope-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Montez";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/montez-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Montez";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/montez-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --ttt-blue: #254590;
    --ttt-blue-dark: #102b67;
    --ttt-green: #4ab841;
    --ttt-green-dark: #328b31;
    --ttt-ink: #10213f;
    --ttt-muted: #637089;
    --ttt-surface: #f4f7fb;
    --ttt-border: #dfe6ef;
    --ttt-white: #fff;
    --ttt-radius-sm: 14px;
    --ttt-radius: 24px;
    --ttt-radius-lg: 38px;
    --ttt-shadow: 0 24px 70px rgba(16, 33, 63, .12);
    --ttt-shadow-soft: 0 14px 36px rgba(16, 33, 63, .08);
    --ttt-container: 1240px;
    --ttt-font: "Manrope", "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
    --ttt-script: "Montez", "Brush Script MT", "Segoe Script", cursive;
}

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

html {
    scroll-behavior: smooth;
    scroll-padding-top: 112px;
}

body.ttt-theme {
    margin: 0;
    color: var(--ttt-ink);
    background: var(--ttt-white);
    font-family: var(--ttt-font);
    font-size: 16px;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body.ttt-menu-open {
    overflow: hidden;
}

.ttt-theme img {
    display: block;
    max-width: 100%;
    height: auto;
}

.ttt-theme a {
    color: inherit;
    text-decoration: none;
}

.ttt-theme :where(.ttt-site-header, .ttt-hero, .ttt-quick-search, .ttt-home-section, .ttt-page-hero, .ttt-taxonomy-page, .ttt-site-footer) {
    font-family: var(--ttt-font);
}

.ttt-theme :where(.ttt-hero h1, .ttt-hero h2, .ttt-section-heading h2, .ttt-about h2, .ttt-country-card strong, .ttt-tour-card h3, .ttt-experience-card strong, .ttt-footer-cta h2) {
    font-family: var(--ttt-font) !important;
}

.ttt-theme button,
.ttt-theme input,
.ttt-theme textarea,
.ttt-theme select {
    font: inherit;
}

.ttt-container {
    width: min(calc(100% - 48px), var(--ttt-container));
    max-width: var(--ttt-container);
    margin-inline: auto;
}

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

.ttt-skip-link {
    position: fixed;
    z-index: 9999;
    top: 12px;
    left: 12px;
    padding: 11px 16px;
    color: var(--ttt-white);
    background: var(--ttt-blue-dark);
    border-radius: 8px;
    transform: translateY(-160%);
    transition: transform .2s ease;
}

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

:where(.ttt-theme a, .ttt-theme button, .ttt-theme input, .ttt-theme textarea, .ttt-theme select):focus-visible {
    outline: 3px solid rgba(74, 184, 65, .72);
    outline-offset: 3px;
}

.ttt-eyebrow {
    display: flex;
    align-items: center;
    gap: 0;
    margin: 0 0 5px;
    color: var(--ttt-blue-dark);
    font-family: var(--ttt-script);
    font-size: clamp(1.9rem, 3vw, 2.55rem);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none;
}

.ttt-eyebrow::before {
    display: none;
}

.ttt-eyebrow--light {
    color: var(--ttt-white);
    font-size: clamp(2rem, 3.2vw, 2.75rem);
}

.ttt-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 13px 23px;
    border: 1px solid var(--ttt-green);
    border-radius: 999px;
    color: var(--ttt-white);
    background: var(--ttt-green);
    box-shadow: 0 10px 26px rgba(46, 139, 49, .22);
    font-family: var(--ttt-font);
    font-size: .94rem;
    font-weight: 700;
    letter-spacing: .015em;
    line-height: 1.2;
    transition: color .22s ease, background .22s ease, border-color .22s ease, transform .22s ease, box-shadow .22s ease;
}

.ttt-button:hover {
    color: var(--ttt-white);
    background: var(--ttt-green-dark);
    border-color: var(--ttt-green-dark);
    box-shadow: 0 14px 34px rgba(46, 139, 49, .29);
    transform: translateY(-2px);
}

.ttt-theme a.ttt-button,
.ttt-theme button.ttt-button {
    color: var(--ttt-white);
    font-family: var(--ttt-font);
}

.ttt-button--ghost {
    color: var(--ttt-white);
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .58);
    box-shadow: none;
    backdrop-filter: blur(8px);
}

.ttt-theme a.ttt-button--ghost {
    color: var(--ttt-white);
}

.ttt-button--ghost:hover {
    color: var(--ttt-ink);
    background: var(--ttt-white);
    border-color: var(--ttt-white);
}

.ttt-theme a.ttt-button--ghost:hover {
    color: var(--ttt-ink);
}

.ttt-button--dark {
    background: var(--ttt-blue);
    border-color: var(--ttt-blue);
    box-shadow: 0 10px 26px rgba(37, 69, 144, .2);
}

.ttt-theme a.ttt-button--dark {
    color: var(--ttt-white);
}

.ttt-button--dark:hover {
    background: var(--ttt-blue-dark);
    border-color: var(--ttt-blue-dark);
}

.ttt-button--light {
    color: var(--ttt-blue-dark);
    background: var(--ttt-white);
    border-color: var(--ttt-white);
    box-shadow: none;
}

.ttt-theme a.ttt-button--light {
    color: var(--ttt-blue-dark);
}

.ttt-button--light:hover {
    color: var(--ttt-white);
    background: transparent;
    border-color: rgba(255, 255, 255, .55);
}

.ttt-theme a.ttt-button--light:hover {
    color: var(--ttt-white);
}

.ttt-text-link {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--ttt-blue);
    font-weight: 800;
    white-space: nowrap;
}

.ttt-theme a.ttt-text-link,
.ttt-theme a.ttt-tour-card__cta {
    color: var(--ttt-blue);
    font-family: var(--ttt-font);
}

.ttt-text-link span {
    transition: transform .2s ease;
}

.ttt-text-link:hover span {
    transform: translateX(4px);
}

/* Header */
.ttt-topbar {
    position: relative;
    z-index: 101;
    min-height: 38px;
    color: rgba(255, 255, 255, .88);
    background: var(--ttt-blue-dark);
    font-size: .77rem;
    font-weight: 650;
}

.ttt-topbar__inner,
.ttt-topbar__contact,
.ttt-topbar__contact a {
    display: flex;
    align-items: center;
}

.ttt-topbar__inner {
    min-height: 38px;
    justify-content: space-between;
    gap: 24px;
}

.ttt-topbar p {
    margin: 0;
    letter-spacing: .035em;
}

.ttt-topbar__contact {
    gap: 24px;
}

.ttt-topbar__contact a {
    gap: 7px;
    transition: color .2s ease;
}

.ttt-topbar__contact a:hover {
    color: var(--ttt-white);
}

.ttt-topbar svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: var(--ttt-green);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.ttt-site-header {
    position: sticky;
    z-index: 100;
    top: 0;
    height: 94px;
    background: rgba(255, 255, 255, .98);
    border-bottom: 1px solid rgba(16, 33, 63, .07);
    transition: height .25s ease, box-shadow .25s ease, background .25s ease;
}

.admin-bar .ttt-site-header {
    top: 32px;
}

.ttt-site-header.is-scrolled {
    height: 76px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 10px 34px rgba(16, 33, 63, .09);
    backdrop-filter: blur(14px);
}

.ttt-site-header__inner {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
}

.ttt-brand {
    position: relative;
    z-index: 2;
    display: inline-flex;
    width: 248px;
    height: 100%;
    flex: 0 0 auto;
    align-items: center;
    gap: 13px;
    color: var(--ttt-white);
    isolation: isolate;
}

.ttt-brand::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -24px;
    bottom: 0;
    left: -100vw;
    content: "";
    border-radius: 0 0 54px 0;
    background: linear-gradient(120deg, var(--ttt-blue-dark), var(--ttt-blue));
}

.ttt-brand__mark {
    display: grid;
    width: 72px;
    height: 72px;
    overflow: hidden;
    place-items: center;
    border: 4px solid var(--ttt-white);
    border-radius: 50%;
    background: var(--ttt-blue);
    box-shadow: 0 8px 25px rgba(4, 18, 48, .3);
    transition: width .25s ease, height .25s ease;
}

.ttt-site-header.is-scrolled .ttt-brand__mark {
    width: 66px;
    height: 66px;
}

.ttt-brand__copy {
    display: grid;
    min-width: 0;
    line-height: 1.12;
}

.ttt-brand__copy strong {
    color: var(--ttt-white);
    font-size: 1.16rem;
    font-weight: 800;
    letter-spacing: -.03em;
    white-space: nowrap;
}

.ttt-brand__copy small {
    margin-top: 4px;
    color: rgba(255, 255, 255, .68);
    font-size: .64rem;
    font-weight: 650;
    letter-spacing: .11em;
    text-transform: uppercase;
    white-space: nowrap;
}

.ttt-brand__mark img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ttt-navigation-wrap,
.ttt-primary-menu,
.ttt-primary-menu > li,
.ttt-primary-menu > li > a {
    display: flex;
    align-items: center;
}

.ttt-navigation-wrap {
    flex: 1;
    justify-content: flex-end;
    gap: clamp(18px, 2.5vw, 38px);
}

.ttt-primary-navigation {
    min-width: 0;
}

.ttt-primary-menu,
.ttt-primary-menu ul,
.ttt-primary-navigation .menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ttt-primary-menu {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: clamp(10px, 1.7vw, 28px);
}

.ttt-primary-menu > li {
    position: relative;
    min-height: 44px;
}

.ttt-primary-menu > li > a {
    position: relative;
    min-height: 44px;
    color: #243654;
    font-family: var(--ttt-font);
    font-size: .86rem;
    font-weight: 650;
    white-space: nowrap;
}

.ttt-primary-menu > li > a::after {
    position: absolute;
    right: 0;
    bottom: 3px;
    left: 0;
    height: 1px;
    content: "";
    background: var(--ttt-green);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .22s ease;
}

.ttt-primary-menu > li:hover > a::after,
.ttt-primary-menu > .current-menu-item > a::after,
.ttt-primary-menu > .current-menu-ancestor > a::after {
    transform: scaleX(1);
    transform-origin: left;
}

.ttt-primary-menu .sub-menu {
    position: absolute;
    z-index: 5;
    top: calc(100% - 1px);
    left: -20px;
    min-width: 230px;
    padding: 12px;
    visibility: hidden;
    border: 1px solid var(--ttt-border);
    border-radius: 15px;
    opacity: 0;
    background: var(--ttt-white);
    box-shadow: var(--ttt-shadow-soft);
    transform: translateY(8px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s;
}

.ttt-primary-menu li:hover > .sub-menu,
.ttt-primary-menu li:focus-within > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.ttt-primary-menu .sub-menu a {
    display: block;
    padding: 9px 11px;
    border-radius: 8px;
    color: var(--ttt-ink);
    font-family: var(--ttt-font);
    font-size: .86rem;
    font-weight: 650;
}

.ttt-primary-menu .sub-menu a:hover {
    color: var(--ttt-blue);
    background: var(--ttt-surface);
}

.ttt-button--header {
    min-height: 46px;
    padding: 11px 19px;
    flex: 0 0 auto;
}

.ttt-menu-toggle {
    position: relative;
    z-index: 3;
    display: none;
    width: 46px;
    height: 46px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: var(--ttt-white);
    background: var(--ttt-blue);
}

.ttt-menu-toggle__lines {
    display: grid;
    gap: 4px;
}

.ttt-menu-toggle__lines i {
    display: block;
    width: 19px;
    height: 2px;
    background: currentColor;
    transition: transform .2s ease, opacity .2s ease;
}

.ttt-menu-toggle[aria-expanded="true"] i:first-child {
    transform: translateY(6px) rotate(45deg);
}

.ttt-menu-toggle[aria-expanded="true"] i:nth-child(2) {
    opacity: 0;
}

.ttt-menu-toggle[aria-expanded="true"] i:last-child {
    transform: translateY(-6px) rotate(-45deg);
}

/* Hero */
.ttt-hero {
    position: relative;
    height: calc(100svh - 132px);
    min-height: 600px;
    overflow: hidden;
    color: var(--ttt-white);
    background: var(--ttt-blue-dark);
}

.ttt-hero__slides,
.ttt-hero__slide,
.ttt-hero__slide::after {
    position: absolute;
    inset: 0;
}

.ttt-hero__slide {
    visibility: hidden;
    opacity: 0;
    transition: opacity .8s ease, visibility .8s;
}

.ttt-hero__slide.is-active {
    z-index: 1;
    visibility: visible;
    opacity: 1;
}

.ttt-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.035);
    transition: transform 7s ease-out;
}

.ttt-hero__slide.is-active .ttt-hero__image {
    transform: scale(1);
}

.ttt-hero__veil {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(6, 20, 48, .82) 0%, rgba(8, 25, 57, .62) 39%, rgba(8, 25, 57, .1) 75%, rgba(8, 25, 57, .07) 100%), linear-gradient(0deg, rgba(5, 18, 41, .34), transparent 42%);
}

.ttt-hero__inner {
    position: relative;
    z-index: 2;
    display: flex;
    height: 100%;
    align-items: center;
}

.ttt-hero__copy {
    width: min(670px, 68%);
    padding-bottom: 32px;
}

.ttt-hero__copy > * {
    opacity: 1;
    transform: none;
}

.ttt-hero__slide.is-active .ttt-hero__copy {
    animation: ttt-hero-copy .72s cubic-bezier(.22, .61, .36, 1) both;
}

@keyframes ttt-hero-copy {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}

.ttt-hero h1,
.ttt-hero h2 {
    max-width: 660px;
    margin: 0;
    color: var(--ttt-white);
    font-family: var(--ttt-font);
    font-size: clamp(3.15rem, 5.55vw, 5rem);
    font-weight: 700;
    letter-spacing: -.045em;
    line-height: 1.08;
    text-wrap: balance;
}

.ttt-hero__text {
    max-width: 610px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, .84);
    font-size: clamp(1rem, 1.45vw, 1.15rem);
    line-height: 1.6;
}

.ttt-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 28px;
}

.ttt-hero__controls {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 34px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 13px;
    pointer-events: none;
}

.ttt-slider-arrow,
.ttt-carousel-actions button {
    display: grid;
    width: 46px;
    height: 46px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    color: var(--ttt-white);
    background: rgba(255, 255, 255, .08);
    cursor: pointer;
    pointer-events: auto;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.ttt-slider-arrow:hover {
    background: var(--ttt-green);
    border-color: var(--ttt-green);
    transform: translateY(-2px);
}

.ttt-hero__dots {
    display: flex;
    align-items: center;
    gap: 5px;
    pointer-events: auto;
}

.ttt-hero__dots button {
    display: grid;
    width: 29px;
    height: 32px;
    padding: 0;
    place-items: center;
    border: 0;
    background: none;
    cursor: pointer;
}

.ttt-hero__dots span {
    display: block;
    width: 18px;
    height: 3px;
    border-radius: 2px;
    background: rgba(255, 255, 255, .48);
    transition: width .2s ease, background .2s ease;
}

.ttt-hero__dots button.is-active span {
    width: 29px;
    background: var(--ttt-green);
}

.ttt-hero__scroll {
    position: absolute;
    z-index: 3;
    bottom: 26px;
    left: max(24px, calc((100vw - var(--ttt-container)) / 2));
    display: flex;
    align-items: center;
    gap: 11px;
    font-size: .71rem;
    font-weight: 750;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.ttt-hero__scroll span {
    display: block;
    width: 22px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, .62);
    border-radius: 999px;
}

.ttt-hero__scroll span::after {
    display: block;
    width: 3px;
    height: 7px;
    margin: 7px auto 0;
    content: "";
    border-radius: 2px;
    background: var(--ttt-green);
    animation: ttt-scroll-hint 1.8s ease-in-out infinite;
}

@keyframes ttt-scroll-hint {
    0%, 100% { transform: translateY(0); opacity: .45; }
    50% { transform: translateY(10px); opacity: 1; }
}

/* Overlapping discovery panel inspired by classic travel booking layouts. */
.ttt-quick-search {
    position: relative;
    z-index: 8;
    height: 0;
}

.ttt-quick-search__form {
    display: grid;
    grid-template-columns: 1fr 1fr .9fr auto;
    min-height: 112px;
    padding: 18px 20px 18px 26px;
    overflow: hidden;
    border: 1px solid rgba(37, 69, 144, .18);
    border-bottom: 3px solid var(--ttt-blue);
    border-radius: 18px;
    background: var(--ttt-white);
    box-shadow: 0 24px 60px rgba(16, 33, 63, .17);
    transform: translateY(-50%);
}

.ttt-quick-search__field,
.ttt-quick-search__promise {
    display: grid;
    min-width: 0;
    grid-template-columns: 45px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 8px 24px 8px 0;
    margin-right: 24px;
    border-right: 1px solid var(--ttt-border);
}

.ttt-quick-search__icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: var(--ttt-blue);
}

.ttt-quick-search__icon svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.ttt-quick-search__field > span:last-child,
.ttt-quick-search__promise > span:last-child {
    display: grid;
    min-width: 0;
}

.ttt-quick-search__field small,
.ttt-quick-search__promise small {
    color: var(--ttt-muted);
    font-size: .7rem;
    font-weight: 650;
}

.ttt-quick-search__field select {
    width: 100%;
    min-height: 32px;
    padding: 0 28px 0 0;
    border: 0;
    color: var(--ttt-ink);
    background: transparent;
    font-family: var(--ttt-font);
    font-size: .95rem;
    font-weight: 700;
    cursor: pointer;
    outline: 0;
}

.ttt-quick-search__promise strong {
    overflow: hidden;
    color: var(--ttt-ink);
    font-size: .86rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ttt-quick-search__submit {
    display: inline-flex;
    min-width: 152px;
    align-items: center;
    align-self: stretch;
    justify-content: center;
    gap: 10px;
    padding: 15px 26px;
    border: 0;
    border-radius: 999px;
    color: var(--ttt-white);
    background: var(--ttt-green);
    box-shadow: 0 12px 28px rgba(50, 139, 49, .22);
    cursor: pointer;
    font-family: var(--ttt-font);
    font-weight: 750;
    transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.ttt-quick-search__submit svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 1.8;
}

.ttt-quick-search__submit:hover {
    background: var(--ttt-blue);
    box-shadow: 0 14px 32px rgba(37, 69, 144, .24);
    transform: translateY(-2px);
}

/* Shared sections */
.ttt-home-section,
.ttt-taxonomy-page,
.ttt-listing-page {
    padding: clamp(82px, 9vw, 128px) 0;
}

.ttt-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 42px;
    margin-bottom: 42px;
}

.ttt-section-heading h2,
.ttt-about h2,
.ttt-footer-cta h2,
.ttt-error-page h2 {
    margin: 0;
    color: var(--ttt-ink);
    font-family: var(--ttt-font);
    font-size: clamp(2.1rem, 4vw, 3.45rem);
    font-weight: 700;
    letter-spacing: -.045em;
    line-height: 1.08;
    text-wrap: balance;
}

.ttt-section-heading > p {
    max-width: 455px;
    margin: 0 0 4px;
    color: var(--ttt-muted);
}

.ttt-section-heading--center {
    display: block;
    max-width: 720px;
    margin-inline: auto;
    text-align: center;
}

.ttt-section-heading--center .ttt-eyebrow {
    justify-content: center;
}

.ttt-section-heading--center > p {
    max-width: 620px;
    margin: 18px auto 0;
}

.ttt-empty {
    padding: 24px;
    margin: 0;
    color: var(--ttt-muted);
    background: var(--ttt-surface);
    border: 1px dashed #c8d2e2;
    border-radius: var(--ttt-radius-sm);
    text-align: center;
}

/* Experience types */
.ttt-experiences {
    padding-top: clamp(120px, 11vw, 158px);
    background-color: var(--ttt-white);
    background-image: url("../images/travel-pattern.svg");
    background-repeat: repeat;
}

.ttt-experience-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    align-items: center;
}

.ttt-experience-grid--count-1 {
    grid-template-columns: minmax(280px, 370px);
    justify-content: center;
}

.ttt-experience-grid--count-2 {
    grid-template-columns: repeat(2, minmax(280px, 370px));
    justify-content: center;
}

.ttt-experience-card {
    position: relative;
    display: block;
    min-height: 390px;
    padding: 0;
    overflow: hidden;
    border: 7px solid var(--ttt-white);
    border-radius: 46px 24px 46px 24px;
    color: var(--ttt-white);
    background: var(--ttt-blue-dark);
    box-shadow: 0 20px 54px rgba(16, 33, 63, .16);
    transform: rotate(-1deg);
    transition: box-shadow .3s ease, transform .3s ease;
}

.ttt-experience-card:nth-child(even) {
    border-radius: 24px 46px 24px 46px;
    transform: translateY(-10px) rotate(1deg);
}

.ttt-experience-card::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(0deg, rgba(5, 18, 44, .9) 0%, rgba(7, 23, 52, .2) 66%, rgba(7, 23, 52, .04) 100%);
    pointer-events: none;
}

.ttt-experience-card:hover {
    color: var(--ttt-white);
    box-shadow: 0 30px 70px rgba(16, 33, 63, .24);
    transform: translateY(-7px) rotate(0);
}

.ttt-experience-card:nth-child(even):hover {
    transform: translateY(-17px) rotate(0);
}

.ttt-experience-card__media,
.ttt-experience-card__media > span {
    position: absolute;
    inset: 0;
}

.ttt-experience-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

.ttt-experience-card:hover .ttt-experience-card__media img {
    transform: scale(1.06);
}

.ttt-experience-card__icon {
    position: absolute;
    z-index: 2;
    top: 22px;
    left: 22px;
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .48);
    border-radius: 50%;
    color: var(--ttt-white);
    background: rgba(16, 43, 103, .38);
    backdrop-filter: blur(8px);
}

.ttt-experience-card__icon svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.ttt-experience-card__copy {
    position: absolute;
    z-index: 2;
    right: 26px;
    bottom: 25px;
    left: 26px;
    display: grid;
    padding-right: 55px;
}

.ttt-experience-card__copy strong {
    color: var(--ttt-white);
    font-family: var(--ttt-font);
    font-size: 1.45rem;
    line-height: 1.2;
}

.ttt-experience-card__copy small {
    order: -1;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, .72);
    font-size: .75rem;
}

.ttt-experience-card__arrow {
    position: absolute;
    z-index: 2;
    right: 26px;
    bottom: 25px;
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    font-size: 1.1rem;
    backdrop-filter: blur(8px);
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

.ttt-experience-card:hover .ttt-experience-card__arrow {
    color: var(--ttt-blue-dark);
    background: var(--ttt-white);
    transform: rotate(8deg);
}

/* Destinations */
.ttt-destinations {
    position: relative;
    overflow: hidden;
    background: var(--ttt-white);
}

.ttt-destinations::before {
    position: absolute;
    top: -180px;
    left: -180px;
    width: 420px;
    height: 420px;
    content: "";
    border: 1px solid rgba(37, 69, 144, .07);
    border-radius: 50%;
    box-shadow: 0 0 0 52px rgba(37, 69, 144, .025), 0 0 0 104px rgba(37, 69, 144, .018);
}

.ttt-countries-grid {
    display: grid;
    grid-auto-columns: minmax(285px, 350px);
    grid-auto-flow: column;
    grid-template-columns: none;
    gap: 24px;
    padding: 15px 8px 35px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-color: #cbd6e4 transparent;
    scrollbar-width: thin;
}

.ttt-countries-grid--count-1 {
    grid-auto-flow: row;
    grid-template-columns: minmax(285px, 380px);
    justify-content: center;
}

.ttt-countries-grid--count-2 {
    grid-auto-flow: row;
    grid-template-columns: repeat(2, minmax(285px, 360px));
    justify-content: center;
}

.ttt-countries-grid--count-3 {
    grid-auto-flow: row;
    grid-template-columns: repeat(3, minmax(260px, 350px));
    justify-content: center;
}

.ttt-country-card {
    height: 100%;
    margin: 0;
    scroll-snap-align: center;
}

.ttt-country-card > a {
    position: relative;
    display: block;
    height: 100%;
    min-height: 370px;
    overflow: hidden;
    border: 5px solid var(--ttt-white);
    border-radius: 32px;
    background: var(--ttt-blue-dark);
    box-shadow: 0 22px 55px rgba(16, 33, 63, .16);
    isolation: isolate;
}

.ttt-country-card__media,
.ttt-country-card__shade {
    position: absolute;
    inset: 0;
}

.ttt-country-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s cubic-bezier(.22, .61, .36, 1);
}

.ttt-country-card__shade {
    background: linear-gradient(0deg, rgba(6, 20, 48, .88) 0%, rgba(7, 24, 54, .24) 56%, rgba(7, 24, 54, .04) 100%);
}

.ttt-country-card__content {
    position: absolute;
    z-index: 1;
    right: 24px;
    bottom: 22px;
    left: 24px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    color: var(--ttt-white);
}

.ttt-country-card__content > span {
    display: grid;
}

.ttt-country-card__content small {
    margin-bottom: 3px;
    color: rgba(255, 255, 255, .72);
    font-size: .75rem;
}

.ttt-country-card__content strong {
    font-size: 1.5rem;
    letter-spacing: -.025em;
    line-height: 1.15;
}

.ttt-country-card__content i {
    display: grid;
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 50%;
    color: var(--ttt-blue-dark);
    background: var(--ttt-white);
    font-style: normal;
    transition: color .25s ease, background .25s ease, transform .25s ease;
}

.ttt-country-card a:hover img {
    transform: scale(1.065);
}

.ttt-country-card a:hover .ttt-country-card__content i {
    color: var(--ttt-white);
    background: var(--ttt-green);
    transform: rotate(8deg);
}

/* Tour browser and cards */
.ttt-featured-tours {
    position: relative;
    overflow: hidden;
    background-color: #eef7fb;
    background-image: url("../images/travel-pattern.svg");
    background-repeat: repeat;
}

.ttt-tour-browser__toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.ttt-tabs {
    display: inline-flex;
    gap: 5px;
    padding: 5px;
    border-radius: 999px;
    background: var(--ttt-surface);
}

.ttt-tabs button {
    min-height: 43px;
    padding: 9px 20px;
    border: 0;
    border-radius: 999px;
    color: var(--ttt-muted);
    background: transparent;
    cursor: pointer;
    font-size: .84rem;
    font-weight: 800;
    transition: color .2s ease, background .2s ease, box-shadow .2s ease;
}

.ttt-tabs button.is-active {
    color: var(--ttt-white);
    background: var(--ttt-blue);
    box-shadow: 0 7px 18px rgba(37, 69, 144, .18);
}

.ttt-carousel-actions {
    display: flex;
    gap: 8px;
}

.ttt-carousel-actions button {
    color: var(--ttt-blue);
    background: var(--ttt-white);
    border-color: var(--ttt-border);
}

.ttt-carousel-actions button:hover {
    color: var(--ttt-white);
    background: var(--ttt-blue);
    border-color: var(--ttt-blue);
}

.ttt-carousel-actions button:disabled {
    opacity: .35;
    cursor: default;
    transform: none;
}

.ttt-tour-panel[hidden] {
    display: none !important;
}

.ttt-tour-panel .ttt-tours-grid {
    display: grid;
    grid-auto-columns: minmax(325px, calc((100% - 40px) / 3));
    grid-auto-flow: column;
    grid-template-columns: none;
    gap: 20px;
    padding: 8px 1px 32px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
    scrollbar-color: #c7d0df transparent;
}

.ttt-tour-panel .ttt-tour-card {
    scroll-snap-align: start;
}

.ttt-tour-card {
    display: flex;
    min-width: 0;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--ttt-border);
    border-radius: var(--ttt-radius);
    background: var(--ttt-white);
    box-shadow: 0 10px 36px rgba(16, 33, 63, .055);
    transition: box-shadow .3s ease, transform .3s ease;
}

.ttt-tour-card:hover {
    box-shadow: 0 24px 56px rgba(16, 33, 63, .13);
    transform: translateY(-6px);
}

.ttt-tour-card__image {
    position: relative;
    display: block;
    height: 235px;
    overflow: hidden;
    background: #dce4ef;
}

.ttt-tour-card__image::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(0deg, rgba(8, 24, 52, .42), transparent 44%);
}

.ttt-tour-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s ease;
}

.ttt-tour-card:hover .ttt-tour-card__image img {
    transform: scale(1.055);
}

.ttt-tour-card__country {
    position: absolute;
    z-index: 1;
    bottom: 17px;
    left: 18px;
    padding: 7px 11px;
    border-radius: 999px;
    color: var(--ttt-white);
    background: rgba(16, 33, 63, .72);
    font-size: .72rem;
    font-weight: 800;
    backdrop-filter: blur(7px);
}

.ttt-tour-card__body {
    padding: 22px 22px 16px;
}

.ttt-tour-card__meta {
    display: flex;
    min-height: 22px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 11px;
}

.ttt-tour-card__meta p {
    margin: 0;
}

.ttt-tour-card__date {
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--ttt-blue);
    font-size: .73rem;
    font-weight: 800;
}

.ttt-tour-card__date svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: var(--ttt-green-dark);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.ttt-tour-card__categories {
    overflow: hidden;
    color: var(--ttt-muted);
    font-size: .7rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ttt-tour-card__title {
    margin: 0;
    color: var(--ttt-ink);
    font-size: 1.3rem;
    font-weight: 760;
    letter-spacing: -.025em;
    line-height: 1.25;
}

.ttt-tour-card__title a:hover {
    color: var(--ttt-blue);
}

.ttt-tour-card__excerpt {
    display: -webkit-box;
    min-height: 3.15em;
    margin: 12px 0 0;
    overflow: hidden;
    color: var(--ttt-muted);
    font-size: .86rem;
    line-height: 1.58;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ttt-tour-card__footer {
    display: flex;
    min-height: 76px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 15px 22px 20px;
    margin-top: auto;
    border-top: 1px solid #edf1f6;
}

.ttt-tour-card__pricing p {
    margin: 0;
}

.ttt-tour-card__price {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.ttt-tour-card__price span,
.ttt-tour-card__price-note {
    color: var(--ttt-muted);
    font-size: .68rem;
}

.ttt-tour-card__price strong {
    color: var(--ttt-blue-dark);
    font-size: 1.15rem;
    line-height: 1;
}

.ttt-tour-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--ttt-blue);
    font-size: .78rem;
    font-weight: 850;
}

.ttt-tour-card__cta i {
    display: grid;
    width: 33px;
    height: 33px;
    place-items: center;
    border-radius: 50%;
    color: var(--ttt-white);
    background: var(--ttt-green);
    font-style: normal;
    transition: transform .2s ease, background .2s ease;
}

.ttt-tour-card__cta:hover i {
    background: var(--ttt-blue);
    transform: translateX(3px);
}

.ttt-tours-grid--archive {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.ttt-tours-grid--archive > div {
    min-width: 0;
}

/* About */
.ttt-about {
    position: relative;
    overflow: hidden;
    background: var(--ttt-white);
}

.ttt-about::after {
    position: absolute;
    right: -160px;
    bottom: -210px;
    width: 520px;
    height: 520px;
    content: "";
    border: 1px solid rgba(37, 69, 144, .07);
    border-radius: 50%;
    box-shadow: 0 0 0 62px rgba(37, 69, 144, .024), 0 0 0 124px rgba(37, 69, 144, .012);
}

.ttt-about__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(0, .97fr);
    align-items: center;
    gap: clamp(52px, 7vw, 96px);
}

.ttt-about__visual {
    position: relative;
    padding: 0 40px 36px 0;
}

.ttt-about__visual::before {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    width: 78%;
    height: 77%;
    content: "";
    border-radius: 42% 18px 42% 18px;
    background: var(--ttt-green);
}

.ttt-about__image-wrap {
    overflow: hidden;
    border: 8px solid var(--ttt-white);
    border-radius: 44% 18px 44% 18px;
    box-shadow: 0 30px 70px rgba(16, 33, 63, .2);
}

.ttt-about__image-wrap img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.ttt-about__stamp {
    position: absolute;
    right: 0;
    bottom: 0;
    display: grid;
    width: 128px;
    height: 128px;
    padding: 16px;
    align-content: center;
    border: 6px solid var(--ttt-blue);
    border-radius: 50%;
    color: var(--ttt-blue-dark);
    background: var(--ttt-white);
    text-align: center;
}

.ttt-about__stamp strong {
    font-size: 1.55rem;
    line-height: 1;
}

.ttt-about__stamp span {
    margin-top: 5px;
    font-size: .68rem;
    font-weight: 750;
    line-height: 1.25;
}

.ttt-about h2 {
    color: var(--ttt-ink);
}

.ttt-about__lead {
    margin: 23px 0 0;
    color: var(--ttt-muted);
    font-size: 1.03rem;
}

.ttt-benefits {
    display: grid;
    margin: 28px 0 31px;
}

.ttt-benefits > div {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 17px;
    padding: 15px 0;
    border-bottom: 1px solid var(--ttt-border);
}

.ttt-benefits > div > span {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 50%;
    color: var(--ttt-white);
    background: var(--ttt-blue);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
}

.ttt-benefits p {
    margin: 0;
    color: var(--ttt-muted);
    font-size: .85rem;
}

.ttt-benefits strong {
    display: block;
    margin-bottom: 3px;
    color: var(--ttt-ink);
    font-size: .98rem;
}

/* Testimonials */
.ttt-testimonials {
    background: var(--ttt-surface);
}

.ttt-testimonials-admin-note {
    padding: 18px 0;
    color: #6b5525;
    background: #fff8dd;
    border-top: 1px solid #f1df97;
}

.ttt-testimonials-admin-note p {
    margin: 0;
    font-size: .86rem;
}

/* Breadcrumb and normal pages */
.ttt-page-hero {
    position: relative;
    display: grid;
    min-height: 340px;
    overflow: hidden;
    place-items: center;
    color: var(--ttt-white);
    background: var(--ttt-blue-dark);
}

.ttt-page-hero > img,
.ttt-page-hero__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.ttt-page-hero > img {
    object-fit: cover;
    object-position: center 55%;
}

.ttt-page-hero__overlay {
    background: linear-gradient(90deg, rgba(7, 23, 53, .9), rgba(7, 23, 53, .5)), linear-gradient(0deg, rgba(7, 23, 53, .42), transparent);
}

.ttt-page-hero__inner {
    position: relative;
    z-index: 1;
    padding: 70px 0;
}

.ttt-page-hero h1,
.ttt-tour__hero h1.screen-reader-text {
    position: static !important;
    width: auto !important;
    height: auto !important;
    max-width: 900px;
    padding: 0 !important;
    margin: 18px 0 0 !important;
    overflow: visible !important;
    clip: auto !important;
    color: var(--ttt-white);
    font-size: clamp(2.7rem, 5vw, 5rem);
    font-weight: 760;
    letter-spacing: -.05em;
    line-height: 1.02;
    white-space: normal !important;
    text-wrap: balance;
}

.ttt-breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    padding: 0;
    margin: 0;
    list-style: none;
    color: rgba(255, 255, 255, .7);
    font-size: .78rem;
    font-weight: 750;
}

.ttt-breadcrumbs li + li::before {
    margin-right: 9px;
    color: var(--ttt-green);
    content: "/";
}

.ttt-breadcrumbs a:hover {
    color: var(--ttt-white);
}

.ttt-page-content {
    min-height: 300px;
}

.ttt-page-content:not(.ttt-page-content--elementor) {
    padding: clamp(64px, 8vw, 110px) 0;
}

.ttt-prose {
    max-width: 860px;
    color: #394a64;
    font-size: 1.02rem;
}

.ttt-prose > :first-child { margin-top: 0; }
.ttt-prose > :last-child { margin-bottom: 0; }

.ttt-prose h2,
.ttt-prose h3,
.ttt-prose h4 {
    color: var(--ttt-ink);
    letter-spacing: -.03em;
    line-height: 1.2;
}

.ttt-prose h2 { margin: 2em 0 .7em; font-size: clamp(1.8rem, 3vw, 2.6rem); }
.ttt-prose h3 { margin: 1.7em 0 .6em; font-size: 1.45rem; }
.ttt-prose a { color: var(--ttt-blue); text-decoration: underline; text-underline-offset: 3px; }
.ttt-prose ul, .ttt-prose ol { padding-left: 1.2em; }
.ttt-prose blockquote { padding: 4px 0 4px 24px; margin: 28px 0; border-left: 4px solid var(--ttt-green); color: var(--ttt-blue-dark); font-size: 1.18rem; }

.ttt-article-featured {
    overflow: hidden;
    margin: 0 0 44px;
    border-radius: var(--ttt-radius);
}

.ttt-article-meta {
    margin-top: 0;
    color: var(--ttt-green-dark);
    font-size: .8rem;
    font-weight: 800;
}

.ttt-taxonomy-page__intro {
    padding: 0 0 clamp(56px, 7vw, 90px);
}

.ttt-taxonomy-page > .ttt-container > section > .ttt-section-heading {
    margin-bottom: 36px;
}

/* Blog */
.ttt-post-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px;
}

.ttt-post-card {
    overflow: hidden;
    border: 1px solid var(--ttt-border);
    border-radius: var(--ttt-radius);
    background: var(--ttt-white);
    box-shadow: var(--ttt-shadow-soft);
}

.ttt-post-card__image {
    display: block;
    height: 230px;
    overflow: hidden;
}

.ttt-post-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.ttt-post-card:hover .ttt-post-card__image img { transform: scale(1.05); }

.ttt-post-card__body { padding: 25px; }
.ttt-post-card__date { margin: 0 0 9px; color: var(--ttt-green-dark); font-size: .74rem; font-weight: 800; }
.ttt-post-card h2 { margin: 0; font-size: 1.35rem; line-height: 1.25; }
.ttt-post-card h2 a:hover { color: var(--ttt-blue); }
.ttt-post-card__body > p:not(.ttt-post-card__date) { color: var(--ttt-muted); font-size: .88rem; }

.navigation.pagination { margin-top: 48px; }
.nav-links { display: flex; justify-content: center; gap: 8px; }
.page-numbers { display: grid; min-width: 42px; height: 42px; padding: 0 10px; place-items: center; border: 1px solid var(--ttt-border); border-radius: 50%; color: var(--ttt-blue); font-weight: 750; }
.page-numbers.current, a.page-numbers:hover { color: var(--ttt-white); background: var(--ttt-blue); border-color: var(--ttt-blue); }

/* Plugin detail pages */
.ttt-tour__hero {
    position: relative;
    display: grid;
    min-height: min(70vh, 720px);
    overflow: hidden;
    align-items: end;
    background: var(--ttt-blue-dark);
}

.ttt-tour__hero::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(0deg, rgba(5, 17, 42, .88), rgba(5, 17, 42, .05) 70%), linear-gradient(90deg, rgba(5, 17, 42, .58), transparent 60%);
}

.ttt-tour__hero-image,
.ttt-tour__hero-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ttt-tour__hero h1.screen-reader-text {
    z-index: 2;
    width: min(calc(100% - 48px), var(--ttt-container)) !important;
    padding: 0 0 64px !important;
    margin: 0 auto !important;
}

.ttt-tour-menu {
    background: var(--ttt-white);
    border-bottom-color: var(--ttt-border);
}

.ttt-tour-menu a {
    color: var(--ttt-ink);
    font-weight: 750;
}

.ttt-tour-menu a:hover,
.ttt-tour-menu a.is-active {
    color: var(--ttt-blue);
}

.ttt-tour-menu--sticky {
    z-index: 98;
}

.ttt-tour-overview {
    background: var(--ttt-surface);
}

.ttt-tour-fact > svg,
.ttt-tour-fact__stars {
    color: var(--ttt-green-dark);
    stroke: currentColor;
}

.ttt-tour-price strong,
.ttt-section h2 {
    color: var(--ttt-blue-dark);
}

.ttt-program-tabs__tab.is-active,
.ttt-program-tabs__tab:hover {
    color: var(--ttt-white);
    background: var(--ttt-blue);
    border-color: var(--ttt-blue);
}

.ttt-info-card,
.ttt-inquiry-form,
.ttt-contract-form {
    border-radius: var(--ttt-radius);
}

.ttt-gallery__item {
    border-radius: var(--ttt-radius-sm);
}

/* Forms from the manager plugin */
.ttt-theme :where(.ttt-inquiry-form, .ttt-contract-form) input:not([type="checkbox"]):not([type="radio"]),
.ttt-theme :where(.ttt-inquiry-form, .ttt-contract-form) textarea,
.ttt-theme :where(.ttt-inquiry-form, .ttt-contract-form) select {
    min-height: 50px;
    padding: 12px 14px;
    border: 1px solid #cdd7e5;
    border-radius: 10px;
    color: var(--ttt-ink);
    background: var(--ttt-white);
}

.ttt-theme :where(.ttt-inquiry-form, .ttt-contract-form) input:focus,
.ttt-theme :where(.ttt-inquiry-form, .ttt-contract-form) textarea:focus,
.ttt-theme :where(.ttt-inquiry-form, .ttt-contract-form) select:focus {
    border-color: var(--ttt-blue);
    box-shadow: 0 0 0 3px rgba(37, 69, 144, .12);
    outline: 0;
}

/* Error */
.ttt-error-page {
    padding: clamp(70px, 10vw, 130px) 0;
    text-align: center;
}

.ttt-error-page .ttt-container { max-width: 680px; }
.ttt-error-page__code { margin: 0; color: var(--ttt-green); font-size: clamp(5rem, 13vw, 9rem); font-weight: 850; letter-spacing: -.08em; line-height: .8; }
.ttt-error-page h2 { margin-top: 28px; }
.ttt-error-page p:not(.ttt-error-page__code) { margin: 20px auto 28px; color: var(--ttt-muted); }

/* Footer */
.ttt-site-footer {
    padding: 0 0 26px;
    color: rgba(255, 255, 255, .68);
    background: #091b3d;
}

.ttt-footer-cta {
    display: flex;
    min-height: 180px;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    padding: 40px 48px;
    color: var(--ttt-white);
    background: var(--ttt-blue);
    border-radius: 0 0 var(--ttt-radius-lg) var(--ttt-radius-lg);
}

.ttt-footer-cta .ttt-eyebrow { color: #b9f5aa; }
.ttt-footer-cta h2 { color: var(--ttt-white); font-size: clamp(2rem, 3.6vw, 3.2rem); }

.ttt-footer-grid {
    display: grid;
    grid-template-columns: 1.35fr .8fr .95fr;
    gap: clamp(44px, 8vw, 110px);
    padding: 75px 0 58px;
}

.ttt-brand--footer .ttt-brand__mark {
    width: 82px;
    height: 82px;
    border-color: rgba(255, 255, 255, .14);
}

.ttt-brand--footer {
    width: auto;
    height: auto;
}

.ttt-brand--footer::before {
    display: none;
}

.ttt-footer-brand p {
    max-width: 380px;
    margin: 24px 0 0;
}

.ttt-footer-grid h2 {
    margin: 8px 0 24px;
    color: var(--ttt-white);
    font-size: .77rem;
    font-weight: 850;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.ttt-footer-menu,
.ttt-footer-menu ul,
.ttt-footer-contact {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ttt-footer-menu {
    display: grid;
    gap: 9px;
}

.ttt-footer-menu a:hover,
.ttt-footer-contact a:hover {
    color: var(--ttt-white);
}

.ttt-footer-contact {
    display: grid;
    gap: 15px;
}

.ttt-footer-contact li {
    display: grid;
}

.ttt-footer-contact span {
    color: rgba(255, 255, 255, .4);
    font-size: .68rem;
    font-weight: 750;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.ttt-footer-contact address {
    color: rgba(255, 255, 255, .68);
    font-style: normal;
}

.ttt-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    font-size: .75rem;
}

.ttt-footer-bottom p { margin: 0; }

/* Subtle scroll reveals; content stays visible without JavaScript. */
.js [data-reveal] {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .65s ease, transform .65s cubic-bezier(.22, .61, .36, 1);
}

.js [data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1180px) {
    .ttt-site-header__inner { gap: 18px; }
    .ttt-brand { width: 92px; }
    .ttt-brand::before { right: -8px; border-radius: 0 0 38px 0; }
    .ttt-brand__copy { display: none; }
    .ttt-navigation-wrap { gap: 18px; }
    .ttt-primary-menu { gap: 15px; }
    .ttt-primary-menu > li > a { font-size: .8rem; }
    .ttt-button--header { padding-inline: 15px; }
    .ttt-experience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ttt-experience-grid--count-1 { grid-template-columns: minmax(280px, 370px); }
    .ttt-tours-grid--archive, .ttt-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1080px) {
    .ttt-site-header { height: 78px; }
    .ttt-site-header.is-scrolled { height: 72px; }
    .ttt-brand__mark, .ttt-site-header.is-scrolled .ttt-brand__mark { width: 64px; height: 64px; }
    .ttt-menu-toggle { display: grid; }
    .ttt-navigation-wrap {
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        display: flex;
        width: min(86vw, 420px);
        padding: 108px 30px 34px;
        align-items: stretch;
        justify-content: flex-start;
        flex-direction: column;
        overflow-y: auto;
        visibility: hidden;
        opacity: 0;
        background: var(--ttt-white);
        box-shadow: -20px 0 55px rgba(16, 33, 63, .18);
        transform: translateX(104%);
        transition: opacity .28s ease, transform .28s ease, visibility .28s;
    }
    .ttt-navigation-wrap::before {
        position: fixed;
        z-index: -1;
        inset: 0 min(86vw, 420px) 0 0;
        content: "";
        background: rgba(5, 17, 42, .48);
        backdrop-filter: blur(2px);
    }
    .ttt-navigation-wrap.is-open { visibility: visible; opacity: 1; transform: translateX(0); }
    .ttt-primary-menu, .ttt-primary-menu > li, .ttt-primary-menu > li > a { display: block; }
    .ttt-primary-menu > li { min-height: 0; border-bottom: 1px solid var(--ttt-border); }
    .ttt-primary-menu > li > a { min-height: 0; padding: 15px 2px; font-size: 1rem; }
    .ttt-primary-menu > li > a::after { display: none; }
    .ttt-primary-menu .sub-menu { position: static; min-width: 0; padding: 0 0 10px 12px; visibility: visible; border: 0; opacity: 1; box-shadow: none; transform: none; }
    .ttt-navigation-wrap .ttt-button--header { margin-top: 24px; }
    .ttt-hero { height: calc(100svh - 116px); }
    .ttt-hero__copy { width: min(720px, 88%); }
    .ttt-quick-search { height: auto; margin-top: -50px; }
    .ttt-quick-search__form { grid-template-columns: 1fr 1fr; transform: none; }
    .ttt-quick-search__field:nth-child(2), .ttt-quick-search__promise { margin-right: 0; border-right: 0; }
    .ttt-quick-search__promise { border-top: 1px solid var(--ttt-border); }
    .ttt-quick-search__submit { min-height: 64px; margin-top: 10px; }
    .ttt-experiences { padding-top: clamp(72px, 9vw, 110px); }
    .ttt-experience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ttt-country-card > a { min-height: 360px; }
    .ttt-about__grid { grid-template-columns: 1fr; }
    .ttt-about__visual { width: min(700px, 100%); }
    .ttt-footer-grid { grid-template-columns: 1.2fr 1fr; }
    .ttt-footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 782px) {
    .admin-bar .ttt-site-header { top: 46px; }
}

@media (max-width: 720px) {
    .ttt-container { width: min(calc(100% - 34px), var(--ttt-container)); }
    .ttt-topbar__inner { justify-content: center; }
    .ttt-topbar p { display: none; }
    .ttt-topbar__contact { width: 100%; justify-content: space-between; gap: 12px; }
    .ttt-hero { min-height: 570px; }
    .ttt-hero__copy { width: 100%; padding: 36px 0 76px; }
    .ttt-hero h1, .ttt-hero h2 { font-size: clamp(2.6rem, 12vw, 4.25rem); }
    .ttt-hero__text { max-width: 92%; }
    .ttt-hero__veil { background: linear-gradient(90deg, rgba(6, 20, 48, .83), rgba(8, 25, 57, .35)), linear-gradient(0deg, rgba(5, 18, 41, .7), transparent 55%); }
    .ttt-hero__controls { bottom: 22px; justify-content: flex-start; }
    .ttt-hero__scroll { display: none; }
    .ttt-quick-search { margin-top: -30px; }
    .ttt-quick-search__form { grid-template-columns: 1fr; padding: 15px 18px; }
    .ttt-quick-search__field, .ttt-quick-search__promise { min-height: 70px; padding: 10px 0; margin: 0; border-right: 0; border-bottom: 1px solid var(--ttt-border); }
    .ttt-quick-search__promise { display: none; }
    .ttt-quick-search__submit { min-height: 56px; margin-top: 14px; }
    .ttt-section-heading { display: block; }
    .ttt-section-heading > p, .ttt-section-heading > .ttt-text-link { margin-top: 18px; }
    .ttt-tour-panel .ttt-tours-grid { grid-auto-columns: minmax(285px, 88%); }
    .ttt-tour-browser__toolbar { align-items: end; }
    .ttt-tabs { align-items: stretch; border-radius: 18px; }
    .ttt-tabs button { padding-inline: 14px; }
    .ttt-carousel-actions button { width: 42px; height: 42px; }
    .ttt-about__visual { padding: 0 20px 20px 0; }
    .ttt-about__stamp { width: 108px; height: 108px; border-width: 5px; }
    .ttt-page-hero { min-height: 280px; }
    .ttt-page-hero__inner { padding: 52px 0; }
    .ttt-page-hero h1, .ttt-tour__hero h1.screen-reader-text { font-size: clamp(2.35rem, 11vw, 3.8rem); }
    .ttt-tours-grid--archive, .ttt-post-grid { grid-template-columns: 1fr; }
    .ttt-footer-cta { padding: 34px 28px; flex-direction: column; align-items: flex-start; }
    .ttt-footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 28px; padding-block: 58px 44px; }
    .ttt-footer-brand { grid-column: 1 / -1; }
    .ttt-footer-bottom { flex-direction: column; gap: 6px; }
}

@media (max-width: 560px) {
    .ttt-topbar__contact span { font-size: .71rem; }
    .ttt-navigation-wrap { width: 100%; }
    .ttt-navigation-wrap::before { display: none; }
    .ttt-hero__actions { align-items: stretch; flex-direction: column; width: min(100%, 310px); }
    .ttt-hero__actions .ttt-button { width: 100%; }
    .ttt-experience-grid, .ttt-experience-grid--count-1, .ttt-experience-grid--count-2 { grid-template-columns: 1fr; }
    .ttt-experience-card, .ttt-experience-card:nth-child(even) { min-height: 370px; transform: none; }
    .ttt-experience-card:nth-child(even):hover { transform: translateY(-7px); }
    .ttt-countries-grid, .ttt-countries-grid--count-1, .ttt-countries-grid--count-2, .ttt-countries-grid--count-3 { grid-auto-columns: 88%; grid-auto-flow: column; grid-template-columns: none; justify-content: start; }
    .ttt-countries-grid--count-1 { grid-auto-columns: 100%; }
    .ttt-country-card > a { min-height: 390px; }
    .ttt-tour-browser__toolbar { align-items: stretch; flex-direction: column; }
    .ttt-carousel-actions { align-self: flex-end; }
    .ttt-tabs { display: grid; grid-template-columns: 1fr 1fr; }
    .ttt-tabs button { line-height: 1.25; }
    .ttt-tour-card__image { height: 220px; }
    .ttt-footer-grid { grid-template-columns: 1fr; }
    .ttt-footer-brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .js [data-reveal] { opacity: 1; transform: none; }
}
