*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0A0A08;--bg2:#111110;--bg3:#181816;--card:#161614;--text:#F2EDE4;--text2:#8A8278;--gold:#C8973A;--goldl:#E0B55A;--cream:#E8DFD0;--green:#2D5A3D;--border:rgba(200,151,58,.15);--border2:rgba(242,237,228,.08)}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:DM Sans,sans-serif;font-weight:300;line-height:1.7;overflow-x:hidden}a{text-decoration:none;color:inherit}nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.4rem 4rem;transition:all .4s ease}nav.scrolled{background:#0a0a08e0;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border2);padding:1rem 4rem}.nav-logo{font-family:Cormorant Garamond,serif;font-size:1.75rem;font-weight:400;letter-spacing:.08em}.nav-logo span{color:var(--gold)}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-links a{color:var(--text2);font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;transition:color .2s}.nav-links a:hover{color:var(--text)}.nav-cta{background:transparent;border:1px solid var(--gold);color:var(--gold);padding:.55rem 1.5rem;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:all .25s;font-family:DM Sans,sans-serif}.nav-cta:hover{background:var(--gold);color:var(--bg)}#hero{position:relative;height:100vh;min-height:700px;display:flex;align-items:center;overflow:hidden}#hero-canvas{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;transform:scale(1.04);transition:opacity 1.2s ease}.hero-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0a0a08ed 35%,#0a0a0859)}.hero-content{position:relative;z-index:2;max-width:680px;padding:0 4rem}.hero-overline{font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:1.4rem;opacity:0;animation:fadeUp .8s ease forwards .3s}.hero-h1{font-family:Cormorant Garamond,serif;font-size:clamp(3rem,6.5vw,5.8rem);font-weight:300;line-height:1.08;margin-bottom:1.4rem;opacity:0;animation:fadeUp .9s ease forwards .5s}.hero-h1 em{font-style:italic;color:var(--goldl)}.hero-p{font-size:.95rem;color:var(--text2);max-width:420px;margin-bottom:2.4rem;opacity:0;animation:fadeUp .9s ease forwards .7s;line-height:1.8}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;opacity:0;animation:fadeUp .9s ease forwards .9s}.btn-primary{background:var(--gold);color:var(--bg);padding:.85rem 2.2rem;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;border:none;cursor:pointer;transition:all .25s;font-family:DM Sans,sans-serif;display:inline-block}.btn-primary:hover{background:var(--goldl);transform:translateY(-2px)}.btn-outline{background:transparent;color:var(--text);padding:.85rem 2.2rem;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;border:1px solid rgba(242,237,228,.3);cursor:pointer;transition:all .25s;font-family:DM Sans,sans-serif;display:inline-block}.btn-outline:hover{border-color:var(--text);background:#f2ede40d}.scroll-ind{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;z-index:2;opacity:0;animation:fadeIn 1s ease forwards 1.5s}.scroll-ind span{font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;color:var(--text2)}.scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,var(--gold),transparent);animation:scrollPulse 2s ease infinite}.mq-wrap{border-top:1px solid var(--border2);border-bottom:1px solid var(--border2);background:var(--bg2);overflow:hidden;padding:.9rem 0}.mq-track{display:flex;animation:mqLeft 32s linear infinite;width:max-content}.mq-item{display:flex;align-items:center;gap:1.5rem;padding:0 2rem;white-space:nowrap}.mq-text{font-family:Cormorant Garamond,serif;font-size:1.05rem;color:var(--text2);letter-spacing:.04em}.mq-dot{width:4px;height:4px;background:var(--gold);border-radius:50%;flex-shrink:0}.section-label{font-size:.65rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;display:block}.section-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,4vw,3.5rem);font-weight:300;line-height:1.15;color:var(--text);margin-bottom:1.5rem}.section-title em{font-style:italic;color:var(--goldl)}.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:translateY(0)}.d1{transition-delay:.1s}.d2{transition-delay:.2s}.d3{transition-delay:.3s}.d4{transition-delay:.4s}.intro-sec{padding:7rem 0}.intro{padding:0 4rem;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center;max-width:1300px;margin:0 auto}.intro p{color:var(--text2);line-height:1.9;font-size:.95rem;margin-bottom:1rem}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:2px}.stat-card{background:var(--bg3);padding:1.8rem;border:1px solid var(--border2)}.stat-num{font-family:Cormorant Garamond,serif;font-size:2.8rem;font-weight:300;color:var(--gold);line-height:1;margin-bottom:.3rem}.stat-lbl{font-size:.72rem;color:var(--text2);letter-spacing:.06em}.feat{padding:5rem 4rem 7rem;background:var(--bg2)}.feat-hd{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2.5rem}.feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.fc{position:relative;aspect-ratio:3/4;overflow:hidden;cursor:pointer}.fc-img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.fc:hover .fc-img{transform:scale(1.08)}.fc-ov{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0a0a08e6 30%,#0a0a081a);transition:background .4s}.fc:hover .fc-ov{background:linear-gradient(to top,#0a0a08f2 40%,#0a0a0859)}.fc-ct{position:absolute;bottom:0;left:0;right:0;padding:1.8rem}.fc-tag{font-size:.6rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);display:block;margin-bottom:.4rem}.fc-name{font-family:Cormorant Garamond,serif;font-size:1.75rem;font-weight:400;color:var(--text);line-height:1.2;margin-bottom:.9rem}.fc-btn{display:inline-flex;align-items:center;gap:.4rem;font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);opacity:0;transform:translateY(8px);transition:all .3s}.fc:hover .fc-btn{opacity:1;transform:translateY(0)}.all-sec{padding:7rem 4rem}.fl-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:1px;background:var(--border2);border:1px solid var(--border2);margin-top:3rem}.sc{position:relative;aspect-ratio:4/3;overflow:hidden;cursor:pointer;background:var(--card)}.sc-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;transition:transform .5s ease}.sc:hover .sc-bg{transform:scale(1.1)}.sc-ov{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a0a0880;transition:background .3s}.sc:hover .sc-ov{background:#0a0a08b8}.sc-ct{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;padding:1.3rem}.sc-tag{font-size:.58rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:.35rem}.sc-name{font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:400;color:var(--text);line-height:1.2;margin-bottom:.7rem}.sc-act{display:flex;align-items:center;justify-content:space-between;opacity:0;transform:translateY(6px);transition:all .3s}.sc:hover .sc-act{opacity:1;transform:translateY(0)}.sc-order{font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold)}.sc-plus{width:26px;height:26px;border:1px solid var(--gold);color:var(--gold);display:flex;align-items:center;justify-content:center;font-size:1.1rem;transition:all .2s}.sc:hover .sc-plus{background:var(--gold);color:var(--bg)}.cat-tabs{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin:2.5rem 0 0}.cat-tab{background:transparent;border:1px solid var(--border2);color:var(--text2);padding:.45rem 1.1rem;font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;font-family:DM Sans,sans-serif;transition:all .2s}.cat-tab:hover{border-color:var(--gold);color:var(--text)}.cat-tab.active{background:var(--gold);border-color:var(--gold);color:var(--bg)}.fb{position:relative;height:70vh;min-height:480px;overflow:hidden}.fb img{width:100%;height:100%;object-fit:cover;display:block}.fb-ov{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;padding:4rem}.fb-text{max-width:580px}.proc{padding:7rem 4rem;background:var(--bg2)}.proc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-top:4rem}.step{border-top:1px solid var(--border);padding-top:2rem}.step-num{font-family:Cormorant Garamond,serif;font-size:3.5rem;font-weight:300;color:#c8973a33;line-height:1;margin-bottom:1.5rem}.step-title{font-family:Cormorant Garamond,serif;font-size:1.45rem;font-weight:400;color:var(--text);margin-bottom:.7rem}.step-text{font-size:.83rem;color:var(--text2);line-height:1.85}.ord{padding:8rem 4rem;background:var(--bg3);text-align:center;border-top:1px solid var(--border2);border-bottom:1px solid var(--border2)}.ord-sub{color:var(--text2);font-size:.95rem;margin-bottom:3rem;max-width:460px;margin-left:auto;margin-right:auto}.ord-form{display:flex;gap:1rem;max-width:480px;margin:0 auto 1.2rem}.ord-input{flex:1;background:var(--bg2);border:1px solid var(--border2);color:var(--text);padding:.85rem 1.1rem;font-family:DM Sans,sans-serif;font-size:.83rem;outline:none;transition:border-color .2s}.ord-input::placeholder{color:var(--text2)}.ord-input:focus{border-color:var(--gold)}.ord-note{font-size:.72rem;color:var(--text2)}.badges{display:flex;gap:2.5rem;justify-content:center;margin-top:3rem;flex-wrap:wrap}.badge{text-align:center}.badge-val{font-family:Cormorant Garamond,serif;font-size:1.05rem;color:var(--text);margin-bottom:.25rem}.badge-lbl{font-size:.7rem;color:var(--text2)}.divider-v{width:1px;background:var(--border2)}footer{background:var(--bg);padding:4rem;border-top:1px solid var(--border2)}.ft-inner{display:grid;grid-template-columns:1.6fr repeat(4,1fr);gap:3rem;margin-bottom:3.5rem}.ft-brand{font-family:Cormorant Garamond,serif;font-size:1.9rem;font-weight:300;color:var(--text);margin-bottom:.9rem}.ft-brand span{color:var(--gold)}.ft-tagline{font-size:.78rem;color:var(--text2);line-height:1.75;max-width:210px}.ft-col h4{font-size:.62rem;letter-spacing:.16em;text-transform:uppercase;color:var(--text2);margin-bottom:1.4rem}.ft-col ul{list-style:none;display:flex;flex-direction:column;gap:.65rem}.ft-col a{color:var(--text2);font-size:.82rem;transition:color .2s}.ft-col a:hover{color:var(--text)}.ft-admin-btn{background:none;border:none;color:var(--text2);font-size:.82rem;font-family:DM Sans,sans-serif;cursor:pointer;padding:0;text-align:left;transition:color .2s}.ft-admin-btn:hover{color:var(--gold)}.ft-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid var(--border2)}.ft-bottom p{font-size:.73rem;color:var(--text2)}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scrollPulse{0%,to{opacity:1}50%{opacity:.35}}@keyframes mqLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}.preloader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:var(--bg);display:flex;align-items:center;justify-content:center}.preloader-inner{text-align:center}.preloader-word{display:flex;gap:.04em;justify-content:center;margin-bottom:1.2rem}.preloader-letter{font-family:Cormorant Garamond,serif;font-size:clamp(3rem,8vw,6rem);font-weight:300;color:var(--text);display:inline-block}.preloader-letter:nth-child(5)~.preloader-letter{color:var(--gold)}.preloader-line{height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);width:200px;margin:0 auto;transform-origin:left}.preloader-sub{font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;color:var(--text2);margin-top:1rem}@media (pointer:fine){body,a,button,.fc,.sc{cursor:none}}.cursor-dot{position:fixed;top:0;left:0;width:6px;height:6px;background:var(--gold);border-radius:50%;pointer-events:none;z-index:9998}.cursor-ring{position:fixed;top:0;left:0;width:36px;height:36px;border:1px solid rgba(200,151,58,.5);border-radius:50%;pointer-events:none;z-index:9997}.scroll-progress{position:fixed;top:0;left:0;right:0;height:2px;background:var(--gold);z-index:200;transform-origin:left}.nav-right{display:flex;align-items:center;gap:1rem}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px;z-index:201}.hamburger span{display:block;width:22px;height:1.5px;background:var(--text);transition:all .35s ease;transform-origin:center}.hamburger.open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:199;background:var(--bg);display:flex;flex-direction:column;justify-content:center;padding:6rem 2rem 3rem}.mobile-nav{display:flex;flex-direction:column;gap:0}.mobile-link{font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,8vw,3.5rem);font-weight:300;color:var(--text);display:flex;align-items:baseline;gap:1rem;padding:.6rem 0;border-bottom:1px solid var(--border2);text-decoration:none;transition:color .2s}.mobile-link:hover{color:var(--gold)}.mobile-link-num{font-family:DM Sans,sans-serif;font-size:.65rem;letter-spacing:.18em;color:var(--text2);margin-top:.2rem}.mobile-cta{margin-top:2.5rem;width:100%;justify-content:center;font-size:.8rem}.mobile-footer-brand{margin-top:auto;font-family:Cormorant Garamond,serif;font-size:.9rem;color:var(--text2);padding-top:2rem}.mobile-footer-brand span{color:var(--gold)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:#0a0a08d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal{position:fixed;top:0;right:0;bottom:0;left:0;margin:auto;z-index:301;background:var(--bg3);border:1px solid var(--border2);width:min(92vw,860px);height:fit-content;max-height:90vh;overflow-y:auto;display:grid;grid-template-columns:1fr 1fr}.modal-close{position:absolute;top:1rem;right:1rem;background:#f2ede414;border:none;color:var(--text);width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s;border-radius:50%}.modal-close:hover{background:#f2ede426}.modal-img-wrap{position:relative;height:100%;min-height:300px}.modal-img{width:100%;height:100%;object-fit:cover;display:block}.modal-gradient{width:100%;height:100%}.modal-img-ov{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,transparent 60%,var(--bg3))}.modal-body{padding:2.5rem}.modal-tag{font-size:.6rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);display:block;margin-bottom:.6rem}.modal-name{font-family:Cormorant Garamond,serif;font-size:2.2rem;font-weight:300;color:var(--text);line-height:1.1;margin-bottom:1rem}.modal-desc{font-size:.85rem;color:var(--text2);line-height:1.85;margin-bottom:1.5rem}.modal-specs{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--border2);border:1px solid var(--border2);margin-bottom:1.8rem}.modal-spec{background:var(--bg2);padding:.8rem 1rem}.modal-spec-key{font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text2);display:block;margin-bottom:.2rem}.modal-spec-val{font-size:.85rem;color:var(--text)}.modal-actions{display:flex;gap:.8rem;flex-wrap:wrap}.testi-sec{padding:7rem 4rem;background:var(--bg)}.testi-hd{max-width:500px;margin:0 auto 3.5rem;text-align:center}.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1300px;margin:0 auto}.testi-card{background:var(--bg3);border:1px solid var(--border2);padding:2rem;position:relative;transition:border-color .3s}.testi-card:hover{border-color:var(--border)}.testi-quote-mark{font-family:Cormorant Garamond,serif;font-size:5rem;line-height:.8;color:var(--gold);opacity:.25;margin-bottom:.5rem}.testi-quote{font-size:.88rem;color:var(--text2);line-height:1.9;margin-bottom:1.5rem}.testi-author{display:flex;align-items:center;gap:.9rem}.testi-avatar{width:36px;height:36px;background:var(--border);border:1px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Cormorant Garamond,serif;font-size:1.1rem;color:var(--gold);flex-shrink:0}.testi-name{font-size:.85rem;color:var(--text);font-weight:400}.testi-role{font-size:.72rem;color:var(--text2);margin-top:.1rem}.back-to-top{position:fixed;bottom:6.5rem;right:1.8rem;z-index:150;width:42px;height:42px;background:var(--bg3);border:1px solid var(--border);color:var(--gold);display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%}.contact-fab{position:fixed;bottom:1.8rem;right:1.8rem;z-index:150;display:flex;align-items:center;gap:.6rem;background:var(--bg3);border:1px solid var(--gold);color:var(--gold);padding:.65rem 1.2rem;border-radius:50px;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;font-family:DM Sans,sans-serif;box-shadow:0 4px 24px #c8973a33}.contact-fab:hover{background:var(--gold);color:var(--bg)}.contact-fab-label{font-family:DM Sans,sans-serif}.contact-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:400;background:#0a0a08d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.contact-modal{position:fixed;top:0;right:0;bottom:0;left:0;margin:auto;z-index:401;background:var(--bg3);border:1px solid var(--border2);width:min(92vw,520px);height:fit-content;max-height:90vh;overflow-y:auto;padding:2.5rem}.contact-modal-close{position:absolute;top:1rem;right:1rem;background:#f2ede414;border:none;color:var(--text);width:34px;height:34px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s;border-radius:50%}.contact-modal-close:hover{background:#f2ede426}.contact-modal-hd{margin-bottom:2rem}.contact-modal-title{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:300;line-height:1.15;color:var(--text);margin:.4rem 0 .7rem}.contact-modal-title em{font-style:italic;color:var(--goldl)}.contact-modal-sub{font-size:.82rem;color:var(--text2);line-height:1.7}.contact-form{display:flex;flex-direction:column;gap:1.2rem}.cf-field{display:flex;flex-direction:column;gap:.4rem}.cf-label{font-size:.65rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text2)}.cf-input,.cf-textarea{background:var(--bg2);border:1px solid var(--border2);color:var(--text);padding:.8rem 1rem;font-family:DM Sans,sans-serif;font-size:.85rem;outline:none;transition:border-color .2s;resize:none}.cf-input::placeholder,.cf-textarea::placeholder{color:var(--text2)}.cf-input:focus,.cf-textarea:focus{border-color:var(--gold)}.cf-input--err{border-color:#c04020!important}.cf-error{font-size:.7rem;color:#c04020;margin-top:.1rem}.cf-submit{width:100%;justify-content:center;margin-top:.4rem}.contact-success{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem 0;text-align:center;color:var(--text2);font-size:.88rem;line-height:1.7}.admin-trigger{background:none;border:none;color:var(--text2);font-size:1rem;cursor:pointer;padding:.3rem .5rem;opacity:.4;transition:opacity .2s;line-height:1}.admin-trigger:hover{opacity:1}.admin-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9990;background:#000000b8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center}.admin-login-wrap{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}.admin-x-btn{background:none;border:1px solid var(--border2);color:var(--text2);width:34px;height:34px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.9rem;transition:border-color .18s,color .18s;flex-shrink:0}.admin-x-btn:hover{border-color:#f2ede44d;color:var(--text)}.admin-x-btn:focus-visible{outline:2px solid rgba(200,151,58,.5);outline-offset:2px}.admin-login-wrap .admin-x-btn{position:absolute;top:1.2rem;right:1.4rem}.admin-login-box{width:min(90vw,400px);text-align:center;display:flex;flex-direction:column;gap:1rem}.admin-login-logo{font-family:Cormorant Garamond,serif;font-size:2.8rem;font-weight:300;letter-spacing:.06em;line-height:1}.admin-login-logo span{color:var(--gold)}.admin-login-sub{font-size:.62rem;letter-spacing:.22em;text-transform:uppercase;color:var(--text2)}.af-login-btn{width:100%;margin-top:.2rem;padding:.75rem 1.5rem;font-size:.74rem}.admin-panel{background:var(--bg2);border:1px solid var(--border2);width:min(98vw,1120px);height:min(94vh,800px);display:flex;flex-direction:column;overflow:hidden;box-shadow:0 40px 100px #000000b8}.admin-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem;border-bottom:1px solid var(--border2);flex-shrink:0;gap:.8rem;background:var(--bg)}.admin-header-left{display:flex;align-items:center;gap:.75rem}.admin-logo-text{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:300;letter-spacing:.06em}.admin-logo-text span{color:var(--gold)}.admin-badge{font-size:.52rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);border:1px solid rgba(200,151,58,.35);padding:.18rem .5rem;opacity:.8}.admin-header-right{display:flex;align-items:center;gap:.5rem}.af-ghost-btn{background:none;border:1px solid var(--border2);color:var(--text2);padding:.4rem .9rem;font-size:.67rem;letter-spacing:.09em;cursor:pointer;font-family:DM Sans,sans-serif;transition:border-color .18s,color .18s;white-space:nowrap;min-height:32px}.af-ghost-btn:hover{border-color:#f2ede440;color:var(--text)}.af-ghost-btn:focus-visible{outline:2px solid rgba(200,151,58,.5);outline-offset:2px}.admin-body{display:grid;grid-template-columns:196px 1fr;flex:1;overflow:hidden}.admin-sidebar{background:var(--bg);border-right:1px solid var(--border2);overflow-y:auto;display:flex;flex-direction:column;gap:2px;padding:.75rem .5rem}.admin-sidebar-label{font-size:.52rem;letter-spacing:.18em;text-transform:uppercase;color:var(--text2);opacity:.5;padding:.2rem .85rem .5rem;margin-top:.25rem}.admin-nav-btn{background:none;border:none;border-left:2px solid transparent;color:var(--text2);text-align:left;padding:0 .85rem;height:40px;min-height:40px;font-size:.76rem;letter-spacing:.02em;cursor:pointer;font-family:DM Sans,sans-serif;transition:color .15s ease-out,background .15s ease-out,border-color .15s ease-out;border-radius:2px;width:100%;display:flex;align-items:center}.admin-nav-btn:hover{color:var(--text);background:#f2ede40d;border-left-color:#c8973a40}.admin-nav-btn.active{color:var(--gold);background:#c8973a1a;border-left-color:var(--gold);font-weight:500}.admin-nav-btn:focus-visible{outline:2px solid rgba(200,151,58,.55);outline-offset:-2px}.admin-content{overflow-y:auto;padding:1.8rem 2rem;background:var(--bg2)}.af-section{padding-bottom:2.5rem}.af-sec-title{font-family:Cormorant Garamond,serif;font-size:1.35rem;font-weight:300;color:var(--text);margin-bottom:1.4rem;padding-bottom:.6rem;border-bottom:1px solid var(--border2)}.af-desc{font-size:.8rem;color:var(--text2);margin-bottom:1.2rem;line-height:1.7}.af-divider{height:1px;background:var(--border2);margin:2rem 0}.af-field{display:flex;flex-direction:column;gap:.38rem;margin-bottom:1.2rem}.af-label{font-size:.6rem;letter-spacing:.15em;text-transform:uppercase;color:var(--text2)}.af-hint{font-size:.68rem;color:var(--text2);opacity:.7}.af-input{background:var(--bg2);border:1px solid var(--border2);color:var(--text);padding:.65rem .85rem;font-family:DM Sans,sans-serif;font-size:.83rem;outline:none;transition:border-color .2s;width:100%}.af-input:focus{border-color:#c8973a8c}.af-input--err{border-color:#c04020b3!important}.af-textarea{background:var(--bg2);border:1px solid var(--border2);color:var(--text);padding:.65rem .85rem;font-family:DM Sans,sans-serif;font-size:.83rem;outline:none;transition:border-color .2s;width:100%;resize:vertical;min-height:80px}.af-textarea:focus{border-color:#c8973a8c}.af-select{background:var(--bg2);border:1px solid var(--border2);color:var(--text);padding:.65rem .85rem;font-family:DM Sans,sans-serif;font-size:.83rem;outline:none;transition:border-color .2s;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.af-select:focus{border-color:#c8973a8c}.af-err-msg{font-size:.73rem;color:#c04020;margin-top:.1rem}.af-save-btn{background:var(--gold);color:var(--bg);border:none;padding:.6rem 1.6rem;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;font-family:DM Sans,sans-serif;transition:all .2s;flex-shrink:0}.af-save-btn:hover{background:var(--goldl)}.af-save-btn--ok{background:#2a6b3a;color:#e2f4e8}.af-cancel-btn{background:transparent;border:1px solid var(--border2);color:var(--text2);padding:.6rem 1.2rem;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;font-family:DM Sans,sans-serif;transition:all .2s}.af-cancel-btn:hover{border-color:var(--text2);color:var(--text)}.af-edit-btn{background:transparent;border:1px solid var(--border2);color:var(--text2);padding:.28rem .65rem;font-size:.68rem;cursor:pointer;font-family:DM Sans,sans-serif;transition:all .2s}.af-edit-btn:hover{border-color:var(--gold);color:var(--gold)}.af-del-btn{background:transparent;border:none;color:var(--text2);padding:.3rem .5rem;font-size:.8rem;cursor:pointer;transition:color .2s}.af-del-btn:hover{color:#c04020}.af-outline-btn{background:transparent;border:1px solid var(--border2);color:var(--text2);padding:.45rem .9rem;font-size:.7rem;cursor:pointer;font-family:DM Sans,sans-serif;transition:all .2s;white-space:nowrap;flex-shrink:0}.af-outline-btn:hover{border-color:var(--gold);color:var(--gold)}.af-row-between{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.2rem}.af-form-actions{display:flex;gap:.6rem;margin-top:1rem}.af-inner-form{background:var(--bg2);border:1px solid var(--border2);padding:1.4rem;margin-bottom:1.4rem}.af-list{display:flex;flex-direction:column;gap:2px;margin-top:.4rem}.af-list-row{display:flex;align-items:center;gap:.9rem;background:var(--bg2);padding:.6rem .9rem;border:1px solid transparent;transition:border-color .2s}.af-list-row:hover{border-color:var(--border2)}.af-list-row--click{cursor:pointer}.af-list-row--sel{border-color:var(--gold)!important;background:#c8973a12}.af-list-thumb{width:46px;height:46px;border:1px solid var(--border2);overflow:hidden;flex-shrink:0}.af-list-thumb img{width:100%;height:100%;object-fit:cover;display:block}.af-list-info{flex:1;min-width:0}.af-list-name{font-size:.82rem;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.af-list-sub{font-size:.68rem;color:var(--text2);letter-spacing:.06em;margin-top:.15rem}.af-list-quote{font-style:italic}.af-list-actions{display:flex;align-items:center;gap:.3rem;flex-shrink:0}.af-featured-check{width:22px;height:22px;display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:.85rem;flex-shrink:0}.af-testi-avatar{width:36px;height:36px;background:#c8973a26;border:1px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;color:var(--gold);font-family:Cormorant Garamond,serif;flex-shrink:0}.af-img-row{display:flex;gap:.8rem;align-items:flex-start}.af-img-thumb{width:64px;height:64px;object-fit:cover;border:1px solid var(--border2);flex-shrink:0;display:block}.af-img-controls{display:flex;flex-direction:column;gap:.5rem;flex:1}.af-url-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-top:.5rem}.af-url-row .af-input{flex:1;min-width:0}.af-or{font-size:.68rem;color:var(--text2)}.af-gradient-preview{height:36px;margin-top:.4rem;border:1px solid var(--border2)}.af-hero-imgs{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:.4rem}.af-hero-img-item{position:relative;width:80px;height:58px;border:1px solid var(--border2);overflow:hidden;flex-shrink:0}.af-hero-img-item img{width:100%;height:100%;object-fit:cover;display:block}.af-hero-del{position:absolute;inset:0 0 auto auto;width:20px;height:20px;background:#0a0a08d1;border:none;color:var(--text2);font-size:.6rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .15s}.af-hero-del:hover{color:var(--text)}.af-step-block{border-top:1px solid var(--border2);padding-top:1.2rem;margin-top:1.2rem}.af-step-num{font-family:Cormorant Garamond,serif;font-size:2rem;color:#c8973a59;line-height:1;margin-bottom:.7rem}@media (max-width:768px){nav{padding:1.2rem 1.5rem}nav.scrolled{padding:.9rem 1.5rem}.nav-links{display:none}.hamburger{display:flex}.hero-content{padding:0 1.5rem}.intro-sec{padding:5rem 0}.intro{grid-template-columns:1fr;gap:3rem;padding:0 1.5rem}.feat{padding:5rem 1.5rem 6rem}.feat-grid{grid-template-columns:1fr}.all-sec{padding:5rem 1.5rem}.fl-grid{grid-template-columns:repeat(2,1fr)}.proc{padding:5rem 1.5rem}.proc-grid{grid-template-columns:1fr;gap:2rem}.ord{padding:5rem 1.5rem}.ord-form{flex-direction:column}footer{padding:3rem 1.5rem}.ft-inner{grid-template-columns:1fr 1fr;gap:2rem 1.5rem}.fb-ov{padding:2rem 1.5rem}.feat-hd{flex-direction:column;align-items:flex-start;gap:1rem}.testi-grid{grid-template-columns:1fr}.testi-sec{padding:5rem 1.5rem}.modal{grid-template-columns:1fr;width:96vw}.modal-img-wrap{min-height:220px;max-height:260px}.modal-img-ov{background:linear-gradient(to bottom,transparent 60%,var(--bg3))}.back-to-top{bottom:5.5rem;right:1.2rem}.contact-fab{bottom:1.2rem;right:1.2rem;padding:.7rem;border-radius:50%;width:48px;height:48px;justify-content:center}.contact-fab-label{display:none}.contact-modal{padding:1.8rem}}
