@font-face{font-family:Manrope;src:url('../fonts/Manrope-VariableFont_wght.woff2') format('woff2');font-style:normal;font-weight:200 800;font-display:swap}
@font-face{font-family:Literata;src:url('../fonts/Literata72pt-Regular.woff2') format('woff2');font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:Literata;src:url('../fonts/Literata72pt-SemiBold.woff2') format('woff2');font-style:normal;font-weight:600;font-display:swap}

:root{
  --tsp-ink:#0c1c2b;
  --tsp-navy:#071b2f;
  --tsp-navy-2:#0c2945;
  --tsp-blue:#133b5d;
  --tsp-gold:#b58a35;
  --tsp-gold-dark:#8f6824;
  --tsp-gold-pale:#e8d4a3;
  --tsp-ivory:#f7f4ed;
  --tsp-paper:#fffdf9;
  --tsp-white:#fff;
  --tsp-muted:#5e6b76;
  --tsp-border:#dfe4e7;
  --tsp-border-dark:rgba(255,255,255,.14);
  --tsp-success:#18735b;
  --tsp-shadow:0 24px 70px rgba(7,27,47,.11);
  --tsp-shadow-soft:0 12px 40px rgba(7,27,47,.07);
  --tsp-radius:20px;
  --tsp-radius-sm:12px;
  --tsp-shell:min(1216px,calc(100% - 48px));
  --tsp-serif:Literata,Georgia,serif;
  --tsp-sans:Manrope,Arial,sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:120px}
body{margin:0;background:var(--tsp-paper);color:var(--tsp-ink);font-family:var(--tsp-sans);font-size:16px;line-height:1.72;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
body.tsp-menu-open{overflow:hidden}
img{display:block;max-width:100%;height:auto}
svg{display:block}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
::selection{background:var(--tsp-gold-pale);color:var(--tsp-navy)}
.tsp-shell{width:var(--tsp-shell);margin-inline:auto}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.screen-reader-text:focus{clip:auto!important;width:auto;height:auto;top:8px;left:8px;z-index:100000;padding:12px 16px;background:#fff;color:#000;border-radius:6px;box-shadow:0 4px 20px rgba(0,0,0,.2)}
.tsp-icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
h1,h2,h3,h4,p{margin-top:0}
h1,h2,h3,h4{color:var(--tsp-navy);font-family:var(--tsp-serif);font-weight:600;letter-spacing:-.035em;line-height:1.12}
p{color:var(--tsp-muted)}

/* Utility bar and header */
.tsp-utility{position:relative;z-index:1001;background:var(--tsp-navy);color:#dbe3e9;font-size:12px;letter-spacing:.02em}
.tsp-utility-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:38px}
.tsp-utility-context,.tsp-utility-links{display:flex;align-items:center;gap:12px}
.tsp-utility-links a{color:#f4f7f9;transition:color .2s ease}
.tsp-utility-links a:hover{color:var(--tsp-gold-pale)}
.tsp-status-dot{width:7px;height:7px;border-radius:99px;background:#55c6a4;box-shadow:0 0 0 4px rgba(85,198,164,.12)}
.tsp-header{position:sticky;top:0;z-index:1000;background:rgba(255,253,249,.96);border-bottom:1px solid rgba(7,27,47,.09);backdrop-filter:blur(18px);transition:box-shadow .25s ease,background .25s ease}
.admin-bar .tsp-header{top:32px}
.tsp-header.is-scrolled{box-shadow:0 12px 30px rgba(7,27,47,.08);background:rgba(255,253,249,.985)}
.tsp-header-inner{display:flex;align-items:center;min-height:90px;gap:28px}
.tsp-brand{display:inline-flex;align-items:center;gap:12px;color:var(--tsp-navy);flex:0 0 auto}
.tsp-brand-mark{display:grid;place-items:center;width:48px;height:48px;border-radius:13px;background:var(--tsp-navy);color:var(--tsp-gold-pale);box-shadow:inset 0 0 0 1px rgba(255,255,255,.07)}
.tsp-brand-mark svg{width:31px;height:31px}
.tsp-brand-copy{display:flex;flex-direction:column;line-height:1}
.tsp-wordmark{font-size:23px;font-weight:800;letter-spacing:.035em;color:var(--tsp-navy)}
.tsp-wordmark span{color:var(--tsp-gold-dark)}
.tsp-brand-tagline{margin-top:7px;font-size:9.5px;color:#667583;font-weight:650;letter-spacing:.025em}
.tsp-custom-logo img,.tsp-custom-logo .custom-logo{width:auto;max-width:280px;max-height:64px}
.tsp-menu-panel{display:flex;align-items:center;justify-content:flex-end;gap:28px;min-width:0;flex:1}
.tsp-nav{min-width:0}
.tsp-nav-list{display:flex;align-items:center;gap:3px;list-style:none;padding:0;margin:0}
.tsp-nav-list>li{position:relative}
.tsp-nav-list>li>a{display:flex;align-items:center;min-height:46px;padding:0 10px;color:#324556;font-size:12.5px;font-weight:700;white-space:nowrap;transition:color .2s ease}
.tsp-nav-list>li>a::after{content:"";position:absolute;left:11px;right:11px;bottom:3px;height:2px;background:var(--tsp-gold);transform:scaleX(0);transform-origin:right;transition:transform .25s ease}
.tsp-nav-list>li>a:hover,.tsp-nav-list>.current-menu-item>a,.tsp-nav-list>.current_page_item>a{color:var(--tsp-navy)}
.tsp-nav-list>li>a:hover::after,.tsp-nav-list>.current-menu-item>a::after,.tsp-nav-list>.current_page_item>a::after{transform:scaleX(1);transform-origin:left}
.tsp-nav-list .sub-menu{display:none;position:absolute;top:100%;left:0;min-width:230px;margin:0;padding:10px;list-style:none;background:var(--tsp-white);border:1px solid var(--tsp-border);border-radius:12px;box-shadow:var(--tsp-shadow-soft)}
.tsp-nav-list li:hover>.sub-menu,.tsp-nav-list li:focus-within>.sub-menu{display:block}
.tsp-nav-list .sub-menu a{display:block;padding:10px 12px;border-radius:8px;color:#344656;font-size:13px;font-weight:650}
.tsp-nav-list .sub-menu a:hover{background:var(--tsp-ivory);color:var(--tsp-navy)}
.tsp-header-actions{display:flex;align-items:center;gap:12px;flex:0 0 auto}
.tsp-portal-link{display:inline-flex;align-items:center;gap:7px;color:var(--tsp-navy);font-size:12.5px;font-weight:750;white-space:nowrap}
.tsp-portal-link svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.tsp-menu-toggle{display:none;border:0;background:transparent;width:46px;height:46px;padding:10px;flex-direction:column;justify-content:center;gap:5px}
.tsp-menu-toggle>span:not(.screen-reader-text){display:block;width:25px;height:2px;background:var(--tsp-navy);border-radius:3px;transition:transform .25s ease,opacity .25s ease}
.tsp-menu-toggle[aria-expanded="true"]>span:nth-of-type(2){transform:translateY(7px) rotate(45deg)}
.tsp-menu-toggle[aria-expanded="true"]>span:nth-of-type(3){opacity:0}
.tsp-menu-toggle[aria-expanded="true"]>span:nth-of-type(4){transform:translateY(-7px) rotate(-45deg)}
.tsp-mobile-contact{display:none}

/* Buttons and links */
.tsp-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:13px 22px;border:1px solid transparent;border-radius:11px;font-size:13px;font-weight:780;line-height:1.2;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease,border-color .2s ease}
.tsp-button:hover{transform:translateY(-2px)}
.tsp-button-primary{background:var(--tsp-navy);color:var(--tsp-white);box-shadow:0 12px 26px rgba(7,27,47,.16)}
.tsp-button-primary:hover{background:var(--tsp-blue);box-shadow:0 15px 32px rgba(7,27,47,.2)}
.tsp-button-gold{background:var(--tsp-gold);color:#111d28;box-shadow:0 12px 30px rgba(181,138,53,.2)}
.tsp-button-gold:hover{background:#c39a49;box-shadow:0 15px 34px rgba(181,138,53,.26)}
.tsp-button-quiet{background:transparent;border-color:#bcc6cc;color:var(--tsp-navy)}
.tsp-button-quiet:hover{border-color:var(--tsp-navy);background:rgba(255,255,255,.6)}
.tsp-header-cta{min-height:44px;padding:11px 16px}
.tsp-text-link,.tsp-card-link{display:inline-flex;align-items:center;gap:8px;color:var(--tsp-navy);font-size:13px;font-weight:780}
.tsp-text-link .tsp-icon,.tsp-card-link .tsp-icon{width:18px;height:18px;transition:transform .2s ease}
.tsp-text-link:hover .tsp-icon,.tsp-card-link:hover .tsp-icon{transform:translateX(4px)}
.tsp-text-link-light{color:var(--tsp-white)}
.tsp-kicker{display:inline-flex;align-items:center;gap:9px;margin-bottom:18px;color:var(--tsp-gold-dark);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.15em}
.tsp-kicker::before{content:"";width:28px;height:1px;background:currentColor}
.tsp-kicker-light{color:var(--tsp-gold-pale)}

/* Hero */
.tsp-hero{position:relative;overflow:hidden;background:linear-gradient(145deg,#f8f5ee 0%,#fffdfa 53%,#f0eee7 100%);border-bottom:1px solid rgba(7,27,47,.08)}
.tsp-hero::before{content:"";position:absolute;left:-12%;bottom:-50%;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(181,138,53,.13),rgba(181,138,53,0) 67%)}
.tsp-hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(7,27,47,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(7,27,47,.025) 1px,transparent 1px);background-size:62px 62px;mask-image:linear-gradient(90deg,transparent,black 40%,black)}
.tsp-hero-layout{position:relative;display:grid;grid-template-columns:minmax(0,1.06fr) minmax(420px,.94fr);gap:76px;align-items:center;min-height:690px;padding-block:88px}
.tsp-hero-copy{position:relative;z-index:2}
.tsp-hero h1{max-width:760px;margin-bottom:25px;font-size:clamp(48px,5vw,72px);line-height:1.03;letter-spacing:-.052em;text-wrap:balance}
.tsp-hero-lead{max-width:670px;margin-bottom:0;font-size:17px;line-height:1.76}
.tsp-hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:33px}
.tsp-hero-proof{display:grid;grid-template-columns:1.25fr 1fr 1fr;margin-top:45px;padding-top:24px;border-top:1px solid #d7dddf}
.tsp-hero-proof>div{padding-right:20px}
.tsp-hero-proof>div+div{padding-left:20px;border-left:1px solid #d7dddf}
.tsp-hero-proof span{display:block;margin-bottom:7px;color:var(--tsp-gold-dark);font-family:var(--tsp-serif);font-size:12px}
.tsp-hero-proof strong{display:block;color:#304353;font-size:11.5px;font-weight:720;line-height:1.5}
.tsp-hero-visual{position:relative;min-height:520px;display:grid;place-items:center}
.tsp-hero-orbit{position:absolute;border:1px solid rgba(7,27,47,.11);border-radius:50%}
.tsp-orbit-one{width:520px;height:520px}
.tsp-orbit-two{width:400px;height:400px;border-color:rgba(181,138,53,.23)}
.tsp-advisory-card{position:relative;z-index:2;width:min(100%,460px);padding:20px;background:rgba(255,255,255,.94);border:1px solid rgba(7,27,47,.11);border-radius:23px;box-shadow:0 35px 90px rgba(7,27,47,.15);backdrop-filter:blur(14px)}
.tsp-advisory-card-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:1px 4px 17px;color:#4f5e6b;font-size:10.5px;font-weight:760;text-transform:uppercase;letter-spacing:.09em}
.tsp-live-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;background:#edf8f4;color:var(--tsp-success);border-radius:99px;font-size:9px}
.tsp-live-pill i{width:6px;height:6px;border-radius:99px;background:#2ca47e}
.tsp-advisory-services{border:1px solid #e0e5e7;border-radius:15px;overflow:hidden}
.tsp-advisory-services>a{display:grid;grid-template-columns:28px 38px 1fr 20px;align-items:center;gap:12px;padding:17px 15px;background:#fff;transition:background .2s ease}
.tsp-advisory-services>a+a{border-top:1px solid #e7ebed}
.tsp-advisory-services>a:hover{background:#faf8f2}
.tsp-service-number{font-family:var(--tsp-serif);font-size:11px;color:#87939d}
.tsp-service-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:var(--tsp-ivory);color:var(--tsp-navy)}
.tsp-service-icon .tsp-icon{width:20px;height:20px}
.tsp-advisory-services strong,.tsp-advisory-services small{display:block}
.tsp-advisory-services strong{color:var(--tsp-navy);font-size:13px}
.tsp-advisory-services small{margin-top:3px;color:#74818b;font-size:9.8px}
.tsp-advisory-services>a>.tsp-icon{width:17px;height:17px;color:#7c8993}
.tsp-secure-strip{display:grid;grid-template-columns:38px 1fr 20px;align-items:center;gap:12px;margin-top:13px;padding:14px;border-radius:13px;background:var(--tsp-navy);color:#fff}
.tsp-secure-strip>span:first-child{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:rgba(255,255,255,.09);color:var(--tsp-gold-pale)}
.tsp-secure-strip strong,.tsp-secure-strip small{display:block}
.tsp-secure-strip strong{font-size:12px}
.tsp-secure-strip small{margin-top:2px;color:#aebbc6;font-size:9.5px}
.tsp-secure-strip>.tsp-icon{width:17px;color:var(--tsp-gold-pale)}
.tsp-stairs-signature{position:absolute;right:-15px;bottom:22px;display:flex;align-items:flex-end;gap:6px;opacity:.8}
.tsp-stairs-signature span{display:block;width:38px;background:var(--tsp-gold);border-radius:5px 5px 0 0;box-shadow:0 10px 20px rgba(181,138,53,.15)}
.tsp-stairs-signature span:nth-child(1){height:16px}.tsp-stairs-signature span:nth-child(2){height:32px}.tsp-stairs-signature span:nth-child(3){height:48px}.tsp-stairs-signature span:nth-child(4){height:64px}.tsp-stairs-signature span:nth-child(5){height:80px}

/* Trust rail */
.tsp-trust-rail{background:#fff;border-bottom:1px solid var(--tsp-border)}
.tsp-trust-rail-inner{display:grid;grid-template-columns:repeat(4,1fr)}
.tsp-trust-rail-inner>div{display:flex;align-items:center;justify-content:center;gap:11px;min-height:79px;color:#344757;font-size:12.5px;font-weight:700}
.tsp-trust-rail-inner>div+div{border-left:1px solid var(--tsp-border)}
.tsp-trust-rail .tsp-icon{width:20px;height:20px;color:var(--tsp-gold-dark)}

/* Shared sections */
.tsp-section{padding:112px 0}
.tsp-section-intro{margin-bottom:54px}
.tsp-section-intro h2,.tsp-profile-copy h2,.tsp-faq-intro h2{margin-bottom:0;font-size:clamp(39px,4.2vw,58px);text-wrap:balance}
.tsp-intro-split{display:grid;grid-template-columns:1.2fr .8fr;gap:90px;align-items:end}
.tsp-intro-split p{max-width:500px;margin:0 0 5px;font-size:15px}
.tsp-intro-centered{max-width:740px;margin-inline:auto;text-align:center}
.tsp-intro-centered .tsp-kicker{justify-content:center}
.tsp-intro-centered p{max-width:620px;margin:18px auto 0}

/* Services */
.tsp-services{background:var(--tsp-paper)}
.tsp-service-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:18px}
.tsp-practice-card{position:relative;display:flex;flex-direction:column;min-height:390px;padding:31px;border:1px solid var(--tsp-border);border-radius:var(--tsp-radius);background:#fff;box-shadow:0 1px 0 rgba(7,27,47,.02);overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.tsp-practice-card:hover{transform:translateY(-5px);border-color:#c7b68e;box-shadow:var(--tsp-shadow-soft)}
.tsp-practice-card::after{content:"";position:absolute;width:190px;height:190px;right:-110px;bottom:-120px;border:1px solid rgba(181,138,53,.22);border-radius:50%}
.tsp-practice-featured{grid-row:span 2;min-height:640px;background:var(--tsp-navy);border-color:var(--tsp-navy);color:#fff}
.tsp-practice-featured::before{content:"";position:absolute;inset:0;background:linear-gradient(145deg,transparent 35%,rgba(181,138,53,.17));pointer-events:none}
.tsp-practice-international{grid-column:2/4;min-height:230px;background:var(--tsp-ivory)}
.tsp-practice-top{position:relative;display:flex;align-items:center;justify-content:space-between;color:#8a969f}
.tsp-practice-top>span{font-family:var(--tsp-serif);font-size:13px}
.tsp-practice-top .tsp-icon{width:30px;height:30px;color:var(--tsp-gold-dark)}
.tsp-practice-card h3{position:relative;margin:52px 0 16px;font-size:30px}
.tsp-practice-card p{position:relative;font-size:14px}
.tsp-practice-card ul{position:relative;display:grid;gap:11px;margin:22px 0 0;padding:0;list-style:none;color:#dbe4ea;font-size:12px}
.tsp-practice-card li{display:flex;align-items:center;gap:8px}
.tsp-practice-card li::before{content:"";width:5px;height:5px;border-radius:50%;background:var(--tsp-gold)}
.tsp-practice-featured h3,.tsp-practice-featured .tsp-practice-top,.tsp-practice-featured .tsp-practice-top .tsp-icon{color:#fff}
.tsp-practice-featured p{color:#bdc9d2}
.tsp-practice-card .tsp-card-link{position:relative;margin-top:auto;padding-top:28px}
.tsp-practice-featured .tsp-card-link{color:var(--tsp-gold-pale)}
.tsp-practice-international h3{margin-top:27px}

/* Profile */
.tsp-profile-section{background:#fff}
.tsp-profile-layout{display:grid;grid-template-columns:.92fr 1.08fr;gap:105px;align-items:center}
.tsp-profile-visual{position:relative;min-height:610px;padding:0 38px 40px 0}
.tsp-profile-image,.tsp-profile-fallback{width:100%;height:570px;object-fit:cover;border-radius:2px 90px 2px 2px;box-shadow:var(--tsp-shadow)}
.tsp-profile-fallback{position:relative;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,var(--tsp-navy),#123b5d);color:var(--tsp-gold-pale)}
.tsp-profile-fallback::before{content:"";position:absolute;width:440px;height:440px;border:1px solid rgba(255,255,255,.14);border-radius:50%}
.tsp-profile-fallback::after{content:"";position:absolute;width:300px;height:300px;border:1px solid rgba(181,138,53,.45);border-radius:50%}
.tsp-profile-monogram{position:relative;z-index:2;font-family:var(--tsp-serif);font-size:84px;letter-spacing:-.07em}
.tsp-profile-lines{position:absolute;right:0;bottom:0;display:flex;align-items:flex-end;gap:8px}
.tsp-profile-lines span{display:block;width:58px;background:var(--tsp-gold);opacity:.82}
.tsp-profile-lines span:nth-child(1){height:32px}.tsp-profile-lines span:nth-child(2){height:66px}.tsp-profile-lines span:nth-child(3){height:100px}.tsp-profile-lines span:nth-child(4){height:134px}
.tsp-profile-caption{position:absolute;right:0;bottom:0;z-index:3;width:min(88%,390px);padding:23px 26px;background:var(--tsp-paper);border:1px solid var(--tsp-border);box-shadow:var(--tsp-shadow-soft)}
.tsp-profile-caption strong,.tsp-profile-caption span{display:block}
.tsp-profile-caption strong{color:var(--tsp-navy);font-family:var(--tsp-serif);font-size:19px}
.tsp-profile-caption span{margin-top:4px;color:var(--tsp-gold-dark);font-size:10.5px;font-weight:750;letter-spacing:.04em;text-transform:uppercase}
.tsp-profile-copy h2{max-width:650px;margin-bottom:27px}
.tsp-large-copy{max-width:660px;font-size:17px;line-height:1.8}
.tsp-principles{display:grid;gap:19px;margin:34px 0}
.tsp-principles>div{display:grid;grid-template-columns:40px 1fr;gap:14px}
.tsp-principles>div>span{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--tsp-ivory);color:var(--tsp-gold-dark)}
.tsp-principles .tsp-icon{width:18px;height:18px}
.tsp-principles p{margin:0;font-size:13px}
.tsp-principles strong{display:block;margin-bottom:2px;color:var(--tsp-navy);font-size:13px}

/* Process */
.tsp-process-section{background:var(--tsp-ivory)}
.tsp-process-grid{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:62px}
.tsp-process-grid::before{content:"";position:absolute;left:10%;right:10%;top:27px;height:1px;background:#cabd9d}
.tsp-process-grid>div{position:relative;padding:0 28px;text-align:center}
.tsp-process-grid>div>span{position:relative;z-index:2;display:grid;place-items:center;width:55px;height:55px;margin:0 auto 25px;border:1px solid #cabd9d;border-radius:50%;background:var(--tsp-paper);color:var(--tsp-gold-dark);font-family:var(--tsp-serif);font-size:13px}
.tsp-process-grid h3{margin-bottom:10px;font-family:var(--tsp-sans);font-size:15px;font-weight:780;letter-spacing:0}
.tsp-process-grid p{margin:0;font-size:12.5px;line-height:1.65}

/* Portal */
.tsp-portal-section{background:#fff;padding-block:80px}
.tsp-portal-promo{position:relative;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;min-height:480px;overflow:hidden;border-radius:30px;background:linear-gradient(145deg,var(--tsp-navy),#0d3151);box-shadow:var(--tsp-shadow)}
.tsp-portal-promo::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(90deg,#000,transparent)}
.tsp-portal-art{position:relative;min-height:480px}
.tsp-doc-card{position:absolute;width:260px;height:320px;padding:45px 30px;background:#fff;border-radius:17px;box-shadow:0 30px 80px rgba(0,0,0,.25)}
.tsp-doc-card span{display:block;height:9px;margin-bottom:17px;border-radius:99px;background:#dfe5e9}
.tsp-doc-card span:nth-child(2){width:78%}.tsp-doc-card span:nth-child(3){width:52%}
.tsp-doc-card::before{content:"";display:block;width:55px;height:55px;margin-bottom:35px;border-radius:13px;background:var(--tsp-ivory);box-shadow:inset 0 0 0 1px #e1d5b8}
.tsp-doc-card-one{top:102px;left:84px;transform:rotate(-8deg)}
.tsp-doc-card-two{top:74px;left:190px;transform:rotate(6deg);opacity:.88}
.tsp-portal-lock{position:absolute;z-index:3;left:260px;top:280px;display:grid;place-items:center;width:72px;height:72px;border-radius:50%;background:var(--tsp-gold);color:var(--tsp-navy);box-shadow:0 18px 40px rgba(0,0,0,.25)}
.tsp-portal-lock .tsp-icon{width:31px;height:31px}
.tsp-portal-copy{position:relative;z-index:3;padding:64px 72px 64px 40px}
.tsp-portal-copy h2{max-width:620px;margin-bottom:22px;color:#fff;font-size:clamp(39px,4.2vw,56px)}
.tsp-portal-copy>p{max-width:590px;color:#b9c7d2;font-size:15px}
.tsp-portal-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin-top:31px}

/* FAQ */
.tsp-faq-section{background:var(--tsp-paper)}
.tsp-faq-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:110px;align-items:start}
.tsp-faq-intro{position:sticky;top:150px}
.tsp-faq-intro p{max-width:430px;margin:22px 0 28px}
.tsp-faq-list{border-top:1px solid #cbd2d6}
.tsp-faq-list details{border-bottom:1px solid #cbd2d6}
.tsp-faq-list summary{position:relative;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:27px 0;list-style:none;color:var(--tsp-navy);font-family:var(--tsp-serif);font-size:20px;font-weight:600;cursor:pointer}
.tsp-faq-list summary::-webkit-details-marker{display:none}
.tsp-faq-list summary span{position:relative;flex:0 0 28px;width:28px;height:28px;border:1px solid #aab5bc;border-radius:50%}
.tsp-faq-list summary span::before,.tsp-faq-list summary span::after{content:"";position:absolute;left:7px;right:7px;top:13px;height:1px;background:var(--tsp-navy)}
.tsp-faq-list summary span::after{transform:rotate(90deg);transition:transform .2s ease}
.tsp-faq-list details[open] summary span::after{transform:rotate(0)}
.tsp-faq-list details p{max-width:700px;margin:-4px 56px 27px 0;font-size:14px}

/* Posts */
.tsp-insights-section{background:#fff;border-top:1px solid var(--tsp-border)}
.tsp-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.tsp-post-card{display:flex;flex-direction:column;min-height:315px;padding:29px;border:1px solid var(--tsp-border);border-radius:var(--tsp-radius);background:var(--tsp-paper);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.tsp-post-card:hover{transform:translateY(-4px);border-color:#cbb98f;box-shadow:var(--tsp-shadow-soft)}
.tsp-post-meta{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:25px;color:#7a8791;font-size:9.5px;font-weight:760;text-transform:uppercase;letter-spacing:.09em}
.tsp-post-card h2,.tsp-post-card h3{margin-bottom:15px;font-size:24px;line-height:1.25}
.tsp-post-card h2 a:hover,.tsp-post-card h3 a:hover{color:var(--tsp-gold-dark)}
.tsp-post-card p{font-size:12.5px}
.tsp-post-card .tsp-card-link{margin-top:auto;padding-top:20px}
.tsp-post-thumb{display:block;margin:-29px -29px 24px;overflow:hidden;border-radius:20px 20px 0 0;aspect-ratio:16/9}
.tsp-post-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.tsp-post-card:hover .tsp-post-thumb img{transform:scale(1.025)}
.tsp-post-grid-archive{margin-bottom:50px}
.navigation.pagination .nav-links{display:flex;align-items:center;justify-content:center;gap:8px}
.navigation.pagination .page-numbers{display:grid;place-items:center;min-width:42px;height:42px;padding:0 10px;border:1px solid var(--tsp-border);border-radius:9px;background:#fff;font-size:12px;font-weight:750}
.navigation.pagination .current,.navigation.pagination a:hover{background:var(--tsp-navy);border-color:var(--tsp-navy);color:#fff}

/* Interior pages */
.tsp-page-hero,.tsp-article-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--tsp-navy),#0c3557);color:#fff}
.tsp-page-hero{min-height:375px;display:flex;align-items:center;padding:83px 0}
.tsp-page-hero-pattern{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:60px 60px;mask-image:linear-gradient(90deg,transparent,#000)}
.tsp-page-hero::after{content:"";position:absolute;right:-8%;bottom:-90%;width:520px;height:520px;border:1px solid rgba(232,212,163,.25);border-radius:50%}
.tsp-page-hero>.tsp-shell{position:relative;z-index:2}
.tsp-page-hero h1{max-width:900px;margin:0;color:#fff;font-size:clamp(46px,5vw,70px)}
.tsp-page-hero p{max-width:650px;margin:20px 0 0;color:#bdcad3}
.tsp-breadcrumbs{display:flex;align-items:center;gap:8px;margin-bottom:25px;color:#b6c3cc;font-size:10px;text-transform:uppercase;letter-spacing:.1em}
.tsp-breadcrumbs a:hover{color:var(--tsp-gold-pale)}
.tsp-page-section{padding:80px 0 110px;background:var(--tsp-paper)}
.tsp-page-shell{max-width:1050px}
.tsp-entry-card{background:#fff;border:1px solid var(--tsp-border);border-radius:var(--tsp-radius);box-shadow:var(--tsp-shadow-soft)}
.tsp-entry-content{padding:clamp(30px,6vw,76px)}
.tsp-entry-content>*:first-child{margin-top:0}
.tsp-entry-content>*:last-child{margin-bottom:0}
.tsp-entry-content h2{margin:48px 0 18px;font-size:clamp(29px,3vw,40px)}
.tsp-entry-content h3{margin:31px 0 12px;font-family:var(--tsp-sans);font-size:18px;font-weight:780;letter-spacing:-.015em}
.tsp-entry-content p,.tsp-entry-content li{font-size:15px}
.tsp-entry-content a:not(.tsp-button):not(.btn-gold){color:var(--tsp-gold-dark);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.tsp-entry-content ul,.tsp-entry-content ol{padding-left:22px}
.tsp-entry-content blockquote{margin:35px 0;padding:24px 28px;border-left:3px solid var(--tsp-gold);background:var(--tsp-ivory);font-family:var(--tsp-serif);font-size:20px}
.tse-page-lead{margin:-12px 0 48px;padding:30px 32px;border-left:3px solid var(--tsp-gold);background:var(--tsp-ivory)}
.tse-page-lead h2{margin:0 0 13px;font-size:34px}
.tse-page-lead p{margin:0;font-size:16px}
.tse-content-grid,.tse-contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin:25px 0 48px}
.tse-content-grid>div,.tse-contact-grid>div{padding:24px;border:1px solid var(--tsp-border);border-radius:14px;background:#fff}
.tse-content-grid h3,.tse-contact-grid h3{margin-top:0}
.tse-content-grid p,.tse-contact-grid p{margin-bottom:0;font-size:13px}
.tse-check-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 25px;margin:22px 0 44px!important;padding:0!important;list-style:none}
.tse-check-list li{position:relative;padding-left:25px}
.tse-check-list li::before{content:"✓";position:absolute;left:0;color:var(--tsp-success);font-weight:800}
.tse-cta-box{margin-top:48px;padding:35px;border-radius:18px;background:var(--tsp-navy);color:#fff}
.tse-cta-box h3{margin-top:0;color:#fff;font-family:var(--tsp-serif);font-size:27px}
.tse-cta-box p{color:#bdc9d2}
.tse-note{margin:35px 0;padding:22px 25px;border:1px solid #ddcfac;border-radius:12px;background:#fbf6e9;color:#5c4b26}
.btn-gold{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 20px;border:0;border-radius:10px;background:var(--tsp-gold);color:var(--tsp-navy)!important;font-size:13px;font-weight:780;text-decoration:none!important}
.tsp-blog-hero{min-height:430px}
.tsp-article-hero{padding:105px 0 90px}
.tsp-article-hero-inner{max-width:920px;text-align:center}
.tsp-article-hero h1{margin:5px auto 25px;color:#fff;font-size:clamp(42px,5vw,67px)}
.tsp-article-meta{display:flex;justify-content:center;gap:18px;color:#b8c5cf;font-size:10px;text-transform:uppercase;letter-spacing:.09em}
.tsp-article-meta span+span::before{content:"·";margin-right:18px;color:var(--tsp-gold)}
.tsp-article{padding:80px 0 110px}
.tsp-article-shell{max-width:850px}
.tsp-article-image{margin:-125px 0 60px;position:relative;z-index:2;border-radius:20px;overflow:hidden;box-shadow:var(--tsp-shadow)}
.tsp-article-content{font-size:17px}
.tsp-article-content h2{margin:52px 0 18px;font-size:37px}.tsp-article-content h3{margin:36px 0 13px;font-family:var(--tsp-sans);font-size:21px;letter-spacing:-.02em}
.tsp-article-content p{color:#374957}
.tsp-article-content a{color:var(--tsp-gold-dark);text-decoration:underline;text-underline-offset:3px}
.tsp-post-navigation{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin-top:70px;padding-top:30px;border-top:1px solid var(--tsp-border)}
.tsp-post-navigation>div:last-child{text-align:right}.tsp-post-navigation span{display:block;color:#85919a;font-size:9px;text-transform:uppercase;letter-spacing:.1em}.tsp-post-navigation a{font-family:var(--tsp-serif);font-size:16px}
.tsp-empty-state{padding:70px;text-align:center;border:1px solid var(--tsp-border);border-radius:20px;background:#fff}
.tsp-error-page{display:grid;place-items:center;min-height:70vh;padding:80px 0;background:var(--tsp-ivory)}
.tsp-error-inner{max-width:720px;text-align:center}.tsp-error-code{display:block;color:var(--tsp-gold);font-family:var(--tsp-serif);font-size:110px;line-height:1}.tsp-error-inner h1{font-size:50px}.tsp-error-inner p{max-width:560px;margin:0 auto 30px}

/* Forms */
.tsp-entry-content input[type="text"],.tsp-entry-content input[type="email"],.tsp-entry-content input[type="tel"],.tsp-entry-content input[type="password"],.tsp-entry-content input[type="date"],.tsp-entry-content textarea,.tsp-entry-content select{width:100%;min-height:50px;padding:12px 14px;border:1px solid #bec8ce;border-radius:9px;background:#fff;color:var(--tsp-ink);outline:none;transition:border-color .2s ease,box-shadow .2s ease}
.tsp-entry-content textarea{min-height:130px;resize:vertical}
.tsp-entry-content input:focus,.tsp-entry-content textarea:focus,.tsp-entry-content select:focus{border-color:var(--tsp-gold-dark);box-shadow:0 0 0 3px rgba(181,138,53,.14)}

/* Footer */
.tsp-footer-cta{background:var(--tsp-gold);color:var(--tsp-navy)}
.tsp-footer-cta-inner{display:grid;grid-template-columns:1fr auto;align-items:center;gap:60px;padding-block:52px}
.tsp-footer-cta .tsp-kicker{margin-bottom:12px;color:#5f4518}.tsp-footer-cta .tsp-kicker::before{background:#5f4518}
.tsp-footer-cta h2{margin-bottom:8px;font-size:38px}.tsp-footer-cta p{max-width:660px;margin:0;color:#594b32}
.tsp-footer-cta-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.tsp-footer-cta .tsp-button-gold{background:var(--tsp-navy);color:#fff}
.tsp-footer-cta .tsp-text-link-light{color:var(--tsp-navy)}
.tsp-footer{background:#061624;color:#aebcc7}
.tsp-footer-grid{display:grid;grid-template-columns:1.3fr .8fr .9fr;gap:100px;padding-block:80px}
.tsp-brand-footer{color:#fff}.tsp-brand-footer .tsp-brand-mark{background:rgba(255,255,255,.07)}.tsp-brand-footer .tsp-wordmark{color:#fff}.tsp-brand-footer .tsp-wordmark span{color:var(--tsp-gold-pale)}
.tsp-footer-brand>p{max-width:430px;margin:24px 0;color:#9eacb7;font-size:13px}
.tsp-footer-credential{padding-top:18px;border-top:1px solid var(--tsp-border-dark);color:#fff;font-family:var(--tsp-serif);font-size:14px}.tsp-footer-credential span{color:var(--tsp-gold-pale);font-family:var(--tsp-sans);font-size:9.5px;text-transform:uppercase;letter-spacing:.08em}
.tsp-footer h2{margin:8px 0 22px;color:#fff;font-family:var(--tsp-sans);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.13em}
.tsp-footer-links,.tsp-footer-contact{display:grid;gap:11px;margin:0;padding:0;list-style:none;font-size:12.5px}
.tsp-footer a{transition:color .2s ease}.tsp-footer a:hover{color:var(--tsp-gold-pale)}
.tsp-footer-contact li:first-child{margin-bottom:6px;line-height:1.75}
.tsp-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:30px;padding-block:22px;border-top:1px solid var(--tsp-border-dark);font-size:10.5px}
.tsp-footer-bottom p{margin:0;color:#81919d}
.tsp-legal-links{display:flex;align-items:center;gap:20px}
.tsp-whatsapp{position:fixed;right:24px;bottom:24px;z-index:900;display:grid;place-items:center;width:56px;height:56px;border-radius:50%;background:#1eaa70;color:#fff;box-shadow:0 14px 36px rgba(13,81,55,.3);transition:transform .2s ease,box-shadow .2s ease}
.tsp-whatsapp:hover{transform:translateY(-3px);box-shadow:0 17px 42px rgba(13,81,55,.35)}
.tsp-whatsapp svg{width:27px;height:27px;fill:currentColor}

/* Reveal motion */
[data-reveal]{opacity:0;transform:translateY(18px);transition:opacity .65s cubic-bezier(.2,.75,.25,1),transform .65s cubic-bezier(.2,.75,.25,1)}
[data-reveal].is-visible{opacity:1;transform:none}

/* Responsive */
@media(max-width:1180px){
  .tsp-header-inner{gap:18px}.tsp-brand-tagline{display:none}.tsp-nav-list>li>a{padding-inline:7px;font-size:11.5px}.tsp-menu-panel{gap:15px}.tsp-portal-link{font-size:0}.tsp-portal-link svg{width:22px;height:22px}.tsp-header-cta{padding-inline:13px;font-size:11.5px}
  .tsp-hero-layout{grid-template-columns:1fr 430px;gap:45px}.tsp-hero h1{font-size:58px}
  .tsp-profile-layout{gap:70px}.tsp-faq-layout{gap:75px}.tsp-footer-grid{gap:65px}
}

@media(max-width:991px){
  :root{--tsp-shell:min(100% - 36px,760px)}
  .admin-bar .tsp-header{top:46px}
  .tsp-utility-context{display:none}.tsp-utility-inner{justify-content:center}
  .tsp-header-inner{min-height:76px}.tsp-brand-mark{width:43px;height:43px}.tsp-wordmark{font-size:21px}.tsp-brand-tagline{display:block}
  .tsp-menu-toggle{display:flex;margin-left:auto}
  .tsp-menu-panel{position:fixed;inset:114px 0 auto;display:block;max-height:calc(100vh - 114px);padding:20px 18px 30px;background:var(--tsp-paper);border-top:1px solid var(--tsp-border);box-shadow:0 20px 40px rgba(7,27,47,.12);overflow:auto;opacity:0;visibility:hidden;transform:translateY(-12px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}
  .admin-bar .tsp-menu-panel{inset-block-start:160px;max-height:calc(100vh - 160px)}
  .tsp-menu-panel.is-open{opacity:1;visibility:visible;transform:none}
  .tsp-nav-list{display:block}.tsp-nav-list>li>a{min-height:50px;padding:0 8px;border-bottom:1px solid var(--tsp-border);font-size:14px}.tsp-nav-list>li>a::after{display:none}
  .tsp-nav-list .sub-menu{position:static;display:block;min-width:0;padding:0 0 8px 14px;border:0;border-radius:0;background:transparent;box-shadow:none}.tsp-nav-list .sub-menu a{font-size:12px}
  .tsp-header-actions{display:grid;grid-template-columns:1fr 1fr;margin-top:18px}.tsp-portal-link,.tsp-header-cta{justify-content:center;min-height:48px;border:1px solid var(--tsp-border);border-radius:10px;font-size:12px}.tsp-header-cta{border-color:var(--tsp-navy)}
  .tsp-mobile-contact{display:block;padding:8px 18px;background:var(--tsp-navy);color:#fff;text-align:center;font-size:10px;font-weight:700}
  .tsp-hero-layout{grid-template-columns:1fr;gap:42px;min-height:0;padding-block:82px}.tsp-hero-copy{text-align:center}.tsp-hero h1,.tsp-hero-lead{margin-inline:auto}.tsp-hero-actions{justify-content:center}.tsp-hero-proof{text-align:left}.tsp-hero-visual{min-height:500px}.tsp-stairs-signature{right:8%}
  .tsp-trust-rail-inner{grid-template-columns:repeat(2,1fr)}.tsp-trust-rail-inner>div:nth-child(3){border-left:0;border-top:1px solid var(--tsp-border)}.tsp-trust-rail-inner>div:nth-child(4){border-top:1px solid var(--tsp-border)}
  .tsp-section{padding:88px 0}.tsp-intro-split{grid-template-columns:1fr;gap:20px}.tsp-intro-split p{max-width:650px}.tsp-service-grid{grid-template-columns:1fr 1fr}.tsp-practice-featured{grid-column:1/3;grid-row:auto;min-height:470px}.tsp-practice-international{grid-column:1/3}
  .tsp-profile-layout{grid-template-columns:1fr;gap:65px}.tsp-profile-visual{width:min(100%,620px);margin-inline:auto}.tsp-profile-copy{max-width:680px}
  .tsp-process-grid{grid-template-columns:repeat(2,1fr);gap:50px 0}.tsp-process-grid::before{display:none}
  .tsp-portal-promo{grid-template-columns:1fr}.tsp-portal-art{min-height:400px}.tsp-doc-card-one{left:calc(50% - 180px);top:85px}.tsp-doc-card-two{left:calc(50% - 55px);top:55px}.tsp-portal-lock{left:calc(50% + 25px);top:260px}.tsp-portal-copy{padding:25px 55px 60px;text-align:center}.tsp-portal-copy>p{margin-inline:auto}.tsp-portal-actions{justify-content:center}
  .tsp-faq-layout{grid-template-columns:1fr;gap:45px}.tsp-faq-intro{position:static;max-width:650px}
  .tsp-post-grid{grid-template-columns:1fr 1fr}.tsp-post-card:last-child:nth-child(odd){grid-column:1/3}
  .tsp-footer-cta-inner{grid-template-columns:1fr;gap:28px}.tsp-footer-grid{grid-template-columns:1fr 1fr}.tsp-footer-brand{grid-column:1/3;max-width:600px}
}

@media(max-width:640px){
  :root{--tsp-shell:calc(100% - 28px);--tsp-radius:16px}
  html{scroll-padding-top:96px}.tsp-utility{display:none}.tsp-header-inner{min-height:70px}.tsp-brand-mark{width:40px;height:40px;border-radius:11px}.tsp-brand-mark svg{width:27px;height:27px}.tsp-wordmark{font-size:19px}.tsp-brand-tagline{font-size:8px;margin-top:5px}.tsp-custom-logo img{max-width:210px;max-height:52px}.tsp-menu-panel{inset-block-start:104px;max-height:calc(100vh - 104px)}.admin-bar .tsp-menu-panel{inset-block-start:150px;max-height:calc(100vh - 150px)}
  .tsp-hero-layout{padding-block:64px}.tsp-hero h1{font-size:42px;line-height:1.05}.tsp-hero-lead{font-size:15px}.tsp-hero-actions{display:grid}.tsp-hero-actions .tsp-button{width:100%}.tsp-hero-proof{grid-template-columns:1fr;gap:14px;margin-top:35px}.tsp-hero-proof>div{padding:0 0 14px!important;border-left:0!important;border-bottom:1px solid #d7dddf}.tsp-hero-proof>div:last-child{border-bottom:0}.tsp-hero-visual{min-height:410px}.tsp-orbit-one{width:410px;height:410px}.tsp-orbit-two{width:320px;height:320px}.tsp-advisory-card{padding:13px;border-radius:18px}.tsp-advisory-services>a{grid-template-columns:24px 34px 1fr 17px;gap:8px;padding:14px 10px}.tsp-service-icon{width:34px;height:34px}.tsp-advisory-services small{display:none}.tsp-secure-strip{padding:12px}.tsp-stairs-signature{display:none}
  .tsp-trust-rail-inner{grid-template-columns:1fr}.tsp-trust-rail-inner>div{justify-content:flex-start;min-height:58px;padding-left:20px;border-left:0!important;border-top:1px solid var(--tsp-border)}.tsp-trust-rail-inner>div:first-child{border-top:0}
  .tsp-section{padding:72px 0}.tsp-section-intro{margin-bottom:38px}.tsp-section-intro h2,.tsp-profile-copy h2,.tsp-faq-intro h2{font-size:36px}.tsp-kicker{margin-bottom:13px;font-size:9.5px}
  .tsp-service-grid{grid-template-columns:1fr}.tsp-practice-featured,.tsp-practice-international{grid-column:auto;min-height:430px}.tsp-practice-card{min-height:350px;padding:25px}.tsp-practice-card h3{margin-top:38px}
  .tsp-profile-visual{min-height:480px;padding:0 20px 35px 0}.tsp-profile-image,.tsp-profile-fallback{height:450px;border-radius:2px 58px 2px 2px}.tsp-profile-monogram{font-size:62px}.tsp-profile-lines span{width:36px}.tsp-profile-caption{padding:18px 20px}.tsp-profile-caption strong{font-size:16px}
  .tsp-process-grid{grid-template-columns:1fr;gap:34px}.tsp-process-grid>div{padding-inline:15px}.tsp-process-grid>div>span{margin-bottom:17px}
  .tsp-portal-section{padding-block:35px}.tsp-portal-promo{border-radius:20px}.tsp-portal-art{min-height:340px}.tsp-doc-card{width:205px;height:255px}.tsp-doc-card-one{left:calc(50% - 145px);top:80px}.tsp-doc-card-two{left:calc(50% - 55px);top:55px}.tsp-portal-lock{left:calc(50% + 15px);top:220px;width:60px;height:60px}.tsp-portal-copy{padding:20px 24px 45px}.tsp-portal-copy h2{font-size:36px}.tsp-portal-actions{display:grid}.tsp-portal-actions .tsp-button{width:100%}
  .tsp-faq-list summary{padding:22px 0;font-size:17px}.tsp-faq-list details p{margin-right:0}
  .tsp-post-grid{grid-template-columns:1fr}.tsp-post-card:last-child:nth-child(odd){grid-column:auto}
  .tsp-page-hero{min-height:310px;padding:60px 0}.tsp-page-hero h1{font-size:43px}.tsp-page-section{padding:40px 0 70px}.tsp-entry-content{padding:25px 20px}.tsp-entry-content h2{font-size:29px}.tse-page-lead{padding:23px 20px}.tse-page-lead h2{font-size:27px}.tse-content-grid,.tse-contact-grid,.tse-check-list{grid-template-columns:1fr}.tse-cta-box{padding:25px 20px}.tsp-article-hero{padding:75px 0 70px}.tsp-article-hero h1{font-size:39px}.tsp-article-meta{flex-wrap:wrap;gap:7px 13px}.tsp-article-meta span+span::before{margin-right:13px}.tsp-article{padding:55px 0 75px}.tsp-article-content{font-size:15px}.tsp-article-content h2{font-size:30px}.tsp-post-navigation{grid-template-columns:1fr}.tsp-post-navigation>div:last-child{text-align:left}
  .tsp-footer-cta h2{font-size:31px}.tsp-footer-cta-actions{display:grid}.tsp-footer-cta-actions .tsp-button{width:100%}.tsp-footer-grid{grid-template-columns:1fr;gap:42px;padding-block:60px}.tsp-footer-brand{grid-column:auto}.tsp-footer-bottom{align-items:flex-start;flex-direction:column;gap:12px}.tsp-whatsapp{right:16px;bottom:16px;width:52px;height:52px}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}[data-reveal]{opacity:1;transform:none}}

/* ================================================================
   TaxStairs Premium 2.0 — cinematic authority direction
   ================================================================ */
@media(min-width:992px){
  :root{--tsp-shell:min(1280px,calc(100% - 36px))}
  .tsp-header-inner{min-height:84px;gap:22px}
  .tsp-brand-mark{width:46px;height:46px;border-radius:11px}
  .tsp-brand-mark svg{width:29px;height:29px}
  .tsp-wordmark{font-size:22px}
  .tsp-brand-tagline{margin-top:6px;font-size:8.7px}
  .tsp-menu-panel{gap:20px}
  .tsp-nav-list>li>a{padding-inline:8px;font-size:11.5px}
  .tsp-header-actions{gap:10px}
  .tsp-header-cta{min-height:46px;padding-inline:17px;border-radius:8px;font-size:11.5px}
  .tsp-portal-link{font-size:11.5px}
}

.tsp-utility{background:#05182a}
.tsp-utility-inner{min-height:34px}
.tsp-header{background:rgba(255,255,255,.975)}

.tsp-hero-v2{
  position:relative;
  isolation:isolate;
  min-height:680px;
  overflow:hidden;
  border:0;
  background:#06192b;
  color:#fff;
}
.tsp-hero-v2::before{display:none}
.tsp-hero-media{
  position:absolute;
  z-index:-3;
  inset:0;
  background-image:url('../images/taxstairs-hero-v2.webp');
  background-position:center center;
  background-size:cover;
  transform:scale(1.005);
}
.tsp-hero-shade{
  position:absolute;
  z-index:-2;
  inset:0;
  background:
    linear-gradient(90deg,rgba(4,20,35,.98) 0%,rgba(4,20,35,.92) 26%,rgba(4,20,35,.56) 52%,rgba(4,20,35,.08) 78%),
    linear-gradient(0deg,rgba(2,14,25,.72) 0%,transparent 35%);
}
.tsp-hero-v2 .tsp-hero-layout{
  display:flex;
  align-items:center;
  min-height:680px;
  padding:82px 0 126px;
}
.tsp-hero-v2 .tsp-hero-copy{width:min(700px,64%)}
.tsp-hero-v2 .tsp-kicker{margin-bottom:21px;color:#e3c680}
.tsp-hero-v2 .tsp-kicker::before{width:38px}
.tsp-hero-v2 h1{
  max-width:680px;
  margin-bottom:26px;
  color:#fff;
  font-size:clamp(52px,5.25vw,76px);
  line-height:1.035;
  letter-spacing:-.052em;
  text-shadow:0 4px 30px rgba(0,0,0,.12);
}
.tsp-hero-v2 .tsp-hero-lead{
  max-width:680px;
  color:#d4dee6;
  font-size:17px;
  line-height:1.75;
}
.tsp-hero-v2 .tsp-hero-actions{margin-top:34px}
.tsp-button-quiet-light{
  background:rgba(255,255,255,.035);
  border-color:rgba(255,255,255,.45);
  color:#fff;
}
.tsp-button-quiet-light:hover{background:rgba(255,255,255,.11);border-color:#fff}
.tsp-hero-v2 .tsp-button-gold{border-radius:8px;background:#c49a43;color:#071b2f;box-shadow:0 16px 38px rgba(0,0,0,.18)}
.tsp-hero-v2 .tsp-button-gold:hover{background:#d4ad5e}
.tsp-hero-v2 .tsp-hero-proof{
  grid-template-columns:1.02fr 1.32fr .86fr;
  max-width:700px;
  margin-top:42px;
  padding-top:22px;
  border-color:rgba(255,255,255,.23);
}
.tsp-hero-v2 .tsp-hero-proof>div+div{border-color:rgba(255,255,255,.2)}
.tsp-hero-v2 .tsp-hero-proof span{
  margin-bottom:7px;
  color:#d3b66e;
  font-family:var(--tsp-sans);
  font-size:8.7px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.tsp-hero-v2 .tsp-hero-proof strong{color:#f7f8f9;font-size:10.8px;line-height:1.55}
.tsp-hero-portal{
  position:absolute;
  right:max(18px,calc((100vw - 1280px)/2));
  bottom:0;
  z-index:4;
  display:grid;
  grid-template-columns:42px 1fr 20px;
  align-items:center;
  gap:14px;
  width:390px;
  min-height:94px;
  padding:18px 22px;
  border-top:3px solid #c49a43;
  background:#fff;
  color:var(--tsp-navy);
  box-shadow:0 -12px 44px rgba(0,0,0,.14);
  transition:background .2s ease,transform .2s ease;
}
.tsp-hero-portal:hover{background:#fbf7ee;transform:translateY(-2px)}
.tsp-hero-portal>span:first-child{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#f1eadb;color:var(--tsp-gold-dark)}
.tsp-hero-portal>span:first-child .tsp-icon{width:21px;height:21px}
.tsp-hero-portal small,.tsp-hero-portal strong{display:block}
.tsp-hero-portal small{margin-bottom:2px;color:#7b8791;font-size:9px;font-weight:750;text-transform:uppercase;letter-spacing:.1em}
.tsp-hero-portal strong{font-family:var(--tsp-serif);font-size:15px;letter-spacing:-.02em}
.tsp-hero-portal>.tsp-icon{width:18px;color:var(--tsp-gold-dark)}

.tsp-trust-rail{border-top:1px solid rgba(7,27,47,.06)}
.tsp-trust-rail-inner>div{min-height:76px;font-size:11.8px;letter-spacing:.01em}

@media(max-width:1280px) and (min-width:992px){
  .tsp-portal-link{font-size:0}
  .tsp-portal-link svg{width:22px;height:22px}
  .tsp-hero-v2 .tsp-hero-copy{width:66%}
}

@media(max-width:991px){
  .tsp-hero-v2{min-height:760px}
  .tsp-hero-media{background-position:62% center}
  .tsp-hero-shade{background:linear-gradient(90deg,rgba(4,20,35,.97) 0%,rgba(4,20,35,.88) 55%,rgba(4,20,35,.45) 100%),linear-gradient(0deg,rgba(2,14,25,.82),transparent 45%)}
  .tsp-hero-v2 .tsp-hero-layout{display:flex;align-items:flex-start;min-height:760px;padding:78px 0 150px}
  .tsp-hero-v2 .tsp-hero-copy{width:min(100%,680px);text-align:left}
  .tsp-hero-v2 h1,.tsp-hero-v2 .tsp-hero-lead{margin-inline:0}
  .tsp-hero-v2 .tsp-hero-actions{justify-content:flex-start}
  .tsp-hero-portal{right:18px;left:auto;width:min(390px,calc(100% - 36px))}
}

@media(max-width:640px){
  .tsp-hero-v2{min-height:730px}
  .tsp-hero-media{background-position:68% center}
  .tsp-hero-shade{background:linear-gradient(90deg,rgba(3,17,30,.985) 0%,rgba(3,17,30,.93) 68%,rgba(3,17,30,.68) 100%),linear-gradient(0deg,rgba(2,14,25,.92),transparent 50%)}
  .tsp-hero-v2 .tsp-hero-layout{min-height:730px;padding:62px 0 150px}
  .tsp-hero-v2 .tsp-kicker{font-size:8.7px;letter-spacing:.12em}
  .tsp-hero-v2 h1{max-width:540px;font-size:44px;line-height:1.045}
  .tsp-hero-v2 .tsp-hero-lead{font-size:14px;line-height:1.7}
  .tsp-hero-v2 .tsp-hero-actions{display:grid;grid-template-columns:1fr;margin-top:28px}
  .tsp-hero-v2 .tsp-hero-proof{display:none}
  .tsp-hero-portal{right:14px;width:calc(100% - 28px);min-height:86px;padding:15px 17px}
}

/* ================================================================
   TaxStairs Premium 3.0 — brand-led international advisory system
   ================================================================ */
:root{
  --tsp-radius:5px;
  --tsp-radius-sm:4px;
  --tsp-shell:min(1280px,calc(100% - 48px));
}
.tsp-button{border-radius:4px}
.tsp-header-v3{
  top:0;
  background:rgba(255,255,255,.985);
  border-bottom:1px solid rgba(7,27,47,.12);
  backdrop-filter:blur(20px);
}
.admin-bar .tsp-header-v3{top:32px}
.tsp-header-v3 .tsp-header-inner{min-height:92px;gap:34px}
.tsp-header-v3 .tsp-brand-mark{width:46px;height:46px;border-radius:4px;box-shadow:none}
.tsp-header-v3 .tsp-wordmark{font-size:24px;letter-spacing:.06em}
.tsp-header-v3 .tsp-brand-tagline{margin-top:7px;color:#596a77;font-size:8.5px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}
.tsp-header-v3 .tsp-menu-panel{gap:32px}
.tsp-header-v3 .tsp-nav-list{gap:10px}
.tsp-header-v3 .tsp-nav-list>li>a{min-height:52px;padding:0 7px;color:#263b4d;font-size:12.5px;font-weight:720}
.tsp-header-v3 .tsp-nav-list>li>a::after{left:7px;right:7px;bottom:4px}
.tsp-nav-chevron{margin:-4px 0 0 5px;color:var(--tsp-gold-dark);font-size:15px}
.tsp-header-v3 .tsp-nav-list .sub-menu{top:calc(100% - 2px);min-width:245px;padding:9px;border-radius:3px}
.tsp-header-v3 .tsp-nav-list .sub-menu a{border-radius:2px;font-size:12.5px}
.tsp-header-v3 .tsp-header-actions{gap:17px}
.tsp-header-v3 .tsp-portal-link{font-size:12px}
.tsp-header-v3 .tsp-header-cta{min-height:48px;padding:12px 19px;border-radius:4px;background:var(--tsp-gold);color:var(--tsp-navy);box-shadow:none;font-size:11.5px}
.tsp-header-v3 .tsp-header-cta:hover{background:#c79d48}

.tsp-hero-v3{
  position:relative;
  min-height:690px;
  overflow:hidden;
  border:0;
  background:#f8f6f0;
}
.tsp-hero-v3::before{
  content:"";
  position:absolute;
  inset:0 0 0 61%;
  border-radius:0;
  background:#071b2f;
}
.tsp-hero-v3::after{
  content:"";
  position:absolute;
  z-index:0;
  left:0;
  right:39%;
  bottom:0;
  height:1px;
  background:#d8d6cf;
}
.tsp-v3-hero-layout{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(420px,.82fr);
  align-items:center;
  gap:78px;
  min-height:690px;
  padding:76px 0;
}
.tsp-hero-v3 .tsp-hero-copy{width:auto}
.tsp-hero-v3 .tsp-kicker{margin-bottom:24px;color:#906c28;font-size:10px}
.tsp-hero-v3 h1{
  max-width:790px;
  margin-bottom:28px;
  color:#071b2f;
  font-family:var(--tsp-sans);
  font-size:clamp(48px,4.65vw,67px);
  font-weight:760;
  line-height:1.075;
  letter-spacing:-.052em;
  text-wrap:balance;
}
.tsp-hero-v3 .tsp-hero-lead{max-width:700px;color:#536572;font-size:17px;line-height:1.75}
.tsp-hero-v3 .tsp-hero-actions{margin-top:34px}
.tsp-hero-v3 .tsp-button-gold{background:var(--tsp-navy);color:#fff;box-shadow:none}
.tsp-hero-v3 .tsp-button-gold:hover{background:#123b5d}
.tsp-hero-v3 .tsp-button-quiet{border-color:#aeb9bf;background:transparent}
.tsp-v3-leadership{
  display:grid;
  grid-template-columns:46px 1fr;
  align-items:center;
  gap:15px;
  max-width:700px;
  margin-top:42px;
  padding-top:24px;
  border-top:1px solid #cfd5d8;
}
.tsp-v3-leadership>span{display:grid;place-items:center;width:46px;height:46px;border:1px solid #c8b98f;border-radius:50%;color:var(--tsp-gold-dark)}
.tsp-v3-leadership .tsp-icon{width:22px;height:22px}
.tsp-v3-leadership p{margin:0}
.tsp-v3-leadership small,.tsp-v3-leadership strong,.tsp-v3-leadership em{display:block}
.tsp-v3-leadership small{margin-bottom:2px;color:#8b6a2d;font-size:8.5px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}
.tsp-v3-leadership strong{color:#071b2f;font-family:var(--tsp-serif);font-size:16px}
.tsp-v3-leadership em{margin-top:2px;color:#5b6c78;font-size:10.5px;font-style:normal;font-weight:650}

.tsp-v3-brand-panel{
  position:relative;
  min-height:550px;
  padding:40px 42px 30px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.13);
  background:#0b2944;
  color:#fff;
  box-shadow:0 35px 80px rgba(1,17,29,.23);
}
.tsp-v3-brand-panel::before{content:"";position:absolute;inset:0;background:linear-gradient(145deg,rgba(255,255,255,.035),transparent 45%)}
.tsp-v3-brand-panel::after{content:"TS";position:absolute;right:-14px;top:-33px;color:rgba(255,255,255,.025);font-family:var(--tsp-serif);font-size:240px;line-height:1}
.tsp-v3-panel-head{position:relative;z-index:2;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:23px;border-bottom:1px solid rgba(255,255,255,.16)}
.tsp-v3-panel-head>span{font-size:18px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.tsp-v3-panel-head small{max-width:120px;color:#b9c7d1;font-size:8.5px;font-weight:750;text-align:right;text-transform:uppercase;letter-spacing:.12em}
.tsp-v3-stairs{position:relative;z-index:2;display:flex;align-items:flex-end;justify-content:flex-end;gap:7px;height:132px;padding:22px 1px 18px}
.tsp-v3-stairs span{display:block;width:42px;border:1px solid rgba(227,198,128,.5);border-bottom:0;background:linear-gradient(180deg,rgba(196,154,67,.32),rgba(196,154,67,.08))}
.tsp-v3-stairs span:nth-child(1){height:25px}.tsp-v3-stairs span:nth-child(2){height:45px}.tsp-v3-stairs span:nth-child(3){height:65px}.tsp-v3-stairs span:nth-child(4){height:85px}.tsp-v3-stairs span:nth-child(5){height:105px;background:#c49a43}
.tsp-v3-practice-index{position:relative;z-index:2;border-top:1px solid rgba(255,255,255,.17)}
.tsp-v3-practice-index>a{display:grid;grid-template-columns:34px 1fr 20px;align-items:center;gap:12px;min-height:56px;border-bottom:1px solid rgba(255,255,255,.13);transition:padding .2s ease,background .2s ease}
.tsp-v3-practice-index>a:hover{padding-left:9px;background:rgba(255,255,255,.035)}
.tsp-v3-practice-index span{color:#d9bb70;font-family:var(--tsp-serif);font-size:11px}
.tsp-v3-practice-index strong{font-size:12.5px;font-weight:700}
.tsp-v3-practice-index .tsp-icon{width:16px;color:#d9bb70}
.tsp-v3-panel-foot{position:relative;z-index:2;display:flex;justify-content:space-between;gap:20px;padding-top:20px;color:#aebdca;font-size:9px;font-weight:750;text-transform:uppercase;letter-spacing:.1em}
.tsp-v3-panel-foot span+span::before{content:"";display:inline-block;width:5px;height:5px;margin-right:8px;border-radius:50%;background:#55c6a4;vertical-align:1px}

.tsp-hero-v3+.tsp-trust-rail{border-top:0;background:#fff}
.tsp-hero-v3+.tsp-trust-rail .tsp-trust-rail-inner>div{min-height:82px;font-size:11.5px;text-transform:uppercase;letter-spacing:.04em}
.tsp-hero-v3+.tsp-trust-rail .tsp-icon{width:19px}

.tsp-services{background:#fff}
.tsp-services .tsp-section-intro{margin-bottom:62px}
.tsp-service-grid{grid-template-columns:repeat(4,1fr);gap:1px;background:#dfe4e7;border:1px solid #dfe4e7}
.tsp-practice-card,.tsp-practice-featured,.tsp-practice-international{
  grid-column:auto;
  grid-row:auto;
  min-height:430px;
  padding:32px;
  border:0;
  border-radius:0;
  box-shadow:none;
}
.tsp-practice-card:hover{z-index:2;transform:none;border-color:transparent;box-shadow:inset 0 -4px 0 #b58a35}
.tsp-practice-card::after{display:none}
.tsp-practice-featured{background:#071b2f}
.tsp-practice-international{background:#f2eee3}
.tsp-practice-card h3{margin-top:54px;font-size:28px}
.tsp-practice-international h3{margin-top:54px}
.tsp-practice-card p{font-size:13px}
.tsp-profile-image,.tsp-profile-fallback{border-radius:0 70px 0 0}
.tsp-portal-promo{border-radius:5px}
.tsp-entry-card,.tsp-post-card{border-radius:5px}

@media(max-width:1180px) and (min-width:992px){
  :root{--tsp-shell:min(100% - 36px,1120px)}
  .tsp-header-v3 .tsp-header-inner{gap:20px}
  .tsp-header-v3 .tsp-menu-panel{gap:17px}
  .tsp-header-v3 .tsp-nav-list{gap:3px}
  .tsp-header-v3 .tsp-nav-list>li>a{font-size:11.5px}
  .tsp-header-v3 .tsp-portal-link{font-size:0}
  .tsp-v3-hero-layout{grid-template-columns:minmax(0,1fr) 420px;gap:48px}
  .tsp-hero-v3 h1{font-size:54px}
  .tsp-service-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:991px){
  :root{--tsp-shell:min(100% - 36px,760px)}
  .tsp-header-v3 .tsp-header-inner{min-height:76px}
  .tsp-header-v3 .tsp-menu-panel{inset:76px 0 auto;max-height:calc(100vh - 76px)}
  .admin-bar .tsp-header-v3{top:46px}
  .admin-bar .tsp-header-v3 .tsp-menu-panel{inset-block-start:122px;max-height:calc(100vh - 122px)}
  .tsp-header-v3 .tsp-nav-list{display:block}
  .tsp-header-v3 .tsp-nav-list>li>a{min-height:50px;font-size:14px}
  .tsp-header-v3 .tsp-nav-list .sub-menu{position:static;display:block;padding:0 0 8px 14px;background:transparent}
  .tsp-header-v3 .tsp-header-actions{display:grid;grid-template-columns:1fr 1fr;margin-top:18px}
  .tsp-header-v3 .tsp-portal-link{font-size:12px}
  .tsp-header-v3 .tsp-header-cta{justify-content:center}
  .tsp-hero-v3::before{inset:55% 0 0}
  .tsp-hero-v3::after{display:none}
  .tsp-v3-hero-layout{grid-template-columns:1fr;gap:62px;min-height:0;padding:82px 0}
  .tsp-hero-v3 .tsp-hero-copy{text-align:left}
  .tsp-hero-v3 h1,.tsp-hero-v3 .tsp-hero-lead{margin-inline:0}
  .tsp-hero-v3 .tsp-hero-actions{justify-content:flex-start}
  .tsp-v3-brand-panel{width:min(100%,620px);margin-inline:auto}
  .tsp-service-grid{grid-template-columns:repeat(2,1fr)}
  .tsp-practice-card,.tsp-practice-featured,.tsp-practice-international{grid-column:auto;min-height:390px}
}

@media(max-width:640px){
  :root{--tsp-shell:calc(100% - 28px)}
  .tsp-header-v3 .tsp-header-inner{min-height:70px}
  .tsp-header-v3 .tsp-wordmark{font-size:20px}
  .tsp-header-v3 .tsp-brand-tagline{display:none}
  .tsp-header-v3 .tsp-menu-panel{inset-block-start:70px;max-height:calc(100vh - 70px)}
  .admin-bar .tsp-header-v3 .tsp-menu-panel{inset-block-start:116px;max-height:calc(100vh - 116px)}
  .tsp-header-v3 .tsp-header-actions{grid-template-columns:1fr}
  .tsp-hero-v3::before{inset:57% 0 0}
  .tsp-v3-hero-layout{gap:50px;padding:62px 0}
  .tsp-hero-v3 .tsp-kicker{font-size:8.5px;letter-spacing:.12em}
  .tsp-hero-v3 h1{font-size:42px;line-height:1.08}
  .tsp-hero-v3 .tsp-hero-lead{font-size:14.5px}
  .tsp-hero-v3 .tsp-hero-actions{display:grid}
  .tsp-hero-v3 .tsp-hero-actions .tsp-button{width:100%}
  .tsp-v3-leadership{grid-template-columns:40px 1fr;margin-top:32px;padding-top:20px}
  .tsp-v3-leadership>span{width:40px;height:40px}
  .tsp-v3-brand-panel{min-height:510px;padding:30px 22px 24px}
  .tsp-v3-brand-panel::after{font-size:180px}
  .tsp-v3-stairs span{width:33px}
  .tsp-v3-practice-index>a{min-height:54px}
  .tsp-service-grid{grid-template-columns:1fr}
  .tsp-practice-card,.tsp-practice-featured,.tsp-practice-international{min-height:350px;padding:26px}
  .tsp-practice-card h3,.tsp-practice-international h3{margin-top:38px}
}

/* ================================================================
   TaxStairs Premium 3.1 — live-screen refinement
   ================================================================ */
@media(min-width:992px){
  .tsp-header-v3 .tsp-nav-list>li>a{font-size:13px}
  .tsp-header-v3 .tsp-brand-tagline{font-size:9px}
  .tsp-hero-v3+.tsp-trust-rail .tsp-trust-rail-inner>div{font-size:12px}
  .tsp-services{padding-bottom:72px}
  .tsp-profile-section{padding-top:72px}
}

.tsp-practice-card p{font-size:14px;line-height:1.72}
.tsp-practice-card .tsp-card-link{font-size:13.5px}
.tsp-process-grid h3{font-size:15.5px}
.tsp-process-grid p{font-size:13.25px}
.tsp-post-card p{font-size:13.25px;line-height:1.72}
.tsp-footer-links,.tsp-footer-contact{font-size:13px}

.tsp-profile-dossier{
  display:flex;
  place-items:initial;
  flex-direction:column;
  justify-content:flex-start;
  padding:43px 45px 40px;
  background:#0b2944;
  text-align:left;
}
.tsp-profile-dossier::before{
  right:-145px;
  top:-120px;
  width:410px;
  height:410px;
  border-color:rgba(255,255,255,.11);
}
.tsp-profile-dossier::after{
  right:-42px;
  top:-5px;
  width:260px;
  height:260px;
  border-color:rgba(181,138,53,.35);
}
.tsp-dossier-label{
  position:relative;
  z-index:2;
  padding-bottom:19px;
  border-bottom:1px solid rgba(255,255,255,.16);
  color:#d9bb70;
  font-size:9px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.15em;
}
.tsp-profile-dossier .tsp-profile-monogram{
  margin-top:46px;
  color:#f1d996;
  font-size:76px;
  line-height:1;
}
.tsp-dossier-identity{position:relative;z-index:2;margin-top:37px}
.tsp-dossier-identity strong,.tsp-dossier-identity span{display:block}
.tsp-dossier-identity strong{color:#fff;font-family:var(--tsp-serif);font-size:23px;font-weight:600;letter-spacing:-.025em}
.tsp-dossier-identity span{max-width:330px;margin-top:8px;color:#bcc9d2;font-size:10px;font-weight:750;text-transform:uppercase;letter-spacing:.075em}
.tsp-dossier-practices{position:relative;z-index:2;display:flex;gap:8px;flex-wrap:wrap;margin-top:27px}
.tsp-dossier-practices span{padding:7px 9px;border:1px solid rgba(255,255,255,.16);color:#dbe4ea;font-size:8.5px;font-weight:700;text-transform:uppercase;letter-spacing:.055em}
.tsp-dossier-location{position:relative;z-index:2;display:flex;align-items:center;gap:9px;margin-top:auto;padding-top:25px;border-top:1px solid rgba(255,255,255,.16);color:#aebdca;font-size:8.5px;font-weight:750;text-transform:uppercase;letter-spacing:.09em}
.tsp-dossier-location i{width:6px;height:6px;border-radius:50%;background:#55c6a4}
.tsp-profile-dossier .tsp-profile-lines{right:0;bottom:0;opacity:.42}
.tsp-profile-dossier .tsp-profile-lines span{width:34px}

@media(max-width:991px){
  .tsp-services{padding-bottom:64px}
  .tsp-profile-section{padding-top:64px}
}

@media(max-width:640px){
  .tsp-services{padding-bottom:48px}
  .tsp-profile-section{padding-top:48px}
  .tsp-profile-dossier{height:500px;padding:32px 27px 29px}
  .tsp-profile-dossier .tsp-profile-monogram{margin-top:34px;font-size:62px}
  .tsp-dossier-identity{margin-top:28px}
  .tsp-dossier-identity strong{font-size:20px}
  .tsp-dossier-practices{margin-top:22px}
}

/* ================================================================
   TaxStairs Premium 3.2 — clear, confident international palette
   ================================================================ */
:root{
  --tsp-ink:#102336;
  --tsp-navy:#071a2b;
  --tsp-navy-2:#0d2b46;
  --tsp-blue:#174663;
  --tsp-gold:#c19a4a;
  --tsp-gold-dark:#8a6424;
  --tsp-gold-pale:#f0dfb6;
  --tsp-ivory:#f1f4f6;
  --tsp-paper:#fbfcfd;
  --tsp-muted:#526575;
  --tsp-border:#d7e0e5;
  --tsp-shadow:0 28px 70px rgba(7,26,43,.12);
  --tsp-shadow-soft:0 14px 38px rgba(7,26,43,.07);
}

body{background:#fff}
.tsp-header-v3{background:rgba(255,255,255,.985);border-bottom-color:#d9e1e6}
.tsp-header-v3.is-scrolled{background:rgba(255,255,255,.995)}
.tsp-header-v3 .tsp-header-cta{background:var(--tsp-navy);color:#fff;box-shadow:0 10px 24px rgba(7,26,43,.15)}
.tsp-header-v3 .tsp-header-cta:hover{background:var(--tsp-blue)}
.tsp-brand-mark{color:#f2d892}

.tsp-hero-v3{background:#f5f7f8}
.tsp-hero-v3::before{background:#061a2c}
.tsp-hero-v3::after{background:#d6dee3}
.tsp-hero-v3 h1{color:#071a2b}
.tsp-hero-v3 .tsp-hero-lead{color:#4e6272}
.tsp-v3-brand-panel{border-color:rgba(255,255,255,.16);background:linear-gradient(145deg,#0d304f,#082039 78%);box-shadow:0 35px 80px rgba(3,20,34,.2)}
.tsp-v3-stairs span{border-color:rgba(226,190,106,.58);background:linear-gradient(180deg,rgba(193,154,74,.38),rgba(193,154,74,.08))}
.tsp-v3-stairs span:nth-child(5){background:#cda756}
.tsp-v3-practice-index span,.tsp-v3-practice-index .tsp-icon{color:#e0bf72}
.tsp-v3-leadership{border-top-color:#d1dae0}
.tsp-hero-v3+.tsp-trust-rail{background:#fff}

.tsp-services{background:#fff}
.tsp-service-grid{background:#d8e1e6;border-color:#d8e1e6}
.tsp-practice-card{background:#fff}
.tsp-practice-featured{background:linear-gradient(150deg,#071a2b,#0c2d49)}
.tsp-practice-international{background:#edf2f5}
.tsp-practice-card:hover{box-shadow:inset 0 -4px 0 var(--tsp-gold)}
.tsp-profile-section{background:#f7f9fa}
.tsp-profile-copy{padding-block:28px}
.tsp-profile-dossier{background:linear-gradient(145deg,#0d304f,#071a2b)}
.tsp-principles>div>span{background:#eaf0f3}
.tsp-process-section{background:#eef2f4}
.tsp-process-grid::before{background:#bfcbd2}
.tsp-process-grid>div>span{border-color:#bfcbd2;background:#fff}
.tsp-portal-section{background:#fff}
.tsp-portal-promo{background:linear-gradient(140deg,#061a2c,#0d3454);box-shadow:0 28px 70px rgba(7,26,43,.15)}
.tsp-doc-card::before{background:#edf2f5;border-color:#dbe3e8}
.tsp-portal-lock{background:#cda34c}
.tsp-faq-section{background:#f8fafb}
.tsp-insights-section{background:#fff}
.tsp-post-card{background:#fff}
.tsp-post-card:hover{border-color:#bea463}

.tsp-page-hero,.tsp-article-hero{background:linear-gradient(112deg,#06192a 0%,#0b2c47 68%,#123c5d 100%)}
.tsp-page-hero{min-height:285px;padding:58px 0;border-bottom:3px solid var(--tsp-gold)}
.tsp-page-hero-pattern{background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:54px 54px}
.tsp-page-hero::after{right:-3%;bottom:-145%;border-color:rgba(240,223,182,.2)}
.tsp-page-hero h1{max-width:850px;font-size:clamp(40px,4.3vw,56px);letter-spacing:-.04em}
.tsp-page-hero .tsp-kicker{margin-bottom:14px}
.tsp-breadcrumbs{margin-bottom:16px;color:#c4d0d8}
.tsp-page-hero--portal{background:linear-gradient(115deg,#071a2b,#103956)}
.tsp-page-hero--contact{background:linear-gradient(115deg,#0a2033,#17445f)}
.tsp-page-section{padding:64px 0 94px;background:#f4f7f8}
.tsp-page-shell{max-width:1080px}
.tsp-entry-card{border-color:#d8e1e6;background:#fff;box-shadow:0 18px 46px rgba(7,26,43,.06)}
.tsp-entry-content{padding:clamp(30px,5vw,62px)}
.tsp-entry-content h2{margin-top:40px}
.tse-page-lead{margin:-4px 0 42px;padding:28px 30px;border-left-color:var(--tsp-gold);background:#edf2f5}
.tse-content-grid>div,.tse-contact-grid>div{border-color:#d8e1e6;border-radius:7px;background:#fff;box-shadow:0 8px 24px rgba(7,26,43,.035)}
.tse-note{border-color:#dfd1a9;background:#faf7ef;color:#554925}
.tse-cta-box{border-radius:7px;background:linear-gradient(135deg,#071a2b,#0d3454)}
.btn-gold{border-radius:5px;background:var(--tsp-navy);color:#fff!important}
.btn-gold:hover{background:var(--tsp-blue)}
.tsp-blog-hero{min-height:300px}
.tsp-article-hero{padding:82px 0 76px}
.tsp-article{background:#fff}

.tsp-footer-cta{border-top:1px solid #d8e1e6;background:#eef2f4;color:var(--tsp-navy)}
.tsp-footer-cta-inner{padding-block:48px}
.tsp-footer-cta .tsp-kicker{color:var(--tsp-gold-dark)}
.tsp-footer-cta .tsp-kicker::before{background:var(--tsp-gold-dark)}
.tsp-footer-cta h2{color:var(--tsp-navy)}
.tsp-footer-cta p{color:#506474}
.tsp-footer-cta .tsp-button-gold{background:var(--tsp-navy);color:#fff}
.tsp-footer-cta .tsp-button-gold:hover{background:var(--tsp-blue)}
.tsp-footer-cta .tsp-text-link-light{color:var(--tsp-navy)}
.tsp-footer{background:#051521}

@media(max-width:991px){
  .tsp-header-v3 .tsp-menu-panel{background:#fff}
  .tsp-hero-v3::before{inset:55% 0 0}
  .tsp-page-hero{min-height:250px;padding:48px 0}
  .tsp-page-section{padding:52px 0 78px}
}

@media(max-width:640px){
  .tsp-page-hero{min-height:220px;padding:38px 0}
  .tsp-page-hero h1{font-size:36px}
  .tsp-page-hero .tsp-breadcrumbs{display:none}
  .tsp-page-section{padding:34px 0 62px}
  .tse-page-lead{padding:22px 19px}
  .tsp-footer-cta-inner{padding-block:42px}
}
