@import"https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Manrope:wght@300..800&display=swap";:root{--bg: #f4ecdf;--bg-warm: #efe4d4;--surface: rgba(255, 250, 243, .92);--surface-solid: #fffaf3;--ink: #183233;--ink-muted: #4a6163;--accent: #8B6914;--accent-hover: #6d5310;--deep: #1a3c34;--deep-light: #234e44;--success: #1f7a67;--error: #c0392b;--radius: 12px;--radius-lg: 20px;--shadow: 0 4px 24px rgba(0,0,0,.08);--shadow-lg: 0 12px 48px rgba(0,0,0,.12)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Manrope,system-ui,sans-serif;background:var(--bg);color:var(--ink);line-height:1.7;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:Fraunces,serif;line-height:1.2;letter-spacing:-.02em}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;border:none;font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit}.public-shell{min-height:100vh;display:flex;flex-direction:column}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:.75rem 2rem;background:#fffaf3d9;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.06);transition:background .3s}.brand{display:flex;align-items:center;gap:.5rem}.brand-logo{height:48px;width:auto;object-fit:contain}.brand-title{font-family:Fraunces,serif;font-size:1.3rem;font-weight:700;color:var(--deep)}.hamburger{display:none;background:none;padding:.5rem;color:var(--ink);border-radius:8px}.site-nav{display:flex;align-items:center;gap:1.5rem;font-size:.9rem;font-weight:500}.site-nav a,.site-nav button{color:var(--ink-muted);transition:color .2s}.site-nav a:hover,.site-nav button:hover{color:var(--accent)}.nav-button{background:none;font-size:.9rem;font-weight:500}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-top:0}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;animation:kenburns 25s ease-in-out infinite alternate}.image-slider{position:absolute;top:0;right:0;bottom:0;left:0}.slider-slide{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:0;transition:opacity 1.5s ease-in-out;animation:kenburns 25s ease-in-out infinite alternate}.slider-slide.active{opacity:1}.slider-dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:10}.slider-dot{width:10px;height:10px;border-radius:50%;background:#ffffff80;border:none;transition:background .3s,transform .3s}.slider-dot.active{background:#fff;transform:scale(1.3)}@keyframes kenburns{0%{transform:scale(1)}to{transform:scale(1.08)}}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#1a3c34bf,#8b691466);z-index:1}.hero-content{position:relative;z-index:2;text-align:center;max-width:800px;padding:6rem 2rem 3rem}.hero-content h1{font-size:clamp(2.4rem,5vw,3.8rem);color:#fff;margin-bottom:1rem;text-shadow:0 2px 20px rgba(0,0,0,.3)}.hero-content p{font-size:1.15rem;color:#ffffffe6;margin-bottom:2.5rem;max-width:600px;margin-inline:auto}.hero-content .booking-panel{background:var(--surface);border-radius:var(--radius-lg);padding:1.25rem 1.5rem;box-shadow:var(--shadow-lg)}.eyebrow{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--accent);margin-bottom:.5rem;border-left:3px solid var(--accent);padding-left:.5rem}.content-section{padding:5rem 2rem;max-width:1200px;margin:0 auto}.section-intro{max-width:700px;margin-bottom:3rem}.section-intro h2{font-size:clamp(1.8rem,3vw,2.6rem);margin-bottom:.75rem}.section-intro p{color:var(--ink-muted);font-size:1.05rem}.about-section{padding:6rem 2rem}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto}.about-image img{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:100%;height:480px;object-fit:cover}.about-text h2{font-size:2.2rem;margin-bottom:1.5rem}.about-text p{color:var(--ink-muted);white-space:pre-line}.services-section{background:var(--bg-warm);border-radius:0;padding:5rem 2rem;max-width:100%}.services-section .section-intro,.services-section .services-grid{max-width:1200px;margin-inline:auto}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.service-card{background:var(--surface-solid);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:transform .3s,box-shadow .3s}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.service-image{height:180px;background-size:cover;background-position:center}.service-icon-wrap{height:100px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--deep),var(--deep-light));color:#fff}.service-body{padding:1.25rem}.service-body h3{font-size:1.1rem;margin-bottom:.5rem}.service-body p{font-size:.9rem;color:var(--ink-muted)}.rooms-section .section-intro{text-align:center;margin-inline:auto}.room-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.room-card{background:var(--surface-solid);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:transform .3s,box-shadow .3s}.room-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.room-cover{width:100%;height:260px;object-fit:cover}.room-card-body{padding:1.25rem;display:flex;flex-direction:column;gap:.75rem}.room-header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.room-header-row h3{font-size:1.2rem}.room-header-row p{font-size:.85rem;color:var(--ink-muted);margin-top:.2rem}.availability-pill{white-space:nowrap;font-size:.75rem;font-weight:600;background:#e8f5e9;color:var(--success);padding:.25rem .75rem;border-radius:999px}.room-meta{display:flex;gap:1.25rem;font-size:.85rem;color:var(--ink-muted)}.room-meta span{display:flex;align-items:center;gap:.3rem}.chip-row{display:flex;flex-wrap:wrap;gap:.4rem}.chip{font-size:.72rem;padding:.2rem .6rem;background:var(--bg);border-radius:999px;color:var(--ink-muted)}.room-footer{display:flex;justify-content:space-between;align-items:flex-end;margin-top:auto}.room-footer small{display:block;font-size:.72rem;color:var(--ink-muted)}.room-footer strong{font-size:1.3rem;color:var(--accent);display:block}.room-footer>div>span{font-size:.78rem;color:var(--ink-muted)}.room-actions{display:flex;gap:.5rem}.gallery-section{padding:5rem 2rem}.gallery-section .section-intro{text-align:center;margin-inline:auto}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:1200px;margin-inline:auto}.gallery-item{border-radius:var(--radius);overflow:hidden;cursor:pointer;position:relative;transition:transform .3s}.gallery-item:hover{transform:scale(1.02)}.gallery-item img{width:100%;height:250px;object-fit:cover}.gallery-featured{grid-column:span 2}.gallery-featured img{height:350px}.gallery-caption{position:absolute;bottom:0;left:0;right:0;padding:.75rem;background:linear-gradient(transparent,#000000b3);color:#fff;font-size:.85rem}.lightbox-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#000000eb;display:flex;align-items:center;justify-content:center}.lightbox-content{position:relative;max-width:90vw;max-height:90vh}.lightbox-content img{max-width:90vw;max-height:85vh;object-fit:contain;border-radius:8px}.lightbox-close{position:absolute;top:-2.5rem;right:0;background:none;color:#fff}.lightbox-prev,.lightbox-next{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff26;color:#fff;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;transition:background .2s}.lightbox-prev:hover,.lightbox-next:hover{background:#ffffff4d}.lightbox-prev{left:-3.5rem}.lightbox-next{right:-3.5rem}.lightbox-caption{text-align:center;color:#fffc;margin-top:1rem}.contact-section{text-align:center}.contact-section .section-intro{margin-inline:auto}.contact-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:2rem}.contact-item{display:flex;align-items:center;gap:.5rem;font-size:1rem;color:var(--ink-muted);padding:.75rem 1.5rem;background:var(--surface-solid);border-radius:var(--radius);box-shadow:var(--shadow);transition:transform .2s,color .2s}.contact-item:hover{transform:translateY(-2px);color:var(--accent)}.site-footer{background:var(--deep);color:#ffffffd9;padding:4rem 2rem 1rem;margin-top:auto}.footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem}.footer-logo{height:48px;margin-bottom:1rem;filter:brightness(0) invert(1)}.footer-brand{font-size:1.3rem;margin-bottom:.75rem}.footer-col p{font-size:.9rem;color:#fff9;line-height:1.7}.footer-col h4{font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;color:#ffffff80}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-col li{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.footer-col a{color:#fffc;transition:color .2s}.footer-col a:hover{color:#fff}.social-links{display:flex;gap:1rem}.social-links a{width:40px;height:40px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#fffc;transition:background .2s,color .2s}.social-links a:hover{background:#fff3;color:#fff}.footer-bottom{max-width:1200px;margin:3rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;font-size:.82rem;color:#fff6}.primary-button{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.5rem;border-radius:var(--radius);background:var(--accent);color:#fff;font-weight:600;font-size:.9rem;transition:background .2s,transform .15s;white-space:nowrap}.primary-button:hover:not(:disabled){background:var(--accent-hover);transform:translateY(-1px)}.primary-button:disabled{opacity:.5;cursor:not-allowed}.secondary-button{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.5rem;border-radius:var(--radius);background:transparent;color:var(--ink);font-weight:600;font-size:.9rem;border:1.5px solid rgba(0,0,0,.15);transition:border-color .2s,background .2s}.secondary-button:hover{border-color:var(--accent);background:#8b69140d}.full-width{width:100%}.link-button{text-decoration:none}.booking-panel{display:flex;align-items:flex-end;gap:.75rem;flex-wrap:wrap}.booking-panel .field{flex:1;min-width:120px}.booking-panel .primary-button{flex-shrink:0}.field{display:flex;flex-direction:column;gap:.3rem}.field label{font-size:.78rem;font-weight:600;color:var(--ink-muted)}.field input,.field textarea,.field select{padding:.6rem .75rem;border:1.5px solid rgba(0,0,0,.12);border-radius:8px;background:#fff;font-size:.95rem;transition:border-color .2s}.field input:focus,.field textarea:focus{outline:none;border-color:var(--accent)}.field-error{font-size:.75rem;color:var(--error)}.form-card{background:var(--surface-solid);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.form-grid.compact{gap:.75rem}.field.full{grid-column:span 2}.booking-layout{display:grid;grid-template-columns:1fr 380px;gap:2.5rem;align-items:flex-start;padding-top:7rem}.section-intro.left{text-align:left}.summary-card{background:var(--surface-solid);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow)}.summary-image{width:100%;height:180px;object-fit:cover;border-radius:8px;margin-bottom:1rem}.summary-card h3{margin-bottom:.25rem}.summary-card>p{font-size:.85rem;color:var(--ink-muted);margin-bottom:1rem}.summary-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid rgba(0,0,0,.06);font-size:.9rem}.summary-row.total{border-bottom:none;font-size:1rem;color:var(--accent)}.summary-card.alt{padding:1.5rem}.info-list{display:flex;flex-direction:column;gap:1rem;font-size:.9rem}.info-list div{display:flex;align-items:center;gap:.6rem;color:var(--ink-muted)}.auth-card{background:var(--surface-solid);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow);margin-top:1.5rem}.auth-card.success{display:flex;align-items:center;gap:1rem;background:#e8f5e9;border:1px solid #c8e6c9}.auth-card.success svg{color:var(--success);flex-shrink:0}.auth-tabs{display:flex;border-bottom:2px solid rgba(0,0,0,.06);margin-bottom:1rem}.auth-tabs button{flex:1;padding:.5rem;background:none;font-weight:600;font-size:.85rem;color:var(--ink-muted);border-bottom:2px solid transparent;margin-bottom:-2px}.auth-tabs button.active{color:var(--accent);border-bottom-color:var(--accent)}.dual-auth{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.reservation-list{display:flex;flex-direction:column;gap:1rem}.reservation-card{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;background:var(--surface-solid);border-radius:var(--radius);box-shadow:var(--shadow)}.reservation-meta{text-align:right}.reservation-meta span{display:block;font-size:.85rem;color:var(--ink-muted)}.reservation-status{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.2rem .6rem;border-radius:999px;margin-top:.4rem}.status-pending{background:#fef3c7;color:#92400e}.status-confirmed{background:#d1fae5;color:#065f46}.status-checked_in{background:#dbeafe;color:#1e40af}.status-checked_out{background:#f3f4f6;color:#4b5563}.status-cancelled{background:#fee2e2;color:#991b1b}.status-no_show{background:#e5e7eb;color:#374151}.confirmation-page{display:flex;justify-content:center;padding-top:8rem}.confirmation-card{background:var(--surface-solid);border-radius:var(--radius-lg);padding:3rem;box-shadow:var(--shadow-lg);text-align:center;max-width:600px;width:100%}.confirmation-icon{width:56px;height:56px;color:var(--success);margin:0 auto 1rem}.confirmation-card h1{font-size:2rem;color:var(--accent);margin-bottom:1rem}.confirmation-card>p{color:var(--ink-muted);margin-bottom:2rem}.confirmation-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;text-align:left;margin-bottom:2rem}.confirmation-grid div{padding:.75rem;background:var(--bg);border-radius:8px}.confirmation-grid span{display:block;font-size:.75rem;color:var(--ink-muted)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:150;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:2rem}.modal-card{background:var(--surface-solid);border-radius:var(--radius-lg);max-width:700px;width:100%;max-height:90vh;overflow-y:auto;position:relative}.modal-close{position:absolute;top:1rem;right:1rem;z-index:10;width:36px;height:36px;border-radius:50%;background:#00000080;color:#fff;font-size:1.5rem;display:flex;align-items:center;justify-content:center}.modal-cover{width:100%;height:300px;object-fit:cover}.modal-content{padding:1.5rem}.modal-content h3{font-size:1.4rem;margin-bottom:.5rem}.modal-content>p{color:var(--ink-muted);margin-bottom:1rem}.highlights-list{list-style:none;padding:0;margin:1rem 0;display:flex;flex-wrap:wrap;gap:.5rem}.highlights-list li{padding:.3rem .8rem;background:var(--bg);border-radius:999px;font-size:.82rem;color:var(--ink-muted)}.detail-price{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.06)}.detail-price small{display:block;font-size:.75rem;color:var(--ink-muted)}.detail-price strong{font-size:1.3rem;color:var(--accent)}.notice{padding:1rem 1.25rem;border-radius:var(--radius);background:var(--surface-solid);color:var(--ink-muted);font-size:.9rem;text-align:center}.notice.error{background:#fde8e8;color:var(--error)}.chat-fab{position:fixed;right:1.5rem;bottom:1.5rem;width:60px;height:60px;border-radius:999px;background:linear-gradient(135deg,var(--accent),#c18f35);color:#fff;box-shadow:0 18px 36px #00000038;display:flex;align-items:center;justify-content:center;z-index:120}.chat-widget{position:fixed;right:1.5rem;bottom:5.8rem;width:min(380px,calc(100vw - 2rem));height:min(620px,calc(100vh - 7rem));border-radius:24px;overflow:hidden;background:#fff8ef;border:1px solid rgba(0,0,0,.08);box-shadow:0 24px 60px #0003;display:flex;flex-direction:column;z-index:119}.chat-header{display:flex;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;color:#fff;background:linear-gradient(135deg,var(--deep),var(--accent))}.chat-header p{margin-top:.25rem;font-size:.85rem;color:#ffffffd1}.chat-close{width:34px;height:34px;border-radius:999px;background:#ffffff29;color:#fff;display:flex;align-items:center;justify-content:center}.chat-body{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem;background:radial-gradient(circle at top right,rgba(193,143,53,.16),transparent 28%),linear-gradient(180deg,#fffdf8,#f8efe3)}.chat-bubble{max-width:85%;padding:.85rem .95rem;border-radius:18px;line-height:1.45;white-space:pre-wrap}.chat-bubble.assistant{align-self:flex-start;background:#fff;border:1px solid rgba(0,0,0,.07)}.chat-bubble.guest{align-self:flex-end;background:var(--accent);color:#fff}.chat-bubble.typing{padding:.7rem 1.2rem}.typing-dots{display:inline-flex;gap:2px;font-size:1.6rem;line-height:1;color:var(--ink-muted)}.typing-dots span{animation:typing-bounce 1.4s infinite}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}@keyframes typing-bounce{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.chat-state{font-size:.92rem;color:var(--ink-muted)}.chat-state.error{color:var(--error)}.chat-quick-actions{display:flex;flex-wrap:wrap;gap:.6rem}.chat-footer{border-top:1px solid rgba(0,0,0,.08);background:#fff;padding:.9rem;display:flex;flex-direction:column;gap:.75rem}.chat-footer textarea{width:100%;resize:none;border-radius:14px;border:1px solid rgba(0,0,0,.12);padding:.8rem .9rem;font:inherit;background:#fffdf8}.chat-send{display:inline-flex;align-items:center;justify-content:center;gap:.45rem}.reveal-on-scroll{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal-on-scroll.revealed{opacity:1;transform:translateY(0)}@media(max-width:1080px){.hamburger{display:flex}.site-nav{position:fixed;top:0;right:0;bottom:0;width:280px;flex-direction:column;padding:5rem 2rem 2rem;background:var(--surface-solid);box-shadow:-4px 0 24px #0000001a;transform:translate(100%);transition:transform .3s ease;gap:1.5rem;font-size:1.05rem}.site-nav.open{transform:translate(0)}.hero-content h1{font-size:2rem}.booking-panel{flex-direction:column}.booking-panel .field{min-width:100%}.about-grid{grid-template-columns:1fr;gap:2rem}.about-image img{height:300px}.services-grid,.room-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr 1fr}.gallery-featured{grid-column:span 2}.booking-layout,.dual-auth{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:2rem}.form-grid{grid-template-columns:1fr}.field.full{grid-column:span 1}.lightbox-prev{left:.5rem}.lightbox-next{right:.5rem}.contact-grid{flex-direction:column;align-items:center}.chat-widget{right:1rem;bottom:5.3rem;width:calc(100vw - 2rem);height:min(70vh,560px)}}
