.fa-ts-page {
    --ts-navy: #06162f;
    --ts-blue: #0a2540;
    --ts-royal: #154b8b;
    --ts-ocean: #18b8c8;
    --ts-gold: #f2b705;
    --ts-ink: #10233e;
    --ts-muted: #66758a;
    --ts-line: #e5ebf2;
    --ts-soft: #f6f8fb;
    --ts-white: #ffffff;
    --ts-shadow: 0 30px 90px rgba(6,22,47,.13);
    background: #fff;
    color: var(--ts-ink);
    font-family: "Poppins", sans-serif;
    overflow: hidden;
}

.fa-ts-page * {
    box-sizing: border-box;
}

.fa-ts-shell {
    width: min(1240px, 92%);
    margin: 0 auto;
}

.fa-ts-hero {
    position: relative;
    min-height: 100vh;
    padding: 150px 0 105px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background: var(--ts-navy);
}

.fa-ts-hero-image,
.fa-ts-hero-overlay,
.fa-ts-hero-lines {
    position: absolute;
    inset: 0;
}

.fa-ts-hero-image {
    background: url("https://images.unsplash.com/photo-1516426122078-c23e76319801?auto=format&fit=crop&w=2200&q=90") center/cover;
    animation: faTsZoom 24s ease-in-out infinite alternate;
}

.fa-ts-hero-overlay {
    background:
        linear-gradient(90deg, rgba(6,22,47,.96), rgba(6,22,47,.73) 42%, rgba(6,22,47,.30) 74%, rgba(6,22,47,.58)),
        linear-gradient(180deg, rgba(6,22,47,.18), rgba(6,22,47,.12) 50%, rgba(6,22,47,.96));
}

.fa-ts-hero-lines {
    opacity: .32;
    background:
        radial-gradient(circle at 18% 25%, rgba(24,184,200,.24), transparent 27%),
        radial-gradient(circle at 85% 13%, rgba(242,183,5,.22), transparent 23%),
        repeating-linear-gradient(125deg, transparent 0 70px, rgba(255,255,255,.035) 71px 72px);
    animation: faTsDrift 11s ease-in-out infinite alternate;
}

.fa-ts-hero-grid {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr);
    gap: 70px;
    align-items: center;
}

.fa-ts-eyebrow,
.fa-ts-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--ts-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

.fa-ts-eyebrow::before,
.fa-ts-kicker::before {
    content: "";
    width: 44px;
    height: 2px;
    border-radius: 99px;
    background: currentColor;
}

.fa-ts-hero-copy h1 {
    max-width: 850px;
    margin: 20px 0 25px;
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: clamp(56px, 7vw, 98px);
    line-height: .93;
    letter-spacing: -2.8px;
    text-shadow: 0 22px 70px rgba(0,0,0,.46);
}

.fa-ts-hero-copy h1 em {
    display: block;
    color: var(--ts-gold);
    font-style: normal;
}

.fa-ts-hero-copy > p {
    max-width: 700px;
    margin: 0;
    color: rgba(255,255,255,.83);
    font-size: 18px;
    line-height: 1.86;
}

.fa-ts-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.fa-ts-btn {
    min-height: 56px;
    padding: 0 25px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-weight: 900;
    transition: .35s ease;
}

.fa-ts-btn:hover {
    transform: translateY(-5px);
}

.fa-ts-btn-gold {
    color: var(--ts-navy) !important;
    background: linear-gradient(135deg, var(--ts-gold), #ffe58a);
    box-shadow: 0 20px 52px rgba(242,183,5,.30);
}

.fa-ts-btn-glass {
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.28);
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(18px);
}

.fa-ts-hero-facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 690px;
    margin-top: 38px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 26px;
    background: rgba(6,22,47,.36);
    backdrop-filter: blur(20px);
}

.fa-ts-hero-facts div {
    padding: 20px;
    border-right: 1px solid rgba(255,255,255,.11);
}

.fa-ts-hero-facts div:last-child {
    border-right: 0;
}

.fa-ts-hero-facts strong,
.fa-ts-hero-facts span {
    display: block;
}

.fa-ts-hero-facts strong {
    color: #fff;
    font-size: 27px;
}

.fa-ts-hero-facts span {
    margin-top: 4px;
    color: rgba(255,255,255,.62);
    font-size: 12px;
}

.fa-ts-map {
    position: relative;
    min-height: 590px;
}

.fa-ts-map-shape {
    position: absolute;
    inset: 30px 20px 25px 20px;
    border: 1px solid rgba(255,255,255,.20);
    border-radius: 46% 54% 47% 53% / 38% 44% 56% 62%;
    background:
        radial-gradient(circle at 38% 32%, rgba(24,184,200,.14), transparent 25%),
        radial-gradient(circle at 66% 66%, rgba(242,183,5,.14), transparent 25%),
        rgba(6,22,47,.30);
    backdrop-filter: blur(14px);
    box-shadow: inset 0 0 90px rgba(24,184,200,.08), 0 35px 90px rgba(0,0,0,.24);
    animation: faTsMapFloat 7s ease-in-out infinite alternate;
}

.fa-ts-map-shape::before,
.fa-ts-map-shape::after {
    content: "";
    position: absolute;
    inset: 18%;
    border-radius: inherit;
    border: 1px dashed rgba(255,255,255,.16);
}

.fa-ts-map-shape::after {
    inset: 34%;
    border-color: rgba(242,183,5,.22);
}

.fa-ts-map-point {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 9px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.fa-ts-map-point i {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--ts-gold);
    box-shadow: 0 0 0 10px rgba(242,183,5,.12);
    animation: faTsPulse 1.9s ease-in-out infinite;
}

.fa-ts-point-1 { top: 19%; left: 42%; }
.fa-ts-point-2 { top: 34%; left: 27%; }
.fa-ts-point-3 { top: 47%; left: 42%; }
.fa-ts-point-4 { bottom: 24%; right: 20%; }
.fa-ts-point-5 { bottom: 14%; left: 37%; }

.fa-ts-map-card {
    position: absolute;
    right: -5px;
    bottom: 0;
    width: 300px;
    padding: 24px;
    border-radius: 25px;
    color: #fff;
    background: rgba(6,22,47,.74);
    border: 1px solid rgba(255,255,255,.18);
    backdrop-filter: blur(20px);
    box-shadow: 0 25px 70px rgba(0,0,0,.28);
}

.fa-ts-map-card span {
    color: var(--ts-gold);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.fa-ts-map-card strong {
    display: block;
    margin-top: 8px;
    font-family: "Playfair Display", serif;
    font-size: 25px;
    line-height: 1.2;
}

.fa-ts-scroll {
    position: absolute;
    z-index: 4;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255,255,255,.65) !important;
    text-decoration: none !important;
    font-size: 12px;
}

.fa-ts-scroll span {
    width: 27px;
    height: 44px;
    border: 1px solid rgba(255,255,255,.45);
    border-radius: 99px;
    position: relative;
}

.fa-ts-scroll span::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 9px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--ts-gold);
    animation: faTsMouse 1.5s infinite;
}

.fa-ts-marquee {
    overflow: hidden;
    padding: 17px 0;
    color: #fff;
    background: var(--ts-navy);
}

.fa-ts-marquee > div {
    width: max-content;
    display: flex;
    align-items: center;
    gap: 22px;
    animation: faTsMarquee 25s linear infinite;
}

.fa-ts-marquee span {
    padding-left: 18px;
    font-weight: 750;
    white-space: nowrap;
}

.fa-ts-marquee i {
    color: var(--ts-gold);
    font-style: normal;
}

.fa-ts-story,
.fa-ts-styles,
.fa-ts-parks,
.fa-ts-live,
.fa-ts-journey,
.fa-ts-why,
.fa-ts-faq {
    padding: 105px 0;
}

.fa-ts-story,
.fa-ts-live,
.fa-ts-journey {
    background: #fff;
}

.fa-ts-styles,
.fa-ts-why,
.fa-ts-faq {
    background: var(--ts-soft);
}

.fa-ts-story-grid,
.fa-ts-journey-grid {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 62px;
    align-items: center;
}

.fa-ts-story-copy h2,
.fa-ts-section-head h2,
.fa-ts-journey-copy h2,
.fa-ts-faq-intro h2,
.fa-ts-cta h2 {
    color: var(--ts-navy);
    font-family: "Playfair Display", serif;
    line-height: .98;
}

.fa-ts-story-copy h2,
.fa-ts-journey-copy h2 {
    margin: 15px 0 24px;
    font-size: clamp(42px, 5vw, 68px);
}

.fa-ts-story-copy p,
.fa-ts-journey-copy > p,
.fa-ts-section-head > p,
.fa-ts-faq-intro p {
    color: var(--ts-muted);
    line-height: 1.85;
}

.fa-ts-story-list {
    display: grid;
    gap: 13px;
    margin-top: 26px;
}

.fa-ts-story-list div {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 14px;
    align-items: center;
    padding: 15px 17px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--ts-line);
}

.fa-ts-story-list b {
    width: 46px;
    height: 46px;
    border-radius: 15px;
    display: grid;
    place-items: center;
    color: var(--ts-gold);
    background: var(--ts-navy);
}

.fa-ts-story-visual {
    position: relative;
    min-height: 570px;
}

.fa-ts-story-visual figure {
    position: absolute;
    margin: 0;
    overflow: hidden;
    border-radius: 32px;
    box-shadow: var(--ts-shadow);
}

.fa-ts-story-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s ease;
}

.fa-ts-story-visual figure:hover img {
    transform: scale(1.07);
}

.fa-ts-story-main {
    inset: 0 105px 60px 0;
}

.fa-ts-story-small {
    width: 285px;
    height: 235px;
    right: 0;
    bottom: 0;
    border: 9px solid #fff;
}

.fa-ts-story-seal {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: grid;
    align-content: center;
    justify-items: center;
    text-align: center;
    color: var(--ts-navy);
    background: var(--ts-gold);
    box-shadow: 0 24px 60px rgba(242,183,5,.25);
    animation: faTsMapFloat 5s ease-in-out infinite alternate;
}

.fa-ts-story-seal strong {
    font-family: "Playfair Display", serif;
    font-size: 37px;
}

.fa-ts-story-seal span {
    max-width: 100px;
    font-size: 11px;
    line-height: 1.4;
    font-weight: 800;
}

.fa-ts-section-head {
    display: flex;
    justify-content: space-between;
    gap: 35px;
    align-items: end;
    margin-bottom: 45px;
}

.fa-ts-section-head h2 {
    margin: 14px 0 0;
    font-size: clamp(42px, 5vw, 70px);
}

.fa-ts-section-head > p {
    max-width: 570px;
}

.fa-ts-style-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.fa-ts-style {
    position: relative;
    min-height: 290px;
    padding: 30px;
    overflow: hidden;
    border: 1px solid var(--ts-line);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(6,22,47,.07);
    transition: .4s ease;
}

.fa-ts-style::after {
    content: "";
    position: absolute;
    right: -55px;
    bottom: -55px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: rgba(24,184,200,.08);
    transition: .4s ease;
}

.fa-ts-style:hover {
    transform: translateY(-9px);
    border-color: rgba(242,183,5,.34);
    box-shadow: var(--ts-shadow);
}

.fa-ts-style:hover::after {
    transform: scale(1.4);
}

.fa-ts-style > span {
    color: var(--ts-gold);
    font-weight: 900;
}

.fa-ts-style h3 {
    margin: 48px 0 13px;
    color: var(--ts-navy);
    font-family: "Playfair Display", serif;
    font-size: 30px;
    line-height: 1.08;
}

.fa-ts-style p {
    margin: 0;
    color: var(--ts-muted);
    line-height: 1.75;
}

.fa-ts-parks {
    background: var(--ts-navy);
    color: #fff;
}

.fa-ts-parks .fa-ts-kicker {
    color: var(--ts-gold);
}

.fa-ts-parks .fa-ts-section-head h2 {
    color: #fff;
}

.fa-ts-parks-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 310px;
    gap: 22px;
}

.fa-ts-park {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 28px 80px rgba(0,0,0,.25);
}

.fa-ts-park-wide {
    grid-row: span 2;
}

.fa-ts-park img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s ease;
}

.fa-ts-park:hover img {
    transform: scale(1.08);
}

.fa-ts-park::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 33%, rgba(6,22,47,.90));
}

.fa-ts-park > div {
    position: absolute;
    z-index: 2;
    left: 27px;
    right: 27px;
    bottom: 25px;
}

.fa-ts-park span {
    color: var(--ts-gold);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.fa-ts-park h3 {
    margin: 8px 0 8px;
    font-family: "Playfair Display", serif;
    font-size: 35px;
}

.fa-ts-park p {
    margin: 0;
    color: rgba(255,255,255,.72);
    line-height: 1.65;
}

.fa-ts-toolbar {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) auto 210px;
    gap: 14px;
    align-items: center;
    margin-bottom: 28px;
}

.fa-ts-search {
    min-height: 56px;
    padding: 0 17px;
    border: 1px solid var(--ts-line);
    border-radius: 999px;
    display: flex;
    align-items: center;
    gap: 11px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(6,22,47,.06);
}

.fa-ts-search span {
    color: var(--ts-gold);
    font-size: 24px;
}

.fa-ts-search input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--ts-ink);
    font: inherit;
}

.fa-ts-filter-group {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.fa-ts-filter,
.fa-ts-sort {
    min-height: 46px;
    border-radius: 999px;
    border: 1px solid var(--ts-line);
    background: #fff;
    color: var(--ts-navy);
    font-weight: 800;
    cursor: pointer;
}

.fa-ts-filter {
    padding: 0 15px;
    transition: .3s ease;
}

.fa-ts-filter.active,
.fa-ts-filter:hover {
    color: #fff;
    border-color: var(--ts-navy);
    background: var(--ts-navy);
}

.fa-ts-sort {
    padding: 0 15px;
    outline: none;
}

.fa-ts-tour-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.fa-ts-tour {
    overflow: hidden;
    border: 1px solid var(--ts-line);
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(6,22,47,.08);
    transition: .45s cubic-bezier(.2,.8,.2,1);
}

.fa-ts-tour:hover {
    transform: translateY(-10px);
    box-shadow: var(--ts-shadow);
    border-color: rgba(242,183,5,.35);
}

.fa-ts-tour.is-hidden {
    display: none;
}

.fa-ts-tour-media {
    position: relative;
    height: 270px;
    display: block;
    overflow: hidden;
}

.fa-ts-tour-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s ease;
}

.fa-ts-tour:hover .fa-ts-tour-media img {
    transform: scale(1.08);
}

.fa-ts-tour-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 56%, rgba(6,22,47,.42));
}

.fa-ts-tour-category,
.fa-ts-tour-featured,
.fa-ts-tour-arrow {
    position: absolute;
    z-index: 2;
}

.fa-ts-tour-category,
.fa-ts-tour-featured {
    top: 16px;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
}

.fa-ts-tour-category {
    left: 16px;
    color: #fff;
    background: rgba(6,22,47,.72);
    backdrop-filter: blur(14px);
}

.fa-ts-tour-featured {
    right: 16px;
    color: var(--ts-navy);
    background: linear-gradient(135deg, var(--ts-gold), #ffe58a);
}

.fa-ts-tour-arrow {
    right: 17px;
    bottom: 16px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--ts-navy);
    background: rgba(255,255,255,.88);
    backdrop-filter: blur(14px);
    transition: .35s ease;
}

.fa-ts-tour:hover .fa-ts-tour-arrow {
    transform: rotate(45deg);
    background: var(--ts-gold);
}

.fa-ts-tour-body {
    padding: 24px;
}

.fa-ts-tour-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--ts-muted);
    font-size: 12px;
}

.fa-ts-tour-meta i {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--ts-gold);
}

.fa-ts-tour h3 {
    margin: 13px 0 12px;
    color: var(--ts-navy);
    font-family: "Playfair Display", serif;
    font-size: 29px;
    line-height: 1.08;
}

.fa-ts-tour-body > p {
    min-height: 73px;
    margin: 0;
    color: var(--ts-muted);
    font-size: 14px;
    line-height: 1.75;
}

.fa-ts-tour-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.fa-ts-tour-tags span {
    padding: 7px 10px;
    border-radius: 999px;
    color: var(--ts-royal);
    background: rgba(24,184,200,.09);
    border: 1px solid rgba(24,184,200,.18);
    font-size: 10px;
    font-weight: 800;
}

.fa-ts-tour-footer {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: end;
    margin-top: 22px;
}

.fa-ts-tour-footer small,
.fa-ts-tour-footer strong {
    display: block;
}

.fa-ts-tour-footer small {
    color: var(--ts-muted);
    font-size: 10px;
}

.fa-ts-tour-footer strong {
    margin-top: 3px;
    color: var(--ts-gold);
    font-size: 21px;
}

.fa-ts-tour-actions {
    display: flex;
    gap: 8px;
}

.fa-ts-tour-actions a {
    min-height: 40px;
    padding: 0 13px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 900;
}

.fa-ts-tour-actions a:first-child {
    color: var(--ts-navy) !important;
    border: 1px solid var(--ts-line);
}

.fa-ts-tour-actions a:last-child {
    color: #fff !important;
    background: var(--ts-navy);
}

.fa-ts-empty,
.fa-ts-no-results {
    padding: 70px 28px;
    text-align: center;
    border-radius: 30px;
    border: 1px solid var(--ts-line);
    background: var(--ts-soft);
}

.fa-ts-empty span {
    color: var(--ts-gold);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.fa-ts-empty h3,
.fa-ts-no-results h3 {
    margin: 14px 0 8px;
    color: var(--ts-navy);
    font-family: "Playfair Display", serif;
    font-size: 34px;
}

.fa-ts-empty p,
.fa-ts-no-results p {
    color: var(--ts-muted);
}

.fa-ts-no-results {
    display: none;
    margin-top: 24px;
}

.fa-ts-no-results.show {
    display: block;
}

.fa-ts-timeline {
    display: grid;
    gap: 14px;
    margin-top: 28px;
}

.fa-ts-timeline > div {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 16px;
    align-items: start;
    padding: 18px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid var(--ts-line);
}

.fa-ts-timeline b {
    width: 50px;
    height: 50px;
    border-radius: 17px;
    display: grid;
    place-items: center;
    color: var(--ts-gold);
    background: var(--ts-navy);
}

.fa-ts-timeline h3 {
    margin: 1px 0 7px;
    color: var(--ts-navy);
    font-family: "Playfair Display", serif;
    font-size: 24px;
}

.fa-ts-timeline p {
    margin: 0;
    color: var(--ts-muted);
    line-height: 1.7;
}

.fa-ts-journey-visual {
    position: relative;
}

.fa-ts-journey-visual > img {
    width: 100%;
    height: 590px;
    object-fit: cover;
    border-radius: 34px;
    box-shadow: var(--ts-shadow);
}

.fa-ts-journey-note {
    position: absolute;
    left: -35px;
    bottom: 35px;
    max-width: 320px;
    padding: 25px;
    border-radius: 24px;
    color: #fff;
    background: rgba(6,22,47,.80);
    border: 1px solid rgba(255,255,255,.18);
    backdrop-filter: blur(20px);
    box-shadow: 0 24px 65px rgba(0,0,0,.25);
}

.fa-ts-journey-note span {
    color: var(--ts-gold);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.fa-ts-journey-note strong {
    display: block;
    margin-top: 7px;
    font-family: "Playfair Display", serif;
    font-size: 27px;
    line-height: 1.15;
}

.fa-ts-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.fa-ts-why-card {
    padding: 29px;
    border-radius: 26px;
    background: #fff;
    border: 1px solid var(--ts-line);
    box-shadow: 0 16px 45px rgba(6,22,47,.07);
    transition: .4s ease;
}

.fa-ts-why-card:hover {
    transform: translateY(-8px);
    border-color: rgba(242,183,5,.34);
    box-shadow: var(--ts-shadow);
}

.fa-ts-why-card > span {
    color: var(--ts-gold);
    font-weight: 900;
}

.fa-ts-why-card h3 {
    margin: 18px 0 11px;
    color: var(--ts-navy);
    font-family: "Playfair Display", serif;
    font-size: 27px;
}

.fa-ts-why-card p {
    margin: 0;
    color: var(--ts-muted);
    line-height: 1.75;
}

.fa-ts-faq-grid {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 65px;
    align-items: start;
}

.fa-ts-faq-intro {
    position: sticky;
    top: 135px;
}

.fa-ts-faq-intro h2 {
    margin: 15px 0 20px;
    font-size: clamp(42px, 5vw, 66px);
}

.fa-ts-accordion {
    display: grid;
    gap: 13px;
}

.fa-ts-faq-item {
    overflow: hidden;
    border-radius: 22px;
    background: #fff;
    border: 1px solid var(--ts-line);
}

.fa-ts-faq-item button {
    width: 100%;
    min-height: 74px;
    padding: 0 22px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: var(--ts-navy);
    background: transparent;
    text-align: left;
    font: inherit;
    font-weight: 850;
    cursor: pointer;
}

.fa-ts-faq-item button i {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: var(--ts-navy);
    background: var(--ts-soft);
    font-style: normal;
    transition: .3s ease;
}

.fa-ts-faq-item > div {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
}

.fa-ts-faq-item > div p {
    margin: 0;
    padding: 0 22px 23px;
    color: var(--ts-muted);
    line-height: 1.8;
}

.fa-ts-faq-item.open button i {
    color: #fff;
    background: var(--ts-navy);
    transform: rotate(45deg);
}

.fa-ts-cta {
    position: relative;
    min-height: 670px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background: var(--ts-navy);
}

.fa-ts-cta-image {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(6,22,47,.95), rgba(6,22,47,.48), rgba(6,22,47,.75)),
        url("https://images.unsplash.com/photo-1508672019048-805c876b67e2?auto=format&fit=crop&w=2200&q=90") center/cover;
    animation: faTsZoom 22s ease-in-out infinite alternate;
}

.fa-ts-cta-content {
    position: relative;
    z-index: 2;
    padding: 100px 0;
}

.fa-ts-cta h2 {
    max-width: 850px;
    margin: 17px 0 22px;
    color: #fff;
    font-size: clamp(46px, 6vw, 82px);
}

.fa-ts-cta p {
    max-width: 680px;
    color: rgba(255,255,255,.78);
    font-size: 17px;
    line-height: 1.8;
}

.fa-ts-reveal {
    opacity: 0;
    transform: translateY(38px);
    filter: blur(8px);
    transition: opacity .9s ease, transform .9s cubic-bezier(.2,.8,.2,1), filter .9s ease;
}

.fa-ts-reveal.show {
    opacity: 1;
    transform: none;
    filter: none;
}

@keyframes faTsZoom {
    from { transform: scale(1); }
    to { transform: scale(1.08); }
}

@keyframes faTsDrift {
    from { transform: translate(-2%, -2%) scale(1); }
    to { transform: translate(2%, 2%) scale(1.06); }
}

@keyframes faTsMapFloat {
    to { transform: translateY(18px); }
}

@keyframes faTsPulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.25); opacity: .75; }
}

@keyframes faTsMouse {
    from { opacity: 1; transform: translate(-50%, 0); }
    to { opacity: 0; transform: translate(-50%, 17px); }
}

@keyframes faTsMarquee {
    to { transform: translateX(-50%); }
}

@media (max-width: 1080px) {
    .fa-ts-hero-grid,
    .fa-ts-story-grid,
    .fa-ts-journey-grid,
    .fa-ts-faq-grid {
        grid-template-columns: 1fr;
    }

    .fa-ts-map {
        min-height: 520px;
    }

    .fa-ts-style-grid,
    .fa-ts-tour-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .fa-ts-toolbar {
        grid-template-columns: 1fr;
    }

    .fa-ts-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .fa-ts-faq-intro {
        position: relative;
        top: auto;
    }
}

@media (max-width: 720px) {
    .fa-ts-hero {
        min-height: auto;
        padding: 125px 0 85px;
    }

    .fa-ts-hero-copy h1 {
        font-size: 55px;
    }

    .fa-ts-map {
        min-height: 430px;
    }

    .fa-ts-map-card {
        right: 10px;
        left: 10px;
        bottom: 0;
        width: auto;
    }

    .fa-ts-hero-facts {
        grid-template-columns: 1fr;
    }

    .fa-ts-hero-facts div {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.11);
    }

    .fa-ts-hero-facts div:last-child {
        border-bottom: 0;
    }

    .fa-ts-story,
    .fa-ts-styles,
    .fa-ts-parks,
    .fa-ts-live,
    .fa-ts-journey,
    .fa-ts-why,
    .fa-ts-faq {
        padding: 76px 0;
    }

    .fa-ts-section-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .fa-ts-story-visual {
        min-height: 440px;
    }

    .fa-ts-story-main {
        inset: 0 35px 55px 0;
    }

    .fa-ts-story-small {
        width: 210px;
        height: 170px;
    }

    .fa-ts-story-seal {
        width: 120px;
        height: 120px;
        right: 0;
    }

    .fa-ts-style-grid,
    .fa-ts-tour-grid,
    .fa-ts-why-grid,
    .fa-ts-parks-grid {
        grid-template-columns: 1fr;
    }

    .fa-ts-parks-grid {
        grid-auto-rows: 420px;
    }

    .fa-ts-park-wide {
        grid-row: auto;
    }

    .fa-ts-tour-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .fa-ts-tour-actions,
    .fa-ts-tour-actions a {
        width: 100%;
        justify-content: center;
    }

    .fa-ts-journey-visual > img {
        height: 460px;
    }

    .fa-ts-journey-note {
        left: 18px;
        right: 18px;
        bottom: 18px;
        max-width: none;
    }

    .fa-ts-scroll {
        display: none;
    }

    .fa-ts-cta {
        min-height: 590px;
    }
}

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