@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=DM+Serif+Display:ital@0;1&display=swap');

:root {
  --ink: #211e1b;
  --ink-soft: #665e57;
  --ink-faint: #938982;
  --green: #006b54;
  --green-dark: #004f40;
  --mint: #54e2b1;
  --paper: #f5f2ec;
  --paper-light: #fbfaf7;
  --white: #ffffff;
  --black: #1b1816;
  --line: #ded9d1;
  --cream: #fff0b7;
  --serif: 'DM Serif Display', Georgia, serif;
  --sans: 'DM Sans', 'Helvetica Neue', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body, button, input, textarea { font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.page-shell { width: min(1400px, calc(100% - 72px)); margin-inline: auto; }
.section-pad { padding: 126px 0; }
.eyebrow { margin: 0 0 25px; color: var(--green); font-size: 12px; font-weight: 700; letter-spacing: .3em; text-transform: uppercase; }
.eyebrow-light { color: var(--mint); }
.card-kicker { margin: 0 0 18px; color: var(--ink-faint); font-size: 11px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }

.site-header { position: fixed; z-index: 50; top: 0; right: 0; left: 0; color: var(--ink); background: rgba(245, 242, 236, .78); border-bottom: 1px solid rgba(33, 30, 27, .1); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); transition: background 220ms ease, box-shadow 220ms ease; }
.site-header.is-scrolled { background: rgba(251, 250, 247, .9); box-shadow: 0 12px 35px rgba(33, 30, 27, .08); }
.header-inner { display: flex; align-items: center; min-height: 88px; width: min(1400px, calc(100% - 72px)); margin-inline: auto; gap: 30px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; gap: 12px; }
.brand-mark { display: grid; width: 50px; height: 50px; place-items: center; transform-origin: center; transition: transform 240ms cubic-bezier(.22, .61, .36, 1); }
.brand-mark img { display: block; width: 50px; height: 50px; object-fit: contain; }
.brand:hover .brand-mark { transform: rotate(9deg); }
.brand-name { font: 400 28px/1 var(--serif); letter-spacing: -.05em; }
.main-nav { display: flex; align-items: center; justify-content: center; flex: 1; gap: 31px; margin-left: 70px; }
.main-nav a, .login-link { position: relative; color: var(--ink-soft); font-size: 15px; white-space: nowrap; transition: color 180ms ease; }
.main-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; content: ''; background: var(--green); transform: scaleX(0); transform-origin: right; transition: transform 220ms ease; }
.main-nav a:hover, .main-nav a.is-active, .login-link:hover { color: var(--green); }
.main-nav a:hover::after, .main-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.account-nav { display: flex; align-items: center; gap: 22px; }
.menu-toggle { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px; border: 0; cursor: pointer; font-size: 14px; font-weight: 700; transition: transform 220ms ease, background 220ms ease, box-shadow 220ms ease; }
.button:hover { transform: translateY(-3px); box-shadow: 0 11px 25px rgba(0, 0, 0, .13); }
.button-green { color: var(--white); background: var(--green); }
.button-green:hover { background: var(--green-dark); }
.button-dark { color: var(--white); background: var(--black); }
.button-dark:hover { background: #2b2724; }
.button-lime { color: var(--black); background: var(--mint); }
.button-small { min-height: 46px; padding-inline: 19px; font-size: 13px; }
.button-arrow { display: inline-block; margin-left: 14px; font-size: 19px; font-weight: 400; line-height: 1; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); font-size: 15px; font-weight: 600; }
.text-link span { color: var(--green); font-size: 21px; transition: transform 180ms ease; }
.text-link:hover span { transform: translate(3px, -3px); }
.light-link { color: rgba(255,255,255,.85); }

.hero-section { position: relative; min-height: 825px; overflow: hidden; padding-top: 88px; color: var(--white); background: var(--black); }
.hero-glow { position: absolute; top: -200px; right: 26%; width: 630px; height: 630px; border-radius: 50%; background: rgba(0, 107, 84, .25); filter: blur(80px); pointer-events: none; }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(400px, .82fr); align-items: center; gap: 84px; min-height: 620px; padding-top: 74px; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 { max-width: 780px; margin: 0 0 28px; font: 400 clamp(57px, 6vw, 88px)/.98 var(--serif); letter-spacing: -.06em; }
.hero-copy h1 em { color: var(--mint); font-style: italic; }
.hero-lead { max-width: 520px; margin-bottom: 33px; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 12px 23px; margin-top: 40px; color: rgba(255,255,255,.67); font-size: 12px; }
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust i { width: 6px; height: 6px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(84, 226, 177, .13); }
.hero-visual { position: relative; justify-self: end; width: min(100%, 540px); }
.hero-image-wrap { position: relative; height: 585px; overflow: hidden; clip-path: polygon(8% 0, 100% 0, 100% 91%, 87% 100%, 0 100%, 0 9%); background: var(--green); }
.hero-image-wrap::after { position: absolute; inset: 0; content: ''; background: linear-gradient(180deg, transparent 30%, rgba(15, 17, 15, .43)); }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 900ms cubic-bezier(.22, .61, .36, 1); }
.hero-visual:hover .hero-image-wrap img { transform: scale(1.045); }
.hero-image-caption { display: flex; justify-content: space-between; padding: 15px 10px 0 25px; color: rgba(255,255,255,.55); font-size: 10px; letter-spacing: .19em; text-transform: uppercase; }
.hero-float-card { position: absolute; right: -42px; bottom: 57px; width: 285px; padding: 21px 23px; color: var(--ink); background: var(--white); box-shadow: 0 22px 46px rgba(0, 0, 0, .26); transition: transform 260ms ease; }
.hero-float-card:hover { transform: translateY(-6px) rotate(-1deg); }
.live-dot { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 17px; color: var(--green); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.live-dot::before { width: 6px; height: 6px; content: ''; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(84, 226, 177, .17); }
.hero-float-card strong { display: block; margin-bottom: 17px; font: 400 25px/1.05 var(--serif); }
.hero-float-card strong b { color: var(--green); font-weight: 400; }
.hero-float-card del { color: #9e958d; font-size: 13px; }
.hero-float-card em { margin-left: 9px; color: var(--green); font: 400 30px/1 var(--serif); font-style: normal; }
.hero-float-card small { float: right; padding-top: 10px; color: var(--green); font-size: 12px; font-weight: 700; }
.search-panel { position: relative; z-index: 3; margin-top: -23px; padding: 22px 25px 25px; color: var(--ink); background: var(--white); box-shadow: 0 19px 46px rgba(0, 0, 0, .22); }
.search-panel-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; color: var(--ink); font: 400 21px/1 var(--serif); }
.search-status { display: inline-flex; align-items: center; gap: 8px; color: var(--green); font: 600 11px/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.search-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--mint); }
.search-form { display: grid; grid-template-columns: 1.35fr .8fr .8fr auto; align-items: stretch; border: 1px solid var(--line); }
.search-control { display: flex; align-items: center; gap: 14px; min-height: 72px; padding: 0 19px; border-right: 1px solid var(--line); }
.search-control > svg { width: 23px; height: 23px; color: var(--green); flex: 0 0 auto; }
.search-control span { display: block; width: 100%; }
.search-control small { display: block; margin-bottom: 3px; color: var(--ink-faint); font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.search-control input { width: 100%; padding: 0; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 15px; }
.search-control input::placeholder { color: var(--ink); opacity: .78; }
.search-submit { min-height: 72px; padding-inline: 27px; }

.proof-section { display: grid; grid-template-columns: 1.1fr repeat(3, 1fr); gap: 0; padding-top: 58px; padding-bottom: 58px; border-bottom: 1px solid var(--line); }
.proof-intro { padding-right: 34px; }
.proof-number { display: block; margin-bottom: 10px; color: var(--green); font-size: 11px; font-weight: 700; letter-spacing: .2em; }
.proof-intro p { margin: 0; font: 400 22px/1.1 var(--serif); }
.proof-intro em { color: var(--green); font-style: italic; }
.proof-item { display: flex; flex-direction: column; gap: 8px; min-height: 66px; padding: 3px 25px; border-left: 1px solid var(--line); }
.proof-item strong { font-size: 14px; }
.proof-item span { max-width: 180px; color: var(--ink-soft); font-size: 12px; line-height: 1.45; }

.section-intro, .section-line { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 55px; }
.section-intro h2, .section-line h2 { margin: 0; font: 400 clamp(43px, 4.7vw, 68px)/.98 var(--serif); letter-spacing: -.055em; }
.section-intro h2 em, .section-line h2 em { color: var(--green); font-style: italic; }
.section-intro > p { max-width: 310px; margin: 0 0 2px; color: var(--ink-soft); font-size: 16px; line-height: 1.6; }
.featured-section { background: var(--paper-light); }
.featured-deal { display: grid; grid-template-columns: 1.03fr 1fr; min-height: 420px; overflow: hidden; background: var(--white); box-shadow: 0 16px 45px rgba(33, 30, 27, .08); }
.featured-deal-image { position: relative; min-height: 420px; overflow: hidden; }
.featured-deal-image::after, .deal-card-image::after, .destination-card::after, .product-image::after, .pack-image::after { position: absolute; inset: 0; content: ''; background: linear-gradient(0deg, rgba(15, 14, 12, .56), transparent 55%); pointer-events: none; }
.featured-deal-image img, .deal-card-image img, .destination-card img, .product-image img, .pack-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(.22, .61, .36, 1); }
.featured-deal:hover .featured-deal-image img, .deal-card:hover .deal-card-image img, .destination-card:hover img, .product-card:hover .product-image img, .pack-card:hover .pack-image img { transform: scale(1.055); }
.deal-tag, .product-type { position: absolute; z-index: 1; top: 23px; left: 23px; padding: 9px 13px; color: #704112; background: var(--cream); font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.image-location { position: absolute; z-index: 1; bottom: 24px; left: 25px; color: var(--white); font-size: 13px; letter-spacing: .18em; text-transform: uppercase; }
.featured-deal-body { display: flex; flex-direction: column; justify-content: center; padding: 58px 67px; }
.deal-meta { display: flex; justify-content: space-between; gap: 14px; margin-bottom: 31px; color: var(--ink-faint); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.deal-meta span:last-child { display: inline-flex; align-items: center; gap: 7px; color: var(--green); letter-spacing: .03em; text-transform: none; }
.deal-meta i { width: 6px; height: 6px; border-radius: 50%; background: var(--mint); }
.featured-deal-body h3 { margin: 0 0 16px; font: 400 clamp(36px, 4vw, 57px)/1 var(--serif); letter-spacing: -.05em; }
.featured-deal-body h3 em { color: var(--green); font-style: normal; }
.featured-deal-body > p { max-width: 390px; margin-bottom: 41px; color: var(--ink-soft); font-size: 17px; }
.deal-purchase { display: flex; align-items: end; justify-content: space-between; gap: 25px; }
.deal-purchase del, .deal-card-bottom del { display: block; color: #a29a92; font-size: 13px; }
.deal-purchase strong { display: inline-block; color: var(--green); font: 400 45px/1 var(--serif); }
.deal-purchase small, .deal-card-bottom small { margin-left: 8px; color: var(--green); font-size: 12px; font-weight: 700; }

.services-section { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-panel { position: relative; min-height: 335px; padding: 34px 32px 29px; border: 1px solid var(--line); background: var(--paper-light); transition: transform 260ms ease, box-shadow 260ms ease, background 260ms ease; }
.service-panel:hover { z-index: 2; transform: translateY(-8px); box-shadow: 0 20px 42px rgba(33,30,27,.12); }
.service-panel-dark { color: var(--white); background: var(--black); border-color: var(--black); }
.service-panel-icon { width: 43px; height: 43px; margin-bottom: 45px; color: var(--green); }
.service-panel-dark .service-panel-icon, .service-panel-dark .card-kicker { color: var(--mint); }
.service-panel-icon svg { width: 100%; height: 100%; }
.service-panel h3 { margin: 0 0 13px; font: 400 31px/1 var(--serif); }
.service-panel > p:not(.card-kicker) { max-width: 260px; margin: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.6; }
.service-panel-dark > p:not(.card-kicker) { color: rgba(255,255,255,.66); }
.card-arrow { position: absolute; right: 30px; bottom: 27px; color: var(--green); font-size: 26px; transition: transform 200ms ease; }
.service-panel-dark .card-arrow { color: var(--mint); }
.service-panel:hover .card-arrow { transform: translate(4px, -4px); }

.destinations-section { background: var(--paper-light); }
.section-line { align-items: center; }
.section-line .text-link { margin-top: 28px; }
.destination-grid { display: grid; grid-template-columns: 1.25fr .9fr .9fr; gap: 18px; }
.destination-card { position: relative; display: block; height: 424px; overflow: hidden; color: var(--white); background: var(--black); }
.destination-card:first-child { height: 500px; }
.destination-index { position: absolute; z-index: 1; top: 21px; right: 22px; color: rgba(255,255,255,.75); font-size: 11px; letter-spacing: .16em; }
.destination-card > div { position: absolute; z-index: 1; right: 25px; bottom: 23px; left: 25px; }
.destination-card small { display: block; margin-bottom: 7px; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; }
.destination-card strong { display: block; margin-bottom: 5px; font: 400 34px/1 var(--serif); }
.destination-card div > span { color: rgba(255,255,255,.75); font-size: 13px; }

.method-section { color: var(--white); background: var(--black); }
.method-section .section-intro > p { color: rgba(255,255,255,.6); }
.method-section .eyebrow { color: var(--mint); }
.method-section h2 em { color: var(--mint); }
.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid rgba(255,255,255,.18); }
.method-step { min-height: 225px; padding: 29px 30px 0 0; border-right: 1px solid rgba(255,255,255,.18); }
.method-step + .method-step { padding-left: 30px; }
.method-step:last-child { border-right: 0; }
.method-step > span { color: var(--mint); font: 400 31px/1 var(--serif); }
.method-step h3 { margin: 30px 0 10px; font: 400 27px/1 var(--serif); }
.method-step p { max-width: 280px; margin: 0; color: rgba(255,255,255,.6); font-size: 15px; line-height: 1.6; }

.join-section { padding: 104px 0; color: var(--white); background: var(--green); }
.join-layout { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 80px; }
.join-section .eyebrow { color: var(--mint); }
.join-section h2 { margin: 0 0 20px; font: 400 clamp(42px, 4.7vw, 68px)/.98 var(--serif); letter-spacing: -.05em; }
.join-section h2 em { color: var(--mint); font-style: italic; }
.join-section > .page-shell > div > p:last-child { max-width: 430px; margin: 0; color: rgba(255,255,255,.73); font-size: 17px; }
.join-form { position: relative; display: flex; min-height: 66px; border: 1px solid rgba(255,255,255,.42); background: rgba(0,0,0,.1); }
.join-form input { min-width: 0; flex: 1; padding: 0 19px; border: 0; outline: 0; color: var(--white); background: transparent; font-size: 15px; }
.join-form input::placeholder { color: rgba(255,255,255,.6); }
.join-form .button { min-height: 64px; padding-inline: 21px; }
.form-response { min-height: 20px; margin: 10px 0 0; color: var(--mint); font-size: 13px; }
.join-form .form-response { position: absolute; top: calc(100% + 8px); left: 0; }

.site-footer { color: rgba(255,255,255,.74); background: var(--black); padding: 84px 0 28px; }
.footer-main { display: grid; grid-template-columns: 1.3fr .75fr .75fr 1.2fr; gap: 55px; padding-bottom: 75px; }
.brand-footer { color: var(--white); }
.footer-brand-column > p { max-width: 290px; margin: 27px 0 28px; color: rgba(255,255,255,.58); font-size: 15px; line-height: 1.6; }
.social-links { display: flex; gap: 18px; }
.social-links a { color: rgba(255,255,255,.5); font-size: 12px; transition: color 180ms ease; }
.social-links a:hover { color: var(--mint); }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; }
.footer-label { margin: 3px 0 24px; color: rgba(255,255,255,.4); font-size: 10px; font-weight: 700; letter-spacing: .25em; text-transform: uppercase; }
.footer-column a { margin-bottom: 14px; color: rgba(255,255,255,.72); font-size: 14px; }
.footer-column a:hover, .footer-bottom a:hover { color: var(--mint); }
.footer-newsletter > p:not(.footer-label) { margin-bottom: 20px; color: rgba(255,255,255,.58); font-size: 14px; }
.newsletter-form { display: flex; min-height: 55px; border: 1px solid rgba(255,255,255,.22); }
.newsletter-form input { min-width: 0; flex: 1; padding: 0 14px; border: 0; outline: 0; color: var(--white); background: transparent; font-size: 13px; }
.newsletter-form input::placeholder { color: rgba(255,255,255,.43); }
.newsletter-form .button { min-height: 53px; padding-inline: 17px; font-size: 12px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.37); font-size: 12px; }
.footer-bottom div { display: flex; gap: 25px; }

.listing-page, .packs-page { min-height: 100vh; padding-top: 88px; background: var(--paper-light); }
.listing-hero { padding-top: 118px; padding-bottom: 68px; }
.listing-hero h1 { margin: 0 0 22px; font: 400 clamp(56px, 6vw, 86px)/.96 var(--serif); letter-spacing: -.06em; }
.listing-hero h1 em { color: var(--green); font-style: italic; }
.listing-hero > p:last-child { max-width: 540px; margin: 0; color: var(--ink-soft); font-size: 18px; }
.listing-toolbar { display: flex; align-items: center; min-height: 78px; margin-bottom: 42px; padding: 10px 13px 10px 20px; border: 1px solid var(--line); background: var(--white); }
.listing-toolbar > label { display: flex; align-items: center; flex: 1; gap: 14px; }
.listing-toolbar svg { width: 21px; height: 21px; color: var(--green); }
.listing-toolbar input { width: 100%; border: 0; outline: 0; color: var(--ink); font-size: 15px; }
.listing-toolbar input::placeholder { color: var(--ink-faint); }
.chip-row { display: flex; gap: 7px; padding-left: 20px; border-left: 1px solid var(--line); }
.chip { min-height: 42px; padding: 0 15px; border: 0; color: var(--ink-soft); background: var(--paper); cursor: pointer; font-size: 11px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; transition: color 180ms ease, background 180ms ease; }
.chip:hover, .chip.is-active { color: var(--white); background: var(--green); }
.listing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding-bottom: 126px; }
.deal-card, .product-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); transition: transform 260ms ease, box-shadow 260ms ease; }
.deal-card:hover, .product-card:hover, .pack-card:hover { transform: translateY(-7px); box-shadow: 0 18px 42px rgba(33,30,27,.12); }
.deal-card-image, .product-image { position: relative; height: 300px; overflow: hidden; background: var(--black); }
.deal-card-body, .product-body { padding: 25px 25px 24px; }
.deal-card-body h3, .product-body h3 { margin: 0 0 28px; font: 400 31px/1 var(--serif); letter-spacing: -.04em; }
.deal-card-body h3 em { color: var(--green); font-style: normal; }
.deal-card-bottom, .product-bottom { display: flex; align-items: end; justify-content: space-between; gap: 12px; }
.deal-card-bottom strong { display: inline-block; color: var(--green); font: 400 34px/1 var(--serif); }
.card-action { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-size: 13px; font-weight: 600; white-space: nowrap; }
.card-action span { color: var(--green); font-size: 20px; transition: transform 180ms ease; }
.card-action:hover span { transform: translate(3px, -3px); }
.product-type { color: var(--ink); background: var(--mint); }
.product-body h3 { margin-bottom: 7px; }
.product-body > p:not(.card-kicker) { margin-bottom: 30px; color: var(--ink-soft); font-size: 13px; }
.product-bottom small { display: block; margin-bottom: 2px; color: var(--ink-faint); font-size: 11px; }
.product-bottom strong { color: var(--green); font: 400 31px/1 var(--serif); }
.product-bottom strong em { color: var(--ink-faint); font: 400 12px/1 var(--sans); font-style: normal; }

.packs-page { padding-bottom: 126px; }
.pack-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pack-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); transition: transform 260ms ease, box-shadow 260ms ease; }
.pack-image { position: relative; height: 350px; overflow: hidden; background: var(--black); }
.pack-image > span { position: absolute; z-index: 1; right: 23px; bottom: 22px; left: 23px; color: var(--white); font: 400 37px/1 var(--serif); }
.pack-body { padding: 25px; }
.pack-body h3 { min-height: 58px; margin: 0 0 30px; font: 400 24px/1.1 var(--serif); }
.pack-body > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.pack-body strong { color: var(--green); font-size: 14px; }

.contact-page { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 110px; min-height: 780px; padding-top: 180px; padding-bottom: 126px; }
.contact-copy h1 { margin: 0 0 28px; font: 400 clamp(68px, 7vw, 100px)/.9 var(--serif); letter-spacing: -.065em; }
.contact-copy h1 em { color: var(--green); font-style: italic; }
.contact-copy > p:not(.eyebrow) { max-width: 430px; margin-bottom: 62px; color: var(--ink-soft); font-size: 18px; line-height: 1.65; }
.contact-details { display: grid; gap: 23px; }
.contact-details a, .contact-details span { display: flex; flex-direction: column; gap: 4px; }
.contact-details small { color: var(--green); font-size: 10px; font-weight: 700; letter-spacing: .23em; text-transform: uppercase; }
.contact-details strong { font-size: 16px; font-weight: 500; }
.contact-form-panel { padding: 40px; border: 1px solid var(--line); background: var(--white); }
.contact-form-panel .card-kicker { margin-bottom: 36px; }
.page-form label { display: flex; flex-direction: column; gap: 9px; margin-bottom: 25px; color: var(--ink-soft); font-size: 11px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.page-form input, .page-form textarea { width: 100%; min-height: 58px; padding: 12px 14px; border: 1px solid var(--line); outline: 0; color: var(--ink); background: var(--paper-light); font-size: 15px; letter-spacing: 0; text-transform: none; transition: border-color 180ms ease, background 180ms ease; }
.page-form textarea { min-height: 150px; resize: vertical; }
.page-form input:focus, .page-form textarea:focus { border-color: var(--green); background: var(--white); }
.page-form .button { width: 100%; }
.auth-page { display: grid; grid-template-columns: 1fr 1fr; min-height: calc(100vh - 0px); padding-top: 88px; background: var(--paper-light); }
.auth-visual { display: flex; flex-direction: column; justify-content: center; min-height: 680px; padding: 100px max(50px, calc((100vw - 1400px) / 2)); color: var(--white); background: var(--black); }
.auth-visual h1 { max-width: 570px; margin: 0 0 25px; font: 400 clamp(50px, 5.3vw, 78px)/.97 var(--serif); letter-spacing: -.06em; }
.auth-visual h1 + p { max-width: 370px; margin: 0; color: rgba(255,255,255,.64); font-size: 17px; }
.auth-panel { align-self: center; width: min(560px, calc(100% - 80px)); margin: 60px auto; padding: 47px 50px; border: 1px solid var(--line); background: var(--white); }
.auth-panel h2 { margin: 0 0 40px; font: 400 42px/1 var(--serif); letter-spacing: -.05em; }
.auth-switch { margin: 25px 0 0; color: var(--ink-soft); font-size: 14px; text-align: center; }
.auth-switch a { color: var(--green); font-weight: 600; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity 700ms cubic-bezier(.22,.61,.36,1), transform 700ms cubic-bezier(.22,.61,.36,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.hero-copy.reveal, .hero-visual.reveal, .search-panel.reveal { transition-duration: 850ms; }

@media (max-width: 1150px) {
  .main-nav { gap: 19px; margin-left: 25px; }
  .main-nav a, .login-link { font-size: 13px; }
  .header-inner { width: min(100% - 48px, 1400px); }
  .page-shell { width: min(100% - 48px, 1400px); }
  .hero-layout { gap: 45px; }
  .hero-float-card { right: -20px; }
  .featured-deal-body { padding: 42px; }
}

@media (max-width: 900px) {
  .site-header { min-height: 78px; }
  .header-inner { min-height: 78px; }
  .brand-mark, .brand-mark img { width: 44px; height: 44px; }
  .brand-name { font-size: 25px; }
  .menu-toggle { display: grid; width: 42px; height: 42px; margin-left: auto; padding: 11px 8px; border: 0; background: var(--green); cursor: pointer; }
  .menu-toggle span { display: block; width: 100%; height: 2px; background: var(--white); transition: transform 180ms ease; }
  .menu-toggle.is-open span:first-child { transform: translateY(6px) rotate(45deg); }
  .menu-toggle.is-open span:last-child { transform: translateY(-6px) rotate(-45deg); }
  .main-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; margin: 0; padding: 10px 24px 20px; background: var(--paper-light); border-bottom: 1px solid var(--line); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px 0; font-size: 15px; }
  .account-nav { display: none; }
  .hero-section { padding-top: 78px; }
  .hero-layout { grid-template-columns: 1fr; min-height: auto; padding-top: 84px; padding-bottom: 40px; }
  .hero-copy h1 { max-width: 680px; }
  .hero-visual { justify-self: start; width: min(100%, 610px); }
  .hero-image-wrap { height: 430px; }
  .hero-float-card { right: 25px; bottom: 45px; }
  .search-panel { margin-top: 0; }
  .search-form { grid-template-columns: 1fr 1fr; }
  .search-control { border-bottom: 1px solid var(--line); }
  .search-control:nth-child(2) { border-right: 0; }
  .search-budget { border-bottom: 0; }
  .search-submit { border-bottom: 0; }
  .proof-section { grid-template-columns: 1fr 1fr; gap: 32px 0; }
  .proof-intro { padding-bottom: 12px; }
  .proof-item:nth-child(3) { border-left: 0; }
  .featured-deal { grid-template-columns: 1fr 1fr; }
  .featured-deal-body { padding: 35px 28px; }
  .deal-meta { display: block; }
  .deal-meta span:last-child { margin-top: 9px; }
  .service-grid, .destination-grid, .listing-grid, .pack-grid { grid-template-columns: repeat(2, 1fr); }
  .destination-card:first-child { height: 424px; }
  .method-grid { grid-template-columns: 1fr; }
  .method-step, .method-step + .method-step { min-height: 0; padding: 25px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .method-step:last-child { border-bottom: 0; }
  .join-layout { grid-template-columns: 1fr; gap: 35px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 46px 30px; }
  .footer-brand-column, .footer-newsletter { grid-column: 1 / -1; }
  .contact-page, .auth-page { grid-template-columns: 1fr; }
  .contact-page { gap: 60px; padding-top: 130px; }
  .contact-form-panel { max-width: 650px; }
  .auth-visual { min-height: 390px; padding: 80px 24px 55px; }
  .auth-panel { width: min(620px, calc(100% - 48px)); margin: 0 auto 80px; }
}

@media (max-width: 600px) {
  body { font-size: 15px; }
  .page-shell { width: calc(100% - 36px); }
  .section-pad { padding: 82px 0; }
  .hero-layout { width: calc(100% - 36px); padding-top: 68px; }
  .hero-copy h1 { font-size: clamp(49px, 14vw, 68px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .hero-trust { gap: 10px 15px; margin-top: 29px; font-size: 11px; }
  .hero-image-wrap { height: 325px; clip-path: polygon(7% 0, 100% 0, 100% 94%, 87% 100%, 0 100%, 0 8%); }
  .hero-float-card { right: 12px; bottom: 25px; width: 235px; padding: 16px 17px; }
  .hero-float-card strong { font-size: 21px; }
  .hero-float-card em { font-size: 25px; }
  .hero-image-caption { padding-left: 15px; font-size: 9px; }
  .search-panel { width: calc(100% - 36px); padding: 18px 15px 15px; }
  .search-panel-top { align-items: flex-start; flex-direction: column; gap: 10px; font-size: 19px; }
  .search-status { font-size: 10px; }
  .search-form { display: block; }
  .search-control, .search-control:nth-child(2), .search-budget { min-height: 64px; border-right: 0; border-bottom: 1px solid var(--line); }
  .search-submit { width: 100%; min-height: 60px; margin-top: 10px; }
  .proof-section { grid-template-columns: 1fr; gap: 0; padding-top: 40px; padding-bottom: 40px; }
  .proof-intro { padding: 0 0 28px; }
  .proof-item, .proof-item:nth-child(3) { min-height: 0; padding: 17px 0; border-top: 1px solid var(--line); border-left: 0; }
  .section-intro, .section-line { display: block; margin-bottom: 35px; }
  .section-intro h2, .section-line h2 { font-size: 48px; }
  .section-intro > p { margin-top: 20px; font-size: 15px; }
  .featured-deal, .service-grid, .destination-grid, .listing-grid, .pack-grid { grid-template-columns: 1fr; }
  .featured-deal-image { min-height: 280px; }
  .featured-deal-body { padding: 28px 22px; }
  .featured-deal-body h3 { font-size: 42px; }
  .featured-deal-body > p { margin-bottom: 30px; font-size: 15px; }
  .deal-purchase { align-items: flex-start; flex-direction: column; }
  .deal-purchase .button { width: 100%; }
  .service-panel { min-height: 290px; }
  .destination-card, .destination-card:first-child { height: 370px; }
  .method-section .section-intro h2 { font-size: 48px; }
  .join-section { padding: 76px 0; }
  .join-section h2 { font-size: 48px; }
  .join-form { display: block; padding: 8px; }
  .join-form input { display: block; width: 100%; min-height: 54px; }
  .join-form .button { width: 100%; min-height: 55px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 36px 20px; padding-bottom: 55px; }
  .footer-brand-column, .footer-newsletter { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 16px; }
  .footer-bottom div { flex-wrap: wrap; gap: 12px 18px; }
  .listing-page, .packs-page { padding-top: 78px; }
  .listing-hero { padding-top: 83px; padding-bottom: 48px; }
  .listing-hero h1 { font-size: 57px; }
  .listing-hero > p:last-child { font-size: 16px; }
  .listing-toolbar { display: block; padding: 13px; }
  .listing-toolbar > label { min-height: 46px; }
  .chip-row { overflow-x: auto; padding: 14px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .chip { min-width: max-content; }
  .listing-grid { padding-bottom: 82px; }
  .deal-card-image, .product-image { height: 260px; }
  .pack-image { height: 300px; }
  .pack-body h3 { min-height: 0; }
  .contact-page { gap: 45px; min-height: 0; padding-top: 116px; padding-bottom: 82px; }
  .contact-copy h1 { font-size: 69px; }
  .contact-copy > p:not(.eyebrow) { margin-bottom: 44px; font-size: 16px; }
  .contact-form-panel { padding: 27px 21px; }
  .auth-visual { min-height: 350px; padding: 70px 18px 45px; }
  .auth-visual h1 { font-size: 52px; }
  .auth-panel { width: calc(100% - 36px); padding: 32px 22px; }
  .auth-panel h2 { font-size: 35px; }
}

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

/* Art direction layer: the layouts stay simple to use, but gain a stronger travel signature. */
#app > * { animation: page-in 650ms cubic-bezier(.22,.61,.36,1) both; }
.hero-section { isolation: isolate; background-color: #151312; background-image: linear-gradient(115deg, rgba(0,107,84,.16), transparent 42%), repeating-linear-gradient(90deg, rgba(255,255,255,.035) 0 1px, transparent 1px 88px); }
.hero-section::before { position: absolute; inset: 0; content: ''; opacity: .3; background: radial-gradient(circle at 7% 88%, rgba(84,226,177,.25) 0 1px, transparent 1.5px); background-size: 17px 17px; mask-image: linear-gradient(90deg, #000, transparent 45%); pointer-events: none; }
.hero-layout { min-height: 640px; }
.hero-visual { --pointer-x: 0px; --pointer-y: 0px; }
.hero-visual::before { position: absolute; z-index: -1; top: 36px; right: -38px; width: 220px; height: 220px; content: ''; border: 1px solid rgba(84,226,177,.45); border-radius: 50%; box-shadow: 0 0 0 16px rgba(84,226,177,.04), 0 0 0 32px rgba(84,226,177,.03); animation: orbit-pulse 5s ease-in-out infinite; }
.hero-image-wrap { box-shadow: 20px 24px 0 rgba(0,107,84,.28); }
.hero-image-wrap img { transform: translate(var(--pointer-x), var(--pointer-y)) scale(1.025); }
.hero-visual:hover .hero-image-wrap img { transform: translate(var(--pointer-x), var(--pointer-y)) scale(1.075); }
.hero-stamp { position: absolute; top: 76px; left: -65px; display: flex; align-items: center; gap: 10px; padding: 10px 13px 10px 9px; color: var(--black); background: var(--mint); box-shadow: 8px 10px 0 rgba(0,0,0,.18); transform: rotate(-8deg); animation: stamp-float 5s ease-in-out infinite; }
.hero-stamp span { font: 400 27px/.8 var(--serif); letter-spacing: -.09em; }
.hero-stamp small { padding-left: 10px; border-left: 1px solid rgba(27,24,22,.35); font-size: 8px; font-weight: 700; letter-spacing: .16em; line-height: 1.25; }
.hero-route-card { position: absolute; top: 162px; left: -54px; width: 148px; padding: 15px 16px 14px; color: var(--white); background: rgba(27,24,22,.78); border: 1px solid rgba(255,255,255,.28); backdrop-filter: blur(12px); transform: rotate(3deg); animation: route-float 6s ease-in-out infinite; }
.hero-route-card::after { position: absolute; right: -53px; top: 47px; width: 53px; height: 1px; content: ''; border-top: 1px dashed rgba(84,226,177,.72); transform: rotate(-16deg); transform-origin: left; }
.hero-route-card > span { display: block; margin-bottom: 11px; color: var(--mint); font-size: 8px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.hero-route-card strong { display: flex; align-items: center; gap: 6px; font-size: 17px; letter-spacing: .12em; }
.hero-route-card strong i { display: block; width: 18px; height: 1px; border-top: 1px dotted var(--mint); }
.hero-route-card small { display: block; margin-top: 9px; color: rgba(255,255,255,.56); font-size: 10px; }
.hero-coordinate { position: absolute; right: -35px; top: 24px; color: rgba(255,255,255,.55); font-size: 9px; letter-spacing: .2em; writing-mode: vertical-rl; transform: rotate(180deg); }
.travel-ticker { display: flex; min-height: 65px; overflow: hidden; color: var(--white); background: var(--green); border-bottom: 1px solid rgba(0,0,0,.18); }
.ticker-label { z-index: 1; display: flex; flex: 0 0 205px; align-items: center; justify-content: space-between; padding: 0 25px; color: var(--mint); background: var(--black); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.ticker-label span { color: var(--white); font-size: 19px; }
.ticker-window { overflow: hidden; }
.ticker-track { display: flex; align-items: center; width: max-content; height: 65px; animation: ticker-move 34s linear infinite; }
.ticker-track span { padding: 0 28px; font: 400 22px/1 var(--serif); white-space: nowrap; }
.ticker-track i { color: var(--mint); font-size: 16px; font-style: normal; }
.proof-section { position: relative; }
.proof-section::before { position: absolute; top: -1px; right: 0; width: 78px; height: 1px; content: ''; background: var(--green); }
.spotlight-section { overflow: hidden; background: #ebe6dd; }
.spotlight-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 100px; }
.spotlight-copy h2 { margin: 0 0 23px; font: 400 clamp(48px, 5vw, 74px)/.93 var(--serif); letter-spacing: -.065em; }
.spotlight-copy h2 em { color: var(--green); font-style: italic; }
.spotlight-copy > p:not(.eyebrow) { max-width: 390px; margin-bottom: 45px; color: var(--ink-soft); font-size: 17px; line-height: 1.62; }
.spotlight-stats { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 440px; margin-bottom: 42px; border-top: 1px solid #cfc8bd; border-bottom: 1px solid #cfc8bd; }
.spotlight-stats div { display: flex; align-items: center; gap: 9px; min-height: 75px; border-right: 1px solid #cfc8bd; }
.spotlight-stats div + div { padding-left: 15px; }
.spotlight-stats div:last-child { border-right: 0; }
.spotlight-stats strong { color: var(--green); font: 400 29px/1 var(--serif); }
.spotlight-stats span { color: var(--ink-soft); font-size: 9px; font-weight: 700; letter-spacing: .12em; line-height: 1.3; text-transform: uppercase; }
.spotlight-collage { position: relative; min-height: 565px; }
.spotlight-collage figure { margin: 0; }
.collage-main { position: absolute; top: 0; left: 5%; width: 62%; height: 520px; overflow: hidden; background: var(--black); box-shadow: 14px 18px 0 var(--green); transform: rotate(-4deg); }
.collage-main img, .collage-small img { width: 100%; height: 100%; object-fit: cover; transition: transform 800ms cubic-bezier(.22,.61,.36,1); }
.spotlight-collage:hover .collage-main img, .spotlight-collage:hover .collage-small img { transform: scale(1.07); }
.collage-main::after, .collage-small::after { position: absolute; inset: 0; content: ''; background: linear-gradient(0deg, rgba(15,14,12,.64), transparent 56%); pointer-events: none; }
.collage-main figcaption { position: absolute; z-index: 1; right: 22px; bottom: 20px; left: 22px; display: flex; justify-content: space-between; color: var(--white); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.collage-main figcaption b { color: var(--mint); font-weight: 600; }
.collage-small { position: absolute; right: 0; width: 40%; height: 180px; overflow: hidden; background: var(--black); border: 7px solid #ebe6dd; }
.collage-small-top { top: 42px; transform: rotate(6deg); }
.collage-small-bottom { right: 7%; bottom: 34px; transform: rotate(-5deg); }
.collage-small figcaption { position: absolute; z-index: 1; right: 12px; bottom: 10px; left: 12px; color: var(--white); font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.collage-sticker { position: absolute; z-index: 2; top: 224px; right: 28%; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 106px; height: 106px; color: var(--black); background: var(--cream); border-radius: 50%; box-shadow: 5px 8px 0 rgba(0,0,0,.16); transform: rotate(11deg); }
.collage-sticker span { font-size: 9px; font-weight: 700; letter-spacing: .22em; }
.collage-sticker strong { margin-top: 2px; font: 400 20px/.95 var(--serif); letter-spacing: -.08em; }
.collage-sticker small { margin-top: 7px; font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.live-deals-section { background: var(--paper); overflow: hidden; }
.live-counter { display: flex; align-items: center; gap: 9px; padding: 12px 16px; border: 1px solid var(--line); background: var(--paper-light); }
.live-counter i { width: 7px; height: 7px; border-radius: 50%; background: #ef6c5b; box-shadow: 0 0 0 5px rgba(239,108,91,.12); animation: live-blink 1.8s ease-in-out infinite; }
.live-counter strong { color: var(--ink); font-size: 10px; letter-spacing: .2em; }
.live-counter span { color: var(--ink-faint); font-size: 10px; }
.deal-rail { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.mini-deal { position: relative; display: grid; grid-template-columns: 24px 106px minmax(0,1fr) 18px; align-items: center; gap: 14px; min-height: 150px; padding: 14px 17px 14px 14px; background: var(--white); border: 1px solid var(--line); transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease; }
.mini-deal:hover { z-index: 1; border-color: var(--green); box-shadow: 0 15px 35px rgba(33,30,27,.1); transform: translateY(-6px); }
.mini-deal-number { align-self: start; padding-top: 3px; color: var(--green); font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.mini-deal-image { width: 106px; height: 120px; overflow: hidden; background: var(--black); }
.mini-deal-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.mini-deal:hover .mini-deal-image img { transform: scale(1.1); }
.mini-deal-copy > span { display: block; overflow: hidden; margin-bottom: 9px; color: var(--ink-faint); font-size: 9px; letter-spacing: .12em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.mini-deal-copy strong { display: block; margin-bottom: 18px; font: 400 21px/1 var(--serif); letter-spacing: -.04em; }
.mini-deal-copy strong em { color: var(--green); font-style: normal; }
.mini-deal-copy div { display: flex; align-items: end; gap: 8px; }
.mini-deal-copy small { color: var(--ink-faint); font-size: 9px; }
.mini-deal-copy b { color: var(--green); font: 400 24px/1 var(--serif); }
.mini-deal-arrow { color: var(--green); font-size: 21px; transition: transform 180ms ease; }
.mini-deal:hover .mini-deal-arrow { transform: translate(3px,-3px); }
.listing-page, .packs-page { position: relative; overflow: hidden; background-image: radial-gradient(circle at 95% 10%, rgba(0,107,84,.09), transparent 24%), linear-gradient(90deg, transparent 0 96%, rgba(0,107,84,.07) 96% 96.2%, transparent 96.2%); }
.listing-hero { position: relative; }
.listing-hero > p:not(.eyebrow) { max-width: 540px; margin: 0; color: var(--ink-soft); font-size: 18px; line-height: 1.6; }
.listing-hero::after { position: absolute; right: 0; bottom: 78px; width: 110px; height: 110px; content: ''; border: 1px solid rgba(0,107,84,.32); border-radius: 50%; box-shadow: 0 0 0 14px rgba(0,107,84,.035), 0 0 0 28px rgba(0,107,84,.025); }
.listing-signal { position: absolute; right: 0; bottom: 74px; display: grid; grid-template-columns: auto auto; column-gap: 15px; align-items: center; width: 170px; padding: 16px 18px; border: 1px solid var(--line); background: rgba(255,255,255,.64); transform: rotate(-4deg); }
.listing-signal span { grid-column: 1 / -1; margin-bottom: 10px; color: var(--green); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.listing-signal strong { color: var(--ink); font: 400 34px/.8 var(--serif); }
.listing-signal small { color: var(--ink-faint); font-size: 9px; line-height: 1.25; text-transform: uppercase; }
.deal-card:nth-child(3n + 2), .product-card:nth-child(3n + 2) { transform: translateY(26px); }
.deal-card:nth-child(3n + 2):hover, .product-card:nth-child(3n + 2):hover { transform: translateY(19px); }
.deal-card, .product-card, .pack-card { border-radius: 2px 2px 14px 2px; }
.listing-toolbar { position: relative; z-index: 1; box-shadow: 8px 8px 0 rgba(0,107,84,.1); }
.contact-page, .auth-page { position: relative; overflow: hidden; }
.contact-page::before, .auth-page::before { position: absolute; top: 106px; right: 4%; width: 260px; height: 260px; content: ''; border: 1px solid rgba(0,107,84,.16); border-radius: 50%; box-shadow: 0 0 0 22px rgba(0,107,84,.025), 0 0 0 44px rgba(0,107,84,.018); pointer-events: none; }
.contact-form-panel, .auth-panel { position: relative; box-shadow: 14px 14px 0 rgba(0,107,84,.13); }
.auth-visual { position: relative; overflow: hidden; background-image: linear-gradient(135deg, rgba(0,107,84,.34), transparent 52%), repeating-linear-gradient(135deg, rgba(255,255,255,.04) 0 1px, transparent 1px 14px); }
.auth-visual::after { position: absolute; right: 11%; bottom: 13%; width: 200px; height: 200px; content: 'TV'; color: rgba(84,226,177,.16); font: 400 180px/.8 var(--serif); transform: rotate(-12deg); }
.reveal { transition-delay: var(--reveal-delay, 0ms); }

@keyframes page-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@keyframes ticker-move { to { transform: translateX(-50%); } }
@keyframes orbit-pulse { 0%, 100% { transform: scale(.96); opacity: .65; } 50% { transform: scale(1.04); opacity: 1; } }
@keyframes stamp-float { 0%, 100% { transform: rotate(-8deg) translateY(0); } 50% { transform: rotate(-5deg) translateY(-8px); } }
@keyframes route-float { 0%, 100% { transform: rotate(3deg) translateY(0); } 50% { transform: rotate(5deg) translateY(7px); } }
@keyframes live-blink { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }

@media (max-width: 1150px) {
  .hero-stamp { left: -25px; }
  .hero-route-card { left: -23px; }
  .hero-coordinate { right: -17px; }
  .spotlight-grid { gap: 50px; }
  .deal-rail { gap: 10px; }
  .mini-deal { grid-template-columns: 18px 88px minmax(0,1fr) 14px; gap: 9px; padding-inline: 10px; }
  .mini-deal-image { width: 88px; }
  .mini-deal-copy strong { font-size: 18px; }
}

@media (max-width: 900px) {
  .hero-stamp { top: 40px; left: 14px; }
  .hero-route-card { top: 118px; left: 12px; }
  .hero-coordinate { right: 8px; top: 15px; }
  .travel-ticker { min-height: 58px; }
  .ticker-label { flex-basis: 145px; padding-inline: 16px; font-size: 9px; }
  .ticker-track { height: 58px; }
  .ticker-track span { padding-inline: 20px; font-size: 19px; }
  .spotlight-grid { grid-template-columns: 1fr; gap: 50px; }
  .spotlight-collage { width: min(100%, 600px); min-height: 505px; margin-left: auto; }
  .collage-main { height: 460px; }
  .collage-small { height: 155px; }
  .collage-sticker { top: 190px; }
  .deal-rail { grid-template-columns: 1fr; }
  .mini-deal { min-height: 135px; }
  .mini-deal-image { height: 105px; }
  .deal-card:nth-child(3n + 2), .product-card:nth-child(3n + 2) { transform: none; }
  .deal-card:nth-child(3n + 2):hover, .product-card:nth-child(3n + 2):hover { transform: translateY(-7px); }
  .listing-signal { right: 24px; bottom: 44px; }
  .listing-hero::after { right: 10px; bottom: 50px; }
}

@media (max-width: 600px) {
  .hero-section::before { opacity: .17; }
  .hero-image-wrap { box-shadow: 9px 12px 0 rgba(0,107,84,.32); }
  .hero-stamp { top: 26px; left: 8px; transform: scale(.82) rotate(-8deg); transform-origin: left top; }
  .hero-route-card { top: 91px; left: 4px; transform: scale(.86) rotate(3deg); transform-origin: left top; }
  .hero-route-card::after, .hero-coordinate { display: none; }
  .travel-ticker { display: block; }
  .ticker-label { min-height: 36px; padding-inline: 18px; }
  .ticker-label span { display: none; }
  .ticker-track { height: 52px; }
  .ticker-track span { padding-inline: 15px; font-size: 17px; }
  .spotlight-copy h2 { font-size: 52px; }
  .spotlight-stats { gap: 0; }
  .spotlight-stats div { gap: 6px; }
  .spotlight-stats div + div { padding-left: 8px; }
  .spotlight-stats strong { font-size: 23px; }
  .spotlight-stats span { font-size: 8px; letter-spacing: .07em; }
  .spotlight-collage { min-height: 370px; }
  .collage-main { left: 0; width: 65%; height: 345px; box-shadow: 9px 11px 0 var(--green); }
  .collage-small { width: 41%; height: 118px; border-width: 5px; }
  .collage-small-top { top: 20px; }
  .collage-small-bottom { bottom: 12px; }
  .collage-sticker { top: 130px; right: 22%; width: 78px; height: 78px; }
  .collage-sticker strong { font-size: 15px; }
  .collage-sticker small { margin-top: 4px; font-size: 6px; }
  .listing-signal { position: relative; right: auto; bottom: auto; width: 158px; margin: 29px 0 0; }
  .listing-hero > p:not(.eyebrow) { font-size: 16px; }
  .listing-hero::after { display: none; }
  .listing-toolbar { box-shadow: 5px 5px 0 rgba(0,107,84,.1); }
}

@media (prefers-reduced-motion: reduce) {
  #app > *, .ticker-track, .hero-visual::before, .hero-stamp, .hero-route-card, .live-counter i { animation: none !important; }
}

/* Conversion layer: social proof, urgency, membership and premium micro-interactions. */
.scroll-progress { position: fixed; z-index: 90; top: 0; left: 0; width: 0%; height: 3px; background: linear-gradient(90deg, var(--mint), var(--green)); transition: width 120ms ease-out; }
.sticky-cta { position: fixed; z-index: 55; right: 24px; bottom: 24px; display: flex; flex-direction: column; gap: 2px; padding: 14px 22px; color: var(--white); background: var(--black); box-shadow: 0 16px 34px rgba(0,0,0,.28); opacity: 0; transform: translateY(16px) scale(.96); pointer-events: none; transition: opacity 260ms ease, transform 260ms ease, background 200ms ease; }
.sticky-cta.is-visible { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.sticky-cta:hover { background: var(--green-dark); }
.sticky-cta span { color: var(--mint); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.sticky-cta strong { font: 400 17px/1 var(--serif); }

.button { position: relative; overflow: hidden; }
.button::before { position: absolute; top: 0; left: -60%; width: 40%; height: 100%; content: ''; background: linear-gradient(115deg, transparent, rgba(255,255,255,.4), transparent); transform: skewX(-20deg); transition: left 550ms ease; pointer-events: none; }
.button:hover::before { left: 120%; }

.stats-bar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding: 44px 0; color: var(--white); background: var(--black); border-top: 1px solid rgba(255,255,255,.14); }
.stat-item { display: flex; flex-direction: column; gap: 9px; padding: 0 28px; border-left: 1px solid rgba(255,255,255,.14); }
.stat-item:first-child { padding-left: 0; border-left: 0; }
.stat-item > strong { font: 400 44px/1 var(--serif); color: var(--mint); letter-spacing: -.03em; }
.stat-item > span { color: rgba(255,255,255,.58); font-size: 12px; letter-spacing: .03em; }
.stat-rating { display: flex; align-items: baseline; gap: 3px; font: 400 34px/1 var(--serif); color: var(--mint); }
.stat-rating small { color: rgba(255,255,255,.5); font: 400 14px/1 var(--sans); }
.stars { display: inline-flex; gap: 3px; }
.star { width: 14px; height: 14px; color: rgba(255,255,255,.25); }
.star svg { display: block; width: 100%; height: 100%; }
.star.is-filled { color: #d9a441; }

.partners-section { padding: 26px 0; background: var(--paper-light); border-bottom: 1px solid var(--line); overflow: hidden; }
.partners-label { margin: 0 0 16px; padding: 0 36px; color: var(--ink-faint); font-size: 10px; font-weight: 700; letter-spacing: .22em; text-align: center; text-transform: uppercase; }
.partners-window { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.partners-track { display: flex; align-items: center; width: max-content; animation: partners-move 30s linear infinite; }
.partners-track:hover { animation-play-state: paused; }
.partners-track span { padding: 0 34px; color: var(--ink-faint); font: 400 22px/1 var(--serif); letter-spacing: -.02em; white-space: nowrap; opacity: .8; transition: color 200ms ease, opacity 200ms ease; }
.partners-track span:hover { color: var(--green); opacity: 1; }
.partners-track i { color: var(--line); font-style: normal; }

.deal-urgency { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 26px; margin-bottom: 22px; }
.deal-countdown { display: inline-flex; align-items: center; gap: 9px; padding: 9px 14px; border: 1px solid var(--line); background: var(--paper-light); color: var(--ink-soft); font-size: 12px; }
.deal-countdown svg { width: 15px; height: 15px; color: var(--green); }
.deal-countdown strong { color: var(--ink); font-variant-numeric: tabular-nums; font-weight: 700; letter-spacing: .02em; }
.deal-watchers { display: inline-flex; align-items: center; gap: 8px; color: #c1503f; font-size: 12px; }
.deal-watchers svg { width: 15px; height: 15px; }
.deal-watchers b { font-weight: 700; }
.deal-seats { margin-bottom: 36px; }
.deal-seats-track { height: 5px; margin-bottom: 9px; overflow: hidden; background: var(--line); }
.deal-seats-fill { display: block; width: 78%; height: 100%; background: #ef6c5b; animation: seats-pulse 2.4s ease-in-out infinite; }
.deal-seats small { color: var(--ink-faint); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.deal-seats small b { color: #c1503f; }
.deal-flash { position: absolute; z-index: 1; top: 23px; right: 23px; padding: 9px 13px; color: var(--white); background: #ef6c5b; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; animation: seats-pulse 2.2s ease-in-out infinite; }

.testimonials-section { overflow: hidden; background: var(--paper-light); }
.testimonial-carousel { max-width: 760px; margin: 0 auto; text-align: center; }
.testimonial-window { overflow: hidden; }
.testimonial-track { display: flex; transition: transform 520ms cubic-bezier(.22,.61,.36,1); }
.testimonial-slide { flex: 0 0 100%; padding: 0 10px; }
.testimonial-quote { width: 38px; height: 38px; margin: 0 auto 18px; color: var(--mint); }
.testimonial-quote svg { display: block; width: 100%; height: 100%; }
.testimonial-slide .stars { justify-content: center; margin-bottom: 24px; }
.testimonial-slide .star { width: 16px; height: 16px; color: #e3dccd; }
.testimonial-slide .star.is-filled { color: #d9a441; }
.testimonial-text { margin: 0 0 32px; color: var(--ink); font: 400 clamp(22px, 2.6vw, 30px)/1.42 var(--serif); letter-spacing: -.01em; }
.testimonial-person { display: inline-flex; align-items: center; gap: 14px; }
.testimonial-person img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; }
.testimonial-person div { text-align: left; }
.testimonial-person strong { display: block; font-size: 15px; }
.testimonial-person span { color: var(--ink-soft); font-size: 13px; }
.testimonial-controls { display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: 46px; }
.testimonial-arrow { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--line); background: var(--white); color: var(--green); cursor: pointer; font-size: 16px; transition: background 180ms ease, color 180ms ease, transform 180ms ease; }
.testimonial-arrow:hover { color: var(--white); background: var(--green); transform: translateY(-2px); }
.testimonial-dots { display: flex; gap: 9px; }
.testimonial-dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: var(--line); cursor: pointer; transition: background 180ms ease, transform 180ms ease; }
.testimonial-dot.is-active { background: var(--green); transform: scale(1.35); }

.pricing-section { background: var(--paper); }
.pricing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 920px; margin: 0 auto; }
.pricing-card { position: relative; padding: 44px 40px; border: 1px solid var(--line); background: var(--white); }
.pricing-card-highlight { overflow: hidden; color: var(--white); background: var(--black); border-color: var(--black); }
.pricing-card-highlight > * { position: relative; z-index: 1; }
.pricing-card-highlight::before { position: absolute; top: var(--my, 50%); left: var(--mx, 50%); width: 300px; height: 300px; content: ''; background: radial-gradient(circle, rgba(84,226,177,.28), transparent 70%); transform: translate(-50%, -50%); opacity: 0; transition: opacity 260ms ease; pointer-events: none; }
.pricing-card-highlight:hover::before { opacity: 1; }
.pricing-badge { position: absolute; top: -13px; right: 40px; z-index: 1; padding: 7px 14px; color: var(--black); background: var(--mint); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.pricing-card-highlight .card-kicker { color: var(--mint); }
.pricing-amount { display: flex; align-items: baseline; gap: 10px; margin-bottom: 18px; }
.pricing-amount strong { font: 400 52px/1 var(--serif); letter-spacing: -.03em; }
.pricing-amount span { color: var(--ink-soft); font-size: 13px; }
.pricing-card-highlight .pricing-amount span { color: rgba(255,255,255,.6); }
.pricing-text { margin: 0 0 30px; color: var(--ink-soft); font-size: 15px; line-height: 1.6; }
.pricing-card-highlight .pricing-text { color: rgba(255,255,255,.68); }
.pricing-features { display: grid; gap: 14px; margin: 0 0 34px; padding: 0; list-style: none; }
.pricing-features li { display: flex; align-items: center; gap: 12px; font-size: 14px; }
.pricing-features svg { width: 18px; height: 18px; flex: 0 0 auto; color: var(--green); }
.pricing-card-highlight .pricing-features svg { color: var(--mint); }
.pricing-card .button { width: 100%; }

.faq-section { background: var(--paper-light); }
.faq-layout { display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: 70px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%; padding: 24px 0; border: 0; background: none; color: var(--ink); cursor: pointer; text-align: left; font: 400 19px/1.3 var(--serif); }
.faq-chevron { display: flex; flex: 0 0 auto; width: 20px; height: 20px; color: var(--green); transition: transform 240ms ease; }
.faq-item.is-open .faq-chevron { transform: rotate(180deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; overflow: hidden; transition: grid-template-rows 320ms ease; }
.faq-answer > p { min-height: 0; margin: 0; padding-right: 8%; overflow: hidden; color: var(--ink-soft); font-size: 15px; line-height: 1.6; }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; padding-bottom: 24px; }

.join-trust { display: flex; flex-wrap: wrap; gap: 18px 40px; margin-top: 64px; padding-top: 36px; border-top: 1px solid rgba(255,255,255,.22); }
.trust-item { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.78); font-size: 13px; }
.trust-item span { display: grid; width: 34px; height: 34px; flex: 0 0 auto; place-items: center; color: var(--mint); border: 1px solid rgba(255,255,255,.28); border-radius: 50%; }
.trust-item span svg { width: 17px; height: 17px; }
.trust-item p { max-width: 150px; margin: 0; line-height: 1.3; }

.hero-visual { transform: translateY(var(--scroll-shift, 0px)); }

@keyframes partners-move { to { transform: translateX(-50%); } }
@keyframes seats-pulse { 0%, 100% { opacity: 1; } 50% { opacity: .7; } }

@media (max-width: 1150px) {
  .pricing-grid { max-width: 700px; }
}

@media (max-width: 900px) {
  .stats-bar { grid-template-columns: repeat(2, 1fr); gap: 26px 0; }
  .stat-item:nth-child(2n + 1) { padding-left: 0; border-left: 0; }
  .stat-item:nth-child(n + 3) { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); }
  .pricing-grid { grid-template-columns: 1fr; max-width: 480px; }
  .faq-layout { grid-template-columns: 1fr; gap: 30px; }
  .testimonial-controls { margin-top: 34px; }
  .sticky-cta { right: 16px; bottom: 16px; padding: 12px 18px; }
}

@media (max-width: 600px) {
  .stats-bar { grid-template-columns: 1fr; gap: 0; padding: 34px 0; }
  .stat-item { padding: 18px 0 0 !important; border-left: 0 !important; border-top: 1px solid rgba(255,255,255,.14); }
  .stat-item:first-child { padding-top: 0 !important; border-top: 0; }
  .partners-track span { padding: 0 22px; font-size: 18px; }
  .deal-urgency { gap: 10px 18px; }
  .pricing-card { padding: 34px 24px; }
  .pricing-amount strong { font-size: 44px; }
  .faq-question { font-size: 17px; }
  .join-trust { gap: 16px 24px; margin-top: 44px; padding-top: 28px; }
  .sticky-cta strong { font-size: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  .partners-track, .deal-seats-fill, .deal-flash { animation: none !important; }
  .hero-visual { transform: none !important; }
}

/* Search combos, listing upgrades, secondary-page CTAs, auth imagery. */
.search-control { position: relative; }
.search-dropdown { position: fixed; z-index: 500; max-height: 280px; overflow-y: auto; background: var(--white); border: 1px solid var(--line); box-shadow: 0 18px 40px rgba(33,30,27,.22); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity 180ms ease, transform 180ms ease, visibility 180ms; }
.search-dropdown.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
.search-option { display: flex; align-items: center; justify-content: space-between; gap: 10px; width: 100%; padding: 12px 16px; border: 0; border-bottom: 1px solid var(--paper); background: none; color: var(--ink); cursor: pointer; text-align: left; font-size: 14px; transition: background 150ms ease, color 150ms ease; }
.search-option[hidden] { display: none; }
.search-option:last-child { border-bottom: 0; }
.search-option:hover, .search-option:focus-visible { background: var(--paper); color: var(--green); outline: 0; }
.search-option span { color: var(--ink-faint); font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.search-dropdown.is-empty::before { display: block; padding: 14px 16px; content: 'Aucun résultat'; color: var(--ink-faint); font-size: 13px; }
.search-budget input { cursor: pointer; }

.listing-meta { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px 24px; margin: -18px 0 32px; color: var(--ink-faint); font-size: 13px; }
.sort-row { display: flex; align-items: center; gap: 9px; }
.sort-row span { color: var(--ink-faint); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.page-cta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px 40px; margin-top: 10px; padding: 44px 46px; border: 1px solid var(--line); background: var(--paper-light); box-shadow: 8px 8px 0 rgba(0,107,84,.08); }
.page-cta-copy { max-width: 460px; }
.page-cta-copy h3 { margin: 0 0 10px; font: 400 30px/1.1 var(--serif); }
.page-cta-copy > p:last-child { margin: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.55; }
.page-cta-form { position: relative; display: flex; flex: 0 0 auto; min-height: 58px; }
.page-cta-form input { min-width: 240px; padding: 0 16px; border: 1px solid var(--line); border-right: 0; outline: 0; background: var(--white); font-size: 14px; }
.page-cta-form .button { flex: 0 0 auto; }
.page-cta-form .form-response { position: absolute; top: calc(100% + 8px); left: 0; }

.benefit-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 90px; }
.benefit-item { display: flex; align-items: flex-start; gap: 14px; padding: 24px; border: 1px solid var(--line); background: var(--paper-light); }
.benefit-item span { display: grid; width: 40px; height: 40px; flex: 0 0 auto; place-items: center; color: var(--green); border: 1px solid var(--line); background: var(--white); }
.benefit-item span svg { width: 19px; height: 19px; }
.benefit-item strong { display: block; margin-bottom: 5px; font-size: 15px; }
.benefit-item p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.5; }

.mini-faq { margin-bottom: 90px; }
.mini-faq > .eyebrow { margin-bottom: 14px; }
.mini-faq > h3 { margin: 0 0 8px; font: 400 clamp(28px, 3vw, 38px)/1.05 var(--serif); }
.mini-faq .faq-list { margin-top: 30px; }

.pack-includes { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 22px; padding: 0; list-style: none; }
.pack-includes li { display: inline-flex; align-items: center; gap: 6px; padding: 6px 10px; color: var(--green); background: var(--paper); font-size: 11px; font-weight: 600; }
.pack-includes svg { width: 12px; height: 12px; }

.contact-badges { display: flex; flex-wrap: wrap; gap: 14px 26px; margin-top: 40px; }
.contact-badges .trust-item { color: var(--ink-soft); }
.contact-badges .trust-item span { color: var(--green); border-color: var(--line); }

.auth-visual-media { position: absolute; inset: 0; z-index: 0; }
.auth-visual-media img { width: 100%; height: 100%; object-fit: cover; opacity: .5; }
.auth-visual-media::after { position: absolute; inset: 0; content: ''; background: linear-gradient(175deg, rgba(15,14,12,.35), rgba(15,14,12,.92) 78%), linear-gradient(100deg, rgba(0,107,84,.55), transparent 62%); }
.auth-visual-content { position: relative; z-index: 1; }

@media (max-width: 1150px) {
  .benefit-row { grid-template-columns: repeat(2, 1fr); }
  .page-cta { padding: 34px; }
}

@media (max-width: 900px) {
  .listing-meta { flex-direction: column; align-items: flex-start; margin-top: 0; }
  .page-cta { flex-direction: column; align-items: stretch; margin-bottom: 82px; }
  .page-cta-form { flex-direction: column; }
  .page-cta-form input { border-right: 1px solid var(--line); border-bottom: 0; }
  .page-cta-form .button { width: 100%; }
  .mini-faq { margin-bottom: 60px; }
}

@media (max-width: 600px) {
  .benefit-row { grid-template-columns: 1fr; margin-bottom: 60px; }
  .search-dropdown { max-height: 220px; }
  .page-cta { padding: 26px 22px; margin-bottom: 60px; }
  .contact-badges { gap: 12px 18px; margin-top: 28px; }
}
