/*
Theme Name: Travel Landing Page
Description: A fixture-only, WordPress-native implementation of the approved Travel Landing Page desktop frame and mobile proposal.
Text Domain: travel-landing-page
Version: 0.1.0
Requires at least: 6.4
Requires PHP: 8.1
License: GPL-2.0-or-later
*/

:root { color-scheme: light; }
*,
*::before,
*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: #fff; color: #181e4b; font-family: Poppins, "Open Sans", Arial, sans-serif; line-height: 1.45; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button,
input { font: inherit; }
:focus-visible { outline: 3px solid #df6951; outline-offset: 4px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.travel-shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.travel-nav { position: relative; z-index: 10; display: flex; min-height: 88px; align-items: center; justify-content: space-between; gap: 24px; }
.travel-brand { font-size: 30px; font-weight: 700; letter-spacing: -2px; }
.travel-brand img { width: auto; max-height: 54px; }
.travel-nav-links { display: flex; align-items: center; gap: clamp(18px, 3vw, 44px); font-size: 13px; color: #212832; }
.travel-nav-links ul,
.footer .menu,
.footer .travel-menu-list { display: contents; margin: 0; padding: 0; list-style: none; }
.travel-nav-links a:hover,
.footer a:hover { color: #df6951; }
.travel-nav-links .signup-link { padding: 9px 18px; border: 1px solid #181e4b; border-radius: 5px; }
.nav-menu { display: none; border: 0; background: transparent; padding: 9px 3px; cursor: pointer; }
.nav-menu__line { display: block; width: 25px; height: 2px; margin: 5px 0; border-radius: 2px; background: #181e4b; }

.hero { position: relative; min-height: 570px; padding: 34px 0 76px; overflow: hidden; }
.hero::after { position: absolute; z-index: 0; top: -180px; right: -100px; width: 610px; height: 610px; border-radius: 50%; background: radial-gradient(circle, rgba(255, 241, 218, .9), rgba(255,255,255,0) 67%); content: ""; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .98fr) minmax(400px, 1.02fr); align-items: center; }
.hero-copy { position: relative; z-index: 2; padding: 76px 0 45px; }
.eyebrow { margin: 0 0 18px; color: #df6951; font-size: 16px; font-weight: 700; text-transform: uppercase; }
.hero-title { max-width: 530px; margin: 0; color: #181e4b; font-family: Volkhov, Georgia, serif; font-size: clamp(46px, 5.4vw, 76px); line-height: .99; letter-spacing: -3px; }
.hero-summary { max-width: 460px; margin: 27px 0 30px; color: #5e6282; font-size: 15px; font-weight: 500; line-height: 1.65; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; }
.primary-cta { display: inline-flex; min-height: 58px; align-items: center; justify-content: center; padding: 0 25px; border-radius: 10px; background: #f1a501; color: #fff; box-shadow: 0 17px 24px rgba(241, 165, 1, .2); font-size: 16px; font-weight: 600; }
.play-cta { display: inline-flex; align-items: center; gap: 12px; color: #686d77; font-size: 16px; }
.play-mark { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 50%; background: #df6951; box-shadow: 0 10px 20px rgba(223, 105, 81, .2); color: #fff; }
.play-mark::before { width: 0; height: 0; margin-left: 3px; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 9px solid currentColor; content: ""; }
.hero-art { position: relative; min-height: 510px; }
.hero-decor { position: absolute; top: 15px; right: -35px; width: 72%; opacity: .9; transform: rotate(-2deg); }
.hero-plane { position: absolute; top: 20%; left: 3%; width: 100px; transform: rotate(-7deg); }
.hero-traveller { position: absolute; right: -2%; bottom: -37px; width: min(610px, 110%); max-width: none; filter: drop-shadow(0 25px 19px rgba(31, 35, 74, .12)); }

.section { position: relative; padding: 94px 0; }
.section-heading { margin: 0 auto 48px; text-align: center; }
.kicker { margin: 0 0 7px; color: #5e6282; font-size: 17px; font-weight: 600; text-transform: uppercase; }
.display-title { margin: 0; color: #181e4b; font-family: Volkhov, Georgia, serif; font-size: clamp(32px, 3.6vw, 50px); line-height: 1.08; letter-spacing: -1.4px; }
.services { padding-top: 55px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.service-card { min-height: 250px; padding: 28px 24px; border-radius: 34px; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: 0 28px 45px rgba(72, 66, 109, .12); }
.service-icon { width: 58px; height: 58px; margin-bottom: 25px; object-fit: contain; }
.service-card h3 { margin: 0 0 12px; color: #1e1d4c; font-size: 20px; }
.service-card p { margin: 0; color: #5e6282; font-size: 14px; line-height: 1.6; }

.destination-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }
.destination-card { overflow: hidden; border-radius: 24px; background: #fff; box-shadow: 0 20px 32px rgba(49, 49, 83, .11); }
.destination-image { width: 100%; aspect-ratio: .79; object-fit: cover; }
.destination-info { padding: 20px 21px 22px; color: #5e6282; }
.destination-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 16px; }
.destination-trip { display: flex; align-items: center; gap: 9px; margin-top: 17px; font-size: 14px; }
.trip-marker { width: 16px; height: 16px; object-fit: contain; }

.book-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(350px, .8fr); align-items: center; gap: clamp(52px, 11vw, 150px); }
.book-copy .kicker,
.book-copy .display-title,
.testimonial-copy .kicker,
.testimonial-copy .display-title { text-align: left; }
.book-copy .display-title { max-width: 500px; }
.booking-steps { display: grid; gap: 29px; margin-top: 36px; }
.booking-step { display: grid; grid-template-columns: 49px 1fr; align-items: start; gap: 17px; }
.step-icon { display: grid; width: 47px; height: 47px; place-items: center; border-radius: 13px; background: #f0bb1f; }
.booking-step:nth-child(2) .step-icon { background: #f15a2b; }
.booking-step:nth-child(3) .step-icon { background: #006380; }
.step-icon img { width: 25px; height: 25px; filter: brightness(0) invert(1); }
.booking-step h3 { margin: 0 0 4px; color: #5e6282; font-size: 16px; }
.booking-step p { margin: 0; color: #5e6282; font-size: 14px; line-height: 1.6; }
.trip-composition { position: relative; min-height: 460px; }
.trip-card { position: absolute; top: 22px; right: 20px; width: min(100%, 360px); padding: 20px; border-radius: 26px; background: #fff; box-shadow: 0 20px 42px rgba(43, 41, 86, .18); }
.trip-card > img { width: 100%; height: 160px; border-radius: 18px; object-fit: cover; }
.trip-card h3 { margin: 20px 0 7px; color: #080809; font-size: 18px; font-weight: 500; letter-spacing: -.4px; }
.trip-card p { margin: 0; color: #6d6b80; font-size: 15px; letter-spacing: .2px; }
.trip-pills { display: flex; gap: 14px; margin: 20px 0 25px; }
.trip-pills span { width: 34px; height: 34px; border-radius: 50%; background: #f5f5f5; }
.trip-footer { display: flex; align-items: center; justify-content: space-between; color: #6d6b80; font-size: 14px; }
.ongoing-card { position: absolute; right: -62px; bottom: 25px; display: grid; width: 255px; grid-template-columns: 52px 1fr; gap: 12px; padding: 17px; border-radius: 20px; background: #fff; box-shadow: 0 14px 32px rgba(43, 41, 86, .14); }
.ongoing-card img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; }
.ongoing-card small { color: #6d6b80; }
.ongoing-card strong { display: block; color: #080809; font-size: 15px; font-weight: 500; }
.progress { grid-column: 2; height: 5px; margin-top: -3px; overflow: hidden; border-radius: 9px; background: #f5f5f5; }
.progress span { display: block; width: 40%; height: 100%; border-radius: inherit; background: #8a79df; }

.testimonials { padding-top: 110px; }
.testimonial-grid { display: grid; grid-template-columns: minmax(0, .74fr) minmax(390px, 1fr); align-items: center; gap: 85px; }
.testimonial-dots { display: flex; gap: 24px; margin-top: 68px; }
.testimonial-dots span { width: 12px; height: 12px; border-radius: 50%; background: #e5e5e5; }
.testimonial-dots span:first-child { background: #39425d; }
.testimonial-card { position: relative; min-height: 240px; padding: 34px 40px 32px; border-radius: 12px; background: #fff; box-shadow: 0 20px 42px rgba(44, 43, 81, .13); }
.testimonial-avatar { position: absolute; top: -32px; left: -38px; width: 68px; height: 68px; border-radius: 50%; object-fit: cover; }
.testimonial-card blockquote { margin: 0; color: #5e6282; font-size: 16px; line-height: 2; }
.testimonial-card cite { display: block; margin-top: 28px; color: #5e6282; font-size: 17px; font-style: normal; font-weight: 600; }
.testimonial-card small { color: #5e6282; font-size: 14px; }

.logos { padding: 42px 0 80px; }
.logo-row { display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; gap: 34px; }
.logo-row img { width: 100%; max-height: 58px; object-fit: contain; filter: grayscale(1); opacity: .76; }
.subscribe-section { padding: 34px 0 88px; }
.subscribe-panel { position: relative; overflow: hidden; padding: 78px 42px; border-radius: 128px 24px 24px; background: #f4f1ff; text-align: center; }
.subscribe-plane { position: absolute; top: 0; right: 0; display: grid; width: 64px; height: 64px; place-items: center; border-radius: 0 0 0 22px; background: #747def; }
.subscribe-plane img { width: 24px; height: 24px; filter: brightness(0) invert(1); }
.subscribe-panel h2 { max-width: 760px; margin: 0 auto 30px; color: #5e6282; font-size: clamp(19px, 2.5vw, 30px); font-weight: 600; line-height: 1.5; }
.subscribe-form { display: flex; width: min(100%, 460px); margin: 0 auto; overflow: hidden; border-radius: 10px; background: #fff; }
.subscribe-form input { min-width: 0; flex: 1; border: 0; padding: 17px 19px; color: #181e4b; outline: 0; }
.subscribe-form button { border: 0; padding: 0 25px; background: #b94737; color: #fff; font-weight: 600; cursor: pointer; }
.subscribe-status { min-height: 20px; margin: 13px 0 0; color: #5e6282; font-size: 12px; }

.footer { padding: 0 0 52px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr) 1.55fr; gap: 38px; padding: 38px 0 48px; }
.footer-brand { font-size: 40px; font-weight: 700; letter-spacing: -3px; }
.footer-copy { max-width: 210px; margin: 15px 0 0; color: #5e6282; font-size: 13px; line-height: 1.55; }
.footer h2 { margin: 7px 0 23px; font-size: 19px; }
.footer a { display: block; width: fit-content; margin: 0 0 12px; color: #5e6282; font-size: 14px; }
.footer-apps p { margin: 0 0 13px; color: #5e6282; font-size: 14px; }
.app-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.app-pill { display: block; width: 105px; height: 33px; object-fit: contain; }
.copyright { margin: 0; color: #5e6282; font-size: 13px; text-align: center; }

@media (max-width: 1120px) and (min-width: 981px) {
	.hero-decor { right: 0; }
	.ongoing-card { right: 0; }
}

@media (max-width: 980px) {
	.hero-grid,
	.book-grid,
	.testimonial-grid { grid-template-columns: 1fr; }
	.hero { padding-bottom: 40px; }
	.hero-copy { padding-top: 30px; }
	.hero-art { width: min(620px, 100%); min-height: 430px; margin: -20px auto 0; }
	.hero-traveller { right: -18px; width: min(590px, 111%); }
	.service-grid { grid-template-columns: repeat(2, 1fr); }
	.trip-composition { width: min(520px, 100%); margin: 0 auto; }
	.testimonial-grid { gap: 55px; }
	.logos { padding-bottom: 52px; }
	.footer-grid { grid-template-columns: repeat(3, 1fr); }
	.footer-grid > :first-child { grid-column: span 3; }
}

@media (max-width: 700px) {
	.travel-shell { width: min(100% - 32px, 560px); }
	.travel-nav { min-height: 72px; }
	.travel-brand { font-size: 26px; }
	.travel-nav-links { position: absolute; top: 66px; right: 0; left: 0; display: none; align-items: stretch; gap: 0; padding: 11px; border-radius: 16px; background: #fff; box-shadow: 0 18px 38px rgba(23, 30, 75, .14); }
	.travel-nav-links.is-open { display: grid; }
	.travel-nav-links ul { display: grid; gap: 0; }
	.travel-nav-links a { padding: 12px; }
	.travel-nav-links .signup-link { border: 0; }
	.nav-menu { display: block; }
	.hero { min-height: auto; padding-top: 10px; }
	.hero-copy { padding: 35px 0 8px; }
	.eyebrow { margin-bottom: 13px; font-size: 12px; }
	.hero-title { font-size: clamp(40px, 12vw, 57px); letter-spacing: -2.4px; }
	.hero-summary { margin: 21px 0 24px; font-size: 14px; }
	.button-row { gap: 18px; }
	.primary-cta { min-height: 52px; padding: 0 19px; font-size: 14px; }
	.play-cta { gap: 8px; font-size: 14px; }
	.play-mark { width: 45px; height: 45px; }
	.hero-art { min-height: 360px; margin-top: -2px; }
	.hero-plane { top: 13%; left: 0; width: 76px; }
	.hero-decor { top: 3%; right: -25px; width: 80%; }
	.hero-traveller { right: -35px; bottom: -16px; width: 120%; }
	.section { padding: 62px 0; }
	.section-heading { margin-bottom: 32px; }
	.kicker { font-size: 13px; }
	.display-title { font-size: 34px; }
	.services { padding-top: 36px; }
	.service-grid { gap: 12px; }
	.service-card { min-height: 215px; padding: 20px 15px; border-radius: 24px; }
	.service-icon { width: 46px; height: 46px; margin-bottom: 17px; }
	.service-card h3 { font-size: 16px; }
	.service-card p { font-size: 12px; }
	.destination-grid { max-width: 340px; grid-template-columns: 1fr; gap: 24px; margin: auto; }
	.destination-image { aspect-ratio: 1.12; }
	.book-grid { gap: 34px; }
	.booking-steps { gap: 20px; margin-top: 26px; }
	.booking-step { grid-template-columns: 43px 1fr; gap: 13px; }
	.step-icon { width: 42px; height: 42px; border-radius: 11px; }
	.step-icon img { width: 22px; height: 22px; }
	.booking-step h3 { font-size: 14px; }
	.booking-step p { font-size: 12px; }
	.trip-composition { min-height: 380px; }
	.trip-card { right: 10px; width: calc(100% - 28px); padding: 16px; border-radius: 21px; }
	.trip-card > img { height: 132px; }
	.ongoing-card { right: -9px; bottom: 0; width: 230px; }
	.testimonials { padding-top: 76px; }
	.testimonial-dots { margin-top: 28px; }
	.testimonial-card { min-height: auto; padding: 47px 23px 26px; }
	.testimonial-avatar { top: -32px; left: 18px; }
	.testimonial-card blockquote { font-size: 14px; line-height: 1.75; }
	.logo-row { grid-template-columns: repeat(3, 1fr); gap: 22px; }
	.logo-row img { max-height: 40px; }
	.subscribe-panel { padding: 64px 18px 32px; border-radius: 70px 20px 20px; }
	.subscribe-plane { width: 54px; height: 54px; }
	.subscribe-panel h2 { font-size: 19px; }
	.subscribe-form { flex-direction: column; gap: 10px; background: transparent; overflow: visible; }
	.subscribe-form input,
	.subscribe-form button { width: 100%; min-height: 50px; border-radius: 8px; }
	.footer-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 18px; }
	.footer-grid > :first-child,
	.footer-grid > :last-child { grid-column: span 2; }
	.footer-brand { font-size: 33px; }
	.footer h2 { margin-bottom: 13px; font-size: 16px; }
	.footer a { margin-bottom: 9px; font-size: 12px; }
}

@media (max-width: 360px) {
	.travel-shell { width: min(100% - 24px, 560px); }
	.hero-title { font-size: 39px; }
	.service-grid { grid-template-columns: 1fr; }
	.service-card { min-height: 0; }
	.button-row { gap: 13px; }
	.play-cta { font-size: 13px; }
	.footer-grid { grid-template-columns: 1fr; }
	.footer-grid > :first-child,
	.footer-grid > :last-child { grid-column: span 1; }
}

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