:root{--ink:#0c0b09;--ink-2:#14120f;--ink-3:#1c1915;--panel:#17140f;--ivory:#f3ecdf;--ivory-dim:#cdc4b4;--muted:#8f8677;--gold:#c9a25f;--gold-soft:#d9b877;--line:rgba(201,162,95,0.18);--line-soft:rgba(243,236,223,0.10);--serif:var(--font-fraunces),Georgia,"Times New Roman",serif;--sans:var(--font-inter),system-ui,-apple-system,sans-serif;--ease:cubic-bezier(0.22,1,0.36,1);--pad:clamp(1.25rem,5vw,6rem)}:root[data-lang=ta]{--serif:var(--font-serif-ta),"Latha",serif;--sans:var(--font-sans-ta),system-ui,sans-serif}:root[data-lang=hi]{--serif:var(--font-serif-hi),"Kohinoor Devanagari",serif;--sans:var(--font-sans-hi),system-ui,sans-serif}:root[data-lang=hi] .hero__title,:root[data-lang=hi] .section__title,:root[data-lang=ta] .hero__title,:root[data-lang=ta] .section__title{font-weight:500;letter-spacing:0;line-height:1.12}:root[data-lang=hi] .hero__accent,:root[data-lang=hi] .section__title em,:root[data-lang=ta] .hero__accent,:root[data-lang=ta] .section__title em{font-style:normal}:root[data-lang=ta] .hero__title{font-size:clamp(2rem,7vw,5rem);line-height:1.08}:root[data-lang=ta] .section__title{font-size:clamp(1.7rem,4.4vw,3.3rem)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--sans);background:var(--ink);color:var(--ivory);line-height:1.6;font-weight:300;overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}::selection{background:var(--gold);color:var(--ink)}button{font-family:inherit}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.grain{position:fixed;inset:0;z-index:9999;pointer-events:none;opacity:.035;transform:translateZ(0);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Crect width='100%25' height='100%25' fill='%23fff' fill-opacity='0.08'/%3E%3C/svg%3E");background-size:180px 180px}.section{padding:clamp(5rem,11vw,10rem) var(--pad);position:relative}.eyebrow{font-size:.72rem;letter-spacing:.32em;text-transform:uppercase;color:var(--gold);font-weight:500;margin-bottom:1.4rem}.section__title{font-family:var(--serif);font-weight:300;font-size:clamp(2.2rem,6vw,4.4rem);line-height:1.02;letter-spacing:-.02em}.section__title em{font-style:italic;color:var(--gold-soft)}.section__head{max-width:60ch;margin-bottom:clamp(3rem,6vw,5rem)}.section__intro{color:var(--ivory-dim);margin-top:1.4rem;font-size:1.05rem}.btn{display:inline-flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;padding:1.05em 2.1em;border-radius:100px;cursor:pointer;border:1px solid transparent;transition:background .4s,color .4s,border-color .4s}.btn--gold{background:var(--gold);color:var(--ink)}.btn--gold:hover{background:var(--gold-soft)}.btn--ghost{border-color:var(--line);color:var(--ivory)}.btn--ghost:hover{border-color:var(--gold);color:var(--gold)}.btn--block{width:100%}.nav{position:fixed;top:0;left:0;right:0;z-index:1000;border-bottom:1px solid transparent;transition:border-color .5s var(--ease)}.nav__scrim{position:absolute;inset:0;z-index:0;pointer-events:none;opacity:0;background:rgba(12,11,9,.82);transition:opacity .5s var(--ease)}.nav.scrolled{border-bottom-color:var(--line-soft)}.nav.scrolled .nav__scrim{opacity:1;background:rgba(12,11,9,.92)}.nav__inner{position:relative;z-index:1;justify-content:space-between;padding:1.1rem var(--pad)}.brand,.nav__inner{display:flex;align-items:center}.brand{gap:.8rem;flex-shrink:0}.brand__logo{height:34px;width:auto;display:block}.brand__mark{font-family:var(--serif);font-size:1.1rem;width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;color:var(--gold)}.brand__name{display:flex;flex-direction:column;line-height:1.1}.brand__word{font-family:var(--serif);font-size:1.15rem;letter-spacing:.14em}.brand__sub{font-size:.6rem;letter-spacing:.28em;text-transform:uppercase;color:var(--muted);white-space:nowrap}.nav__links{display:flex;align-items:center;gap:2.2rem}.nav__links a{font-size:.82rem;letter-spacing:.06em;color:var(--ivory-dim);position:relative;transition:color .3s}.nav__links a:not(.nav__cta):after{content:"";position:absolute;left:0;bottom:-6px;height:1px;width:0;background:var(--gold);transition:width .4s var(--ease)}.nav__links a:not(.nav__cta):hover{color:var(--ivory)}.nav__links a:not(.nav__cta):hover:after{width:100%}.nav__cta{border:1px solid var(--gold);color:var(--gold)!important;padding:.6em 1.4em;border-radius:100px;letter-spacing:.12em;text-transform:uppercase;font-size:.72rem!important;font-weight:500;transition:background .4s,color .4s}.nav__cta:hover{background:var(--gold);color:var(--ink)!important}.nav__toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px}.nav__toggle span{width:26px;height:1.5px;background:var(--ivory);transition:transform .4s var(--ease),opacity .3s}.nav__toggle[aria-expanded=true] span:first-child{transform:translateY(6.5px) rotate(45deg)}.nav__toggle[aria-expanded=true] span:nth-child(2){opacity:0}.nav__toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.langtoggle{display:inline-flex;align-items:center;gap:2px;padding:3px;border:1px solid var(--line);border-radius:100px;position:relative}.langtoggle__btn{position:relative;border:none;background:none;cursor:pointer;min-width:34px;height:28px;padding:0 8px;display:grid;place-items:center;border-radius:100px;color:var(--ivory-dim);font-size:.82rem;letter-spacing:.04em;transition:color .3s}.langtoggle__btn:hover{color:var(--ivory)}.langtoggle__btn.is-active{color:var(--ink)}.langtoggle__pill{position:absolute;inset:0;background:var(--gold);border-radius:100px;z-index:0}.langtoggle__label{position:relative;z-index:1;line-height:1;font-family:var(--font-sans-ta),var(--font-sans-hi),var(--font-inter),system-ui,sans-serif}.nav__actions{display:flex;align-items:center;gap:.85rem}.nav__lang--mobile{display:none}.hero{position:relative;min-height:100svh;display:flex;flex-direction:column;justify-content:center;padding:8rem var(--pad) 3rem;overflow:hidden;background:radial-gradient(90% 80% at 70% 10%,#2a2318 0,transparent 55%),linear-gradient(160deg,#1a1712,#0c0b09)}.hero__bg{position:absolute;inset:0;z-index:0}.hero__bg img{width:100%;height:100%;object-fit:cover}.hero__veil{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(8,7,5,.98),rgba(8,7,5,.9) 32%,rgba(8,7,5,.55) 60%,rgba(8,7,5,.18) 82%,transparent),linear-gradient(180deg,rgba(8,7,5,.6),transparent 22%,transparent 52%,rgba(8,7,5,.82)),linear-gradient(rgba(8,7,5,.45),rgba(8,7,5,.45))}.hero__fg{position:relative;z-index:2}.hero__content{max-width:62rem}.hero__eyebrow{font-size:.74rem;letter-spacing:.34em;text-transform:uppercase;color:var(--gold);margin-bottom:1.8rem}.hero__title{font-family:var(--serif);font-weight:300;font-size:clamp(3rem,11vw,8.5rem);line-height:.94;letter-spacing:-.03em;text-shadow:0 1px 10px rgba(0,0,0,.4)}.hero__lede{text-shadow:0 1px 8px rgba(0,0,0,.45)}.hero__title span{display:block}.hero__accent{font-style:italic;color:var(--gold-soft)}.hero__lede{max-width:46ch;margin-top:2rem;font-size:clamp(1rem,1.6vw,1.25rem);color:var(--ivory-dim)}.hero__actions{display:flex;gap:1rem;margin-top:2.6rem;flex-wrap:wrap}.hero__meta{display:flex;gap:clamp(2rem,6vw,5rem);margin-top:auto;padding-top:3rem}.hero__meta-item{display:flex;flex-direction:column}.hero__meta-k{font-family:var(--serif);font-size:1.9rem;color:var(--gold-soft);line-height:1}.hero__meta-v{font-size:.78rem;letter-spacing:.06em;color:var(--muted);margin-top:.5rem}.hero__scroll{bottom:2rem;width:24px;height:40px;border:1px solid var(--line);border-radius:20px;display:none;z-index:2}.hero__scroll,.hero__scroll span{position:absolute;left:50%;transform:translateX(-50%)}.hero__scroll span{top:8px;width:3px;height:8px;background:var(--gold);border-radius:2px;animation:scrollDot 1.8s var(--ease) infinite}@keyframes scrollDot{0%{opacity:0;top:8px}30%{opacity:1}60%{opacity:1;top:22px}to{opacity:0;top:22px}}@media (min-width:900px){.hero__scroll{display:block}}.marquee{overflow:hidden;border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);background:var(--ink-2);padding:1.3rem 0}.marquee__track{display:flex;align-items:center;gap:2.5rem;width:max-content;font-family:var(--serif);font-size:1.35rem;font-style:italic;color:var(--ivory-dim);white-space:nowrap}.marquee__track .dot{color:var(--gold);font-style:normal;font-size:.7rem}.stay{background:var(--ink)}.stay__grid{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:clamp(2.5rem,7vw,7rem);gap:clamp(2.5rem,7vw,7rem);align-items:center}.stay__body{color:var(--ivory-dim);margin-top:1.6rem;font-size:1.06rem;max-width:48ch}.stay__points{list-style:none;margin-top:2.4rem;display:grid;grid-gap:.9rem;gap:.9rem}.stay__points li{position:relative;padding-left:1.8rem;color:var(--ivory);font-size:.98rem}.stay__points li:before{content:"✦";position:absolute;left:0;color:var(--gold);font-size:.8rem;top:.2rem}.stay__media{position:relative}.stay__media-frame{position:relative;aspect-ratio:4/5;border-radius:4px;overflow:hidden;border:1px solid var(--line);background:linear-gradient(140deg,#241d13,#14110c)}.stay__media-frame img{width:100%;height:100%;object-fit:cover;transition:transform 1.4s var(--ease)}.stay__media-frame:hover img{transform:scale(1.05)}.stay__badge{position:absolute;bottom:-1.5rem;left:-1.5rem;background:var(--gold);color:var(--ink);padding:1.2rem 1.6rem;border-radius:3px;display:flex;flex-direction:column;box-shadow:0 20px 50px rgba(0,0,0,.4)}.stay__badge-num{font-family:var(--serif);font-size:1.5rem;line-height:1}.stay__badge-txt{font-size:.7rem;letter-spacing:.08em;margin-top:.35rem;font-weight:500}.rooms{background:linear-gradient(180deg,var(--ink),var(--ink-2))}.rooms__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.6rem;gap:1.6rem}.room{background:var(--panel);border:1px solid var(--line-soft);border-radius:6px;overflow:hidden;display:flex;flex-direction:column;height:100%;transition:border-color .5s,box-shadow .6s}.room--feature{border-color:var(--line);box-shadow:0 20px 50px rgba(0,0,0,.3)}.room:hover{border-color:var(--line);box-shadow:0 30px 60px rgba(0,0,0,.45)}.room__img{position:relative;aspect-ratio:3/2;overflow:hidden;background:linear-gradient(140deg,#241d13,#14110c)}.room__img img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s var(--ease)}.room:hover .room__img img{transform:scale(1.07)}.room__tag{position:absolute;top:1rem;left:1rem;z-index:2;font-size:.66rem;letter-spacing:.18em;text-transform:uppercase;background:rgba(12,11,9,.82);padding:.5em 1em;border-radius:100px;border:1px solid var(--line-soft)}.room__tag--gold{background:var(--gold);color:var(--ink);border-color:var(--gold)}.room__body{padding:1.8rem;display:flex;flex-direction:column;flex:1 1}.room__name{font-family:var(--serif);font-weight:400;font-size:1.6rem;letter-spacing:-.01em}.room__desc{color:var(--muted);font-size:.92rem;margin-top:.5rem;margin-bottom:1.4rem}.room__rates{list-style:none;display:grid;grid-gap:.1rem;gap:.1rem;margin-bottom:1.6rem}.room__rates li{display:flex;justify-content:space-between;align-items:baseline;padding:.7rem 0;border-bottom:1px solid var(--line-soft)}.room__rates span{color:var(--ivory-dim);font-size:.92rem}.room__rates b{font-family:var(--serif);font-weight:400;color:var(--gold-soft);font-size:1.15rem}.room__cta{margin-top:auto;align-self:flex-start;color:var(--gold);font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;font-weight:500;background:none;border:none;cursor:pointer;transition:gap .3s,color .3s;display:inline-flex;gap:.4rem}.room__cta:hover{color:var(--gold-soft);gap:.8rem}.rooms__services{margin-top:3rem;display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;justify-content:center;padding-top:2.5rem;border-top:1px solid var(--line-soft)}.rooms__services>span{color:var(--muted);font-size:.78rem;letter-spacing:.2em;text-transform:uppercase}.rooms__services-list{display:flex;gap:1rem;flex-wrap:wrap}.rooms__services-list span{font-family:var(--serif);font-style:italic;color:var(--ivory-dim);font-size:1.05rem}.rooms__services-list span:not(:last-child):after{content:" ·";color:var(--gold)}.amen{background:var(--ink-2)}.amen__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:clamp(2rem,5vw,4rem);gap:clamp(2rem,5vw,4rem)}.amen__col{border-top:1px solid var(--line);padding-top:2rem}.amen__col-title{font-family:var(--serif);font-weight:400;font-size:1.5rem;color:var(--gold-soft);margin-bottom:1.6rem}.amen__list{list-style:none;display:grid;grid-gap:.95rem;gap:.95rem}.amen__list li{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;color:var(--ivory-dim);font-size:1rem;padding-bottom:.95rem;border-bottom:1px solid var(--line-soft)}.amen__list li em{font-style:normal;color:var(--muted);font-size:.74rem;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.gallery{background:var(--ink)}.gallery__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:240px;grid-gap:1rem;gap:1rem}.gallery__item{position:relative;overflow:hidden;border-radius:4px;border:1px solid var(--line-soft);background:linear-gradient(140deg,#241d13,#14110c)}.gallery__item img{width:100%;height:100%;object-fit:cover;object-position:center}.gallery__item.tall{grid-row:span 2}.gallery__item.wide{grid-column:span 2}@media (hover:hover){.gallery__item img{transition:transform .8s var(--ease)}.gallery__item:hover img{transform:scale(1.04)}}.policies{background:linear-gradient(180deg,var(--ink),var(--ink-2))}.policies__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.6rem;gap:1.6rem}.policy{border:1px solid var(--line-soft);border-radius:6px;padding:2.2rem;background:var(--panel);position:relative;overflow:hidden;transition:border-color .5s}.policy:hover{border-color:var(--line)}.policy__num{font-family:var(--serif);font-size:3rem;color:var(--line);position:absolute;top:1rem;right:1.4rem;line-height:1}.policy__title{font-family:var(--serif);font-weight:400;font-size:1.5rem;margin-bottom:1.2rem;color:var(--gold-soft)}.policy ul{list-style:none;display:grid;grid-gap:.7rem;gap:.7rem}.policy ul li{position:relative;padding-left:1.4rem;color:var(--ivory-dim);font-size:.96rem}.policy ul li:before{content:"–";position:absolute;left:0;color:var(--gold)}.policy p{color:var(--ivory-dim);font-size:.98rem}.book{background:var(--ink-2)}.book__grid{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:clamp(2rem,5vw,4.5rem);gap:clamp(2rem,5vw,4.5rem)}.book__note{color:var(--ivory-dim);margin-top:1.2rem;margin-bottom:2.5rem;max-width:42ch}.book__form{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.4rem;gap:1.4rem}.field{display:flex;flex-direction:column;gap:.5rem;grid-column:span 2}.field--half{grid-column:span 1}.field label{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.field input,.field select{font-family:var(--sans);font-size:1rem;color:var(--ivory);background:transparent;border:none;border-bottom:1px solid var(--line);padding:.7rem 0;transition:border-color .4s}.field input::placeholder{color:var(--muted)}.field input:focus,.field select:focus{outline:none;border-bottom-color:var(--gold)}.field select option{background:var(--ink-3);color:var(--ivory)}.field input[type=date]{color-scheme:dark}.book__form .btn{grid-column:span 2;margin-top:1rem}.book__success{grid-column:span 2;color:var(--gold-soft);font-family:var(--serif);font-style:italic;font-size:1.1rem}.book__contact-inner{background:var(--panel);border:1px solid var(--line);border-radius:6px;padding:clamp(2rem,4vw,3rem);height:100%}.book__contact-title{font-family:var(--serif);font-weight:400;font-size:1.9rem;color:var(--gold-soft)}.book__addr{margin-top:1rem;font-size:1.1rem;line-height:1.7}.book__loc{color:var(--muted);margin-top:1.2rem;font-size:.92rem}.book__lines{margin-top:2rem;display:grid;grid-gap:1.3rem;gap:1.3rem}.book__lines dt{font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin-bottom:.3rem}.book__lines dd{font-size:1.02rem}.book__lines a{transition:color .3s}.book__lines a:hover,.book__map-btn{color:var(--gold)}.book__map-btn{display:inline-block;margin-top:2.2rem;font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;border-bottom:1px solid var(--line);padding-bottom:.4rem;transition:border-color .4s,color .3s}.book__map-btn:hover{border-color:var(--gold);color:var(--gold-soft)}.footer{background:var(--ink);border-top:1px solid var(--line-soft);padding:4rem var(--pad) 3rem}.footer__inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:2rem}.footer__brand{display:flex;flex-direction:column;gap:.3rem}.footer__mark{height:38px;width:auto;align-self:flex-start;margin-bottom:.6rem}.footer__logo{font-family:var(--serif);font-size:1.4rem;letter-spacing:.14em}.footer__tag{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--muted)}.footer__nav{display:flex;gap:1.6rem;flex-wrap:wrap}.footer__nav a{font-size:.85rem;color:var(--ivory-dim);transition:color .3s}.footer__nav a:hover{color:var(--gold)}.footer__copy{font-size:.78rem;color:var(--muted);width:100%;padding-top:2rem;border-top:1px solid var(--line-soft)}.cbot__launcher{position:fixed;right:clamp(1rem,3vw,2rem);bottom:clamp(1rem,3vw,2rem);z-index:1200;width:60px;height:60px;border-radius:50%;background:var(--gold);color:var(--ink);border:none;cursor:pointer;display:grid;place-items:center;box-shadow:0 12px 34px rgba(0,0,0,.45)}.cbot__launcher:hover{background:var(--gold-soft)}.cbot__launcher-dot{position:absolute;top:12px;right:12px;width:10px;height:10px;border-radius:50%;background:#4ade80;border:2px solid var(--gold)}.cbot__window{position:fixed;right:clamp(1rem,3vw,2rem);bottom:clamp(1rem,3vw,2rem);z-index:1200;width:min(380px,calc(100vw - 2rem));height:min(620px,calc(100dvh - 2rem));display:flex;flex-direction:column;background:var(--ink-2);border:1px solid var(--line);border-radius:18px;overflow:hidden;transform-origin:bottom right;box-shadow:0 30px 70px rgba(0,0,0,.55)}.cbot__head{display:flex;align-items:center;gap:.7rem;padding:.9rem 1rem;background:var(--panel);border-bottom:1px solid var(--line-soft)}.cbot__head-logo{height:30px;width:auto}.cbot__head-titles{display:flex;flex-direction:column;line-height:1.2;flex:1 1;min-width:0}.cbot__head-name{font-family:var(--serif);font-size:1.05rem;color:var(--ivory);letter-spacing:.02em}.cbot__head-sub{font-size:.68rem;color:var(--muted);letter-spacing:.04em;display:flex;align-items:center;gap:.35rem}.cbot__dot{width:7px;height:7px;border-radius:50%;background:#4ade80;box-shadow:0 0 6px #4ade80}.cbot__close{background:none;border:none;color:var(--ivory-dim);cursor:pointer;padding:6px;border-radius:8px;display:grid;place-items:center;transition:color .3s,background .3s}.cbot__close:hover{color:var(--ivory);background:var(--line-soft)}.cbot__body{flex:1 1;overflow-y:auto;padding:1.1rem;display:flex;flex-direction:column;gap:.7rem;scrollbar-width:thin}.cbot__body::-webkit-scrollbar{width:6px}.cbot__body::-webkit-scrollbar-thumb{background:var(--line);border-radius:3px}.cbot__msg{max-width:84%;padding:.7rem .9rem;font-size:.92rem;line-height:1.5;border-radius:14px;white-space:pre-wrap;word-wrap:break-word}.cbot__msg--bot{align-self:flex-start;background:var(--ink-3);color:var(--ivory);border:1px solid var(--line-soft);border-bottom-left-radius:4px}.cbot__msg--user{align-self:flex-end;background:var(--gold);color:var(--ink);border-bottom-right-radius:4px;font-weight:400}.cbot__quick{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.2rem}.cbot__chip{background:transparent;border:1px solid var(--line);color:var(--ivory-dim);font-size:.8rem;padding:.5em .85em;border-radius:100px;cursor:pointer;transition:border-color .3s,color .3s,background .3s}.cbot__chip:hover:not(:disabled){border-color:var(--gold);color:var(--gold)}.cbot__chip:disabled{opacity:.5;cursor:default}.cbot__typing{display:inline-flex;gap:4px;align-items:center}.cbot__typing span{width:6px;height:6px;border-radius:50%;background:var(--muted);animation:cbotBlink 1.2s ease-in-out infinite}.cbot__typing span:nth-child(2){animation-delay:.2s}.cbot__typing span:nth-child(3){animation-delay:.4s}@keyframes cbotBlink{0%,80%,to{opacity:.25}40%{opacity:1}}.cbot__error{align-self:stretch;background:rgba(180,60,50,.12);border:1px solid rgba(180,60,50,.3);border-radius:12px;padding:.8rem}.cbot__error p{font-size:.85rem;color:var(--ivory-dim);margin-bottom:.6rem}.cbot__retry{background:var(--gold);color:var(--ink);border:none;border-radius:100px;font-size:.8rem;padding:.45em 1.1em;cursor:pointer;font-weight:500}.cbot__foot{border-top:1px solid var(--line-soft);background:var(--panel)}.cbot__escalate{display:flex;gap:1.2rem;padding:.5rem 1.1rem 0}.cbot__escalate a{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--gold);transition:color .3s}.cbot__escalate a:hover{color:var(--gold-soft)}.cbot__composer{display:flex;align-items:flex-end;gap:.5rem;padding:.7rem .8rem .8rem}.cbot__input{flex:1 1;resize:none;max-height:110px;background:var(--ink-3);color:var(--ivory);border:1px solid var(--line-soft);border-radius:12px;padding:.65rem .8rem;font-family:var(--sans);font-size:.92rem;line-height:1.4;transition:border-color .3s}.cbot__input:focus{outline:none;border-color:var(--gold)}.cbot__input::placeholder{color:var(--muted)}.cbot__send{flex-shrink:0;width:42px;height:42px;border-radius:50%;border:none;background:var(--gold);color:var(--ink);cursor:pointer;display:grid;place-items:center;transition:background .3s,opacity .3s}.cbot__send:hover:not(:disabled){background:var(--gold-soft)}.cbot__send:disabled{opacity:.4;cursor:default}@media (max-width:480px){.cbot__window{right:0;bottom:0;width:100vw;height:100dvh;border-radius:0;border:none}.cbot__launcher{right:1rem;bottom:1rem}}@media (prefers-reduced-motion:reduce){.cbot__typing span{animation:none}}@media (max-width:980px){.book__grid,.stay__grid{grid-template-columns:1fr}.stay__media{order:-1}.amen__grid,.policies__grid,.rooms__grid{grid-template-columns:1fr 1fr}.gallery__grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:200px}}@media (max-width:760px){.nav__links{position:fixed;inset:0 0 0 auto;width:min(80vw,340px);z-index:1090;background:#0c0b09;flex-direction:column;align-items:flex-start;justify-content:center;gap:1.8rem;padding:2rem 2.5rem;transform:translateX(105%);transition:transform .6s var(--ease);border-left:1px solid var(--line)}.nav__links.open{transform:none}.nav__links a{font-size:1.4rem;font-family:var(--serif);color:var(--ivory)}.nav__cta{font-size:.9rem!important}.nav__toggle{display:flex;position:relative;z-index:1100}.nav__lang--desktop{display:none}.nav__lang--mobile{display:inline-flex;margin-top:1rem}.amen__grid,.policies__grid,.rooms__grid{grid-template-columns:1fr}.amen__col{border-top:none;padding-top:0}.amen__col:not(:first-child){border-top:1px solid var(--line);padding-top:2rem}.gallery__grid{grid-template-columns:1fr 1fr;grid-auto-rows:160px}.gallery__item.wide{grid-column:auto}.hero__meta{flex-wrap:wrap;gap:1.6rem 2.5rem}.book__form{grid-template-columns:1fr}.book__form .btn,.book__success,.field,.field--half{grid-column:1}.stay__badge{left:1rem;bottom:1rem}.footer__inner{flex-direction:column;align-items:flex-start}}@media (max-width:420px){.brand__sub{display:none}.hero__meta-item{flex:1 1 40%}}