:root{
  --sand:#f7f3ec;--sand-2:#eee5d8;--paper:#fff;--ink:#17231f;--muted:#65716d;
  --forest:#174f3f;--forest-dark:#10392e;--terracotta:#c7613e;--gold:#d49a3a;
  --line:#e8e4dc;--success:#168455;--radius:22px;--radius-sm:14px;
  --shadow:0 18px 50px rgba(31,43,38,.09);--shadow-hover:0 24px 60px rgba(31,43,38,.15)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font:16px/1.65 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}a{color:var(--forest);text-decoration:none}a:hover{text-decoration:none}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}.container{width:min(1180px,calc(100% - 32px));margin-inline:auto}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;background:#fff;padding:.75rem 1rem;border-radius:10px;z-index:99}.site-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.92);border-bottom:1px solid rgba(232,228,220,.8);backdrop-filter:blur(16px)}.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:74px;gap:1rem}.logo{display:inline-flex;align-items:center;gap:.55rem;color:var(--ink);font-size:1.25rem;font-weight:850;letter-spacing:-.04em}.logo::before{content:"A";display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--forest);color:#fff;font-family:Georgia,serif;font-size:1.15rem}.logo-dot{color:var(--terracotta)}.menu-toggle{border:0;background:var(--sand);border-radius:11px;padding:.55rem .8rem;color:var(--ink);font-weight:750;cursor:pointer}.main-nav{display:none;position:absolute;left:0;right:0;top:74px;background:#fff;padding:1rem 16px 1.25rem;border-bottom:1px solid var(--line);box-shadow:0 18px 30px rgba(31,43,38,.08)}.main-nav.open{display:grid;gap:.25rem}.main-nav a{color:#34443e;font-weight:650;padding:.55rem .7rem;border-radius:9px}.main-nav a:hover{background:var(--sand);color:var(--forest)}
.hero{position:relative;overflow:hidden;min-height:620px;display:grid;align-items:center;background:var(--forest-dark);color:#fff}.hero::before,.hero::after{content:"";position:absolute;border-radius:50%;opacity:.16}.hero::before{width:440px;height:440px;right:-130px;top:-170px;border:80px solid var(--gold)}.hero::after{width:280px;height:280px;left:-130px;bottom:-170px;border:60px solid var(--terracotta)}.hero-inner{position:relative;z-index:1;padding:5.5rem 0;text-align:center}.hero-kicker{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1.1rem;color:#f4d9a5;font-size:.82rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.hero-kicker::before{content:"";width:26px;height:1px;background:currentColor}.hero h1{max-width:850px;margin:0 auto .9rem;font-family:Georgia,"Times New Roman",serif;font-size:clamp(3.2rem,10vw,6.4rem);font-weight:500;line-height:.96;letter-spacing:-.055em}.hero p{max-width:780px;margin:0 auto 2rem;color:#dbe8e2;font-size:clamp(1.05rem,2.5vw,1.28rem);line-height:1.7}.search-form{display:flex;align-items:center;max-width:760px;margin:auto;background:#fff;padding:.5rem;border-radius:18px;box-shadow:0 24px 55px rgba(0,0,0,.22)}.search-icon{display:none;color:var(--muted);margin-left:1rem}.search-form input{min-width:0;flex:1;border:0;outline:0;padding:.85rem .7rem;color:var(--ink);background:transparent}.search-form input::placeholder{color:#89928f}.search-form button,.btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border:0;border-radius:12px;background:var(--forest);color:#fff;padding:.78rem 1.15rem;font-weight:750;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.btn:hover,.search-form button:hover{background:var(--forest-dark);transform:translateY(-2px);box-shadow:0 8px 20px rgba(23,79,63,.22)}.hero .search-form button{background:var(--terracotta)}.hero .search-form button:hover{background:#ad4e30}
.quick-categories{position:relative;z-index:3;margin-top:-44px}.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;background:#fff;border-radius:var(--radius);padding:1rem;box-shadow:var(--shadow)}.category-card{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:106px;padding:.8rem .45rem;border-radius:15px;color:var(--ink);font-size:.84rem;font-weight:750;text-align:center;transition:background .2s,transform .2s}.category-card:hover{background:var(--sand);transform:translateY(-3px)}.category-icon{display:grid;place-items:center;width:43px;height:43px;margin-bottom:.5rem;border-radius:13px;background:#edf4f0;color:var(--forest);font-size:1.25rem}.category-card:nth-child(2n) .category-icon{background:#f9eee9;color:var(--terracotta)}
.section{padding:5.5rem 0}.section-soft{background:var(--sand)}.section-dark{background:var(--forest-dark);color:#fff}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:2rem}.heading-copy{max-width:700px}.overline,.eyebrow{display:block;color:var(--terracotta);font-size:.75rem;font-weight:850;text-transform:uppercase;letter-spacing:.13em}.section-heading h2,.page-hero h1{margin:.35rem 0 0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2rem,5vw,3.2rem);font-weight:500;line-height:1.1;letter-spacing:-.035em}.section-heading p{margin:.7rem 0 0;color:var(--muted)}.section-heading>a,.text-link{display:inline-flex;align-items:center;gap:.3rem;flex:none;font-weight:750}.section-heading>a::after,.text-link::after{content:"→";transition:transform .2s}.section-heading>a:hover::after,.text-link:hover::after{transform:translateX(4px)}.grid{display:grid;gap:1.25rem}
.destination-grid{grid-template-columns:1fr}.destination-card{position:relative;overflow:hidden;min-height:370px;border-radius:var(--radius);background:var(--forest);color:#fff;box-shadow:var(--shadow);isolation:isolate;transition:transform .25s,box-shadow .25s}.destination-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-hover)}.destination-image{position:absolute;inset:0;z-index:-2;background-color:#627d70;background-size:cover;transition:transform .5s}.destination-card:hover .destination-image{transform:scale(1.04)}.destination-card::after{content:"";position:absolute;inset:25% 0 0;z-index:-1;background:linear-gradient(transparent,rgba(10,25,20,.9))}.place-bala{background:linear-gradient(145deg,rgba(23,79,63,.08),rgba(23,79,63,.48)),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='900' height='600'%3E%3Crect fill='%23b78b62' width='900' height='600'/%3E%3Cpath fill='%23736f58' d='M0 430L170 260l120 105 120-180 180 202 120-96 190 150v159H0z'/%3E%3Cpath fill='%23caa77e' d='M210 335h380v150H210zM245 290h70v195h-70zM485 270h70v215h-70zM330 310h140v175H330z'/%3E%3C/svg%3E")}.place-palace{background:linear-gradient(145deg,rgba(23,79,63,.05),rgba(23,79,63,.38)),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='900' height='600'%3E%3Crect fill='%23d9ba92' width='900' height='600'/%3E%3Crect fill='%23b87d58' y='355' width='900' height='245'/%3E%3Cpath fill='%23ead0a8' d='M100 210h700v290H100zM165 150h120v350H165zM615 150h120v350H615zM350 175h200v325H350z'/%3E%3C/svg%3E")}.place-moosi{background:linear-gradient(145deg,rgba(23,79,63,.05),rgba(23,79,63,.4)),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='900' height='600'%3E%3Crect fill='%23a8c1b6' width='900' height='600'/%3E%3Crect fill='%23759a8e' y='420' width='900' height='180'/%3E%3Cpath fill='%23e0c79e' d='M100 360h700v170H100zM160 270h130v260H160zM610 270h130v260H610zM370 245h160v285H370z'/%3E%3C/svg%3E")}.place-lake{background:linear-gradient(145deg,rgba(23,79,63,.02),rgba(23,79,63,.35)),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='900' height='600'%3E%3Crect fill='%23caa46e' width='900' height='600'/%3E%3Cpath fill='%236b8170' d='M0 255L170 110l170 150 160-115 210 145 190-100v260H0z'/%3E%3Cpath fill='%235c9697' d='M0 370q220-80 450 0t450 0v230H0z'/%3E%3C/svg%3E")}.place-museum{background:linear-gradient(145deg,rgba(23,79,63,.04),rgba(23,79,63,.38)),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='900' height='600'%3E%3Crect fill='%23c89c70' width='900' height='600'/%3E%3Cpath fill='%23efd4a7' d='M120 245h660v285H120zM180 180h540l70 65H110z'/%3E%3Cpath fill='%23a86848' d='M180 310h80v220h-80zm155 0h80v220h-80zm155 0h80v220h-80zm155 0h80v220h-80z'/%3E%3C/svg%3E")}.destination-content{position:absolute;left:0;right:0;bottom:0;padding:1.4rem}.destination-content h3{margin:.25rem 0;font-family:Georgia,serif;font-size:1.65rem;font-weight:500}.destination-content p{margin:.35rem 0;color:#e6ede9;font-size:.92rem}.destination-meta{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.9rem;font-size:.85rem}.destination-content .text-link{color:#fff}
.nearby-grid{display:grid;gap:1rem}.nearby-card{display:grid;grid-template-columns:108px 1fr;overflow:hidden;min-height:145px;background:#fff;border-radius:var(--radius-sm);box-shadow:0 10px 35px rgba(31,43,38,.07);transition:transform .2s,box-shadow .2s}.nearby-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.nearby-visual{display:grid;place-items:center;background:var(--sand-2);color:var(--forest);font-family:Georgia,serif;font-size:2rem}.nearby-card:nth-child(even) .nearby-visual{background:#e4eee9}.nearby-copy{padding:1.15rem}.nearby-copy h3{margin:0;font-size:1.1rem}.nearby-copy p{margin:.3rem 0;color:var(--muted);font-size:.9rem}.distance{color:var(--terracotta);font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em}
.listing-grid,.price-grid{grid-template-columns:1fr}.listing-card,.info-card,.price-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.4rem;box-shadow:0 12px 36px rgba(31,43,38,.06);transition:transform .2s,box-shadow .2s,border-color .2s}.listing-card:hover,.price-card:hover{transform:translateY(-4px);border-color:#d6d2ca;box-shadow:var(--shadow)}.listing-card h3,.price-card h2{margin:.3rem 0;font-size:1.2rem;line-height:1.3}.location{color:var(--muted);margin:.25rem 0}.card-actions{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1rem}.card-actions .btn{font-size:.84rem;padding:.55rem .75rem}.btn-outline{background:#fff;color:var(--forest);border:1px solid #cbd7d2}.btn-outline:hover{color:#fff}.btn-whatsapp{background:var(--success)}.business-mark{display:grid;place-items:center;width:44px;height:44px;margin-bottom:1rem;border-radius:13px;background:var(--sand);color:var(--terracotta);font-size:1.2rem}
.split-grid{display:grid;gap:3rem}.feature-list{display:grid;gap:.8rem}.job-card{display:grid;gap:1rem;background:#fff;border-radius:var(--radius);padding:1.4rem;box-shadow:0 12px 36px rgba(31,43,38,.06)}.job-meta{display:flex;gap:.5rem;flex-wrap:wrap}.tag{display:inline-flex;padding:.3rem .6rem;border-radius:99px;background:#e7f1ed;color:var(--forest);font-size:.76rem;font-weight:750}.job-card h3{margin:0}.updates{list-style:none;padding:0;margin:0;background:#fff;border-radius:var(--radius);box-shadow:0 12px 36px rgba(31,43,38,.06)}.updates li{display:grid;grid-template-columns:52px 1fr;gap:1rem;padding:1.1rem 1.25rem;border-bottom:1px solid var(--line)}.updates li:last-child{border:0}.date-tile{font-weight:850;color:var(--terracotta);text-align:center;line-height:1.15}.date-tile span{display:block;color:var(--muted);font-size:.72rem;text-transform:uppercase}.updates strong{line-height:1.4}.updates time{display:block;color:var(--muted);font-size:.85rem;margin-top:.2rem}.page-hero{padding:4.5rem 0;background:var(--sand)}.page-hero p{max-width:700px;color:var(--muted)}
.cta{padding:5.5rem 0;background:var(--terracotta);color:#fff;text-align:left}.cta-inner{display:flex;flex-direction:column;align-items:flex-start;gap:1.3rem}.cta h2{max-width:700px;margin:0;font-family:Georgia,serif;font-size:clamp(2.2rem,6vw,4rem);font-weight:500;line-height:1.05}.cta p{margin:.7rem 0 0;color:#ffede7}.cta .btn{background:#fff;color:var(--terracotta)}.content{max-width:780px}.content h2{margin-top:2rem}.form-card{max-width:720px}.form-grid{display:grid;gap:1rem}.field label{display:block;font-weight:700;margin-bottom:.35rem}.field input,.field select,.field textarea{width:100%;border:1px solid #d8d4cc;border-radius:12px;padding:.8rem .9rem;background:#fff;outline:0}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--forest);box-shadow:0 0 0 3px rgba(23,79,63,.1)}.field textarea{min-height:130px;resize:vertical}.form-note{color:var(--muted);font-size:.92rem}.form-status{margin-top:1rem;font-weight:700}.price{font-size:1.55rem;font-weight:800;color:var(--terracotta)}.site-footer{background:#10251f;color:#dfe8e4;padding:4rem 0 1.5rem}.footer-grid{display:grid;gap:2rem}.site-footer h2{font-family:Georgia,serif;font-size:1.6rem;font-weight:500;margin:0}.site-footer p{color:#aebdb7;max-width:360px}.site-footer a{color:#e6eeeb}.site-footer a:hover{color:#fff}.footer-links{display:grid;align-content:start;gap:.5rem}.footer-links strong{color:#d3a85f;margin-bottom:.35rem}.copyright{border-top:1px solid #2d463d;margin-top:2rem;padding-top:1.25rem;color:#8fa39b;font-size:.86rem}.empty-message{display:none;padding:1rem;background:#fff0e9;border-radius:12px;color:#9e462d}.hidden{display:none!important}
@media(min-width:620px){.search-icon{display:block}.category-grid{grid-template-columns:repeat(4,1fr)}.destination-grid{grid-template-columns:repeat(2,1fr)}.destination-card:first-child{grid-column:span 2}.nearby-grid{grid-template-columns:repeat(2,1fr)}.form-grid.two-col{grid-template-columns:1fr 1fr}.form-grid.two-col .field-full{grid-column:1/-1}.cta-inner{flex-direction:row;align-items:center;justify-content:space-between}.cta-inner .btn{flex:none}.footer-grid{grid-template-columns:2fr 1fr 1fr}}
@media(min-width:800px){.menu-toggle{display:none}.main-nav{display:flex;position:static;padding:0;border:0;box-shadow:none;gap:0;background:transparent}.main-nav a{font-size:.82rem;padding:.45rem .5rem}.listing-grid,.price-grid{grid-template-columns:repeat(3,1fr)}.split-grid{grid-template-columns:1fr 1fr}.job-card{grid-template-columns:1fr auto;align-items:center}}
@media(min-width:1020px){.container{width:min(1180px,calc(100% - 48px))}.category-grid{grid-template-columns:repeat(8,1fr);padding:1.15rem}.destination-grid{grid-template-columns:1.25fr 1fr 1fr}.destination-card:first-child{grid-column:auto;grid-row:span 2;min-height:100%}.destination-card{min-height:270px}.destination-card:nth-child(4),.destination-card:nth-child(5){min-height:270px}.nearby-grid{grid-template-columns:repeat(3,1fr)}.main-nav a{font-size:.9rem;padding:.45rem .58rem}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

