/* Approved homepage wave treatment, 2026-09-09.
 * Opt in only the existing listing sections. Coupons, hero, host artwork,
 * listing card internals and all non-home screens keep their original styles.
 */
#tripy-web-app[data-screen="home"] :is(.tripy-home-resume,.tripy-home-holiday,.tripy-home-section--hotels,.tripy-home-section--tours,.tripy-home-section--rentals,.tripy-home-section--activities,.tripy-home-section--cars,.tripy-home-tabs) {
  --ty-wave-band: #dcecdf;
  --ty-wave-echo: #bed8c4;
  --ty-wave-heading: #204b35;
  --ty-wave-accent: #287547;
  --ty-wave-inset: 24px;
  padding-top: 0;
  padding-bottom: 32px;
  margin-top: 12px;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  backdrop-filter: none;
  gap: 20px;
}
#tripy-web-app[data-screen="home"] .tripy-home-resume { --ty-wave-band:#f2e9fa; --ty-wave-echo:#ded0ef; --ty-wave-heading:#302454; --ty-wave-accent:#7760a5; }
#tripy-web-app[data-screen="home"] .tripy-home-holiday { --ty-wave-band:#fff0c4; --ty-wave-echo:#eed78e; --ty-wave-heading:#3b4525; --ty-wave-accent:#8b6415; }
#tripy-web-app[data-screen="home"] .tripy-home-section--hotels { --ty-wave-band:#dff1d2; --ty-wave-echo:#b8dbba; --ty-wave-heading:#153c2c; --ty-wave-accent:#258444; }
#tripy-web-app[data-screen="home"] .tripy-home-section--tours { --ty-wave-band:#dddafa; --ty-wave-echo:#c3bbeb; --ty-wave-heading:#252e64; --ty-wave-accent:#7353b7; }
#tripy-web-app[data-screen="home"] .tripy-home-section--rentals { --ty-wave-band:#f8e5cd; --ty-wave-echo:#eecdad; --ty-wave-heading:#554332; --ty-wave-accent:#a96432; }
#tripy-web-app[data-screen="home"] .tripy-home-section--activities { --ty-wave-band:#d3edef; --ty-wave-echo:#afd4db; --ty-wave-heading:#164755; --ty-wave-accent:#197e84; }
#tripy-web-app[data-screen="home"] .tripy-home-section--cars { --ty-wave-band:#e9eccb; --ty-wave-echo:#d1d9a6; --ty-wave-heading:#3f4a25; --ty-wave-accent:#778629; }
#tripy-web-app[data-screen="home"] .tripy-home-tabs { --ty-wave-inset:22px; }

#tripy-web-app[data-screen="home"] :is(.tripy-home-resume,.tripy-home-holiday,.tripy-home-section--hotels,.tripy-home-section--tours,.tripy-home-section--rentals,.tripy-home-section--activities,.tripy-home-section--cars,.tripy-home-tabs__panel) > .tripy-home-section__head {
  position: relative;
  isolation: isolate;
  min-height: 118px;
  max-width: none;
  margin-inline: calc(-1 * var(--ty-wave-inset));
  padding: 27px 4%;
  gap: 18px;
}
#tripy-web-app[data-screen="home"] :is(.tripy-home-resume,.tripy-home-holiday,.tripy-home-section--hotels,.tripy-home-section--tours,.tripy-home-section--rentals,.tripy-home-section--activities,.tripy-home-section--cars,.tripy-home-tabs__panel) > .tripy-home-section__head::before,
#tripy-web-app[data-screen="home"] :is(.tripy-home-resume,.tripy-home-holiday,.tripy-home-section--hotels,.tripy-home-section--tours,.tripy-home-section--rentals,.tripy-home-section--activities,.tripy-home-section--cars,.tripy-home-tabs__panel) > .tripy-home-section__head::after {
  content: "";
  position: absolute;
  inset: 0 -2%;
  z-index: -1;
  pointer-events: none;
  background: var(--ty-wave-band);
  clip-path: var(--ty-wave-one);
}
#tripy-web-app[data-screen="home"] :is(.tripy-home-resume,.tripy-home-holiday,.tripy-home-section--hotels,.tripy-home-section--tours,.tripy-home-section--rentals,.tripy-home-section--activities,.tripy-home-section--cars,.tripy-home-tabs__panel) > .tripy-home-section__head::after {
  inset: 7px -1% -6px;
  z-index: -2;
  background: var(--ty-wave-echo);
  clip-path: var(--ty-wave-two);
  opacity: .65;
}
#tripy-web-app[data-screen="home"] :is(.tripy-home-resume,.tripy-home-holiday,.tripy-home-section--hotels,.tripy-home-section--tours,.tripy-home-section--rentals,.tripy-home-section--activities,.tripy-home-section--cars,.tripy-home-tabs__panel) .tripy-home-section__title {
  min-width: 0;
  max-width: 80%;
  margin: 0;
  overflow: visible;
  white-space: normal;
  overflow-wrap: anywhere;
  font-family: "Baloo 2", var(--tripy-font-family), sans-serif !important;
  font-size: clamp(27px,3.6vw,39px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -.035em;
  color: var(--ty-wave-heading);
}
#tripy-web-app[data-screen="home"] :is(.tripy-home-resume,.tripy-home-holiday,.tripy-home-section--hotels,.tripy-home-section--tours,.tripy-home-section--rentals,.tripy-home-section--activities,.tripy-home-section--cars,.tripy-home-tabs__panel) .tripy-home-section__title > span {
  font: inherit;
  font-family: "Baloo 2", var(--tripy-font-family), sans-serif !important;
  letter-spacing: inherit;
  color: inherit;
}
#tripy-web-app[data-screen="home"] :is(.tripy-home-resume,.tripy-home-holiday,.tripy-home-section--hotels,.tripy-home-section--tours,.tripy-home-section--rentals,.tripy-home-section--activities,.tripy-home-section--cars,.tripy-home-tabs__panel) .tripy-home-section__title > .tripy-home-section__title-main {
  color: var(--ty-wave-accent);
}
#tripy-web-app[data-screen="home"] :is(.tripy-home-resume,.tripy-home-holiday,.tripy-home-section--hotels,.tripy-home-section--tours,.tripy-home-section--rentals,.tripy-home-section--activities,.tripy-home-section--cars,.tripy-home-tabs__panel) .tripy-home-section__title-lead {
  margin-inline-end: .15em;
}
#tripy-web-app[data-screen="home"] :is(.tripy-home-resume,.tripy-home-holiday,.tripy-home-section--hotels,.tripy-home-section--tours,.tripy-home-section--rentals,.tripy-home-section--activities,.tripy-home-section--cars,.tripy-home-tabs__panel) .tripy-home-section__title::before {
  content: attr(data-tripy-heading-kicker);
  display: block;
  margin-bottom: 5px;
  font: 600 11px/1.4 var(--tripy-font-family), sans-serif;
  font-size: 11px;
  letter-spacing: .17em;
  text-transform: uppercase;
}
#tripy-web-app[data-screen="home"] :is(.tripy-home-resume,.tripy-home-holiday,.tripy-home-section--hotels,.tripy-home-section--tours,.tripy-home-section--rentals,.tripy-home-section--activities,.tripy-home-section--cars,.tripy-home-tabs__panel) .tripy-home-viewall {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 8px 0 8px 5px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: var(--ty-wave-heading);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  white-space: nowrap;
}
#tripy-web-app[data-screen="home"] :is(.tripy-home-resume,.tripy-home-holiday,.tripy-home-section--hotels,.tripy-home-section--tours,.tripy-home-section--rentals,.tripy-home-section--activities,.tripy-home-section--cars,.tripy-home-tabs__panel) .tripy-home-viewall::after {
  content: "→";
  font-size: 17px;
  transition: transform .2s;
}
#tripy-web-app[data-screen="home"] .tripy-home-viewall:hover { text-decoration:underline; text-underline-offset:5px; }
#tripy-web-app[data-screen="home"] .tripy-home-viewall:hover::after { transform:translateX(3px); }
#tripy-web-app[data-screen="home"] .tripy-home-resume > .tripy-home-section__head { min-height:96px; padding-block:21px; }
#tripy-web-app[data-screen="home"] .tripy-home-resume .tripy-home-section__title { font-size:27px; }

/* Reorder presentation only: all tab buttons and their existing handlers stay intact. */
#tripy-web-app[data-screen="home"] .tripy-home-tabs__panel.is-active { display:contents; }
#tripy-web-app[data-screen="home"] .tripy-home-tabs__nav { grid-row:2; }
#tripy-web-app[data-screen="home"] .tripy-home-tabs__panel > .tripy-home-section__head { grid-row:1; }
#tripy-web-app[data-screen="home"] .tripy-home-tabs__panel > .tripy-home-section__rail { grid-row:3; }
#tripy-web-app[data-screen="home"] .tripy-home-tabs__btn { background:#f5f7f5; border:1px solid #dce7df; color:#476356; }
#tripy-web-app[data-screen="home"] .tripy-home-tabs__btn.is-active { background:#1a713b; border-color:#1a713b; color:#fff; }

/* The footer clips its own continuous pale-sage surface; there is no separate wave strip. */
#tripy-web-app[data-screen="home"] > .ty-footer {
  background: #2f4671;
  clip-path: var(--ty-footer-edge);
  padding-top: 82px;
  margin-top: -46px;
}
#tripy-web-app[data-screen="home"] > .ty-footer::before,
#tripy-web-app[data-screen="home"] > .ty-footer::after { content:none; animation:none; }
#tripy-web-app[data-screen="home"] > .ty-footer .ty-cols { margin-top:0; }
#tripy-web-app[data-screen="home"] > .ty-footer .reveal { opacity:1; transform:none; }

@media (max-width:640px) {
  #tripy-web-app[data-screen="home"] :is(.tripy-home-resume,.tripy-home-holiday,.tripy-home-section--hotels,.tripy-home-section--tours,.tripy-home-section--rentals,.tripy-home-section--activities,.tripy-home-section--cars) { --ty-wave-inset:16px; padding-bottom:22px; }
  #tripy-web-app[data-screen="home"] :is(.tripy-home-resume,.tripy-home-holiday,.tripy-home-section--hotels,.tripy-home-section--tours,.tripy-home-section--rentals,.tripy-home-section--activities,.tripy-home-section--cars,.tripy-home-tabs__panel) > .tripy-home-section__head { min-height:110px; padding:26px 4%; gap:10px; }
  #tripy-web-app[data-screen="home"] :is(.tripy-home-resume,.tripy-home-holiday,.tripy-home-section--hotels,.tripy-home-section--tours,.tripy-home-section--rentals,.tripy-home-section--activities,.tripy-home-section--cars,.tripy-home-tabs__panel) .tripy-home-section__title { font-size:27px; max-width:74%; }
  #tripy-web-app[data-screen="home"] > .ty-footer { padding-top:72px; }
}
@media (pointer:coarse) {
  #tripy-web-app[data-screen="home"] .tripy-home-viewall { min-height:44px; }
}
@media (prefers-reduced-motion:reduce) {
  #tripy-web-app[data-screen="home"] .tripy-home-viewall::after { transition:none; }
}

/* Reuse the approved demo silhouettes, with pixel-height footer curves. */
#tripy-web-app[data-screen="home"] {
  --ty-wave-one:polygon(0% 9.36%,1% 10.33%,2% 11.07%,3% 11.56%,4% 11.79%,5% 11.78%,6% 11.58%,7% 11.24%,8% 10.83%,9% 10.43%,10% 10.09%,11% 9.87%,12% 9.77%,13% 9.84%,14% 10.13%,15% 10.88%,16% 12.43%,17% 14.88%,18% 17.35%,19% 18.27%,20% 16.78%,21% 13.69%,22% 10.56%,23% 8.21%,24% 6.58%,25% 5.32%,26% 4.26%,27% 3.38%,28% 2.74%,29% 2.38%,30% 2.33%,31% 2.60%,32% 3.15%,33% 3.94%,34% 4.89%,35% 5.93%,36% 6.95%,37% 7.89%,38% 8.69%,39% 9.29%,40% 9.68%,41% 9.87%,42% 9.90%,43% 9.82%,44% 9.68%,45% 9.55%,46% 9.49%,47% 9.54%,48% 9.73%,49% 10.05%,50% 10.48%,51% 10.97%,52% 11.46%,53% 11.89%,54% 12.17%,55% 12.24%,56% 12.07%,57% 11.62%,58% 10.91%,59% 9.96%,60% 8.84%,61% 7.62%,62% 6.38%,63% 5.23%,64% 4.25%,65% 3.50%,66% 3.03%,67% 2.86%,68% 2.98%,69% 3.36%,70% 3.93%,71% 4.63%,72% 5.38%,73% 6.10%,74% 6.72%,75% 7.21%,76% 7.54%,77% 7.72%,78% 7.77%,79% 7.73%,80% 7.68%,81% 7.65%,82% 7.73%,83% 7.95%,84% 8.33%,85% 8.89%,86% 9.59%,87% 10.39%,88% 11.23%,89% 12.02%,90% 12.69%,91% 13.16%,92% 13.37%,93% 13.28%,94% 12.89%,95% 12.21%,96% 11.28%,97% 10.17%,98% 8.97%,99% 7.76%,100% 6.64%,100% 93.76%,99% 92.45%,98% 91.10%,97% 89.80%,96% 88.61%,95% 87.60%,94% 86.81%,93% 86.27%,92% 85.97%,91% 85.89%,90% 86.00%,89% 86.25%,88% 86.60%,87% 86.98%,86% 87.36%,85% 87.70%,84% 87.99%,83% 88.21%,82% 88.39%,81% 88.55%,80% 88.71%,79% 88.92%,78% 89.21%,77% 89.61%,76% 90.13%,75% 90.78%,74% 91.54%,73% 92.38%,72% 93.24%,71% 94.07%,70% 94.80%,69% 95.35%,68% 95.68%,67% 95.72%,66% 95.45%,65% 94.85%,64% 93.95%,63% 92.78%,62% 91.39%,61% 89.88%,60% 88.32%,59% 86.83%,58% 85.49%,57% 84.40%,56% 83.61%,55% 83.18%,54% 83.12%,53% 83.45%,52% 84.11%,51% 85.07%,50% 86.24%,49% 87.55%,48% 88.90%,47% 90.20%,46% 91.39%,45% 92.40%,44% 93.19%,43% 93.73%,42% 94.03%,41% 94.11%,40% 94.00%,39% 93.75%,38% 93.40%,37% 93.02%,36% 92.64%,35% 92.30%,34% 92.01%,33% 91.79%,32% 91.61%,31% 91.45%,30% 91.29%,29% 91.08%,28% 90.79%,27% 90.39%,26% 89.87%,25% 89.22%,24% 88.46%,23% 87.62%,22% 86.76%,21% 85.93%,20% 85.20%,19% 84.65%,18% 84.32%,17% 84.28%,16% 84.55%,15% 85.15%,14% 86.05%,13% 87.22%,12% 88.61%,11% 90.12%,10% 91.68%,9% 93.17%,8% 94.51%,7% 95.60%,6% 96.39%,5% 96.82%,4% 96.88%,3% 96.55%,2% 95.89%,1% 94.93%,0% 93.76%);
  --ty-wave-two:polygon(0% 13.30%,1% 12.99%,2% 12.45%,3% 11.73%,4% 10.92%,5% 10.10%,6% 9.34%,7% 8.70%,8% 8.22%,9% 7.91%,10% 7.75%,11% 7.72%,12% 7.77%,13% 7.82%,14% 7.83%,15% 7.74%,16% 7.56%,17% 7.43%,18% 7.71%,19% 8.79%,20% 10.58%,21% 11.94%,22% 11.50%,23% 9.15%,24% 6.29%,25% 4.30%,26% 3.59%,27% 3.82%,28% 4.57%,29% 5.61%,30% 6.80%,31% 8.03%,32% 9.23%,33% 10.29%,34% 11.15%,35% 11.77%,36% 12.11%,37% 12.19%,38% 12.04%,39% 11.70%,40% 11.26%,41% 10.77%,42% 10.30%,43% 9.92%,44% 9.66%,45% 9.54%,46% 9.54%,47% 9.64%,48% 9.79%,49% 9.92%,50% 9.98%,51% 9.89%,52% 9.62%,53% 9.14%,54% 8.46%,55% 7.60%,56% 6.61%,57% 5.56%,58% 4.54%,59% 3.64%,60% 2.92%,61% 2.46%,62% 2.30%,63% 2.47%,64% 2.93%,65% 3.67%,66% 4.60%,67% 5.66%,68% 6.76%,69% 7.80%,70% 8.72%,71% 9.46%,72% 9.99%,73% 10.30%,74% 10.41%,75% 10.35%,76% 10.20%,77% 10.00%,78% 9.83%,79% 9.74%,80% 9.77%,81% 9.93%,82% 10.22%,83% 10.60%,84% 11.02%,85% 11.42%,86% 11.72%,87% 11.86%,88% 11.79%,89% 11.46%,90% 10.87%,91% 10.04%,92% 9.01%,93% 7.84%,94% 6.62%,95% 5.44%,96% 4.39%,97% 3.54%,98% 2.96%,99% 2.67%,100% 2.70%,100% 96.00%,99% 96.18%,98% 96.02%,97% 95.56%,96% 94.86%,95% 93.98%,94% 92.99%,93% 91.98%,92% 91.00%,91% 90.12%,90% 89.37%,89% 88.77%,88% 88.33%,87% 88.04%,86% 87.86%,85% 87.77%,84% 87.72%,83% 87.67%,82% 87.60%,81% 87.48%,80% 87.32%,79% 87.12%,78% 86.90%,77% 86.71%,76% 86.59%,75% 86.59%,74% 86.74%,73% 87.08%,72% 87.63%,71% 88.40%,70% 89.36%,69% 90.47%,68% 91.69%,67% 92.93%,66% 94.11%,65% 95.15%,64% 95.98%,63% 96.51%,62% 96.71%,61% 96.54%,60% 96.01%,59% 95.12%,58% 93.94%,57% 92.54%,56% 91.00%,55% 89.42%,54% 87.89%,53% 86.51%,52% 85.37%,51% 84.52%,50% 84.00%,49% 83.82%,48% 83.98%,47% 84.44%,46% 85.14%,45% 86.02%,44% 87.01%,43% 88.02%,42% 89.00%,41% 89.88%,40% 90.63%,39% 91.23%,38% 91.67%,37% 91.96%,36% 92.14%,35% 92.23%,34% 92.28%,33% 92.33%,32% 92.40%,31% 92.52%,30% 92.68%,29% 92.88%,28% 93.10%,27% 93.29%,26% 93.41%,25% 93.41%,24% 93.26%,23% 92.92%,22% 92.37%,21% 91.60%,20% 90.64%,19% 89.53%,18% 88.31%,17% 87.07%,16% 85.89%,15% 84.85%,14% 84.02%,13% 83.49%,12% 83.29%,11% 83.46%,10% 83.99%,9% 84.88%,8% 86.06%,7% 87.46%,6% 89.00%,5% 90.58%,4% 92.11%,3% 93.49%,2% 94.63%,1% 95.48%,0% 96.00%);
  --ty-footer-edge:polygon(0.00% 27.00px,0.74% 24.12px,1.47% 21.48px,2.19% 19.09px,2.90% 16.95px,3.61% 15.06px,4.31% 13.43px,5.01% 12.05px,5.71% 10.94px,6.42% 10.08px,7.12% 9.50px,7.84% 9.19px,8.57% 9.14px,9.31% 9.38px,10.06% 9.89px,10.83% 10.69px,11.62% 11.77px,12.42% 13.14px,13.26% 14.80px,14.11% 16.75px,15.00% 19.00px,15.00% 19.00px,16.01% 22.06px,16.96% 24.93px,17.85% 27.60px,18.68% 30.06px,19.47% 32.30px,20.22% 34.31px,20.94% 36.08px,21.64% 37.61px,22.32% 38.88px,23.00% 39.88px,23.68% 40.60px,24.36% 41.03px,25.06% 41.17px,25.78% 41.00px,26.53% 40.52px,27.32% 39.70px,28.15% 38.56px,29.04% 37.06px,29.99% 35.21px,31.00% 33.00px,31.00% 33.00px,32.01% 30.32px,32.96% 27.71px,33.85% 25.17px,34.68% 22.72px,35.47% 20.38px,36.22% 18.15px,36.94% 16.06px,37.64% 14.12px,38.32% 12.35px,39.00% 10.75px,39.68% 9.35px,40.36% 8.16px,41.06% 7.19px,41.78% 6.47px,42.53% 6.00px,43.32% 5.80px,44.15% 5.88px,45.04% 6.27px,45.99% 6.97px,47.00% 8.00px,47.00% 8.00px,48.16% 9.19px,49.26% 10.65px,50.29% 12.32px,51.27% 14.17px,52.20% 16.16px,53.09% 18.24px,53.95% 20.38px,54.78% 22.54px,55.58% 24.68px,56.38% 26.75px,57.16% 28.72px,57.94% 30.54px,58.73% 32.17px,59.54% 33.58px,60.36% 34.72px,61.21% 35.55px,62.09% 36.04px,63.01% 36.13px,63.98% 35.80px,65.00% 35.00px,65.00% 35.00px,66.16% 33.60px,67.23% 32.12px,68.24% 30.57px,69.18% 28.97px,70.06% 27.34px,70.90% 25.71px,71.71% 24.09px,72.49% 22.50px,73.25% 20.97px,74.00% 19.50px,74.75% 18.12px,75.51% 16.86px,76.29% 15.72px,77.10% 14.73px,77.94% 13.91px,78.82% 13.27px,79.76% 12.84px,80.77% 12.64px,81.84% 12.69px,83.00% 13.00px,83.00% 13.00px,84.02% 13.56px,84.99% 14.33px,85.91% 15.26px,86.78% 16.33px,87.62% 17.48px,88.44% 18.70px,89.22% 19.93px,89.99% 21.14px,90.75% 22.30px,91.50% 23.38px,92.25% 24.32px,93.01% 25.10px,93.78% 25.67px,94.56% 26.01px,95.38% 26.08px,96.22% 25.83px,97.09% 25.24px,98.01% 24.26px,98.98% 22.86px,100.00% 21.00px,100% 100%,0 100%);
}
