html{scroll-behavior:smooth}.hero{background:var(--black);color:var(--white);text-align:center;padding:100px 5% 80px;position:relative;overflow:hidden}.hero-glow{pointer-events:none;background:radial-gradient(80% 60% at 50% 120%,#c8a96e2e 0%,#0000 70%);position:absolute;inset:0}.hero-grid{pointer-events:none;opacity:.04;background-image:linear-gradient(var(--white) 1px, transparent 1px), linear-gradient(90deg, var(--white) 1px, transparent 1px);background-size:60px 60px;position:absolute;inset:0}.hero>:not(.hero-glow):not(.hero-grid){z-index:1;position:relative}.hero-tag{letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:1.25rem;font-size:.75rem;font-weight:600;display:inline-block}.hero h1{font-family:var(--serif);letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(2.8rem,6vw,5rem);font-weight:700;line-height:1.1}.hero h1 em{color:var(--gold);font-style:italic}.hero p{color:#ffffffb3;max-width:560px;margin:0 auto 2.5rem;font-size:1.1rem;line-height:1.75}.hero-btns{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn-primary{background:var(--white);color:var(--black);letter-spacing:.02em;border-radius:4px;padding:.85rem 2rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s}.btn-primary:hover{background:var(--gold);color:var(--black)}.btn-outline{color:var(--white);letter-spacing:.02em;border:1px solid #ffffff4d;border-radius:4px;padding:.85rem 2rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:border-color .2s,background .2s}.btn-outline:hover{border-color:var(--gold);background:#c8a96e1a}.services-page section{padding:90px 5%}.section-label{letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem;font-size:.72rem;font-weight:600;display:block}.section-heading{font-family:var(--serif);letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.15}.section-heading em{color:var(--gold);font-style:italic}.section-sub{color:var(--g700);max-width:540px;font-size:1rem;line-height:1.75}.section-head{margin-bottom:3.5rem}.services-overview{background:var(--off)}.services-grid{background:var(--g200);border:1.5px solid var(--g200);grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5px;display:grid}.service-card{background:var(--white);cursor:default;flex-direction:column;gap:.85rem;padding:2.25rem 2rem;transition:background .25s;display:flex;position:relative}.service-card:hover{background:var(--black)}.service-card:hover .svc-icon{color:var(--gold);background:#ffffff14}.service-card:hover .svc-title{color:var(--white)}.service-card:hover .svc-desc{color:#fff9}.service-card:hover .svc-link{color:var(--gold)}.svc-icon{background:var(--g100);width:44px;height:44px;color:var(--black);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;transition:background .25s,color .25s;display:flex}.svc-icon svg,.deep-badge-icon svg,.feature-icon svg{stroke:currentColor;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.svc-title{font-family:var(--serif);letter-spacing:-.02em;color:var(--black);font-size:1.2rem;font-weight:700;transition:color .25s}.svc-desc{color:var(--g700);flex:1;font-size:.9rem;line-height:1.7;transition:color .25s}.svc-link{letter-spacing:.08em;text-transform:uppercase;color:var(--black);align-items:center;gap:.4rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:color .25s;display:inline-flex}.service-deep{border-bottom:1px solid var(--g200)}.service-deep:last-child{border-bottom:none}.deep-inner{grid-template-columns:1fr 1.4fr;align-items:start;gap:5rem;display:grid}.deep-inner.reverse{direction:rtl}.deep-inner.reverse>*{direction:ltr}.deep-sticky{position:sticky;top:90px}.deep-badge{background:var(--black);color:var(--white);letter-spacing:.1em;text-transform:uppercase;border-radius:3px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.4rem .85rem .4rem .6rem;font-size:.75rem;font-weight:600;display:inline-flex}.deep-badge-icon{justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.deep-title{font-family:var(--serif);letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(1.75rem,3vw,2.4rem);font-weight:700;line-height:1.15}.deep-title em{color:var(--gold);font-style:italic}.deep-lead{color:var(--g700);margin-bottom:2rem;font-size:1rem;line-height:1.8}.deep-cta{background:var(--black);color:var(--white);border-radius:4px;padding:.75rem 1.75rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-block}.deep-cta:hover{background:var(--gold);color:var(--black)}.deep-cta-group{flex-wrap:wrap;gap:.85rem;margin-top:1.5rem;display:flex}.feature-list{flex-direction:column;gap:1.25rem;display:flex}.feature-item{border:1px solid var(--g200);background:var(--white);border-radius:6px;gap:1rem;padding:1.25rem 1.5rem;transition:border-color .2s,box-shadow .2s;display:flex}.feature-item:hover{border-color:var(--gold-lt);box-shadow:0 4px 20px #0000000a}.feature-icon{background:var(--off);width:36px;height:36px;color:var(--black);border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:flex}.feature-text h4{font-family:var(--serif);letter-spacing:-.01em;margin-bottom:.3rem;font-size:1rem;font-weight:700}.feature-text p{color:var(--g700);font-size:.875rem;line-height:1.65}.stack-pills{flex-wrap:wrap;gap:.5rem;margin-top:1.5rem;display:flex}.stack-pill{background:var(--g100);color:var(--g700);letter-spacing:.04em;border-radius:3px;padding:.3rem .75rem;font-size:.75rem;font-weight:500}.process{background:var(--black);color:var(--white)}.process .section-label{color:var(--gold)}.process .section-heading{color:var(--white)}.process .section-sub{color:#fff9}.process-steps{border:1px solid #ffffff14;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:0;display:grid}.process-step{border-right:1px solid #ffffff14;padding:2.5rem 1.75rem;position:relative}.process-step:last-child{border-right:none}.step-num{font-family:var(--serif);color:#ffffff12;letter-spacing:-.04em;margin-bottom:1rem;font-size:3.5rem;font-weight:700;line-height:1}.step-title{font-family:var(--serif);color:var(--white);margin-bottom:.6rem;font-size:1.1rem;font-weight:700}.step-desc{color:#ffffff8c;font-size:.875rem;line-height:1.7}.cta-band{background:var(--gold);text-align:center;padding:70px 5%}.cta-band h2{font-family:var(--serif);color:var(--black);letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700}.cta-band p{color:#000000a6;margin-bottom:2rem;font-size:1rem}.btn-dark{background:var(--black);color:var(--white);border-radius:4px;padding:.85rem 2rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-block}.btn-dark:hover{opacity:.8}@media (width<=768px){.deep-inner{grid-template-columns:1fr;gap:2.5rem}.deep-inner.reverse{direction:ltr}.deep-sticky{position:static}}
