:root{--ink:#0b0d0f;--paper:#f2efe9;--gold:#b99a5d;--gold-light:#d2b77e;--line-dark:rgba(255,255,255,.11);--line-light:rgba(11,13,15,.14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ink);color:#f5f2eb;font-family:Arial,sans-serif}a{color:inherit;text-decoration:none}svg{display:block}.site-header{height:92px;padding:0 clamp(24px,5vw,84px);display:flex;align-items:center;justify-content:space-between;position:absolute;inset:0 0 auto;z-index:10;border-bottom:1px solid var(--line-dark)}.brand,.footer-brand{display:flex;align-items:center;gap:14px}.brand-mark{width:36px;height:36px;display:grid;place-items:center;color:var(--gold-light);border:1px solid rgba(210,183,126,.35);transform:rotate(45deg)}.brand-mark svg{width:23px;transform:rotate(-45deg);fill:none;stroke:currentColor;stroke-width:1.35}.brand-copy,.footer-brand>div{display:flex;flex-direction:column;gap:3px}.brand strong,.footer-brand strong{font:500 17px Georgia,serif;letter-spacing:.035em}.brand small,.footer-brand small{color:#aaa9a4;font-size:8px;letter-spacing:.18em;text-transform:uppercase}nav{display:flex;gap:38px;color:#c8c6bf;font-size:12px;letter-spacing:.08em}nav a{transition:color .25s}nav a:hover{color:var(--gold-light)}.header-cta,.primary-button{display:inline-flex;align-items:center;gap:18px;text-transform:uppercase;font-size:10px;letter-spacing:.16em;font-weight:650}.header-cta{color:var(--gold-light)}.header-cta svg,.primary-button svg{width:19px;fill:none;stroke:currentColor;stroke-width:1.5}.hero{min-height:820px;height:100vh;max-height:980px;position:relative;overflow:hidden;display:grid;align-items:center;padding:136px clamp(24px,8vw,130px) 120px;background:radial-gradient(circle at 78% 39%,rgba(185,154,93,.09),transparent 25%),linear-gradient(115deg,#0b0d0f 0%,#101316 62%,#080a0b 100%)}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0 73%,rgba(255,255,255,.025) 73% 73.1%,transparent 73.1%)}.hero-glow{position:absolute;width:620px;height:620px;right:3%;top:9%;border-radius:50%;border:1px solid rgba(185,154,93,.1);box-shadow:inset 0 0 140px rgba(185,154,93,.035)}.hero-glow:before,.hero-glow:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(185,154,93,.07);inset:75px}.hero-glow:after{inset:150px}.hero-lines{position:absolute;inset:92px 0 0;background-image:linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px);background-size:100% 92px;opacity:.5}.hero-content{position:relative;z-index:2;max-width:850px}.eyebrow{display:flex;align-items:center;gap:12px;margin:0 0 28px;color:var(--gold-light);font-size:10px;font-weight:650;letter-spacing:.2em;text-transform:uppercase}.eyebrow span{width:36px;height:1px;background:currentColor}h1,h2{font-family:Georgia,serif;font-weight:400;letter-spacing:-.035em;margin:0}h1{font-size:clamp(58px,7.3vw,108px);line-height:.97}h1 em,h2 em{color:var(--gold-light);font-weight:400}.hero-lead{max-width:630px;color:#b8b7b1;margin:34px 0 40px;font-size:clamp(16px,1.3vw,19px);line-height:1.75;font-weight:300}.hero-actions{display:flex;align-items:center;gap:38px}.primary-button{background:var(--gold);color:#0c0e10;padding:19px 24px;transition:transform .25s,background .25s}.primary-button:hover{transform:translateY(-2px);background:var(--gold-light)}.text-link{color:#c9c6bd;font-size:11px;letter-spacing:.12em;text-transform:uppercase}.text-link span{color:var(--gold-light);margin-left:8px}.hero-seal{position:absolute;right:clamp(60px,10vw,165px);top:31%;z-index:2}.seal-ring{width:174px;height:174px;border-radius:50%;border:1px solid rgba(210,183,126,.35);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;box-shadow:0 0 0 8px rgba(185,154,93,.03)}.seal-ring span{font:400 62px/1 Georgia,serif;color:var(--gold-light)}.seal-ring small{margin-top:7px;color:#bdb9af;font-size:8px;letter-spacing:.17em;text-transform:uppercase;line-height:1.4}.hero-proof{position:absolute;z-index:2;bottom:0;left:0;right:0;min-height:105px;border-top:1px solid var(--line-dark);display:flex;padding-left:clamp(24px,8vw,130px);background:rgba(5,7,8,.28);backdrop-filter:blur(12px)}.hero-proof>div{display:flex;align-items:center;gap:17px;padding:0 52px;border-right:1px solid var(--line-dark)}.hero-proof>div:first-child{padding-left:0}.hero-proof strong{color:var(--gold-light);font:400 34px Georgia,serif}.hero-proof span{color:#a4a39e;font-size:9px;text-transform:uppercase;letter-spacing:.13em;line-height:1.6}.section-shell{padding:120px clamp(24px,8vw,130px)}.intro{background:var(--paper);color:var(--ink);position:relative}.intro:before{content:"";position:absolute;right:0;top:0;width:26%;height:100%;background:rgba(11,13,15,.025)}.section-heading h2,.experience h2,.contact h2{font-size:clamp(44px,5vw,74px);line-height:1.07}.intro>.section-heading{display:inline-block}.intro>.section-intro{max-width:420px;float:right;margin:42px 5% 0 30px;color:#62615d;line-height:1.8;font-size:15px}.expertise-grid{clear:both;display:grid;grid-template-columns:repeat(4,1fr);margin-top:76px;border-top:1px solid var(--line-light);border-bottom:1px solid var(--line-light)}.expertise-card{min-height:330px;padding:32px 30px 34px;border-right:1px solid var(--line-light);position:relative}.expertise-card:first-child{border-left:1px solid var(--line-light)}.card-number{color:var(--gold);font:13px Georgia,serif}.expertise-card h3{margin:68px 0 20px;max-width:220px;font:400 23px/1.25 Georgia,serif}.expertise-card p{color:#6d6a63;font-size:12px;line-height:1.8;max-width:250px}.card-line{position:absolute;left:30px;bottom:0;width:48px;height:2px;background:var(--gold);transition:width .35s}.expertise-card:hover .card-line{width:calc(100% - 60px)}.experience{display:grid;grid-template-columns:47% 53%;min-height:700px;background:#111416}.experience-visual{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#090b0d;border-right:1px solid var(--line-dark)}.experience-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 36%;filter:saturate(.82) contrast(1.04)}.experience-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 42%,rgba(8,10,11,.22) 64%,rgba(8,10,11,.94) 100%)}.experience-quote{position:absolute;z-index:1;left:12%;right:12%;bottom:52px;color:#f0ede5;font:italic 16px/1.6 Georgia,serif;border-left:1px solid var(--gold);padding-left:24px;text-shadow:0 2px 18px rgba(0,0,0,.8)}.experience-quote span{color:var(--gold);font-size:35px;float:left;margin-right:7px;line-height:.9}.experience-copy{padding:110px clamp(32px,7vw,110px)}.experience-copy>p:not(.eyebrow){max-width:580px;color:#a8a7a1;line-height:1.85;font-size:14px}.experience-copy h2{margin-bottom:38px}.credentials{display:flex;gap:52px;margin-top:44px;padding-top:28px;border-top:1px solid var(--line-dark)}.credentials div{display:flex;flex-direction:column;gap:10px}.credentials small{color:var(--gold);text-transform:uppercase;font-size:8px;letter-spacing:.16em}.credentials strong{font:400 16px/1.45 Georgia,serif;color:#ddd9d0}.differentials{background:var(--paper);color:var(--ink);display:grid;grid-template-columns:38% 62%;gap:7%}.section-heading.compact{padding-top:15px}.differential-list{border-top:1px solid var(--line-light)}.differential-item{min-height:92px;border-bottom:1px solid var(--line-light);display:grid;grid-template-columns:60px 1fr 30px;align-items:center}.differential-item span{color:var(--gold);font:12px Georgia,serif}.differential-item p{margin:0;font:400 clamp(17px,1.7vw,23px) Georgia,serif}.differential-item i{color:var(--gold);font-style:normal;opacity:.7}.contact{text-align:center;padding:115px 24px;color:var(--ink);background:var(--gold)}.contact .eyebrow{justify-content:center;color:#30302d}.contact h2 em{color:#f6f0e5}.contact>p:not(.eyebrow){max-width:610px;margin:28px auto 34px;color:#45433e;line-height:1.7;font-size:14px}.dark-button{background:var(--ink);color:#f4f1ea}.dark-button:hover{background:#23272a}.contact-number{margin:16px auto 0!important;color:#34332f!important;font-size:11px!important;font-weight:650;letter-spacing:.09em;text-transform:uppercase}.whatsapp-symbol{font-size:20px;line-height:.5}.whatsapp-float{position:fixed;z-index:20;right:24px;bottom:24px;display:inline-flex;align-items:center;gap:10px;padding:13px 16px;border-radius:999px;background:#1f9d55;color:#fff;box-shadow:0 12px 35px rgba(0,0,0,.32);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;transition:transform .25s,background .25s}.whatsapp-float:hover{transform:translateY(-2px);background:#188a49}footer{min-height:125px;padding:30px clamp(24px,5vw,84px);display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line-dark);background:#080a0b}footer p{color:#777975;font-size:9px;letter-spacing:.09em;text-transform:uppercase}@media(max-width:1050px){nav{display:none}.hero-seal{right:6%;opacity:.35}.hero-proof>div{padding:0 25px}.expertise-grid{grid-template-columns:repeat(2,1fr)}.expertise-card:nth-child(-n+2){border-bottom:1px solid var(--line-light)}.experience{grid-template-columns:40% 60%}}@media(max-width:720px){.site-header{height:76px;padding:0 20px}.brand-copy small{display:none}.brand strong{font-size:14px}.header-cta{font-size:0;gap:0}.header-cta svg{width:24px}.hero{min-height:810px;height:auto;padding:132px 24px 215px;align-items:start}h1{font-size:clamp(50px,14vw,66px)}.hero-lead{margin-top:28px;font-size:15px}.hero-actions{align-items:flex-start;flex-direction:column;gap:22px}.hero-seal{display:none}.hero-proof{padding:0;min-height:166px;display:grid;grid-template-columns:repeat(3,1fr)}.hero-proof>div,.hero-proof>div:first-child{padding:20px 10px;gap:7px;flex-direction:column;justify-content:center;text-align:center}.hero-proof strong{font-size:25px}.hero-proof span{font-size:7px}.section-shell{padding:86px 24px}.intro>.section-intro{float:none;margin:28px 0 0}.expertise-grid{grid-template-columns:1fr;margin-top:52px}.expertise-card,.expertise-card:first-child{min-height:280px;border:1px solid var(--line-light);border-bottom:0}.expertise-card:last-child{border-bottom:1px solid var(--line-light)}.expertise-card h3{margin-top:48px}.experience{grid-template-columns:1fr}.experience-visual{min-height:390px;border-right:0}.experience-copy{padding:80px 24px}.credentials{flex-direction:column;gap:24px}.differentials{grid-template-columns:1fr;gap:48px}.differential-item{grid-template-columns:42px 1fr 20px}.contact{padding:86px 24px}footer{padding:40px 24px;flex-direction:column;align-items:flex-start;gap:26px}.whatsapp-float{right:16px;bottom:16px;padding:13px}.whatsapp-float span:last-child{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition-duration:.01ms!important}}
