:root{--color-white:#fff;--color-black:#000;--color-bg:#fff8ec;--color-main:#a7c162;--color-logo:#a7c162;--color-accent:#6f9028;--color-accent2:#edd27d;--color-heading:#3b301e;--color-text-dark:#2e2a22;--color-text-light:#6f6858}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--color-text-dark);background:var(--color-bg);font-family:Nunito Sans,sans-serif}header{z-index:2;background:0 0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 6%;display:flex;position:relative}.brand{align-items:center;gap:.75rem;display:flex}.brand-link{color:inherit;align-items:center;gap:.75rem;text-decoration:none;display:flex}.brand svg{width:36px;height:36px;color:var(--color-logo)}.brand svg path{stroke-width:24px;stroke-linejoin:miter;stroke-linecap:round}.brand-text{font-family:Playfair Display,serif;font-size:1.1rem}nav{flex-wrap:wrap;gap:1.5rem;display:flex}nav a{color:var(--color-text-dark);font-size:.85rem;text-decoration:none}.hero-wrap{background:var(--color-bg);position:relative}.hero-wrap .glow-clip{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero-wrap .glow{background:radial-gradient(circle, color-mix(in srgb, var(--color-main) 30%, transparent) 0%, transparent 62%);width:820px;height:820px;position:absolute;top:-220px;left:50%;transform:translate(-50%)}.hero{z-index:1;text-align:center;max-width:900px;margin:0 auto;padding:1rem 6% 5rem;position:relative}.hero .big-logo{width:200px;height:200px;color:var(--color-logo);margin-bottom:1.5rem;display:inline-block}.hero .big-logo svg{width:100%;height:100%;display:block}.hero .big-logo svg path{stroke-width:24px;stroke-linejoin:miter;stroke-linecap:round}.hero h1{color:var(--color-heading);font-family:Playfair Display,serif;font-size:clamp(2.2rem,5vw,3.4rem);font-weight:700;line-height:1.15}.hero p.tagline{color:var(--color-text-light);max-width:560px;margin-top:1rem;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.6}.hero .cta-group{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1.5rem;display:flex}.btn{letter-spacing:.02em;border-radius:999px;align-items:center;gap:.5em;padding:.85rem 1.8rem;font-size:.95rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.btn-primary{background:var(--color-main);color:var(--color-heading);font-weight:600}.btn-secondary{border:1px solid var(--color-accent);color:var(--color-heading);background:0 0}.btn:hover{box-shadow:0 10px 22px color-mix(in srgb, var(--color-main) 30%, transparent);transform:translateY(-2px)}.btn-icon{flex-shrink:0;width:1.1em;height:1.1em}.cta-dropdown{position:relative}.cta-dropdown summary{cursor:pointer;list-style:none}.cta-dropdown summary::-webkit-details-marker{display:none}.cta-dropdown[open] summary{box-shadow:0 10px 22px color-mix(in srgb, var(--color-main) 30%, transparent)}.cta-dropdown-menu{background:var(--color-white);box-shadow:0 12px 32px color-mix(in srgb, var(--color-heading) 20%, transparent);z-index:10;border-radius:14px;flex-direction:column;gap:.2rem;min-width:220px;padding:.6rem;display:flex;position:absolute;top:calc(100% + .6rem);left:50%;transform:translate(-50%)}.cta-dropdown-menu a{color:var(--color-text-dark);white-space:nowrap;border-radius:8px;align-items:center;gap:.5em;padding:.6rem .8rem;font-size:.9rem;text-decoration:none;display:inline-flex}.cta-dropdown-menu a:hover{background:var(--color-bg)}section.block{z-index:1;padding:3.5rem 6%;position:relative}.content-band{background-image:linear-gradient(180deg, color-mix(in srgb, var(--color-main) 25%, var(--color-bg)) 0%, var(--color-white) 100%);position:relative;overflow:hidden}.content-band:after{content:"";z-index:0;background-color:var(--color-main);opacity:.22;-webkit-mask-composite:source-in;pointer-events:none;width:800px;height:800px;position:absolute;top:-400px;right:-400px;mask-image:url(/_astro/Logo-mask.jNYKqKuD.svg),linear-gradient(225deg,#000 0% 50%,#0000 100%);mask-size:contain,100% 100%;mask-repeat:no-repeat,no-repeat;mask-composite:intersect}.divider{z-index:1;justify-content:center;align-items:center;gap:.75rem;display:flex;position:relative}.divider:before,.divider:after{content:"";background:color-mix(in srgb, var(--color-accent) 35%, transparent);width:120px;height:1px}.divider .dot{width:20px;height:20px;color:var(--color-accent);flex-shrink:0}.divider .dot svg{width:100%;height:100%;display:block}h2.section-label{text-align:center;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.5rem;font-size:.75rem}.section-intro{text-align:center;max-width:700px;color:var(--color-text-light);margin:0 auto 2.5rem;font-size:.92rem;line-height:1.7}.page-header{background:var(--color-bg);padding-bottom:2.5rem}.page-title{text-align:center;margin-top:.5rem;margin-bottom:1.25rem;font-family:Playfair Display,serif;font-size:clamp(1.8rem,3.5vw,2.4rem);font-weight:700}.about{background:var(--color-white);max-width:1000px;box-shadow:0 6px 24px color-mix(in srgb, var(--color-heading) 8%, transparent);border-radius:18px;grid-template-columns:200px 1fr;align-items:center;gap:2.5rem;margin:0 auto;padding:2.5rem 3rem;display:grid}.about .photo{object-fit:cover;border-radius:50%;width:200px;height:200px}.about h3{margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:1.4rem}.about .meta{flex-wrap:wrap;justify-content:flex-start;gap:1.25rem;margin-bottom:.9rem;display:flex}.about .meta span{color:var(--color-text-light);align-items:center;gap:.4rem;font-size:.85rem;display:inline-flex}.about .meta svg{width:16px;height:16px;color:var(--color-accent);flex-shrink:0}.about p{color:var(--color-text-light);font-size:.93rem;line-height:1.6}.about a.link{color:var(--color-accent);align-items:center;gap:.4em;margin-top:.9rem;font-size:.85rem;font-weight:600;text-decoration:none;display:inline-flex}.profile{background:var(--color-white);max-width:1000px;box-shadow:0 6px 24px color-mix(in srgb, var(--color-heading) 8%, transparent);border-radius:18px;grid-template-columns:260px 1fr;align-items:stretch;gap:2.5rem;margin:0 auto;padding:2.5rem 3rem;display:grid}.profile .photo{object-fit:cover;border-radius:50%;width:260px;height:260px}.profile-photos{flex-direction:column;justify-content:flex-start;align-items:center;padding-bottom:1rem;display:flex}.profile h3{margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:1.4rem}.profile .meta{flex-wrap:wrap;justify-content:flex-start;gap:1.25rem;margin-bottom:1rem;display:flex}.profile .meta span{color:var(--color-text-light);align-items:center;gap:.4rem;font-size:.85rem;display:inline-flex}.profile .meta svg{width:16px;height:16px;color:var(--color-accent);flex-shrink:0}.profile p{color:var(--color-text-light);margin-bottom:1rem;font-size:.93rem;line-height:1.7}.profile p:last-of-type{margin-bottom:0}.profile a.link-inline{color:var(--color-accent);font-weight:600;text-decoration:none}.profile a.link{color:var(--color-accent);align-items:center;gap:.4em;margin-top:.5rem;font-size:.85rem;font-weight:600;text-decoration:none;display:inline-flex}.video{background:var(--color-white);max-width:950px;box-shadow:0 6px 24px color-mix(in srgb, var(--color-heading) 8%, transparent);border-radius:18px;grid-template-columns:1.1fr .9fr;margin:0 auto;display:grid;overflow:hidden}.video .video-embed{aspect-ratio:16/9;background:var(--color-black);position:relative}.video .video-embed iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.video .copy{flex-direction:column;justify-content:center;padding:2rem;display:flex}.video h3{margin-bottom:.6rem;font-family:Playfair Display,serif;font-size:1.25rem}.video p{color:var(--color-text-light);font-size:.88rem;line-height:1.55}.video a.link{color:var(--color-accent);align-items:center;gap:.4em;margin-top:.9rem;font-size:.85rem;font-weight:600;text-decoration:none;display:inline-flex}.books{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1000px;margin:0 auto;display:grid}.book-card{background:var(--color-white);box-shadow:0 6px 24px color-mix(in srgb, var(--color-heading) 8%, transparent);border-radius:16px;flex-direction:column;padding:1.5rem;display:flex}.book-card .cover{border-radius:10px;width:100%;height:auto;margin-bottom:1rem}.book-card h3{margin-bottom:.4rem;font-family:Playfair Display,serif;font-size:1.05rem}.book-card .book-meta{color:var(--color-accent);flex-grow:0;margin-bottom:.5rem;font-size:.78rem}.book-card p{color:var(--color-text-light);flex-grow:1;font-size:.85rem;line-height:1.55}.book-card .book-links{flex-direction:column;gap:.5rem;margin-top:1rem;display:flex}.service-list{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.service-item{background:var(--color-white);box-shadow:0 6px 24px color-mix(in srgb, var(--color-heading) 8%, transparent);border-radius:16px;overflow:hidden}.service-item summary{cursor:pointer;align-items:center;gap:1rem;padding:1.25rem 1.75rem;list-style:none;display:flex}.service-item summary::-webkit-details-marker{display:none}.service-item .service-title{flex:1;font-family:Playfair Display,serif;font-size:1.05rem}.service-item .service-price{color:var(--color-accent);white-space:nowrap;font-size:.95rem;font-weight:700}.service-item .service-chevron{width:1.1em;height:1.1em;color:var(--color-accent);flex-shrink:0;transition:transform .2s}.service-item[open] .service-chevron{transform:rotate(180deg)}.service-item .service-details{padding:0 1.75rem 1.5rem}.service-item .service-meta{color:var(--color-accent);margin-bottom:.5rem;font-size:.78rem}.service-item .service-details p:not(.service-meta){color:var(--color-text-light);margin-bottom:1rem;font-size:.9rem;line-height:1.6}.service-item .service-details p:last-child{margin-bottom:0}.room-gallery{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;max-width:800px;margin:0 auto;display:grid}.room-photo{aspect-ratio:4/3;object-fit:cover;width:100%;box-shadow:0 6px 20px color-mix(in srgb, var(--color-heading) 12%, transparent);border-radius:16px}.buy-button{cursor:pointer;border:none;align-self:flex-start;font-family:inherit}.book-modal{text-align:center;width:90%;max-width:420px;max-height:85vh;box-shadow:0 20px 60px color-mix(in srgb, var(--color-black) 25%, transparent);border:none;border-radius:16px;margin:auto;padding:2.25rem 2rem;position:fixed;inset:0;overflow-y:auto}.book-modal::backdrop{background:color-mix(in srgb, var(--color-heading) 50%, transparent);backdrop-filter:blur(2px)}.book-modal h3{margin-bottom:1.5rem;padding-right:1.5rem;font-family:Playfair Display,serif;font-size:1.15rem}.book-modal .modal-links{flex-direction:column;align-items:stretch;gap:.75rem;display:flex}.book-modal .modal-links .btn{text-align:center;justify-content:center}.book-modal .modal-section{text-align:left;border-top:1px solid color-mix(in srgb, var(--color-accent) 15%, transparent);margin-top:1.5rem;padding-top:1.5rem}.book-modal .modal-section:first-of-type{border-top:none;margin-top:0;padding-top:0}.book-modal .modal-section-title{letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent);align-items:center;gap:.5rem;margin-bottom:.85rem;font-size:.75rem;font-weight:700;display:flex}.audio-player{background:color-mix(in srgb, var(--color-main) 10%, transparent);border-radius:999px;align-items:center;gap:.85rem;padding:.6rem 1rem .6rem .6rem;display:flex}.audio-player audio{display:none}.audio-player-toggle{background:var(--color-main);width:2.6rem;height:2.6rem;color:var(--color-heading);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:transform .2s,box-shadow .2s;display:flex}.audio-player-toggle:hover{box-shadow:0 8px 18px color-mix(in srgb, var(--color-main) 35%, transparent);transform:translateY(-1px)}.audio-player-toggle .btn-icon{width:1.3em;height:1.3em}.audio-player-toggle .icon-pause,.audio-player.is-playing .icon-play{display:none}.audio-player.is-playing .icon-pause{display:block}.audio-player-body{flex:1;min-width:0}.audio-player-seek{appearance:none;background:color-mix(in srgb, var(--color-accent) 15%, transparent);cursor:pointer;border-radius:999px;width:100%;height:6px}.audio-player-seek::-webkit-slider-thumb{appearance:none;background:var(--color-accent);width:14px;height:14px;box-shadow:0 2px 6px color-mix(in srgb, var(--color-heading) 25%, transparent);cursor:pointer;border-radius:50%}.audio-player-seek::-moz-range-thumb{background:var(--color-accent);cursor:pointer;border:none;border-radius:50%;width:14px;height:14px}.audio-player-seek::-moz-range-track{background:0 0;border-radius:999px;height:6px}.audio-player-time{color:var(--color-text-light);justify-content:space-between;margin-top:.3rem;font-size:.75rem;display:flex}.book-modal .modal-close{cursor:pointer;color:var(--color-text-light);background:0 0;border:none;padding:0;font-size:1.4rem;line-height:1;position:absolute;top:1rem;right:1.2rem}.book-modal .modal-close:hover{color:var(--color-text-dark)}.channel-card{background:var(--color-white);max-width:1000px;box-shadow:0 6px 24px color-mix(in srgb, var(--color-heading) 8%, transparent);border-radius:16px;margin:0 auto;overflow:hidden}.channel-card .channel-body{flex-direction:column;gap:1.25rem;padding:1.75rem 2rem;display:flex}.channel-card h3{margin-bottom:.3rem;font-family:Playfair Display,serif;font-size:1.05rem}.channel-card p{color:var(--color-text-light);font-size:.85rem}.channel-card .channel-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.channel-card .channel-actions .btn{padding:.75rem 1.5rem;font-size:.85rem}.video-kiosk{background:var(--color-black);position:relative}.video-kiosk-track{touch-action:pan-y;cursor:grab;transition:transform .4s;display:flex}.video-kiosk-track:active{cursor:grabbing}.video-slide{flex:0 0 100%;width:100%}.video-slide img{pointer-events:none;user-select:none;width:100%;height:auto;display:block}.section-intro:has(+.actions-row){margin-bottom:1.5rem}.actions-row{flex-wrap:wrap;justify-content:center;gap:1rem;max-width:1000px;margin:0 auto;display:flex}.tv-list{flex-direction:column;gap:1.25rem;max-width:1000px;margin:0 auto;display:flex}.tv-card{background:var(--color-white);box-shadow:0 6px 24px color-mix(in srgb, var(--color-heading) 8%, transparent);border-radius:16px;align-items:center;gap:1.5rem;padding:1.5rem 2rem;display:flex}.tv-card .tv-logo{flex-shrink:0;width:160px;height:auto}.tv-card .tv-content{flex:1;min-width:0}.tv-card h3{margin-bottom:.3rem;font-family:Playfair Display,serif;font-size:1rem}.tv-card .tv-meta{color:var(--color-accent);margin-bottom:.4rem;font-size:.8rem}.tv-card p{color:var(--color-text-light);font-size:.85rem;line-height:1.5}footer{text-align:center;color:var(--color-text-light);border-top:1px solid color-mix(in srgb, var(--color-black) 6%, transparent);padding:2rem 6%;font-size:.8rem}footer .footer-contact{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:.75rem;display:flex}footer .footer-contact a{color:var(--color-text-dark);align-items:center;gap:.5em;font-weight:600;text-decoration:none;display:inline-flex}footer .footer-contact a:hover{color:var(--color-accent)}footer .legal{margin-top:.5rem}footer .legal a{color:var(--color-text-light);margin:0 .5rem;text-decoration:underline}@media (width<=800px){header{text-align:center;justify-content:center}nav{justify-content:center}.about{text-align:center;grid-template-columns:1fr;padding:2rem 1.5rem}.about .photo{margin:0 auto}.about .meta{justify-content:center}.profile{text-align:center;grid-template-columns:1fr;padding:2rem 1.5rem}.profile .photo{margin:0 auto}.profile .meta{justify-content:center}.video{grid-template-columns:1fr}.footer-contact{flex-direction:column;align-items:center;gap:.5rem}.books{grid-template-columns:1fr;max-width:320px}.channel-card{text-align:center;justify-content:center}.tv-card{text-align:center;flex-direction:column}.tv-card .tv-logo{width:140px}}@media (width<=560px){nav{border-top:1px solid color-mix(in srgb, var(--color-accent) 15%, transparent);flex-wrap:wrap;justify-content:center;gap:.5rem 1.25rem;width:100%;margin-top:.5rem;padding-top:.85rem}nav a{font-size:.8rem}}
