:root{--bg:#050505;--panel:#080808;--gold:#d8a63b;--gold2:#f3d37a;--cream:#f6f0df;--muted:#b7b09f;--line:rgba(226,177,72,.34)}
*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth}body{margin:0;min-height:100vh;background:radial-gradient(circle at 50% -10%,#30230f 0,#0b0905 24%,#050505 55%);color:var(--cream);font-family:Arial,Helvetica,sans-serif}
body:before{content:"";position:fixed;inset:0;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(255,211,112,.025),transparent);mix-blend-mode:screen}
.page-shell{min-height:100svh;display:grid;place-items:center;padding:28px 18px}.card{width:min(100%,520px);min-height:calc(100svh - 56px);padding:18px 24px 26px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden;border:1px solid rgba(230,184,78,.18);border-radius:30px;background:linear-gradient(180deg,rgba(14,12,8,.72),rgba(3,3,3,.96));box-shadow:0 26px 80px rgba(0,0,0,.55),inset 0 1px rgba(255,219,128,.08)}
.card:after{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 50% 20%,rgba(210,157,42,.12),transparent 28%)}
.brand-wrap{height:145px;width:100%;display:grid;place-items:center;margin-bottom:2px;z-index:1}.brand-logo{max-width:230px;max-height:150px;object-fit:contain;filter:drop-shadow(0 8px 22px rgba(198,137,22,.18))}.eyebrow{font-size:10px;letter-spacing:.36em;color:var(--gold2);margin:5px 0 12px;z-index:1}.headline{font-family:Georgia,'Times New Roman',serif;font-size:clamp(29px,7.5vw,43px);font-weight:400;line-height:1.04;letter-spacing:-.02em;margin:0;z-index:1}.headline span{color:var(--gold2);font-style:italic}.gold-rule{width:46px;height:1px;background:linear-gradient(90deg,transparent,var(--gold2),transparent);margin:20px 0 18px;z-index:1}.profile{display:flex;align-items:center;gap:14px;text-align:left;width:100%;max-width:370px;margin-bottom:22px;z-index:1}.avatar-ring{width:67px;height:67px;border-radius:50%;padding:3px;background:linear-gradient(135deg,#ffe38c,#9c6510);box-shadow:0 7px 24px rgba(203,144,28,.18);flex:0 0 auto}.avatar-ring img{width:100%;height:100%;border-radius:50%;object-fit:cover;background:#050505}.profile-copy h2{font-family:Georgia,'Times New Roman',serif;font-size:18px;letter-spacing:.08em;margin:0 0 5px}.profile-copy p{font-size:11px;letter-spacing:.16em;color:var(--muted);margin:0;text-transform:uppercase}.actions{width:100%;display:grid;gap:10px;z-index:1}.btn{min-height:57px;border:1px solid var(--line);border-radius:4px;color:var(--cream);text-decoration:none;display:grid;grid-template-columns:28px 1fr 28px;align-items:center;padding:0 15px;background:rgba(255,255,255,.018);font-size:11px;font-weight:700;letter-spacing:.14em;transition:.25s ease}.btn:hover,.btn:focus-visible{transform:translateY(-2px);border-color:rgba(244,203,104,.8);background:rgba(217,165,57,.08);outline:none}.btn-primary{background:linear-gradient(110deg,#c48b20,#f0ca68,#a66f13);color:#090704;border:0;box-shadow:0 8px 28px rgba(199,139,31,.22)}.btn-primary:hover{background:linear-gradient(110deg,#d79c29,#ffe08a,#bd8118)}.btn-icon{font-size:18px;font-weight:400}.arrow{font-size:18px}.services{display:flex;align-items:center;justify-content:center;gap:10px;color:#c8bfaa;font-size:9px;letter-spacing:.18em;margin:21px 0 17px;z-index:1}.services i{width:3px;height:3px;background:var(--gold);border-radius:50%}.footer{width:100%;display:flex;justify-content:center;align-items:center;gap:10px;position:relative;padding-top:17px;z-index:1}.footer-line{position:absolute;top:0;width:100%;height:1px;background:linear-gradient(90deg,transparent,var(--line),transparent)}.footer-mark{width:39px;height:39px;object-fit:cover;border-radius:50%}.footer div{text-align:left}.footer strong{font-family:Georgia,'Times New Roman',serif;color:var(--gold2);display:block;font-size:13px;letter-spacing:.2em}.footer small{display:block;color:#928a78;font-size:7px;letter-spacing:.32em;margin-top:2px}.reveal{opacity:0;transform:translateY(10px);animation:rise .7s ease forwards}.delay-1{animation-delay:.12s}.delay-2{animation-delay:.24s}.delay-3{animation-delay:.36s}@keyframes rise{to{opacity:1;transform:none}}
@media(max-width:390px){.page-shell{padding:0}.card{min-height:100svh;border:0;border-radius:0;padding:16px 19px 20px}.brand-wrap{height:128px}.brand-logo{max-width:205px;max-height:130px}.headline{font-size:31px}.profile{margin-bottom:18px}.btn{min-height:54px;font-size:10px}.services{margin:17px 0 14px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.reveal{animation:none;opacity:1;transform:none}.btn{transition:none}}
