:root{--ink:#16333a;--ink-soft:#3a565c;--sand:#f6f1e6;--sand-deep:#ece3d1;--card:#fffdf8;--mustard:#d9962f;--mustard-deep:#b97a1e;--coral:#c85c42;--line:#ddd1b8;--radius:14px;--header-height:68px;font-size:16px}*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--sand);color:var(--ink);font-family:Work Sans,-apple-system,sans-serif;line-height:1.5}.brand-name,h1,h2{font-family:Fraunces,Georgia,serif}a{color:inherit}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.topbar{justify-content:space-between;padding:1.1rem 2rem;border-bottom:1px solid var(--line);background:var(--sand);position:-webkit-sticky;position:sticky;top:0;z-index:10}.brand,.topbar{display:flex;align-items:center}.brand{gap:.5rem;text-decoration:none}.brand-mark{color:var(--mustard-deep);font-size:1.4rem}.brand-name{font-weight:600;font-size:1.3rem;letter-spacing:-.01em;color:var(--ink)}.refresh-info{font-size:.82rem;color:var(--ink-soft)}.hero{position:relative;min-height:400px;display:flex;align-items:flex-end;overflow:hidden}.hero-image{position:absolute;inset:0;z-index:0}.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(22,51,58,.2),rgba(22,51,58,.82))}.hero-content{position:relative;z-index:1;padding:3rem 2rem;max-width:780px;color:#fff}.hero-content h1{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:600;margin:0 0 .6rem;line-height:1.2}.hero-content h1 em{color:var(--mustard);font-style:normal}.hero-sub{margin:0;font-size:1.05rem;color:#f3ede0}.hero-note{margin:.5rem 0 0;font-size:.9rem;color:#e4dcc9}.trust-section{padding:2.2rem 2rem 0;max-width:1400px;margin:0 auto}.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1rem;gap:1rem}.trust-item{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:1.1rem 1.2rem}.trust-item h3{margin:0 0 .35rem;font-size:1rem;font-family:Fraunces,serif}.trust-item p{margin:0;font-size:.88rem;color:var(--ink-soft)}.destinations{padding:2.4rem 2rem 3rem;max-width:1400px;margin:0 auto}.destinations-header{margin-bottom:.9rem}.destinations-header h2{margin:0;font-size:1.5rem;font-weight:600}.field{display:flex;flex-direction:column;gap:.35rem}.field label{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-soft);font-weight:500}.field input,.field select{padding:.55rem .7rem;border:1px solid var(--line);border-radius:8px;background:var(--card);color:var(--ink);font-family:inherit;font-size:.92rem}.field input:focus,.field select:focus{outline:2px solid var(--mustard);outline-offset:1px}.deal-filters-toolbar,.destinations-toolbar{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem}.filter-sticky{margin-bottom:1.4rem}.filter-sticky.is-open{position:-webkit-sticky;position:sticky;top:var(--header-height);z-index:5;background:var(--sand);padding:.6rem 0 .9rem;margin:-.6rem 0 .9rem;box-shadow:0 10px 18px -14px rgba(22,51,58,.3)}.search-field{min-width:220px;flex:1 1 260px}.sort-field{min-width:200px}.filter-toggle{display:inline-flex;align-items:center;gap:.45rem;padding:.6rem .95rem;border:1px solid var(--line);border-radius:999px;background:var(--card);color:var(--ink);font-family:inherit;font-size:.88rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:background .15s ease,border-color .15s ease,color .15s ease}.filter-toggle:hover{border-color:var(--mustard-deep)}.filter-toggle:focus-visible{outline:2px solid var(--mustard);outline-offset:2px}.filter-toggle[aria-expanded=true]{background:var(--ink);color:var(--sand);border-color:var(--ink)}.filter-count-badge{background:var(--coral);color:#fff;font-size:.72rem;font-weight:600;min-width:1.2rem;height:1.2rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;padding:0 .3rem}.filter-chevron{transition:transform .2s ease}.filter-chevron.is-open{transform:rotate(180deg)}.filter-panel-wrapper{display:grid;grid-template-rows:0fr;transition:grid-template-rows .28s ease}.filter-panel-wrapper.is-open{grid-template-rows:1fr;margin-top:.9rem}.filter-panel-inner{overflow:hidden}.filter-panel-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:1.1rem}.filter-panel-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:.9rem;gap:.9rem}.filter-clear{display:inline-block;margin-top:.9rem;background:none;border:none;color:var(--ink-soft);text-decoration:underline;font-size:.85rem;font-family:inherit;cursor:pointer;padding:0}.filter-clear:hover{color:var(--coral)}.favorites-toggle{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--ink-soft);align-self:center}.destination-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:1.2rem;gap:1.2rem}.destination-card{position:relative;display:block;text-decoration:none;color:inherit;background:var(--card);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:transform .15s ease,box-shadow .15s ease}.destination-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px rgba(22,51,58,.12)}.destination-card-link{position:absolute;inset:0;z-index:1}.destination-card-link:focus-visible{outline:2px solid var(--mustard);outline-offset:2px}.destination-card-image{position:relative;width:100%;aspect-ratio:4/3;background:var(--sand-deep)}.favorite-button{position:absolute;top:.5rem;left:.5rem;z-index:2;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border:none;border-radius:999px;background:rgba(255,253,248,.85);color:var(--coral);font-size:1.15rem;line-height:1;cursor:pointer;transition:transform .15s ease,background .15s ease}.favorite-button:hover{transform:scale(1.08);background:var(--card)}.favorite-button:focus-visible{outline:2px solid var(--mustard);outline-offset:2px}.destination-card-price{position:absolute;right:.6rem;bottom:.6rem;background:var(--ink);color:var(--sand);font-weight:600;font-size:.85rem;padding:.3rem .6rem;border-radius:999px}.destination-card-body{padding:.9rem 1rem 1.1rem}.destination-card-name{font-family:Fraunces,serif;font-weight:600;font-size:1.05rem;margin:0 0 .4rem}.destination-card-meta{display:flex;justify-content:space-between;align-items:center;font-size:.82rem;color:var(--ink-soft)}.stars{color:var(--ink);font-size:.85rem;white-space:nowrap}.destination-detail{padding:2rem 2rem 3rem;max-width:1400px;margin:0 auto}.breadcrumb{margin-bottom:1rem}.breadcrumb a{color:var(--ink-soft);text-decoration:none;font-size:.9rem}.breadcrumb a:hover{text-decoration:underline}.destination-detail h1{margin:0 0 .3rem;font-size:clamp(1.6rem,3vw,2.2rem)}.destination-detail-sub{color:var(--ink-soft);margin:0 0 1.6rem}.deal-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1rem;gap:1rem}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:1.1rem 1.2rem;display:flex;flex-direction:column;gap:.5rem;transition:transform .15s ease,box-shadow .15s ease}.card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(22,51,58,.08)}.card-top{display:flex;justify-content:space-between;align-items:flex-start}.card-provider-name{font-family:Fraunces,serif;font-weight:600;font-size:1.05rem;margin:0}.card-meta{font-size:.85rem;color:var(--ink-soft);display:flex;flex-wrap:wrap;gap:.4rem .7rem}.badge{background:var(--sand-deep);padding:.15rem .5rem;border-radius:6px;font-size:.78rem}.price-row{display:flex;align-items:baseline;gap:.35rem;margin-top:.3rem}.price{font-family:Fraunces,serif;font-size:1.5rem;font-weight:600;color:var(--ink)}.price-unit{font-size:.8rem;color:var(--ink-soft)}.price-bar{height:4px;background:var(--sand-deep);border-radius:4px;overflow:hidden;margin-top:.2rem}.price-bar-fill{height:100%;background:linear-gradient(90deg,var(--mustard),var(--coral))}.cta{margin-top:.6rem;display:inline-block;text-align:center;background:var(--ink);color:var(--sand);text-decoration:none;padding:.6rem 0;border-radius:8px;font-weight:500;font-size:.9rem;transition:background .15s ease}.cta:hover{background:var(--mustard-deep)}.cta:focus{outline:2px solid var(--mustard);outline-offset:2px}.empty-state{text-align:center;padding:3rem 1rem;color:var(--ink-soft)}.related-destinations{margin-top:2.6rem}.related-destinations h2{font-size:1.25rem;margin:0 0 1rem}.skeleton{background:linear-gradient(90deg,var(--sand-deep) 25%,var(--card) 37%,var(--sand-deep) 63%);background-size:400% 100%;animation:skeleton-shimmer 1.4s ease infinite;border-radius:6px}@keyframes skeleton-shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}.skeleton-hero{position:relative;min-height:400px;overflow:hidden}.skeleton-title{width:200px;height:1.6rem;margin-bottom:.6rem}.skeleton-subtitle{width:140px;height:1rem;margin-bottom:1.6rem}.skeleton-crumb{width:120px;height:.9rem;margin-bottom:1rem}.skeleton-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.skeleton-card-image{aspect-ratio:4/3}.skeleton-card-body{padding:.9rem 1rem 1.1rem;display:flex;flex-direction:column;gap:.5rem}.skeleton-line{height:.85rem}.skeleton-line.short{width:55%}.skeleton-cta{height:2rem;margin-top:.4rem;border-radius:8px}.not-found{padding:4rem 2rem;max-width:640px;margin:0 auto;text-align:center}.not-found h1{font-size:clamp(1.6rem,3vw,2.2rem);margin:0 0 .6rem}.not-found p{margin:0 0 1.4rem}.footer,.not-found p{color:var(--ink-soft)}.footer{padding:1.5rem 2rem 2.5rem;border-top:1px solid var(--line);font-size:.8rem;max-width:900px;margin:0 auto}@media (max-width:600px){.destination-detail,.destinations,.footer,.hero-content,.topbar{padding-left:1.1rem;padding-right:1.1rem}}