.sd__contact-row svg{color:var(--gold);flex-shrink:0}.sd{background:var(--dark);min-height:100vh}.sd__hero{padding-top:var(--nav-h);position:relative;min-height:80vh;display:flex;align-items:flex-end;overflow:hidden}.sd__hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:right top;background-repeat:no-repeat}.sd__hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#0a0806eb 15%,#0a0806cc 45%,#0a080659 65%,#0a08061a)}.sd__hero-inner{max-width:1200px;margin:0 auto;padding:0 2rem 4.5rem;position:relative;z-index:2;width:100%}.sd__breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:#8a8278a6;margin-bottom:1.5rem}.sd__breadcrumb a{transition:color .2s}.sd__breadcrumb a:hover{color:var(--gold)}.sd__breadcrumb-sep{color:#c9a96e4d}.sd__breadcrumb-cur{color:var(--gold)}.sd__tag{font-size:.68rem;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);margin-bottom:.9rem;display:flex;align-items:center;gap:.75rem}.sd__tag:before{content:"";width:28px;height:1px;background:var(--gold)}.sd__title{font-family:Cormorant Garamond,serif;font-size:clamp(2.6rem,6vw,5.2rem);font-weight:300;color:var(--white);line-height:1.08;margin-bottom:1.1rem}.sd__title em{font-style:italic;color:var(--gold)}.sd__tagline{font-size:1rem;color:#e8e0d4b8;max-width:520px;line-height:1.8;margin-bottom:2rem}.sd__hero-btns{display:flex;gap:1rem;flex-wrap:wrap}.sd__facts{background:var(--dark2);border-bottom:1px solid rgba(201,169,110,.1)}.sd__facts-inner{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#c9a96e1a}.sd__fact{background:var(--dark2);padding:1.5rem 1.4rem;display:flex;align-items:center;gap:.9rem}.sd__fact-icon{font-size:1.3rem;flex-shrink:0}.sd__fact-label{font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:.2rem}.sd__fact-val{font-family:Cormorant Garamond,serif;font-size:1.05rem;color:var(--white)}.sd__body{max-width:1200px;margin:0 auto;padding:5rem 2rem;display:grid;grid-template-columns:1fr 360px;gap:4.5rem;align-items:start}.sd__section-title{font-family:Cormorant Garamond,serif;font-size:1.8rem;font-weight:300;color:var(--white);margin-bottom:1.2rem;line-height:1.2}.sd__text{font-size:.92rem;color:var(--muted);line-height:1.9;margin-bottom:1rem}.sd__features{display:grid;grid-template-columns:1fr 1fr;gap:.85rem;margin-top:.5rem;margin-bottom:3rem}.sd__features-rich{display:flex;flex-direction:column;gap:1.2rem}.sd__features-rich-item{background:var(--dark2);border:1px solid rgba(201,169,110,.08);border-radius:4px;padding:1.1rem 1.3rem;transition:border-color .2s}.sd__features-rich-item:hover{border-color:#c9a96e38}.sd__features-rich-title{font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:400;color:var(--white);margin-bottom:.4rem;display:flex;align-items:center;gap:.6rem;line-height:1.3}.sd__features-rich-desc{font-size:.85rem;color:var(--muted);line-height:1.7;margin:0;padding-left:1.4rem}.sd__feature{display:flex;align-items:flex-start;gap:.7rem;background:var(--dark2);border:1px solid rgba(201,169,110,.08);border-radius:4px;padding:.95rem 1.1rem;font-size:.85rem;color:var(--text);line-height:1.5;transition:border-color .2s}.sd__feature:hover{border-color:#c9a96e38}.sd__feature-dot{color:var(--gold);font-size:.48rem;margin-top:.45rem;flex-shrink:0}.sd__steps{display:flex;flex-direction:column;gap:.85rem;margin-bottom:3rem}.sd__step{display:flex;gap:1.4rem;align-items:flex-start;background:var(--dark2);border:1px solid rgba(201,169,110,.08);border-radius:4px;padding:1.3rem 1.5rem;transition:border-color .2s}.sd__step:hover{border-color:#c9a96e33}.sd__step-num{font-family:Cormorant Garamond,serif;font-size:2.2rem;font-weight:300;color:#c9a96e40;line-height:1;flex-shrink:0;width:2.2rem;text-align:center}.sd__step h4{font-family:Cormorant Garamond,serif;font-size:1.1rem;color:var(--white);margin-bottom:.3rem}.sd__step p{font-size:.84rem;color:var(--muted);line-height:1.65;margin:0}.sd__gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:3rem}.sd__gallery-img{border-radius:4px;overflow:hidden;border:1px solid rgba(201,169,110,.08)}.sd__gallery-img img{width:100%;height:auto;display:block;object-fit:contain;transition:transform .5s}.sd__gallery-img:hover img{transform:scale(1.03)}.sd__gallery-img:first-child{grid-column:span 2}.sd__videos{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1rem}.sd__video-card{background:var(--dark2);border:1px solid rgba(201,169,110,.1);border-radius:6px;overflow:hidden;display:flex;flex-direction:column;transition:border-color .25s;text-decoration:none}.sd__video-card:hover{border-color:#c9a96e4d}.sd__video-card--youtube{flex-direction:row!important;align-items:center;grid-column:1 / -1}.sd__video-card--youtube .sd__video-thumb{width:160px;height:100px;flex-shrink:0;aspect-ratio:unset}.sd__video-card--youtube .sd__video-info{border-top:none;border-left:1px solid rgba(255,255,255,.05);padding:1rem 1.2rem}.sd__video-player{width:100%;aspect-ratio:9 / 16;object-fit:contain;display:block;background:#000}.sd__video-thumb{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden;background:var(--dark3)}.sd__video-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.sd__video-card:hover .sd__video-thumb img{transform:scale(1.05)}.sd__video-play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0000004d;transition:background .2s}.sd__video-card:hover .sd__video-play{background:#00000026}.sd__video-play-btn{width:44px;height:44px;background:#c9a96ee6;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--dark);font-size:1rem;padding-left:4px;transition:transform .2s}.sd__video-card:hover .sd__video-play-btn{transform:scale(1.1)}.sd__video-info{padding:.65rem .8rem;border-top:1px solid rgba(255,255,255,.05)}.sd__video-title{font-family:Cormorant Garamond,serif;font-size:.9rem;color:var(--white);margin-bottom:.15rem;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sd__video-sub{font-size:.72rem;color:var(--muted)}@media (max-width: 900px){.sd__videos{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.sd__videos{grid-template-columns:1fr;gap:.75rem}.sd__video-player{aspect-ratio:9 / 16;width:100%;object-fit:contain}.sd__video-card--youtube .sd__video-thumb{width:120px;height:80px}}.sd__sidebar{position:sticky;top:calc(var(--nav-h) + 1.5rem)}.sd__price-card{background:var(--dark2);border:1px solid rgba(201,169,110,.15);border-radius:6px;overflow:hidden;margin-bottom:1.2rem}.sd__price-card-top{padding:1.5rem;background:linear-gradient(135deg,#c9a96e1a,#c9a96e08);border-bottom:1px solid rgba(201,169,110,.1)}.sd__price-tag{font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);margin-bottom:.35rem}.sd__price-val{font-family:Cormorant Garamond,serif;font-size:2.1rem;color:var(--gold);font-weight:300;line-height:1}.sd__price-from{font-size:.72rem;font-family:Jost,sans-serif;color:var(--muted);margin-top:.25rem;letter-spacing:.05em}.sd__price-card-btns{padding:1.2rem 1.5rem;display:flex;flex-direction:column;gap:.75rem}.sd__contact-card{background:var(--dark2);border:1px solid rgba(201,169,110,.1);border-radius:6px;padding:1.4rem;margin-bottom:1.2rem}.sd__contact-card h4{font-family:Cormorant Garamond,serif;font-size:1.15rem;color:var(--white);margin-bottom:1rem}.sd__contact-row{display:flex;align-items:center;gap:.7rem;font-size:.84rem;color:var(--muted);margin-bottom:.55rem}.sd__contact-row a{color:var(--text);transition:color .2s}.sd__contact-row a:hover{color:var(--gold)}.sd__hours-card{background:var(--dark2);border:1px solid rgba(201,169,110,.08);border-radius:6px;padding:1.4rem}.sd__hours-card h4{font-family:Cormorant Garamond,serif;font-size:1.1rem;color:var(--white);margin-bottom:1rem}.sd__hours-row{display:flex;justify-content:space-between;font-size:.82rem;padding:.35rem 0;border-bottom:1px solid rgba(255,255,255,.04);color:var(--muted)}.sd__hours-row span:last-child{color:var(--text)}.sd__others{background:var(--dark2);border-top:1px solid rgba(201,169,110,.08);padding:5rem 0}.sd__others-inner{max-width:1200px;margin:0 auto;padding:0 2rem}.sd__others-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.1rem;margin-top:2.5rem}.sd__other-card{background:var(--dark3);border:1px solid rgba(201,169,110,.08);border-radius:4px;overflow:hidden;cursor:pointer;transition:border-color .25s,transform .25s}.sd__other-card:hover{border-color:#c9a96e47;transform:translateY(-3px)}.sd__other-card img{width:100%;height:250px;object-fit:cover;transition:transform .4s}.sd__other-card:hover img{transform:scale(1.05)}.sd__other-body{padding:.85rem 1rem}.sd__other-body h4{font-family:Cormorant Garamond,serif;font-size:.95rem;color:var(--white);margin-bottom:.2rem;line-height:1.3}.sd__other-body span{font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold)}@media (max-width: 1024px){.sd__body{grid-template-columns:1fr;gap:3rem}.sd__sidebar{position:static}.sd__facts-inner{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.sd__facts-inner{grid-template-columns:1fr 1fr;padding:0;gap:1px}.sd__fact{padding:1rem;gap:.6rem;flex-direction:column;align-items:flex-start;text-align:left}.sd__fact-icon{font-size:1.1rem}.sd__fact-label{font-size:.58rem}.sd__fact-val{font-size:.95rem}.sd__title{font-size:1.9rem}.sd__tagline{font-size:.88rem}.sd__hero-inner{padding:0 1.2rem 3rem}.sd__hero-btns{flex-direction:column;gap:.75rem}.sd__hero-btns a{text-align:center}.sd__body{padding:3rem 1.2rem}.sd__section-title{font-size:1.5rem}.sd__features,.sd__gallery{grid-template-columns:1fr}.sd__gallery-img:first-child{grid-column:span 1;aspect-ratio:unset}.sd__video-thumb{width:110px;height:75px}.sd__video-title{font-size:.9rem}.sd__others{padding:3rem 0}.sd__others-inner{padding:0 1.2rem}.sd__others-grid{grid-template-columns:repeat(2,1fr)}.sd__price-card-btns{padding:1rem}}.sd__section-accordion{margin-bottom:3rem;border:1px solid rgba(201,169,110,.15);border-radius:6px;overflow:hidden;background:var(--dark2)}.sd__sec-acc-header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.4rem 1.8rem;background:none;border:none;cursor:pointer;text-align:left;transition:background .2s;gap:1rem}.sd__sec-acc-header:hover{background:#c9a96e0a}.sd__sec-acc-header.open{background:#c9a96e0d;border-bottom:1px solid rgba(201,169,110,.12)}.sd__sec-acc-title{font-family:Cormorant Garamond,serif;font-size:1.8rem;font-weight:300;color:var(--white);line-height:1.2}.sd__sec-acc-arrow{font-size:1.6rem;color:var(--gold);flex-shrink:0;line-height:1;width:1.6rem;text-align:center;transition:transform .3s ease}.sd__sec-acc-header.open .sd__sec-acc-arrow{transform:rotate(0)}.sd__sec-acc-body{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1)}.sd__sec-acc-body.open{max-height:3000px}.sd__sec-acc-body .sd__steps{padding:1.5rem 1.8rem 1.8rem;display:flex;flex-direction:column;gap:.85rem}@media (max-width: 900px){.sd__hero{padding-top:200px}.sd__hero-bg{background-size:cover;background-position:95% center}}@media (max-width: 700px){.sd__hero{min-height:60px}.sd__hero-btns{display:none}.sd__hero-overlay{background:linear-gradient(to right,#0a0806eb,#0a0806cc 0%,#0a080659 100%,#0a08061a 0%)}}@media (max-width: 400px){.sd__breadcrumb{display:none}}@keyframes sd-pulse{0%,to{opacity:1}50%{opacity:.4}}.sd__skel-pulse{background:#c9a96e14;border-radius:4px;animation:sd-pulse 1.6s ease-in-out infinite}.sd__skeleton{min-height:100vh;background:var(--dark)}.sd__skel-hero{padding-top:var(--nav-h);height:460px;background:var(--dark2);display:flex;align-items:flex-end}.sd__skel-hero-inner{padding:2.5rem 5vw;width:100%;display:flex;flex-direction:column;gap:1rem}.sd__skel-breadcrumb{width:180px;height:14px}.sd__skel-title{width:60%;height:48px;border-radius:6px}.sd__skel-subtitle{width:40%;height:18px}.sd__skel-btns{display:flex;gap:1rem;margin-top:.5rem}.sd__skel-btn{width:160px;height:44px;border-radius:4px}.sd__skel-body{display:grid;grid-template-columns:1fr 320px;gap:2rem;max-width:1200px;margin:0 auto;padding:3rem 5vw}.sd__skel-left{display:flex;flex-direction:column;gap:1.2rem}.sd__skel-right{display:flex;flex-direction:column;gap:1rem}.sd__skel-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:.5rem}.sd__skel-stat{height:80px;border-radius:6px}.sd__skel-section-title{width:200px;height:28px;border-radius:4px}.sd__skel-line{height:14px;width:100%;border-radius:3px}.sd__skel-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin:.5rem 0}.sd__skel-gallery-item{height:180px;border-radius:6px}.sd__skel-accordion{height:56px;border-radius:6px}.sd__skel-card{height:200px;border-radius:8px}.sd__skel-card-sm{height:140px;border-radius:8px}@media (max-width: 900px){.sd__skel-body{grid-template-columns:1fr}.sd__skel-right{display:none}.sd__skel-stats{grid-template-columns:repeat(2,1fr)}.sd__skel-title{width:90%;height:36px}.sd__skel-gallery{grid-template-columns:repeat(2,1fr)}}
