.nav{z-index:100;-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--line);background:#0b0b0dd1;position:sticky;top:0}.nav:before{content:"";background:var(--gold-grad);height:2px;position:absolute;top:0;left:0;right:0}.nav-inner{justify-content:space-between;align-items:center;height:76px;display:flex}.brand{letter-spacing:.02em;align-items:center;gap:.7rem;font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:700;display:flex}.brand .mark{flex:none;width:30px;height:30px}.brand b{color:var(--gold);font-weight:700}.nav-menu{align-items:center;gap:2.2rem;list-style:none;display:flex}.nav-link{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);transition:color .3s var(--ease);padding:.4rem 0;font-family:Manrope,sans-serif;font-size:.88rem;font-weight:600;display:inline-block;position:relative}.nav-link:after{content:"";background:var(--gold-grad);width:0;height:2px;transition:width .35s var(--ease);position:absolute;bottom:-2px;left:0}.nav-link:hover{color:var(--bone)}.nav-link.active{color:var(--gold)}.nav-link.active:after{width:100%}.burger{flex-direction:column;gap:5px;padding:8px;display:none}.burger span{background:var(--bone);width:24px;height:2px;transition:transform .3s var(--ease), opacity .3s var(--ease);display:block}.burger.open span:first-child{transform:translateY(7px)rotate(45deg)}.burger.open span:nth-child(2){opacity:0}.burger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=720px){.burger{display:flex}.nav-menu{background:var(--onyx);border-bottom:1px solid var(--line);padding:0 var(--gutter);max-height:0;transition:max-height .4s var(--ease), padding .4s var(--ease);flex-direction:column;align-items:flex-start;gap:0;position:absolute;top:76px;left:0;right:0;overflow:hidden}.nav-menu.open{max-height:360px;padding:.5rem var(--gutter) 1.5rem}.nav-menu li{width:100%}.nav-link{border-bottom:1px solid var(--line);width:100%;padding:1rem 0;display:block}.nav-link:after{display:none}}.footer{border-top:1px solid var(--line);background:var(--graphite);padding-block:3rem 2rem}.footer-grid{grid-template-columns:1.4fr 1fr 1fr;gap:2.5rem;margin-bottom:2.5rem;display:grid}.footer h4{letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;font-family:Manrope,sans-serif;font-size:.78rem}.footer p{color:var(--muted);font-size:.92rem;line-height:1.9}.footer .f-brand{color:var(--bone);margin-bottom:.8rem;font-family:Cormorant Garamond,serif;font-size:1.6rem}.footer .f-brand b{color:var(--gold)}.footer-links,.footer-contact{color:var(--muted);flex-direction:column;font-size:.92rem;line-height:1.9;display:flex}.footer a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid var(--line);color:var(--muted);flex-wrap:wrap;justify-content:space-between;gap:1rem;padding-top:1.8rem;font-size:.82rem;display:flex}@media (width<=900px){.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=560px){.footer-grid{grid-template-columns:1fr}}:root{--onyx:#0b0b0d;--graphite:#121317;--slate:#181a20;--line:#2a2d36;--gold:#c9a24b;--gold-soft:#e6cd86;--bone:#ece7dd;--muted:#9a958a;--gold-grad:linear-gradient(90deg, var(--gold), var(--gold-soft));--max:1180px;--gutter:clamp(1.25rem, 4vw, 3rem);--ease:cubic-bezier(.22, 1, .36, 1);--z-base:0;--z-sticky:10;--z-dropdown:100;--z-drawer:200;--z-modal:300;color:var(--bone);background:var(--onyx);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:16px/1.65 Manrope,system-ui,sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:auto}body{min-height:100svh;overflow-x:hidden}#root{flex-direction:column;min-height:100svh;display:flex}.main-content{flex-direction:column;flex:1;display:flex}h1,h2,h3{letter-spacing:.01em;font-family:Cormorant Garamond,Georgia,serif;font-weight:600;line-height:1.08}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:inherit;font-size:inherit;color:inherit;cursor:pointer;background:0 0;border:none}.shell{width:100%;max-width:var(--max);padding-inline:var(--gutter);margin-inline:auto}.eyebrow{letter-spacing:.28em;text-transform:uppercase;color:var(--gold);align-items:center;gap:.7rem;margin-bottom:1.25rem;font-size:.72rem;font-weight:600;display:inline-flex}.eyebrow:before{content:"";background:var(--gold-grad);width:26px;height:1px;display:inline-block}.vein{background:linear-gradient(90deg, transparent, var(--line) 12%, var(--gold) 50%, var(--line) 88%, transparent);opacity:.6;width:100%;height:1px}.btn{letter-spacing:.04em;cursor:pointer;transition:transform .35s var(--ease), box-shadow .35s var(--ease), color .35s var(--ease), border-color .35s var(--ease), background .35s var(--ease);border:1px solid #0000;border-radius:2px;justify-content:center;align-items:center;gap:.6rem;padding:.95rem 1.8rem;font-family:Manrope,sans-serif;font-size:.92rem;font-weight:600;display:inline-flex;position:relative}.btn-gold{background:var(--gold-grad);color:var(--onyx);box-shadow:0 8px 30px -12px #c9a24bb3}.btn-gold:hover{transform:translateY(-3px);box-shadow:0 16px 40px -14px #c9a24be6}.btn-ghost{color:var(--bone);border-color:var(--line);background:0 0}.btn-ghost:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-3px)}.btn svg{flex:none;width:18px;height:18px}@keyframes riseIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.reveal .animate-target{animation:riseIn .7s var(--ease) both}.reveal .animate-target:nth-child(2){animation-delay:80ms}.reveal .animate-target:nth-child(3){animation-delay:.16s}.reveal .animate-target:nth-child(4){animation-delay:.24s}.section{padding-block:clamp(3.5rem,8vw,6.5rem)}.hero{align-items:center;min-height:calc(100vh - 76px);display:flex;position:relative;overflow:hidden}.hero-bg{background-image:linear-gradient(105deg,#0b0b0df7 0%,#0b0b0dd1 42%,#0b0b0d73 100%),url(/assets/hero-bg-CUUFEIZ4.webp);background-position:50%;background-size:cover;animation:18s ease-in-out infinite alternate slowZoom;position:absolute;inset:0}@keyframes slowZoom{0%{transform:scale(1)}to{transform:scale(1.07)}}.hero-content{z-index:2;max-width:660px;padding-block:3rem;position:relative}.hero h1{margin-block:1rem;font-size:clamp(2.8rem,7vw,5rem)}.hero h1 em{color:var(--gold);font-style:italic}.hero p{color:var(--muted);max-width:52ch;margin-bottom:2.2rem;font-size:1.12rem}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.hero-chips{flex-wrap:wrap;gap:1.5rem;margin-top:2.6rem;display:flex}.hero-chips span{letter-spacing:.05em;color:var(--bone);text-transform:uppercase;align-items:center;gap:.5rem;font-size:.82rem;display:flex}.hero-chips span:before{content:"";background:var(--gold);width:6px;height:6px;display:inline-block;transform:rotate(45deg)}.section-head{max-width:640px;margin-bottom:3rem}.section-head h2{font-size:clamp(2.1rem,5vw,3.2rem)}.section-head p{color:var(--muted);margin-top:1rem;font-size:1.05rem}.feature-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.feature{background:var(--graphite);border:1px solid var(--line);transition:transform .4s var(--ease), border-color .4s var(--ease);border-radius:4px;padding:2.2rem 1.8rem}.feature:hover{border-color:var(--gold);transform:translateY(-6px)}.feature .ico{width:52px;height:52px;color:var(--gold);background:#c9a24b14;border:1px solid #c9a24b8c;border-radius:50%;place-items:center;margin-bottom:1rem;display:grid}.feature h3{color:var(--bone);margin-bottom:.5rem;font-size:1.5rem}.feature p{color:var(--muted);font-size:.96rem}.split{grid-template-columns:1.15fr .85fr;align-items:center;gap:clamp(2rem,5vw,4.5rem);display:grid}.stat-panel{background:var(--graphite);border:1px solid var(--line);border-radius:6px;padding:2rem 2.5rem}.stat{border-bottom:1px solid var(--line);align-items:center;gap:1.25rem;padding-block:1.2rem;display:flex}.stat:first-child{padding-top:0}.stat:last-child{border-bottom:none;padding-bottom:0}.stat .num{color:var(--gold);min-width:4.8ch;font-family:Cormorant Garamond,serif;font-size:clamp(1.9rem,4vw,2.6rem);font-weight:700;line-height:1}.stat-icon{width:46px;height:46px;color:var(--gold);background:#c9a24b14;border:1px solid #c9a24b8c;border-radius:50%;flex:none;place-items:center;display:grid}.stat .lbl{color:var(--muted);font-size:.95rem}.prose p{color:var(--muted);margin-bottom:1.1rem}.prose p strong{color:var(--bone);font-weight:600}.values{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2.5rem;display:grid}.value{background:var(--slate);border:1px solid var(--line);transition:border-color .4s var(--ease);border-radius:4px;align-items:center;gap:1.1rem;padding:1.6rem;display:flex}.value:hover{border-color:var(--gold)}.value .v-ico{border:1px solid var(--gold);width:44px;height:44px;color:var(--gold);border-radius:50%;flex:none;place-items:center;display:grid}.value h3{color:var(--bone);margin-bottom:.3rem;font-size:1.3rem}.value p{color:var(--muted);font-size:.92rem}.service-grid{grid-template-columns:repeat(2,1fr);gap:1.8rem;display:grid}.service-card{background:var(--slate);border:1px solid var(--line);transition:transform .45s var(--ease), border-color .45s var(--ease);border-radius:6px;padding:2.6rem;position:relative;overflow:hidden}.service-card:before{content:"";background:var(--gold-grad);transform-origin:top;width:3px;height:100%;transition:transform .5s var(--ease);position:absolute;top:0;left:0;transform:scaleY(0)}.service-card:hover{border-color:var(--gold);transform:translateY(-8px)}.service-card:hover:before{transform:scaleY(1)}.service-card .s-ico{width:54px;height:54px;color:var(--gold);background:#c9a24b14;border:1px solid #c9a24b8c;border-radius:50%;place-items:center;margin-bottom:1.2rem;display:grid}.service-card h3{color:var(--bone);margin-bottom:.8rem;font-size:1.9rem}.service-card p{color:var(--muted);margin-bottom:1.4rem}.service-card ul{gap:.6rem;list-style:none;display:grid}.service-card li{color:var(--bone);align-items:center;gap:.7rem;font-size:.92rem;display:flex}.service-card li svg{width:16px;height:16px;color:var(--gold);flex:none}.process{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem;display:grid}.step{border:1px solid var(--line);background:var(--graphite);border-radius:4px;padding:1.3rem 1.8rem 1.8rem}.step .n{color:var(--gold);font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:700}.step h3{color:var(--bone);margin:.6rem 0 .4rem;font-size:1.25rem}.step p{color:var(--muted);font-size:.9rem}.contact-note{color:var(--muted);margin-top:1.5rem;font-size:.9rem}@media (width<=900px){.feature-grid,.process{grid-template-columns:repeat(2,1fr)}.split{grid-template-columns:1fr}}@media (width<=560px){.feature-grid,.process,.values,.service-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.section-head{margin-bottom:2rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}a:focus-visible,button:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.visually-hidden:focus{clip:auto;white-space:normal;background:var(--onyx);width:auto;height:auto;color:var(--gold);z-index:300;margin:0;padding:1rem;position:static;overflow:visible}
