@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Montserrat:wght@400;500;700&display=swap";
:root{--t20-gold:#b88a44;--t20-dark:#2a2a2a;--t20-bg:#fafafa;--t20-white:#fff;--t20-font-display:"Cormorant Garamond",Georgia,serif;--t20-font-body:"Montserrat",Helvetica,Arial,sans-serif;--t20-max-w:1200px;--t20-nav-h:80px}.template-20-wrapper,.template-20-wrapper *{box-sizing:border-box}.template-20-wrapper{background:var(--t20-bg);width:100%;min-height:100vh;color:var(--t20-dark);font-family:var(--t20-font-body);overflow-x:hidden}.template-20-main{width:100%}.template-20-wrapper a{color:inherit;text-decoration:none}.template-20-wrapper a.template-20-location-route-link{text-align:center;color:var(--t20-dark);flex-direction:column;align-items:center;width:100%;display:flex}.template-20-wrapper img{max-width:100%;display:block}.template-20-wrapper button:focus-visible{outline-offset:2px;outline:2px solid #4a90e2}.template-20-container{width:100%;max-width:var(--t20-max-w);margin:0 auto;padding:5% clamp(1rem,4vw,3rem)}.template-20-center{text-align:center}.template-20-mt-lg{margin-top:2rem}.template-20-mt-xl{margin-top:2.5rem}.template-20-mb-xl{margin-bottom:clamp(1.5rem,3vw,2.5rem)}.template-20-header{width:100%;height:var(--t20-nav-h);z-index:1000;background:#000;position:fixed;top:0;left:0}.template-20-nav{z-index:1001;justify-content:space-between;align-items:center;height:100%;padding:0 clamp(1.25rem,5vw,4rem);display:flex;position:relative}.template-20-nav-logo img{width:auto;height:42px;display:block}.template-20-nav-logo,.template-20-nav-toggle{z-index:1002;position:relative}.template-20-nav-links{gap:clamp(1.5rem,3vw,3rem);margin:0;padding:0;list-style:none;display:flex}.template-20-nav-link{font-family:var(--t20-font-body);letter-spacing:.13rem;text-transform:none;padding:8px 0;font-size:clamp(.65rem,1vw,.85rem);font-weight:500;transition:color .2s;display:inline-block;color:var(--t20-white)!important}.template-20-nav-link:hover{color:var(--t20-gold)}.template-20-nav-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:6px;display:none}.template-20-nav-toggle span{background:var(--t20-white);width:24px;height:2px;transition:transform .3s,opacity .3s;display:block}.template-20-nav-toggle--open span:first-child{transform:translateY(7px)rotate(45deg)}.template-20-nav-toggle--open span:nth-child(2){opacity:0}.template-20-nav-toggle--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (max-width:1024px){.template-20-header{height:70px}.template-20-page{padding-top:70px}.template-20-nav-logo img{height:36px}.template-20-nav-toggle{display:flex}.template-20-nav-links{z-index:999;opacity:0;visibility:hidden;pointer-events:none;background:#000;flex-direction:column;gap:1.25rem;width:100%;padding:1.5rem 2rem 2rem;transition:transform .3s;position:fixed;top:70px;left:0;transform:translateY(-110%)}.template-20-nav-links--open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}}.template-20-page{padding-top:var(--t20-nav-h)}.template-20-section--gold{background:var(--t20-gold)}.template-20-hero{background:#222;justify-content:center;align-items:center;width:100%;min-height:clamp(400px,56vw,1272px);display:flex;position:relative;overflow:hidden}.template-20-hero-bg{-o-object-fit:fill;object-fit:fill;-o-object-position:fill;object-position:center;width:100%;height:100%;position:absolute;inset:0}.template-20-hero-overlay{background:#00000059;position:absolute;inset:0}.template-20-hero-content{z-index:1;text-align:center;max-width:820px;padding:2rem clamp(1rem,5vw,3rem);position:relative}.template-20-hero-title{font-family:var(--t20-font-display);color:var(--t20-white);text-shadow:2px 4px 12px #0006;margin:0 0 1.5rem;font-size:clamp(2rem,5.5vw,4rem);font-weight:500;line-height:1.15}.template-20-hero-crest{width:auto;height:clamp(48px,7vw,80px);margin:0 auto 1rem;display:block}.template-20-hero-content .template-20-hero-crest{margin-top:0;margin-bottom:1rem}.template-20-hero-title+.template-20-hero-crest{margin-top:.25rem}.template-20-hero-crest+.template-20-button{margin-top:.5rem}.template-20-button{font-family:var(--t20-font-body);letter-spacing:.15rem;text-transform:uppercase;cursor:pointer;border:1px solid var(--t20-white);color:var(--t20-white);padding:.85rem 2.25rem;font-size:clamp(.75rem,1.2vw,.9rem);font-weight:700;transition:background .25s,color .25s,border-color .25s;display:inline-block}.template-20-button:hover{background:var(--t20-white);color:var(--t20-dark)}.template-20-button--dark{border-color:var(--t20-dark);color:var(--t20-dark)}.template-20-button--dark:hover{background:var(--t20-dark);color:var(--t20-white)}.template-20-button--light{border-color:var(--t20-white);color:var(--t20-white)}.template-20-section-heading{font-family:var(--t20-font-display);color:var(--t20-dark);text-align:center;margin:0 0 1.25rem;font-size:clamp(2rem,4.5vw,3.5rem);font-weight:500;line-height:1.15}.template-20-section-heading--light{color:var(--t20-white)}.template-20-section-body{font-family:var(--t20-font-body);color:var(--t20-dark);text-align:center;max-width:800px;margin:0 auto 5.5rem;font-size:clamp(.9rem,1.5vw,1.2rem);font-weight:500;line-height:1.7}.template-20-section-body--light{color:var(--t20-white)}.template-20-wolf-crest{width:auto;height:clamp(48px,7vw,80px);margin:0 auto 1rem;display:block}.template-20-text-image-row{flex-direction:row;gap:30px;display:flex}.template-20-text-image-row__content,.template-20-about-img-panel{flex:1}.template-20-about-img-panel img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.template-20-text-image-row--reverse{flex-direction:row-reverse}.template-20-intro{background:var(--t20-bg)}.template-20-intro-inner{text-align:center;flex-direction:column;align-items:center;gap:clamp(1.5rem,3vw,2.5rem);display:flex}.template-20-intro-logo{width:auto;height:clamp(48px,7vw,80px)}.template-20-intro-image{align-self:stretch;width:100%;max-width:100%;height:auto;display:block}.template-20-intro-body{font-family:var(--t20-font-body);color:var(--t20-dark);max-width:800px;margin:0;font-size:clamp(.9rem,1.45vw,1.15rem);font-weight:500;line-height:1.8}.template-20-intro-stats{-moz-column-gap:1.5rem;grid-template-columns:repeat(2,minmax(120px,1fr));justify-items:center;gap:1.2rem 1.5rem;width:100%;max-width:420px;margin-top:clamp(1rem,2.5vw,2rem);display:grid}.template-20-intro-stat{text-align:center;flex-direction:column;align-items:center;display:flex}.template-20-intro-stat-value{font-family:var(--t20-font-display);color:var(--t20-gold);font-size:clamp(2rem,3.8vw,3rem);font-weight:600;line-height:1}.template-20-intro-stat-plus{vertical-align:super;font-size:.7em}.template-20-intro-stat-label{font-family:var(--t20-font-display);letter-spacing:.01em;color:#111;margin-top:.2rem;font-size:clamp(1rem,1.6vw,1.55rem);font-weight:600;line-height:1.05}.template-20-services{padding:clamp(3rem,7vw,6rem) 0}.template-20-services-list{width:100%;max-width:var(--t20-max-w);margin:0 auto;padding:0 clamp(1rem,4vw,3rem);list-style:none}.template-20-services-item{border-bottom:1px solid #c1995c;padding:clamp(.9rem,2vw,1.25rem) 0}.template-20-services-item:last-child{border-bottom:none}.template-20-services-trigger{cursor:pointer;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:flex-start;gap:1rem;width:100%;padding:0;display:flex}.template-20-services-name{font-family:var(--t20-font-display);flex:1;font-size:clamp(1.4rem,2.8vw,2.25rem);font-weight:500}.template-20-services-name--light{color:var(--t20-white)}.template-20-services-icon{width:clamp(22px,2.5vw,32px);height:clamp(22px,2.5vw,32px);font-family:var(--t20-font-display);color:#c1995c;flex-shrink:0;justify-content:center;align-items:center;margin-top:.15rem;font-size:clamp(1.6rem,2.2vw,4rem);font-weight:600;line-height:1;transition:transform .25s;display:inline-flex}.template-20-services-item--open .template-20-services-icon{transform:rotate(45deg)}.template-20-services-item--open .template-20-services-trigger{transform:translateY(-1px)}.template-20-services-trigger{transition:transform .25s}.template-20-services-detail{opacity:0;flex-direction:column;gap:.4rem;max-height:0;padding:0;transition:max-height .35s,opacity .2s,padding .35s,transform .35s;display:flex;overflow:hidden;transform:translateY(-6px)}.template-20-services-item--open .template-20-services-detail{opacity:1;max-height:320px;padding:.75rem 0 .5rem;transform:translateY(0)}.template-20-services-desc{font-family:var(--t20-font-body);max-width:800px;margin:0;font-size:clamp(.85rem,1.2vw,1rem);font-weight:500;line-height:1.65}.template-20-services-desc--light{color:#ffffffe0}.template-20-services-price{font-family:var(--t20-font-body);color:#b88a44;font-size:clamp(.85rem,1.1vw,1rem);font-weight:700}.template-20-gallery{width:100%}.template-20-photo-grid{grid-template-columns:repeat(2,1fr);gap:0;width:100%;display:grid}.template-20-photo-grid-item{aspect-ratio:1;background:var(--t20-gold);position:relative;overflow:hidden}.template-20-photo-grid-item img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.template-20-photo-grid-item--overlay{background:var(--t20-dark)}@media (max-width:580px){.template-20-photo-grid{grid-template-columns:1fr}}.template-20-testimonials{background:var(--t20-bg);padding-bottom:40px}.template-20-testimonial-wrap{justify-content:center;padding:0 clamp(1rem,4vw,3rem);display:flex}.template-20-testimonial-card{background:var(--t20-white);text-align:center;border-radius:12px;width:100%;max-width:900px;padding:clamp(2rem,4vw,3rem) clamp(1.5rem,4vw,3rem)}.template-20-testimonial-card--animating{animation:.26s both template-20-testimonial-swap}@keyframes template-20-testimonial-swap{0%{opacity:0;transform:translateY(8px)}55%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.template-20-testimonial-stars img{width:auto;height:26px;margin:0 auto 1rem}.template-20-testimonial-name{font-family:var(--t20-font-display);color:var(--t20-dark);margin:0 0 .75rem;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:500}.template-20-testimonial-body{font-family:var(--t20-font-body);color:var(--t20-dark);margin:0;font-size:clamp(.85rem,1.3vw,1.1rem);font-weight:500;line-height:1.7}.template-20-dots{justify-content:center;gap:.6rem;padding:1.5rem 0;display:flex}.template-20-dot{cursor:pointer;background:#d9d9d9;border:0;border-radius:50%;outline:none;width:14px;height:14px;padding:0}.template-20-dot:focus-visible{outline-offset:3px;outline:2px solid #4a90e2}.template-20-dot--active{background:var(--t20-gold)}.template-20-locations{background:#f5f0eb;padding:2rem}.template-20-locations-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.6rem,3vw,2.8rem) clamp(2rem,4vw,3rem);max-width:980px;margin:0 auto;padding:0 clamp(1rem,3vw,2rem);display:grid}.template-20-location-card{text-align:center;color:var(--t20-dark);flex-direction:column;align-items:center;display:flex}.template-20-location-img{aspect-ratio:1/.72;-o-object-fit:fill;object-fit:fill;width:100%;max-width:280px;height:auto}.template-20-location-name{font-family:var(--t20-font-display);color:var(--t20-dark);margin-top:.75rem;font-size:clamp(1.75rem,2.3vw,2.2rem);font-weight:600;line-height:1}.template-20-location-address{font-family:var(--t20-font-body);color:#2a2a2ad9;max-width:250px;margin-top:.25rem;font-size:clamp(.75rem,1vw,.9rem);line-height:1.35}.template-20-location-map{font-family:var(--t20-font-body);color:var(--t20-gold);letter-spacing:.01em;margin-top:.5rem;font-size:clamp(.62rem,.8vw,.72rem);font-weight:600;display:inline-block}.template-20-location-map:hover{text-decoration:underline}.template-20-map-modal-overlay{z-index:2000;background:#0000008c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.template-20-map-modal{background:var(--t20-white);border-radius:12px;width:min(980px,100%);height:min(72vh,640px);position:relative;overflow:hidden}.template-20-map-modal-close{width:36px;height:36px;color:var(--t20-white);cursor:pointer;z-index:3;background:#000000a6;border:0;border-radius:999px;font-size:20px;line-height:1;position:absolute;top:10px;right:10px}.template-20-map-modal-close:hover{background:#000c}.template-20-map-modal-close:focus-visible{outline-offset:2px;outline:2px solid #4a90e2}.template-20-map-iframe{border:0;width:100%;height:100%}@media (max-width:499px){.template-20-locations-grid{grid-template-columns:1fr;max-width:320px}.template-20-location-img{max-width:100%}}.template-20-footer{background:var(--t20-gold);flex-direction:column;align-items:center;gap:1.5rem;padding:clamp(2.5rem,5vw,4rem) clamp(1.25rem,5vw,4rem);display:flex}.template-20-footer-logo img{width:auto;height:50px}.template-20-footer-links{flex-wrap:wrap;justify-content:center;gap:1.5rem 2.5rem;margin:0;padding:0;list-style:none;display:flex}.template-20-footer-links a{font-family:var(--t20-font-body);letter-spacing:.1rem;color:var(--t20-white);text-transform:none;font-size:clamp(.75rem,1.2vw,.9rem);font-weight:600;transition:opacity .2s}.template-20-footer-links a:hover{opacity:.7}.template-20-footer-copy{font-family:var(--t20-font-body);color:#ffffffb3;margin:0;font-size:.75rem}.template-20-content{padding:clamp(2.5rem,6vw,5rem) 0}.template-20-content-title{font-family:var(--t20-font-display);text-align:center;margin:0 0 2rem;font-size:clamp(2rem,4vw,3rem);font-weight:500}.template-20-grid{grid-template-columns:1fr;gap:clamp(1rem,2vw,1.5rem);display:grid}@media (min-width:768px){.template-20-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.template-20-grid{grid-template-columns:repeat(3,1fr)}}.template-20-card{background:var(--t20-white);border:1px solid #0000000f;border-radius:10px;overflow:hidden}.template-20-card-image{-o-object-fit:cover;object-fit:cover;width:100%;height:200px}.template-20-card-body{padding:1rem 1rem 1.25rem}.template-20-card-title{font-family:var(--t20-font-display);margin:0 0 .5rem;font-size:1.4rem;font-weight:500;line-height:1.2}.template-20-card-link:hover{text-decoration:underline}.template-20-meta{opacity:.85;flex-wrap:wrap;gap:.5rem 1rem;margin-bottom:.75rem;font-size:.85rem;display:flex}.template-20-meta--center{justify-content:center}.template-20-card-excerpt{margin:0;line-height:1.7}.template-20-article{padding:clamp(2.5rem,6vw,5rem) 0}.template-20-article-header{text-align:center;margin-bottom:1.5rem}.template-20-article-title{font-family:var(--t20-font-display);margin:0 0 .75rem;font-size:clamp(2rem,4vw,3.25rem);font-weight:500;line-height:1.15}.template-20-article-hero-image{border-radius:10px;width:100%;height:auto;margin:1.5rem 0}.template-20-article-content{color:var(--t20-dark);font-size:1.05rem;line-height:1.8}.template-20-article-content h1,.template-20-article-content h2,.template-20-article-content h3,.template-20-article-content h4,.template-20-article-content h5,.template-20-article-content h6{font-family:var(--t20-font-display);margin:2rem 0 1rem;font-weight:600;line-height:1.25}.template-20-article-content p{margin:1rem 0}.template-20-article-content a{color:var(--t20-gold);text-decoration:underline}.template-20-article-content ul,.template-20-article-content ol{margin:1rem 0;padding-left:1.5rem}.template-20-article-content img{border-radius:10px;max-width:100%;height:auto;margin:1.5rem 0}@media (max-width:480px){.template-20-text-image-row,.template-20-text-image-row--reverse{flex-direction:column!important}.template-20-about-img-panel{width:100%}.template-20-header{height:60px}.template-20-page{padding-top:60px}.template-20-nav-logo img{height:32px}.template-20-nav-links{top:60px}.template-20-section-heading{font-size:clamp(1.6rem,7vw,2.2rem)}.template-20-services-name{font-size:1.3rem}}
