.social-icons{display:flex;align-items:center;gap:.25rem;margin:0 .75rem}.social-icons-link{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;color:var(--color-text);transition:color .2s,background .2s}.social-icons-link:hover{opacity:.75;background:#0000000a}@media (max-width: 768px){.social-icons{margin:0 .5rem 0 auto;gap:.15rem}.social-icons-link{width:28px;height:28px}}.header{position:fixed;top:0;left:0;right:0;z-index:100;background:#faf9f6eb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--color-border)}.header-inner{max-width:1200px;margin:0 auto;padding:.5rem 1.5rem;display:flex;align-items:center;justify-content:space-between;position:relative}.header-logo img{height:36px;width:auto}.header-nav{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.header-nav-link{font-weight:500;color:var(--color-text);text-decoration:none;transition:color .2s}.header-nav-link:hover{color:var(--color-accent)}.header-dropdown{position:relative}.header-dropdown-trigger{font:inherit;font-weight:500;color:var(--color-text);background:none;border:none;padding:.35rem 0;cursor:pointer;display:inline-flex;align-items:center}.header-dropdown-trigger:hover{color:var(--color-accent)}.header-dropdown-panel{position:absolute;top:100%;left:0;min-width:220px;padding:.5rem 0;background:#faf9f6fa;border:1px solid var(--color-border);border-radius:6px;box-shadow:0 8px 24px #00000014;display:none}.header-dropdown-panel:before{content:"";position:absolute;left:0;right:0;top:-.5rem;height:.5rem}.header-dropdown:hover .header-dropdown-panel,.header-dropdown.header-dropdown--open .header-dropdown-panel{display:block}.header-dropdown-link{display:block;padding:.5rem 1rem;font-size:.95rem;color:var(--color-text);text-decoration:none;transition:background .15s,color .15s}.header-dropdown-link:hover{background:#0000000a;color:var(--color-accent)}.header-menu-toggle{display:none;background:none;border:none;padding:.25rem;margin-left:1rem;cursor:pointer}.header-menu-toggle span{display:block;width:22px;height:2px;background:var(--color-text);border-radius:999px}.header-menu-toggle span+span{margin-top:4px}@media (max-width: 768px){.header-inner{padding:.4rem 1rem}.header-nav{position:absolute;top:100%;right:0;left:0;padding:.75rem 1.5rem 1rem;background:#faf9f6f7;border-bottom:1px solid var(--color-border);flex-direction:column;align-items:flex-start;gap:.75rem;display:none}.header-nav.header-nav--open{display:flex}.header-menu-toggle{display:inline-flex;flex-direction:column;justify-content:center}.header-dropdown-panel{position:static;margin-top:.5rem;margin-left:0;min-width:100%;box-shadow:none;border:none;border-radius:0;padding-left:0;background:transparent}.header-dropdown-link{padding:.4rem 0}}.hero{position:relative;min-height:60vh;display:flex;align-items:center;justify-content:center;padding-top:var(--header-height);overflow:hidden}.hero-carousel{position:absolute;top:0;right:0;bottom:0;left:0}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .8s ease;pointer-events:none}.hero-slide.is-active{opacity:1;pointer-events:auto}.hero-slide-img{width:100%;height:100%;object-fit:cover;object-position:center 35%}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0003,#00000080)}.hero-content{position:relative;z-index:1;max-width:720px;padding:2rem 1.5rem;text-align:center}.hero-title{font-size:clamp(2.25rem,5vw,3.5rem);margin:0 0 1rem;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.3)}.hero-text{font-size:1.1rem;line-height:1.7;margin:0 0 1.5rem;opacity:.95;max-width:560px;margin-left:auto;margin-right:auto;text-shadow:0 1px 2px rgba(0,0,0,.25)}.hero-cta{display:inline-block;padding:.75rem 1.75rem;background:var(--color-accent-soft);color:#fff;font-weight:500;border-radius:4px;transition:background .2s,transform .2s}.hero-cta:hover{background:var(--color-accent);transform:translateY(-1px)}.hero-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:44px;height:44px;border:none;background:#ffffffe6;color:#1a1a1a;font-size:1.5rem;line-height:1;cursor:pointer;border-radius:50%;transition:background .2s}.hero-nav:hover{background:#fff}.hero-nav-prev{left:1rem}.hero-nav-next{right:1rem}.hero-dots{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);z-index:2;display:flex;gap:.5rem}.hero-dot{width:10px;height:10px;border-radius:50%;border:none;background:#ffffff80;cursor:pointer;transition:background .2s}.hero-dot.is-active{background:#fff}@media (max-width: 640px){.hero-nav{width:36px;height:36px;font-size:1.25rem}.hero-nav-prev{left:.5rem}.hero-nav-next{right:.5rem}}.single-line-display{padding:2.5rem 0}.single-line-display-inner{max-width:1280px;margin:0 auto;padding:0 1.5rem}.single-line-display-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;gap:1rem}.single-line-display-title-wrap{display:flex;align-items:center;gap:.5rem}.single-line-display-title{font-size:clamp(1.05rem,1.85vw,1.25rem);line-height:1.25;margin:0;display:inline-block;padding:.2rem .65rem;border-radius:4px;background:var(--single-line-display-title-bg);color:var(--single-line-display-title-color)}.single-line-display-show-all{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:var(--color-surface);border:1px solid var(--color-border);font-size:1.1rem;line-height:1;color:var(--color-text);transition:background .2s,border-color .2s}.single-line-display-show-all:hover{background:var(--color-bg);border-color:var(--color-text-muted)}.single-line-display-nav{display:flex;gap:.5rem;flex-shrink:0}.single-line-display-nav-btn{width:32px;height:32px;border-radius:50%;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);font-size:1.1rem;line-height:1;cursor:pointer;transition:background .2s,opacity .2s}.single-line-display-nav-btn:hover:not(:disabled){background:var(--color-bg)}.single-line-display-nav-btn:disabled{opacity:.35;cursor:default}.single-line-display-track{display:flex;gap:.75rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:.25rem}.single-line-display-track::-webkit-scrollbar{display:none}.single-line-display-track--grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));overflow:visible;scroll-snap-type:none}.single-line-display-card{flex:0 0 auto;width:min(190px,62vw);scroll-snap-align:start;text-decoration:none;color:inherit}.single-line-display-track--grid .single-line-display-card{width:auto}.single-line-display-card-image-wrap{aspect-ratio:1 / .82;border-radius:10px;overflow:hidden;background:#e8e4dc}.single-line-display-card-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.single-line-display-card:hover .single-line-display-card-image{transform:scale(1.03)}.single-line-display-card-caption{margin:.5rem 0 0;font-size:.85rem;font-weight:500;color:var(--color-text);line-height:1.3}.single-line-display--all{padding-top:1rem}@media (max-width: 640px){.single-line-display-nav{display:none}}.we-offer{padding:4rem 1.5rem 5rem;background:#fff;border-top:1px solid rgba(0,0,0,.08)}.we-offer-inner{max-width:1100px;margin:0 auto}.we-offer-heading{font-size:clamp(1.75rem,3vw,2.25rem);margin:0 0 2rem;text-align:center;color:#000;letter-spacing:.16em;text-transform:uppercase}.we-offer-grid{margin-top:2.5rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}.we-offer-grid>*{min-width:0}@media (max-width: 900px){.we-offer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.we-offer{padding:3.5rem 1.25rem 4rem}.we-offer-grid{grid-template-columns:1fr}}.flip-card{perspective:1000px;width:100%;height:260px}.flip-card-inner{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .6s ease}.flip-card-inner.is-flipped{transform:rotateY(180deg)}.flip-card{cursor:pointer;outline:none}.flip-card:focus-visible{outline:2px solid var(--color-accent-soft);outline-offset:4px;border-radius:1rem}.flip-card-face{position:absolute;top:0;right:0;bottom:0;left:0;backface-visibility:hidden;border-radius:1rem;overflow:hidden;box-shadow:0 18px 45px #0000002e}.flip-card-front{background:#000}.flip-card-back{background:var(--color-surface-strong, #111827);transform:rotateY(180deg);display:flex;align-items:center;justify-content:center;padding:1.5rem}.flip-card-image-wrap{position:relative;width:100%;height:100%}.flip-card-image{width:100%;height:100%;object-fit:cover;display:block}.flip-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000b3,#0000001a);display:flex;align-items:flex-end;justify-content:center;padding:1.5rem}.flip-card-title{font-size:clamp(1.5rem,2.2vw,2.2rem);font-weight:700;text-align:center;letter-spacing:.04em}.flip-card-back-content{max-width:90%}.flip-card-back-title{font-size:1.1rem;font-weight:700;margin:0 0 .75rem;text-align:center}.flip-card-back-text{font-size:.95rem;line-height:1.6;text-align:center;margin:0}@media (max-width: 640px){.flip-card{height:220px}.flip-card-back{padding:1.25rem}}.footer{padding:2.5rem 1.5rem;background:var(--color-text);color:#ffffffe6;text-align:center}.footer-inner{max-width:600px;margin:0 auto}.footer-brand{font-family:var(--font-serif);font-size:1.5rem;font-weight:600;margin:0 0 .25rem}.footer-tagline{margin:0 0 1rem;font-size:.95rem;opacity:.85}.footer-copy{margin:0;font-size:.8rem;opacity:.7}.experience-category-page{padding:calc(var(--header-height) + 1.5rem) 1.5rem 4rem;min-height:60vh}@media (max-width: 768px){.experience-category-page{padding-top:calc(var(--header-height) + 1rem)}}.experience-category-inner{max-width:1100px;margin:0 auto}.experience-category-title{font-size:clamp(1.75rem,3vw,2.25rem);margin:0 0 2rem;text-align:center;color:var(--color-text)}.destination-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.destination-card-link-wrapper{text-decoration:none;color:inherit}.destination-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;overflow:hidden;transition:box-shadow .2s,border-color .2s;display:flex;flex-direction:column}.destination-card:hover{box-shadow:0 8px 24px #00000014;border-color:var(--color-accent-soft)}.destination-card-image-wrap{aspect-ratio:16 / 10;background:#eee;overflow:hidden}.destination-card-image{width:100%;height:100%;object-fit:cover;display:block}.destination-card-content{padding:1.25rem 1.5rem;display:flex;flex-direction:column;flex-grow:1}.destination-card-location{margin:0 0 .25rem;font-size:.85rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em}.destination-card-title{font-size:1.2rem;margin:0 0 .5rem;color:var(--color-text);font-weight:600}.destination-card-desc{margin:0 0 1rem;font-size:.95rem;color:var(--color-text-muted);line-height:1.5;flex-grow:1}.destination-card-link{display:inline-block;margin-top:auto;font-size:.95rem;font-weight:500;color:var(--color-accent);transition:color .2s}.destination-card-link:hover{color:var(--color-accent-soft)}.image-carousel{margin-bottom:2rem}.image-carousel-frame{position:relative;width:100%;aspect-ratio:16 / 9;background:#111;border-radius:8px;overflow:hidden}.image-carousel-img{width:100%;height:100%;object-fit:cover;display:block}.image-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border:none;background:#ffffffe6;color:#1a1a1a;font-size:1.5rem;line-height:1;cursor:pointer;border-radius:50%;transition:background .2s}.image-carousel-btn:hover{background:#fff}.image-carousel-prev{left:1rem}.image-carousel-next{right:1rem}.image-carousel-dots{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem}.image-carousel-dot{width:10px;height:10px;border-radius:50%;border:none;background:#ffffff80;cursor:pointer;transition:background .2s}.image-carousel-dot.is-active{background:#fff}.image-carousel-caption{margin:1rem 0 0;font-size:1rem;color:var(--color-text-muted);text-align:center;max-width:640px;margin-left:auto;margin-right:auto}.image-carousel--compact{margin-bottom:0}.image-carousel--compact .image-carousel-frame{aspect-ratio:4 / 3;max-height:220px;border-radius:6px}.image-carousel--compact .image-carousel-btn{width:32px;height:32px;font-size:1.1rem}.image-carousel--compact .image-carousel-prev{left:.5rem}.image-carousel--compact .image-carousel-next{right:.5rem}.image-carousel--compact .image-carousel-dots{bottom:.5rem}.image-carousel--compact .image-carousel-dot{width:7px;height:7px}@media (max-width: 560px){.image-carousel--compact .image-carousel-frame{max-height:180px}}.detail-page-hero-section{max-width:1280px;margin:0 auto;padding:1.75rem 1.5rem .75rem}.detail-page-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:1.25rem 1.5rem;align-items:start}.detail-page-hero-carousel{min-width:0}.detail-page-hero-content{display:flex;flex-direction:column;gap:.75rem;min-width:0;padding-top:.15rem}.detail-page-hero-title{font-size:clamp(1.25rem,2.5vw,1.65rem);margin:0;text-align:left;color:var(--color-text);font-weight:700;line-height:1.3}.detail-page-hero-body{font-size:.95rem;font-weight:400;line-height:1.6;color:var(--color-text-muted)}.detail-page-hero-body p{margin:0}.detail-page-hero-cta-col{display:flex;align-items:flex-start;justify-content:flex-end;min-width:0;padding-top:.15rem}.detail-page-hero-cta{white-space:nowrap;padding:.65rem 1.1rem;font-size:.875rem}.detail-page-cta-wrap{max-width:1280px;margin:0 auto;padding:1.5rem 1.5rem 2.5rem;text-align:center}.detail-page-cta{display:inline-block;padding:.75rem 2rem;background:var(--color-accent);color:#fff;font-size:.95rem;font-weight:500;font-family:var(--font-sans);border:none;border-radius:6px;cursor:pointer;transition:background .2s,transform .2s}.detail-page-cta:hover{background:var(--color-accent-soft);transform:translateY(-1px)}@media (max-width: 900px){.detail-page-hero{grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-rows:auto auto}.detail-page-hero-carousel{grid-column:1;grid-row:1}.detail-page-hero-content{grid-column:2;grid-row:1;padding-top:0}.detail-page-hero-cta-col{grid-column:1 / -1;grid-row:2;justify-content:center;padding-top:0}}@media (max-width: 640px){.detail-page-hero-section{padding:.75rem 1rem .5rem}.detail-page-hero{grid-template-columns:1fr;grid-template-rows:auto auto auto;gap:.85rem}.detail-page-hero-carousel{grid-column:1;grid-row:1}.detail-page-hero-content{grid-column:1;grid-row:2}.detail-page-hero-cta-col{grid-column:1;grid-row:3;justify-content:stretch}.detail-page-hero-cta{width:100%;white-space:normal;text-align:center}}@media (max-width: 480px){.detail-page-hero-title{font-size:1.2rem}.detail-page-hero-body{font-size:.9rem}.detail-page-cta-wrap{padding:1.25rem 1rem 2rem}}.experience-detail-page{padding-top:calc(var(--header-height) + 1rem);min-height:60vh;padding-bottom:2rem}.experience-detail-inner{max-width:800px;margin:0 auto;padding:2rem 1.5rem 0}.place-detail-page{padding-top:calc(var(--header-height) + 1rem);min-height:60vh}.place-detail-page .single-line-display{padding:1rem 0}.place-detail-inner{max-width:900px;margin:0 auto;padding:2rem 1.5rem 0}.show-all-page{padding-top:var(--header-height);min-height:60vh;padding-bottom:3rem}.contact-page{padding:calc(var(--header-height) + 1.5rem) 1.5rem 4rem;min-height:60vh}@media (max-width: 768px){.contact-page{padding-top:calc(var(--header-height) + 1rem)}}.contact-inner{max-width:520px;margin:0 auto}.contact-heading{font-size:clamp(1.75rem,3vw,2.25rem);margin:0 0 .5rem;color:var(--color-text)}.contact-intro{margin:0 0 2rem;color:var(--color-text-muted);font-size:.95rem}.contact-intro a{color:var(--color-accent)}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.contact-label{display:flex;flex-direction:column;gap:.35rem;font-size:.95rem;font-weight:500;color:var(--color-text)}.contact-required{color:var(--color-accent)}.contact-optional{font-weight:400;color:var(--color-text-muted);font-size:.85rem}.contact-input,.contact-textarea{padding:.65rem .75rem;font-size:1rem;font-family:var(--font-sans);border:1px solid var(--color-border);border-radius:6px;background:var(--color-surface);color:var(--color-text)}.contact-textarea{resize:vertical;min-height:120px}.contact-input:focus,.contact-textarea:focus{outline:none;border-color:var(--color-accent-soft)}.contact-submit{margin-top:.5rem;padding:.875rem 1.5rem;background:var(--color-accent);color:#fff;font-size:1rem;font-weight:500;font-family:var(--font-sans);border:none;border-radius:6px;cursor:pointer;transition:background .2s}.contact-submit:hover{background:var(--color-accent-soft)}.contact-back{margin-top:2rem;font-size:.95rem}.contact-back a{color:var(--color-accent)}.contact-status{padding:1rem 1.25rem;border-radius:6px;font-size:.95rem;line-height:1.5;margin-bottom:1.5rem}.contact-status--success{background:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.contact-status--error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.contact-status--error a{color:inherit;text-decoration:underline}.contact-submit:disabled{opacity:.65;cursor:not-allowed}.about-page{padding-top:calc(var(--header-height) + 1.5rem);padding-bottom:4rem;min-height:60vh;background:var(--color-accent);color:#fff}@media (max-width: 768px){.about-page{padding-top:calc(var(--header-height) + 1rem)}}.about-inner{max-width:1100px;margin:0 auto;padding:0 1.5rem}.about-inner--intro{margin-bottom:2.5rem}.about-title{font-size:clamp(1.75rem,3vw,2.25rem);margin:0 0 1.5rem;text-align:left;color:#fff}.about-intro{color:#ffffffeb;line-height:1.7;margin:0;text-align:left}.about-section{padding:2rem 0;border-top:1px solid rgba(255,255,255,.25)}.about-section--team{padding-bottom:0}.about-section-title{font-size:clamp(1.35rem,2.5vw,1.75rem);margin:0 0 1.5rem;color:#fff;text-align:left}.about-expand-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem 2rem}.about-expand-item{min-width:0}.about-expand-trigger{display:flex;align-items:flex-start;gap:.5rem;width:100%;padding:.5rem 0;border:none;background:none;font-family:var(--font-sans);font-size:.95rem;font-weight:500;color:#fff;text-align:left;cursor:pointer;transition:color .2s}.about-expand-trigger:hover{color:var(--color-accent-soft)}.about-expand-arrow{flex-shrink:0;display:inline-block;width:1rem;color:var(--color-accent-soft);transition:transform .2s}.about-expand-trigger.is-open .about-expand-arrow{transform:rotate(90deg)}.about-expand-title{line-height:1.4}.about-expand-body{margin:.35rem 0 .5rem 1.5rem;padding-bottom:.25rem}.about-expand-body p{margin:0;font-size:.9rem;line-height:1.65;color:#ffffffd9}.about-team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem 1.5rem}.about-team-card{text-align:left}.about-team-image-wrap{aspect-ratio:1 / 1;border-radius:8px;overflow:hidden;background:#0003;margin-bottom:.85rem}.about-team-image{width:100%;height:100%;object-fit:cover}.about-team-name{font-size:1.15rem;margin:0 0 .25rem;color:#fff}.about-team-role{margin:0 0 .5rem;font-size:.9rem;color:#ffffffd9}.about-team-social{font-size:.875rem;font-weight:500;color:var(--color-accent-soft);text-decoration:none}.about-team-social:hover{color:#fff;text-decoration:underline}@media (max-width: 768px){.about-expand-list{grid-template-columns:1fr;gap:.5rem}.about-team-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem 1rem}}@media (max-width: 480px){.about-team-grid{grid-template-columns:1fr;max-width:none;margin:0}}.be-a-suyatri-page{padding-top:var(--header-height);min-height:calc(100vh - var(--header-height));display:flex;flex-direction:column}.be-a-suyatri-frame{flex:1;width:100%;min-height:calc(100vh - var(--header-height) - 120px);border:none;display:block}.not-found-page{padding:calc(var(--header-height) + 4rem) 1.5rem 6rem;min-height:60vh;display:flex;align-items:center;justify-content:center}.not-found-inner{text-align:center;max-width:400px}.not-found-code{font-size:clamp(4rem,10vw,6rem);font-family:var(--font-serif);margin:0 0 .5rem;color:var(--color-accent);line-height:1.1}.not-found-text{font-size:1rem;color:var(--color-text-muted);margin:0 0 2rem}.not-found-link{color:var(--color-accent);font-weight:500;text-decoration:none}.not-found-link:hover{text-decoration:underline}main{min-height:60vh}:root{--color-bg: #faf9f6;--color-surface: #fff;--color-text: #1a1a1a;--color-text-muted: #5c5c5c;--color-accent: #8b6914;--color-accent-soft: #c9a227;--color-border: #e8e4dc;--font-serif: "Cormorant Garamond", Georgia, serif;--font-sans: "Outfit", system-ui, sans-serif;--header-height: 52px;--single-line-display-title-bg: #b42318;--single-line-display-title-color: #ffffff}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);font-weight:400;color:var(--color-text);background:var(--color-bg);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:600;line-height:1.2}
