.page-id-9 .entry-header,
.page-id-9 h1.entry-title,
.page-id-9 .page-title { display: none !important; }
.page-id-9 body { background: #000 !important; }

.wtl-cmp { –gold:#d4b560; –gold-lt:#f0d98a; –gold-dk:#a68a3e; –cream:#faf9f5; –muted:#d4cfc0; –muted-2:rgba(255,255,255,.55); –surface:#141414; –line:rgba(212,181,96,.18); }
.wtl-cmp { background:#000; color:var(–cream); font-family:’Inter’,system-ui,sans-serif; margin:0 calc(50% – 50vw); padding:0 0 80px; min-height:70vh; }
.wtl-cmp h1,.wtl-cmp h2,.wtl-cmp h3 { font-family:’Fraunces’,Georgia,serif; color:var(–cream); margin:0; font-weight:400; letter-spacing:-.01em; line-height:1.1; }
.wtl-cmp p { margin:0; }
.wtl-cmp em { font-style:italic; color:var(–gold-lt); }
.wtl-cmp a { color:inherit; text-decoration:none; }

.wtl-cmp-wrap { max-width:1240px; margin:0 auto; padding:0 28px; }

.wtl-cmp-hero { text-align:center; padding:80px 24px 40px; position:relative; }
.wtl-cmp-hero::before { content: » »; position:absolute; inset:0; background:radial-gradient(ellipse 60% 50% at 50% 30%, rgba(212,181,96,.08), transparent 70%); pointer-events:none; }
.wtl-cmp-hero .eyebrow { font-size:11px; letter-spacing:.3em; text-transform:uppercase; color:var(–gold); font-weight:700; margin-bottom:20px; position:relative; }
.wtl-cmp-hero h1 { font-size:clamp(44px,7vw,82px); position:relative; margin-bottom:20px; }
.wtl-cmp-hero .sub { font-size:17px; color:var(–muted); max-width:640px; margin:0 auto; line-height:1.7; position:relative; }
.wtl-cmp-hero .divider { width:60px; height:1px; background:linear-gradient(90deg,transparent,var(–gold),transparent); margin:34px auto 0; position:relative; }

.wtl-cmp-label { text-align:center; font-size:11px; letter-spacing:.35em; text-transform:uppercase; color:var(–gold); font-weight:700; margin:56px 0 28px; }
.wtl-cmp-label::before,.wtl-cmp-label::after { content: » »; display:inline-block; width:32px; height:1px; background:var(–gold); vertical-align:middle; margin:0 12px; opacity:.5; }

.wtl-cmp-live { display:grid; grid-template-columns:1.2fr 1fr; gap:0; background:linear-gradient(180deg,var(–surface),#0b0b0b); border:1px solid var(–line); border-radius:6px; overflow:hidden; transition:transform .4s, box-shadow .4s; }
.wtl-cmp-live:hover { transform:translateY(-3px); box-shadow:0 24px 60px rgba(0,0,0,.5), 0 0 60px rgba(212,181,96,.08); border-color:rgba(212,181,96,.4); }
.wtl-cmp-live__img { position:relative; min-height:380px; background:center/cover no-repeat; }
.wtl-cmp-live__img::after { content: » »; position:absolute; inset:0; background:linear-gradient(135deg,transparent 50%,rgba(0,0,0,.4)); }
.wtl-cmp-live__chip { position:absolute; top:18px; left:18px; background:rgba(212,181,96,.95); color:#000; padding:7px 14px; font-size:10px; letter-spacing:.25em; text-transform:uppercase; font-weight:800; border-radius:2px; z-index:2; display:inline-flex; align-items:center; gap:8px; }
.wtl-cmp-live__chip::before { content: » »; width:6px; height:6px; border-radius:50%; background:#3aaf82; animation:wtlpulse 1.6s ease-in-out infinite; }
@keyframes wtlpulse { 0%,100%{opacity:1;transform:scale(1);} 50%{opacity:.4;transform:scale(.6);} }
.wtl-cmp-live__body { padding:40px 36px; display:flex; flex-direction:column; justify-content:center; }
.wtl-cmp-live__eye { font-size:11px; letter-spacing:.28em; text-transform:uppercase; color:var(–gold); font-weight:700; margin-bottom:14px; }
.wtl-cmp-live__title { font-size:clamp(30px,4vw,46px); margin-bottom:12px; }
.wtl-cmp-live__sub { font-size:15px; color:var(–muted); line-height:1.7; margin-bottom:22px; }
.wtl-cmp-live__stats { display:flex; gap:20px; margin-bottom:26px; flex-wrap:wrap; }
.wtl-cmp-live__stat { flex:1; min-width:90px; }
.wtl-cmp-live__stat-num { font-family:’Fraunces’,serif; font-size:24px; color:var(–gold-lt); font-weight:600; line-height:1; }
.wtl-cmp-live__stat-lbl { font-size:10px; letter-spacing:.18em; text-transform:uppercase; color:var(–muted-2); margin-top:6px; font-weight:600; }
.wtl-cmp-live__cta { display:inline-flex; align-items:center; gap:10px; background:linear-gradient(135deg,var(–gold-dk),var(–gold),var(–gold-lt)); color:#000; padding:16px 32px; border-radius:4px; font-size:13px; font-weight:800; letter-spacing:.15em; text-transform:uppercase; align-self:flex-start; transition:transform .3s, box-shadow .3s; box-shadow:0 6px 24px rgba(212,181,96,.3); }
.wtl-cmp-live__cta:hover { transform:translateY(-2px); box-shadow:0 12px 36px rgba(212,181,96,.5); }

@media (max-width:820px) { .wtl-cmp-live { grid-template-columns:1fr; } .wtl-cmp-live__img { min-height:240px; } .wtl-cmp-live__body { padding:32px 24px; } }

.wtl-cmp-upgrid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-bottom:20px; }
.wtl-cmp-up { position:relative; background:var(–surface); border:1px solid var(–line); border-radius:4px; overflow:hidden; aspect-ratio:4/5; transition:transform .4s, border-color .4s; }
.wtl-cmp-up:hover { transform:translateY(-4px); border-color:rgba(212,181,96,.5); }
.wtl-cmp-up__img { position:absolute; inset:0; background:center/cover no-repeat; filter:grayscale(.3) brightness(.65); transition:filter .4s; }
.wtl-cmp-up:hover .wtl-cmp-up__img { filter:grayscale(0) brightness(.85); }
.wtl-cmp-up__overlay { position:absolute; inset:0; background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.85)); }
.wtl-cmp-up__chip { position:absolute; top:14px; right:14px; background:rgba(0,0,0,.65); color:#fff; backdrop-filter:blur(6px); padding:5px 10px; font-size:9px; letter-spacing:.22em; text-transform:uppercase; font-weight:700; border-radius:2px; border:1px solid rgba(212,181,96,.3); }
.wtl-cmp-up__body { position:absolute; bottom:18px; left:18px; right:18px; }
.wtl-cmp-up__title { font-size:22px; margin-bottom:4px; color:#fff; }
.wtl-cmp-up__sub { font-size:11px; letter-spacing:.14em; text-transform:uppercase; color:var(–gold); font-weight:600; }

@media (max-width:900px) { .wtl-cmp-upgrid { grid-template-columns:repeat(2,1fr); } }

.wtl-cmp-lineup { background:var(–surface); border:1px solid var(–line); border-radius:4px; padding:56px 40px; margin-top:30px; }
.wtl-cmp-lineup__head { text-align:center; margin-bottom:44px; }
.wtl-cmp-lineup__head h2 { font-size:clamp(30px,4vw,44px); margin-bottom:14px; }
.wtl-cmp-lineup__head p { font-size:15px; color:var(–muted); max-width:560px; margin:0 auto; line-height:1.7; }
.wtl-cmp-lineup__group { margin-bottom:32px; }
.wtl-cmp-lineup__group:last-child { margin-bottom:0; }
.wtl-cmp-lineup__gtitle { font-size:11px; letter-spacing:.3em; text-transform:uppercase; color:var(–gold); font-weight:700; margin-bottom:16px; padding-bottom:12px; border-bottom:1px solid var(–line); }
.wtl-cmp-lineup__list { display:grid; grid-template-columns:repeat(auto-fill,minmax(210px,1fr)); gap:10px 18px; }
.wtl-cmp-lineup__item { font-family:’Fraunces’,serif; font-size:19px; color:var(–cream); font-weight:500; display:flex; align-items:center; gap:8px; padding:4px 0; }
.wtl-cmp-lineup__item.live { color:var(–gold-lt); font-weight:600; }
.wtl-cmp-lineup__item.live::after { content: »· LIVE »; font-family:’Inter’,sans-serif; font-size:9px; letter-spacing:.2em; background:rgba(58,175,130,.15); border:1px solid rgba(58,175,130,.5); color:#3aaf82; padding:3px 7px; border-radius:2px; font-weight:700; margin-left:auto; }
.wtl-cmp-lineup__note { text-align:center; margin-top:32px; font-size:13px; color:var(–muted-2); font-style:italic; }

.wtl-cmp-cta { text-align:center; padding:80px 24px 20px; }
.wtl-cmp-cta h3 { font-size:clamp(28px,3.5vw,40px); margin-bottom:14px; }
.wtl-cmp-cta p { font-size:15px; color:var(–muted); max-width:480px; margin:0 auto 28px; line-height:1.7; }
.wtl-cmp-cta__btn { display:inline-flex; align-items:center; gap:10px; background:transparent; border:1px solid var(–gold); color:var(–gold-lt); padding:16px 32px; border-radius:4px; font-size:12px; font-weight:700; letter-spacing:.18em; text-transform:uppercase; transition:all .3s; }
.wtl-cmp-cta__btn:hover { background:var(–gold); color:#000; }

All competitions

Choose your adventure

27 luxury travel prize competitions launching throughout 2026. Business class flights, 5-star hotels, 10 unforgettable days, each from £25.

Live now

Live, Draw 1 July

Draw 001

Tokyo, 10 Days for Two

The Peninsula Tokyo · Business Class return flights · private transfers · £1,000 spending money.

£20,000
Trip value
2,000
Max tickets
£25
Entry price

Notify me, sales 1 June →

Revealed next

The 2026 lineup

A new destination every two weeks. VIP waitlist members get 24-hour early access to each drop.

Asia & Pacific
Tokyo
Bali
Bora Bora
Maldives
Mauritius
Seychelles
Thailand
Singapore
Australia

Europe & Mediterranean
Santorini
Mykonos
Ibiza
Iceland
Cappadocia

Americas & Caribbean
New York
Los Angeles
Miami
Las Vegas
Tulum
Cancun
Costa Rica
Bahamas
Saint-Barth

Middle East & Africa
Dubai
Abu Dhabi
Zanzibar
South Africa

Lineup subject to refinement. New destinations may be added.

Don’t miss the next drop

Join the VIP waitlist to unlock each new destination 24 hours before it goes public.

Join the VIP waitlist →