:root {
    --bg: #f6f2ea;
    --panel: #ffffff;
    --panel-soft: #fbf9f5;
    --green: #0b4238;
    --green-2: #133a31;
    --green-3: #173f36;
    --gold: #d6ad57;
    --gold-2: #b98733;
    --text: #20342c;
    --muted: #6b746f;
    --line: rgba(20, 41, 34, 0.1);
    --shadow: 0 12px 34px rgba(9, 32, 27, 0.1);
    --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: 'Inter', system-ui, sans-serif;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1280px, calc(100% - 64px)); margin: 0 auto; }
.page-shell { overflow: hidden; }
.hero {
    position: relative;
    min-height: 530px;
    background:
        linear-gradient(90deg, rgba(5,24,21,0.9) 0%, rgba(6,26,22,0.72) 32%, rgba(7,24,21,0.18) 66%),
        url('../images/hero.jpg') center/cover no-repeat;
}
.hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.06) 0%, rgba(0,0,0,.15) 100%);
    pointer-events: none;
}
.site-header {
    position: relative; z-index: 2;
    display: flex; align-items: center; justify-content: space-between;
    padding: 22px 0;
}
.brand { display: flex; align-items: center; gap: 12px; color: #fff5dd; min-width: 172px; }
.brand-mark {
    width: 54px; height: 54px; display: grid; place-items: center;
    color: #e5b95d; flex: 0 0 54px;
}
.brand-mark svg { width: 100%; height: 100%; }
.brand-copy strong {
    display: block; font-family: 'Cormorant Garamond', serif;
    font-size: 2.15rem; line-height: .8; font-weight: 700;
}
.brand-copy small {
    display: block; margin-top: 4px; color: #e2bf6f;
    font-size: .95rem; letter-spacing: .02em;
}
.main-nav {
    display: flex; gap: 24px; align-items: center; justify-content: center;
    background: rgba(12, 39, 33, 0.08);
}
.main-nav a {
    color: rgba(255,255,255,.94); font-weight: 500; font-size: .95rem; position: relative;
}
.main-nav a.active::after {
    content: ''; position: absolute; left: 0; right: 0; bottom: -11px; height: 3px;
    border-radius: 999px; background: var(--gold);
}
.nav-caret { font-size: .8rem; opacity: .8; }
.header-tools { display: flex; align-items: center; gap: 14px; }
.icon-btn, .lang-switch {
    border: 0; background: transparent; color: #fff; display: inline-flex; align-items: center; gap: 8px; cursor: pointer;
}
.icon-btn svg, .lang-switch svg { width: 20px; height: 20px; }
.book-btn {
    padding: 14px 22px; border-radius: 999px;
    background: linear-gradient(180deg, #e7c06d 0%, #c9973d 100%);
    color: #17362f; font-weight: 700; box-shadow: 0 10px 22px rgba(0,0,0,.12);
}
.hero-content { position: relative; z-index: 2; padding-top: 18px; }
.hero-copy { max-width: 560px; padding: 28px 0 110px; }
.hero-copy h1 {
    margin: 0 0 18px;
    color: #fffef8; font-family: 'Cormorant Garamond', serif; font-size: clamp(4rem, 5vw, 6rem);
    line-height: .9; letter-spacing: -.03em; font-weight: 700;
}
.hero-copy p {
    margin: 0; color: #f4efe5; font-size: 1.55rem; line-height: 1.38;
}
.hero-copy p span { color: #f0c45c; font-weight: 600; }
.search-wrap { position: relative; z-index: 3; margin-top: -48px; }
.booking-search {
    display: grid; grid-template-columns: 1.25fr 1fr 1fr 1.2fr auto; gap: 0;
    background: rgba(255,255,255,.95); border: 1px solid rgba(255,255,255,.5);
    border-radius: 22px; overflow: hidden; box-shadow: 0 18px 38px rgba(0,0,0,.15);
    backdrop-filter: blur(20px);
}
.booking-search label { padding: 18px 22px; border-right: 1px solid var(--line); }
.field-label {
    display: block; text-transform: uppercase; color: #a4aaa4; font-size: .72rem;
    font-weight: 700; letter-spacing: .08em; margin-bottom: 9px;
}
.field-value { display: flex; align-items: center; gap: 10px; font-weight: 500; }
.field-value svg { width: 20px; height: 20px; color: #5e675f; }
.field-value b { font-size: .85rem; color: #5b615d; margin-left: auto; }
.search-btn {
    background: var(--green); color: #fff; border: 0; padding: 0 24px; min-width: 260px;
    display: inline-flex; align-items: center; justify-content: center; gap: 12px; cursor: pointer; font-weight: 700;
}
.search-btn svg { width: 18px; height: 18px; }
.categories {
    display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px;
    padding: 18px 0 8px;
}
.category-card {
    background: rgba(255,255,255,.64); border: 1px solid rgba(20,41,34,.08); box-shadow: 0 5px 18px rgba(0,0,0,.03);
    backdrop-filter: blur(8px); border-radius: 18px; padding: 18px 16px; display: flex; gap: 14px; align-items: center;
}
.category-icon {
    width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; color: #7b8d7e;
    background: #f7f2e7; flex: 0 0 42px;
}
.category-icon svg { width: 24px; height: 24px; }
.category-card h3, .destination-content h3, .tour-body h3, .experience-card h3, .food-body h3, .blog-body h3, .testimonial-bottom h3 {
    margin: 0; font-size: 1.02rem;
}
.category-card p, .destination-content p, .tour-body p, .blog-body p, .newsletter-card p, .planner-side p {
    margin: 4px 0 0; color: var(--muted); font-size: .9rem; line-height: 1.5;
}
.content-section { padding: 8px 0 2px; }
.section-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 10px 0 14px; }
.section-head.small { margin-top: 0; }
.section-head.centered { justify-content: center; }
.section-head.inverse h2 { color: #f7f0de; position: relative; }
.section-head.inverse h2::after {
    content: ''; width: 88px; height: 10px; display: block; margin: 8px auto 0;
    background: radial-gradient(circle at center, rgba(214,173,87,.9) 0 16%, transparent 17%), linear-gradient(90deg, transparent, rgba(214,173,87,.7), transparent);
}
.section-head h2, .planner-side h2, .newsletter-card h2 {
    margin: 0; font-family: 'Cormorant Garamond', serif; font-size: 2.5rem; letter-spacing: -.02em;
}
.section-head a {
    display: inline-flex; align-items: center; gap: 8px; color: #6d746f; font-weight: 500;
}
.section-head a svg { width: 16px; height: 16px; }
.destination-grid {
    position: relative;
    display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px;
}
.destination-card, .tour-thumb, .food-thumb, .blog-thumb {
    background-size: cover; background-position: center; background-repeat: no-repeat;
}
.destination-card {
    position: relative; min-height: 160px; border-radius: 18px; overflow: hidden; box-shadow: var(--shadow);
}
.card-shade {
    position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,20,18,.03) 0%, rgba(8,17,15,.76) 100%);
}
.destination-content {
    position: absolute; inset: auto 16px 14px 16px; color: #fff;
}
.destination-content p { color: #f4f4f1; display: flex; align-items: center; gap: 7px; margin-top: 6px; }
.destination-content p svg { width: 14px; height: 14px; color: #d8b153; }
.round-arrow {
    width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(18,39,32,.1); background: #fff;
    display: grid; place-items: center; color: var(--green); box-shadow: 0 12px 28px rgba(0,0,0,.08); cursor: pointer;
}
.round-arrow svg { width: 18px; height: 18px; }
.round-arrow.next { position: absolute; right: -22px; top: calc(50% - 24px); }
.tour-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.tour-card {
    background: var(--panel); border: 1px solid rgba(20,41,34,.08); border-radius: 20px; overflow: hidden; box-shadow: var(--shadow);
}
.tour-thumb {
    min-height: 126px; position: relative; border-bottom: 1px solid rgba(20,41,34,.06);
}
.pill {
    position: absolute; left: 12px; top: 12px; padding: 6px 10px; border-radius: 999px; font-size: .75rem; font-weight: 700;
}
.pill.dark { background: rgba(8,29,24,.9); color: #fff; }
.pill.gold { background: linear-gradient(180deg, #e7c568, #d1a347); color: #20342c; }
.pill.best { left: auto; right: 12px; }
.tour-body { padding: 16px 16px 18px; }
.tour-body p { min-height: 42px; }
.tour-meta { margin-top: 10px; }
.rating, .rating-row, .stars {
    display: inline-flex; align-items: center; gap: 4px; color: #d3a33c; font-weight: 700;
}
.rating svg, .rating-row svg, .stars svg { width: 14px; height: 14px; }
.rating small { color: #6e746e; font-size: .82rem; font-weight: 500; }
.tour-bottom {
    margin-top: 14px; display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.price { color: #2b372f; font-size: .95rem; }
.price strong { font-size: 1.5rem; }
.price span { color: #707671; }
.outline-btn {
    border: 1px solid rgba(191,144,66,.55); color: #8f6b2e; padding: 11px 18px; border-radius: 999px; font-weight: 600;
}
.dual-section {
    display: grid; grid-template-columns: 1.1fr 1.45fr; gap: 18px; align-items: start;
}
.dual-column { min-width: 0; }
.experience-grid {
    display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px;
}
.experience-card {
    background: rgba(255,255,255,.72); border: 1px solid rgba(20,41,34,.08); border-radius: 18px; padding: 22px 12px; text-align: center;
}
.experience-card span {
    width: 42px; height: 42px; display: grid; place-items: center; color: #7e8b81; margin: 0 auto 12px;
}
.experience-card span svg { width: 24px; height: 24px; }
.food-slider {
    position: relative; overflow: hidden;
}
.food-track {
    display: grid; grid-template-columns: repeat(5, minmax(120px, 1fr)); gap: 10px; transition: transform .35s ease;
}
.food-card {
    background: #fff; border: 1px solid rgba(20,41,34,.08); border-radius: 18px; overflow: hidden; box-shadow: 0 10px 24px rgba(0,0,0,.05);
}
.food-thumb { height: 102px; }
.food-body { padding: 10px; }
.food-body h3 { font-size: .95rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rating-row { font-size: .82rem; margin-top: 4px; }
.slider-arrow { position: absolute; right: -8px; top: calc(50% - 24px); }
.testimonial-band {
    margin-top: 20px; padding: 24px 0 28px;
    background: radial-gradient(circle at top, rgba(214,173,87,.12), transparent 30%), linear-gradient(180deg, #072d26 0%, #0a3a30 100%);
    position: relative;
}
.testimonial-band::before {
    content: ''; position: absolute; inset: 0; opacity: .08;
    background-image: radial-gradient(circle, rgba(255,255,255,.7) 1px, transparent 1px);
    background-size: 14px 14px;
}
.testimonial-wrap { position: relative; display: flex; align-items: center; gap: 16px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; flex: 1; }
.testimonial-card {
    position: relative;
    background: linear-gradient(180deg, rgba(15,57,48,.94), rgba(18,63,52,.88)); color: #edf3ee;
    border: 1px solid rgba(217,179,94,.24); border-radius: 22px; padding: 20px 20px 18px;
    box-shadow: 0 12px 30px rgba(0,0,0,.18);
}
.testimonial-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.avatar {
    width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center;
    background: linear-gradient(180deg, #efe7da, #cdb89a); color: #244038; font-size: 1.35rem; font-weight: 700;
}
.quote-mark { font-size: 3rem; line-height: 1; color: #ddb866; font-family: Georgia, serif; }
.testimonial-card p { color: #ebf0eb; min-height: 86px; }
.testimonial-bottom {
    display: flex; align-items: end; justify-content: space-between; gap: 14px;
}
.testimonial-bottom small { color: #cdd7d1; }
.stars b { color: #fff; margin-left: 4px; }
.round-arrow.alt { background: rgba(255,255,255,.06); color: #fff; border-color: rgba(255,255,255,.16); }
.round-arrow.alt.prev svg { transform: rotate(180deg); }
.planner {
    display: grid; grid-template-columns: 340px 1fr; gap: 24px; align-items: stretch;
    padding: 28px 0 12px;
}
.legend-list { list-style: none; padding: 0; margin: 18px 0 26px; display: grid; gap: 10px; color: #42514a; }
.legend-list li { display: flex; align-items: center; gap: 10px; font-weight: 500; }
.dot { width: 12px; height: 12px; border-radius: 50%; display: inline-block; }
.dot.green { background: #3c8f61; }
.dot.gold { background: #b68a34; }
.dot.blue { background: #4f8dc6; }
.dot.orange { background: #d98439; }
.plan-btn {
    display: inline-flex; align-items: center; gap: 10px; padding: 14px 18px; border-radius: 14px;
    background: #0f4a3d; color: #fff; font-weight: 700;
}
.plan-btn svg { width: 16px; height: 16px; }
.planner-map {
    position: relative; min-height: 270px; border-radius: 28px; overflow: hidden;
    background:
        radial-gradient(circle at 15% 65%, rgba(86, 153, 104, .2) 0 16%, transparent 17%),
        radial-gradient(circle at 80% 26%, rgba(86, 153, 104, .13) 0 18%, transparent 19%),
        linear-gradient(180deg, #efead9 0%, #ebe2d0 100%);
    border: 1px solid rgba(20,41,34,.08);
}
.map-grid {
    position: absolute; inset: 0; opacity: .5;
    background-image:
        linear-gradient(rgba(109,137,118,.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(109,137,118,.12) 1px, transparent 1px);
    background-size: 72px 72px;
}
.river {
    position: absolute; left: 26%; top: -10%; width: 15%; height: 140%;
    background: linear-gradient(180deg, rgba(167,202,214,.85), rgba(131,186,214,.85));
    transform: rotate(8deg); filter: blur(1px); opacity: .55;
}
.map-label.main {
    position: absolute; inset: 24% 0 auto; text-align: center; font-family: 'Cormorant Garamond', serif;
    font-size: 4rem; letter-spacing: .12em; color: rgba(74,113,84,.7); font-weight: 700;
}
.map-pin {
    position: absolute; padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,.84);
    border: 1px solid rgba(17,50,43,.08); box-shadow: 0 12px 24px rgba(0,0,0,.06); font-weight: 600; font-size: .82rem;
}
.map-pin::before {
    content: ''; width: 12px; height: 12px; border-radius: 50%; display: inline-block; margin-right: 8px; vertical-align: middle;
}
.map-pin.green::before { background: #4c9b67; }
.map-pin.gold::before { background: #c59537; }
.map-pin.blue::before { background: #4c88be; }
.map-pin.orange::before { background: #db8439; }
.landmark {
    position: absolute; background: rgba(65,84,57,.85); mask-size: contain; mask-repeat: no-repeat; mask-position: center; opacity: .75;
    -webkit-mask-size: contain; -webkit-mask-repeat: no-repeat; -webkit-mask-position: center;
}
.landmark.temple {
    width: 54px; height: 54px;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 9h18M5 9V6l7-3 7 3v3M6 9v8m4-8v8m4-8v8m4-8v8M4 20h16'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 9h18M5 9V6l7-3 7 3v3M6 9v8m4-8v8m4-8v8m4-8v8M4 20h16'/%3E%3C/svg%3E");
}
.landmark.one { top: 34%; left: 56%; }
.landmark.two { top: 24%; left: 84%; }
.landmark.mountain {
    width: 80px; height: 60px; top: 46%; left: 10%; background: rgba(80,122,78,.9);
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 70'%3E%3Cpath fill='black' d='M5 60 28 22l14 18 9-15 20 35Zm45 0 18-26 27 26Z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 70'%3E%3Cpath fill='black' d='M5 60 28 22l14 18 9-15 20 35Zm45 0 18-26 27 26Z'/%3E%3C/svg%3E");
}
.blog-newsletter {
    display: grid; grid-template-columns: 1.6fr .84fr; gap: 24px; align-items: start; padding-bottom: 30px;
}
.blog-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.blog-card {
    background: #fff; border: 1px solid rgba(20,41,34,.08); border-radius: 18px; overflow: hidden; box-shadow: 0 10px 28px rgba(0,0,0,.05);
}
.blog-thumb { height: 108px; }
.blog-body { padding: 14px; }
.blog-tag {
    display: inline-block; padding: 4px 8px; border-radius: 999px; background: #133e35; color: #f2e7c5;
    font-size: .7rem; font-weight: 700; letter-spacing: .06em; margin-bottom: 10px;
}
.newsletter-card {
    position: relative;
    background: linear-gradient(180deg, #0a3c32 0%, #0a3129 100%); color: #fff; border-radius: 22px; overflow: hidden;
    padding: 28px; box-shadow: 0 16px 34px rgba(0,0,0,.18);
}
.newsletter-card h2 { color: #fff; }
.newsletter-card p { color: #d4dfd8; }
.newsletter-form {
    display: grid; grid-template-columns: 1fr auto; gap: 10px; margin: 22px 0 16px;
}
.newsletter-form input {
    height: 52px; border-radius: 14px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.95);
    padding: 0 16px; outline: none;
}
.newsletter-form button {
    height: 52px; padding: 0 18px; border-radius: 14px; border: 0;
    background: linear-gradient(180deg, #e4bf6b, #c99740); color: #17362f; font-weight: 700; cursor: pointer;
}
.check-row {
    display: flex; align-items: center; gap: 10px; color: #d5ded8; font-size: .9rem;
}
.check-row input { display: none; }
.check-row span {
    width: 18px; height: 18px; display: inline-grid; place-items: center; border-radius: 4px; background: rgba(255,255,255,.15);
}
.check-row span svg { width: 13px; height: 13px; }
.newsletter-illustration {
    position: absolute; right: -8px; bottom: -10px; width: 180px; height: 150px; opacity: .1;
    background: #fff;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M10 56h44v4H10zm6-8h4V26h24v22h4V22h4l-20-14L12 22h4zm10 0V30h4v18zm8 0V30h4v18z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M10 56h44v4H10zm6-8h4V26h24v22h4V22h4l-20-14L12 22h4zm10 0V30h4v18zm8 0V30h4v18z'/%3E%3C/svg%3E");
    mask-size: contain; mask-repeat: no-repeat; mask-position: center; -webkit-mask-size: contain; -webkit-mask-repeat: no-repeat; -webkit-mask-position: center;
}
.site-footer {
    background: linear-gradient(180deg, #062c25 0%, #07241f 100%); color: #d8e2db; padding: 26px 0 10px;
}
.footer-grid {
    display: grid; grid-template-columns: 1.25fr 1fr .8fr .8fr 1fr; gap: 22px; align-items: start;
}
.footer-brand-link { margin-bottom: 16px; }
.site-footer h3 { margin: 0 0 14px; color: #fff2cd; font-size: 1.08rem; }
.site-footer p, .site-footer li, .site-footer a { color: #cfdbd2; font-size: .94rem; line-height: 1.6; }
.site-footer ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 8px; }
.site-footer li svg { width: 16px; height: 16px; vertical-align: -3px; margin-right: 7px; }
.social-row { display: flex; gap: 10px; margin-top: 14px; }
.social-row a, .app-btn {
    width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.08); display: grid; place-items: center;
}
.social-row a svg, .app-btn svg { width: 18px; height: 18px; }
.app-row { display: flex; gap: 10px; flex-wrap: wrap; }
.app-btn {
    width: auto; min-width: 130px; height: 44px; padding: 0 14px; border-radius: 14px; gap: 8px;
    color: #fff3d8; background: rgba(255,255,255,.08); display: inline-flex; align-items: center; justify-content: center;
}
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.08); margin-top: 18px; padding-top: 14px;
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
@media (max-width: 1200px) {
    .main-nav { display: none; }
    .categories { grid-template-columns: repeat(3, 1fr); }
    .tour-grid, .blog-grid { grid-template-columns: repeat(2, 1fr); }
    .dual-section, .planner, .blog-newsletter, .footer-grid { grid-template-columns: 1fr; }
    .experience-grid { grid-template-columns: repeat(3, 1fr); }
    .destination-grid { grid-template-columns: repeat(3, 1fr); }
    .round-arrow.next, .slider-arrow { display: none; }
}
@media (max-width: 900px) {
    .container { width: min(100% - 32px, 1280px); }
    .hero-copy h1 { font-size: 3.6rem; }
    .hero-copy p { font-size: 1.15rem; }
    .booking-search { grid-template-columns: 1fr; }
    .booking-search label { border-right: 0; border-bottom: 1px solid var(--line); }
    .search-btn { min-height: 58px; width: 100%; }
    .categories, .destination-grid, .tour-grid, .blog-grid, .testimonial-grid { grid-template-columns: 1fr; }
    .experience-grid { grid-template-columns: repeat(2, 1fr); }
    .food-track { grid-template-columns: repeat(5, 200px); overflow-x: auto; }
    .header-tools { gap: 10px; }
    .book-btn { padding-inline: 16px; }
}
@media (max-width: 640px) {
    .site-header { flex-wrap: wrap; gap: 16px; }
    .hero { min-height: 620px; }
    .categories { grid-template-columns: 1fr; }
    .experience-grid { grid-template-columns: 1fr 1fr; }
    .planner-map { min-height: 360px; }
    .map-label.main { font-size: 2.6rem; }
    .footer-bottom { flex-direction: column; align-items: flex-start; }
}
