﻿
*,::before,::after{box-sizing:border-box;margin:0;padding:0}
body{font-family:'DM Sans','Helvetica Neue',Arial,sans-serif;background:#faf8f5;color:#1e1b18;line-height:1.6;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4,h5,h6{font-family:'Playfair Display',Georgia,serif}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button{cursor:pointer;font-family:inherit;border:none;outline:none}

/* Nav */
nav{position:fixed;top:0;left:0;width:100%;z-index:50;transition:all .3s}
nav.scrolled{background:rgba(250,248,245,.95);backdrop-filter:blur(12px);border-bottom:1px solid rgba(220,215,208,.7)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;height:64px;padding:0 20px;max-width:100%}
@media(min-width:768px){.nav-inner{padding:0 40px;height:72px}}
.logo{font-family:'Playfair Display',Georgia,serif;font-size:1.25rem;font-weight:700;flex-shrink:0}
.logo span{color:#c4733e}
.nav-brand-logo{width:150px;max-width:none;height:48px;object-fit:contain}
nav:not(.scrolled) .logo{padding:5px 9px;border-radius:4px;background:rgba(255,255,255,.92);box-shadow:0 4px 16px rgba(0,0,0,.16)}
nav.scrolled .logo{padding:0;background:transparent;box-shadow:none}
@media(max-width:767px){.nav-brand-logo{width:124px;height:40px}}
.nav-links{display:none}
@media(min-width:768px){.nav-links{display:flex;align-items:center;gap:32px}}
.nav-links a{font-size:.875rem;font-weight:500;transition:color .2s}
nav:not(.scrolled) .nav-links a{color:rgba(255,255,255,.85)}
nav.scrolled .nav-links a{color:#5c554e}
nav:not(.scrolled) .nav-links a:hover{color:#fff}
nav.scrolled .nav-links a:hover{color:#1e1b18}
.nav-btn{display:none}
@media(min-width:768px){.nav-btn{display:block}}
.nav-btn a{padding:10px 20px;border-radius:6px;font-size:.875rem;font-weight:500;white-space:nowrap;transition:all .2s}
nav:not(.scrolled) .nav-btn a{background:rgba(255,255,255,.2);color:#fff;border:1px solid rgba(255,255,255,.3)}
nav.scrolled .nav-btn a{background:#3d6b4f;color:#fff}
nav:not(.scrolled) .nav-btn a:hover{background:rgba(255,255,255,.3)}
nav.scrolled .nav-btn a:hover{background:#325a42}
.hamburger{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:none;flex-direction:column;gap:6px}
@media(min-width:768px){.hamburger{display:none}}
.hamburger span{display:block;width:20px;height:2px;transition:all .3s}
nav:not(.scrolled) .hamburger span{background:#fff}
nav.scrolled .hamburger span{background:#1e1b18}

/* Hero */
.hero{position:relative;min-height:680px;display:flex;align-items:center;justify-content:center;overflow:hidden}
@media(min-width:768px){.hero{min-height:800px}}
.hero-bg{position:absolute;inset:0}
.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center top}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.45),rgba(0,0,0,.3),rgba(0,0,0,.5))}
.hero-content{position:relative;z-index:10;width:100%;max-width:1024px;margin:0 auto;text-align:center;padding:0 20px}
.hero-content h1{font-family:'Playfair Display',Georgia,serif;font-size:2rem;font-weight:700;color:#fff;line-height:1.2}
@media(min-width:640px){.hero-content h1{font-size:2.5rem}}
@media(min-width:768px){.hero-content h1{font-size:3.5rem}}
@media(min-width:1024px){.hero-content h1{font-size:4rem}}
.hero-content>p{color:rgba(255,255,255,.85);max-width:640px;margin:20px auto 0;font-size:1rem;line-height:1.7}
@media(min-width:768px){.hero-content>p{font-size:1.125rem;margin-top:24px}}
.search-bar{margin-top:32px;max-width:768px;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;gap:12px;background:rgba(255,255,255,.95);backdrop-filter:blur(8px);padding:8px;border-radius:8px}
@media(min-width:640px){.search-bar{flex-direction:row}}
.search-field{flex:1;position:relative}
.search-field i{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#8c847c;font-size:18px}
.search-field input{width:100%;height:48px;padding:0 16px 0 44px;font-size:.875rem;border:none;outline:none;background:transparent;color:#1e1b18}
.search-field input::placeholder{color:#b0a89e}
@media(min-width:640px){.sb-divider{border-left:1px solid #e5e0d8}}
.search-bar>button{white-space:nowrap;height:48px;padding:0 32px;background:#c4733e;color:#fff;font-size:.875rem;font-weight:500;border-radius:6px;transition:background .2s}
.search-bar>button:hover{background:#b06533}
.pop-tags{margin-top:32px}
.pop-tags>p{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.55);margin-bottom:12px}
.tag-group{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}
.tag-group a{padding:8px 16px;border-radius:9999px;background:rgba(255,255,255,.15);color:#fff;font-size:.8rem;transition:background .2s;backdrop-filter:blur(4px);white-space:nowrap}
.tag-group a:hover{background:rgba(255,255,255,.25)}
.tag-group.sub-tags a{background:rgba(255,255,255,.08);color:rgba(255,255,255,.75);padding:6px 14px;font-size:.75rem}

/* Sections common */
section{padding:64px 16px}
@media(min-width:768px){section{padding:96px 40px}}
.sec-inner{max-width:1280px;margin:0 auto}
.sec-header{text-align:center;margin-bottom:48px}
@media(min-width:768px){.sec-header{margin-bottom:64px}}
.sec-header h2{font-family:'Playfair Display',Georgia,serif;font-size:1.875rem;font-weight:700;color:#1e1b18}
@media(min-width:768px){.sec-header h2{font-size:2.25rem}}
.sec-header p{color:#5c554e;margin-top:12px;font-size:1rem;max-width:640px;margin-left:auto;margin-right:auto}
.sec-header-flex{display:flex;flex-direction:column;gap:16px;align-items:flex-start;margin-bottom:48px}
@media(min-width:640px){.sec-header-flex{flex-direction:row;justify-content:space-between;align-items:flex-end}}
@media(min-width:768px){.sec-header-flex{margin-bottom:64px}}
.sec-header-flex h2{font-family:'Playfair Display',Georgia,serif;font-size:1.875rem;font-weight:700;color:#1e1b18}
@media(min-width:768px){.sec-header-flex h2{font-size:2.25rem}}
.sec-header-flex p{color:#5c554e;margin-top:4px;font-size:1rem;max-width:480px}
.sec-header-flex .view-all{font-size:.875rem;font-weight:500;color:#3d6b4f;white-space:nowrap;display:flex;align-items:center;gap:4px;transition:color .2s}
.sec-header-flex .view-all:hover{color:#2d5240}

/* Destinations */
.destinations{background:#faf8f5}
.dest-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
@media(min-width:640px){.dest-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1024px){.dest-grid{grid-template-columns:repeat(4,1fr)}}
@media(min-width:1280px){.dest-grid{grid-template-columns:repeat(6,1fr)}}
.dest-card{position:relative;overflow:hidden;border-radius:8px;aspect-ratio:4/5;background:#f0ece6;display:block}
.dest-card img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .7s}
.dest-card:hover img{transform:scale(1.05)}
.dest-card .overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.7),rgba(0,0,0,.15),transparent)}
.dest-card .info{position:absolute;bottom:0;left:0;right:0;padding:16px}
.dest-card .info h3{font-family:'Playfair Display',Georgia,serif;font-size:1.1rem;font-weight:600;color:#fff}
@media(min-width:768px){.dest-card .info h3{font-size:1.25rem}}
.dest-card .info p{font-size:.8rem;color:rgba(255,255,255,.75);margin-top:2px;display:flex;align-items:center;gap:4px}

/* Featured */
.featured{background:#f5f2ed}
.feat-grid{display:grid;grid-template-columns:1fr;gap:24px}
@media(min-width:640px){.feat-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.feat-grid{grid-template-columns:repeat(3,1fr)}}
.feat-card{display:block;background:#fff;border-radius:8px;overflow:hidden;transition:background .3s}
.feat-card:hover{background:#f5f2ed}
.feat-card .img-wrap{position:relative;overflow:hidden;aspect-ratio:3/2}
.feat-card .img-wrap img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .7s}
.feat-card:hover .img-wrap img{transform:scale(1.05)}
.feat-card .rating{position:absolute;top:12px;left:12px;display:flex;align-items:center;gap:4px;background:rgba(255,255,255,.9);backdrop-filter:blur(4px);padding:4px 10px;border-radius:6px}
.feat-card .rating i{color:#c4733e;font-size:12px}
.feat-card .rating .val{font-size:12px;font-weight:600;color:#1e1b18}
.feat-card .rating .cnt{font-size:11px;color:#8c847c}
.feat-card .body{padding:20px}
@media(min-width:768px){.feat-card .body{padding:24px}}
.feat-card .loc{display:flex;align-items:center;gap:6px;font-size:12px;color:#8c847c;margin-bottom:8px}
.feat-card .loc i{font-size:14px}
.feat-card h3{font-family:'Playfair Display',Georgia,serif;font-size:1.1rem;font-weight:600;color:#1e1b18;line-height:1.4;transition:color .2s}
@media(min-width:768px){.feat-card h3{font-size:1.25rem}}
.feat-card:hover h3{color:#3d6b4f}
.feat-card .desc{font-size:.8rem;color:#5c554e;margin-top:8px;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.feat-card .amens{display:flex;flex-wrap:wrap;gap:6px;margin-top:16px}
.feat-card .amens span{font-size:.75rem;font-weight:500;padding:4px 12px;border-radius:4px;background:#f0ece6;color:#5c554e}
.feat-card .link{display:flex;align-items:center;gap:4px;font-size:.875rem;font-weight:500;color:#3d6b4f;margin-top:20px;transition:color .2s}
.feat-card:hover .link{color:#2d5240}

/* Travel Styles */
.styles{background:#faf8f5}
.styles-grid{display:grid;grid-template-columns:1fr;gap:16px}
@media(min-width:640px){.styles-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.styles-grid{grid-template-columns:repeat(3,1fr)}}
.style-card{display:block;position:relative;overflow:hidden;border-radius:8px;aspect-ratio:16/10;background:#f0ece6}
.style-card img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .7s}
.style-card:hover img{transform:scale(1.05)}
.style-card .overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.65),rgba(0,0,0,.2),rgba(0,0,0,.1))}
.style-card .icon{position:absolute;top:16px;left:16px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:6px;background:rgba(255,255,255,.9);backdrop-filter:blur(4px)}
.style-card .icon i{font-size:18px;color:#c4733e}
.style-card .info{position:absolute;bottom:0;left:0;right:0;padding:20px}
@media(min-width:768px){.style-card .info{padding:24px}}
.style-card .info h3{font-family:'Playfair Display',Georgia,serif;font-size:1.3rem;font-weight:600;color:#fff;margin-bottom:6px}
@media(min-width:768px){.style-card .info h3{font-size:1.5rem}}
.style-card .info .desc{font-size:.8rem;color:rgba(255,255,255,.75);line-height:1.6;max-width:320px}
.style-card .info .explore{display:flex;align-items:center;gap:4px;font-size:.875rem;color:rgba(255,255,255,.85);font-weight:500;margin-top:12px}

/* Guides */
.guides{background:#f5f2ed}
.guides-grid{display:grid;grid-template-columns:1fr;gap:24px}
@media(min-width:768px){.guides-grid{grid-template-columns:repeat(3,1fr)}}
.guide-card{display:block;background:#fff;border-radius:8px;overflow:hidden;transition:background .3s}
.guide-card:hover{background:#f5f2ed}
.guide-card .img-wrap{position:relative;overflow:hidden;aspect-ratio:3/2}
.guide-card .img-wrap img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .7s}
.guide-card:hover .img-wrap img{transform:scale(1.05)}
.guide-card .cat{position:absolute;top:12px;left:12px;font-size:.75rem;font-weight:500;padding:6px 12px;border-radius:4px;background:rgba(196,115,62,.9);color:#fff;backdrop-filter:blur(4px)}
.guide-card .body{padding:20px}
@media(min-width:768px){.guide-card .body{padding:24px}}
.guide-card .date{font-size:12px;color:#8c847c;margin-bottom:8px}
.guide-card h3{font-family:'Playfair Display',Georgia,serif;font-size:1.1rem;font-weight:600;color:#1e1b18;line-height:1.4;transition:color .2s}
@media(min-width:768px){.guide-card h3{font-size:1.25rem}}
.guide-card:hover h3{color:#3d6b4f}
.guide-card p{font-size:.8rem;color:#5c554e;margin-top:8px;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.guide-card .link{display:flex;align-items:center;gap:4px;font-size:.875rem;font-weight:500;color:#3d6b4f;margin-top:16px;transition:color .2s}

/* Why Us */
.why-us{background:#faf8f5}
.why-grid{display:grid;grid-template-columns:1fr;gap:32px;max-width:896px;margin:0 auto}
@media(min-width:768px){.why-grid{grid-template-columns:repeat(3,1fr);gap:48px}}
.why-item{text-align:center}
@media(min-width:768px){.why-item{text-align:left}}
.why-item .icon-w{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:6px;background:#f5ebe0;margin:0 auto}
@media(min-width:768px){.why-item .icon-w{margin:0}}
.why-item .icon-w i{font-size:20px;color:#b8754a}
.why-item .step{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#b0a89e;margin-top:16px}
.why-item h3{font-family:'Playfair Display',Georgia,serif;font-size:1.1rem;font-weight:600;color:#1e1b18;margin-top:8px}
.why-item p{font-size:.8rem;color:#5c554e;margin-top:12px;line-height:1.6}
.why-note{text-align:center;margin-top:56px;font-size:.8rem;color:#8c847c;max-width:640px;margin-left:auto;margin-right:auto;line-height:1.6}
.why-note strong{color:#5c554e}

/* Footer CTA */
.cta{position:relative;padding:80px 16px;overflow:hidden}
@media(min-width:768px){.cta{padding:112px 40px}}
.cta-bg{position:absolute;inset:0}
.cta-bg img{width:100%;height:100%;object-fit:cover;object-position:center top}
.cta-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.55),rgba(0,0,0,.45),rgba(0,0,0,.6))}
.cta-content{position:relative;z-index:10;max-width:672px;margin:0 auto;text-align:center}
.cta-content h2{font-family:'Playfair Display',Georgia,serif;font-size:1.875rem;font-weight:700;color:#fff}
@media(min-width:768px){.cta-content h2{font-size:2.25rem}}
.cta-content>p{color:rgba(255,255,255,.75);margin-top:16px;font-size:1rem;max-width:480px;margin-left:auto;margin-right:auto}
.cta-search{display:flex;flex-direction:column;gap:12px;background:rgba(255,255,255,.95);padding:8px;border-radius:8px;margin-top:32px;max-width:576px;margin-left:auto;margin-right:auto}
@media(min-width:640px){.cta-search{flex-direction:row}}
.cta-search input{flex:1;height:48px;padding:0 16px;font-size:.875rem;border:none;outline:none;background:transparent;color:#1e1b18;border-radius:6px}
.cta-search input::placeholder{color:#b0a89e}
.cta-search button{white-space:nowrap;height:48px;padding:0 32px;background:#c4733e;color:#fff;font-size:.875rem;font-weight:500;border-radius:6px;transition:background .2s}
.cta-search button:hover{background:#b06533}
.cta-links{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:24px}
.cta-links a{font-size:.875rem;color:rgba(255,255,255,.65);text-decoration:underline;text-underline-offset:4px;transition:color .2s}
.cta-links a:hover{color:#fff}

/* Footer */
footer{background:#eae5dd;border-top:1px solid rgba(200,193,182,.6)}
.footer-inner{max-width:1280px;margin:0 auto;padding:56px 20px}
@media(min-width:768px){.footer-inner{padding:72px 40px}}
.footer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}
@media(min-width:768px){.footer-grid{grid-template-columns:repeat(5,1fr);gap:40px}}
.footer-col h4{font-family:'Playfair Display',Georgia,serif;font-size:.875rem;font-weight:600;color:#1e1b18;margin-bottom:16px}
.footer-col ul{list-style:none}
.footer-col li{margin-bottom:10px}
.footer-col a{font-size:.8rem;color:#5c554e;transition:color .2s}
.footer-col a:hover{color:#3d6b4f}
.footer-brand{grid-column:span 2}
@media(min-width:768px){.footer-brand{grid-column:span 1}}
.footer-brand .logo{display:inline-block;margin-bottom:12px}
.footer-brand p{font-size:.8rem;color:#5c554e;line-height:1.6}
.footer-bottom{margin-top:48px;padding-top:32px;border-top:1px solid rgba(200,193,182,.6);display:flex;flex-direction:column;align-items:center;gap:12px}
@media(min-width:640px){.footer-bottom{flex-direction:row;justify-content:space-between}}
@media(min-width:768px){.footer-bottom{margin-top:64px}}
.footer-bottom p{font-size:.75rem;color:#8c847c}
.footer-bottom .legal{display:flex;gap:16px}
.footer-bottom .legal a{font-size:.75rem;color:#8c847c;transition:color .2s}
.footer-bottom .legal a:hover{color:#1e1b18}

/* Mobile menu overlay */
.mobile-menu{display:none;position:fixed;inset:0;top:64px;background:#faf8f5;z-index:40;padding:32px 24px;flex-direction:column;gap:24px}
.mobile-menu.open{display:flex}
.mobile-menu a{font-family:'Playfair Display',Georgia,serif;font-size:1.1rem;font-weight:500;color:#1e1b18}
.mobile-menu a:hover{color:#3d6b4f}
.mobile-menu .m-btn{display:inline-block;padding:12px 24px;background:#3d6b4f;color:#fff;border-radius:6px;font-size:.875rem;font-weight:500;text-align:center;font-family:'DM Sans',sans-serif}

/* Visually hide labels while preserving them for assistive technology. */
.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}
